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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0639E1A9217 for ; Sun, 4 Oct 2020 03:14:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 98D3284DBF; Sun, 4 Oct 2020 03:14:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EDAE84DBD for ; Sun, 4 Oct 2020 03:14:54 +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 eRrxPHj9o2E2 for ; Sun, 4 Oct 2020 03:14:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 958E284DB9 for ; Sun, 4 Oct 2020 03:14:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91253FB28; Sun, 4 Oct 2020 03:14:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601781293199140" MIME-Version: 1.0 Date: Sun, 4 Oct 2020 03:14:53 +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: <20201004031453.91253FB28@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. --_----------=_1601781293199140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Oct 4 03:14:53 UTC 2020 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php72: distinfo Log Message: lang/php72: update to 7.2.34 Update php72 package to 7.2.34. 01 Oct 2020, PHP 7.2.34 - Core: . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-` cookies can be sent). (CVE-2020-7070) (Stas) - OpenSSL: . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV). (CVE-2020-7069) (Jakub Zelenka) To generate a diff of this commit: cvs rdiff -u -r1.310 -r1.311 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.57 -r1.58 pkgsrc/lang/php72/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601781293199140 Content-Disposition: inline Content-Length: 1994 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.310 pkgsrc/lang/php/phpversion.mk:1.311 --- pkgsrc/lang/php/phpversion.mk:1.310 Sun Oct 4 03:12:46 2020 +++ pkgsrc/lang/php/phpversion.mk Sun Oct 4 03:14:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.310 2020/10/04 03:12:46 taca Exp $ +# $NetBSD: phpversion.mk,v 1.311 2020/10/04 03:14:53 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.33 +PHP72_VERSION= 7.2.34 PHP73_VERSION= 7.3.23 PHP74_VERSION= 7.4.11 Index: pkgsrc/lang/php72/distinfo diff -u pkgsrc/lang/php72/distinfo:1.57 pkgsrc/lang/php72/distinfo:1.58 --- pkgsrc/lang/php72/distinfo:1.57 Sat Aug 8 13:32:57 2020 +++ pkgsrc/lang/php72/distinfo Sun Oct 4 03:14:53 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.57 2020/08/08 13:32:57 taca Exp $ +$NetBSD: distinfo,v 1.58 2020/10/04 03:14:53 taca Exp $ -SHA1 (php-7.2.33.tar.xz) = 5297d7594af3950f395b775bbf7470c8e6f89683 -RMD160 (php-7.2.33.tar.xz) = 83b1f02ef406228ef3a3d1b0371246843d84c26e -SHA512 (php-7.2.33.tar.xz) = 1c28e741fc6de88a33e1307bc88ba8dddf1ba767ce6eb9c1f0da35482c7d3ee1154831b997fa746340c4b7ec8de9196b21a9b1cf319c8e69eca2c92602ceee4a -Size (php-7.2.33.tar.xz) = 12310624 bytes +SHA1 (php-7.2.34.tar.xz) = 3dfe7bbed49e53f6ff76ca0b8c9162f78b1cc679 +RMD160 (php-7.2.34.tar.xz) = 52a993c201241e2dce521bad225f07330505b2cc +SHA512 (php-7.2.34.tar.xz) = 7ecc3de3b5db41ec4ff6a5ce6c7e77dc330753c6f3fd87db4d07d6bb763a0b047e83afeef2251b4c6a5d2ff53fd9f3d7e99d091ef2e2c6ab8f18db7447d8a97d +Size (php-7.2.34.tar.xz) = 12309432 bytes SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 --_----------=_1601781293199140--