pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go111



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Dec 19 15:27:03 UTC 2018

Modified Files:
        pkgsrc/lang/go111: PLIST distinfo

Log Message:
Update go111 to 1.11.4 (security update).

go1.11.4 (released 2018/12/14) includes fixes to cgo, the compiler, linker,
runtime, documentation, go command, and the net/http and go/types packages. It
includes a fix to a bug introduced in Go 1.11.3 that broke go get for import
path patterns containing "...". See the Go 1.11.4 milestone on our issue
tracker for details.

go1.11.3 (released 2018/12/12) includes three security fixes to "go get" and
the crypto/x509 package. See the Go 1.11.3 milestone on our issue tracker for
details.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/go111/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/go111/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/go111/PLIST
diff -u pkgsrc/lang/go111/PLIST:1.7 pkgsrc/lang/go111/PLIST:1.8
--- pkgsrc/lang/go111/PLIST:1.7 Sun Nov  4 18:22:17 2018
+++ pkgsrc/lang/go111/PLIST     Wed Dec 19 15:27:03 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/11/04 18:22:17 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.8 2018/12/19 15:27:03 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go111/AUTHORS
@@ -314,6 +314,9 @@ go111/misc/cgo/test/issue26517.go
 go111/misc/cgo/test/issue26743.go
 go111/misc/cgo/test/issue26743/a.go
 go111/misc/cgo/test/issue26743/b.go
+go111/misc/cgo/test/issue27340.go
+go111/misc/cgo/test/issue27340/a.go
+go111/misc/cgo/test/issue28896.go
 go111/misc/cgo/test/issue3250.go
 go111/misc/cgo/test/issue3250w.go
 go111/misc/cgo/test/issue3261.go
@@ -404,6 +407,7 @@ go111/misc/cgo/test/sigprocmask.c
 go111/misc/cgo/test/sigprocmask.go
 go111/misc/cgo/test/test22906.go
 go111/misc/cgo/test/test26213.go
+go111/misc/cgo/test/test27660.go
 go111/misc/cgo/testasan/main.go
 go111/misc/cgo/testcarchive/carchive_test.go
 go111/misc/cgo/testcarchive/main.c
@@ -2135,6 +2139,7 @@ go111/src/cmd/go/internal/generate/gener
 go111/src/cmd/go/internal/generate/generate_test.go
 go111/src/cmd/go/internal/get/discovery.go
 go111/src/cmd/go/internal/get/get.go
+go111/src/cmd/go/internal/get/path.go
 go111/src/cmd/go/internal/get/pkg_test.go
 go111/src/cmd/go/internal/get/tag_test.go
 go111/src/cmd/go/internal/get/vcs.go
@@ -2408,6 +2413,10 @@ go111/src/cmd/go/testdata/script/cover_p
 go111/src/cmd/go/testdata/script/cpu_profile_twice.txt
 go111/src/cmd/go/testdata/script/fileline.txt
 go111/src/cmd/go/testdata/script/gcflags_patterns.txt
+go111/src/cmd/go/testdata/script/get_brace.txt
+go111/src/cmd/go/testdata/script/get_dotfiles.txt
+go111/src/cmd/go/testdata/script/get_tilde.txt
+go111/src/cmd/go/testdata/script/get_unicode.txt
 go111/src/cmd/go/testdata/script/get_with_git_trace.txt
 go111/src/cmd/go/testdata/script/goflags.txt
 go111/src/cmd/go/testdata/script/help.txt
@@ -2500,6 +2509,7 @@ go111/src/cmd/go/testdata/script/mod_ver
 go111/src/cmd/go/testdata/script/mod_why.txt
 go111/src/cmd/go/testdata/script/pattern_syntax_error.txt
 go111/src/cmd/go/testdata/script/run_hello.txt
+go111/src/cmd/go/testdata/script/run_wildcard.txt
 go111/src/cmd/go/testdata/script/test_badtest.txt
 go111/src/cmd/go/testdata/script/test_compile_binary.txt
 go111/src/cmd/go/testdata/script/vendor_complex.txt
@@ -8464,12 +8474,18 @@ go111/test/fixedbugs/issue26426.go
 go111/test/fixedbugs/issue26438.go
 go111/test/fixedbugs/issue26495.go
 go111/test/fixedbugs/issue27143.go
+go111/test/fixedbugs/issue27232.go
+go111/test/fixedbugs/issue27267.go
 go111/test/fixedbugs/issue27278.go
 go111/test/fixedbugs/issue27289.go
 go111/test/fixedbugs/issue27356.go
 go111/test/fixedbugs/issue27695.go
 go111/test/fixedbugs/issue27695b.go
+go111/test/fixedbugs/issue27695c.go
 go111/test/fixedbugs/issue27961.go
+go111/test/fixedbugs/issue28616.go
+go111/test/fixedbugs/issue28688.go
+go111/test/fixedbugs/issue28797.go
 go111/test/fixedbugs/issue3552.dir/one.go
 go111/test/fixedbugs/issue3552.dir/two.go
 go111/test/fixedbugs/issue3552.go

Index: pkgsrc/lang/go111/distinfo
diff -u pkgsrc/lang/go111/distinfo:1.3 pkgsrc/lang/go111/distinfo:1.4
--- pkgsrc/lang/go111/distinfo:1.3      Sun Nov  4 18:22:17 2018
+++ pkgsrc/lang/go111/distinfo  Wed Dec 19 15:27:03 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2018/11/04 18:22:17 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2018/12/19 15:27:03 bsiegert Exp $
 
-SHA1 (go1.11.2.src.tar.gz) = 54ec8a444b8ea702e82fac35c702336dc162b476
-RMD160 (go1.11.2.src.tar.gz) = 0d8b326bd451123d6c838563068903b750aeea7c
-SHA512 (go1.11.2.src.tar.gz) = 3d9b182718c7615975a4b47cecb9ff2a8ce62156461e4112452c14617ea226121e7ab736a469050f14c89861cc4934ddd2df295b80fffff0a2dd6c155eaf0aee
-Size (go1.11.2.src.tar.gz) = 21100145 bytes
+SHA1 (go1.11.4.src.tar.gz) = 2a24c96d951fedfa70d9774982071b9e6914d976
+RMD160 (go1.11.4.src.tar.gz) = 04059a897adae2783c566a7287eda172926309e9
+SHA512 (go1.11.4.src.tar.gz) = 9aa2e1800807841ec0432289b672c1607bdcb295f29c02d38adfaf1e3bf043040c9f916e4cb170875d92fe168c5ba6baef2b3d1f824a56ff9138ca2cdcc646e0
+Size (go1.11.4.src.tar.gz) = 21108067 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