From 6d18644b167281b25aaeaffe8d86b48509b878c8 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 13 Dec 2013 15:32:21 +0000 Subject: Update php54 to 5.4.23 (PHP 5.4.23). 28 Nov 2013, PHP 5.4.23 - Core: . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a string). (Laruence) . Fixed bug #65947 (basename is no more working after fgetcsv in certain situation). (Laruence) - JSON . Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly"). (Andrea Faulds) - MySQLi: . Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence) - mysqlnd: . Fixed bug #66124 (mysqli under mysqlnd loses precision when bind_param with 'i'). (Andrey) . Fixed bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES after failed query). (Andrey) - OpenSSL: . Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). (Stefan Esser). - PDO . Fixed bug 65946 (sql_parser permanently converts values bound to strings) --- lang/php/phpversion.mk | 4 ++-- lang/php54/Makefile | 3 +-- lang/php54/distinfo | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'lang') diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 4a1fb831ca4..cec2391bb0f 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.50 2013/12/13 15:30:35 taca Exp $ +# $NetBSD: phpversion.mk,v 1.51 2013/12/13 15:32:21 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.22 +PHP54_VERSION= 5.4.23 PHP55_VERSION= 5.5.6 # Define initial release of major version. diff --git a/lang/php54/Makefile b/lang/php54/Makefile index 47e53ef1dbe..c1ede845f7e 100644 --- a/lang/php54/Makefile +++ b/lang/php54/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2013/12/05 16:17:15 taca Exp $ +# $NetBSD: Makefile,v 1.16 2013/12/13 15:32:21 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ diff --git a/lang/php54/distinfo b/lang/php54/distinfo index 3c3d8ffcc73..757810404c1 100644 --- a/lang/php54/distinfo +++ b/lang/php54/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2013/12/05 16:17:15 taca Exp $ +$NetBSD: distinfo,v 1.31 2013/12/13 15:32:21 taca Exp $ -SHA1 (php-5.4.22.tar.bz2) = 4b73d3667a97db1ce32ebf5b98fcc4b2585d981b -RMD160 (php-5.4.22.tar.bz2) = 578f25e8776b42e3f643bddcce9b92e376171343 -Size (php-5.4.22.tar.bz2) = 12246577 bytes +SHA1 (php-5.4.23.tar.bz2) = 1ad25b03486742dba18134ce07111146805d930f +RMD160 (php-5.4.23.tar.bz2) = 3a5e3b7a6013f5a284c80d41a95989ba2a78b6d4 +Size (php-5.4.23.tar.bz2) = 12251671 bytes SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00 SHA1 (patch-configure) = ce3205292370fb279033aaa06138cea1a3725ef1 SHA1 (patch-ext_date_lib_parse__iso__intervals.c) = c2b18faed698a6ace171ca93cd082985ac3e1b83 -- cgit v1.2.3