ipset: bump to version 6.14

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2012-10-02 14:40:49 -03:00 committed by Peter Korsgaard
parent f78b189a02
commit 2af923069e
1 changed files with 3 additions and 1 deletions

View File

@ -4,10 +4,12 @@
#
#############################################################
IPSET_VERSION = 6.13
IPSET_VERSION = 6.14
IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
IPSET_SITE = http://ipset.netfilter.org
IPSET_DEPENDENCIES = libmnl host-pkg-config
IPSET_CONF_OPT = --with-kmod=no
IPSET_LICENSE = GPLv2
IPSET_LICENSE_FILES = COPYING
$(eval $(autotools-package))