From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Thu, 16 Oct 2014 00:33:05 +0200 Subject: [Buildroot] [PATCH 2/4] pciutils: add hash file In-Reply-To: <1413329080-25292-2-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Tue, 14 Oct 2014 20:24:38 -0300") References: <1413329080-25292-1-git-send-email-gustavo@zacarias.com.ar> <1413329080-25292-2-git-send-email-gustavo@zacarias.com.ar> Message-ID: <878ukhotem.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Gustavo" == Gustavo Zacarias writes: > And switch to kernel.org mirror because of inconsistency with it. > Signed-off-by: Gustavo Zacarias > --- > package/pciutils/pciutils.hash | 2 ++ > package/pciutils/pciutils.mk | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) > create mode 100644 package/pciutils/pciutils.hash > diff --git a/package/pciutils/pciutils.hash b/package/pciutils/pciutils.hash > new file mode 100644 > index 0000000..07b9ed6 > --- /dev/null > +++ b/package/pciutils/pciutils.hash > @@ -0,0 +1,2 @@ > +# From https://www.kernel.org/pub/software/utils/pciutils/sha256sums.asc > +sha256 9c1ad30d1e40e353ea78b0c7ca41487cc0923d91e560a6e07072c93bcf520c02 pciutils-3.2.1.tar.gz While this checksum matches the .asc file, it is different than what was on the old server (and on sources.buildroot.org, autobuilders and whatnot) - And as pciutils hasn't been bumped since Nov 2013 people are quite likely to already have it in their dl/. As pciutils isn't really such a security sensitive package, I think we should wait with this until the version is bumped next time. > -PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci > +PCIUTILS_SITE = $(BR2_KERNEL_MIRROR)/software/utils/pciutils -- Bye, Peter Korsgaard