pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/pciutils



Module Name:    pkgsrc
Committed By:   msaitoh
Date:           Fri Oct  7 06:07:01 UTC 2016

Modified Files:
        pkgsrc/sysutils/pciutils: Makefile distinfo
        pkgsrc/sysutils/pciutils/patches: patch-aa

Log Message:
Update sysutils/pciutils to 3.5.2.

ChangeLog:
2016-10-03  Martin Mares <mj%ucw.cz@localhost>

        * Released as 3.5.2.

        * The L1 power management capability is now decoded more
          thoroughly. Thanks to Rajat Jain for the patch.

        * The table of configuration registers used by setpci
          had a bug in the definition of SUBSYSTEM_VENDOR_ID.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/pciutils/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/pciutils/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/pciutils/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/pciutils/Makefile
diff -u pkgsrc/sysutils/pciutils/Makefile:1.31 pkgsrc/sysutils/pciutils/Makefile:1.32
--- pkgsrc/sysutils/pciutils/Makefile:1.31      Mon May 23 05:25:14 2016
+++ pkgsrc/sysutils/pciutils/Makefile   Fri Oct  7 06:07:01 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2016/05/23 05:25:14 msaitoh Exp $
+# $NetBSD: Makefile,v 1.32 2016/10/07 06:07:01 msaitoh Exp $
 
-DISTNAME=      pciutils-3.5.1
+DISTNAME=      pciutils-3.5.2
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
                ftp://ftp.kernel.org/pub/software/utils/pciutils/

Index: pkgsrc/sysutils/pciutils/distinfo
diff -u pkgsrc/sysutils/pciutils/distinfo:1.22 pkgsrc/sysutils/pciutils/distinfo:1.23
--- pkgsrc/sysutils/pciutils/distinfo:1.22      Mon May 23 05:25:14 2016
+++ pkgsrc/sysutils/pciutils/distinfo   Fri Oct  7 06:07:01 2016
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.22 2016/05/23 05:25:14 msaitoh Exp $
+$NetBSD: distinfo,v 1.23 2016/10/07 06:07:01 msaitoh Exp $
 
-SHA1 (pciutils-3.5.1.tar.gz) = 512f68df5ee6d661ebc209befdf89ecffcdcf69d
-RMD160 (pciutils-3.5.1.tar.gz) = 8ffd6acfff25fb47900577c7536ed86f4b559c56
-SHA512 (pciutils-3.5.1.tar.gz) = a324e96556db23011cf86a3ef082851a608c1ef6dd3841cd3231c2e9ef20085cadc22fc6517fc86595610a6d45fc9a05663ebd4d8702e6fbb9def91d2f5e5985
-Size (pciutils-3.5.1.tar.gz) = 413052 bytes
-SHA1 (patch-aa) = cc08da2eefdc32fe85f89fc7e508a9790adfb1b4
+SHA1 (pciutils-3.5.2.tar.gz) = 4a0399137836b7b891a274e820081a46a35e7796
+RMD160 (pciutils-3.5.2.tar.gz) = 29a1214252bee75ff819b6fa752724130d9cee0a
+SHA512 (pciutils-3.5.2.tar.gz) = 1fd945a320e6130f60cbb3e17f3ea6b48efeda57d7971fca62a62d0a1f05baf7f13ce69813f3ddd7a8eada1650795e41c5f03c65f780d5765d21f6a9ab1155a8
+Size (pciutils-3.5.2.tar.gz) = 414327 bytes
+SHA1 (patch-aa) = 864870c5679069b9a4b28894b3d005eb92675781
 SHA1 (patch-ab) = 881db39792c9d72f527438e2b475ac2ea842b536
 SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29
 SHA1 (patch-ad) = bfe9069e96fd46798afec73c93ad71db3a0e0e37

Index: pkgsrc/sysutils/pciutils/patches/patch-aa
diff -u pkgsrc/sysutils/pciutils/patches/patch-aa:1.15 pkgsrc/sysutils/pciutils/patches/patch-aa:1.16
--- pkgsrc/sysutils/pciutils/patches/patch-aa:1.15      Mon May 23 05:25:14 2016
+++ pkgsrc/sysutils/pciutils/patches/patch-aa   Fri Oct  7 06:07:01 2016
@@ -1,5 +1,5 @@
---- Makefile.orig      2016-05-22 16:57:08.000000000 +0900
-+++ Makefile   2016-05-23 14:20:02.224489165 +0900
+--- Makefile.orig      2016-10-04 04:58:31.000000000 +0900
++++ Makefile   2016-10-07 14:59:10.000000000 +0900
 @@ -1,8 +1,7 @@
  # Makefile for The PCI Utilities
  # (c) 1998--2016 Martin Mares <mj%ucw.cz@localhost>
@@ -8,8 +8,8 @@
 -CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 +CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
  
- VERSION=3.5.1
- DATE=2016-05-22
+ VERSION=3.5.2
+ DATE=2016-10-03
 @@ -13,7 +12,7 @@
  CROSS_COMPILE=
  



Home | Main Index | Thread Index | Old Index