pciutils: update to 3.6.1.

This commit is contained in:
maxice8 2018-07-12 09:21:23 -03:00
parent 4fef9ef3c1
commit f21f3510b6
2 changed files with 2 additions and 13 deletions

View file

@ -1,11 +0,0 @@
--- lib/sysfs.c
+++ lib/sysfs.c
@@ -133,7 +133,7 @@ sysfs_deref_link(struct pci_dev *d, char *link_name)
sysfs_obj_name(d, "", path);
strcat(path, rel_path);
- return canonicalize_file_name(path);
+ return realpath(path, NULL);
}
static int

View file

@ -1,6 +1,6 @@
# Template file for 'pciutils'
pkgname=pciutils
version=3.6.0
version=3.6.1
revision=1
hostmakedepends="pkg-config"
makedepends="zlib-devel libkmod-devel"
@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
homepage="http://mj.ucw.cz/pciutils.html"
changelog="https://raw.githubusercontent.com/pciutils/pciutils/master/ChangeLog"
distfiles="https://github.com/pciutils/pciutils/archive/v${version}.tar.gz"
checksum=5b49e17c9b8af4111c9a0c33f13f7e8fb5c04142a17e96f1bae04cbe1712afc5
checksum=b0a913fcb138601412779118b091217bccae9b135c26176d8aeefb5d5acd89e7
do_build() {
make OPT="${CFLAGS}" SHARED=no AR=${AR} \