Received: by mail.netbsd.org (Postfix, from userid 605) id 8CEDF84EC2; Mon, 3 Oct 2022 15:33:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEBAA84EBD for ; Mon, 3 Oct 2022 15:33:40 +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 P5tG2E2abh8R for ; Mon, 3 Oct 2022 15:33:40 +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 1A62584D5F for ; Mon, 3 Oct 2022 15:33:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 174DBFA90; Mon, 3 Oct 2022 15:33:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166481122045480" MIME-Version: 1.0 Date: Mon, 3 Oct 2022 15:33:40 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2022Q3] pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20221003153340.174DBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166481122045480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Oct 3 15:33:40 UTC 2022 Modified Files: pkgsrc/doc [pkgsrc-2022Q3]: CHANGES-pkgsrc-2022Q3 Log Message: The first batch of security fixes, up to #6678 I hereby declare this stable branch open :) To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 pkgsrc/doc/CHANGES-pkgsrc-2022Q3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166481122045480 Content-Disposition: inline Content-Length: 1019 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-pkgsrc-2022Q3 diff -u pkgsrc/doc/CHANGES-pkgsrc-2022Q3:1.1.2.1 pkgsrc/doc/CHANGES-pkgsrc-2022Q3:1.1.2.2 --- pkgsrc/doc/CHANGES-pkgsrc-2022Q3:1.1.2.1 Mon Sep 26 09:14:41 2022 +++ pkgsrc/doc/CHANGES-pkgsrc-2022Q3 Mon Oct 3 15:33:39 2022 @@ -1,4 +1,22 @@ -$NetBSD: CHANGES-pkgsrc-2022Q3,v 1.1.2.1 2022/09/26 09:14:41 wiz Exp $ +$NetBSD: CHANGES-pkgsrc-2022Q3,v 1.1.2.2 2022/10/03 15:33:39 bsiegert Exp $ - Changes to packages and infrastructure on the $BRANCH branch: + Changes to packages and infrastructure on the 2022Q3 branch: + +Pullup ticket #6673 - requested by thor +blas: build fix for BLAS_TYPE=openblas_pthread + +Pullup ticket #6674 - requested by taca +lang/nodejs14: security fix + +Pullup ticket #6675 - requested by taca +lang/php74: security fix + +Pullup ticket #6676 - requested by taca +lang/php81: security fix + +Pullup ticket #6677 - requested by taca +lang/php80: security fix + +Pullup ticket #6678 - requested by taca +lang/nodejs: security fix --_----------=_166481122045480--