pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



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.

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



Home | Main Index | Thread Index | Old Index