Received: by mail.netbsd.org (Postfix, from userid 605) id 3663984E63; Mon, 4 Mar 2024 18:49:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709578176; bh=R0OoMLjxKLvZW+7f4I2F/1xZUVI/Xs/qjASKa0akpX8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=1VQJQgpEhihglEeCgkNHs1XrokciED77pF0FnvCncDt8OnW3hVmRGPfGAfg/ayUpe vWJiDk7Yt3aztNqMJHj/UEC2MGfSUf7eZhYVu3dXkwVPnUFHltN6M6G2cli6FxuGyd XHo2/VTPCYohwzLcPbRlbb0VMkGPJm9Jqng7Ndf4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2749F84D08 for ; Mon, 4 Mar 2024 18:49:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 qfzYu4iD80La for ; Mon, 4 Mar 2024 18:49:34 +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 7B20E84CEA for ; Mon, 4 Mar 2024 18:49:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709578174; bh=R0OoMLjxKLvZW+7f4I2F/1xZUVI/Xs/qjASKa0akpX8=; h=Date:From:Subject:To:Reply-To; b=IH3SDYRcddJFkGZmUtoTpNxQ/94M1gGD07VTsJSpcowXkLa9njoSGbIOSNrjf4dyJ fTCkdUfnvUmq3QIweffDviTaj80FrOAoi2zKLVZ5YIWXUJ3OUw/yZS7zhagnH9JccX 0nfsDL7xJNtCWGLebeqH8Smq7OsnsMsqsDJilIe8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71A79FA29; Mon, 4 Mar 2024 18:49:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709578174257140" MIME-Version: 1.0 Date: Mon, 4 Mar 2024 18:49:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240304184934.71A79FA29@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709578174257140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Mar 4 18:49:34 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated emulators/qemu, security/py-cyclonedx-python-lib To generate a diff of this commit: cvs rdiff -u -r1.1705 -r1.1706 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709578174257140 Content-Disposition: inline Content-Length: 808 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.1705 pkgsrc/doc/CHANGES-2024:1.1706 --- pkgsrc/doc/CHANGES-2024:1.1705 Mon Mar 4 18:24:45 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Mar 4 18:49:34 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1705 2024/03/04 18:24:45 bsiegert Exp $ +$NetBSD: CHANGES-2024,v 1.1706 2024/03/04 18:49:34 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2944,3 +2944,5 @@ Changes to the packages collection and i Updated devel/go-tools to 0.18.0 [bsiegert 2024-03-04] Updated textproc/hfstospell to 0.5.4 [bsiegert 2024-03-04] Updated devel/govulncheck to 1.0.4 [bsiegert 2024-03-04] + Updated emulators/qemu to 8.2.2 [adam 2024-03-04] + Updated security/py-cyclonedx-python-lib to 6.4.3 [adam 2024-03-04] --_----------=_1709578174257140--