mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
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:
committed by
Peter Korsgaard
parent
3797d43017
commit
977e9baf10
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user