Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8C2C71A9239 for ; Fri, 19 Nov 2021 14:27:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C1D3C84D6F; Fri, 19 Nov 2021 14:27:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0570784D6B for ; Fri, 19 Nov 2021 14:27:57 +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 edsMqhgdTbVg for ; Fri, 19 Nov 2021 14:27:56 +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 73F5684CE2 for ; Fri, 19 Nov 2021 14:27:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7160DFAEC; Fri, 19 Nov 2021 14:27:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16373320762420" MIME-Version: 1.0 Date: Fri, 19 Nov 2021 14:27:56 +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: <20211119142756.7160DFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16373320762420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Nov 19 14:27:56 UTC 2021 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php73: distinfo Log Message: lang/php73: update to 7.3.33 This release contains security fix. 18 Nov 2021, PHP 7.3.33 - XML: . Fix #79971: special character is breaking the path in xml function. (CVE-2021-21707) (cmb) To generate a diff of this commit: cvs rdiff -u -r1.345 -r1.346 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/php73/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16373320762420 Content-Disposition: inline Content-Length: 1906 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.345 pkgsrc/lang/php/phpversion.mk:1.346 --- pkgsrc/lang/php/phpversion.mk:1.345 Fri Nov 19 14:26:28 2021 +++ pkgsrc/lang/php/phpversion.mk Fri Nov 19 14:27:56 2021 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.345 2021/11/19 14:26:28 taca Exp $ +# $NetBSD: phpversion.mk,v 1.346 2021/11/19 14:27:56 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 -PHP73_VERSION= 7.3.32 +PHP73_VERSION= 7.3.33 PHP74_VERSION= 7.4.26 PHP80_VERSION= 8.0.12 Index: pkgsrc/lang/php73/distinfo diff -u pkgsrc/lang/php73/distinfo:1.40 pkgsrc/lang/php73/distinfo:1.41 --- pkgsrc/lang/php73/distinfo:1.40 Sat Oct 30 07:45:42 2021 +++ pkgsrc/lang/php73/distinfo Fri Nov 19 14:27:56 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.40 2021/10/30 07:45:42 taca Exp $ +$NetBSD: distinfo,v 1.41 2021/11/19 14:27:56 taca Exp $ -BLAKE2s (php-7.3.32.tar.xz) = 2a397d0c07010f4021236823435028d1efb1b0dcb2f98216af7e88a642903f51 -SHA512 (php-7.3.32.tar.xz) = afed20a90aa7d207f9b409fb2066789a637b24d6c6874fc5733bbe6e9972616b387669ce40cba16b606893d88572f398e34aff7a36626308e3ede312f09fcc56 -Size (php-7.3.32.tar.xz) = 12142436 bytes +BLAKE2s (php-7.3.33.tar.xz) = 70274d12e2c97a29a17782f4ae630b50b804de3d5018fc2f3efcf7a6ea366628 +SHA512 (php-7.3.33.tar.xz) = b05edb3e87775c0b2d7bd5990e47751279076e6ef2356f59dc917f4a1447d95894f596cd8de711f03278650ff74ff9f2687ed96cec69d2d669a6af563a455e25 +Size (php-7.3.33.tar.xz) = 12143820 bytes SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 --_----------=_16373320762420--