aboutsummaryrefslogtreecommitdiffstats
path: root/package/ipset/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-06-12 17:24:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-06-12 17:24:58 +0000
commit970b97a1e8f367d56b27110b3f6ac6c785dc3057 (patch)
treedd985d46092c4897849872eea1ed048214ee7d18 /package/ipset/Makefile
parentc3656e08ca4df794d5e9b8cf3d8d38b972dd8a7c (diff)
downloadupstream-970b97a1e8f367d56b27110b3f6ac6c785dc3057.tar.gz
upstream-970b97a1e8f367d56b27110b3f6ac6c785dc3057.tar.bz2
upstream-970b97a1e8f367d56b27110b3f6ac6c785dc3057.zip
Upgrade ipset to 2.2.9a, fix compilation errors with it (#1848)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset/Makefile')
-rw-r--r--package/ipset/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index b06a727f10..f472d0c9b9 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/Makefile
@@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ipset
-PKG_VERSION:=2.2.3
+PKG_VERSION:=2.2.9a
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-20050914.tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-20061009.tar.bz2
PKG_SOURCE_URL:=http://ipset.netfilter.org
-PKG_MD5SUM:=1709424cc2cdb925d4fb6fd5fcaefc26
+PKG_MD5SUM:=74ce3226b30cdd386630250bdc3488ef
include $(INCLUDE_DIR)/package.mk