all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46793] [PATCH] gnu: nmap: Update to 7.91.
@ 2021-02-26 12:08 Xinglu Chen
  2021-02-26 12:17 ` bug#46793: " Léo Le Bouter via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Xinglu Chen @ 2021-02-26 12:08 UTC (permalink / raw)
  To: 46793

* 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






^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#46793: [PATCH] gnu: nmap: Update to 7.91.
  2021-02-26 12:08 [bug#46793] [PATCH] gnu: nmap: Update to 7.91 Xinglu Chen
@ 2021-02-26 12:17 ` Léo Le Bouter via Guix-patches via
  2021-02-26 12:38   ` [bug#46793] " Xinglu Chen
  0 siblings, 1 reply; 4+ messages in thread
From: Léo Le Bouter via Guix-patches via @ 2021-02-26 12:17 UTC (permalink / raw)
  To: 46793-done

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

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!

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#46793] [PATCH] gnu: nmap: Update to 7.91.
  2021-02-26 12:17 ` bug#46793: " Léo Le Bouter via Guix-patches via
@ 2021-02-26 12:38   ` Xinglu Chen
  2021-02-26 14:49     ` Greg Hogan
  0 siblings, 1 reply; 4+ messages in thread
From: Xinglu Chen @ 2021-02-26 12:38 UTC (permalink / raw)
  To: Léo Le Bouter, 46793-done

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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#46793] [PATCH] gnu: nmap: Update to 7.91.
  2021-02-26 12:38   ` [bug#46793] " Xinglu Chen
@ 2021-02-26 14:49     ` Greg Hogan
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Hogan @ 2021-02-26 14:49 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: Léo Le Bouter, 46793-done

[-- Attachment #1: Type: text/plain, Size: 667 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1168 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-26 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26 12:08 [bug#46793] [PATCH] gnu: nmap: Update to 7.91 Xinglu Chen
2021-02-26 12:17 ` bug#46793: " Léo Le Bouter via Guix-patches via
2021-02-26 12:38   ` [bug#46793] " Xinglu Chen
2021-02-26 14:49     ` Greg Hogan

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.