Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE93184EE2 for ; Fri, 10 Nov 2023 15:45:42 +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 hCg25iEFYlwn for ; Fri, 10 Nov 2023 15:45:42 +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 20A1084D17 for ; Fri, 10 Nov 2023 15:45:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E0B3FA2F; Fri, 10 Nov 2023 15:45:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169963114271970" MIME-Version: 1.0 Date: Fri, 10 Nov 2023 15:45:42 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20231110154542.1E0B3FA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169963114271970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri Nov 10 15:45:41 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Mention Go updates To generate a diff of this commit: cvs rdiff -u -r1.6824 -r1.6825 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169963114271970 Content-Disposition: inline Content-Length: 750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6824 pkgsrc/doc/CHANGES-2023:1.6825 --- pkgsrc/doc/CHANGES-2023:1.6824 Fri Nov 10 14:58:45 2023 +++ pkgsrc/doc/CHANGES-2023 Fri Nov 10 15:45:41 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6824 2023/11/10 14:58:45 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6825 2023/11/10 15:45:41 bsiegert Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9863,3 +9863,5 @@ Changes to the packages collection and i Removed multimedia/gmencoder [wiz 2023-11-10] Removed ham/gmfsk [wiz 2023-11-10] Removed mail/mail-notification [wiz 2023-11-10] + Updated lang/go120 to 1.20.11 [bsiegert 2023-11-10] + Updated lang/go121 to 1.21.4 [bsiegert 2023-11-10] --_----------=_169963114271970--