diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 82d016b7e1..bb4bbad7d8 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pciutils -PKG_VERSION:=3.2.1 +PKG_VERSION:=3.3.0 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils -PKG_MD5SUM:=425b1acad6854cc2bbb06ac8e48e76fc +PKG_MD5SUM:=bf6ce5c50b273ffc2d27f659e929a37e PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=GPL-2.0 diff --git a/utils/pciutils/patches/101-no-strip.patch b/utils/pciutils/patches/101-no-strip.patch index 583eb9a60e..610a755308 100644 --- a/utils/pciutils/patches/101-no-strip.patch +++ b/utils/pciutils/patches/101-no-strip.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -108,7 +108,7 @@ distclean: clean +@@ -111,7 +111,7 @@ distclean: clean install: all # -c is ignored on Linux, but required on FreeBSD $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man7 diff --git a/utils/pciutils/patches/103-relative-path-ids.patch b/utils/pciutils/patches/103-relative-path-ids.patch index 9c1a067550..c6d6906815 100644 --- a/utils/pciutils/patches/103-relative-path-ids.patch +++ b/utils/pciutils/patches/103-relative-path-ids.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -85,7 +85,7 @@ lspci: LDLIBS+=$(LIBKMOD_LIBS) +@@ -88,7 +88,7 @@ lspci: LDLIBS+=$(LIBKMOD_LIBS) ls-kernel.o: CFLAGS+=$(LIBKMOD_CFLAGS) update-pciids: update-pciids.sh diff --git a/utils/pciutils/patches/104-resolv.patch b/utils/pciutils/patches/104-resolv.patch index dbd46aab4f..c38d1cfc57 100644 --- a/utils/pciutils/patches/104-resolv.patch +++ b/utils/pciutils/patches/104-resolv.patch @@ -6,6 +6,6 @@ echo_n "Looking for access methods..." -LIBRESOLV=-lresolv +LIBRESOLV= + LIBEXT=so case $sys in - linux*)