Buildroot Archive on 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox