summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2014-04-05 03:43:40 +0000
committertaca <taca>2014-04-05 03:43:40 +0000
commit6d83addbb72bcf1f23d8ec0841ab371c1c87bd02 (patch)
tree06831c031dc3d79e2d2f0b49d3cff2b491f8348b /lang/php
parent5e45ca89b7b9e51962b57f072bc66c05bdac560f (diff)
downloadpkgsrc-6d83addbb72bcf1f23d8ec0841ab371c1c87bd02.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.