iproute2: update to 4.20.0

This commit is contained in:
Juergen Daubert 2019-01-08 11:27:18 +01:00
parent 54b944b6b5
commit 3861799977
3 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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