diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-10-24 14:41:59 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-10-24 14:41:59 +0000 |
commit | 530ce250381381f78e4299e51d207678b0d20d3d (patch) | |
tree | ec3f332c0f4ba47daa493ad35008021230a6d45d /mail-filter/postgrey | |
parent | Version bump wrt security bug #110326. (diff) | |
download | gentoo-2-530ce250381381f78e4299e51d207678b0d20d3d.tar.gz gentoo-2-530ce250381381f78e4299e51d207678b0d20d3d.tar.bz2 gentoo-2-530ce250381381f78e4299e51d207678b0d20d3d.zip |
Stable on x86.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'mail-filter/postgrey')
-rw-r--r-- | mail-filter/postgrey/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/postgrey/postgrey-1.21-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/postgrey/ChangeLog b/mail-filter/postgrey/ChangeLog index bad511589989..252d22841a31 100644 --- a/mail-filter/postgrey/ChangeLog +++ b/mail-filter/postgrey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/postgrey # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.11 2005/10/18 01:00:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.12 2005/10/24 14:37:26 ticho Exp $ + + 24 Oct 2005; Andrej Kacian <ticho@gentoo.org> postgrey-1.21-r1.ebuild: + Stable on x86. 18 Oct 2005; Aron Griffis <agriffis@gentoo.org> postgrey-1.21.ebuild: Mark 1.21 stable on alpha diff --git a/mail-filter/postgrey/postgrey-1.21-r1.ebuild b/mail-filter/postgrey/postgrey-1.21-r1.ebuild index 64c5c0068c15..2922d43a460f 100644 --- a/mail-filter/postgrey/postgrey-1.21-r1.ebuild +++ b/mail-filter/postgrey/postgrey-1.21-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.21-r1.ebuild,v 1.2 2005/10/03 12:17:03 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.21-r1.ebuild,v 1.3 2005/10/24 14:37:26 ticho Exp $ inherit eutils @@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6.0 >=sys-libs/db-4.1 >=mail-mta/postfix-2.1.0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 x86" pkg_setup() { enewgroup ${PN} |