From: Thomas Huth <huth@tuxfamily.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 03/19] package/bzip2: add hash for license file
Date: Wed, 29 May 2019 10:59:16 +0200 [thread overview]
Message-ID: <20190529105916.465f5e49@thl530.multi.box> (raw)
In-Reply-To: <20190529033537.128311-4-aduskett@gmail.com>
Am Tue, 28 May 2019 23:35:21 -0400
schrieb aduskett at gmail.com:
> From: Adam Duskett <Aduskett@gmail.com>
>
> Also add a standard sha256 hash for the package itself.
>
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
> package/bzip2/bzip2.hash | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/bzip2/bzip2.hash b/package/bzip2/bzip2.hash
> index 60b0a191ef..684fe73109 100644
> --- a/package/bzip2/bzip2.hash
> +++ b/package/bzip2/bzip2.hash
> @@ -1,2 +1,6 @@
> # From http://www.bzip.org/downloads.html
While you're at it, you could remove that URL (or change it to a
version from archive.org) - it does not seem to contain the md5sum
anymore.
> md5 00b516f4704d4a7cb50a1d97e6e8e15b bzip2-1.0.6.tar.gz
> +
> +# Locally calculated
> +sha256
> a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
> bzip2-1.0.6.tar.gz +sha256
> 4919cfb14a73cd64fcef67b107613970cf1659a09aa675dba31314f373bc7204
> LICENSE
I get the same values.
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
next prev parent reply other threads:[~2019-05-29 8:59 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-29 3:35 [Buildroot] [PATCH 00/19] Add missing license file hashes for various packages aduskett at gmail.com
2019-05-29 3:35 ` [Buildroot] [PATCH 01/19] package/acl: add hashes for license files aduskett at gmail.com
2019-05-29 9:06 ` Thomas Huth
2019-05-30 22:20 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 02/19] package/attr: " aduskett at gmail.com
2019-05-29 9:10 ` Thomas Huth
2019-05-30 22:21 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 03/19] package/bzip2: add hash for license file aduskett at gmail.com
2019-05-29 8:59 ` Thomas Huth [this message]
2019-05-30 22:22 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 04/19] package/cmake: " aduskett at gmail.com
2019-05-29 15:14 ` Thomas Huth
2019-05-30 22:23 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 05/19] package/dbus-glib: " aduskett at gmail.com
2019-05-29 15:18 ` Thomas Huth
2019-05-30 22:24 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 06/19] package/dbus-python: " aduskett at gmail.com
2019-05-30 22:24 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 07/19] package/fontconfig: " aduskett at gmail.com
2019-05-30 22:25 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 08/19] package/gmp: add hashes for license files aduskett at gmail.com
2019-05-29 15:30 ` Thomas Huth
2019-05-30 22:25 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 09/19] package/gperf: add hash for license file aduskett at gmail.com
2019-05-30 14:03 ` Thomas Huth
2019-05-30 22:26 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 10/19] package/intltool: " aduskett at gmail.com
2019-05-30 22:27 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 11/19] package/kmod: " aduskett at gmail.com
2019-05-30 14:09 ` Thomas Huth
2019-05-30 22:27 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 12/19] package/libxml-parser-perl: " aduskett at gmail.com
2019-05-30 22:28 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 13/19] package/ncurses: " aduskett at gmail.com
2019-05-30 14:59 ` Thomas Huth
2019-05-30 22:29 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 14/19] package/parted: " aduskett at gmail.com
2019-05-30 15:03 ` Thomas Huth
2019-05-30 22:30 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 15/19] package/polkit: " aduskett at gmail.com
2019-05-30 22:31 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 16/19] package/swig: add hashes for license files aduskett at gmail.com
2019-05-30 22:31 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 17/19] package/udisks: add hash for license file aduskett at gmail.com
2019-05-30 22:32 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 18/19] package/ustr: add hashes for license files aduskett at gmail.com
2019-05-30 22:32 ` Peter Korsgaard
2019-05-29 3:35 ` [Buildroot] [PATCH 19/19] package/wireless_tools: add hash for license file aduskett at gmail.com
2019-05-30 22:33 ` Peter Korsgaard
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=20190529105916.465f5e49@thl530.multi.box \
--to=huth@tuxfamily.org \
--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