diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-16 16:51:38 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-16 16:51:38 +0000 |
commit | 909988f8ba26179ce283246dbc0d54c4a03bea2a (patch) | |
tree | 91415b183dc1f92767532c3a344d6b400023f3bc /dev-php4 | |
parent | Stable sparc #160020 becasue 1.x experiences memory issues when compiling wit... (diff) | |
download | gentoo-2-909988f8ba26179ce283246dbc0d54c4a03bea2a.tar.gz gentoo-2-909988f8ba26179ce283246dbc0d54c4a03bea2a.tar.bz2 gentoo-2-909988f8ba26179ce283246dbc0d54c4a03bea2a.zip |
Vbump.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-zip/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php4/pecl-zip/files/digest-pecl-zip-1.8.7 | 3 | ||||
-rw-r--r-- | dev-php4/pecl-zip/pecl-zip-1.8.7.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-php4/pecl-zip/ChangeLog b/dev-php4/pecl-zip/ChangeLog index ec32dee626c2..9120d984f8ba 100644 --- a/dev-php4/pecl-zip/ChangeLog +++ b/dev-php4/pecl-zip/ChangeLog @@ -1,6 +1,11 @@ # 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.28 2007/03/10 23:15:04 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/ChangeLog,v 1.29 2007/03/16 16:51:38 chtekk Exp $ + +*pecl-zip-1.8.7 (16 Mar 2007) + + 16 Mar 2007; Luca Longinotti <chtekk@gentoo.org> +pecl-zip-1.8.7.ebuild: + Version bump, fix open_basedir/safe_mode issues. 10 Mar 2007; Jose Luis Rivero <yoswink@gentoo.org> pecl-zip-1.8.6.ebuild: Stable on alpha wrt security #153911 diff --git a/dev-php4/pecl-zip/files/digest-pecl-zip-1.8.7 b/dev-php4/pecl-zip/files/digest-pecl-zip-1.8.7 new file mode 100644 index 000000000000..0ddca5538f89 --- /dev/null +++ b/dev-php4/pecl-zip/files/digest-pecl-zip-1.8.7 @@ -0,0 +1,3 @@ +MD5 fca0a3ae5af8de3024e2830d9fa09f6f zip-1.8.7.tgz 66863 +RMD160 e8e1e9a3e9fa855bb8c565d0bd5bfbb8cd8cafb8 zip-1.8.7.tgz 66863 +SHA256 b7fda9750cc85d91773e2ea2133e8c33b004607d79afad0e3b693563f0c9450a zip-1.8.7.tgz 66863 diff --git a/dev-php4/pecl-zip/pecl-zip-1.8.7.ebuild b/dev-php4/pecl-zip/pecl-zip-1.8.7.ebuild new file mode 100644 index 000000000000..61132d2f8695 --- /dev/null +++ b/dev-php4/pecl-zip/pecl-zip-1.8.7.ebuild @@ -0,0 +1,21 @@ +# 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.7.ebuild,v 1.1 2007/03/16 16:51:38 chtekk Exp $ + +PHP_EXT_NAME="zip" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +DESCRIPTION="PHP zip management extension." +LICENSE="PHP" +SLOT="0" +IUSE="" + +DEPEND="sys-libs/zlib" +RDEPEND="${DEPEND}" + +need_php_by_category |