diff mbox series

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

Message ID 420d4559223c8c219c5562db3989a7b5446b083d.1614341257.git.public@yoctocell.xyz
State Accepted
Headers show
Series [bug#46793] gnu: nmap: Update to 7.91. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Xinglu Chen Feb. 26, 2021, 12:08 p.m. UTC
* gnu/packages/admin.scm (nmap): Update to 7.91.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 099026df5ba6443a9291e8f9d91ccacfdce2f00d

Comments

Léo Le Bouter Feb. 26, 2021, 12:17 p.m. UTC | #1
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!
Xinglu Chen Feb. 26, 2021, 12:38 p.m. UTC | #2
On Fri, Feb 26 2021, Léo Le Bouter via Guix-patches via wrote:

> 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.

Sorry, I wasn't aware of this.  Thanks for letting me know.
Greg Hogan Feb. 26, 2021, 2:49 p.m. UTC | #3
Could we add a comment above the nmap version summarizing the situation to
prevent a recurrence of this incompatible update? mongodb looks to be
similarly blocked but I do not see a notice.

On Fri, Feb 26, 2021 at 12:39 PM Xinglu Chen <public@yoctocell.xyz> wrote:

> On Fri, Feb 26 2021, Léo Le Bouter via Guix-patches via wrote:
>
> > 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.
>
> Sorry, I wasn't aware of this.  Thanks for letting me know.
>
>
>
>
diff mbox series

Patch

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