Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 04FBD1A9239 for ; Thu, 4 Nov 2021 19:19:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 440FF84F57; Thu, 4 Nov 2021 19:19:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E68084D74 for ; Thu, 4 Nov 2021 19:19:00 +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 EuZ1K9N9f9GY for ; Thu, 4 Nov 2021 19:18:59 +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 D6F6884CDC for ; Thu, 4 Nov 2021 19:18:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB2A7FAEC; Thu, 4 Nov 2021 19:18:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163605353997690" MIME-Version: 1.0 Date: Thu, 4 Nov 2021 19:18:59 +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: <20211104191859.CB2A7FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163605353997690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Thu Nov 4 19:18:59 UTC 2021 Modified Files: pkgsrc/lang/go: version.mk pkgsrc/lang/go116: PLIST distinfo Log Message: Update go116 to 1.16.10. go1.16.10 (released 2021-11-04) includes security fixes to the archive/zip and debug/macho packages, as well as bug fixes to the compiler, linker, runtime, the misc/wasm directory, and to the net/http package. See the Go 1.16.10 milestone on our issue tracker for details. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 pkgsrc/lang/go/version.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/go116/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/go116/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163605353997690 Content-Disposition: inline Content-Length: 3088 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.131 pkgsrc/lang/go/version.mk:1.132 --- pkgsrc/lang/go/version.mk:1.131 Fri Oct 8 14:47:44 2021 +++ pkgsrc/lang/go/version.mk Thu Nov 4 19:18:59 2021 @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.131 2021/10/08 14:47:44 bsiegert Exp $ +# $NetBSD: version.mk,v 1.132 2021/11/04 19:18:59 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" GO117_VERSION= 1.17.2 -GO116_VERSION= 1.16.9 +GO116_VERSION= 1.16.10 GO110_VERSION= 1.10.8 GO19_VERSION= 1.9.7 GO14_VERSION= 1.4.3 Index: pkgsrc/lang/go116/PLIST diff -u pkgsrc/lang/go116/PLIST:1.8 pkgsrc/lang/go116/PLIST:1.9 --- pkgsrc/lang/go116/PLIST:1.8 Wed Aug 11 19:00:24 2021 +++ pkgsrc/lang/go116/PLIST Thu Nov 4 19:18:59 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2021/08/11 19:00:24 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.9 2021/11/04 19:18:59 bsiegert Exp $ bin/go${GOVERSSUFFIX} bin/gofmt${GOVERSSUFFIX} go116/AUTHORS @@ -3928,6 +3928,7 @@ go116/src/debug/macho/testdata/clang-amd go116/src/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec.base64 go116/src/debug/macho/testdata/gcc-386-darwin-exec.base64 go116/src/debug/macho/testdata/gcc-amd64-darwin-exec-debug.base64 +go116/src/debug/macho/testdata/gcc-amd64-darwin-exec-with-bad-dysym.base64 go116/src/debug/macho/testdata/gcc-amd64-darwin-exec.base64 go116/src/debug/macho/testdata/hello.c go116/src/debug/pe/file.go @@ -9210,6 +9211,8 @@ go116/test/fixedbugs/issue4776.go go116/test/fixedbugs/issue4785.go go116/test/fixedbugs/issue4813.go go116/test/fixedbugs/issue4847.go +go116/test/fixedbugs/issue48473.go +go116/test/fixedbugs/issue48476.go go116/test/fixedbugs/issue4879.dir/a.go go116/test/fixedbugs/issue4879.dir/b.go go116/test/fixedbugs/issue4879.go Index: pkgsrc/lang/go116/distinfo diff -u pkgsrc/lang/go116/distinfo:1.15 pkgsrc/lang/go116/distinfo:1.16 --- pkgsrc/lang/go116/distinfo:1.15 Tue Oct 26 10:51:37 2021 +++ pkgsrc/lang/go116/distinfo Thu Nov 4 19:18:59 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2021/10/26 10:51:37 nia Exp $ +$NetBSD: distinfo,v 1.16 2021/11/04 19:18:59 bsiegert Exp $ -BLAKE2s (go1.16.9.src.tar.gz) = bb4c35ccb19acd58aeb617b6fe4c14dbd4e77516ca152a514098552828333d7a -SHA512 (go1.16.9.src.tar.gz) = e1c02ac64fcc13b94bb160c9129d5fcfa4a486df069e4f5a42b5d5827e0c82105a957a92926a1e4802e37fd5a148ffcc015e244a31367fd68cfe30c90d2de385 -Size (go1.16.9.src.tar.gz) = 20921003 bytes +BLAKE2s (go1.16.10.src.tar.gz) = 5682bb501f97df0dfb65f78f3ae55c9f5208716709705b6e2be1daa573f71c9a +SHA512 (go1.16.10.src.tar.gz) = d12753bd7973beb7ab047a189bd0d7132b5ab8c35e943b12388289d59f9becaefb858d37cfcb808c1e12f3e06c883ef170d98ed99449e9beda636cab9bfff2b6 +Size (go1.16.10.src.tar.gz) = 20918003 bytes SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e SHA1 (patch-src_crypto_x509_root__bsd.go) = 27636e0d8c121ccec6c46a3a82cd0e0469473a6e --_----------=_163605353997690--