* [Buildroot] [PATCH 1/4] libmnl: bump to version 1.0.3
@ 2012-05-28 14:50 Gustavo Zacarias
2012-05-28 14:50 ` [Buildroot] [PATCH 2/4] libnetfilter_cttimeout: new package Gustavo Zacarias
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2012-05-28 14:50 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/libmnl/libmnl.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/libmnl/libmnl.mk b/package/libmnl/libmnl.mk
index 407ca52..52719cd 100644
--- a/package/libmnl/libmnl.mk
+++ b/package/libmnl/libmnl.mk
@@ -4,7 +4,7 @@
#
#############################################################
-LIBMNL_VERSION = 1.0.2
+LIBMNL_VERSION = 1.0.3
LIBMNL_SOURCE = libmnl-$(LIBMNL_VERSION).tar.bz2
LIBMNL_SITE = http://netfilter.org/projects/libmnl/files
LIBMNL_INSTALL_STAGING = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/4] libnetfilter_cttimeout: new package
2012-05-28 14:50 [Buildroot] [PATCH 1/4] libmnl: bump to version 1.0.3 Gustavo Zacarias
@ 2012-05-28 14:50 ` Gustavo Zacarias
2012-05-28 14:50 ` [Buildroot] [PATCH 3/4] conntrack-tools: bump to version 1.2.1 Gustavo Zacarias
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2012-05-28 14:50 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/Config.in | 1 +
package/libnetfilter_cttimeout/Config.in | 13 +++++++++++++
.../libnetfilter-cttimeout.mk | 13 +++++++++++++
3 files changed, 27 insertions(+), 0 deletions(-)
create mode 100644 package/libnetfilter_cttimeout/Config.in
create mode 100644 package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk
diff --git a/package/Config.in b/package/Config.in
index c7748b2..338019d 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -403,6 +403,7 @@ source "package/libmnl/Config.in"
source "package/libmodbus/Config.in"
source "package/libmbus/Config.in"
source "package/libnetfilter_conntrack/Config.in"
+source "package/libnetfilter_cttimeout/Config.in"
source "package/libnfnetlink/Config.in"
source "package/libnl/Config.in"
source "package/liboping/Config.in"
diff --git a/package/libnetfilter_cttimeout/Config.in b/package/libnetfilter_cttimeout/Config.in
new file mode 100644
index 0000000..8e2f438
--- /dev/null
+++ b/package/libnetfilter_cttimeout/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT
+ bool "libnetfilter_cttimeout"
+ depends on BR2_LARGEFILE
+ select BR2_PACKAGE_LIBMNL
+ help
+ libnetfilter_cttimeout is the userspace library that provides
+ the programming interface to the fine-grain
+ connection tracking timeout infrastructure.
+
+ http://www.netfilter.org/projects/libnetfilter_cttimeout/
+
+comment "libnetfilter_cttimout requires a toolchain with LARGEFILE support"
+ depends on !BR2_LARGEFILE
diff --git a/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk b/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk
new file mode 100644
index 0000000..b3e1149
--- /dev/null
+++ b/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# libnetfilter-cttimeout
+#
+#############################################################
+
+LIBNETFILTER_CTTIMEOUT_VERSION = 1.0.0
+LIBNETFILTER_CTTIMEOUT_SOURCE = libnetfilter_cttimeout-$(LIBNETFILTER_CTTIMEOUT_VERSION).tar.bz2
+LIBNETFILTER_CTTIMEOUT_SITE = http://www.netfilter.org/projects/libnetfilter_cttimeout/files
+LIBNETFILTER_CTTIMEOUT_INSTALL_STAGING = YES
+LIBNETFILTER_CTTIMEOUT_DEPENDENCIES = host-pkg-config libmnl
+
+$(eval $(call AUTOTARGETS))
--
1.7.3.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 3/4] conntrack-tools: bump to version 1.2.1
2012-05-28 14:50 [Buildroot] [PATCH 1/4] libmnl: bump to version 1.0.3 Gustavo Zacarias
2012-05-28 14:50 ` [Buildroot] [PATCH 2/4] libnetfilter_cttimeout: new package Gustavo Zacarias
@ 2012-05-28 14:50 ` Gustavo Zacarias
2012-05-28 14:50 ` [Buildroot] [PATCH 4/4] iptables: bump to version 1.4.14 Gustavo Zacarias
2012-05-28 19:46 ` [Buildroot] [PATCH 1/4] libmnl: bump to version 1.0.3 Peter Korsgaard
3 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2012-05-28 14:50 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/conntrack-tools/Config.in | 6 ++++--
package/conntrack-tools/conntrack-tools.mk | 5 +++--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/package/conntrack-tools/Config.in b/package/conntrack-tools/Config.in
index 12eb988..be491e6 100644
--- a/package/conntrack-tools/Config.in
+++ b/package/conntrack-tools/Config.in
@@ -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
diff --git a/package/conntrack-tools/conntrack-tools.mk b/package/conntrack-tools/conntrack-tools.mk
index 8b41127..6b9ba52 100644
--- a/package/conntrack-tools/conntrack-tools.mk
+++ b/package/conntrack-tools/conntrack-tools.mk
@@ -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))
--
1.7.3.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 4/4] iptables: bump to version 1.4.14
2012-05-28 14:50 [Buildroot] [PATCH 1/4] libmnl: bump to version 1.0.3 Gustavo Zacarias
2012-05-28 14:50 ` [Buildroot] [PATCH 2/4] libnetfilter_cttimeout: new package Gustavo Zacarias
2012-05-28 14:50 ` [Buildroot] [PATCH 3/4] conntrack-tools: bump to version 1.2.1 Gustavo Zacarias
@ 2012-05-28 14:50 ` Gustavo Zacarias
2012-05-28 19:46 ` [Buildroot] [PATCH 1/4] libmnl: bump to version 1.0.3 Peter Korsgaard
3 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2012-05-28 14:50 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/iptables/iptables.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index 87578d5..5c6a8a6 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -4,7 +4,7 @@
#
#############################################################
-IPTABLES_VERSION = 1.4.13
+IPTABLES_VERSION = 1.4.14
IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables
IPTABLES_INSTALL_STAGING = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/4] libmnl: bump to version 1.0.3
2012-05-28 14:50 [Buildroot] [PATCH 1/4] libmnl: bump to version 1.0.3 Gustavo Zacarias
` (2 preceding siblings ...)
2012-05-28 14:50 ` [Buildroot] [PATCH 4/4] iptables: bump to version 1.4.14 Gustavo Zacarias
@ 2012-05-28 19:46 ` Peter Korsgaard
3 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2012-05-28 19:46 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed all 4 to next, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-05-28 19:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-28 14:50 [Buildroot] [PATCH 1/4] libmnl: bump to version 1.0.3 Gustavo Zacarias
2012-05-28 14:50 ` [Buildroot] [PATCH 2/4] libnetfilter_cttimeout: new package Gustavo Zacarias
2012-05-28 14:50 ` [Buildroot] [PATCH 3/4] conntrack-tools: bump to version 1.2.1 Gustavo Zacarias
2012-05-28 14:50 ` [Buildroot] [PATCH 4/4] iptables: bump to version 1.4.14 Gustavo Zacarias
2012-05-28 19:46 ` [Buildroot] [PATCH 1/4] libmnl: bump to version 1.0.3 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox