ports/core (3.6): [notify] iproute2: update to 5.13.0, new dependency elfutils
commit 714ee69afabe9c1ca0e8a18abcca8f4b64309e70 Author: Juergen Daubert <jue@jue.li> Date: Thu Jul 1 12:38:47 2021 +0200 [notify] iproute2: update to 5.13.0, new dependency elfutils diff --git a/iproute2/.signature b/iproute2/.signature index 77d2e467..b96bfe6c 100644 --- a/iproute2/.signature +++ b/iproute2/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqls8FwzyAc7IG3fquOVRSLlPUdR33BaPFzbAqricmmXtYAqzJr3HYUJS8Q+vDljEmrmCbbX059ncd+VARpmopwY= -SHA256 (Pkgfile) = 70902fc5bf0a28f39986547caa241dbd3ea29355a1368fe02a4f9c8afa4bbbab +RWRJc1FUaeVequHVKRrHvj0393o0UOgp8KL1foz9vvwT7UQA3Em8Gdu/q+JWGIr+aExgI31yUauqzj5GOJ1fBN7GRSi8ShWeYwE= +SHA256 (Pkgfile) = 1c4926cb595333aded6c05f855676c9a618112e0ed39d511462f033b9ba1c515 SHA256 (.footprint) = c304c04ec0e5b01a8e9f27c3a96acbfc2a08e482b66389c63c08c6ce01a98247 -SHA256 (iproute2-5.12.0.tar.xz) = 9d268db98a36ee2a0e3ff3b92b2efff66fc1138a51e409bdef6ab3cfe15f326f +SHA256 (iproute2-5.13.0.tar.xz) = 72a2e53774cac9e65f7b617deebb2059f87e8960d6e9713e4d788cea966f1b36 SHA256 (lo.iproute2) = ce94fcf414aa11927a66a221af14180f125f4efbf985dd4db9a1b43dad9cbcc7 SHA256 (net.iproute2) = 0af62a6d674d159ec77ccb46c7ee189c1dc4db0213026d6c42c2b80ce01d231d diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index 41092cd1..94278edc 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -1,10 +1,10 @@ # 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 +# Depends on: db iptables libcap elfutils name=iproute2 -version=5.12.0 +version=5.13.0 release=1 source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \ lo.iproute2 net.iproute2) @@ -12,9 +12,6 @@ source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \ build() { cd $name-$version - # don't link against libelf - sed -e 's/^check_elf$/echo "no"/' -i configure - ./configure make CCOPTS="$CFLAGS" make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu