From: Russell Senior Date: Tue, 1 Apr 2025 12:07:01 +0000 (-0700) Subject: iproute2: update to v6.14.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18392%2Fhead;p=thirdparty%2Fopenwrt.git iproute2: update to v6.14.0 $ git log --no-merges --oneline v6.13.0..v6.14.0 fea1086c (tag: v6.14.0) v6.14.0 afbfd2f2 tc: nat: ffs should operation on host byte ordered data 667817b4 tc: nat: Fix mask calculation e3f9681d ss: mptcp: subflow: display seq counters as decimal 5e113aba man: document tunnel options in ip-route.8.in 48717184 README.devel: clarify patch rules and syntax 99c119a0 ss: Tone down cgroup path resolution 41710ace uapi: update bpf.h 1db4f568 ip: vxlan: Support IFLA_VXLAN_RESERVED_BITS fe4100df iproute2: add 'ip monitor acaddress' support d009b68f Update kernel headers 0bd19d46 iprule: Add flow label support 35ae138e ip: route: Add IPv6 flow label support 3f8c7e7c tc: fq: add support for TCA_FQ_OFFLOAD_HORIZON attribute 49b8a727 Update kernel headers 19514606 iproute2: add 'ip monitor maddress' support 93360313 Update kernel headers 1f0f9deb ip: link: rmnet: add support for flag handling Signed-off-by: Russell Senior --- diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 8cf77b36ab9..6a172d2abe9 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=6.13.0 +PKG_VERSION:=6.14.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 -PKG_HASH:=a43aa43338d882b44d01e549f3f105a92ae9feea32a82fae45a88e7a49302819 +PKG_HASH:=a6d23588150096591c3d00fc27a324a82ee71d7a1a9eea78df5df17ad9b8461f PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=iptables PKG_LICENSE:=GPL-2.0