summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2014-03-09 14:08:16 +0000
committertaca <taca>2014-03-09 14:08:16 +0000
commita1587a955bc087983773d3b3c9e511f5dca131eb (patch)
tree0fdc5c235888db41e084a57349a55a288ba93dfc /lang/php
parent98103f5bfaf172c3e6afa77fd1b3f13800bd7be9 (diff)
downloadpkgsrc-a1587a955bc087983773d3b3c9e511f5dca131eb.tar.gz
Update php54 to 5.4.26 (PHP 5.4.26).
Version 5.4.26 06-Mar-2014 * JSON: - Fixed bug #65753 (JsonSerializeable couldn't implement on module extension) * Fileinfo: - Fixed bug #66731 (file: infinite recursion) (CVE-2014-1943). - Fixed bug #66820 (out-of-bounds memory access in fileinfo) (CVE-2014-2270). * 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). * 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')
-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 e2944200c61..e6cf3c17b50 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.56 2014/02/07 15:36:07 taca Exp $
+# $NetBSD: phpversion.mk,v 1.57 2014/03/09 14:08:16 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
@@ -82,7 +82,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP53_VERSION= 5.3.28
-PHP54_VERSION= 5.4.25
+PHP54_VERSION= 5.4.26
PHP55_VERSION= 5.5.9
# Define initial release of major version.