From 386179997749bf1ccaaf3f143ac9bba58c6fbde3 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 8 Jan 2019 11:27:18 +0100 Subject: [PATCH] iproute2: update to 4.20.0 --- iproute2/.footprint | 1 + iproute2/.signature | 8 ++++---- iproute2/Pkgfile | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/iproute2/.footprint b/iproute2/.footprint index 1ca216b7..15d86ef8 100644 --- a/iproute2/.footprint +++ b/iproute2/.footprint @@ -148,6 +148,7 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/tc-skbmod.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-skbprio.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-stab.8.gz +-rw-r--r-- root/root usr/share/man/man8/tc-taprio.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-tbf.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-tcindex.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-tunnel_key.8.gz diff --git a/iproute2/.signature b/iproute2/.signature index b5ac576d..62f7036d 100644 --- a/iproute2/.signature +++ b/iproute2/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVequ8GKJ0FhiwbMc+399V4NKQY+UeIUU304uOdXaauA0kSRot0JXh1KGUDhQfCrMcg8D3yArRmIm9tdQOPVoibdAE= -SHA256 (Pkgfile) = 92183c7adc686b99bc97de84a9b091be69467d635dd7bc49e298c6752d6c4efb -SHA256 (.footprint) = 32fd93ea815651a6c7002df48768e1a99bad10aac90ac58a9019a6268e15f67d -SHA256 (iproute2-4.19.0.tar.xz) = d9ec5ca1f47d8a85416fa26e7dc1cbf5d067640eb60e90bdc1c7e5bdc6a29984 +RWRJc1FUaeVeqv9TrHD3jxG0fdV17ITPrO98KHs712GL1ek1oXiAtNRCbfzV22vsiEEYQQgB0IZK4qpg4EepyfrLiPINUswCyAA= +SHA256 (Pkgfile) = 1dd0d84ad3f00da07c3400bdfe806dfb880f013c38b4b792459b7b9c33f8d187 +SHA256 (.footprint) = 5d2ae02f0160e9f4db05bdd75ebaf7c2bace39662562895132f804e879527dc2 +SHA256 (iproute2-4.20.0.tar.xz) = c8adaa6a40f888476b23acb283cfa30c0dd55f07b5aa20663ed5ba2ef1f6fda8 SHA256 (lo.iproute2) = ce94fcf414aa11927a66a221af14180f125f4efbf985dd4db9a1b43dad9cbcc7 SHA256 (net.iproute2) = 0af62a6d674d159ec77ccb46c7ee189c1dc4db0213026d6c42c2b80ce01d231d diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index a7168a3c..d9e87ae7 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -4,7 +4,7 @@ # Depends on: db iptables libcap name=iproute2 -version=4.19.0 +version=4.20.0 release=1 source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \ lo.iproute2 net.iproute2) @@ -13,11 +13,11 @@ build() { cd $name-$version # don't link against libelf - sed -e '/^check_elf$/d' -i configure + sed -e 's/^check_elf$/echo "no"/' -i configure ./configure make -j1 CCOPTS="$CFLAGS" - make -j1 MANDIR=/usr/share/man DESTDIR=$PKG install + make -j1 DESTDIR=$PKG install rm -r $PKG/usr/share/doc install -D -m 0755 $SRC/lo.iproute2 $PKG/etc/rc.d/lo