pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/pciutils Update sysutils/pciutils to 3.5.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71c4d1e2bdb7
branches:  trunk
changeset: 353484:71c4d1e2bdb7
user:      msaitoh <msaitoh%pkgsrc.org@localhost>
date:      Fri Oct 07 06:07:01 2016 +0000

description:
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.

diffstat:

 sysutils/pciutils/Makefile         |   4 ++--
 sysutils/pciutils/distinfo         |  12 ++++++------
 sysutils/pciutils/patches/patch-aa |   8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r 4f21e77bac8e -r 71c4d1e2bdb7 sysutils/pciutils/Makefile
--- a/sysutils/pciutils/Makefile        Thu Oct 06 22:04:05 2016 +0000
+++ b/sysutils/pciutils/Makefile        Fri Oct 07 06:07:01 2016 +0000
@@ -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/
diff -r 4f21e77bac8e -r 71c4d1e2bdb7 sysutils/pciutils/distinfo
--- a/sysutils/pciutils/distinfo        Thu Oct 06 22:04:05 2016 +0000
+++ b/sysutils/pciutils/distinfo        Fri Oct 07 06:07:01 2016 +0000
@@ -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
diff -r 4f21e77bac8e -r 71c4d1e2bdb7 sysutils/pciutils/patches/patch-aa
--- a/sysutils/pciutils/patches/patch-aa        Thu Oct 06 22:04:05 2016 +0000
+++ b/sysutils/pciutils/patches/patch-aa        Fri Oct 07 06:07:01 2016 +0000
@@ -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