All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/26] Add hash for license file in some packages
@ 2020-01-22  8:16 Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 01/26] package/crudini: add hash for license file Heiko Thiery
                   ` (26 more replies)
  0 siblings, 27 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

This is a bunch of patches that adds the license file hashes.

The packages are tests with: make <pkg>-legal-info


Heiko Thiery (26):
  package/crudini: add hash for license file
  package/netcat: add hash for license file
  package/phytool: add hash for license file
  package/python-iniparser: add hash for license file
  package/4th: add hash for license file
  package/alure: add hash for license file
  package/atest: add hash for license file
  package/atf: add hash for license file
  package/audiofile: add hash for license file
  package/bcache-tools: add hash for license file
  package/bmon: add hash for license file
  package/bridge-utils: add hash for license file
  package/cgic: add hash for license file
  package/aumix: add hash for license file
  package/cpuload: add hash for license file
  package/ctorrent: add hash for license file
  package/curlftpfs: add hash for license file
  package/czmq: fix typo for LICNESE hash
  package/daemon: add hash for license file
  package/dbus-cpp: add hash for license file
  package/dhcpdump: add hash for license file
  package/dieharder: add hash for license file
  package/acpitool: add hash for license file
  package/autoconf-archive: add hash for license file
  package/angular-websocket: add hash for license file
  package/axel: add hash for license file

 package/4th/4th.hash                             | 1 +
 package/acpitool/acpitool.hash                   | 1 +
 package/alure/alure.hash                         | 1 +
 package/angular-websocket/angular-websocket.hash | 1 +
 package/atest/atest.hash                         | 1 +
 package/atf/atf.hash                             | 1 +
 package/audiofile/audiofile.hash                 | 2 ++
 package/aumix/aumix.hash                         | 1 +
 package/autoconf-archive/autoconf-archive.hash   | 1 +
 package/axel/axel.hash                           | 2 ++
 package/bcache-tools/bcache-tools.hash           | 1 +
 package/bmon/bmon.hash                           | 2 ++
 package/bridge-utils/bridge-utils.hash           | 3 +++
 package/cgic/cgic.hash                           | 1 +
 package/cpuload/cpuload.hash                     | 1 +
 package/crudini/crudini.hash                     | 7 +++++--
 package/ctorrent/ctorrent.hash                   | 3 +++
 package/curlftpfs/curlftpfs.hash                 | 1 +
 package/czmq/czmq.hash                           | 2 +-
 package/daemon/daemon.hash                       | 1 +
 package/dbus-cpp/dbus-cpp.hash                   | 1 +
 package/dhcpdump/dhcpdump.hash                   | 1 +
 package/dieharder/dieharder.hash                 | 1 +
 package/netcat/netcat.hash                       | 1 +
 package/phytool/phytool.hash                     | 1 +
 package/python-iniparse/python-iniparse.hash     | 8 ++++++--
 26 files changed, 42 insertions(+), 5 deletions(-)

-- 
2.20.1

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

* [Buildroot] [PATCH 01/26] package/crudini: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 02/26] package/netcat: " Heiko Thiery
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/crudini/crudini.hash | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/package/crudini/crudini.hash b/package/crudini/crudini.hash
index 9279847be9..6c08223b83 100644
--- a/package/crudini/crudini.hash
+++ b/package/crudini/crudini.hash
@@ -1,3 +1,6 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=9b8500c90467f0a61c714fbe852c2a66, sha256 locally computed
+# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=9b8500c90467f0a61c714fbe852c2a66
 md5    9b8500c90467f0a61c714fbe852c2a66 crudini-0.9.tar.gz
-sha256 10512a5a2f7b54b42e48a1d00f0c6398947c2ba6c264b9fdef86677f0e949fd3  crudini-0.9.tar.gz
+
+# locally computed
+sha256  10512a5a2f7b54b42e48a1d00f0c6398947c2ba6c264b9fdef86677f0e949fd3  crudini-0.9.tar.gz
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 02/26] package/netcat: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 01/26] package/crudini: add hash for license file Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 03/26] package/phytool: " Heiko Thiery
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/netcat/netcat.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/netcat/netcat.hash b/package/netcat/netcat.hash
index e20c4c297a..d591f3d666 100644
--- a/package/netcat/netcat.hash
+++ b/package/netcat/netcat.hash
@@ -1,2 +1,3 @@
 # Locally computed:
 sha256  30719c9a4ffbcf15676b8f528233ccc54ee6cba96cb4590975f5fd60c68a066f  netcat-0.7.1.tar.gz
+sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 03/26] package/phytool: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 01/26] package/crudini: add hash for license file Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 02/26] package/netcat: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 04/26] package/python-iniparser: " Heiko Thiery
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/phytool/phytool.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/phytool/phytool.hash b/package/phytool/phytool.hash
index ce04936417..b6bfd8132f 100644
--- a/package/phytool/phytool.hash
+++ b/package/phytool/phytool.hash
@@ -2,3 +2,4 @@
 # sha256 locally computed:
 md5  972982f8e5f7237cbccfc6d275da7348  phytool-2.tar.xz
 sha256  9901a14e8c6af02b7333c60b21ff81f50620e8326d54827185e5617ff9b11d21  phytool-2.tar.xz
+sha256  f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505  LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 04/26] package/python-iniparser: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (2 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 03/26] package/phytool: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 05/26] package/4th: " Heiko Thiery
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/python-iniparse/python-iniparse.hash | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/package/python-iniparse/python-iniparse.hash b/package/python-iniparse/python-iniparse.hash
index f1f803823e..b843025521 100644
--- a/package/python-iniparse/python-iniparse.hash
+++ b/package/python-iniparse/python-iniparse.hash
@@ -1,3 +1,7 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=5e573e9e9733d97623881ce9bbe5eca6, sha256 locally computed
+# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=5e573e9e9733d97623881ce9bbe5eca6
 md5 5e573e9e9733d97623881ce9bbe5eca6 iniparse-0.4.tar.gz
-sha256 abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054  iniparse-0.4.tar.gz
+
+# sha256 locally computed
+sha256  abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054  iniparse-0.4.tar.gz
+sha256  ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7  LICENSE
+sha256  9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0  LICENSE-PSF
-- 
2.20.1

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

* [Buildroot] [PATCH 05/26] package/4th: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (3 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 04/26] package/python-iniparser: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 06/26] package/alure: " Heiko Thiery
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/4th/4th.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/4th/4th.hash b/package/4th/4th.hash
index 6e0eff16ad..36d2941055 100644
--- a/package/4th/4th.hash
+++ b/package/4th/4th.hash
@@ -1,2 +1,3 @@
 # Locally computed:
 sha256  f822f7dd8cfb0b1744a62d653c6efe933578ae1789ec60a088509a38bca4b4fc  4th-3.62.5-unix.tar.gz
+sha256  8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 06/26] package/alure: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (4 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 05/26] package/4th: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 07/26] package/atest: " Heiko Thiery
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/alure/alure.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/alure/alure.hash b/package/alure/alure.hash
index 3387f76f9d..d84af0a35e 100644
--- a/package/alure/alure.hash
+++ b/package/alure/alure.hash
@@ -1,2 +1,3 @@
 # Locally computed
 sha256 9b808e5b5a54d156348221dc86704c7831115047d5238691e6088f8c4814b2ca  alure-14beed2a86d5a36030e907b21c46614d505f07cd.tar.gz
+sha256 7331ddc67daaf1a283c81e8dc17bac8dc40f54ed3fab3d3964616f4bd502a0a3  LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 07/26] package/atest: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (5 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 06/26] package/alure: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 08/26] package/atf: " Heiko Thiery
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/atest/atest.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/atest/atest.hash b/package/atest/atest.hash
index 78e3ff8ede..8384f31791 100644
--- a/package/atest/atest.hash
+++ b/package/atest/atest.hash
@@ -1,2 +1,3 @@
 # Locally computed
 sha256 91da5a6d4d0b0a8d4bae156a40e91a6dccf62863bfa7acae948efbbd2b4154ca  atest-895b0183a89c15f5e2305a6795bb1667753cd3f0.tar.gz
+sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 08/26] package/atf: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (6 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 07/26] package/atest: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 09/26] package/audiofile: " Heiko Thiery
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/atf/atf.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/atf/atf.hash b/package/atf/atf.hash
index 78cd3c6828..8a8092e5a6 100644
--- a/package/atf/atf.hash
+++ b/package/atf/atf.hash
@@ -1,2 +1,3 @@
 # Locally computed
 sha256 92bc64180135eea8fe84c91c9f894e678767764f6dbc8482021d4dde09857505 atf-0.21.tar.gz
+sha256 2a15172ddf6386297734c9800c899e6e8dc16c5a03931dcf95a9ab321a24cfe4  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 09/26] package/audiofile: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (7 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 08/26] package/atf: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 10/26] package/bcache-tools: " Heiko Thiery
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/audiofile/audiofile.hash | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/audiofile/audiofile.hash b/package/audiofile/audiofile.hash
index 3b9cba64f1..d2426e5991 100644
--- a/package/audiofile/audiofile.hash
+++ b/package/audiofile/audiofile.hash
@@ -1,2 +1,4 @@
 # Locally calculated
 sha256	cdc60df19ab08bfe55344395739bb08f50fc15c92da3962fac334d3bff116965  audiofile-0.3.6.tar.gz
+sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING.GPL
-- 
2.20.1

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

* [Buildroot] [PATCH 10/26] package/bcache-tools: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (8 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 09/26] package/audiofile: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 11/26] package/bmon: " Heiko Thiery
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/bcache-tools/bcache-tools.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/bcache-tools/bcache-tools.hash b/package/bcache-tools/bcache-tools.hash
index 4213705f35..d80ec44a73 100644
--- a/package/bcache-tools/bcache-tools.hash
+++ b/package/bcache-tools/bcache-tools.hash
@@ -1,2 +1,3 @@
 # Locally calculated
 sha256 d56923936f37287efc57a46315679102ef2c86cd0be5874590320acd48c1201c  bcache-tools-1.0.8.tar.gz
+sha256 e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 11/26] package/bmon: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (9 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 10/26] package/bcache-tools: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 12/26] package/bridge-utils: " Heiko Thiery
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/bmon/bmon.hash | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/bmon/bmon.hash b/package/bmon/bmon.hash
index dec0c7d81a..2cdf315a7f 100644
--- a/package/bmon/bmon.hash
+++ b/package/bmon/bmon.hash
@@ -1,2 +1,4 @@
 # Locally calculated
 sha256  02fdc312b8ceeb5786b28bf905f54328f414040ff42f45c83007f24b76cc9f7a  bmon-4.0.tar.gz
+sha256  59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991  LICENSE.BSD
+sha256  a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c  LICENSE.MIT
-- 
2.20.1

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

* [Buildroot] [PATCH 12/26] package/bridge-utils: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (10 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 11/26] package/bmon: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 13/26] package/cgic: " Heiko Thiery
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/bridge-utils/bridge-utils.hash | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/bridge-utils/bridge-utils.hash b/package/bridge-utils/bridge-utils.hash
index e699b24a63..5658116f88 100644
--- a/package/bridge-utils/bridge-utils.hash
+++ b/package/bridge-utils/bridge-utils.hash
@@ -1,2 +1,5 @@
 # From https://www.kernel.org/pub/linux/utils/net/bridge-utils/sha256sums.asc
 sha256 cc67efb5d5fb8928a6569b3fade2b4042ec17da04678dab127d96b46489e26c8 bridge-utils-1.6.tar.xz
+
+# locally computed
+sha256 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 13/26] package/cgic: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (11 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 12/26] package/bridge-utils: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 14/26] package/aumix: " Heiko Thiery
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/cgic/cgic.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cgic/cgic.hash b/package/cgic/cgic.hash
index fa1d0bc95c..d3f082e888 100644
--- a/package/cgic/cgic.hash
+++ b/package/cgic/cgic.hash
@@ -1,2 +1,3 @@
 # Locally computed
 sha256 1e8834642a4b89528bb7bde2f287e133c6b07e210e68681a34137c436d59d320  cgic207.tar.gz
+sha256 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62  license.txt
-- 
2.20.1

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

* [Buildroot] [PATCH 14/26] package/aumix: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (12 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 13/26] package/cgic: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 15/26] package/cpuload: " Heiko Thiery
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/aumix/aumix.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/aumix/aumix.hash b/package/aumix/aumix.hash
index 0463ea01a6..dcb7a0e0c0 100644
--- a/package/aumix/aumix.hash
+++ b/package/aumix/aumix.hash
@@ -1,2 +1,3 @@
 # Locally calculated
 sha256	d2ce43d532ef75072c8d4e7922e3bc06be6d97765a508d9ceb0d1766bbe70e29	aumix-2.9.1.tar.bz2
+sha256  1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 15/26] package/cpuload: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (13 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 14/26] package/aumix: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 16/26] package/ctorrent: " Heiko Thiery
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/cpuload/cpuload.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cpuload/cpuload.hash b/package/cpuload/cpuload.hash
index 2a32283500..b80879ca7d 100644
--- a/package/cpuload/cpuload.hash
+++ b/package/cpuload/cpuload.hash
@@ -1,2 +1,3 @@
 # Locally calculated
 sha256 1d61f4776dc3e2746343d68b2ea2faf138e54666b630a6060df4f3945badbcae  cpuload-0.3.tar.gz
+sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 16/26] package/ctorrent: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (14 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 15/26] package/cpuload: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 17/26] package/curlftpfs: " Heiko Thiery
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/ctorrent/ctorrent.hash | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/ctorrent/ctorrent.hash b/package/ctorrent/ctorrent.hash
index 6dcb590b95..3e82902628 100644
--- a/package/ctorrent/ctorrent.hash
+++ b/package/ctorrent/ctorrent.hash
@@ -1,2 +1,5 @@
 # From http://sourceforge.net/projects/dtorrent/files/dtorrent/3.3.2/
 sha1	d4e221f0292268f80e2430ce9d451dd64cf1ffaa	ctorrent-dnh3.3.2.tar.gz
+
+# locally calculated
+sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 17/26] package/curlftpfs: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (15 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 16/26] package/ctorrent: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 18/26] package/czmq: fix typo for LICNESE hash Heiko Thiery
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/curlftpfs/curlftpfs.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/curlftpfs/curlftpfs.hash b/package/curlftpfs/curlftpfs.hash
index a94fab1239..8413c1e102 100644
--- a/package/curlftpfs/curlftpfs.hash
+++ b/package/curlftpfs/curlftpfs.hash
@@ -1,2 +1,3 @@
 # Locally computed:
 sha256  4eb44739c7078ba0edde177bdd266c4cfb7c621075f47f64c85a06b12b3c6958  curlftpfs-0.9.2.tar.gz
+sha256  231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 18/26] package/czmq: fix typo for LICNESE hash
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (16 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 17/26] package/curlftpfs: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22 20:22   ` Peter Korsgaard
  2020-03-07  7:55   ` Peter Korsgaard
  2020-01-22  8:16 ` [Buildroot] [PATCH 19/26] package/daemon: add hash for license file Heiko Thiery
                   ` (8 subsequent siblings)
  26 siblings, 2 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/czmq/czmq.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/czmq/czmq.hash b/package/czmq/czmq.hash
index 97b6e03b54..4738c9c434 100644
--- a/package/czmq/czmq.hash
+++ b/package/czmq/czmq.hash
@@ -3,4 +3,4 @@ md5 7e09997db6ac3b25e8ed104053040722 czmq-4.2.0.tar.gz
 sha1 42165b3eede517708814e5a1b6972d8bde417f7a czmq-4.2.0.tar.gz
 # Locally calculated
 sha256 cfab29c2b3cc8a845749758a51e1dd5f5160c1ef57e2a41ea96e4c2dcc8feceb czmq-4.2.0.tar.gz
-sha256 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5 LICENCE
+sha256 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5 LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 19/26] package/daemon: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (17 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 18/26] package/czmq: fix typo for LICNESE hash Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:22   ` Baruch Siach
  2020-01-22 20:22   ` Peter Korsgaard
  2020-01-22  8:16 ` [Buildroot] [PATCH 20/26] package/dbus-cpp: " Heiko Thiery
                   ` (7 subsequent siblings)
  26 siblings, 2 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/daemon/daemon.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/daemon/daemon.hash b/package/daemon/daemon.hash
index 32308ea3f7..ad8637ee81 100644
--- a/package/daemon/daemon.hash
+++ b/package/daemon/daemon.hash
@@ -1,3 +1,4 @@
 # md5 from http://www.libslack.org/daemon/; sha256 locally calculated
 md5 6cd0a28630a29ac279bc501f39baec66 daemon-0.6.4.tar.gz
 sha256 c4b9ea4aa74d55ea618c34f1e02c080ddf368549037cb239ee60c83191035ca1 daemon-0.6.4.tar.gz
+sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 20/26] package/dbus-cpp: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (18 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 19/26] package/daemon: add hash for license file Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 21/26] package/dhcpdump: " Heiko Thiery
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/dbus-cpp/dbus-cpp.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dbus-cpp/dbus-cpp.hash b/package/dbus-cpp/dbus-cpp.hash
index b3fc3efd33..957698b487 100644
--- a/package/dbus-cpp/dbus-cpp.hash
+++ b/package/dbus-cpp/dbus-cpp.hash
@@ -1,2 +1,3 @@
 # Locally computed:
 sha256  bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61  libdbus-c++-0.9.0.tar.gz
+sha256  5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 21/26] package/dhcpdump: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (19 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 20/26] package/dbus-cpp: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 22/26] package/dieharder: " Heiko Thiery
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/dhcpdump/dhcpdump.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dhcpdump/dhcpdump.hash b/package/dhcpdump/dhcpdump.hash
index 36040c8a5d..358a6f01d2 100644
--- a/package/dhcpdump/dhcpdump.hash
+++ b/package/dhcpdump/dhcpdump.hash
@@ -1,2 +1,3 @@
 # Locally calculated
 sha256 6d5eb9418162fb738bc56e4c1682ce7f7392dd96e568cc996e44c28de7f77190  dhcpdump-1.8.tar.gz
+sha256 bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192  LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 22/26] package/dieharder: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (20 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 21/26] package/dhcpdump: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 23/26] package/acpitool: " Heiko Thiery
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/dieharder/dieharder.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dieharder/dieharder.hash b/package/dieharder/dieharder.hash
index eefe4b71de..c016f175f0 100644
--- a/package/dieharder/dieharder.hash
+++ b/package/dieharder/dieharder.hash
@@ -1,2 +1,3 @@
 # Locally computed:
 sha256 6cff0ff8394c553549ac7433359ccfc955fb26794260314620dfa5e4cd4b727f dieharder-3.31.1.tgz
+sha256 c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 23/26] package/acpitool: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (21 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 22/26] package/dieharder: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 24/26] package/autoconf-archive: " Heiko Thiery
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/acpitool/acpitool.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/acpitool/acpitool.hash b/package/acpitool/acpitool.hash
index e25dc546f3..603127a719 100644
--- a/package/acpitool/acpitool.hash
+++ b/package/acpitool/acpitool.hash
@@ -1,2 +1,3 @@
 # locally computed hash
 sha256 004fb6cd43102918b6302cf537a2db7ceadda04aef2e0906ddf230f820dad34f acpitool-0.5.1.tar.bz2
+sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 24/26] package/autoconf-archive: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (22 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 23/26] package/acpitool: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 25/26] package/angular-websocket: " Heiko Thiery
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/autoconf-archive/autoconf-archive.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/autoconf-archive/autoconf-archive.hash b/package/autoconf-archive/autoconf-archive.hash
index fadda54e86..7f0c8db7bd 100644
--- a/package/autoconf-archive/autoconf-archive.hash
+++ b/package/autoconf-archive/autoconf-archive.hash
@@ -1,2 +1,3 @@
 # Computed locally
 sha256 17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f  autoconf-archive-2019.01.06.tar.xz
+sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 25/26] package/angular-websocket: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (23 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 24/26] package/autoconf-archive: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22  8:16 ` [Buildroot] [PATCH 26/26] package/axel: " Heiko Thiery
  2020-01-22 22:32 ` [Buildroot] [PATCH 00/26] Add hash for license file in some packages Arnout Vandecappelle
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/angular-websocket/angular-websocket.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/angular-websocket/angular-websocket.hash b/package/angular-websocket/angular-websocket.hash
index 550101e3aa..f589abe5e8 100644
--- a/package/angular-websocket/angular-websocket.hash
+++ b/package/angular-websocket/angular-websocket.hash
@@ -1,2 +1,3 @@
 # Locally calculated
 sha256 69d752896bc17c08750a2fda24b5eb3c6d653afc6f406dd90a6b7c920b22a14a  angular-websocket-2.0.0.tar.gz
+sha256 3013a57f2c8df37775804b8be5b107665a2ca209607bb92c618bcc084feb00a7  LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 26/26] package/axel: add hash for license file
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (24 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 25/26] package/angular-websocket: " Heiko Thiery
@ 2020-01-22  8:16 ` Heiko Thiery
  2020-01-22 22:32 ` [Buildroot] [PATCH 00/26] Add hash for license file in some packages Arnout Vandecappelle
  26 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-22  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/axel/axel.hash | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/axel/axel.hash b/package/axel/axel.hash
index e7c128ed76..f9c5526f88 100644
--- a/package/axel/axel.hash
+++ b/package/axel/axel.hash
@@ -1 +1,3 @@
+# locally computed
 sha256 24ab549021bdfca01ad5e8e95b706869dd30fe9ab1043da4cbb9dff89edc267d  axel-2.17.6.tar.xz
+sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 19/26] package/daemon: add hash for license file
  2020-01-22  8:16 ` [Buildroot] [PATCH 19/26] package/daemon: add hash for license file Heiko Thiery
@ 2020-01-22  8:22   ` Baruch Siach
  2020-01-22 20:22   ` Peter Korsgaard
  1 sibling, 0 replies; 35+ messages in thread
From: Baruch Siach @ 2020-01-22  8:22 UTC (permalink / raw)
  To: buildroot

Hi Heiko,

On Wed, Jan 22 2020, Heiko Thiery wrote:

> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

Acked-by: Baruch Siach <baruch@tkos.co.il>

Thanks,
baruch

> ---
>  package/daemon/daemon.hash | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/daemon/daemon.hash b/package/daemon/daemon.hash
> index 32308ea3f7..ad8637ee81 100644
> --- a/package/daemon/daemon.hash
> +++ b/package/daemon/daemon.hash
> @@ -1,3 +1,4 @@
>  # md5 from http://www.libslack.org/daemon/; sha256 locally calculated
>  md5 6cd0a28630a29ac279bc501f39baec66 daemon-0.6.4.tar.gz
>  sha256 c4b9ea4aa74d55ea618c34f1e02c080ddf368549037cb239ee60c83191035ca1 daemon-0.6.4.tar.gz
> +sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 LICENSE


-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 18/26] package/czmq: fix typo for LICNESE hash
  2020-01-22  8:16 ` [Buildroot] [PATCH 18/26] package/czmq: fix typo for LICNESE hash Heiko Thiery
@ 2020-01-22 20:22   ` Peter Korsgaard
  2020-03-07  7:55   ` Peter Korsgaard
  1 sibling, 0 replies; 35+ messages in thread
From: Peter Korsgaard @ 2020-01-22 20:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Heiko" == Heiko Thiery <heiko.thiery@gmail.com> writes:

 > Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 19/26] package/daemon: add hash for license file
  2020-01-22  8:16 ` [Buildroot] [PATCH 19/26] package/daemon: add hash for license file Heiko Thiery
  2020-01-22  8:22   ` Baruch Siach
@ 2020-01-22 20:22   ` Peter Korsgaard
  1 sibling, 0 replies; 35+ messages in thread
From: Peter Korsgaard @ 2020-01-22 20:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Heiko" == Heiko Thiery <heiko.thiery@gmail.com> writes:

 > Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 00/26] Add hash for license file in some packages
  2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
                   ` (25 preceding siblings ...)
  2020-01-22  8:16 ` [Buildroot] [PATCH 26/26] package/axel: " Heiko Thiery
@ 2020-01-22 22:32 ` Arnout Vandecappelle
  2020-01-22 22:41   ` Arnout Vandecappelle
  2020-01-23  7:02   ` Heiko Thiery
  26 siblings, 2 replies; 35+ messages in thread
From: Arnout Vandecappelle @ 2020-01-22 22:32 UTC (permalink / raw)
  To: buildroot



On 22/01/2020 09:16, Heiko Thiery wrote:
> This is a bunch of patches that adds the license file hashes.
> 
> The packages are tests with: make <pkg>-legal-info

 Series applied, except for the autoconf-archive one because that failed the
'make host-autoconf-archive-legal-info' test...

>>> host-autoconf-archive 2019.01.06 Collecting legal info
ERROR: COPYING has wrong sha256 hash:
ERROR: expected: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6
ERROR: got     : e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195


 Can you check that?

 (Marked it as Changes Requested in patchwork)

 Regards,
 Arnout

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

* [Buildroot] [PATCH 00/26] Add hash for license file in some packages
  2020-01-22 22:32 ` [Buildroot] [PATCH 00/26] Add hash for license file in some packages Arnout Vandecappelle
@ 2020-01-22 22:41   ` Arnout Vandecappelle
  2020-01-23  6:53     ` Heiko Thiery
  2020-01-23  7:02   ` Heiko Thiery
  1 sibling, 1 reply; 35+ messages in thread
From: Arnout Vandecappelle @ 2020-01-22 22:41 UTC (permalink / raw)
  To: buildroot



On 22/01/2020 23:32, Arnout Vandecappelle wrote:
> 
> 
> On 22/01/2020 09:16, Heiko Thiery wrote:
>> This is a bunch of patches that adds the license file hashes.
>>
>> The packages are tests with: make <pkg>-legal-info
> 
>  Series applied

 Forgot to mention: in a few of them, I also changed the spaces/tabs in the
existing hash to be consistent (aligned) with the hash you added.

 Regards,
 Arnout

>, except for the autoconf-archive one because that failed the
> 'make host-autoconf-archive-legal-info' test...
> 
>>>> host-autoconf-archive 2019.01.06 Collecting legal info
> ERROR: COPYING has wrong sha256 hash:
> ERROR: expected: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6
> ERROR: got     : e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195
> 
> 
>  Can you check that?
> 
>  (Marked it as Changes Requested in patchwork)
> 
>  Regards,
>  Arnout
> 

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

* [Buildroot] [PATCH 00/26] Add hash for license file in some packages
  2020-01-22 22:41   ` Arnout Vandecappelle
@ 2020-01-23  6:53     ` Heiko Thiery
  0 siblings, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-23  6:53 UTC (permalink / raw)
  To: buildroot

Hi Arnout,

Am Mi., 22. Jan. 2020 um 23:41 Uhr schrieb Arnout Vandecappelle
<arnout@mind.be>:
>
>
>
> On 22/01/2020 23:32, Arnout Vandecappelle wrote:
> >
> >
> > On 22/01/2020 09:16, Heiko Thiery wrote:
> >> This is a bunch of patches that adds the license file hashes.
> >>
> >> The packages are tests with: make <pkg>-legal-info
> >
> >  Series applied
>
>  Forgot to mention: in a few of them, I also changed the spaces/tabs in the
> existing hash to be consistent (aligned) with the hash you added.

I wil take care the next time.

Thank you

>  Regards,
>  Arnout
>
> >, except for the autoconf-archive one because that failed the
> > 'make host-autoconf-archive-legal-info' test...
> >
> >>>> host-autoconf-archive 2019.01.06 Collecting legal info
> > ERROR: COPYING has wrong sha256 hash:
> > ERROR: expected: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6
> > ERROR: got     : e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195
> >
> >
> >  Can you check that?
> >
> >  (Marked it as Changes Requested in patchwork)
> >
> >  Regards,
> >  Arnout
> >

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

* [Buildroot] [PATCH 00/26] Add hash for license file in some packages
  2020-01-22 22:32 ` [Buildroot] [PATCH 00/26] Add hash for license file in some packages Arnout Vandecappelle
  2020-01-22 22:41   ` Arnout Vandecappelle
@ 2020-01-23  7:02   ` Heiko Thiery
  1 sibling, 0 replies; 35+ messages in thread
From: Heiko Thiery @ 2020-01-23  7:02 UTC (permalink / raw)
  To: buildroot

Hi,

Am Mi., 22. Jan. 2020 um 23:32 Uhr schrieb Arnout Vandecappelle
<arnout@mind.be>:
>
>
>
> On 22/01/2020 09:16, Heiko Thiery wrote:
> > This is a bunch of patches that adds the license file hashes.
> >
> > The packages are tests with: make <pkg>-legal-info
>
>  Series applied, except for the autoconf-archive one because that failed the
> 'make host-autoconf-archive-legal-info' test...
>
> >>> host-autoconf-archive 2019.01.06 Collecting legal info
> ERROR: COPYING has wrong sha256 hash:
> ERROR: expected: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6
> ERROR: got     : e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195
>
>
>  Can you check that?
>
>  (Marked it as Changes Requested in patchwork)

Indeed here I made a mistake. Changed it to the correct value and
added a second hash for the other license file "COPYING.EXCEPTION".

Thank you

>  Regards,
>  Arnout

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

* [Buildroot] [PATCH 18/26] package/czmq: fix typo for LICNESE hash
  2020-01-22  8:16 ` [Buildroot] [PATCH 18/26] package/czmq: fix typo for LICNESE hash Heiko Thiery
  2020-01-22 20:22   ` Peter Korsgaard
@ 2020-03-07  7:55   ` Peter Korsgaard
  1 sibling, 0 replies; 35+ messages in thread
From: Peter Korsgaard @ 2020-03-07  7:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Heiko" == Heiko Thiery <heiko.thiery@gmail.com> writes:

 > Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

Committed to 2019.02.x and 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-03-07  7:55 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22  8:16 [Buildroot] [PATCH 00/26] Add hash for license file in some packages Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 01/26] package/crudini: add hash for license file Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 02/26] package/netcat: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 03/26] package/phytool: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 04/26] package/python-iniparser: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 05/26] package/4th: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 06/26] package/alure: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 07/26] package/atest: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 08/26] package/atf: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 09/26] package/audiofile: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 10/26] package/bcache-tools: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 11/26] package/bmon: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 12/26] package/bridge-utils: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 13/26] package/cgic: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 14/26] package/aumix: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 15/26] package/cpuload: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 16/26] package/ctorrent: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 17/26] package/curlftpfs: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 18/26] package/czmq: fix typo for LICNESE hash Heiko Thiery
2020-01-22 20:22   ` Peter Korsgaard
2020-03-07  7:55   ` Peter Korsgaard
2020-01-22  8:16 ` [Buildroot] [PATCH 19/26] package/daemon: add hash for license file Heiko Thiery
2020-01-22  8:22   ` Baruch Siach
2020-01-22 20:22   ` Peter Korsgaard
2020-01-22  8:16 ` [Buildroot] [PATCH 20/26] package/dbus-cpp: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 21/26] package/dhcpdump: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 22/26] package/dieharder: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 23/26] package/acpitool: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 24/26] package/autoconf-archive: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 25/26] package/angular-websocket: " Heiko Thiery
2020-01-22  8:16 ` [Buildroot] [PATCH 26/26] package/axel: " Heiko Thiery
2020-01-22 22:32 ` [Buildroot] [PATCH 00/26] Add hash for license file in some packages Arnout Vandecappelle
2020-01-22 22:41   ` Arnout Vandecappelle
2020-01-23  6:53     ` Heiko Thiery
2020-01-23  7:02   ` Heiko Thiery

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.