summaryrefslogtreecommitdiff
path: root/lang/php54
diff options
context:
space:
mode:
authortaca <taca>2012-07-20 12:29:05 +0000
committertaca <taca>2012-07-20 12:29:05 +0000
commit7ececa05bf4acbb141a4896aba91c020787ad5ee (patch)
tree7b74543553436b33d983fd949aac38f2e1d24715 /lang/php54
parent6a0a8e5e484cb06b94fca7e14cf53beb1567e081 (diff)
downloadpkgsrc-7ececa05bf4acbb141a4896aba91c020787ad5ee.tar.gz
Update php54 package to 5.4.5 (PHP 5.4.5).
19-July-2012 o Core * Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt) * Fixed bug #62432 (ReflectionMethod random corrupt memory on high concurrent) * Fixed bug #62373 (serialize() generates wrong reference to the object). * Fixed bug #62357 (compile failure: (S) Arguments missing for built-in function __memcmp) * Fixed bug #61998 (Using traits with method aliases appears to result in crash during execution) * Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon) * Fixed potential overflow in _php_stream_scandir (CVE-2012-2688) o EXIF * Fixed information leak in ext exi o FPM * Fixed bug #62205 (php-fpm segfaults (null passed to strstr) * Fixed bug #62160 (Add process.priority to set nice(2) priorities) * Fixed bug #62153 (when using unix sockets, multiples FPM instances) * Fixed bug #62033 (php-fpm exits with status 0 on some failures to start) * Fixed bug #61839 (Unable to cross-compile PHP with --enable-fpm) * Fixed bug #61835 (php-fpm is not allowed to run as root) * Fixed bug #61295 (php-fpm should not fail with commented 'user' * Fixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI requests) * Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat) for non-root start) * Fixed bug #61026 (FPM pools can listen on the same address). (fat) can be launched without errors) o Iconv * Fixed bug #55042 (Erealloc in iconv.c unsafe) o Intl * Fixed bug #62083 (grapheme_extract() memory leaks) * Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called twice) * Fixed bug #62070 (Collator::getSortKey() returns garbage) * Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks pattern) * Fixed bug #60785 (memory leak in IntlDateFormatter constructor) * ResourceBundle constructor now accepts NULL for the first two arguments o JSON * Fixed bug #61359 (json_encode() calls too many reallocs) o libxml * Fixed bug #62266 (Custom extension segfaults during xmlParseFile with FPM SAPI) o Phar * Fixed bug #62227 (Invalid phar stream path causes crash) o Readline * Fixed bug #62186 (readline fails to compile - void function should not return a value) o Reflection * Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfault) * Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant) o Sockets * Fixed bug #62025 (__ss_family was changed on AIX 5.3) o SPL * Fixed bug #62433 (Inconsistent behavior of RecursiveDirectoryIterator to dot files) * Fixed bug #62262 (RecursiveArrayIterator does not implement Countable) o XML Writer * Fixed bug #62064 (memory leak in the XML Writer module) o Zip * Upgraded libzip to 0.10. {
Diffstat (limited to 'lang/php54')
-rw-r--r--lang/php54/Makefile.common4
-rw-r--r--lang/php54/distinfo10
-rw-r--r--lang/php54/patches/patch-run-tests.php6
3 files changed, 11 insertions, 9 deletions
diff --git a/lang/php54/Makefile.common b/lang/php54/Makefile.common
index dff503529a7..9c6867d9e9e 100644
--- a/lang/php54/Makefile.common
+++ b/lang/php54/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2012/06/16 05:21:55 taca Exp $
+# $NetBSD: Makefile.common,v 1.2 2012/07/20 12:29:05 taca Exp $
# used by lang/php54/Makefile.php
# used by lang/php/ext.mk
# used by meta-pkgs/php54-extensions/Makefile
@@ -38,7 +38,7 @@ EXTRACT_SUFX?= .tar.bz2
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE?= http://www.php.net/
-PHP_BASE_VERS= 5.4.4
+PHP_BASE_VERS= 5.4.5
PHP_EXTENSION_DIR= lib/php/20120301
PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
diff --git a/lang/php54/distinfo b/lang/php54/distinfo
index 9b5a62e9891..6dc7612a00a 100644
--- a/lang/php54/distinfo
+++ b/lang/php54/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2012/06/16 05:21:55 taca Exp $
+$NetBSD: distinfo,v 1.2 2012/07/20 12:29:05 taca Exp $
-SHA1 (php-5.4.4.tar.bz2) = 6d758cb864f7026954af4be29da04780909e889b
-RMD160 (php-5.4.4.tar.bz2) = 311fffdd9d5a55fdccff0af030d2c77b499a023e
-Size (php-5.4.4.tar.bz2) = 11150967 bytes
+SHA1 (php-5.4.5.tar.bz2) = b6c5e6653ba28e2f071bafe30c9691eddb950ba0
+RMD160 (php-5.4.5.tar.bz2) = 1f89a9b31d5e14765ad9c4acff43aad825e1f9d8
+Size (php-5.4.5.tar.bz2) = 11011780 bytes
SHA1 (patch-acinclude.m4) = afead7122844e8290d9ef4fdb8deec3c40cf0746
SHA1 (patch-configure) = 149d27b5e120e0a15c93d25bcb219ea23caaecba
SHA1 (patch-ext_gd_config.m4) = 089f1c88bd4daa8ebc8911122423c1f88e5d84a0
@@ -16,5 +16,5 @@ SHA1 (patch-ext_standard_basic__functions.c) = 563fe67eb78b786cd46195026381ef221
SHA1 (patch-main_streams_cast.c) = ebf23f9908340be3d1f947c4112ec940f9324ecb
SHA1 (patch-php.ini-development) = 79512bd276adaed6bcf5f7f28e965f8a6b589add
SHA1 (patch-php.ini-production) = f5d275abe7668a139999b3607e99f271450f56ae
-SHA1 (patch-run-tests.php) = c4de72f42638c5e317eaf02d3ac1110600a3c306
+SHA1 (patch-run-tests.php) = ff80b8ad52d7c0a43fa318ed9bffca9d7b3e688d
SHA1 (patch-sapi_cgi_Makefile.frag) = ba16463cc2a350df1db80c78ac9aec44b20d4bfe
diff --git a/lang/php54/patches/patch-run-tests.php b/lang/php54/patches/patch-run-tests.php
index b055fb6fc5d..f18641b649b 100644
--- a/lang/php54/patches/patch-run-tests.php
+++ b/lang/php54/patches/patch-run-tests.php
@@ -1,9 +1,11 @@
-$NetBSD: patch-run-tests.php,v 1.1 2012/06/16 05:21:55 taca Exp $
+$NetBSD: patch-run-tests.php,v 1.2 2012/07/20 12:29:05 taca Exp $
+
+Use proper shbang line.
--- run-tests.php.orig 2012-05-03 17:10:43.000000000 +0000
+++ run-tests.php
@@ -1,4 +1,4 @@
--#!/usr/bin/php
+-#!/usr/bin/env php
+#!@PREFIX@/bin/php
<?php
/*