[openwrt/openwrt] ipset: update to 7.17
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 17 14:15:11 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a04bbbbea437dcb1df088966362e803769202e17
commit a04bbbbea437dcb1df088966362e803769202e17
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Fri Dec 30 21:00:10 2022 +0100
ipset: update to 7.17
Release notes:
https://lwn.net/Articles/918784/
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/network/utils/ipset/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile
index be407f016b..6d48103d0e 100644
--- a/package/network/utils/ipset/Makefile
+++ b/package/network/utils/ipset/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ipset
-PKG_VERSION:=7.16
+PKG_VERSION:=7.17
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://ipset.netfilter.org
-PKG_HASH:=87b1d9cdf4a1de3d1d0671e7da33e111eb65087e65ad75268b22bf13f0f296d0
+PKG_HASH:=be49c9ff489dd6610cad6541e743c3384eac96e9f24707da7b3929d8f2ac64d8
PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list