Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 11/11] e2fsprogs: switch site and add hash
Date: Wed, 17 Sep 2014 22:53:03 +0200	[thread overview]
Message-ID: <20140917205303.GC25761@free.fr> (raw)
In-Reply-To: <1410963609-18128-11-git-send-email-gustavo@zacarias.com.ar>

Gustavo, All,

On 2014-09-17 11:20 -0300, Gustavo Zacarias spake thusly:
> For some reason the kernel.org download hash doesn't match the
> sourceforge hash so switch to kernel.org for the download.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Tested against the hash published by the new upstream, and agaisnt a
download from the new location.

Regards,
Yann E. MORIN.

> ---
>  package/e2fsprogs/e2fsprogs.hash | 2 ++
>  package/e2fsprogs/e2fsprogs.mk   | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)
>  create mode 100644 package/e2fsprogs/e2fsprogs.hash
> 
> diff --git a/package/e2fsprogs/e2fsprogs.hash b/package/e2fsprogs/e2fsprogs.hash
> new file mode 100644
> index 0000000..89c3fd8
> --- /dev/null
> +++ b/package/e2fsprogs/e2fsprogs.hash
> @@ -0,0 +1,2 @@
> +# From https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.42.12/sha256sums.asc
> +sha256	8c790e8708dbb7c766c88c8152c2bf2d0628937e9dd6571eef8f59080d0fb58a	e2fsprogs-1.42.12.tar.gz
> diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
> index 810802d..b115582 100644
> --- a/package/e2fsprogs/e2fsprogs.mk
> +++ b/package/e2fsprogs/e2fsprogs.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  E2FSPROGS_VERSION = 1.42.12
> -E2FSPROGS_SITE = http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v$(E2FSPROGS_VERSION)
> +E2FSPROGS_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/people/tytso/e2fsprogs/v$(E2FSPROGS_VERSION)
>  E2FSPROGS_LICENSE = GPLv2, libuuid BSD-3c, libss and libet MIT-like with advertising clause
>  E2FSPROGS_LICENSE_FILES = COPYING lib/uuid/COPYING lib/ss/mit-sipb-copyright.h lib/et/internal.h
>  E2FSPROGS_INSTALL_STAGING = YES
> -- 
> 1.8.5.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140917/1d741b9d/attachment.asc>

  parent reply	other threads:[~2014-09-17 20:53 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-17 14:19 [Buildroot] [PATCH 01/11] busybox: add hash Gustavo Zacarias
2014-09-17 14:20 ` [Buildroot] [PATCH 02/11] polarssl: " Gustavo Zacarias
2014-09-17 19:59   ` Yann E. MORIN
2014-09-17 14:20 ` [Buildroot] [PATCH 03/11] iptables: " Gustavo Zacarias
2014-09-17 20:12   ` Yann E. MORIN
2014-09-17 20:15     ` Gustavo Zacarias
2014-09-17 14:20 ` [Buildroot] [PATCH 04/11] util-linux: " Gustavo Zacarias
2014-09-17 20:16   ` Yann E. MORIN
2014-09-17 14:20 ` [Buildroot] [PATCH 05/11] iw: " Gustavo Zacarias
2014-09-17 20:19   ` Yann E. MORIN
2014-09-17 14:20 ` [Buildroot] [PATCH 06/11] btrfs-progs: " Gustavo Zacarias
2014-09-17 20:23   ` Yann E. MORIN
2014-09-17 14:20 ` [Buildroot] [PATCH 07/11] wireless-regdb: " Gustavo Zacarias
2014-09-17 20:25   ` Yann E. MORIN
2014-09-17 14:20 ` [Buildroot] [PATCH 08/11] openssl: " Gustavo Zacarias
2014-09-17 20:27   ` Yann E. MORIN
2014-09-17 14:20 ` [Buildroot] [PATCH 09/11] libnl: " Gustavo Zacarias
2014-09-17 20:35   ` Yann E. MORIN
2014-09-17 14:20 ` [Buildroot] [PATCH 10/11] iproute2: " Gustavo Zacarias
2014-09-17 20:48   ` Yann E. MORIN
2014-09-17 14:20 ` [Buildroot] [PATCH 11/11] e2fsprogs: switch site and " Gustavo Zacarias
2014-09-17 20:52   ` Yann E. MORIN
2014-09-17 20:53   ` Yann E. MORIN [this message]
2014-09-17 19:56 ` [Buildroot] [PATCH 01/11] busybox: " Yann E. MORIN
2014-09-18 19:45 ` 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=20140917205303.GC25761@free.fr \
    --to=yann.morin.1998@free.fr \
    --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