diff options
author | 2009-07-29 15:51:42 +0000 | |
---|---|---|
committer | 2009-07-29 15:51:42 +0000 | |
commit | e2af05b728b3341c079868732523350200197073 (patch) | |
tree | 546810854075abe2c54fa02c70ec317b23585a43 /mail-filter/libspf2 | |
parent | amd64 stable (diff) | |
download | gentoo-2-e2af05b728b3341c079868732523350200197073.tar.gz gentoo-2-e2af05b728b3341c079868732523350200197073.tar.bz2 gentoo-2-e2af05b728b3341c079868732523350200197073.zip |
Remove vulnerable version(s), bug 271751
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/libspf2')
-rw-r--r-- | mail-filter/libspf2/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/libspf2/libspf2-1.2.5-r2.ebuild | 31 |
2 files changed, 5 insertions, 33 deletions
diff --git a/mail-filter/libspf2/ChangeLog b/mail-filter/libspf2/ChangeLog index a512413846c3..25c220ac83f1 100644 --- a/mail-filter/libspf2/ChangeLog +++ b/mail-filter/libspf2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/libspf2 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/ChangeLog,v 1.35 2008/10/18 16:39:37 gmsoft Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/ChangeLog,v 1.36 2009/07/29 15:51:42 darkside Exp $ + + 29 Jul 2009; Jeremy Olexa <darkside@gentoo.org> -libspf2-1.2.5-r2.ebuild: + Remove vulnerable version(s), bug 271751 18 Oct 2008; Guy Martin <gmsoft@gentoo.org> libspf2-1.2.8.ebuild: hppa stable, #242254 diff --git a/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild b/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild deleted file mode 100644 index da5d347415e2..000000000000 --- a/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild,v 1.8 2008/03/30 01:41:19 halcy0n Exp $ - -inherit eutils - -DESCRIPTION="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair." -HOMEPAGE="http://www.libspf2.org" -SRC_URI="http://www.libspf2.org/spf/libspf2-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="virtual/libc" -RDEPEND="!dev-perl/Mail-SPF-Query" - -RESTRICT="test" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/patch-libspf2-1.2.5-nointernal - epatch "${FILESDIR}"/${P}-64bit.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc Changelog README TODO docs/*.txt docs/API -} |