From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] gnu: Add nmap. Date: Tue, 15 Mar 2016 04:29:15 -0400 Message-ID: <20160315082915.GB11456@jasmine> References: <877fh4180p.fsf@T420.taylan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afkLu-00062f-W1 for guix-devel@gnu.org; Tue, 15 Mar 2016 04:29:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afkLr-0006tL-Q5 for guix-devel@gnu.org; Tue, 15 Mar 2016 04:29:18 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:45594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afkLr-0006tE-Mq for guix-devel@gnu.org; Tue, 15 Mar 2016 04:29:15 -0400 Content-Disposition: inline In-Reply-To: <877fh4180p.fsf@T420.taylan> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Taylan Ulrich =?utf-8?B?QmF5xLFybMSxL0thbW1lcg==?= Cc: guix-devel@gnu.org On Tue, Mar 15, 2016 at 09:04:54AM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > Leo Famulari writes: > > + `(#:configure-flags > > + (list (string-append "--prefix=" (assoc-ref %outputs "out")) > > + "--without-ncat" > > + "--without-nmap-update" > > + "--without-zenmap"))) > > I think ncat is useful. Does it lead to problems to enable it? No, I just figured that the netcat package was sufficient. I'll build ncat in a subsequent version of this patch if desired. > > My approach was to install nmap, nse, ncat, and nping to the "out" > output, and ndiff and zenmap to their own output. I attached my > half-working patch below. (I wish I had contributed this with some > parts commented out; at least the nmap/ncat part works fine I believe.) Thanks, I'll incorporate your patch.