diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-03-09 21:44:20 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-03-09 21:44:20 +0000 |
commit | 998e24f1d767bd3676bcc83422028561285b8aed (patch) | |
tree | 8ddb139834e52a65b13b1484e6f6ae992b2f3ed5 /dev-php/PEAR-Auth | |
parent | Stable on sparc wrt #125434 (diff) | |
download | gentoo-2-998e24f1d767bd3676bcc83422028561285b8aed.tar.gz gentoo-2-998e24f1d767bd3676bcc83422028561285b8aed.tar.bz2 gentoo-2-998e24f1d767bd3676bcc83422028561285b8aed.zip |
Stable on alpha wrt security bug #123832
(Portage version: 2.0.54)
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 b424e94b9955..11af39024ede 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.23 2006/03/03 19:20:37 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.24 2006/03/09 21:44:20 ferdy Exp $ + + 09 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> PEAR-Auth-1.2.4.ebuild: + Stable on alpha wrt security bug #123832 03 Mar 2006; Luca Longinotti <chtekk@gentoo.org> PEAR-Auth-1.3.0.ebuild: Fix wrong USE flag dep. 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 83dfe167ed45..9c737aee129f 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.6 2006/02/27 19:23:22 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild,v 1.7 2006/03/09 21:44:20 ferdy 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" |