[Buildroot] [PATCH 2/4] pciutils: add hash file

Peter Korsgaard jacmet at uclibc.org
Wed Oct 15 22:33:05 UTC 2014


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 > And switch to kernel.org mirror because of inconsistency with it.
 > Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>


 > ---
 >  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



More information about the buildroot mailing list