[openwrt/openwrt] ipset: update to 7.24

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 17 08:37:51 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ca6d648382fe4d65c1f59cf0fc8f9fd7be26d69f

commit ca6d648382fe4d65c1f59cf0fc8f9fd7be26d69f
Author: gongzi miao <miaogongzi0227 at gmail.com>
AuthorDate: Sat Aug 9 04:56:01 2025 +0800

    ipset: update to 7.24
    
    release notes:
    7.24: https://www.spinics.net/lists/netfilter-devel/msg91440.html
    7.23: https://www.spinics.net/lists/netfilter-devel/msg89840.html
    7.22: https://www.spinics.net/lists/netfilter-devel/msg86745.html
    
    Signed-off-by: gongzi miao <miaogongzi0227 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19719
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 c62bbd8b68..8ba7999554 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.21
+PKG_VERSION:=7.24
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://ipset.netfilter.org
-PKG_HASH:=e2c6ce4fcf3acb3893ca5d35c86935f80ad76fc5ccae601185842df760e0bc69
+PKG_HASH:=fbe3424dff222c1cb5e5c34d38b64524b2217ce80226c14fdcbb13b29ea36112
 
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list