Received: by mail.netbsd.org (Postfix, from userid 605) id 7898984EC0; Fri, 1 Mar 2024 03:32:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709263976; bh=VpMHCEhLx5oHeFmscLdctrDprrXnlB7LboPUKgvS1kc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=dx3i/UvKzKDswOFdmi8afjcbDCa+NFv9W1qTOclYtvkWbitpY//fAQaMdZtOtEtTY kNMf8NWQRr6VaXNLhpcMqxNIl+AIF34fXzybvOV13JBKlmVoscNl6D6FglrBd4nC23 SU+IJ9t4+vwfB8VylKy9IfOBvqoIcHtak9x/D+qU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C24B84D31 for ; Fri, 1 Mar 2024 03:32:55 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id m5kao4RR1jVj for ; Fri, 1 Mar 2024 03:32:55 +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 C161F84D0E for ; Fri, 1 Mar 2024 03:32:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709263975; bh=VpMHCEhLx5oHeFmscLdctrDprrXnlB7LboPUKgvS1kc=; h=Date:From:Subject:To:Reply-To; b=l7dbE9wx+/0JC47LnMA89fgXAi417u1VIVE6G6rl4CYvB36jssuaQy4WvviZu+pt2 pFGsUvmt8L5ZAkIwidUmxDBHwwlVvkcyUALb1eWl/gUN0f7O+DDISYaSzuPHRBFrX3 rV7OEapw/CbqoHbgx2eHrwuUnR5T6YhNVEuZeru0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2043FA27; Fri, 1 Mar 2024 03:32:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709263974155160" MIME-Version: 1.0 Date: Fri, 1 Mar 2024 03:32:54 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20240301033254.B2043FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709263974155160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Fri Mar 1 03:32:54 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added net/opentofu version 1.6.2 To generate a diff of this commit: cvs rdiff -u -r1.1597 -r1.1598 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709263974155160 Content-Disposition: inline Content-Length: 739 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.1597 pkgsrc/doc/CHANGES-2024:1.1598 --- pkgsrc/doc/CHANGES-2024:1.1597 Thu Feb 29 22:14:15 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Mar 1 03:32:54 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1597 2024/02/29 22:14:15 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1598 2024/03/01 03:32:54 riastradh Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2819,3 +2819,4 @@ Changes to the packages collection and i Updated security/py-pip-audit to 2.7.2 [adam 2024-02-29] Updated shells/oh-my-posh to 19.11.7 [pin 2024-02-29] Updated security/sequoia-sq to 0.34.0 [pin 2024-02-29] + Added net/opentofu version 1.6.2 [riastradh 2024-03-01] --_----------=_1709263974155160--