projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f78b189
)
ipset: bump to version 6.14
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Tue, 2 Oct 2012 17:40:49 +0000
(14:40 -0300)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 3 Oct 2012 22:01:51 +0000
(
00:01
+0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ipset/ipset.mk
patch
|
blob
|
history
diff --git
a/package/ipset/ipset.mk
b/package/ipset/ipset.mk
index a9d05fd6719406d373df620da5159e850631062f..b8d0a24d52eb6f87825dc57643ea5c91f9171c88 100644
(file)
--- a/
package/ipset/ipset.mk
+++ b/
package/ipset/ipset.mk
@@
-4,10
+4,12
@@
#
#############################################################
-IPSET_VERSION = 6.1
3
+IPSET_VERSION = 6.1
4
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))