pkgsrc-WIP-changes archive

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

go113: update to 1.13.5.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Dec 7 22:18:54 2019 +0100
Changeset:	07f7e179f6b2063198452721f7b8b964042e65c3

Modified Files:
	go113/Makefile
	go113/PLIST
	go113/distinfo

Log Message:
go113: update to 1.13.5.

go1.13.4 (released 2019/10/31) includes fixes to the net/http and syscall
packages. It also fixes an issue on macOS 10.15 Catalina where the
non-notarized installer and binaries were being rejected by Gatekeeper. See the
Go 1.13.4 milestone on our issue tracker for details.

go1.13.5 (released 2019/12/04) includes fixes to the go command, the runtime,
the linker, and the net/http package. See the Go 1.13.5 milestone on our issue
tracker for details.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=07f7e179f6b2063198452721f7b8b964042e65c3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go113/Makefile |  2 +-
 go113/PLIST    | 31 +++++++++++++++++--------------
 go113/distinfo |  8 ++++----
 3 files changed, 22 insertions(+), 19 deletions(-)

diffs:
diff --git a/go113/Makefile b/go113/Makefile
index a7d0001b82..06bd6a9a2d 100644
--- a/go113/Makefile
+++ b/go113/Makefile
@@ -3,7 +3,7 @@
 .include "../../lang/go/version.mk"
 
 # This should go into version.mk
-GO113_VERSION=	1.13.3
+GO113_VERSION=	1.13.5
 
 DISTNAME=	go${GO113_VERSION}.src
 PKGNAME=	go113-${GO113_VERSION}
diff --git a/go113/PLIST b/go113/PLIST
index 08b5e05e75..ae5777c47a 100644
--- a/go113/PLIST
+++ b/go113/PLIST
@@ -793,6 +793,7 @@ go113/pkg/${GO_PLATFORM}/internal/goversion.a
 go113/pkg/${GO_PLATFORM}/internal/lazyregexp.a
 go113/pkg/${GO_PLATFORM}/internal/lazytemplate.a
 go113/pkg/${GO_PLATFORM}/internal/nettrace.a
+go113/pkg/${GO_PLATFORM}/internal/obscuretestdata.a
 go113/pkg/${GO_PLATFORM}/internal/oserror.a
 go113/pkg/${GO_PLATFORM}/internal/poll.a
 go113/pkg/${GO_PLATFORM}/internal/race.a
@@ -979,7 +980,7 @@ go113/src/archive/zip/register.go
 go113/src/archive/zip/struct.go
 go113/src/archive/zip/testdata/crc32-not-streamed.zip
 go113/src/archive/zip/testdata/dd.zip
-go113/src/archive/zip/testdata/go-no-datadesc-sig.zip
+go113/src/archive/zip/testdata/go-no-datadesc-sig.zip.base64
 go113/src/archive/zip/testdata/go-with-datadesc-sig.zip
 go113/src/archive/zip/testdata/gophercolor16x16.png
 go113/src/archive/zip/testdata/readme.notzip
@@ -2065,6 +2066,7 @@ go113/src/cmd/go/testdata/script/mod_init_path.txt
 go113/src/cmd/go/testdata/script/mod_install_versioned.txt
 go113/src/cmd/go/testdata/script/mod_internal.txt
 go113/src/cmd/go/testdata/script/mod_invalid_version.txt
+go113/src/cmd/go/testdata/script/mod_issue35317.txt
 go113/src/cmd/go/testdata/script/mod_list.txt
 go113/src/cmd/go/testdata/script/mod_list_bad_import.txt
 go113/src/cmd/go/testdata/script/mod_list_compiled_concurrent.txt
@@ -2382,10 +2384,10 @@ go113/src/cmd/internal/buildid/buildid.go
 go113/src/cmd/internal/buildid/buildid_test.go
 go113/src/cmd/internal/buildid/note.go
 go113/src/cmd/internal/buildid/rewrite.go
-go113/src/cmd/internal/buildid/testdata/a.elf
-go113/src/cmd/internal/buildid/testdata/a.macho
-go113/src/cmd/internal/buildid/testdata/a.pe
-go113/src/cmd/internal/buildid/testdata/p.a
+go113/src/cmd/internal/buildid/testdata/a.elf.base64
+go113/src/cmd/internal/buildid/testdata/a.macho.base64
+go113/src/cmd/internal/buildid/testdata/a.pe.base64
+go113/src/cmd/internal/buildid/testdata/p.a.base64
 go113/src/cmd/internal/dwarf/dwarf.go
 go113/src/cmd/internal/dwarf/dwarf_defs.go
 go113/src/cmd/internal/dwarf/dwarf_test.go
@@ -3195,7 +3197,7 @@ go113/src/compress/gzip/gunzip_test.go
 go113/src/compress/gzip/gzip.go
 go113/src/compress/gzip/gzip_test.go
 go113/src/compress/gzip/issue14937_test.go
-go113/src/compress/gzip/testdata/issue6550.gz
+go113/src/compress/gzip/testdata/issue6550.gz.base64
 go113/src/compress/lzw/reader.go
 go113/src/compress/lzw/reader_test.go
 go113/src/compress/lzw/writer.go
@@ -3658,14 +3660,14 @@ go113/src/debug/macho/file_test.go
 go113/src/debug/macho/macho.go
 go113/src/debug/macho/reloctype.go
 go113/src/debug/macho/reloctype_string.go
-go113/src/debug/macho/testdata/clang-386-darwin-exec-with-rpath
-go113/src/debug/macho/testdata/clang-386-darwin.obj
-go113/src/debug/macho/testdata/clang-amd64-darwin-exec-with-rpath
-go113/src/debug/macho/testdata/clang-amd64-darwin.obj
-go113/src/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec
-go113/src/debug/macho/testdata/gcc-386-darwin-exec
-go113/src/debug/macho/testdata/gcc-amd64-darwin-exec
-go113/src/debug/macho/testdata/gcc-amd64-darwin-exec-debug
+go113/src/debug/macho/testdata/clang-386-darwin-exec-with-rpath.base64
+go113/src/debug/macho/testdata/clang-386-darwin.obj.base64
+go113/src/debug/macho/testdata/clang-amd64-darwin-exec-with-rpath.base64
+go113/src/debug/macho/testdata/clang-amd64-darwin.obj.base64
+go113/src/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec.base64
+go113/src/debug/macho/testdata/gcc-386-darwin-exec.base64
+go113/src/debug/macho/testdata/gcc-amd64-darwin-exec-debug.base64
+go113/src/debug/macho/testdata/gcc-amd64-darwin-exec.base64
 go113/src/debug/macho/testdata/hello.c
 go113/src/debug/pe/file.go
 go113/src/debug/pe/file_cgo_test.go
@@ -4458,6 +4460,7 @@ go113/src/internal/goversion/goversion.go
 go113/src/internal/lazyregexp/lazyre.go
 go113/src/internal/lazytemplate/lazytemplate.go
 go113/src/internal/nettrace/nettrace.go
+go113/src/internal/obscuretestdata/obscuretestdata.go
 go113/src/internal/oserror/errors.go
 go113/src/internal/poll/errno_unix.go
 go113/src/internal/poll/errno_windows.go
diff --git a/go113/distinfo b/go113/distinfo
index 0ee82a0d45..5acd42cb92 100644
--- a/go113/distinfo
+++ b/go113/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.4 2019/05/27 15:16:38 bsiegert Exp $
 
-SHA1 (go1.13.3.src.tar.gz) = 1fdfd1586888d4d24f5dadee6016092f89e6049e
-RMD160 (go1.13.3.src.tar.gz) = ac0c22aae0d3eeb7014571daa03ae616a4d7071d
-SHA512 (go1.13.3.src.tar.gz) = 0999876f995a3d9189640ce15b496ab72a6273649d27acdc190c1d50b88ab8b7facaabfc832334911d178f0b9a645ea4169716ed5c593a7540b075e6901d51f2
-Size (go1.13.3.src.tar.gz) = 21618379 bytes
+SHA1 (go1.13.5.src.tar.gz) = 37f0485419646ef289575d70e452196d43149358
+RMD160 (go1.13.5.src.tar.gz) = 153e92e8caf931a9b2471eea96293c10cb12eba6
+SHA512 (go1.13.5.src.tar.gz) = bc9ddb12855c66dba5fe859bd13b7b3163259b8a8b0d3cbf6892e528ae4c6418c6b4c0d49838e7a5fc2e9f404484899b8f30c45e49e7d30109093025b62ed6c0
+Size (go1.13.5.src.tar.gz) = 21629437 bytes
 SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29
 SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e
 SHA1 (patch-src_cmd_link_internal_ld_elf.go) = 990a54e3baf239916e4c7f0c1d54240e2898601a


Home | Main Index | Thread Index | Old Index