Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Martin <s.martin49@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 00/31] License hashes
Date: Fri,  3 Nov 2017 11:36:35 +0100	[thread overview]
Message-ID: <20171103103706.25574-1-s.martin49@gmail.com> (raw)

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

             reply	other threads:[~2017-11-03 10:36 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-03 10:36 Samuel Martin [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171103103706.25574-1-s.martin49@gmail.com \
    --to=s.martin49@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox