summaryrefslogtreecommitdiff
path: root/lang/php/phpversion.mk
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-09 14:09:20 +0000
committertaca <taca@pkgsrc.org>2014-03-09 14:09:20 +0000
commit0cfb7eeef3ec0f5afb6cc5e2b25892045ddd73c0 (patch)
tree7b3a5ab95b42bac4439df996d0fec671faca5539 /lang/php/phpversion.mk
parent1135090bf9ec6104483b01e18e6e87ad90bb93c0 (diff)
downloadpkgsrc-0cfb7eeef3ec0f5afb6cc5e2b25892045ddd73c0.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/php/phpversion.mk')
-rw-r--r--lang/php/phpversion.mk4
1 files changed, 2 insertions, 2 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