Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 706367A210 for ; Sat, 4 Jun 2016 19:56:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2491285E83; Sat, 4 Jun 2016 19:56:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A70A885E7B for ; Sat, 4 Jun 2016 19:56:37 +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 vc8Gv6jLZT93 for ; Sat, 4 Jun 2016 19:56:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 228D685E58 for ; Sat, 4 Jun 2016 19:56:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D605FBB5; Sat, 4 Jun 2016 19:56:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 4 Jun 2016 19:56:37 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2016Q1] pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20160604195637.1D605FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bsiegert Date: Sat Jun 4 19:56:37 UTC 2016 Modified Files: pkgsrc/lang/php [pkgsrc-2016Q1]: phpversion.mk pkgsrc/lang/php70 [pkgsrc-2016Q1]: distinfo Added Files: pkgsrc/lang/php70/patches [pkgsrc-2016Q1]: patch-sapi_cli_Makefile.frag Log Message: Pullup ticket #5036 - requested by taca lang/php70: security fix Revisions pulled up: - lang/php/phpversion.mk 1.138 - lang/php70/distinfo 1.10-1.12 - lang/php70/patches/patch-sapi_cli_Makefile.frag 1.1-1.2 --- Module Name: pkgsrc Committed By: taca Date: Fri May 27 13:29:58 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php70: distinfo Log Message: Update php70 to 7.0.7 (PHP 7.0.7), including security fix. 26 May 2016 PHP 7.0.7 - Core: . Fixed bug #72162 (use-after-free - error_reporting). (Laruence) . Add compiler option to disable special case function calls. (Joe) . Fixed bug #72101 (crash on complex code). (Dmitry) . Fixed bug #72100 (implode() inserts garbage into resulting string when joins very big integer). (Mikhail Galanin) . Fixed bug #72057 (PHP Hangs when using custom error handler and typehint). (Nikita Nefedov) . Fixed bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice). (Bob) . Fixed bug #71737 (Memory leak in closure with parameter named $this). (Nikita) . Fixed bug #72059 (?? is not allowed on constant expressions). (Bob, Marcio) . Fixed bug #72159 (Imported Class Overrides Local Class Name). (Nikita) - Curl: . Fixed bug #68658 (Define CURLE_SSL_CACERT_BADFILE). (Pierrick) - DBA: . Fixed bug #72157 (use-after-free caused by dba_open). (Shm, Laruence) - GD: . Fixed bug #72227 (imagescale out-of-bounds read). (Stas) - Intl: . Fixed #72241 (get_icu_value_internal out-of-bounds read). (Stas) - JSON: . Fixed bug #72069 (Behavior \JsonSerializable different from json_encode). (Laruence) - Mbstring: . Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace). (Laruence) - OCI8: . Fixed bug #71600 (oci_fetch_all segfaults when selecting more than eight columns). (Tian Yang) - Opcache: . Fixed bug #72014 (Including a file with anonymous classes multiple times leads to fatal error). (Laruence) - OpenSSL: . Fixed bug #72165 (Null pointer dereference - openssl_csr_new). (Anatol) - PCNTL: . Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite). (Laruence) - POSIX: . Fixed bug #72133 (php_posix_group_to_array crashes if gr_passwd is NULL). (esminis at esminis dot lt) - Postgres: . Fixed bug #72028 (pg_query_params(): NULL converts to empty string). (Laruence) . Fixed bug #71062 (pg_convert() doesn't accept ISO 8601 for datatype timestamp). (denver at timothy dot io) . Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol) - Reflection: . Fixed bug #72174 (ReflectionProperty#getValue() causes __isset call). (Nikita) - Session: . Fixed bug #71972 (Cyclic references causing session_start(): Failed to decode session object). (Laruence) - Sockets: . Added socket_export_stream() function for getting a stream compatible resource from a socket resource. (Chris Wright, Bob) - SPL: . Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as expected). (Laruence) - SQLite3: . Fixed bug #68849 (bindValue is not using the right data type). (Anatol) - Standard: . Fixed bug #72075 (Referencing socket resources breaks stream_select). (Laruence) . Fixed bug #72031 (array_column() against an array of objects discards all values matching null). (Nikita) --- Module Name: pkgsrc Committed By: wiz Date: Sat May 28 08:02:26 UTC 2016 Modified Files: pkgsrc/lang/php70: distinfo Added Files: pkgsrc/lang/php70/patches: patch-sapi_cli_Makefile.frag Log Message: Mark php binary with paxctl +m because of JIT code. Needed on NetBSD-current with PaX MPROTECT. --- Module Name: pkgsrc Committed By: wiz Date: Sat May 28 08:13:15 UTC 2016 Modified Files: pkgsrc/lang/php70: distinfo pkgsrc/lang/php70/patches: patch-sapi_cli_Makefile.frag Log Message: Add upstream bug report URL. To generate a diff of this commit: cvs rdiff -u -r1.131.2.5 -r1.131.2.6 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.8.2.1 -r1.8.2.2 pkgsrc/lang/php70/distinfo cvs rdiff -u -r0 -r1.2.2.2 \ pkgsrc/lang/php70/patches/patch-sapi_cli_Makefile.frag Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.