Andreas Wacknitz
2024-04-05 06fb6dc41cdafb96239cf8a3d551052267c9463d
pciutils: update to 3.11.1

4 files modified
18 ■■■■■ changed files
components/sysutils/pciutils/Makefile 10 ●●●● patch | view | raw | blame | history
components/sysutils/pciutils/manifests/sample-manifest.p5m 4 ●●● patch | view | raw | blame | history
components/sysutils/pciutils/pciutils.p5m 2 ●●●●● patch | view | raw | blame | history
components/sysutils/pciutils/pkg5 2 ●●● patch | view | raw | blame | history
components/sysutils/pciutils/Makefile
@@ -16,22 +16,22 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        pciutils
COMPONENT_VERSION=    3.10.0
COMPONENT_VERSION=    3.11.1
COMPONENT_SUMMARY=    The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH =    sha256:7deabe38ae5fa88a96a8c4947975cf31c591506db546e9665a10dddbf350ead0
COMPONENT_ARCHIVE_HASH =    sha256:1904864ce5b0272d0a2e42e72ceac9e8810d1898480567f36b70642f8205fbfd
COMPONENT_ARCHIVE_URL =        https://mj.ucw.cz/download/linux/pci/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL =        https://mj.ucw.cz/sw/pciutils/
COMPONENT_FMRI=        system/pciutils
COMPONENT_CLASSIFICATION =    System/Hardware
COMPONENT_CLASSIFICATION=    System/Hardware
COMPONENT_LICENSE=    GPLv2
COMPONENT_LICENSE_FILE=    COPYING
TEST_TARGET = $(NO_TESTS)
TEST_TARGET= $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
PATH = $(PATH.gnu)
PATH= $(PATH.gnu)
COMPONENT_BUILD_ARGS += CC=$(CC)
COMPONENT_BUILD_ARGS += OPT="-DBYTE_ORDER=1234 -DLITTLE_ENDIAN=1234"
components/sysutils/pciutils/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -24,11 +24,13 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/sbin/lspci
file path=usr/sbin/pcilmr
file path=usr/sbin/setpci
file path=usr/sbin/update-pciids
file path=usr/share/man/man5/pci.ids.5
file path=usr/share/man/man7/pcilib.7
file path=usr/share/man/man8/lspci.8
file path=usr/share/man/man8/pcilmr.8
file path=usr/share/man/man8/setpci.8
file path=usr/share/man/man8/update-pciids.8
file path=usr/share/pci.ids.gz
components/sysutils/pciutils/pciutils.p5m
@@ -23,11 +23,13 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/sbin/lspci
file path=usr/sbin/pcilmr
file path=usr/sbin/setpci
file path=usr/sbin/update-pciids
file path=usr/share/man/man5/pci.ids.5
file path=usr/share/man/man7/pcilib.7
file path=usr/share/man/man8/lspci.8
file path=usr/share/man/man8/pcilmr.8
file path=usr/share/man/man8/setpci.8
file path=usr/share/man/man8/update-pciids.8
components/sysutils/pciutils/pkg5
@@ -8,4 +8,4 @@
        "system/pciutils"
    ],
    "name": "pciutils"
}
}