diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2005-02-11 20:58:27 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2005-02-11 20:58:27 +0000 |
commit | 2ff2e681ccc77e8194a1857637351ced67a17d05 (patch) | |
tree | 556eb8a24c0421f3694a1a740123861e1ded11e9 /net-misc/stunnel | |
parent | added contexts needed by >=apache-2.0.52-r3 - bug 81365 (diff) | |
download | gentoo-2-2ff2e681ccc77e8194a1857637351ced67a17d05.tar.gz gentoo-2-2ff2e681ccc77e8194a1857637351ced67a17d05.tar.bz2 gentoo-2-2ff2e681ccc77e8194a1857637351ced67a17d05.zip |
added selinux RDEPEND - bug 79750
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r-- | net-misc/stunnel/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-3.22-r2.ebuild | 9 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-3.26.ebuild | 9 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-4.04-r1.ebuild | 9 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-4.04-r2.ebuild | 9 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-4.04-r3.ebuild | 9 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-4.05.ebuild | 9 |
7 files changed, 37 insertions, 26 deletions
diff --git a/net-misc/stunnel/ChangeLog b/net-misc/stunnel/ChangeLog index a57baf597a2e..019145229725 100644 --- a/net-misc/stunnel/ChangeLog +++ b/net-misc/stunnel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/stunnel -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.36 2004/12/29 20:13:08 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.37 2005/02/11 20:58:27 kaiowas Exp $ + + 11 Feb 2005; petre rodan <kaiowas@gentoo.org> stunnel-3.22-r2.ebuild, + stunnel-3.26.ebuild, stunnel-4.04-r1.ebuild, stunnel-4.04-r2.ebuild, + stunnel-4.04-r3.ebuild, stunnel-4.05.ebuild: + added selinux RDEPEND - bug 79750 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/net-misc/stunnel/stunnel-3.22-r2.ebuild b/net-misc/stunnel/stunnel-3.22-r2.ebuild index c8912aeb30c4..550225b93db9 100644 --- a/net-misc/stunnel/stunnel-3.22-r2.ebuild +++ b/net-misc/stunnel/stunnel-3.22-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.22-r2.ebuild,v 1.6 2004/07/15 03:38:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.22-r2.ebuild,v 1.7 2005/02/11 20:58:27 kaiowas Exp $ inherit eutils @@ -8,9 +8,10 @@ DESCRIPTION="TLS/SSL - Port Wrapper" SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" HOMEPAGE="http://www.stunnel.org/" DEPEND="virtual/libc >=dev-libs/openssl-0.9.6c" -RDEPEND=">=dev-libs/openssl-0.9.6c" +RDEPEND=">=dev-libs/openssl-0.9.6c + selinux? ( sec-policy/selinux-stunnel )" KEYWORDS="x86 sparc " -IUSE="" +IUSE="selinux" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/stunnel/stunnel-3.26.ebuild b/net-misc/stunnel/stunnel-3.26.ebuild index 98632a4f8c29..87a69f092513 100644 --- a/net-misc/stunnel/stunnel-3.26.ebuild +++ b/net-misc/stunnel/stunnel-3.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.9 2004/10/14 14:32:48 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.10 2005/02/11 20:58:27 kaiowas Exp $ inherit eutils @@ -11,9 +11,10 @@ SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc alpha ppc ~amd64 ~ppc-macos" -IUSE="" +IUSE="selinux" -RDEPEND=">=dev-libs/openssl-0.9.6j" +RDEPEND=">=dev-libs/openssl-0.9.6j + selinux? ( sec-policy/selinux-stunnel )" DEPEND="${RDEPEND} virtual/libc" diff --git a/net-misc/stunnel/stunnel-4.04-r1.ebuild b/net-misc/stunnel/stunnel-4.04-r1.ebuild index a8e127edf25b..e866728cd15c 100644 --- a/net-misc/stunnel/stunnel-4.04-r1.ebuild +++ b/net-misc/stunnel/stunnel-4.04-r1.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r1.ebuild,v 1.11 2004/07/15 03:38:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r1.ebuild,v 1.12 2005/02/11 20:58:27 kaiowas Exp $ inherit eutils -IUSE="static" +IUSE="static selinux" DESCRIPTION="TLS/SSL - Port Wrapper" SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" HOMEPAGE="http://stunnel.mirt.net" DEPEND="virtual/libc >=dev-libs/openssl-0.9.6j" -RDEPEND=">=dev-libs/openssl-0.9.6j" +RDEPEND=">=dev-libs/openssl-0.9.6j + selinux? ( sec-policy/selinux-stunnel )" KEYWORDS="x86 sparc alpha" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/stunnel/stunnel-4.04-r2.ebuild b/net-misc/stunnel/stunnel-4.04-r2.ebuild index 0a5421bcdfc5..16c8232b2a8d 100644 --- a/net-misc/stunnel/stunnel-4.04-r2.ebuild +++ b/net-misc/stunnel/stunnel-4.04-r2.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r2.ebuild,v 1.5 2004/07/15 03:38:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r2.ebuild,v 1.6 2005/02/11 20:58:27 kaiowas Exp $ inherit eutils -IUSE="static" +IUSE="static selinux" DESCRIPTION="TLS/SSL - Port Wrapper" SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" HOMEPAGE="http://stunnel.mirt.net" DEPEND="virtual/libc >=dev-libs/openssl-0.9.6j" -RDEPEND=">=dev-libs/openssl-0.9.6j" +RDEPEND=">=dev-libs/openssl-0.9.6j + selinux? ( sec-policy/selinux-stunnel )" KEYWORDS="~x86 ~sparc ~alpha" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/stunnel/stunnel-4.04-r3.ebuild b/net-misc/stunnel/stunnel-4.04-r3.ebuild index b6807a6c9211..eb76590d8277 100644 --- a/net-misc/stunnel/stunnel-4.04-r3.ebuild +++ b/net-misc/stunnel/stunnel-4.04-r3.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r3.ebuild,v 1.7 2004/07/15 03:38:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r3.ebuild,v 1.8 2005/02/11 20:58:27 kaiowas Exp $ inherit ssl-cert eutils -IUSE="static" +IUSE="static selinux" DESCRIPTION="TLS/SSL - Port Wrapper" SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" HOMEPAGE="http://stunnel.mirt.net" DEPEND="virtual/libc >=dev-libs/openssl-0.9.6j" -RDEPEND=">=dev-libs/openssl-0.9.6j" +RDEPEND=">=dev-libs/openssl-0.9.6j + selinux? ( sec-policy/selinux-stunnel )" KEYWORDS="~x86 ~sparc alpha amd64" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/stunnel/stunnel-4.05.ebuild b/net-misc/stunnel/stunnel-4.05.ebuild index 8a2f9bbba799..961ec5f74adf 100644 --- a/net-misc/stunnel/stunnel-4.05.ebuild +++ b/net-misc/stunnel/stunnel-4.05.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.05.ebuild,v 1.10 2004/10/04 22:09:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.05.ebuild,v 1.11 2005/02/11 20:58:27 kaiowas Exp $ inherit ssl-cert eutils flag-o-matic @@ -11,11 +11,12 @@ SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha arm amd64" -IUSE="static" +IUSE="static selinux" DEPEND="virtual/libc >=dev-libs/openssl-0.9.6j" -RDEPEND=">=dev-libs/openssl-0.9.6j" +RDEPEND=">=dev-libs/openssl-0.9.6j + selinux? ( sec-policy/selinux-stunnel )" src_unpack() { unpack ${A}; cd ${S} |