Received: by mail.netbsd.org (Postfix, from userid 605) id 0358584DB1; Fri, 7 May 2021 16:30:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3DDEC84DB0 for ; Fri, 7 May 2021 16:30:42 +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 M3Iouj4gCfTH for ; Fri, 7 May 2021 16:30:41 +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 96FE184D98 for ; Fri, 7 May 2021 16:30:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94373FA95; Fri, 7 May 2021 16:30:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162040504165700" MIME-Version: 1.0 Date: Fri, 7 May 2021 16:30:41 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20210507163041.94373FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162040504165700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri May 7 16:30:41 UTC 2021 Modified Files: pkgsrc/lang/go: version.mk pkgsrc/lang/go115: PLIST distinfo Log Message: Update go115 to 1.15.12. go1.15.11 (released 2021/04/01) includes fixes to cgo, the compiler, linker, runtime, the go command, and the database/sql and net/http packages. See the Go 1.15.11 milestone on our issue tracker for details. go1.15.12 (released 2021/05/06) includes a security fix to the net/http package, as well as bug fixes to the runtime and the time package. See the Go 1.15.12 milestone on our issue tracker for details. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 pkgsrc/lang/go/version.mk cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/go115/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/go115/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162040504165700 Content-Disposition: inline Content-Length: 3433 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.116 pkgsrc/lang/go/version.mk:1.117 --- pkgsrc/lang/go/version.mk:1.116 Sat Mar 20 09:28:34 2021 +++ pkgsrc/lang/go/version.mk Fri May 7 16:30:41 2021 @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.116 2021/03/20 09:28:34 bsiegert Exp $ +# $NetBSD: version.mk,v 1.117 2021/05/07 16:30:41 bsiegert Exp $ # # If bsd.prefs.mk is included before go-package.mk in a package, then this @@ -7,7 +7,7 @@ .include "go-vars.mk" GO116_VERSION= 1.16.2 -GO115_VERSION= 1.15.10 +GO115_VERSION= 1.15.12 GO110_VERSION= 1.10.8 GO19_VERSION= 1.9.7 GO14_VERSION= 1.4.3 Index: pkgsrc/lang/go115/PLIST diff -u pkgsrc/lang/go115/PLIST:1.6 pkgsrc/lang/go115/PLIST:1.7 --- pkgsrc/lang/go115/PLIST:1.6 Fri Mar 19 17:22:55 2021 +++ pkgsrc/lang/go115/PLIST Fri May 7 16:30:41 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2021/03/19 17:22:55 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/05/07 16:30:41 bsiegert Exp $ bin/go${GOVERSSUFFIX} bin/gofmt${GOVERSSUFFIX} go115/AUTHORS @@ -2166,6 +2166,7 @@ go115/src/cmd/go/testdata/script/mod_get go115/src/cmd/go/testdata/script/mod_get_local.txt go115/src/cmd/go/testdata/script/mod_get_main.txt go115/src/cmd/go/testdata/script/mod_get_major.txt +go115/src/cmd/go/testdata/script/mod_get_missing_ziphash.txt go115/src/cmd/go/testdata/script/mod_get_moved.txt go115/src/cmd/go/testdata/script/mod_get_newcycle.txt go115/src/cmd/go/testdata/script/mod_get_none.txt @@ -5878,6 +5879,7 @@ go115/src/runtime/cgo/gcc_windows_amd64. go115/src/runtime/cgo/iscgo.go go115/src/runtime/cgo/libcgo.h go115/src/runtime/cgo/libcgo_unix.h +go115/src/runtime/cgo/libcgo_windows.h go115/src/runtime/cgo/mmap.go go115/src/runtime/cgo/netbsd.go go115/src/runtime/cgo/openbsd.go @@ -8993,6 +8995,7 @@ go115/test/fixedbugs/issue4495.go go115/test/fixedbugs/issue4510.dir/f1.go go115/test/fixedbugs/issue4510.dir/f2.go go115/test/fixedbugs/issue4510.go +go115/test/fixedbugs/issue45175.go go115/test/fixedbugs/issue4517a.go go115/test/fixedbugs/issue4517b.go go115/test/fixedbugs/issue4517c.go Index: pkgsrc/lang/go115/distinfo diff -u pkgsrc/lang/go115/distinfo:1.8 pkgsrc/lang/go115/distinfo:1.9 --- pkgsrc/lang/go115/distinfo:1.8 Tue Mar 30 14:53:35 2021 +++ pkgsrc/lang/go115/distinfo Fri May 7 16:30:41 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.8 2021/03/30 14:53:35 jperkin Exp $ +$NetBSD: distinfo,v 1.9 2021/05/07 16:30:41 bsiegert Exp $ -SHA1 (go1.15.10.src.tar.gz) = 4c9ecfbe1e1aace59de5d8a5e9945a3c6e6b4bc1 -RMD160 (go1.15.10.src.tar.gz) = 55bb5bdfdd80f075ca2777fccc3288ed40269b8f -SHA512 (go1.15.10.src.tar.gz) = 4f0ceff8dc035ec50cd0d136678573f4d624bca6a19293d5ffd75868d94d264291e44519bc450e40e8de486ee44d720555550eecf86cbae1f0d64dee00f90764 -Size (go1.15.10.src.tar.gz) = 23021993 bytes +SHA1 (go1.15.12.src.tar.gz) = a91d50e0a67572b83c76c11ab9f250d217bd488e +RMD160 (go1.15.12.src.tar.gz) = 74404f5b7779261c73c920c991df9d60c3cc56b9 +SHA512 (go1.15.12.src.tar.gz) = 9fdb0e74c0b4e8e5d8d45cbdb6f1d4be4d40549ef10629350856c3e045a82567a0418e949dfc229df7eea091ababec6b3e4e12b1bd424e14d7b10ef989e5c232 +Size (go1.15.12.src.tar.gz) = 23035406 bytes SHA1 (patch-misc_io_clangwrap.sh) = df5911c430ff6251abab12e5cc233e32fc3cd953 SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e SHA1 (patch-src_cmd_link_internal_ld_elf.go) = 3dfcb5c824d4201fadda0cfb6b48e5938899baf0 --_----------=_162040504165700--