Commit 2af92306 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

ipset: bump to version 6.14

parent f78b189a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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))