pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update go115 to 1.15.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50caad108093
branches:  trunk
changeset: 441665:50caad108093
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Nov 08 20:38:09 2020 +0000

description:
Update go115 to 1.15.4

go1.15.4 (released 2020/11/05) includes fixes to cgo, the compiler, linker,
runtime, and the compress/flate, net/http, reflect, and time packages. See the
Go 1.15.4 milestone on our issue tracker for details.

diffstat:

 lang/go/version.mk  |   4 ++--
 lang/go115/PLIST    |   5 ++++-
 lang/go115/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (62 lines):

diff -r 081590754326 -r 50caad108093 lang/go/version.mk
--- a/lang/go/version.mk        Sun Nov 08 20:12:52 2020 +0000
+++ b/lang/go/version.mk        Sun Nov 08 20:38:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.102 2020/11/08 20:12:31 bsiegert Exp $
+# $NetBSD: version.mk,v 1.103 2020/11/08 20:38:09 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"
 
-GO115_VERSION= 1.15.3
+GO115_VERSION= 1.15.4
 GO114_VERSION= 1.14.11
 GO113_VERSION= 1.13.15
 GO110_VERSION= 1.10.8
diff -r 081590754326 -r 50caad108093 lang/go115/PLIST
--- a/lang/go115/PLIST  Sun Nov 08 20:12:52 2020 +0000
+++ b/lang/go115/PLIST  Sun Nov 08 20:38:09 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/10/15 12:43:33 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/11/08 20:38:09 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go115/AUTHORS
@@ -2691,6 +2691,7 @@
 go115/src/cmd/link/internal/ld/testdata/issue32233/main/main.go
 go115/src/cmd/link/internal/ld/testdata/issue38192/main.go
 go115/src/cmd/link/internal/ld/testdata/issue38192/oneline.s
+go115/src/cmd/link/internal/ld/testdata/issue39757/issue39757main.go
 go115/src/cmd/link/internal/ld/typelink.go
 go115/src/cmd/link/internal/ld/util.go
 go115/src/cmd/link/internal/ld/xcoff.go
@@ -8939,6 +8940,8 @@
 go115/test/fixedbugs/issue4162.go
 go115/test/fixedbugs/issue4167.go
 go115/test/fixedbugs/issue41711.go
+go115/test/fixedbugs/issue42032.go
+go115/test/fixedbugs/issue42076.go
 go115/test/fixedbugs/issue4215.go
 go115/test/fixedbugs/issue4232.go
 go115/test/fixedbugs/issue4251.go
diff -r 081590754326 -r 50caad108093 lang/go115/distinfo
--- a/lang/go115/distinfo       Sun Nov 08 20:12:52 2020 +0000
+++ b/lang/go115/distinfo       Sun Nov 08 20:38:09 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2020/10/15 12:43:33 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2020/11/08 20:38:10 bsiegert Exp $
 
-SHA1 (go1.15.3.src.tar.gz) = 748a571c88fce520ef2046e39697a9d561b4dcbd
-RMD160 (go1.15.3.src.tar.gz) = f53c1ba66a7323ca8fe23fb34672dcf4dc5b9acf
-SHA512 (go1.15.3.src.tar.gz) = 883fb327ce8aec77381aaa01e95acd0826c74d56a769d2077449b964411e30a5844117fdd941737015983c451a3e8d419bd40954842b199a09c26704577b5bca
-Size (go1.15.3.src.tar.gz) = 23015071 bytes
+SHA1 (go1.15.4.src.tar.gz) = c8ab1f9921cfcd4f9b6f444edaac750de042fc01
+RMD160 (go1.15.4.src.tar.gz) = 5edf9a8f8b2a4894dd07081a49629870e4d9e23c
+SHA512 (go1.15.4.src.tar.gz) = 84fc687806d7904be0afcdfb4f45a74b4b45820c5c79b21b0c82cd51d07f3f8ae37e7f80730a411b96bdcf7f635b473ab0233c1bce977d2cf307d9a63aeb3df5
+Size (go1.15.4.src.tar.gz) = 23017785 bytes
 SHA1 (patch-misc_io_clangwrap.sh) = df5911c430ff6251abab12e5cc233e32fc3cd953
 SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e
 SHA1 (patch-src_cmd_link_internal_ld_elf.go) = 3dfcb5c824d4201fadda0cfb6b48e5938899baf0



Home | Main Index | Thread Index | Old Index