All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/12] libnetfilter_conntrack: bump to version 1.0.2
@ 2012-10-22 12:46 Gustavo Zacarias
  2012-10-22 12:46 ` [Buildroot] [PATCH 02/12] libnetfilter_cttimeout: add license info Gustavo Zacarias
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Gustavo Zacarias @ 2012-10-22 12:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libnetfilter_conntrack/Config.in           |    5 +++++
 .../libnetfilter-conntrack.mk                      |    6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/package/libnetfilter_conntrack/Config.in b/package/libnetfilter_conntrack/Config.in
index caf8a8a..9f7b42a 100644
--- a/package/libnetfilter_conntrack/Config.in
+++ b/package/libnetfilter_conntrack/Config.in
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_LIBNETFILTER_CONNTRACK
 	bool "libnetfilter_conntrack"
+	depends on BR2_LARGEFILE
+	select BR2_PACKAGE_LIBMNL
 	select BR2_PACKAGE_LIBNFNETLINK
 	help
 	  libnetfilter_conntrack is a userspace library providing
@@ -7,3 +9,6 @@ config BR2_PACKAGE_LIBNETFILTER_CONNTRACK
 	  connection tracking state table.
 
 	  http://www.netfilter.org/projects/libnetfilter_conntrack/
+
+comment "libnetfilter_conntrack requires a toolchain with LARGEFILE support"
+	depends on !BR2_LARGEFILE
diff --git a/package/libnetfilter_conntrack/libnetfilter-conntrack.mk b/package/libnetfilter_conntrack/libnetfilter-conntrack.mk
index c602903..90aa8e9 100644
--- a/package/libnetfilter_conntrack/libnetfilter-conntrack.mk
+++ b/package/libnetfilter_conntrack/libnetfilter-conntrack.mk
@@ -4,10 +4,12 @@
 #
 #############################################################
 
-LIBNETFILTER_CONNTRACK_VERSION = 1.0.1
+LIBNETFILTER_CONNTRACK_VERSION = 1.0.2
 LIBNETFILTER_CONNTRACK_SOURCE = libnetfilter_conntrack-$(LIBNETFILTER_CONNTRACK_VERSION).tar.bz2
 LIBNETFILTER_CONNTRACK_SITE = http://www.netfilter.org/projects/libnetfilter_conntrack/files
 LIBNETFILTER_CONNTRACK_INSTALL_STAGING = YES
-LIBNETFILTER_CONNTRACK_DEPENDENCIES = host-pkg-config libnfnetlink
+LIBNETFILTER_CONNTRACK_DEPENDENCIES = host-pkg-config libnfnetlink libmnl
+LIBNETFILTER_CONNTRACK_LICENSE = GPLv2+
+LIBNETFILTER_CONNTRACK_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.7.8.6

^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2012-11-04 10:53 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-22 12:46 [Buildroot] [PATCH 01/12] libnetfilter_conntrack: bump to version 1.0.2 Gustavo Zacarias
2012-10-22 12:46 ` [Buildroot] [PATCH 02/12] libnetfilter_cttimeout: add license info Gustavo Zacarias
2012-10-22 12:46 ` [Buildroot] [PATCH 03/12] libnfnetlink: bump to version 1.0.1 Gustavo Zacarias
2012-10-22 12:46 ` [Buildroot] [PATCH 04/12] libnetfilter_cthelper: add new package Gustavo Zacarias
2012-10-22 13:04   ` Thomas Petazzoni
2012-10-22 12:46 ` [Buildroot] [PATCH 05/12] libnetfilter_queue: " Gustavo Zacarias
2012-10-22 12:46 ` [Buildroot] [PATCH 06/12] libnetfilter_acct: " Gustavo Zacarias
2012-10-22 12:46 ` [Buildroot] [PATCH 07/12] libmnl: add license info Gustavo Zacarias
2012-10-22 12:46 ` [Buildroot] [PATCH 08/12] libnetfilter_log: add new package Gustavo Zacarias
2012-10-22 12:46 ` [Buildroot] [PATCH 09/12] nfacct: " Gustavo Zacarias
2012-10-23 17:06   ` Arnout Vandecappelle
2012-10-24 10:50     ` Gustavo Zacarias
2012-10-22 12:46 ` [Buildroot] [PATCH 10/12] conntrack-tools: bump to version 1.4.0 Gustavo Zacarias
2012-10-22 12:46 ` [Buildroot] [PATCH 11/12] ulogd: add new package Gustavo Zacarias
2012-11-04 10:53   ` Peter Korsgaard
2012-10-22 12:46 ` [Buildroot] [PATCH 12/12] arptables: " Gustavo Zacarias
2012-10-24 20:59   ` Arnout Vandecappelle
2012-10-24 21:10     ` Gustavo Zacarias
2012-11-03 18:08 ` [Buildroot] [PATCH 01/12] libnetfilter_conntrack: bump to version 1.0.2 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.