iproute2: update to 6.9.0
authorRui Salvaterra <rsalvaterra@gmail.com>
Sat, 25 May 2024 15:30:25 +0000 (15:30 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 31 May 2024 09:13:31 +0000 (11:13 +0200)
commit2ae1330a22e62ddc9ac3e25daf974a2e01da11d3
treeccda90368585b61685d9ffd81973c9c7983d5642
parentb2e0775bc6496572d0a79f06b9c5ca820447a57d
iproute2: update to 6.9.0

Support for iptables action has been dropped. Remove tc-mod-iptables and related
patch (175-reduce-dynamic-syms.patch).

We also add the missing libbpf dependency for `ss` since iproute 8740ca9
("ss: add support for BPF socket-local storage") now means that `ss` requires
libbpf as well.

Fix 170-ip_tiny.patch, as the help text didn't match all the included functions.

Drop upstreamed patches 402-bpf-fix-warning-from-basename.patch
and 403-bpf-include-libgen.h-for-basename.patch.

All other patches automatically rebased.

Co-authored-by: Rany Hany <rany_hany@riseup.net>
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Signed-off-by: Rany Hany <rany_hany@riseup.net>
15 files changed:
package/network/utils/iproute2/Makefile
package/network/utils/iproute2/patches/115-add-config-xtlibdir.patch
package/network/utils/iproute2/patches/130-no_netem_tipc_dcb_man_vdpa.patch
package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch
package/network/utils/iproute2/patches/145-keep_libelf_optional.patch
package/network/utils/iproute2/patches/150-keep_libcap_optional.patch
package/network/utils/iproute2/patches/155-keep_tirpc_optional.patch
package/network/utils/iproute2/patches/170-ip_tiny.patch
package/network/utils/iproute2/patches/175-reduce-dynamic-syms.patch [deleted file]
package/network/utils/iproute2/patches/190-fix-nls-rpath-link.patch
package/network/utils/iproute2/patches/195-build_variant_ip_tc.patch
package/network/utils/iproute2/patches/200-drop_libbsd_dependency.patch
package/network/utils/iproute2/patches/300-selinux-configurable.patch
package/network/utils/iproute2/patches/402-bpf-fix-warning-from-basename.patch [deleted file]
package/network/utils/iproute2/patches/403-bpf-include-libgen.h-for-basename.patch [deleted file]