pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/pciutils pciutils: Update patch to current ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/080e15db8d3f
branches:  trunk
changeset: 379313:080e15db8d3f
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sat May 14 16:47:48 2022 +0000

description:
pciutils: Update patch to current version.

diffstat:

 sysutils/pciutils/distinfo                     |   4 ++--
 sysutils/pciutils/patches/patch-lib_internal.h |  12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r bdb1f6df6f06 -r 080e15db8d3f sysutils/pciutils/distinfo
--- a/sysutils/pciutils/distinfo        Sat May 14 16:18:30 2022 +0000
+++ b/sysutils/pciutils/distinfo        Sat May 14 16:47:48 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.41 2022/05/13 23:50:46 tnn Exp $
+$NetBSD: distinfo,v 1.42 2022/05/14 16:47:48 jperkin Exp $
 
 BLAKE2s (pciutils-3.8.0.tar.gz) = ed9638a759d045122ae4b466582fa4a763d930ed8de71e59519e1f7370249d51
 SHA512 (pciutils-3.8.0.tar.gz) = 49b8ccc87cc82326744de7f0306c0245a5bb87740d3e96b18378cc07477ca176bd3ffaf699bfe9954d61381c57f65aa703c07fa6406fe2be289917dc1715600d
@@ -8,4 +8,4 @@
 SHA1 (patch-ac) = 83fd2d79a7a4a05593ccd69b9d1f38e6ec4763c8
 SHA1 (patch-lib_filter.c) = 60ab18c9cd4f9850f500f11fe837006bef93ed3a
 SHA1 (patch-lib_i386-io-sunos.h) = 4917244d39b48d38b8173cf3031281ad1c7fec24
-SHA1 (patch-lib_internal.h) = e608669ead99bb63e3c245046412b8cde5abc31a
+SHA1 (patch-lib_internal.h) = e326bff29cc546bce2e29b465e220321084e8d93
diff -r bdb1f6df6f06 -r 080e15db8d3f sysutils/pciutils/patches/patch-lib_internal.h
--- a/sysutils/pciutils/patches/patch-lib_internal.h    Sat May 14 16:18:30 2022 +0000
+++ b/sysutils/pciutils/patches/patch-lib_internal.h    Sat May 14 16:47:48 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-lib_internal.h,v 1.1 2022/01/09 22:31:57 tnn Exp $
+$NetBSD: patch-lib_internal.h,v 1.2 2022/05/14 16:47:48 jperkin Exp $
 
 no symbol versioning available on SunOS
 
@@ -13,12 +13,12 @@
 +#define DEFINE_ALIAS(_decl, _for)
 +#define SYMBOL_VERSION(_int, _ext)
 +#define pci_fill_info_v35 pci_fill_info
-+#define pci_filter_init_v33 pci_filter_init
-+#define pci_fill_info_v35 pci_fill_info
++#define pci_filter_init_v38 pci_filter_init
++#define pci_fill_info_v38 pci_fill_info
 +#define pci_init_v35 pci_init
-+#define pci_filter_parse_slot_v33 pci_filter_parse_slot
-+#define pci_filter_parse_id_v33 pci_filter_parse_id
-+#define pci_filter_match_v33 pci_filter_match
++#define pci_filter_parse_slot_v38 pci_filter_parse_slot
++#define pci_filter_parse_id_v38 pci_filter_parse_id
++#define pci_filter_match_v38 pci_filter_match
  #else
  #define STATIC_ALIAS(_decl, _for)
  #define DEFINE_ALIAS(_decl, _for) extern _decl __attribute__((alias(#_for)))



Home | Main Index | Thread Index | Old Index