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 408E07A21A for ; Sat, 8 Oct 2016 09:16:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AFA2985E8D; Sat, 8 Oct 2016 09:16:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 415B684CED for ; Sat, 8 Oct 2016 09:16:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id kJTRJCpeb-tr for ; Sat, 8 Oct 2016 09:16:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 86B6585E00 for ; Sat, 8 Oct 2016 09:16:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81D0CFBD2; Sat, 8 Oct 2016 09:16:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475918169128240" MIME-Version: 1.0 Date: Sat, 8 Oct 2016 09:16:09 +0000 From: "Jaromir Dolecek" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: jdolecek@netbsd.org X-Mailer: log_accum Message-Id: <20161008091609.81D0CFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1475918169128240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jdolecek Date: Sat Oct 8 09:16:09 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php71: distinfo pkgsrc/lang/php71/patches: patch-ext_pcre_pcrelib_config.h Log Message: Update php71 to 7.1.0RC3 Changes: - Core: . Fixed bug #73156 (segfault on undefined function). (Dmitry) . Fixed bug #73163 (PHP hangs if error handler throws while accessing undef const in default value). (Nikita) . Fixed bug #73172 (parse error: Invalid numeric literal). (Nikita, Anatol) . Fixed bug #73181 (parse_str() without a second argument leads to crash). (Nikita) - COM: . Fixed bug #73126 (Cannot pass parameter 1 by reference). (Anatol) . Fixed bug #69579 (Invalid free in extension trait). (John Boehr) - GD: . Fixed bug #50194 (imagettftext broken on transparent background w/o alphablending). (cmb) . Fixed bug #73003 (Integer Overflow in gdImageWebpCtx of gd_webp.c). (trylab, cmb) . Fixed bug #53504 (imagettfbbox gives incorrect values for bounding box). (Mark Plomer, cmb) . Fixed bug #73157 (imagegd2() ignores 3rd param if 4 are given). (cmb) . Fixed bug #73155 (imagegd2() writes wrong chunk sizes on boundaries). (cmb) . Fixed bug #73159 (imagegd2(): unrecognized formats may result in corrupted files). (cmb) . Fixed bug #73161 (imagecreatefromgd2() may leak memory). (cmb) - JSON: . Fixed bug #73113 (Segfault with throwing JsonSerializable). (julien) - PCRE: . Fixed bug #73121 (Bundled PCRE doesn't compile because JIT isn't supported on s390). (Anatol) - PDO_DBlib: . Fixed bug #72414 (Never quote values as raw binary data). (Adam Baratz) . Allow \PDO::setAttribute() to set query timeouts. (Adam Baratz) . Handle SQLDECIMAL/SQLNUMERIC types, which are used by later TDS versions. (Adam Baratz) . Add common PDO test suite. (Adam Baratz) . Free error and message strings when cleaning up PDO instances. (Adam Baratz) . Fixed bug #67130 (\PDOStatement::nextRowset() should succeed when all rows in current rowset haven't been fetched). (Peter LeBrun) . Ignore potentially misleading dberr values. (Chris Kings-Lynne) - phpdbg: . Added generator command for inspection of currently alive generators. (Bob) - Reflection . Undo backwards compatiblity break in ReflectionType->__toString() and deprecate via documentation instead. (Nikita) - Session: . Fixed bug #73100 (session_destroy null dereference in ps_files_path_create). (cmb) To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/php71/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475918169128240 Content-Disposition: inline Content-Length: 4006 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php/phpversion.mk diff -u pkgsrc/lang/php/phpversion.mk:1.158 pkgsrc/lang/php/phpversion.mk:1.159 --- pkgsrc/lang/php/phpversion.mk:1.158 Sat Sep 17 08:36:50 2016 +++ pkgsrc/lang/php/phpversion.mk Sat Oct 8 09:16:09 2016 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.158 2016/09/17 08:36:50 taca Exp $ +# $NetBSD: phpversion.mk,v 1.159 2016/10/08 09:16:09 jdolecek 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 @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.26 PHP70_VERSION= 7.0.11 -PHP71_VERSION= 7.1.0RC2 +PHP71_VERSION= 7.1.0RC3 # Define initial release of major version. PHP56_RELDATE= 20140828 Index: pkgsrc/lang/php71/distinfo diff -u pkgsrc/lang/php71/distinfo:1.6 pkgsrc/lang/php71/distinfo:1.7 --- pkgsrc/lang/php71/distinfo:1.6 Sat Sep 17 07:59:59 2016 +++ pkgsrc/lang/php71/distinfo Sat Oct 8 09:16:09 2016 @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.6 2016/09/17 07:59:59 taca Exp $ +$NetBSD: distinfo,v 1.7 2016/10/08 09:16:09 jdolecek Exp $ -SHA1 (php-7.1.0RC2.tar.bz2) = 11a469d6e5cd7467ccde9eafa7da5f18958d3f58 -RMD160 (php-7.1.0RC2.tar.bz2) = 2e3f8615a74f7cd288e5bc98c8f8f3583ad69004 -SHA512 (php-7.1.0RC2.tar.bz2) = 8ac3246c9d2816c54eb4c4f75f548e4446f3ff9c76ef2688b47ad6c985e59bfa316415fb9607d9dd2562c7ec199ee5711e99c79dad43b263b2959375f996eb1b -Size (php-7.1.0RC2.tar.bz2) = 15550341 bytes +SHA1 (php-7.1.0RC3.tar.bz2) = e12ba1e7adaba8f69e60b89277c7d0f9d858762e +RMD160 (php-7.1.0RC3.tar.bz2) = 903a92ae604d0c6c531cb335dcf87acfff47004b +SHA512 (php-7.1.0RC3.tar.bz2) = 63b06efbe28577760127db42101a16a5bcb7ce0a5be05777749f514e7c8487dbdfc44f3e10ea2e31e9de8a7c8c7506b93d99f4155f2a2a757808e9987213c74f +Size (php-7.1.0RC3.tar.bz2) = 15595095 bytes SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f SHA1 (patch-ext_imap_config.m4) = f4e10ab81697b72019313f63bc630627a08efd92 -SHA1 (patch-ext_pcre_pcrelib_config.h) = 0cb05c3b3bfafd8119cf43162c0f4db7f5b37ba8 +SHA1 (patch-ext_pcre_pcrelib_config.h) = c5fba95856628f68639fe63feeef04a5f83d3916 SHA1 (patch-ext_pdo__mysql_config.m4) = b1ef91be5a729040197e9af50da0f5fd1f6c90a8 SHA1 (patch-ext_pdo_config.m4) = 522281775cc0e70a135b1f813158988ef1f3e244 SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426 Index: pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h diff -u pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h:1.1 pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h:1.2 --- pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h:1.1 Thu Aug 4 14:09:03 2016 +++ pkgsrc/lang/php71/patches/patch-ext_pcre_pcrelib_config.h Sat Oct 8 09:16:09 2016 @@ -1,11 +1,11 @@ -$NetBSD: patch-ext_pcre_pcrelib_config.h,v 1.1 2016/08/04 14:09:03 jdolecek Exp $ +$NetBSD: patch-ext_pcre_pcrelib_config.h,v 1.2 2016/10/08 09:16:09 jdolecek Exp $ ---- ext/pcre/pcrelib/config.h.orig 2016-02-02 16:32:32.000000000 +0000 +--- ext/pcre/pcrelib/config.h.orig 2016-09-29 02:15:39.000000000 +0000 +++ ext/pcre/pcrelib/config.h -@@ -397,7 +397,20 @@ them both to 0; an emulation function wi - #undef SUPPORT_GCOV +@@ -400,8 +400,21 @@ them both to 0; an emulation function wi /* Define to any value to enable support for Just-In-Time compiling. */ + #if HAVE_PCRE_JIT_SUPPORT -#define SUPPORT_JIT +#if defined(__i386__) || defined(__i386) \ +|| defined(__x86_64__) \ @@ -19,8 +19,9 @@ $NetBSD: patch-ext_pcre_pcrelib_config.h +|| defined(__mips64) \ +|| defined(__sparc__) || defined(__sparc) \ +|| defined(__tilegx__) -+ #define SUPPORT_JIT -+#endif ++ #define SUPPORT_JIT + #endif ++#endif /* HAVE_PCRE_JIT_SUPPORT */ /* Define to any value to allow pcregrep to be linked with libbz2, so that it is able to handle .bz2 files. */ --_----------=_1475918169128240--