Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SKtDNI42; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=YhiO+dyo Received: by mail.netbsd.org (Postfix, from userid 605) id B3BEA84D3F; Sat, 16 Mar 2024 17:18:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710609496; bh=RQCdto2SVdZrnr2jOLUcg6St9r9uyZlXKmA4cWANewk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=SKtDNI42jA0Fxb4FfVNMXaZpf7aRUP6ggVvcisSBZSEzto7ALz9LPKVapL1rVZHl8 cQ/j8gAQhIlxyBmIjnx97h2OYg2bnm+8UBfEOuGXr14OixxujwIOS0JZpFteVHRDaV YKJrdLp9n+SyfIsrBlzpQNWiId3RL1oSJ0PoB5SY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0F1384D3F for ; Sat, 16 Mar 2024 17:18:15 +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 tHMWfHFjxlPR for ; Sat, 16 Mar 2024 17:18:15 +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 EFE2484D0E for ; Sat, 16 Mar 2024 17:18:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710609495; bh=RQCdto2SVdZrnr2jOLUcg6St9r9uyZlXKmA4cWANewk=; h=Date:From:Subject:To:Reply-To; b=YhiO+dyoToQxwAjY0bvDUi9c/hexKVG5erQisKDT9Yay5fgxnJfR/4Y/1ts+FnREW Tm4vBBD8kOYw4R1xrWL1pUlmNKZdhIKq5oV4tGJQxTV7iSf0Gucqm+fM2oSrGGs0Ba IMv4zOeNVjDJeenWL5NsFbuuwiCXj2SzcZmS7fl4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4482FA2C; Sat, 16 Mar 2024 17:18:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710609494162950" MIME-Version: 1.0 Date: Sat, 16 Mar 2024 17:18:14 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20240316171814.E4482FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710609494162950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Mar 16 17:18:14 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/go-tools to 0.19.0 To generate a diff of this commit: cvs rdiff -u -r1.1892 -r1.1893 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710609494162950 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.1892 pkgsrc/doc/CHANGES-2024:1.1893 --- pkgsrc/doc/CHANGES-2024:1.1892 Sat Mar 16 17:13:31 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Mar 16 17:18:14 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1892 2024/03/16 17:13:31 bsiegert Exp $ +$NetBSD: CHANGES-2024,v 1.1893 2024/03/16 17:18:14 bsiegert Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3173,3 +3173,4 @@ Changes to the packages collection and i Updated textproc/ruby-nokogiri to 1.16.3 [tsutsui 2024-03-16] Updated www/caddy to 2.7.6 [bsiegert 2024-03-16] Updated devel/gopls to 0.15.2 [bsiegert 2024-03-16] + Updated devel/go-tools to 0.19.0 [bsiegert 2024-03-16] --_----------=_1710609494162950--