iproute2: update to 6.10.0, remove iproute2-tc-ipt
Support for ipt and xt in tc was removed in v6.8.0 https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=45dc10463dd5a51eef944b110a4f046feb1b46db
This commit is contained in:
parent
896f94323e
commit
e3ff6da0aa
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'iproute2'
|
||||
pkgname=iproute2
|
||||
version=6.7.0
|
||||
version=6.10.0
|
||||
revision=1
|
||||
build_style=configure
|
||||
make_install_args="SBINDIR=/usr/bin"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="https://wiki.linuxfoundation.org/networking/iproute2"
|
||||
distfiles="${KERNEL_SITE}/utils/net/iproute2/iproute2-${version}.tar.xz"
|
||||
checksum=ff942dd9828d7d1f867f61fe72ce433078c31e5d8e4a78e20f02cb5892e8841d
|
||||
checksum=91a62f82737b44905a00fa803369c447d549e914e9a2a4018fdd75b1d54e8dce
|
||||
# Requires unshare, which is not provided by chroot-util-linux.
|
||||
make_check=no
|
||||
|
||||
|
@ -32,12 +32,3 @@ post_install() {
|
|||
vcopy etc/iproute2 etc
|
||||
rm -r ${DESTDIR}/usr/share/man/man3
|
||||
}
|
||||
|
||||
iproute2-tc-ipt_package() {
|
||||
short_desc+=" - tc(8) IPtables support"
|
||||
pkg_install() {
|
||||
# m_ipt.so is symlinked to m_xt.so
|
||||
vmove usr/lib/tc/m_ipt.so
|
||||
vmove usr/lib/tc/m_xt.so
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1.20240807
|
||||
version=0.1.20240825
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
|
@ -300,6 +300,7 @@ replaces="
|
|||
ilmbase-devel<=2.4.2_2
|
||||
ilmbase<=2.4.2_2
|
||||
ioquake3-rpi<=20130506_2
|
||||
iproute2-tc-ipt<=6.7.0
|
||||
isl16<=0.16_2
|
||||
js<=1.8.5_11
|
||||
julia<=1.6.1_2
|
||||
|
|
Loading…
Reference in New Issue