conntrack-tools: bump to version 1.2.1

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-05-28 04:50:05 +00:00 committed by Peter Korsgaard
parent 3797d43017
commit 977e9baf10
2 changed files with 7 additions and 4 deletions

View file

@ -1,7 +1,9 @@
config BR2_PACKAGE_CONNTRACK_TOOLS
bool "conntrack-tools"
depends on BR2_INET_IPV6
depends on BR2_LARGEFILE
select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
select BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT
help
The conntrack-tools are a set of tools targeted at
system administrators.
@ -10,5 +12,5 @@ config BR2_PACKAGE_CONNTRACK_TOOLS
http://www.netfilter.org/projects/conntrack-tools/
comment "conntrack-tools requires a toolchain with IPV6 support"
depends on !BR2_INET_IPV6
comment "conntrack-tools requires a toolchain with IPV6 and LARGEFILE support"
depends on !BR2_INET_IPV6 || !BR2_LARGEFILE

View file

@ -4,9 +4,10 @@
#
#############################################################
CONNTRACK_TOOLS_VERSION = 1.0.1
CONNTRACK_TOOLS_VERSION = 1.2.1
CONNTRACK_TOOLS_SOURCE = conntrack-tools-$(CONNTRACK_TOOLS_VERSION).tar.bz2
CONNTRACK_TOOLS_SITE = http://www.netfilter.org/projects/conntrack-tools/files
CONNTRACK_TOOLS_DEPENDENCIES = host-pkg-config libnetfilter_conntrack
CONNTRACK_TOOLS_DEPENDENCIES = host-pkg-config \
libnetfilter_conntrack libnetfilter_cttimeout
$(eval $(call AUTOTARGETS))