diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-08 11:46:28 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-08 11:46:28 +0000 |
commit | 9238d440a07cd07cc2205ceea4c98aec2c591e0c (patch) | |
tree | 9c2f7070d6d67bd670df3160cba0f7c039cf667b /net-misc/stunnel/stunnel-3.26.ebuild | |
parent | Version bump: new upstream release of 0.37 (diff) | |
download | gentoo-2-9238d440a07cd07cc2205ceea4c98aec2c591e0c.tar.gz gentoo-2-9238d440a07cd07cc2205ceea4c98aec2c591e0c.tar.bz2 gentoo-2-9238d440a07cd07cc2205ceea4c98aec2c591e0c.zip |
Remove older vulnerable versions
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc/stunnel/stunnel-3.26.ebuild')
-rw-r--r-- | net-misc/stunnel/stunnel-3.26.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/stunnel/stunnel-3.26.ebuild b/net-misc/stunnel/stunnel-3.26.ebuild deleted file mode 100644 index 9b8d0bca6113..000000000000 --- a/net-misc/stunnel/stunnel-3.26.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 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.23 2013/08/02 15:17:48 ulm Exp $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="TLS/SSL - Port Wrapper" -HOMEPAGE="http://www.stunnel.org/" -SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="selinux" - -DEPEND=">=dev-libs/openssl-0.9.6j" -RDEPEND="${DEPEND} - selinux? ( sec-policy/selinux-stunnel )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.diff -} - -src_install() { - dosbin stunnel - dolib.so stunnel.so - dodoc FAQ README HISTORY BUGS PORTS TODO - doman stunnel.8 -} |