[Buildroot] [git commit] ipset: bump to version 6.23

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Sep 23 19:53:54 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=8eeaee9933ceeca902d80ac8c388fc55eba9d9ea
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ipset/ipset.hash |    2 ++
 package/ipset/ipset.mk   |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/ipset/ipset.hash b/package/ipset/ipset.hash
new file mode 100644
index 0000000..12d61b9
--- /dev/null
+++ b/package/ipset/ipset.hash
@@ -0,0 +1,2 @@
+# From ftp://ftp.netfilter.org/pub/ipset/ipset-6.23.tar.bz2.md5sum.txt
+md5	38581e52b47c94a67940351af6ea8d8c	ipset-6.23.tar.bz2
diff --git a/package/ipset/ipset.mk b/package/ipset/ipset.mk
index d31d433..aff1902 100644
--- a/package/ipset/ipset.mk
+++ b/package/ipset/ipset.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IPSET_VERSION = 6.22
+IPSET_VERSION = 6.23
 IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
 IPSET_SITE = http://ipset.netfilter.org
 IPSET_DEPENDENCIES = libmnl host-pkgconf


More information about the buildroot mailing list