Received: by mail.netbsd.org (Postfix, from userid 605) id B9B1284D7C; Sun, 1 Oct 2017 15:48:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4419884D28 for ; Sun, 1 Oct 2017 15:48:18 +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 LtE6Rd7LZHjn for ; Sun, 1 Oct 2017 15:48:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B093E84CFB for ; Sun, 1 Oct 2017 15:48:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A801EFBC7; Sun, 1 Oct 2017 15:48:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506872897155580" MIME-Version: 1.0 Date: Sun, 1 Oct 2017 15:48:17 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20171001154817.A801EFBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1506872897155580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sun Oct 1 15:48:17 UTC 2017 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php70: distinfo Log Message: lang/php70: update to 7.0.24. 28 Sep 2017 PHP 7.0.24 - Core: . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr) - BCMath: . Fixed bug #44995 (bcpowmod() fails if scale != 0). (cmb) . Fixed bug #46781 (BC math handles minus zero incorrectly). (cmb) . Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1). (okano1220, cmb) . Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus). (cmb) - CLI server: . Fixed bug #70470 (Built-in server truncates headers spanning over TCP packets). (bouk) - CURL: . Fixed bug #75093 (OpenSSL support not detected). (Remi) - GD: . Fixed bug #75124 (gdImageGrayScale() may produce colors). (cmb) . Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?). (cmb) - Gettext: . Fixed bug #73730 (textdomain(null) throws in strict mode). (cmb) - Intl: . Fixed bug #75090 (IntlGregorianCalendar doesn't have constants from parent class). (tpunt) . Fixed bug #75193 (segfault in collator_convert_object_to_string). (Remi) - PDO_OCI: . Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PHP-FPM sets it up). (Ingmar Runge) - SPL: . Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach loop). (jhdxr) - Standard: . Fixed bug #75097 (gethostname fails if your host name is 64 chars long). (Andrea) To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/php70/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506872897155580 Content-Disposition: inline Content-Length: 2016 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.188 pkgsrc/lang/php/phpversion.mk:1.189 --- pkgsrc/lang/php/phpversion.mk:1.188 Fri Sep 1 10:50:38 2017 +++ pkgsrc/lang/php/phpversion.mk Sun Oct 1 15:48:17 2017 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.188 2017/09/01 10:50:38 taca Exp $ +# $NetBSD: phpversion.mk,v 1.189 2017/10/01 15:48:17 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 @@ -88,7 +88,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.31 -PHP70_VERSION= 7.0.23 +PHP70_VERSION= 7.0.24 PHP71_VERSION= 7.1.9 # Define initial release of major version. Index: pkgsrc/lang/php70/distinfo diff -u pkgsrc/lang/php70/distinfo:1.37 pkgsrc/lang/php70/distinfo:1.38 --- pkgsrc/lang/php70/distinfo:1.37 Fri Sep 1 10:49:14 2017 +++ pkgsrc/lang/php70/distinfo Sun Oct 1 15:48:17 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.37 2017/09/01 10:49:14 taca Exp $ +$NetBSD: distinfo,v 1.38 2017/10/01 15:48:17 taca Exp $ -SHA1 (php-7.0.23.tar.bz2) = 46933bbb7e098bd7baa3f6c9f47f203215a1dd26 -RMD160 (php-7.0.23.tar.bz2) = 21854136e63919de111166326559a9fe737c2943 -SHA512 (php-7.0.23.tar.bz2) = 3f2448696ac4dec83f8439e0739b964c430530f3f9319c4f9752a79524a338ea3ac74572227184c4b61fc7583822d12c6581e2b7c8ef9a0ddbd2bb6a4f3bbd53 -Size (php-7.0.23.tar.bz2) = 14630426 bytes +SHA1 (php-7.0.24.tar.bz2) = 696882f1ff78ce28d871db65709707432781ffb2 +RMD160 (php-7.0.24.tar.bz2) = 371b72252b55da03c226fd6ddbd15771204d3825 +SHA512 (php-7.0.24.tar.bz2) = ccf40e3b038db3694bd2ea525cffcb1f744a98458d206d33dd588ab1192a6e9a40ad7b142c24173c6922de921b4cdcd8055568140f004a6f2c2576b691722826 +Size (php-7.0.24.tar.bz2) = 14632741 bytes SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76 --_----------=_1506872897155580--