summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-10-19 15:35:55 +0000
committerSven Vermeulen <swift@gentoo.org>2012-10-19 15:35:55 +0000
commitf0032f79f14eac17b9734c5c964321ffa563c6dd (patch)
tree79a4e697c93c8ffda7da0f10fdd6faa2a215df6e /net-firewall/shorewall-core
parentsci-chemistry/pointless: Drop broken version (diff)
downloadgentoo-2-f0032f79f14eac17b9734c5c964321ffa563c6dd.tar.gz
gentoo-2-f0032f79f14eac17b9734c5c964321ffa563c6dd.tar.bz2
gentoo-2-f0032f79f14eac17b9734c5c964321ffa563c6dd.zip
Part of bug #438068 - Add SELinux shorewall policy as selinux-triggered dependency
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/shorewall-core')
-rw-r--r--net-firewall/shorewall-core/ChangeLog8
-rw-r--r--net-firewall/shorewall-core/shorewall-core-4.5.0.1-r1.ebuild7
-rw-r--r--net-firewall/shorewall-core/shorewall-core-4.5.0.1-r2.ebuild7
-rw-r--r--net-firewall/shorewall-core/shorewall-core-4.5.0.1-r3.ebuild7
-rw-r--r--net-firewall/shorewall-core/shorewall-core-4.5.0.1.ebuild7
-rw-r--r--net-firewall/shorewall-core/shorewall-core-4.5.4.2.ebuild7
-rw-r--r--net-firewall/shorewall-core/shorewall-core-4.5.6.2.ebuild7
-rw-r--r--net-firewall/shorewall-core/shorewall-core-4.5.8.2.ebuild7
8 files changed, 35 insertions, 22 deletions
diff --git a/net-firewall/shorewall-core/ChangeLog b/net-firewall/shorewall-core/ChangeLog
index 6391d7bd875c..8140028a274f 100644
--- a/net-firewall/shorewall-core/ChangeLog
+++ b/net-firewall/shorewall-core/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-firewall/shorewall-core
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/ChangeLog,v 1.7 2012/10/12 18:15:24 constanze Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/ChangeLog,v 1.8 2012/10/19 15:35:55 swift Exp $
+
+ 19 Oct 2012; <swift@gentoo.org> shorewall-core-4.5.0.1.ebuild,
+ shorewall-core-4.5.0.1-r1.ebuild, shorewall-core-4.5.0.1-r2.ebuild,
+ shorewall-core-4.5.0.1-r3.ebuild, shorewall-core-4.5.4.2.ebuild,
+ shorewall-core-4.5.6.2.ebuild, shorewall-core-4.5.8.2.ebuild:
+ Adding SELinux shorewall policy as dependency when SELinux is enabled
*shorewall-core-4.5.8.2 (12 Oct 2012)
diff --git a/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r1.ebuild b/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r1.ebuild
index 13bb9ecdffff..545e0a6053eb 100644
--- a/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r1.ebuild
+++ b/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r1.ebuild,v 1.1 2012/02/27 17:05:22 constanze Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r1.ebuild,v 1.2 2012/10/19 15:35:55 swift Exp $
EAPI="4"
@@ -19,12 +19,13 @@ SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_PV_TREE}/${MY_P}/${P}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="selinux"
DEPEND=">=net-firewall/iptables-1.2.4
sys-apps/iproute2[-minimal]
dev-lang/perl
- virtual/perl-Digest-SHA"
+ virtual/perl-Digest-SHA
+ selinux? ( sec-policy/selinux-shorewall )"
RDEPEND="${DEPEND}"
DOCS=( changelog.txt releasenotes.txt )
diff --git a/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r2.ebuild b/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r2.ebuild
index 4718c5ee1d8a..95252b2f0f4b 100644
--- a/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r2.ebuild
+++ b/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r2.ebuild,v 1.1 2012/03/02 17:17:08 constanze Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r2.ebuild,v 1.2 2012/10/19 15:35:55 swift Exp $
EAPI="4"
@@ -19,12 +19,13 @@ SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_PV_TREE}/${MY_P}/${P}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="selinux"
DEPEND=">=net-firewall/iptables-1.2.4
sys-apps/iproute2[-minimal]
dev-lang/perl
- dev-perl/Digest-SHA1"
+ dev-perl/Digest-SHA1
+ selinux? ( sec-policy/selinux-shorewall )"
RDEPEND="${DEPEND}"
DOCS=( changelog.txt releasenotes.txt )
diff --git a/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r3.ebuild b/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r3.ebuild
index 96ed515b0db5..70227ae97a15 100644
--- a/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r3.ebuild
+++ b/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r3.ebuild,v 1.1 2012/04/24 08:20:46 constanze Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.0.1-r3.ebuild,v 1.2 2012/10/19 15:35:55 swift Exp $
EAPI="4"
@@ -19,13 +19,14 @@ SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_PV_TREE}/${MY_P}/${P}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="selinux"
DEPEND=">=net-firewall/iptables-1.2.4
sys-apps/iproute2[-minimal]
dev-lang/perl
dev-perl/Digest-SHA1
- !<net-firewall/shorewall-4.5.0.1"
+ !<net-firewall/shorewall-4.5.0.1
+ selinux? ( sec-policy/selinux-shorewall )"
RDEPEND="${DEPEND}"
DOCS=( changelog.txt releasenotes.txt )
diff --git a/net-firewall/shorewall-core/shorewall-core-4.5.0.1.ebuild b/net-firewall/shorewall-core/shorewall-core-4.5.0.1.ebuild
index 36127aaee4ac..b48710d13dc1 100644
--- a/net-firewall/shorewall-core/shorewall-core-4.5.0.1.ebuild
+++ b/net-firewall/shorewall-core/shorewall-core-4.5.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.0.1.ebuild,v 1.1 2012/02/24 18:56:30 constanze Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.0.1.ebuild,v 1.2 2012/10/19 15:35:55 swift Exp $
EAPI="4"
@@ -19,11 +19,12 @@ SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_PV_TREE}/${MY_P}/${P}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="selinux"
DEPEND=">=net-firewall/iptables-1.2.4
sys-apps/iproute2[-minimal]
- dev-lang/perl"
+ dev-lang/perl
+ selinux? ( sec-policy/selinux-shorewall )"
RDEPEND="${DEPEND}"
DOCS=( changelog.txt releasenotes.txt )
diff --git a/net-firewall/shorewall-core/shorewall-core-4.5.4.2.ebuild b/net-firewall/shorewall-core/shorewall-core-4.5.4.2.ebuild
index 2effd4bcea33..2c274a379ee3 100644
--- a/net-firewall/shorewall-core/shorewall-core-4.5.4.2.ebuild
+++ b/net-firewall/shorewall-core/shorewall-core-4.5.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.4.2.ebuild,v 1.1 2012/06/08 17:10:21 constanze Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.4.2.ebuild,v 1.2 2012/10/19 15:35:54 swift Exp $
EAPI="4"
@@ -19,13 +19,14 @@ SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_PV_TREE}/${MY_P}/${P}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="selinux"
DEPEND=">=net-firewall/iptables-1.2.4
sys-apps/iproute2[-minimal]
dev-lang/perl
dev-perl/Digest-SHA1
- !<net-firewall/shorewall-4.5.0.1"
+ !<net-firewall/shorewall-4.5.0.1
+ selinux? ( sec-policy/selinux-shorewall )"
RDEPEND="${DEPEND}"
DOCS=( changelog.txt releasenotes.txt )
diff --git a/net-firewall/shorewall-core/shorewall-core-4.5.6.2.ebuild b/net-firewall/shorewall-core/shorewall-core-4.5.6.2.ebuild
index bc4f00e67bd2..24b998e04075 100644
--- a/net-firewall/shorewall-core/shorewall-core-4.5.6.2.ebuild
+++ b/net-firewall/shorewall-core/shorewall-core-4.5.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.6.2.ebuild,v 1.1 2012/08/15 17:49:08 constanze Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.6.2.ebuild,v 1.2 2012/10/19 15:35:55 swift Exp $
EAPI="4"
@@ -19,13 +19,14 @@ SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_PV_TREE}/${MY_P}/${P}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="selinux"
DEPEND=">=net-firewall/iptables-1.2.4
sys-apps/iproute2[-minimal]
dev-lang/perl
dev-perl/Digest-SHA1
- !<net-firewall/shorewall-4.5.0.1"
+ !<net-firewall/shorewall-4.5.0.1
+ selinux? ( sec-policy/selinux-shorewall )"
RDEPEND="${DEPEND}"
DOCS=( changelog.txt releasenotes.txt )
diff --git a/net-firewall/shorewall-core/shorewall-core-4.5.8.2.ebuild b/net-firewall/shorewall-core/shorewall-core-4.5.8.2.ebuild
index 224e173b05e8..2461f71b2e0e 100644
--- a/net-firewall/shorewall-core/shorewall-core-4.5.8.2.ebuild
+++ b/net-firewall/shorewall-core/shorewall-core-4.5.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.8.2.ebuild,v 1.1 2012/10/12 18:15:24 constanze Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.8.2.ebuild,v 1.2 2012/10/19 15:35:54 swift Exp $
EAPI="4"
@@ -19,13 +19,14 @@ SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_PV_TREE}/${MY_P}/${P}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="selinux"
DEPEND=">=net-firewall/iptables-1.2.4
sys-apps/iproute2[-minimal]
dev-lang/perl
dev-perl/Digest-SHA1
- !<net-firewall/shorewall-4.5.0.1"
+ !<net-firewall/shorewall-4.5.0.1
+ selinux? ( sec-policy/selinux-shorewall )"
RDEPEND="${DEPEND}"
DOCS=( changelog.txt releasenotes.txt )