From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 51E6C1386F3 for ; Fri, 14 Aug 2015 09:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8614D1421E; Fri, 14 Aug 2015 09:28:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9391B1421E for ; Fri, 14 Aug 2015 09:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE1DA3409F1 for ; Fri, 14 Aug 2015 09:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6A0B156 for ; Fri, 14 Aug 2015 09:28:33 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1439544504.fcabf1041d7948601c083fdb87c3723a95eef65f.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/iptables/iptables-1.4.21-r1.ebuild net-firewall/iptables/metadata.xml X-VCS-Directories: net-firewall/iptables/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: fcabf1041d7948601c083fdb87c3723a95eef65f X-VCS-Branch: master Date: Fri, 14 Aug 2015 09:28:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fa26ce83-53c7-4b68-a70c-e4d18aa2d5a3 X-Archives-Hash: 5c6bf1a5ee678e1cf4c80c2881e8062f commit: fcabf1041d7948601c083fdb87c3723a95eef65f Author: Mike Frysinger gentoo org> AuthorDate: Fri Aug 14 08:56:12 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Aug 14 09:28:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcabf104 net-firewall/iptables: add USE=conntrack #492744 net-firewall/iptables/iptables-1.4.21-r1.ebuild | 4 +++- net-firewall/iptables/metadata.xml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/net-firewall/iptables/iptables-1.4.21-r1.ebuild b/net-firewall/iptables/iptables-1.4.21-r1.ebuild index 9ce24cd..eddbed3 100644 --- a/net-firewall/iptables/iptables-1.4.21-r1.ebuild +++ b/net-firewall/iptables/iptables-1.4.21-r1.ebuild @@ -16,9 +16,10 @@ SRC_URI="http://www.netfilter.org/projects/iptables/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="ipv6 netlink static-libs" +IUSE="conntrack ipv6 netlink static-libs" RDEPEND=" + conntrack? ( net-libs/libnetfilter_conntrack ) netlink? ( net-libs/libnfnetlink ) " DEPEND="${RDEPEND} @@ -40,6 +41,7 @@ src_configure() { sed -i \ -e "/nfnetlink=[01]/s:=[01]:=$(usex netlink 1 0):" \ + -e "/nfconntrack=[01]/s:=[01]:=$(usex conntrack 1 0):" \ configure || die econf \ diff --git a/net-firewall/iptables/metadata.xml b/net-firewall/iptables/metadata.xml index ed96e3d..2770855 100644 --- a/net-firewall/iptables/metadata.xml +++ b/net-firewall/iptables/metadata.xml @@ -3,7 +3,8 @@ base-system - Build against libnfnetlink which enables the nfnl_osf util + Build against net-libs/libnetfilter_conntrack when enables the connlabel matcher + Build against libnfnetlink which enables the nfnl_osf util iptables is the userspace command line program used to set up, maintain, and