Received: by mail.netbsd.org (Postfix, from userid 605) id D1AD784E28; Wed, 2 Oct 2019 14:08:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 591EC84DEC for ; Wed, 2 Oct 2019 14:08:06 +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 USVzgKu0c7Ay for ; Wed, 2 Oct 2019 14:08:05 +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 8D9CF84CD4 for ; Wed, 2 Oct 2019 14:08:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8058CFBF4; Wed, 2 Oct 2019 14:08:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15700252857860" MIME-Version: 1.0 Date: Wed, 2 Oct 2019 14:08:05 +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: <20191002140805.8058CFBF4@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. --_----------=_15700252857860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Oct 2 14:08:05 UTC 2019 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php73: Makefile Makefile.php distinfo Log Message: lang/php73: update to 7.3.10 Update lang/php73 to 7.3.10. pkgsrc changes * Clean two pkglint's warnings. 26 Sep 2019, PHP 7.3.10 - Core: . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab) . Fixed bug #77922 (Double release of doc comment on inherited shadow property). (Nikita) . Fixed bug #78441 (Parse error due to heredoc identifier followed by digit). (cmb) . Fixed bug #77812 (Interactive mode does not support PHP 7.3-style heredoc). (cmb, Nikita) - FastCGI: . Fixed bug #78469 (FastCGI on_accept hook is not called when using named pipes on Windows). (Sergei Turchanov) - FPM: . Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr notation). (Tsuyoshi Sadakata) - Intl: . Ensure IDNA2003 rules are used with idn_to_ascii() and idn_to_utf8() when requested. (Sara) - MBString: . Fixed bug #78559 (Heap buffer overflow in mb_eregi). (cmb) - MySQLnd: . Fixed connect_attr issues and added the _server_host connection attribute. (Qianqian Bu) - ODBC: . Fixed bug #78473 (odbc_close() closes arbitrary resources). (cmb) - PDO_MySQL: . Fixed bug #41997 (SP call yields additional empty result set). (cmb) - sodium: . Fixed bug #78510 (Partially uninitialized buffer returned by sodium_crypto_generichash_init()). (Frank Denis, cmb) To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/php73/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php73/Makefile.php cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/php73/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15700252857860 Content-Disposition: inline Content-Length: 3309 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.269 pkgsrc/lang/php/phpversion.mk:1.270 --- pkgsrc/lang/php/phpversion.mk:1.269 Wed Oct 2 14:05:22 2019 +++ pkgsrc/lang/php/phpversion.mk Wed Oct 2 14:08:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.269 2019/10/02 14:05:22 taca Exp $ +# $NetBSD: phpversion.mk,v 1.270 2019/10/02 14:08:05 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 @@ -90,7 +90,7 @@ PHPVERSION_MK= defined PHP56_VERSION= 5.6.40 PHP71_VERSION= 7.1.32 PHP72_VERSION= 7.2.23 -PHP73_VERSION= 7.3.9 +PHP73_VERSION= 7.3.10 # Define initial release of major version. PHP56_RELDATE= 20140828 Index: pkgsrc/lang/php73/Makefile diff -u pkgsrc/lang/php73/Makefile:1.5 pkgsrc/lang/php73/Makefile:1.6 --- pkgsrc/lang/php73/Makefile:1.5 Wed Jul 3 07:30:50 2019 +++ pkgsrc/lang/php73/Makefile Wed Oct 2 14:08:05 2019 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2019/07/03 07:30:50 nia Exp $ +# $NetBSD: Makefile,v 1.6 2019/10/02 14:08:05 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} -HOMEPAGE= https://www.php.net/ COMMENT= PHP Hypertext Preprocessor version 7.3 LICENSE= php Index: pkgsrc/lang/php73/Makefile.php diff -u pkgsrc/lang/php73/Makefile.php:1.1 pkgsrc/lang/php73/Makefile.php:1.2 --- pkgsrc/lang/php73/Makefile.php:1.1 Sat Dec 15 17:12:44 2018 +++ pkgsrc/lang/php73/Makefile.php Wed Oct 2 14:08:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.1 2018/12/15 17:12:44 taca Exp $ +# $NetBSD: Makefile.php,v 1.2 2019/10/02 14:08:05 taca Exp $ # used by lang/php73/Makefile # used by www/ap-php/Makefile # used by www/php-fpm/Makefile @@ -86,7 +86,6 @@ CONFIGURE_ARGS+= --enable-maintainer-zts .endif .if !empty(PKG_OPTIONS:Mreadline) -USE_GNU_READLINE= yes .include "../../devel/readline/buildlink3.mk" CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} .else Index: pkgsrc/lang/php73/distinfo diff -u pkgsrc/lang/php73/distinfo:1.11 pkgsrc/lang/php73/distinfo:1.12 --- pkgsrc/lang/php73/distinfo:1.11 Sun Sep 1 13:03:17 2019 +++ pkgsrc/lang/php73/distinfo Wed Oct 2 14:08:05 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.11 2019/09/01 13:03:17 taca Exp $ +$NetBSD: distinfo,v 1.12 2019/10/02 14:08:05 taca Exp $ -SHA1 (php-7.3.9.tar.bz2) = d8d75fee3bed961f26e1beb8144ebb064fdc2ca4 -RMD160 (php-7.3.9.tar.bz2) = 1dff6e84af9cad3d505aee87e562416f57b26d55 -SHA512 (php-7.3.9.tar.bz2) = a46beb28a91f7ee99f37215ddf5f65ab1743373ba98a703ed45615625ee6b4cbda1be8495901da54089f7cb285a6ac21773a29d32871e0a9540c43b57ea41b97 -Size (php-7.3.9.tar.bz2) = 14947152 bytes +SHA1 (php-7.3.10.tar.bz2) = 234d9e828362d4ab24efff82c1c666e8543701ac +RMD160 (php-7.3.10.tar.bz2) = bc6a3adf5ec52bcb46ecd45383174f873576530a +SHA512 (php-7.3.10.tar.bz2) = ce961f169e26791fbdaa7bc64de92a0b9d5dd2d7ff1dc5ae39e59882d75ae266b88243fe3ec0f43235a4dc6fde1b03ce8624ecc7c470f5579b745fc9c8b1276e +Size (php-7.3.10.tar.bz2) = 14975040 bytes SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b SHA1 (patch-disable-filter-url) = d7e450380b584e01e2f01e9c91c864d01991cdbf SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 --_----------=_15700252857860--