diff options
| author | Nick Hainke <vincent@systemli.org> | 2024-01-24 13:45:27 +0100 |
|---|---|---|
| committer | Nick Hainke <vincent@systemli.org> | 2024-01-25 16:08:25 +0100 |
| commit | 6f90118533cf25d816653cffda8a66976995d71d (patch) | |
| tree | c188bb491eb5e6985dfabca0ceed1e51c017ba63 /package/network/utils/iproute2/Makefile | |
| parent | ae7a7ef5da250d59953f4365ce0ccf014dd89d14 (diff) | |
| download | upstream-6f90118533cf25d816653cffda8a66976995d71d.tar.gz upstream-6f90118533cf25d816653cffda8a66976995d71d.tar.bz2 upstream-6f90118533cf25d816653cffda8a66976995d71d.zip | |
iproute2: update to 6.7.0
Release Notes:
https://lwn.net/Articles/957171/
Remove patch "100-configure.patch" because support for ATM was dropped [0].
Manually refresh:
- 200-drop_libbsd_dependency.patch
Automatic refresh:
- 130-no_netem_tipc_dcb_man_vdpa.patch
- 140-keep_libmnl_optional.patch
- 145-keep_libelf_optional.patch
- 150-keep_libcap_optional.patch
- 155-keep_tirpc_optional.patch
- 190-fix-nls-rpath-link.patch
- 300-selinux-configurable.patch
[0] - https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=a66a73af6db74fdb64439316c69aa0e35dd02c47
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
| -rw-r--r-- | package/network/utils/iproute2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index c21b78916bc..2f9d2f2bc98 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.6.0 +PKG_VERSION:=6.7.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 -PKG_HASH:=8738c804afd09f0bf756937f0c3de23117832a98d8cbbf50386cf5005cd613ce +PKG_HASH:=ff942dd9828d7d1f867f61fe72ce433078c31e5d8e4a78e20f02cb5892e8841d PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=iptables PKG_LICENSE:=GPL-2.0 |
