Received: by mail.netbsd.org (Postfix, from userid 605) id 975FA84E20; Fri, 25 Oct 2019 11:10:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E56684DFF for ; Fri, 25 Oct 2019 11:10:22 +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 u8z1G2R-x996 for ; Fri, 25 Oct 2019 11:10:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4F49284D21 for ; Fri, 25 Oct 2019 11:10:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49615FA89; Fri, 25 Oct 2019 11:10:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157200182161060" MIME-Version: 1.0 Date: Fri, 25 Oct 2019 11:10:21 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2019Q3] pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20191025111021.49615FA89@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. --_----------=_157200182161060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri Oct 25 11:10:21 UTC 2019 Modified Files: pkgsrc/lang/php [pkgsrc-2019Q3]: phpversion.mk pkgsrc/lang/php72 [pkgsrc-2019Q3]: Makefile Makefile.php distinfo Log Message: Pullup ticket #6075 - requested by taca lang/php72: security fix Revisions pulled up: - lang/php/phpversion.mk 1.269,1.271 - lang/php72/Makefile 1.21 - lang/php72/Makefile.php 1.13 - lang/php72/distinfo 1.45-1.46 --- Module Name: pkgsrc Committed By: taca Date: Wed Oct 2 14:05:22 UTC 2019 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php72: Makefile Makefile.php distinfo Log Message: lang/php72: update to 7.2.23 Update lang/php72 to 7.2.23. pkgsrc changes * Clean two pkglint's warnings. 26 Sep 2019, PHP 7.2.23 - Core: . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab) . Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child). (Nikita) - FastCGI: . Fixed bug #78469 (FastCGI on_accept hook is not called when using named pipes on Windows). (Sergei Turchanov) - 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) - SPL: . Fixed bug #72884 (SplObject isCloneable() returns true but errs on clone). (Chu Zhaowei) --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 25 02:51:18 UTC 2019 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php72: distinfo Log Message: lang/php72: update to 7.2.24 Update php72 to 7.2.24. 24 Oct 2019, PHP 7.2.24 - Core: . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool). (bugreportuser) . Fixed bug #78620 (Out of memory error). (cmb, Nikita) - Exif: . Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7) (Kalle) - FPM: . Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043) (Jakub Zelenka) - MBString: . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency). (cmb) . Fixed bug #78609 (mb_check_encoding() no longer supports stringable objects). (cmb) - MySQLi: . Fixed bug #76809 (SSL settings aren't respected when persistent connections are used). (fabiomsouto) - PDO_MySQL: . Fixed bug #78623 (Regression caused by "SP call yields additional empty result set"). (cmb) - Session: . Fixed bug #78624 (session_gc return value for user defined session handlers). (bshaffer) - Standard: . Fixed bug #76342 (file_get_contents waits twice specified timeout). (Thomas Calvet) . Fixed bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter). (Nikita) . Fixed bug #76859 (stream_get_line skips data if used with data-generating filter). (kkopachev) - Zip: . Fixed bug #78641 (addGlob can modify given remove_path value). (cmb) To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.268.2.1 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.20 -r1.20.2.1 pkgsrc/lang/php72/Makefile cvs rdiff -u -r1.12 -r1.12.8.1 pkgsrc/lang/php72/Makefile.php cvs rdiff -u -r1.44 -r1.44.2.1 pkgsrc/lang/php72/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157200182161060 Content-Disposition: inline Content-Length: 3376 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.268 pkgsrc/lang/php/phpversion.mk:1.268.2.1 --- pkgsrc/lang/php/phpversion.mk:1.268 Sun Sep 1 13:04:13 2019 +++ pkgsrc/lang/php/phpversion.mk Fri Oct 25 11:10:20 2019 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.268 2019/09/01 13:04:13 taca Exp $ +# $NetBSD: phpversion.mk,v 1.268.2.1 2019/10/25 11:10:20 bsiegert 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.40 PHP71_VERSION= 7.1.32 -PHP72_VERSION= 7.2.22 +PHP72_VERSION= 7.2.24 PHP73_VERSION= 7.3.9 # Define initial release of major version. Index: pkgsrc/lang/php72/Makefile diff -u pkgsrc/lang/php72/Makefile:1.20 pkgsrc/lang/php72/Makefile:1.20.2.1 --- pkgsrc/lang/php72/Makefile:1.20 Wed Jul 3 07:30:50 2019 +++ pkgsrc/lang/php72/Makefile Fri Oct 25 11:10:21 2019 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2019/07/03 07:30:50 nia Exp $ +# $NetBSD: Makefile,v 1.20.2.1 2019/10/25 11:10:21 bsiegert 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.2 LICENSE= php Index: pkgsrc/lang/php72/Makefile.php diff -u pkgsrc/lang/php72/Makefile.php:1.12 pkgsrc/lang/php72/Makefile.php:1.12.8.1 --- pkgsrc/lang/php72/Makefile.php:1.12 Wed Dec 12 15:44:43 2018 +++ pkgsrc/lang/php72/Makefile.php Fri Oct 25 11:10:21 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.12 2018/12/12 15:44:43 taca Exp $ +# $NetBSD: Makefile.php,v 1.12.8.1 2019/10/25 11:10:21 bsiegert Exp $ # used by lang/php72/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/php72/distinfo diff -u pkgsrc/lang/php72/distinfo:1.44 pkgsrc/lang/php72/distinfo:1.44.2.1 --- pkgsrc/lang/php72/distinfo:1.44 Sun Sep 1 13:02:05 2019 +++ pkgsrc/lang/php72/distinfo Fri Oct 25 11:10:21 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.44 2019/09/01 13:02:05 taca Exp $ +$NetBSD: distinfo,v 1.44.2.1 2019/10/25 11:10:21 bsiegert Exp $ -SHA1 (php-7.2.22.tar.bz2) = 6763a52d0b72b171aa134a4c6a6942d350689ee3 -RMD160 (php-7.2.22.tar.bz2) = fedb26056aca4a935170bf70185ab05601e5f142 -SHA512 (php-7.2.22.tar.bz2) = edb8d47e94f68eea26cce06c679cbf9570a5863f3c2528df0aebc99552fef66c46bc4c8315d36869c246c3d46e724f381e02c57bcd050c7161c6b713f6ff19ec -Size (php-7.2.22.tar.bz2) = 15230705 bytes +SHA1 (php-7.2.24.tar.bz2) = 2387bb52aff153ce018fea7120631aa4e5fe04ce +RMD160 (php-7.2.24.tar.bz2) = 4aecf28d48b1b9b02c42d09ca9acb3002551429c +SHA512 (php-7.2.24.tar.bz2) = 78844524124ce406f941f82909594d7cfda3b26fbf3283ecbace0138155a271b79589b44a7560897d6a3104fe12ac5554acabf5759824fb0c1813ac66b841d54 +Size (php-7.2.24.tar.bz2) = 15236739 bytes SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 --_----------=_157200182161060--