diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2007-03-10 23:15:04 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2007-03-10 23:15:04 +0000 |
commit | a2064926e8f323a40f9d27a41193e49616593d46 (patch) | |
tree | 905ad5410396aac77d151f2a7d5b57815282e32e /dev-php4 | |
parent | unmask ivtv (diff) | |
download | gentoo-2-a2064926e8f323a40f9d27a41193e49616593d46.tar.gz gentoo-2-a2064926e8f323a40f9d27a41193e49616593d46.tar.bz2 gentoo-2-a2064926e8f323a40f9d27a41193e49616593d46.zip |
Stable on alpha wrt security #153911
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-zip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/pecl-zip/pecl-zip-1.8.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php4/pecl-zip/ChangeLog b/dev-php4/pecl-zip/ChangeLog index 9ef07dfed366..ec32dee626c2 100644 --- a/dev-php4/pecl-zip/ChangeLog +++ b/dev-php4/pecl-zip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-zip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/ChangeLog,v 1.27 2007/03/08 16:30:14 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/ChangeLog,v 1.28 2007/03/10 23:15:04 yoswink Exp $ + + 10 Mar 2007; Jose Luis Rivero <yoswink@gentoo.org> pecl-zip-1.8.6.ebuild: + Stable on alpha wrt security #153911 08 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> ChangeLog: Fix manifest diff --git a/dev-php4/pecl-zip/pecl-zip-1.8.6.ebuild b/dev-php4/pecl-zip/pecl-zip-1.8.6.ebuild index bdd59a998daa..6ff06879a20b 100644 --- a/dev-php4/pecl-zip/pecl-zip-1.8.6.ebuild +++ b/dev-php4/pecl-zip/pecl-zip-1.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/pecl-zip-1.8.6.ebuild,v 1.7 2007/03/08 14:09:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/pecl-zip-1.8.6.ebuild,v 1.8 2007/03/10 23:15:04 yoswink Exp $ PHP_EXT_NAME="zip" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86" DESCRIPTION="PHP zip management extension." LICENSE="PHP" |