Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A84684D93 for ; Fri, 8 Sep 2023 19:02:05 +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 IDGEaucmvl6G for ; Fri, 8 Sep 2023 19:02:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9986784D8A for ; Fri, 8 Sep 2023 19:02:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92DF2FBDB; Fri, 8 Sep 2023 19:02:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694199724114330" MIME-Version: 1.0 Date: Fri, 8 Sep 2023 19:02:04 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20230908190204.92DF2FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694199724114330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri Sep 8 19:02:04 UTC 2023 Modified Files: pkgsrc/lang/go: version.mk pkgsrc/lang/go119: distinfo Log Message: go119: update to 1.19.13 go1.19.13 (released 2023-09-06) includes fixes to the go command, and the crypto/tls and net/http packages. See the Go 1.19.13 milestone on our issue tracker for details. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 pkgsrc/lang/go/version.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/go119/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694199724114330 Content-Disposition: inline Content-Length: 1848 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/go/version.mk diff -u pkgsrc/lang/go/version.mk:1.188 pkgsrc/lang/go/version.mk:1.189 --- pkgsrc/lang/go/version.mk:1.188 Fri Sep 8 18:49:45 2023 +++ pkgsrc/lang/go/version.mk Fri Sep 8 19:02:04 2023 @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.188 2023/09/08 18:49:45 bsiegert Exp $ +# $NetBSD: version.mk,v 1.189 2023/09/08 19:02:04 bsiegert Exp $ # # If bsd.prefs.mk is included before go-package.mk in a package, then this @@ -8,7 +8,7 @@ GO121_VERSION= 1.21.1 GO120_VERSION= 1.20.8 -GO119_VERSION= 1.19.12 +GO119_VERSION= 1.19.13 GO118_VERSION= 1.18.10 GO14_VERSION= 1.4.3 Index: pkgsrc/lang/go119/distinfo diff -u pkgsrc/lang/go119/distinfo:1.14 pkgsrc/lang/go119/distinfo:1.15 --- pkgsrc/lang/go119/distinfo:1.14 Sat Aug 12 13:02:54 2023 +++ pkgsrc/lang/go119/distinfo Fri Sep 8 19:02:04 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2023/08/12 13:02:54 bsiegert Exp $ +$NetBSD: distinfo,v 1.15 2023/09/08 19:02:04 bsiegert Exp $ -BLAKE2s (go1.19.12.src.tar.gz) = a9c0766535f14e96d143ac8271613f61fb3feaac3c6834d3a6c9b502d137f224 -SHA512 (go1.19.12.src.tar.gz) = 15488e6f9ce86a4ca5650bb9df7845abb11ada0d11fb9a1b048f8c1f7047ad677b45e6c4026eff41c81a14adaa1bf78826f8e81000e7083dbbb6055a31b894e1 -Size (go1.19.12.src.tar.gz) = 26575152 bytes +BLAKE2s (go1.19.13.src.tar.gz) = 29aa139cdb29a657d7a09c5b7c445b3f4dae75a34b9cf0942b13e444d0a4367e +SHA512 (go1.19.13.src.tar.gz) = 59405e9b8e061ddaf99b0fb60aa3795bb6a8cf8743ca191a82ba9a4fa3c83da300de2519f13d6fe664f95c7e34fd75259a9e1c92471d219590701572ff0f26e6 +Size (go1.19.13.src.tar.gz) = 26578128 bytes SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7 SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35 --_----------=_1694199724114330--