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 3C22C7A275 for ; Thu, 13 Apr 2017 14:19:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DE6B884DAD; Thu, 13 Apr 2017 14:19:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E81484D82 for ; Thu, 13 Apr 2017 14:19:20 +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 WQDZM5wk8LrC for ; Thu, 13 Apr 2017 14:19:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CFAF684CDC for ; Thu, 13 Apr 2017 14:19:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C617DFBE4; Thu, 13 Apr 2017 14:19:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492093159228760" MIME-Version: 1.0 Date: Thu, 13 Apr 2017 14:19:19 +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: <20170413141919.C617DFBE4@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. --_----------=_1492093159228760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Apr 13 14:19:19 UTC 2017 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php70: Makefile distinfo Removed Files: pkgsrc/lang/php70/patches: patch-main_php__config.h.in Log Message: Update php70 to 7.0.18. 13 Apr 2017 PHP 7.0.18 - Core: . Fixed bug #73370 (falsely exits with "Out of Memory" when using USE_ZEND_ALLOC=0). (Nikita) . Fixed bug #73960 (Leak with instance method calling static method with referenced return). (Nikita) . Fixed bug #74265 (Build problems after 7.0.17 release: undefined reference to `isfinite'). (Nikita) . Fixed bug #74302 (yield fromLABEL is over-greedy). (Sara) - Apache: . Reverted patch for bug #61471, fixes bug #74318. (Anatol) - Date: . Fixed bug #72096 (Swatch time value incorrect for dates before 1970). (mcq8) - DOM: . Fixed bug #74004 (LIBXML_NOWARNING flag ingnored on loadHTML*). (somedaysummer) - iconv: . Fixed bug #74230 (iconv fails to fail on surrogates). (Anatol) - OpenSSL: . Fixed bug #72333 (fwrite() on non-blocking SSL sockets doesn't work). (Jakub Zelenka) - PDO MySQL: . Fixed bug #71003 (Expose MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to PDO interface). (Thomas Orozco) - Streams: . Fixed bug #74216 (Correctly fail on invalid IP address ports). (Sara) - Zlib: . Fixed bug #74240 (deflate_add can allocate too much memory). (Matt Bonneau) To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/php70/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/php70/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/lang/php70/patches/patch-main_php__config.h.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492093159228760 Content-Disposition: inline Content-Length: 2535 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.175 pkgsrc/lang/php/phpversion.mk:1.176 --- pkgsrc/lang/php/phpversion.mk:1.175 Fri Mar 17 15:35:13 2017 +++ pkgsrc/lang/php/phpversion.mk Thu Apr 13 14:19:19 2017 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.175 2017/03/17 15:35:13 taca Exp $ +# $NetBSD: phpversion.mk,v 1.176 2017/04/13 14:19:19 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.30 -PHP70_VERSION= 7.0.17 +PHP70_VERSION= 7.0.18 PHP71_VERSION= 7.1.3 # Define initial release of major version. Index: pkgsrc/lang/php70/Makefile diff -u pkgsrc/lang/php70/Makefile:1.6 pkgsrc/lang/php70/Makefile:1.7 --- pkgsrc/lang/php70/Makefile:1.6 Wed Apr 5 12:28:59 2017 +++ pkgsrc/lang/php70/Makefile Thu Apr 13 14:19:19 2017 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2017/04/05 12:28:59 fhajny Exp $ +# $NetBSD: Makefile,v 1.7 2017/04/13 14:19:19 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION} -PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ Index: pkgsrc/lang/php70/distinfo diff -u pkgsrc/lang/php70/distinfo:1.31 pkgsrc/lang/php70/distinfo:1.32 --- pkgsrc/lang/php70/distinfo:1.31 Wed Apr 5 12:28:59 2017 +++ pkgsrc/lang/php70/distinfo Thu Apr 13 14:19:19 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.31 2017/04/05 12:28:59 fhajny Exp $ +$NetBSD: distinfo,v 1.32 2017/04/13 14:19:19 taca Exp $ -SHA1 (php-7.0.17.tar.bz2) = 6c20436c50fdf342891f836f2864a43fdbe0bf71 -RMD160 (php-7.0.17.tar.bz2) = 2f4dd83e4d4253aaad45fa5f28cd973815382edb -SHA512 (php-7.0.17.tar.bz2) = a50e53915cb4af59d90cf5a754f74bc307bf0de7904297eb8364d85418399203b6f81ddff23e4c68d36bfe8c4ce8ae1d511ec3cad21872c5113acc0f494b43d7 -Size (php-7.0.17.tar.bz2) = 15326542 bytes +SHA1 (php-7.0.18.tar.bz2) = b1959c8134f6bb241799d8eb840a2b892108c72a +RMD160 (php-7.0.18.tar.bz2) = 54e2d897642d51976d24abf7c862b7ec6165fa05 +SHA512 (php-7.0.18.tar.bz2) = eccd9d68578373bb27aeb2d3b6d1a202e428bd622daaa069e1d526a81f2a406bf9d1852d73fbf9dc7a4488f514ab50f4a6c87ee6b4ac172c6f2b7f214b1dea56 +Size (php-7.0.18.tar.bz2) = 15328539 bytes SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76 --_----------=_1492093159228760--