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:           Fri Dec  3 17:08:36 UTC 2021

Modified Files:
        pkgsrc/lang/go: version.mk
        pkgsrc/lang/go116: PLIST distinfo

Log Message:
Update go116 to 1.16.11.

go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and
the net/http, net/http/httptest, and time packages. See the Go 1.16.11
milestone on our issue tracker for details.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/go116/PLIST
cvs rdiff -u -r1.16 -r1.17 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.134 pkgsrc/lang/go/version.mk:1.135
--- pkgsrc/lang/go/version.mk:1.134     Mon Nov 29 16:29:34 2021
+++ pkgsrc/lang/go/version.mk   Fri Dec  3 17:08:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.134 2021/11/29 16:29:34 jperkin Exp $
+# $NetBSD: version.mk,v 1.135 2021/12/03 17:08:35 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.3
-GO116_VERSION= 1.16.10
+GO116_VERSION= 1.16.11
 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.9 pkgsrc/lang/go116/PLIST:1.10
--- pkgsrc/lang/go116/PLIST:1.9 Thu Nov  4 19:18:59 2021
+++ pkgsrc/lang/go116/PLIST     Fri Dec  3 17:08:35 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/11/04 19:18:59 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/12/03 17:08:35 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go116/AUTHORS
@@ -9218,10 +9218,12 @@ go116/test/fixedbugs/issue4879.dir/b.go
 go116/test/fixedbugs/issue4879.go
 go116/test/fixedbugs/issue4909a.go
 go116/test/fixedbugs/issue4909b.go
+go116/test/fixedbugs/issue49249.go
 go116/test/fixedbugs/issue4932.dir/foo.go
 go116/test/fixedbugs/issue4932.dir/state.go
 go116/test/fixedbugs/issue4932.dir/state2.go
 go116/test/fixedbugs/issue4932.go
+go116/test/fixedbugs/issue49378.go
 go116/test/fixedbugs/issue4964.dir/a.go
 go116/test/fixedbugs/issue4964.dir/b.go
 go116/test/fixedbugs/issue4964.go

Index: pkgsrc/lang/go116/distinfo
diff -u pkgsrc/lang/go116/distinfo:1.16 pkgsrc/lang/go116/distinfo:1.17
--- pkgsrc/lang/go116/distinfo:1.16     Thu Nov  4 19:18:59 2021
+++ pkgsrc/lang/go116/distinfo  Fri Dec  3 17:08:35 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2021/11/04 19:18:59 bsiegert Exp $
+$NetBSD: distinfo,v 1.17 2021/12/03 17:08:35 bsiegert Exp $
 
-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
+BLAKE2s (go1.16.11.src.tar.gz) = 5ca8645341b6e233738513c70953f25f8c3ccdeb59877b6a9e012a274f2db9e7
+SHA512 (go1.16.11.src.tar.gz) = bf3ed7d95945f3afa92478e737e1782078419165f2d9f76b21b8f144c2ba529cf7a3665da1f46c7633721fe5eb67bdf848dd5b30440b6f86a12f5acd2766abbd
+Size (go1.16.11.src.tar.gz) = 20918537 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