summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2007-12-20 15:42:55 +0000
committerFerris McCormick <fmccor@gentoo.org>2007-12-20 15:42:55 +0000
commit0acac207647b2bdae7289722f5fb31dd51b1b918 (patch)
tree88f095d7b02e4b7faea63a0692caf55094e4cea0 /net-misc/stunnel
parentRemove pam_console USE flag, dependency and so on. (diff)
downloadgentoo-2-0acac207647b2bdae7289722f5fb31dd51b1b918.tar.gz
gentoo-2-0acac207647b2bdae7289722f5fb31dd51b1b918.tar.bz2
gentoo-2-0acac207647b2bdae7289722f5fb31dd51b1b918.zip
Sparc stable, Bug #201896 fixing security violation (setuid/setgid).
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r--net-misc/stunnel/ChangeLog5
-rw-r--r--net-misc/stunnel/stunnel-4.21-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/stunnel/ChangeLog b/net-misc/stunnel/ChangeLog
index 1f8d90d94b41..ae93378bbe67 100644
--- a/net-misc/stunnel/ChangeLog
+++ b/net-misc/stunnel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/stunnel
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.85 2007/12/20 15:01:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.86 2007/12/20 15:42:55 fmccor Exp $
+
+ 20 Dec 2007; Ferris McCormick <fmccor@gentoo.org> stunnel-4.21-r1.ebuild:
+ Sparc stable, Bug #201896 fixing security violation (setuid/setgid).
20 Dec 2007; Markus Meier <maekke@gentoo.org> stunnel-4.21-r1.ebuild:
x86 stable, bug #201896
diff --git a/net-misc/stunnel/stunnel-4.21-r1.ebuild b/net-misc/stunnel/stunnel-4.21-r1.ebuild
index b971179c73a2..86e97402fdcb 100644
--- a/net-misc/stunnel/stunnel-4.21-r1.ebuild
+++ b/net-misc/stunnel/stunnel-4.21-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.21-r1.ebuild,v 1.3 2007/12/20 15:01:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.21-r1.ebuild,v 1.4 2007/12/20 15:42:55 fmccor Exp $
inherit autotools ssl-cert eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc x86"
IUSE="ipv6 selinux tcpd"
DEPEND="tcpd? ( sys-apps/tcp-wrappers )