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 May  7 18:29:14 UTC 2021

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

Log Message:
Update go116 to 1.16.4.

go1.16.3 (released 2021/04/01) includes fixes to the compiler, linker, runtime,
the go command, and the testing and time packages. See the Go 1.16.3 milestone
on our issue tracker for details.

go1.16.4 (released 2021/05/06) includes a security fix to the net/http package,
as well as bug fixes to the runtime, the compiler, and the archive/zip, time,
and syscall packages. See the Go 1.16.4 milestone on our issue tracker for
details.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/go116/PLIST
cvs rdiff -u -r1.6 -r1.7 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.117 pkgsrc/lang/go/version.mk:1.118
--- pkgsrc/lang/go/version.mk:1.117     Fri May  7 16:30:41 2021
+++ pkgsrc/lang/go/version.mk   Fri May  7 18:29:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.117 2021/05/07 16:30:41 bsiegert Exp $
+# $NetBSD: version.mk,v 1.118 2021/05/07 18:29:14 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -6,7 +6,7 @@
 #
 .include "go-vars.mk"
 
-GO116_VERSION= 1.16.2
+GO116_VERSION= 1.16.4
 GO115_VERSION= 1.15.12
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7

Index: pkgsrc/lang/go116/PLIST
diff -u pkgsrc/lang/go116/PLIST:1.4 pkgsrc/lang/go116/PLIST:1.5
--- pkgsrc/lang/go116/PLIST:1.4 Sun Mar 14 18:15:16 2021
+++ pkgsrc/lang/go116/PLIST     Fri May  7 18:29:14 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/03/14 18:15:16 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/05/07 18:29:14 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go116/AUTHORS
@@ -280,6 +280,10 @@ go116/misc/cgo/testplugin/testdata/issue
 go116/misc/cgo/testplugin/testdata/issue25756/plugin/c-life.c
 go116/misc/cgo/testplugin/testdata/issue25756/plugin/life.go
 go116/misc/cgo/testplugin/testdata/issue25756/plugin/life.h
+go116/misc/cgo/testplugin/testdata/issue44956/base/base.go
+go116/misc/cgo/testplugin/testdata/issue44956/main.go
+go116/misc/cgo/testplugin/testdata/issue44956/plugin1.go
+go116/misc/cgo/testplugin/testdata/issue44956/plugin2.go
 go116/misc/cgo/testplugin/testdata/method/main.go
 go116/misc/cgo/testplugin/testdata/method/plugin.go
 go116/misc/cgo/testplugin/testdata/method2/main.go
@@ -889,6 +893,7 @@ go116/src/archive/zip/testdata/go-with-d
 go116/src/archive/zip/testdata/gophercolor16x16.png
 go116/src/archive/zip/testdata/readme.notzip
 go116/src/archive/zip/testdata/readme.zip
+go116/src/archive/zip/testdata/subdir.zip
 go116/src/archive/zip/testdata/symlink.zip
 go116/src/archive/zip/testdata/test-trailing-junk.zip
 go116/src/archive/zip/testdata/test.zip
@@ -2115,6 +2120,7 @@ go116/src/cmd/go/testdata/script/mod_get
 go116/src/cmd/go/testdata/script/mod_get_local.txt
 go116/src/cmd/go/testdata/script/mod_get_main.txt
 go116/src/cmd/go/testdata/script/mod_get_major.txt
+go116/src/cmd/go/testdata/script/mod_get_missing_ziphash.txt
 go116/src/cmd/go/testdata/script/mod_get_moved.txt
 go116/src/cmd/go/testdata/script/mod_get_newcycle.txt
 go116/src/cmd/go/testdata/script/mod_get_none.txt
@@ -2177,6 +2183,7 @@ go116/src/cmd/go/testdata/script/mod_ins
 go116/src/cmd/go/testdata/script/mod_install_versioned.txt
 go116/src/cmd/go/testdata/script/mod_internal.txt
 go116/src/cmd/go/testdata/script/mod_invalid_path.txt
+go116/src/cmd/go/testdata/script/mod_invalid_path_plus.txt
 go116/src/cmd/go/testdata/script/mod_invalid_version.txt
 go116/src/cmd/go/testdata/script/mod_issue35317.txt
 go116/src/cmd/go/testdata/script/mod_lazy_downgrade.txt
@@ -9166,6 +9173,7 @@ go116/test/fixedbugs/issue4495.go
 go116/test/fixedbugs/issue4510.dir/f1.go
 go116/test/fixedbugs/issue4510.dir/f2.go
 go116/test/fixedbugs/issue4510.go
+go116/test/fixedbugs/issue45175.go
 go116/test/fixedbugs/issue4517a.go
 go116/test/fixedbugs/issue4517b.go
 go116/test/fixedbugs/issue4517c.go

Index: pkgsrc/lang/go116/distinfo
diff -u pkgsrc/lang/go116/distinfo:1.6 pkgsrc/lang/go116/distinfo:1.7
--- pkgsrc/lang/go116/distinfo:1.6      Tue Mar 30 15:08:57 2021
+++ pkgsrc/lang/go116/distinfo  Fri May  7 18:29:14 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2021/03/30 15:08:57 jperkin Exp $
+$NetBSD: distinfo,v 1.7 2021/05/07 18:29:14 bsiegert Exp $
 
-SHA1 (go1.16.2.src.tar.gz) = 78812c9ee656d3f54b8c9b4f3f78e00e81ba81ad
-RMD160 (go1.16.2.src.tar.gz) = 0f667e1fd0691890eb282d921ac46c442df62c69
-SHA512 (go1.16.2.src.tar.gz) = d14858a75cc7411975aaca705e66145287dc96b4fac1b1b06b95377dc5e5d2762f060973744114f42c780b34ea4baef7038c94616649c2dcc5c97e261cefc6bd
-Size (go1.16.2.src.tar.gz) = 20905135 bytes
+SHA1 (go1.16.4.src.tar.gz) = b1d5f9a63f0cda6580f6a31419af78dc0723536a
+RMD160 (go1.16.4.src.tar.gz) = ae3a07321fea0f4ee8442d02f285e68b9f361e5c
+SHA512 (go1.16.4.src.tar.gz) = e1b64610e22e657d9c65094e679cec50f59ff338c0ef102e54debcced1bc032390122456451fffb2d26d45c6db2f55bb9ef7f56ce479f6f1c2c2e6cc49442d86
+Size (go1.16.4.src.tar.gz) = 20917203 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