ports/core (3.6): iproute2: update to 5.12.0
commit 3274d67a4cb911de6102bddcb2ceb04685b2898a Author: Juergen Daubert <jue@jue.li> Date: Thu Apr 29 12:57:18 2021 +0200 iproute2: update to 5.12.0 diff --git a/iproute2/.footprint b/iproute2/.footprint index 0cdc7fb2..9dc92c80 100644 --- a/iproute2/.footprint +++ b/iproute2/.footprint @@ -58,7 +58,9 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/arpd.8.gz -rw-r--r-- root/root usr/share/man/man8/bridge.8.gz -rw-r--r-- root/root usr/share/man/man8/ctstat.8.gz +-rw-r--r-- root/root usr/share/man/man8/dcb-app.8.gz -rw-r--r-- root/root usr/share/man/man8/dcb-buffer.8.gz +-rw-r--r-- root/root usr/share/man/man8/dcb-dcbx.8.gz -rw-r--r-- root/root usr/share/man/man8/dcb-ets.8.gz -rw-r--r-- root/root usr/share/man/man8/dcb-maxrate.8.gz -rw-r--r-- root/root usr/share/man/man8/dcb-pfc.8.gz @@ -183,6 +185,9 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/tipc-peer.8.gz -rw-r--r-- root/root usr/share/man/man8/tipc-socket.8.gz -rw-r--r-- root/root usr/share/man/man8/tipc.8.gz +-rw-r--r-- root/root usr/share/man/man8/vdpa-dev.8.gz +-rw-r--r-- root/root usr/share/man/man8/vdpa-mgmtdev.8.gz +-rw-r--r-- root/root usr/share/man/man8/vdpa.8.gz drwxr-xr-x root/root var/ drwxr-xr-x root/root var/lib/ drwxr-xr-x root/root var/lib/arpd/ diff --git a/iproute2/.signature b/iproute2/.signature index 256d3281..77d2e467 100644 --- a/iproute2/.signature +++ b/iproute2/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqlva33x34vTO2kZ2r6vkjDZvLQJLyqtJ1ibKQfcM9qIKGQqZOb3NWOd05wCFVVF7s0UOITk6cUQG49gQ/tsdkgg= -SHA256 (Pkgfile) = a2a1c11efe44fdd761ceb80c78b9f8937e49071f04b3d0359239de7e5889397c -SHA256 (.footprint) = a74436c85eacf18c78daf1c56e0a01646fb0233710d81394ad3f2315608b5f0a -SHA256 (iproute2-5.11.0.tar.xz) = c5e2ea108212b3445051b35953ec267f9f3469e1d5c67ac034ab559849505c54 +RWRJc1FUaeVeqls8FwzyAc7IG3fquOVRSLlPUdR33BaPFzbAqricmmXtYAqzJr3HYUJS8Q+vDljEmrmCbbX059ncd+VARpmopwY= +SHA256 (Pkgfile) = 70902fc5bf0a28f39986547caa241dbd3ea29355a1368fe02a4f9c8afa4bbbab +SHA256 (.footprint) = c304c04ec0e5b01a8e9f27c3a96acbfc2a08e482b66389c63c08c6ce01a98247 +SHA256 (iproute2-5.12.0.tar.xz) = 9d268db98a36ee2a0e3ff3b92b2efff66fc1138a51e409bdef6ab3cfe15f326f SHA256 (lo.iproute2) = ce94fcf414aa11927a66a221af14180f125f4efbf985dd4db9a1b43dad9cbcc7 SHA256 (net.iproute2) = 0af62a6d674d159ec77ccb46c7ee189c1dc4db0213026d6c42c2b80ce01d231d diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index 75e6709a..41092cd1 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -1,28 +1,28 @@ # Description: A collection of utilites for controlling TCP/IP networking and traffic in Linux -# URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: db iptables libcap +# URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: db iptables libcap name=iproute2 -version=5.11.0 +version=5.12.0 release=1 source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \ - lo.iproute2 net.iproute2) + lo.iproute2 net.iproute2) build() { - cd $name-$version + cd $name-$version - # don't link against libelf - sed -e 's/^check_elf$/echo "no"/' -i configure + # don't link against libelf + sed -e 's/^check_elf$/echo "no"/' -i configure - ./configure - make -j1 CCOPTS="$CFLAGS" - make -j1 DESTDIR=$PKG install + ./configure + make CCOPTS="$CFLAGS" + make DESTDIR=$PKG install - install -D -m 0755 $SRC/lo.iproute2 $PKG/etc/rc.d/lo - install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net + install -D -m 0755 $SRC/lo.iproute2 $PKG/etc/rc.d/lo + install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net - # add ip to user path via symlink - install -d $PKG/bin - ln -s /sbin/ip $PKG/bin/ip + # add ip to user path via symlink + install -d $PKG/bin + ln -s /sbin/ip $PKG/bin/ip }
participants (1)
-
crux@crux.nu