diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-06-07 23:42:42 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-06-07 23:42:42 +0000 |
commit | c11a47b647d74a342cab76b666ab908a732392ac (patch) | |
tree | 83625a3a9c29d09d4b518bf5e7c1c05482fd7bae /mail-filter/spamassassin | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-c11a47b647d74a342cab76b666ab908a732392ac.tar.gz gentoo-2-c11a47b647d74a342cab76b666ab908a732392ac.tar.bz2 gentoo-2-c11a47b647d74a342cab76b666ab908a732392ac.zip |
Stable on alpha wrt security Bug #135746.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'mail-filter/spamassassin')
-rw-r--r-- | mail-filter/spamassassin/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/spamassassin/spamassassin-3.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/spamassassin/ChangeLog b/mail-filter/spamassassin/ChangeLog index 3b0f00dde7e0..36727718445f 100644 --- a/mail-filter/spamassassin/ChangeLog +++ b/mail-filter/spamassassin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/spamassassin # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.107 2006/06/06 21:57:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.108 2006/06/07 23:42:42 tcort Exp $ + + 07 Jun 2006; Thomas Cort <tcort@gentoo.org> spamassassin-3.1.3.ebuild: + Stable on alpha wrt security Bug #135746. 06 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> spamassassin-3.1.3.ebuild: diff --git a/mail-filter/spamassassin/spamassassin-3.1.3.ebuild b/mail-filter/spamassassin/spamassassin-3.1.3.ebuild index 9eefb82aa407..726495455dbd 100644 --- a/mail-filter/spamassassin/spamassassin-3.1.3.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.1.3.ebuild,v 1.6 2006/06/06 21:57:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.1.3.ebuild,v 1.7 2006/06/07 23:42:42 tcort Exp $ inherit perl-module eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="berkdb qmail ssl doc ldap mysql postgres sqlite tools ipv6" DEPEND=">=dev-lang/perl-5.8.2-r1 |