Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3903D71676 for ; Sat, 17 Aug 2013 13:15:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 90E5C14A1E5; Sat, 17 Aug 2013 13:15:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F28414A1E3 for ; Sat, 17 Aug 2013 13:15:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5Fu4kmafb4ru for ; Sat, 17 Aug 2013 13:15:21 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id CD0E314A1E1 for ; Sat, 17 Aug 2013 13:15:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CAB6196; Sat, 17 Aug 2013 13:15:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 17 Aug 2013 13:15:21 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/php55 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20130817131521.CAB6196@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sat Aug 17 13:15:21 UTC 2013 Modified Files: pkgsrc/lang/php55: Makefile distinfo pkgsrc/lang/php55/patches: patch-acinclude.m4 patch-configure patch-ext_gd_config.m4 patch-ext_mssql_php__mssql.c patch-ext_standard_basic__functions.c patch-php.ini-development patch-php.ini-production patch-sapi_cgi_Makefile.frag Removed Files: pkgsrc/lang/php55/patches: patch-ext_openssl_openssl.c patch-main_streams_cast.c Log Message: Update php55 to 5.5.2. 15 Aug 2013, PHP 5.5.2 - Core: . Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones) . Fixed bug #61345 (CGI mode - make install don't work). (Michael Heimpold) . Fixed bug #61268 (--enable-dtrace leads make to clobber Zend/zend_dtrace.d) (Chris Jones) - DOM: . Added flags option to DOMDocument::schemaValidate() and DOMDocument::schemaValidateSource(). Added LIBXML_SCHEMA_CREATE flag. (Chris Wright) - Sessions: . Implemented strict sessions RFC (https://wiki.php.net/rfc/strict_sessions) which protects against session fixation attacks and session collisions. (Yasuo Ohgaki) . Fixed possible buffer overflow under Windows. Note: Not a security fix. (Yasuo) . Changed session.auto_start to PHP_INI_PERDIR. (Yasuo) - Pgsql: . Fixed bug #62978 (Disallow possible SQL injections with pg_select() /pg_update()/pg_delete()/pg_insert()). (Yasuo) ?? ??? 2013, PHP 5.5.2 - Core: . Fixed bug #65372 (Segfault in gc_zval_possible_root when return reference fails). (Laruence) . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey avp200681 gmail com). . Fixed bug #65304 (Use of max int in array_sum). (Laruence) . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very limited case). (Arpad) - OPcache: . Added opcache.restrict_api configuration directive that may limit usage of OPcahce API functions only to patricular script(s). (Dmitry) . Added support for glob symbols in blacklist entries (?, *, **). (Terry Elison, Dmitry) . Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown). (Dmitry) - Openssl: . Fixed handling null bytes in subjectAltName (CVE-2013-4073). (Christian Heimes) - PDO_mysql: . Fixed bug #65299 (pdo mysql parsing errors). (Johannes) - Phar: . Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for some specific contents). (Stas) - SOAP: . Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry) - SPL: . Fixed bug #65328 (Segfault when getting SplStack object Value). (Laruence) . Added RecursiveTreeIterator setPostfix and getPostifx methods. (Joshua Thijssen) . Fixed bug #61697 (spl_autoload_functions returns lambda functions incorrectly). (Laruence) - Streams: . Fixed bug #65268 (select() implementation uses outdated tick API). (Anatol) - Pgsql: . Fixed bug #65336 (pg_escape_literal/identifier() scilently returns false). (Yasuo) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/php55/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php55/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php55/patches/patch-acinclude.m4 \ pkgsrc/lang/php55/patches/patch-configure \ pkgsrc/lang/php55/patches/patch-ext_gd_config.m4 \ pkgsrc/lang/php55/patches/patch-ext_mssql_php__mssql.c \ pkgsrc/lang/php55/patches/patch-ext_standard_basic__functions.c \ pkgsrc/lang/php55/patches/patch-php.ini-development \ pkgsrc/lang/php55/patches/patch-php.ini-production \ pkgsrc/lang/php55/patches/patch-sapi_cgi_Makefile.frag cvs rdiff -u -r1.2 -r0 pkgsrc/lang/php55/patches/patch-ext_openssl_openssl.c cvs rdiff -u -r1.1 -r0 pkgsrc/lang/php55/patches/patch-main_streams_cast.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.