Received: by mail.netbsd.org (Postfix, from userid 605) id 9D9D784DDD; Sat, 21 Dec 2019 07:02:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 262A084D40 for ; Sat, 21 Dec 2019 07:02:16 +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 Ot2pikrVRMXv for ; Sat, 21 Dec 2019 07:02:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 905D884C81 for ; Sat, 21 Dec 2019 07:02:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E40AFA97; Sat, 21 Dec 2019 07:02:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576911735243780" MIME-Version: 1.0 Date: Sat, 21 Dec 2019 07:02:15 +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: <20191221070215.8E40AFA97@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. --_----------=_1576911735243780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Dec 21 07:02:15 UTC 2019 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php72: distinfo Log Message: lang/php72: update to 7.2.26 Update php73 to 7.2.26, including security fixes. 19 Dec 2019, PHP 7.2.26 - Bcmath: . Fixed bug #78878 (Buffer underflow in bc_shift_addsub). (CVE-2019-11046). (cmb) - Core: . Fixed bug #78862 (link() silently truncates after a null byte on Windows). (CVE-2019-11044). (cmb) . Fixed bug #78863 (DirectoryIterator class silently truncates after a null byte). (CVE-2019-11045). (cmb) - EXIF: . Fixed bug #78793 (Use-after-free in exif parsing under memory sanitizer). (CVE-2019-11050). (Nikita) . Fixed bug #78910 (Heap-buffer-overflow READ in exif). (CVE-2019-11047). (Nikita) - GD: . Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). (cmb) - Intl: . Fixed bug #78804 (Segmentation fault in Locale::filterMatches). (Stas) - OPcache: . Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice). (Tyson Andre) - Standard: . Fixed bug #78759 (array_search in $GLOBALS). (Nikita) . Fixed bug #78833 (Integer overflow in pack causes out-of-bound access). (cmb) . Fixed bug #78814 (strip_tags allows / in tag name => whitelist bypass). (cmb) To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.49 -r1.50 pkgsrc/lang/php72/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576911735243780 Content-Disposition: inline Content-Length: 1993 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.282 pkgsrc/lang/php/phpversion.mk:1.283 --- pkgsrc/lang/php/phpversion.mk:1.282 Sat Dec 21 07:00:55 2019 +++ pkgsrc/lang/php/phpversion.mk Sat Dec 21 07:02:15 2019 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.282 2019/12/21 07:00:55 taca Exp $ +# $NetBSD: phpversion.mk,v 1.283 2019/12/21 07:02:15 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.40 -PHP72_VERSION= 7.2.25 +PHP72_VERSION= 7.2.26 PHP73_VERSION= 7.3.13 PHP74_VERSION= 7.4.1 Index: pkgsrc/lang/php72/distinfo diff -u pkgsrc/lang/php72/distinfo:1.49 pkgsrc/lang/php72/distinfo:1.50 --- pkgsrc/lang/php72/distinfo:1.49 Mon Dec 16 15:58:18 2019 +++ pkgsrc/lang/php72/distinfo Sat Dec 21 07:02:15 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.49 2019/12/16 15:58:18 taca Exp $ +$NetBSD: distinfo,v 1.50 2019/12/21 07:02:15 taca Exp $ -SHA1 (php-7.2.25.tar.xz) = 3ef98fe23aa61883e7d931f52822f9b7bc4cb3c7 -RMD160 (php-7.2.25.tar.xz) = 393022b9385e9e2ec399ddfd2f57a399dbfbd012 -SHA512 (php-7.2.25.tar.xz) = b803284ef3aac178646095200c4bb3635d6dcaffd967ea94960905cec9a76835f745606d45e383b917d7e6b118708bc05025728444a3123d3c09e06350cb277b -Size (php-7.2.25.tar.xz) = 12278980 bytes +SHA1 (php-7.2.26.tar.xz) = 900f24ee0d0851566a63f7ff2c59fcfa03e27aae +RMD160 (php-7.2.26.tar.xz) = d62f811f36bc146de8f0ddd68f41820f46a74b09 +SHA512 (php-7.2.26.tar.xz) = 457e3420120135e311a22cd11529d5a3efc5885af4f298196f403093141801619d4dcdb38d6a4a5f8d9dcfa619688d8fdf33fea4a30e2d885e987b739a268f12 +Size (php-7.2.26.tar.xz) = 12309176 bytes SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 --_----------=_1576911735243780--