All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/nmap: fix license
@ 2020-12-06  9:08 Fabrice Fontaine
  2020-12-06 10:58 ` Peter Seiderer
  2020-12-14 14:50 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-12-06  9:08 UTC (permalink / raw)
  To: buildroot

Commit 78dc1f185ba0c8c9085d44318f72ab172867b147 forgot to update the
license file from COPYING to LICENSE.

Here is an extract of the ChangeLog for Nmap 7.90 [2020-10-03]:

Upgraded the Nmap license form a sort of hacked-up version of GPLv2 to a
cleaner and better organized version (still based on GPLv2) now called
the Nmap Public Source License to avoid confusion. See
https://nmap.org/npsl/ for more details and annotated license text. This
NPSL project was started in 2006 (community discussion here:
https://seclists.org/nmap-dev/2006/q4/126) and then it lost momentum for
7 years until it was restarted in 2013
(https://seclists.org/nmap-dev/2013/q1/399) and then we got distracted
by development again. We still have some ideas for improving the NPSL,
but it's already much better than the current license, so we're applying
NPSL Version 0.92 to the code now and can make improvements later if
needed. This does not change the license of previous Nmap releases.

Fixes:
 - http://autobuild.buildroot.org/results/8cef6a5e99ae341cced405a389346e2faccf6eec

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/nmap/nmap.hash | 2 +-
 package/nmap/nmap.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/nmap/nmap.hash b/package/nmap/nmap.hash
index 5c684ecabe..8f69bbf613 100644
--- a/package/nmap/nmap.hash
+++ b/package/nmap/nmap.hash
@@ -2,4 +2,4 @@
 sha256  18cc4b5070511c51eb243cdd2b0b30ff9b2c4dc4544c6312f75ce3a67a593300  nmap-7.91.tar.bz2
 
 # Locally calculated
-sha256  a6afaad36c803dc602734451d9421ed363b48d1ca0faadf0907fc2d91a000284  COPYING
+sha256  8254a9bc733f3312c6dcfe0d5a129c29e96ecb8b33408c652a8c7beb2e25b471  LICENSE
diff --git a/package/nmap/nmap.mk b/package/nmap/nmap.mk
index a719b268c8..46ffd5aef4 100644
--- a/package/nmap/nmap.mk
+++ b/package/nmap/nmap.mk
@@ -11,7 +11,7 @@ NMAP_DEPENDENCIES = liblinear libpcap
 NMAP_CONF_OPTS = --without-liblua --without-zenmap \
 	--with-libdnet=included
 NMAP_LICENSE = nmap license
-NMAP_LICENSE_FILES = COPYING
+NMAP_LICENSE_FILES = LICENSE
 
 # needed by libpcap
 NMAP_LIBS_FOR_STATIC_LINK += `$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs`
-- 
2.29.2

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

* [Buildroot] [PATCH 1/1] package/nmap: fix license
  2020-12-06  9:08 [Buildroot] [PATCH 1/1] package/nmap: fix license Fabrice Fontaine
@ 2020-12-06 10:58 ` Peter Seiderer
  2020-12-14 14:50 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Seiderer @ 2020-12-06 10:58 UTC (permalink / raw)
  To: buildroot

Hello Fabrice,

On Sun,  6 Dec 2020 10:08:37 +0100, Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Commit 78dc1f185ba0c8c9085d44318f72ab172867b147 forgot to update the
> license file from COPYING to LICENSE.
>
> Here is an extract of the ChangeLog for Nmap 7.90 [2020-10-03]:
>
> Upgraded the Nmap license form a sort of hacked-up version of GPLv2 to a
> cleaner and better organized version (still based on GPLv2) now called
> the Nmap Public Source License to avoid confusion. See
> https://nmap.org/npsl/ for more details and annotated license text. This
> NPSL project was started in 2006 (community discussion here:
> https://seclists.org/nmap-dev/2006/q4/126) and then it lost momentum for
> 7 years until it was restarted in 2013
> (https://seclists.org/nmap-dev/2013/q1/399) and then we got distracted
> by development again. We still have some ideas for improving the NPSL,
> but it's already much better than the current license, so we're applying
> NPSL Version 0.92 to the code now and can make improvements later if
> needed. This does not change the license of previous Nmap releases.
>
> Fixes:
>  - http://autobuild.buildroot.org/results/8cef6a5e99ae341cced405a389346e2faccf6eec
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/nmap/nmap.hash | 2 +-
>  package/nmap/nmap.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/nmap/nmap.hash b/package/nmap/nmap.hash
> index 5c684ecabe..8f69bbf613 100644
> --- a/package/nmap/nmap.hash
> +++ b/package/nmap/nmap.hash
> @@ -2,4 +2,4 @@
>  sha256  18cc4b5070511c51eb243cdd2b0b30ff9b2c4dc4544c6312f75ce3a67a593300  nmap-7.91.tar.bz2
>
>  # Locally calculated
> -sha256  a6afaad36c803dc602734451d9421ed363b48d1ca0faadf0907fc2d91a000284  COPYING
> +sha256  8254a9bc733f3312c6dcfe0d5a129c29e96ecb8b33408c652a8c7beb2e25b471  LICENSE
> diff --git a/package/nmap/nmap.mk b/package/nmap/nmap.mk
> index a719b268c8..46ffd5aef4 100644
> --- a/package/nmap/nmap.mk
> +++ b/package/nmap/nmap.mk
> @@ -11,7 +11,7 @@ NMAP_DEPENDENCIES = liblinear libpcap
>  NMAP_CONF_OPTS = --without-liblua --without-zenmap \
>  	--with-libdnet=included
>  NMAP_LICENSE = nmap license
> -NMAP_LICENSE_FILES = COPYING
> +NMAP_LICENSE_FILES = LICENSE
>
>  # needed by libpcap
>  NMAP_LIBS_FOR_STATIC_LINK += `$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs`

Thanks for fixing my mistake ;-)

Reviewed-by: Peter Seiderer <ps.report@gmx.net>

Regards,
Peter

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

* [Buildroot] [PATCH 1/1] package/nmap: fix license
  2020-12-06  9:08 [Buildroot] [PATCH 1/1] package/nmap: fix license Fabrice Fontaine
  2020-12-06 10:58 ` Peter Seiderer
@ 2020-12-14 14:50 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-12-14 14:50 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Commit 78dc1f185ba0c8c9085d44318f72ab172867b147 forgot to update the
 > license file from COPYING to LICENSE.

 > Here is an extract of the ChangeLog for Nmap 7.90 [2020-10-03]:

 > Upgraded the Nmap license form a sort of hacked-up version of GPLv2 to a
 > cleaner and better organized version (still based on GPLv2) now called
 > the Nmap Public Source License to avoid confusion. See
 > https://nmap.org/npsl/ for more details and annotated license text. This
 > NPSL project was started in 2006 (community discussion here:
 > https://seclists.org/nmap-dev/2006/q4/126) and then it lost momentum for
 > 7 years until it was restarted in 2013
 > (https://seclists.org/nmap-dev/2013/q1/399) and then we got distracted
 > by development again. We still have some ideas for improving the NPSL,
 > but it's already much better than the current license, so we're applying
 > NPSL Version 0.92 to the code now and can make improvements later if
 > needed. This does not change the license of previous Nmap releases.

 > Fixes:
 >  - http://autobuild.buildroot.org/results/8cef6a5e99ae341cced405a389346e2faccf6eec

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-12-14 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06  9:08 [Buildroot] [PATCH 1/1] package/nmap: fix license Fabrice Fontaine
2020-12-06 10:58 ` Peter Seiderer
2020-12-14 14:50 ` Peter Korsgaard

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.