* [Buildroot] [PATCH 00/31] License hashes
@ 2017-11-03 10:36 Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 01/31] pkg-generic: allow legal-info to be verbose Samuel Martin
` (31 more replies)
0 siblings, 32 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Hi all,
Here is a short series adding license hashes to numerous packages.
Regards,
Samuel Martin (31):
pkg-generic: allow legal-info to be verbose
package/armadillo: add license hash
package/automake: add license hash
package/bison: add license hash
package/bluez_utils: add license hash
package/busybox: add license hash
package/canfestival: add license hash
package/check: add license hash
package/clapack: add license hash
package/cwiid: add license hash
package/fakeroot: add license hash
package/flex: add license hash
package/flite: add license hash
package/gettext: add license hash
package/libffi: add license hash
package/libglib2: add license hash
package/libtool: add license hash
package/libxml2: add license hash
package/m4: add license hash
package/nginx: add license hash
package/opencv3: add license hash
package/openobex: add license hash
package/patchelf: add license hash
package/pcre: add license hash
package/python-numpy: add license hash
package/python: add license hash
package/scrub: add license hash
package/urg: add license hash
package/ussp-push: add license hash
package/util-linux: add license hash
package/zlib: add license hash
package/armadillo/armadillo.hash | 1 +
package/automake/automake.hash | 1 +
package/bison/bison.hash | 1 +
package/bluez_utils/bluez_utils.hash | 2 ++
package/busybox/busybox.hash | 2 ++
package/canfestival/canfestival.hash | 3 +++
package/check/check.hash | 1 +
package/clapack/clapack.hash | 2 ++
package/cwiid/cwiid.hash | 1 +
package/fakeroot/fakeroot.hash | 2 ++
package/flex/flex.hash | 1 +
package/flite/flite.hash | 1 +
package/gettext/gettext.hash | 2 ++
package/libffi/libffi.hash | 2 ++
package/libglib2/libglib2.hash | 2 ++
package/libtool/libtool.hash | 1 +
package/libxml2/libxml2.hash | 1 +
package/m4/m4.hash | 1 +
package/nginx/nginx.hash | 1 +
package/opencv3/opencv3.hash | 1 +
package/openobex/openobex.hash | 3 +++
package/patchelf/patchelf.hash | 1 +
package/pcre/pcre.hash | 1 +
package/pkg-generic.mk | 4 ++--
package/python-numpy/python-numpy.hash | 2 ++
package/python/python.hash | 1 +
package/scrub/scrub.hash | 2 ++
package/urg/urg.hash | 1 +
package/ussp-push/ussp-push.hash | 1 +
package/util-linux/util-linux.hash | 7 +++++++
package/zlib/zlib.hash | 2 ++
31 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 package/canfestival/canfestival.hash
--
2.15.0
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 01/31] pkg-generic: allow legal-info to be verbose
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 02/31] package/armadillo: add license hash Samuel Martin
` (30 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/pkg-generic.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index cca94ba338..0e28675fbe 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -861,9 +861,9 @@ ifneq ($$(call qstrip,$$($(2)_SOURCE)),)
# is that the license still applies to the files distributed as part
# of the rootfs, even if the sources are not themselves redistributed.
ifeq ($$(call qstrip,$$($(2)_LICENSE_FILES)),)
- @$$(call legal-warning-pkg,$$($(2)_RAW_BASE_NAME),cannot save license ($(2)_LICENSE_FILES not defined))
+ $(Q)$$(call legal-warning-pkg,$$($(2)_RAW_BASE_NAME),cannot save license ($(2)_LICENSE_FILES not defined))
else
- @$$(foreach F,$$($(2)_LICENSE_FILES),$$(call legal-license-file,$$($(2)_RAWNAME),$$($(2)_RAW_BASE_NAME),$$($(2)_PKGDIR),$$(F),$$($(2)_DIR)/$$(F),$$(call UPPERCASE,$(4)))$$(sep))
+ $(Q)$$(foreach F,$$($(2)_LICENSE_FILES),$$(call legal-license-file,$$($(2)_RAWNAME),$$($(2)_RAW_BASE_NAME),$$($(2)_PKGDIR),$$(F),$$($(2)_DIR)/$$(F),$$(call UPPERCASE,$(4)))$$(sep))
endif # license files
ifeq ($$($(2)_SITE_METHOD),local)
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 02/31] package/armadillo: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 01/31] pkg-generic: allow legal-info to be verbose Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 03/31] package/automake: " Samuel Martin
` (29 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/armadillo/armadillo.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/armadillo/armadillo.hash b/package/armadillo/armadillo.hash
index 7fd599f296..edaf92c3d0 100644
--- a/package/armadillo/armadillo.hash
+++ b/package/armadillo/armadillo.hash
@@ -3,3 +3,4 @@ md5 5ef71763bd429a3d481499878351f3be armadillo-7.900.1.tar.xz
sha1 8118faf1c6a7a39c55a1103a1f90e85e613cc377 armadillo-7.900.1.tar.xz
# Locally computed:
sha256 33eec7013990b5477ccc5ad3abc68bc2326c7a7a2790014d625cfcf37c0e07d3 armadillo-7.900.1.tar.xz
+sha256 3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5 LICENSE.txt
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 03/31] package/automake: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 01/31] pkg-generic: allow legal-info to be verbose Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 02/31] package/armadillo: add license hash Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 04/31] package/bison: " Samuel Martin
` (28 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/automake/automake.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/automake/automake.hash b/package/automake/automake.hash
index 38c95643b2..9ebbf833ca 100644
--- a/package/automake/automake.hash
+++ b/package/automake/automake.hash
@@ -1,2 +1,3 @@
# Locally calculated
sha256 af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf automake-1.15.1.tar.xz
+sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 04/31] package/bison: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (2 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 03/31] package/automake: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 05/31] package/bluez_utils: " Samuel Martin
` (27 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/bison/bison.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/bison/bison.hash b/package/bison/bison.hash
index 16913f28b0..09960c6b63 100644
--- a/package/bison/bison.hash
+++ b/package/bison/bison.hash
@@ -1,2 +1,3 @@
# Locally calculated after checking pgp signature
sha256 a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1 bison-3.0.4.tar.xz
+sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 05/31] package/bluez_utils: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (3 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 04/31] package/bison: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 06/31] package/busybox: " Samuel Martin
` (26 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/bluez_utils/bluez_utils.hash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/bluez_utils/bluez_utils.hash b/package/bluez_utils/bluez_utils.hash
index 09b7b21d82..8243338255 100644
--- a/package/bluez_utils/bluez_utils.hash
+++ b/package/bluez_utils/bluez_utils.hash
@@ -1,2 +1,4 @@
# From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc:
sha256 41f9578bef39b8c94a2d6ddeaa556afd22d136936d0f03100e422fe970a45a7d bluez-4.101.tar.xz
+sha256 b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259 COPYING
+sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING.LIB
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 06/31] package/busybox: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (4 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 05/31] package/bluez_utils: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 07/31] package/canfestival: " Samuel Martin
` (25 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/busybox/busybox.hash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/busybox/busybox.hash b/package/busybox/busybox.hash
index 14d7d1c472..f3fc601efd 100644
--- a/package/busybox/busybox.hash
+++ b/package/busybox/busybox.hash
@@ -1,3 +1,5 @@
# From https://busybox.net/downloads/busybox-1.27.2.tar.bz2.sign
md5 476186f4bab81781dab2369bfd42734e busybox-1.27.2.tar.bz2
sha1 11669e223cc38de646ce26080e91ca29b8d42ad9 busybox-1.27.2.tar.bz2
+# Locally computed
+sha256 bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548 LICENSE
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 07/31] package/canfestival: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (5 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 06/31] package/busybox: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 08/31] package/check: " Samuel Martin
` (24 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/canfestival/canfestival.hash | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 package/canfestival/canfestival.hash
diff --git a/package/canfestival/canfestival.hash b/package/canfestival/canfestival.hash
new file mode 100644
index 0000000000..d5491b75d5
--- /dev/null
+++ b/package/canfestival/canfestival.hash
@@ -0,0 +1,3 @@
+# Locally computed
+sha256 b5c45f160093a6c2fb7bd0078f50c62f4b4089b6206b0e90b0f122b40a2fe110 COPYING
+sha256 d4594b82f4d50840df6a7e9d14132a8c0a3cc05d0ac46d15310a264a1f75447e LICENCE
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 08/31] package/check: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (6 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 07/31] package/canfestival: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 09/31] package/clapack: " Samuel Martin
` (23 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/check/check.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/check/check.hash b/package/check/check.hash
index f0c02ba998..ffbab228d0 100644
--- a/package/check/check.hash
+++ b/package/check/check.hash
@@ -1,2 +1,3 @@
# Locally computed
sha256 24f7a48aae6b74755bcbe964ce8bc7240f6ced2141f8d9cf480bc3b3de0d5616 check-0.11.0.tar.gz
+sha256 a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861 COPYING.LESSER
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 09/31] package/clapack: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (7 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 08/31] package/check: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 10/31] package/cwiid: " Samuel Martin
` (22 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/clapack/clapack.hash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/clapack/clapack.hash b/package/clapack/clapack.hash
index 08657fc594..350120d588 100644
--- a/package/clapack/clapack.hash
+++ b/package/clapack/clapack.hash
@@ -1,2 +1,4 @@
# Locally calculated
sha256 0b3f782bc24845d85f36bafbff0f2f1384dc72df730fda4e7924ec1a70baca5a clapack-3.2.1-CMAKE.tgz
+sha256 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09 COPYING
+sha256 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904 F2CLIBS/libf2c/Notice
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 10/31] package/cwiid: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (8 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 09/31] package/clapack: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 11/31] package/fakeroot: " Samuel Martin
` (21 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/cwiid/cwiid.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/cwiid/cwiid.hash b/package/cwiid/cwiid.hash
index 6b38d55a2d..2e1f4e0939 100644
--- a/package/cwiid/cwiid.hash
+++ b/package/cwiid/cwiid.hash
@@ -1,2 +1,3 @@
# Locally calculated
sha256 3adf3bf018721dee3c47e12ba4dd71810a239918dce925aa4079cb2a98bca5fe cwiid-fadf11e89b579bcc0336a0692ac15c93785f3f82.tar.gz
+sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 11/31] package/fakeroot: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (9 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 10/31] package/cwiid: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 12/31] package/flex: " Samuel Martin
` (20 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/fakeroot/fakeroot.hash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/fakeroot/fakeroot.hash b/package/fakeroot/fakeroot.hash
index f0d436e5c3..ef1adc0559 100644
--- a/package/fakeroot/fakeroot.hash
+++ b/package/fakeroot/fakeroot.hash
@@ -2,3 +2,5 @@
sha1 367040df07043edb630942b21939e493f3fad888 fakeroot_1.20.2.orig.tar.bz2
# Calculated based on the hash above
sha256 7c0a164d19db3efa9e802e0fc7cdfeff70ec6d26cdbdc4338c9c2823c5ea230c fakeroot_1.20.2.orig.tar.bz2
+# Locally computed
+sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 12/31] package/flex: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (10 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 11/31] package/fakeroot: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 13/31] package/flite: " Samuel Martin
` (19 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/flex/flex.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/flex/flex.hash b/package/flex/flex.hash
index cf2ce85d9c..93dceae359 100644
--- a/package/flex/flex.hash
+++ b/package/flex/flex.hash
@@ -1,2 +1,3 @@
# Locally computed:
sha256 e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995 flex-2.6.4.tar.gz
+sha256 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273 COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 13/31] package/flite: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (11 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 12/31] package/flex: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 14/31] package/gettext: " Samuel Martin
` (18 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/flite/flite.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/flite/flite.hash b/package/flite/flite.hash
index e4dd0c633b..4cec6024b4 100644
--- a/package/flite/flite.hash
+++ b/package/flite/flite.hash
@@ -1,2 +1,3 @@
# locally computed hash
sha256 45c662160aeca6560589f78daf42ab62c6111dd4d244afc28118c4e6f553cd0c flite-1.4-release.tar.bz2
+sha256 4cbeaee8c9a8f23f251f0ce56e9212d244d9ea6b0dbe48601623d920054249a1 flite-1.4-release/COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 14/31] package/gettext: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (12 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 13/31] package/flite: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 15/31] package/libffi: " Samuel Martin
` (17 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/gettext/gettext.hash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/gettext/gettext.hash b/package/gettext/gettext.hash
index cff6eb1090..340f6fc959 100644
--- a/package/gettext/gettext.hash
+++ b/package/gettext/gettext.hash
@@ -1,3 +1,5 @@
# From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
md5 df3f5690eaa30fd228537b00cb7b7590 gettext-0.19.8.1.tar.xz
sha1 e0fe90ede22f7f16bbde7bdea791a835f2773fc9 gettext-0.19.8.1.tar.xz
+# Locally computed
+sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 15/31] package/libffi: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (13 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 14/31] package/gettext: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 16/31] package/libglib2: " Samuel Martin
` (16 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/libffi/libffi.hash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/libffi/libffi.hash b/package/libffi/libffi.hash
index 63a9203f9b..ceebdad24d 100644
--- a/package/libffi/libffi.hash
+++ b/package/libffi/libffi.hash
@@ -1,2 +1,4 @@
# From ftp://sourceware.org/pub/libffi/sha512.sum
sha512 980ca30a8d76f963fca722432b1fe5af77d7a4e4d2eac5144fbc5374d4c596609a293440573f4294207e1bdd9fda80ad1e1cafb2ffb543df5a275bc3bd546483 libffi-3.2.1.tar.gz
+# Locally computed
+sha256 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5 LICENSE
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 16/31] package/libglib2: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (14 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 15/31] package/libffi: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 17/31] package/libtool: " Samuel Martin
` (15 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/libglib2/libglib2.hash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/libglib2/libglib2.hash b/package/libglib2/libglib2.hash
index fb9321e397..d2f169c378 100644
--- a/package/libglib2/libglib2.hash
+++ b/package/libglib2/libglib2.hash
@@ -1,2 +1,4 @@
# https://download.gnome.org/sources/glib/2.54/glib-2.54.2.sha256sum
sha256 bb89e5c5aad33169a8c7f28b45671c7899c12f74caf707737f784d7102758e6c glib-2.54.2.tar.xz
+# Locally computed
+sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 17/31] package/libtool: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (15 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 16/31] package/libglib2: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 18/31] package/libxml2: " Samuel Martin
` (14 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/libtool/libtool.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libtool/libtool.hash b/package/libtool/libtool.hash
index baaac61232..9147cd4031 100644
--- a/package/libtool/libtool.hash
+++ b/package/libtool/libtool.hash
@@ -1,2 +1,3 @@
# Locally calculated after checking pgp signature
sha256 7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f libtool-2.4.6.tar.xz
+sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 18/31] package/libxml2: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (16 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 17/31] package/libtool: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 19/31] package/m4: " Samuel Martin
` (13 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/libxml2/libxml2.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libxml2/libxml2.hash b/package/libxml2/libxml2.hash
index 7f9e7dbd3f..b2f92404b1 100644
--- a/package/libxml2/libxml2.hash
+++ b/package/libxml2/libxml2.hash
@@ -1,2 +1,3 @@
# Locally calculated after checking pgp signature
sha256 4031c1ecee9ce7ba4f313e91ef6284164885cdb69937a123f6a83bb6a72dcd38 libxml2-2.9.5.tar.gz
+sha256 c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 19/31] package/m4: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (17 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 18/31] package/libxml2: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 20/31] package/nginx: " Samuel Martin
` (12 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/m4/m4.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/m4/m4.hash b/package/m4/m4.hash
index 79c36c8706..329d865820 100644
--- a/package/m4/m4.hash
+++ b/package/m4/m4.hash
@@ -1,2 +1,3 @@
# Locally calculated after checking pgp signature
sha256 f2c1e86ca0a404ff281631bdc8377638992744b175afb806e25871a24a934e07 m4-1.4.18.tar.xz
+sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 20/31] package/nginx: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (18 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 19/31] package/m4: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 21/31] package/opencv3: " Samuel Martin
` (11 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/nginx/nginx.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/nginx/nginx.hash b/package/nginx/nginx.hash
index 22e4007b5f..3f323b7d55 100644
--- a/package/nginx/nginx.hash
+++ b/package/nginx/nginx.hash
@@ -1,2 +1,3 @@
# Locally calculated after checking pgp signature
sha256 8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb nginx-1.12.1.tar.gz
+sha256 75820469c890db641e54078df018e497fde0542211aa704e15320316a2175780 LICENSE
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 21/31] package/opencv3: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (19 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 20/31] package/nginx: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 22/31] package/openobex: " Samuel Martin
` (10 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/opencv3/opencv3.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/opencv3/opencv3.hash b/package/opencv3/opencv3.hash
index 6f8fcd869c..bee2b62f14 100644
--- a/package/opencv3/opencv3.hash
+++ b/package/opencv3/opencv3.hash
@@ -1,2 +1,3 @@
# Locally calculated
sha256 8bb312b9d9fd17336dc1f8b3ac82f021ca50e2034afc866098866176d985adc6 opencv3-3.3.0.tar.gz
+sha256 e974db937899a2505f0eb43ece9d2f2eb36e8580ad88785e3ffac0d697ebaf5d LICENSE
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 22/31] package/openobex: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (20 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 21/31] package/opencv3: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 23/31] package/patchelf: " Samuel Martin
` (9 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/openobex/openobex.hash | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/openobex/openobex.hash b/package/openobex/openobex.hash
index dbff4f1c1f..2911e375e0 100644
--- a/package/openobex/openobex.hash
+++ b/package/openobex/openobex.hash
@@ -1,3 +1,6 @@
# From http://sourceforge.net/projects/openobex/files/openobex/1.7.2/
sha1 4a5098a62889134cbd2b54997e7ff3e959e601e6 openobex-1.7.2-Source.tar.gz
md5 f6e0b6cb7dcfd731460a7e9a91429a3a openobex-1.7.2-Source.tar.gz
+# Locally computed
+sha256 e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4 COPYING
+sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 COPYING.LIB
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 23/31] package/patchelf: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (21 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 22/31] package/openobex: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 24/31] package/pcre: " Samuel Martin
` (8 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/patchelf/patchelf.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/patchelf/patchelf.hash b/package/patchelf/patchelf.hash
index 653eb466bf..26fd201c83 100644
--- a/package/patchelf/patchelf.hash
+++ b/package/patchelf/patchelf.hash
@@ -1,2 +1,3 @@
# Locally calculated
sha256 a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83 patchelf-0.9.tar.bz2
+sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 24/31] package/pcre: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (22 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 23/31] package/patchelf: " Samuel Martin
@ 2017-11-03 10:36 ` Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 25/31] package/python-numpy: " Samuel Martin
` (7 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/pcre/pcre.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/pcre/pcre.hash b/package/pcre/pcre.hash
index b36e130178..1a2106168a 100644
--- a/package/pcre/pcre.hash
+++ b/package/pcre/pcre.hash
@@ -1,2 +1,3 @@
# Locally calculated after checking pgp signature
sha256 e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530 pcre-8.41.tar.bz2
+sha256 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0 LICENCE
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 25/31] package/python-numpy: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (23 preceding siblings ...)
2017-11-03 10:36 ` [Buildroot] [PATCH 24/31] package/pcre: " Samuel Martin
@ 2017-11-03 10:37 ` Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 26/31] package/python: " Samuel Martin
` (6 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:37 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/python-numpy/python-numpy.hash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/python-numpy/python-numpy.hash b/package/python-numpy/python-numpy.hash
index 6e76c62e7d..78facce597 100644
--- a/package/python-numpy/python-numpy.hash
+++ b/package/python-numpy/python-numpy.hash
@@ -1,2 +1,4 @@
# Copied from https://github.com/numpy/numpy/releases/tag/v1.13.3
sha256 4c6b4eef790528bebb7ec9590d74cc193868940fe68e4109a91c196df72d8094 numpy-1.13.3.tar.gz
+# Locally computed
+sha256 94eebc7c8f86a287c1e9146ed52ebcde88183806d848d8c66e0e52d1aebf3b13 LICENSE.txt
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 26/31] package/python: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (24 preceding siblings ...)
2017-11-03 10:37 ` [Buildroot] [PATCH 25/31] package/python-numpy: " Samuel Martin
@ 2017-11-03 10:37 ` Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 27/31] package/scrub: " Samuel Martin
` (5 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:37 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/python/python.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/python/python.hash b/package/python/python.hash
index 3f64b83611..e30cbaa9fe 100644
--- a/package/python/python.hash
+++ b/package/python/python.hash
@@ -2,3 +2,4 @@
md5 1f6db41ad91d9eb0a6f0c769b8613c5b Python-2.7.14.tar.xz
# Locally calculated
sha256 71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66 Python-2.7.14.tar.xz
+sha256 d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680 LICENSE
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 27/31] package/scrub: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (25 preceding siblings ...)
2017-11-03 10:37 ` [Buildroot] [PATCH 26/31] package/python: " Samuel Martin
@ 2017-11-03 10:37 ` Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 28/31] package/urg: " Samuel Martin
` (4 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:37 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/scrub/scrub.hash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/scrub/scrub.hash b/package/scrub/scrub.hash
index 42f7b2fab9..c0110c1f9d 100644
--- a/package/scrub/scrub.hash
+++ b/package/scrub/scrub.hash
@@ -1,2 +1,4 @@
# Locally computed
sha256 838b061b2e1932b342fb9695c5579cdff5d2d72506cb41d6d8032eba18aed969 scrub-2.6.1.tar.gz
+sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
+sha256 f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33 DISCLAIMER
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 28/31] package/urg: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (26 preceding siblings ...)
2017-11-03 10:37 ` [Buildroot] [PATCH 27/31] package/scrub: " Samuel Martin
@ 2017-11-03 10:37 ` Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 29/31] package/ussp-push: " Samuel Martin
` (3 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:37 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/urg/urg.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/urg/urg.hash b/package/urg/urg.hash
index 41749d7245..8e244cacd8 100644
--- a/package/urg/urg.hash
+++ b/package/urg/urg.hash
@@ -2,3 +2,4 @@
md5 93f90d2ccc36e784407c5282ef6bd2cb urg-0.8.18.zip
# Locally calculated
sha256 b2cab7e539c90c60fc99a2350a42b5d5390ff952b694b196c3cbb54623cfee7f urg-0.8.18.zip
+sha256 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1 COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 29/31] package/ussp-push: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (27 preceding siblings ...)
2017-11-03 10:37 ` [Buildroot] [PATCH 28/31] package/urg: " Samuel Martin
@ 2017-11-03 10:37 ` Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 30/31] package/util-linux: " Samuel Martin
` (2 subsequent siblings)
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:37 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/ussp-push/ussp-push.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/ussp-push/ussp-push.hash b/package/ussp-push/ussp-push.hash
index 91afb9d971..5817fd34b0 100644
--- a/package/ussp-push/ussp-push.hash
+++ b/package/ussp-push/ussp-push.hash
@@ -1,2 +1,3 @@
# Locally calculated
sha256 bb2748eaed6164812555b4a1e186c4f2820c5ef9ce30f12d7aac28a452719bbd ussp-push-0.11.tar.gz
+sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 30/31] package/util-linux: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (28 preceding siblings ...)
2017-11-03 10:37 ` [Buildroot] [PATCH 29/31] package/ussp-push: " Samuel Martin
@ 2017-11-03 10:37 ` Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 31/31] package/zlib: " Samuel Martin
2017-11-05 16:48 ` [Buildroot] [PATCH 00/31] License hashes Arnout Vandecappelle
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:37 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/util-linux/util-linux.hash | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/util-linux/util-linux.hash b/package/util-linux/util-linux.hash
index 2c010797b5..65c63a0153 100644
--- a/package/util-linux/util-linux.hash
+++ b/package/util-linux/util-linux.hash
@@ -1,2 +1,9 @@
# From https://www.kernel.org/pub/linux/utils/util-linux/v2.31/sha256sums.asc
sha256 f9be7cdcf4fc5c5064a226599acdda6bdf3d86c640152ba01ea642d91108dc8a util-linux-2.31.tar.xz
+# Locally computed
+sha256 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a README.licensing
+sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 Documentation/licenses/COPYING.GPLv2
+sha256 ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8 Documentation/licenses/COPYING.UCB
+sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 Documentation/licenses/COPYING.LGPLv2.1
+sha256 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d Documentation/licenses/COPYING.BSD-3
+sha256 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460 sys-utils/rfkill.c
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 31/31] package/zlib: add license hash
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (29 preceding siblings ...)
2017-11-03 10:37 ` [Buildroot] [PATCH 30/31] package/util-linux: " Samuel Martin
@ 2017-11-03 10:37 ` Samuel Martin
2017-11-05 16:48 ` [Buildroot] [PATCH 00/31] License hashes Arnout Vandecappelle
31 siblings, 0 replies; 33+ messages in thread
From: Samuel Martin @ 2017-11-03 10:37 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/zlib/zlib.hash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/zlib/zlib.hash b/package/zlib/zlib.hash
index 81cb64ef62..30271a6790 100644
--- a/package/zlib/zlib.hash
+++ b/package/zlib/zlib.hash
@@ -1,2 +1,4 @@
# From http://www.zlib.net/
sha256 4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066 zlib-1.2.11.tar.xz
+# Locally computed
+sha256 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15 README
--
2.15.0
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [Buildroot] [PATCH 00/31] License hashes
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
` (30 preceding siblings ...)
2017-11-03 10:37 ` [Buildroot] [PATCH 31/31] package/zlib: " Samuel Martin
@ 2017-11-05 16:48 ` Arnout Vandecappelle
31 siblings, 0 replies; 33+ messages in thread
From: Arnout Vandecappelle @ 2017-11-05 16:48 UTC (permalink / raw)
To: buildroot
On 03-11-17 11:36, Samuel Martin wrote:
> Hi all,
>
> Here is a short series adding license hashes to numerous packages.
I have applied the entire series. I've made one change though: I everywhere
inserted the
# License files, locally calculated
comment line. Many of the hash files have that already and I think it's convenient.
I blindly used the word "calculated" even in files where the other has is
"computed". Apparently, calculated is used about 640 times and computed 520, so
let's stick to the most popular one :-)
Regards,
Arnout
>
> Regards,
>
>
> Samuel Martin (31):
> pkg-generic: allow legal-info to be verbose
> package/armadillo: add license hash
> package/automake: add license hash
> package/bison: add license hash
> package/bluez_utils: add license hash
> package/busybox: add license hash
> package/canfestival: add license hash
> package/check: add license hash
> package/clapack: add license hash
> package/cwiid: add license hash
> package/fakeroot: add license hash
> package/flex: add license hash
> package/flite: add license hash
> package/gettext: add license hash
> package/libffi: add license hash
> package/libglib2: add license hash
> package/libtool: add license hash
> package/libxml2: add license hash
> package/m4: add license hash
> package/nginx: add license hash
> package/opencv3: add license hash
> package/openobex: add license hash
> package/patchelf: add license hash
> package/pcre: add license hash
> package/python-numpy: add license hash
> package/python: add license hash
> package/scrub: add license hash
> package/urg: add license hash
> package/ussp-push: add license hash
> package/util-linux: add license hash
> package/zlib: add license hash
>
> package/armadillo/armadillo.hash | 1 +
> package/automake/automake.hash | 1 +
> package/bison/bison.hash | 1 +
> package/bluez_utils/bluez_utils.hash | 2 ++
> package/busybox/busybox.hash | 2 ++
> package/canfestival/canfestival.hash | 3 +++
> package/check/check.hash | 1 +
> package/clapack/clapack.hash | 2 ++
> package/cwiid/cwiid.hash | 1 +
> package/fakeroot/fakeroot.hash | 2 ++
> package/flex/flex.hash | 1 +
> package/flite/flite.hash | 1 +
> package/gettext/gettext.hash | 2 ++
> package/libffi/libffi.hash | 2 ++
> package/libglib2/libglib2.hash | 2 ++
> package/libtool/libtool.hash | 1 +
> package/libxml2/libxml2.hash | 1 +
> package/m4/m4.hash | 1 +
> package/nginx/nginx.hash | 1 +
> package/opencv3/opencv3.hash | 1 +
> package/openobex/openobex.hash | 3 +++
> package/patchelf/patchelf.hash | 1 +
> package/pcre/pcre.hash | 1 +
> package/pkg-generic.mk | 4 ++--
> package/python-numpy/python-numpy.hash | 2 ++
> package/python/python.hash | 1 +
> package/scrub/scrub.hash | 2 ++
> package/urg/urg.hash | 1 +
> package/ussp-push/ussp-push.hash | 1 +
> package/util-linux/util-linux.hash | 7 +++++++
> package/zlib/zlib.hash | 2 ++
> 31 files changed, 52 insertions(+), 2 deletions(-)
> create mode 100644 package/canfestival/canfestival.hash
>
> --
> 2.15.0
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 33+ messages in thread
end of thread, other threads:[~2017-11-05 16:48 UTC | newest]
Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-03 10:36 [Buildroot] [PATCH 00/31] License hashes Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 01/31] pkg-generic: allow legal-info to be verbose Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 02/31] package/armadillo: add license hash Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 03/31] package/automake: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 04/31] package/bison: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 05/31] package/bluez_utils: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 06/31] package/busybox: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 07/31] package/canfestival: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 08/31] package/check: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 09/31] package/clapack: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 10/31] package/cwiid: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 11/31] package/fakeroot: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 12/31] package/flex: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 13/31] package/flite: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 14/31] package/gettext: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 15/31] package/libffi: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 16/31] package/libglib2: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 17/31] package/libtool: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 18/31] package/libxml2: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 19/31] package/m4: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 20/31] package/nginx: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 21/31] package/opencv3: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 22/31] package/openobex: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 23/31] package/patchelf: " Samuel Martin
2017-11-03 10:36 ` [Buildroot] [PATCH 24/31] package/pcre: " Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 25/31] package/python-numpy: " Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 26/31] package/python: " Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 27/31] package/scrub: " Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 28/31] package/urg: " Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 29/31] package/ussp-push: " Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 30/31] package/util-linux: " Samuel Martin
2017-11-03 10:37 ` [Buildroot] [PATCH 31/31] package/zlib: " Samuel Martin
2017-11-05 16:48 ` [Buildroot] [PATCH 00/31] License hashes Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox