GNU bug report logs - #46793
[PATCH] gnu: nmap: Update to 7.91.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Fri, 26 Feb 2021 12:09:02 UTC

Severity: normal

Tags: patch

Done: Léo Le Bouter <lle-bout <at> zaclys.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Xinglu Chen <public <at> yoctocell.xyz>
Subject: bug#46793: closed ([PATCH] gnu: nmap: Update to 7.91.)
Date: Fri, 26 Feb 2021 12:18:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#46793: [PATCH] gnu: nmap: Update to 7.91.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 46793 <at> debbugs.gnu.org.

-- 
46793: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46793
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Léo Le Bouter <lle-bout <at> zaclys.net>
To: 46793-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: nmap: Update to 7.91.
Date: Fri, 26 Feb 2021 13:17:06 +0100
[Message part 3 (text/plain, inline)]
Hello!

nmap 7.90 and later has uncertainty around licensing.

See: 
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=2dba37e27a75c4a8ffac324d419c020f1b900d66

Due to this, I will not merge this patch.

Thank you anyway!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: nmap: Update to 7.91.
Date: Fri, 26 Feb 2021 13:08:37 +0100
* gnu/packages/admin.scm (nmap): Update to 7.91.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index cf27eea084..79d41b9ed5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2706,14 +2706,14 @@ done with the @code{auditctl} utility.")
 (define-public nmap
   (package
     (name "nmap")
-    (version "7.80")
+    (version "7.91")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nmap.org/dist/nmap-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1aizfys6l9f9grm82bk878w56mg0zpkfns3spzj157h98875mypw"))
+                "001kb5xadqswyw966k2lqi6jr6zz605jpp9w4kmm272if184pk0q"))
               (modules '((guix build utils)))
               (snippet
                '(begin

base-commit: 099026df5ba6443a9291e8f9d91ccacfdce2f00d
-- 
2.30.0





This bug report was last modified 4 years and 90 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.