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: pin
Date: Wed May 6 09:27:01 UTC 2026
Modified Files:
pkgsrc/sysutils/pciutils: Makefile distinfo
pkgsrc/sysutils/pciutils/patches: patch-Makefile patch-lib_configure
patch-lib_internal.h patch-lib_libpci.pc.in
Log Message:
sysutils/pciutils: update to 3.15.0
2026-04-05 Martin Mares <mj%ucw.cz@localhost>
* Released as 3.15.0.
* New capabilities are decoded: MMIO Register Block Locator,
Flit Error Injection, Flit Logging.
* Decoding of PCIe capabilities updated to Gen7.
* Both lspci and setpci warn when the "-s" or "-d" option
is given multiple times.
* Improved display of interrupts in "lspci -vv". Routing of
interrupt pins is shown only if the pins are not disabled.
Routing of MSI(X) interrupts is shown when available
(which is currently supported by the sysfs back-end only).
* Minor improvements to Windows back-ends.
* The dump back-end can read the dump from stdin when given "-"
as a file name.
* FreeBSD supports 64-bit addresses.
* Added README.DJGPP.
* Updated pci.ids.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/sysutils/pciutils/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/sysutils/pciutils/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/pciutils/patches/patch-Makefile \
pkgsrc/sysutils/pciutils/patches/patch-lib_configure \
pkgsrc/sysutils/pciutils/patches/patch-lib_libpci.pc.in
cvs rdiff -u -r1.7 -r1.8 \
pkgsrc/sysutils/pciutils/patches/patch-lib_internal.h
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.59 pkgsrc/sysutils/pciutils/Makefile:1.60
--- pkgsrc/sysutils/pciutils/Makefile:1.59 Wed Jul 23 18:32:32 2025
+++ pkgsrc/sysutils/pciutils/Makefile Wed May 6 09:27:00 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2025/07/23 18:32:32 pin Exp $
+# $NetBSD: Makefile,v 1.60 2026/05/06 09:27:00 pin Exp $
-DISTNAME= pciutils-3.14.0
+DISTNAME= pciutils-3.15.0
CATEGORIES= sysutils
MASTER_SITES+= https://www.kernel.org/pub/software/utils/pciutils/
Index: pkgsrc/sysutils/pciutils/distinfo
diff -u pkgsrc/sysutils/pciutils/distinfo:1.49 pkgsrc/sysutils/pciutils/distinfo:1.50
--- pkgsrc/sysutils/pciutils/distinfo:1.49 Wed Jul 23 18:32:32 2025
+++ pkgsrc/sysutils/pciutils/distinfo Wed May 6 09:27:00 2026
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.49 2025/07/23 18:32:32 pin Exp $
+$NetBSD: distinfo,v 1.50 2026/05/06 09:27:00 pin Exp $
-BLAKE2s (pciutils-3.14.0.tar.gz) = f1e4110ab4b40a43e1c628b441de602885aef5642381490f71f46e35c27ce9ef
-SHA512 (pciutils-3.14.0.tar.gz) = 3b635274263fea621755b30a7c57348830957d8b4dfb9af69e14e269b07cc4a55a575acb092a5b6a66addb939c31082dfcb79a03531f34a31ea3c3ff7c7ce132
-Size (pciutils-3.14.0.tar.gz) = 710484 bytes
-SHA1 (patch-Makefile) = 2fca9c9248a358484c8ec79fe0f843821f4335bf
-SHA1 (patch-lib_configure) = f41677c323bf1dd79314880844c76289748dab19
-SHA1 (patch-lib_internal.h) = f0c92c4e50cd6d2c9253ff7429993892d2ac2761
-SHA1 (patch-lib_libpci.pc.in) = 467fee3b34afb509ee55c91f8aabf905c13dcf02
+BLAKE2s (pciutils-3.15.0.tar.gz) = 3123a6b8205ab331732e2f6fd27e6f4afcf5c75fc3bda5364d2cdc516c65c052
+SHA512 (pciutils-3.15.0.tar.gz) = c03c5617ed0c0f7c2e3b36889d93221521e449b93969256eb7512603b5dccf5ce0e5eb3c58662a091621e59257593a162f8ba36537d93e52386e227641a1a593
+Size (pciutils-3.15.0.tar.gz) = 728201 bytes
+SHA1 (patch-Makefile) = f187889cb6baf2714f2444f1f7d5e7e722fdd3da
+SHA1 (patch-lib_configure) = cd6b967852a50cf6e00ea51af39ea589cb67a307
+SHA1 (patch-lib_internal.h) = e25649f5bb3c8045016269b59597bb0e2f17e135
+SHA1 (patch-lib_libpci.pc.in) = 9f7ccde7ac56385c19a7efe98c20f84f2a373437
Index: pkgsrc/sysutils/pciutils/patches/patch-Makefile
diff -u pkgsrc/sysutils/pciutils/patches/patch-Makefile:1.2 pkgsrc/sysutils/pciutils/patches/patch-Makefile:1.3
--- pkgsrc/sysutils/pciutils/patches/patch-Makefile:1.2 Wed Jul 23 18:32:32 2025
+++ pkgsrc/sysutils/pciutils/patches/patch-Makefile Wed May 6 09:27:00 2026
@@ -1,29 +1,29 @@
-$NetBSD: patch-Makefile,v 1.2 2025/07/23 18:32:32 pin Exp $
+$NetBSD: patch-Makefile,v 1.3 2026/05/06 09:27:00 pin Exp $
Adapt the Makefile to make it compliant with pkgsrc.
---- Makefile.orig 2025-07-23 14:26:12.489051242 +0000
+--- Makefile.orig 2026-05-06 05:02:29.273908310 +0000
+++ Makefile
@@ -1,8 +1,7 @@
# Makefile for The PCI Utilities
- # (c) 1998--2025 Martin Mares <mj%ucw.cz@localhost>
+ # (c) 1998--2026 Martin Mares <mj%ucw.cz@localhost>
-OPT=-O2
-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
+CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
- VERSION=3.14.0
- DATE=2025-06-21
-@@ -13,7 +12,7 @@ RELEASE=
+ VERSION=3.15.0
+ DATE=2026-04-05
+@@ -13,7 +12,7 @@ CROSS_COMPILE=
CROSS_COMPILE=
# Support for compressed pci.ids (yes/no, default: detect)
-ZLIB=
+ZLIB=no
- # Support for resolving ID's by DNS (yes/no, default: detect)
+ # Support for resolving IDs by DNS (yes/no, default: detect)
DNS=
-@@ -45,9 +44,9 @@ PKGCFDIR=$(LIBDIR)/pkgconfig
+@@ -45,9 +44,9 @@ DIRINSTALL=install -d
# Commands
INSTALL=install
DIRINSTALL=install -d
Index: pkgsrc/sysutils/pciutils/patches/patch-lib_configure
diff -u pkgsrc/sysutils/pciutils/patches/patch-lib_configure:1.2 pkgsrc/sysutils/pciutils/patches/patch-lib_configure:1.3
--- pkgsrc/sysutils/pciutils/patches/patch-lib_configure:1.2 Wed Jul 23 18:32:32 2025
+++ pkgsrc/sysutils/pciutils/patches/patch-lib_configure Wed May 6 09:27:00 2026
@@ -1,9 +1,9 @@
-$NetBSD: patch-lib_configure,v 1.2 2025/07/23 18:32:32 pin Exp $
+$NetBSD: patch-lib_configure,v 1.3 2026/05/06 09:27:00 pin Exp $
lspci on Linux is unprivileged and wants to go in bin, not sbin.
But that breaks our PLIST so let's not bother with that.
---- lib/configure.orig 2025-07-23 14:30:45.028541264 +0000
+--- lib/configure.orig 2026-05-06 05:04:12.185715497 +0000
+++ lib/configure
@@ -85,7 +85,6 @@ case $sys in
;;
@@ -13,7 +13,7 @@ But that breaks our PLIST so let's not b
;;
sunos)
echo_n " mem-ports ecam"
-@@ -371,7 +370,7 @@ else
+@@ -372,7 +371,7 @@ fi
echo >>$m 'PCILIB_LDFLAGS+=-Wl,--exclude-all-symbols'
fi
fi
Index: pkgsrc/sysutils/pciutils/patches/patch-lib_libpci.pc.in
diff -u pkgsrc/sysutils/pciutils/patches/patch-lib_libpci.pc.in:1.2 pkgsrc/sysutils/pciutils/patches/patch-lib_libpci.pc.in:1.3
--- pkgsrc/sysutils/pciutils/patches/patch-lib_libpci.pc.in:1.2 Wed Jul 23 18:32:32 2025
+++ pkgsrc/sysutils/pciutils/patches/patch-lib_libpci.pc.in Wed May 6 09:27:01 2026
@@ -1,10 +1,10 @@
-$NetBSD: patch-lib_libpci.pc.in,v 1.2 2025/07/23 18:32:32 pin Exp $
+$NetBSD: patch-lib_libpci.pc.in,v 1.3 2026/05/06 09:27:01 pin Exp $
Fixing library name, avoid clashes with base system library.
---- lib/libpci.pc.in.orig 2025-07-23 14:28:00.786466335 +0000
+--- lib/libpci.pc.in.orig 2026-05-06 05:07:05.680205738 +0000
+++ lib/libpci.pc.in
-@@ -6,6 +6,6 @@ idsdir=@IDSDIR@
+@@ -6,6 +6,6 @@ Version: @VERSION@
Name: libpci
Description: libpci
Version: @VERSION@
Index: pkgsrc/sysutils/pciutils/patches/patch-lib_internal.h
diff -u pkgsrc/sysutils/pciutils/patches/patch-lib_internal.h:1.7 pkgsrc/sysutils/pciutils/patches/patch-lib_internal.h:1.8
--- pkgsrc/sysutils/pciutils/patches/patch-lib_internal.h:1.7 Wed Jul 23 18:32:32 2025
+++ pkgsrc/sysutils/pciutils/patches/patch-lib_internal.h Wed May 6 09:27:01 2026
@@ -1,8 +1,8 @@
-$NetBSD: patch-lib_internal.h,v 1.7 2025/07/23 18:32:32 pin Exp $
+$NetBSD: patch-lib_internal.h,v 1.8 2026/05/06 09:27:01 pin Exp $
No symbol versioning available on SunOS.
---- lib/internal.h.orig 2025-07-23 14:28:45.448123907 +0000
+--- lib/internal.h.orig 2026-05-06 05:05:48.454312571 +0000
+++ lib/internal.h
@@ -23,6 +23,17 @@
#define STATIC_ALIAS(_decl, _for) VERSIONED_ABI _decl { return _for; }
Home |
Main Index |
Thread Index |
Old Index