diff options
author | Jason Wever <weeve@gentoo.org> | 2006-02-24 03:34:11 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-02-24 03:34:11 +0000 |
commit | 98e7091c268f5c692d0ed1e395238038296b05b3 (patch) | |
tree | 120762e57f15daeff557a40560b47feb69c7f230 /dev-php/PEAR-Auth | |
parent | qa: shorten description (diff) | |
download | gentoo-2-98e7091c268f5c692d0ed1e395238038296b05b3.tar.gz gentoo-2-98e7091c268f5c692d0ed1e395238038296b05b3.tar.bz2 gentoo-2-98e7091c268f5c692d0ed1e395238038296b05b3.zip |
Stable on SPARC wrt security bug #123832.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-php/PEAR-Auth')
-rw-r--r-- | dev-php/PEAR-Auth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Auth/ChangeLog b/dev-php/PEAR-Auth/ChangeLog index ee1c89e9b162..394cd50abfe5 100644 --- a/dev-php/PEAR-Auth/ChangeLog +++ b/dev-php/PEAR-Auth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Auth # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.17 2006/02/23 20:38:16 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.18 2006/02/24 03:34:11 weeve Exp $ + + 24 Feb 2006; Jason Wever <weeve@gentoo.org> PEAR-Auth-1.2.4.ebuild: + Stable on SPARC wrt security bug #123832. 23 Feb 2006; Markus Rothe <corsair@gentoo.org> PEAR-Auth-1.2.4.ebuild: Stable on ppc64; bug #123832 diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild index 1feb014e5e5f..6c3be9536bb8 100644 --- a/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild +++ b/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild,v 1.2 2006/02/23 20:38:16 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild,v 1.3 2006/02/24 03:34:11 weeve Exp $ inherit php-pear-r1 DESCRIPTION="Provides methods for creating an authentication system using PHP." LICENSE="PHP" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86" IUSE="" RDEPEND=">=dev-php/PEAR-PEAR-1.3.6 >=dev-php/PEAR-DB-1.7.6-r1" |