pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/pciutils pciutils: fix checksum mismatch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbd370beab5b
branches:  trunk
changeset: 359198:fbd370beab5b
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Mar 02 20:09:32 2017 +0000

description:
pciutils: fix checksum mismatch.

the file on kernel.org has a different checksum from other mirrors.
(contents don't appear different)
because ftp.kernel.org went down, we were not fetching it, which resulted
in a mismatch.
switch to http @ kernel.org. now the first mirror will have a mismatched
checksum, but the second won't.

diffstat:

 sysutils/pciutils/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r b7500f37853a -r fbd370beab5b sysutils/pciutils/Makefile
--- a/sysutils/pciutils/Makefile        Thu Mar 02 15:29:04 2017 +0000
+++ b/sysutils/pciutils/Makefile        Thu Mar 02 20:09:32 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2017/02/26 06:44:17 msaitoh Exp $
+# $NetBSD: Makefile,v 1.36 2017/03/02 20:09:32 maya Exp $
 
 DISTNAME=      pciutils-3.5.4
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
-MASTER_SITES+= ftp://ftp.kernel.org/pub/software/utils/pciutils/
+MASTER_SITES+= http://kernel.org/pub/software/utils/pciutils/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://mj.ucw.cz/pciutils.shtml



Home | Main Index | Thread Index | Old Index