From f21f3510b637f54d88fc520b3aea55e006afdbfc Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 12 Jul 2018 09:21:23 -0300 Subject: [PATCH] pciutils: update to 3.6.1. --- srcpkgs/pciutils/patches/fix-musl.patch | 11 ----------- srcpkgs/pciutils/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/pciutils/patches/fix-musl.patch diff --git a/srcpkgs/pciutils/patches/fix-musl.patch b/srcpkgs/pciutils/patches/fix-musl.patch deleted file mode 100644 index ce936e3a83..0000000000 --- a/srcpkgs/pciutils/patches/fix-musl.patch +++ /dev/null @@ -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 diff --git a/srcpkgs/pciutils/template b/srcpkgs/pciutils/template index 4addd267cb..b843bfab9f 100644 --- a/srcpkgs/pciutils/template +++ b/srcpkgs/pciutils/template @@ -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} \