diff options
author | taca <taca> | 2014-03-09 14:09:20 +0000 |
---|---|---|
committer | taca <taca> | 2014-03-09 14:09:20 +0000 |
commit | 2c40d054d2dc84f9e55d117617c326833122d0ac (patch) | |
tree | 7b3a5ab95b42bac4439df996d0fec671faca5539 /lang | |
parent | a1587a955bc087983773d3b3c9e511f5dca131eb (diff) | |
download | pkgsrc-2c40d054d2dc84f9e55d117617c326833122d0ac.tar.gz |
Update php55 to 5.5.10 (PHP 5.5.10).
Version 5.5.10
6-Mar-2014
* Core:
- Fixed bug #66574 (Allow multiple paths in php_ini_scanned_path).
* Date:
- Fixed bug #45528 (Allow the DateTimeZone constructor to accept timezones
per offset too).
* Fileinfo:
- Fixed bug #66731 (file: infinite recursion (CVE-2014-1943)).
- Fixed bug #66820 (out-of-bounds memory access in fileinfo (CVE-2014-2270)).
* GD:
- Fixed bug #66815 (imagecrop(): insufficient fix for NULL defer
(CVE-2013-7327)).
* JSON:
- Fixed bug #65753 (JsonSerializeable couldn't implement on module extension).
* LDAP:
- Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
* Openssl:
- Fixed bug #66501 (Add EC key support to php_openssl_is_private_key).
* PCRE:
- Upgraded to PCRE 8.34.
* Pgsql:
- Added warning for dangerous client encoding and remove possible injections
for pg_insert()/pg_update()/pg_delete()/pg_select().
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php55/Makefile | 3 | ||||
-rw-r--r-- | lang/php55/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index e6cf3c17b50..e43c12bb77b 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.57 2014/03/09 14:08:16 taca Exp $ +# $NetBSD: phpversion.mk,v 1.58 2014/03/09 14:09:20 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -83,7 +83,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP53_VERSION= 5.3.28 PHP54_VERSION= 5.4.26 -PHP55_VERSION= 5.5.9 +PHP55_VERSION= 5.5.10 # Define initial release of major version. PHP53_RELDATE= 20090630 diff --git a/lang/php55/Makefile b/lang/php55/Makefile index f8eed5256af..31a4701b87e 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2014/02/12 23:18:05 tron Exp $ +# $NetBSD: Makefile,v 1.9 2014/03/09 14:09:20 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ diff --git a/lang/php55/distinfo b/lang/php55/distinfo index 972e5a1b1c3..8d2a731482f 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2014/02/07 15:35:05 taca Exp $ +$NetBSD: distinfo,v 1.15 2014/03/09 14:09:20 taca Exp $ -SHA1 (php-5.5.9.tar.bz2) = d5dac90bc09f197b73b5bfcc3ca7dd6187f32e16 -RMD160 (php-5.5.9.tar.bz2) = 9290668f79070e7a578de55498a4a5144f2d14cc -Size (php-5.5.9.tar.bz2) = 13019443 bytes +SHA1 (php-5.5.10.tar.bz2) = 833cf2a7f5428e95b92c28b6440211f9bd0c7937 +RMD160 (php-5.5.10.tar.bz2) = 9f3a5a4521304bb9e9aa2846f0834a7a28d1f704 +Size (php-5.5.10.tar.bz2) = 13102742 bytes SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a SHA1 (patch-configure) = 5e7e78fe0cdfdb76cb2cdf77ad8774becb2426a0 SHA1 (patch-ext_gd_config.m4) = 91c9798333d4776856a0a9e20196986856b758b2 |