aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2020-11-12 18:18:52 +0100
committerHans Dedecker <dedeckeh@gmail.com>2020-11-14 09:24:48 +0100
commitee8ef9b10b3b5eb13f83940ef79cf73f0f18584b (patch)
treece88a67c340024c75719fe02d80179aab2b7252f /package/network/utils/iproute2/Makefile
parent95b0751d0f626fea70843dd90a3789349c355888 (diff)
downloadupstream-ee8ef9b10b3b5eb13f83940ef79cf73f0f18584b.tar.gz
upstream-ee8ef9b10b3b5eb13f83940ef79cf73f0f18584b.tar.bz2
upstream-ee8ef9b10b3b5eb13f83940ef79cf73f0f18584b.zip
iproute2: update to 5.9
Update iproute2 to latest stable 5.9; for the changes see https://lwn.net/Articles/834755/ Refresh patches Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> Acked-by: Hauke Mehrtens <hauke@huake-m.de>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r--package/network/utils/iproute2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 90f8b59a02..237f84736b 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:=5.8.0
+PKG_VERSION:=5.9.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2
-PKG_HASH:=cfcd1f890290f8c8afcc91d9444ad929b9252c16f9ab3f286c50dd3c59dc646e
+PKG_HASH:=a25dac94bcdcf2f73316c7f812115ea7a5710580bad892b08a83d00c6b33dacf
PKG_BUILD_PARALLEL:=1
PKG_BUILD_DEPENDS:=iptables
PKG_LICENSE:=GPL-2.0