summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-04-05 03:43:40 +0000
committertaca <taca@pkgsrc.org>2014-04-05 03:43:40 +0000
commit9fc5dea377b7514ea95d89e1f41c9768d300f1a5 (patch)
tree4b3945040ce5b969b46b24bed40270ddb08c9c84 /lang/php
parenteb20c6ca11a6f3544ffb232771a0877b660271d3 (diff)
downloadpkgsrc-9fc5dea377b7514ea95d89e1f41c9768d300f1a5.tar.gz
Update php54 to 5.4.27. CVE-2013-7345 is already fixed in 5.4.26nb2.
03 Apr 2014, PHP 5.4.27 - Core: . Fixed bug #60602 (proc_open() changes environment array) (Tjerk) - Fileinfo: . Fixed bug #66946 (fileinfo: extensive backtracking in awk rule regular expression). (CVE-2013-7345) (Remi) - FPM: . Added clear_env configuration directive to disable clearenv() call. (Github PR# 598, Paul Annesley) - GMP . fixed bug#66872 (invalid argument crashes gmp_testbit) (Pierre) - Mail: . Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk) - MySQLi: . Fixed bug #66762 (Segfault in mysqli_stmt::bind_result() when link closed) (Remi) - Openssl: . Fixed bug #66833 (Default disgest algo is still MD5, switch to SHA1). (Remi)
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 a6ba664b660..d504b197a1f 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.59 2014/04/04 03:04:59 taca Exp $
+# $NetBSD: phpversion.mk,v 1.60 2014/04/05 03:43:40 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.26
+PHP54_VERSION= 5.4.27
PHP55_VERSION= 5.5.11
# Define initial release of major version.