pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e53be3bedb6
branches:  trunk
changeset: 410720:2e53be3bedb6
user:      msaitoh <msaitoh%pkgsrc.org@localhost>
date:      Tue Jan 28 01:46:58 2020 +0000

description:
Update pciutils to 3.6.4.

2020-01-25  Martin Mares <mj%ucw.cz@localhost>

        * Released as 3.6.4.

        * A new back-end for the GNU Hurd was contributed by Joan Lled?.

        * When printing VPD item identifiers, non-ASCII characters are escaped.

diffstat:

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

diffs (57 lines):

diff -r d20acbfca3e4 -r 2e53be3bedb6 sysutils/pciutils/Makefile
--- a/sysutils/pciutils/Makefile        Mon Jan 27 23:00:44 2020 +0000
+++ b/sysutils/pciutils/Makefile        Tue Jan 28 01:46:58 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2020/01/23 04:26:40 msaitoh Exp $
+# $NetBSD: Makefile,v 1.44 2020/01/28 01:46:58 msaitoh Exp $
 
-DISTNAME=      pciutils-3.6.3
+DISTNAME=      pciutils-3.6.4
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
 MASTER_SITES+= https://www.kernel.org/pub/software/utils/pciutils/
diff -r d20acbfca3e4 -r 2e53be3bedb6 sysutils/pciutils/distinfo
--- a/sysutils/pciutils/distinfo        Mon Jan 27 23:00:44 2020 +0000
+++ b/sysutils/pciutils/distinfo        Tue Jan 28 01:46:58 2020 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.33 2020/01/23 04:26:40 msaitoh Exp $
+$NetBSD: distinfo,v 1.34 2020/01/28 01:46:58 msaitoh Exp $
 
-SHA1 (pciutils-3.6.3.tar.gz) = 7e99e6d2962a5720c77c566d08ad4408c71584c0
-RMD160 (pciutils-3.6.3.tar.gz) = 01464766195d76b10337eaeda5e24b116aac37ba
-SHA512 (pciutils-3.6.3.tar.gz) = eb8f3b688a5340f7616c102a85c66c788300c952ed1440ca56ef8150d91df4969ec141b7b98aeca330e8fc2d30d76cf43b4e40e8dc90665f2f3b8710f244eb5d
-Size (pciutils-3.6.3.tar.gz) = 487781 bytes
-SHA1 (patch-aa) = 58eba980d2054f6290de5ad0f49c91f6788cfc82
+SHA1 (pciutils-3.6.4.tar.gz) = c99196cf232ecf539a9a63c7da3f9f3500a4955d
+RMD160 (pciutils-3.6.4.tar.gz) = 76d18d1dd0fce7567bbd9fabcd35f0b987f1e495
+SHA512 (pciutils-3.6.4.tar.gz) = ace51681d8803a06fdfa7153a56f586616044823cb10b0e701a7fb57af0e38884537afc27be0885cf244c0a8dec7c6295baf226f1ef2868ed1eedff10565945f
+Size (pciutils-3.6.4.tar.gz) = 489925 bytes
+SHA1 (patch-aa) = e9f937fabf60baac2a999aa1d10f5e275e7ff7df
 SHA1 (patch-ab) = 14786e702cceaea9146f34a5a301650d2092d689
 SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29
 SHA1 (patch-lib_i386-io-sunos.h) = afb666796a6b220d868a41e4fb9fd9e42152faed
diff -r d20acbfca3e4 -r 2e53be3bedb6 sysutils/pciutils/patches/patch-aa
--- a/sysutils/pciutils/patches/patch-aa        Mon Jan 27 23:00:44 2020 +0000
+++ b/sysutils/pciutils/patches/patch-aa        Tue Jan 28 01:46:58 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.24 2020/01/23 04:26:41 msaitoh Exp $
+$NetBSD: patch-aa,v 1.25 2020/01/28 01:46:58 msaitoh Exp $
 
---- Makefile.orig      2020-01-22 19:42:16.000000000 +0900
-+++ Makefile   2020-01-23 13:20:37.038889169 +0900
+--- Makefile.orig      2020-01-26 04:42:39.000000000 +0900
++++ Makefile   2020-01-27 17:53:24.373993086 +0900
 @@ -1,8 +1,7 @@
  # Makefile for The PCI Utilities
  # (c) 1998--2020 Martin Mares <mj%ucw.cz@localhost>
@@ -10,8 +10,8 @@
 -CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 +CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
  
- VERSION=3.6.3
- DATE=2020-01-20
+ VERSION=3.6.4
+ DATE=2020-01-25
 @@ -13,7 +12,7 @@ RELEASE=
  CROSS_COMPILE=
  



Home | Main Index | Thread Index | Old Index