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:           Sun Nov  8 20:38:10 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/go115/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/go115/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.102 pkgsrc/lang/go/version.mk:1.103
--- pkgsrc/lang/go/version.mk:1.102     Sun Nov  8 20:12:31 2020
+++ pkgsrc/lang/go/version.mk   Sun Nov  8 20:38:09 2020
@@ -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

Index: pkgsrc/lang/go115/PLIST
diff -u pkgsrc/lang/go115/PLIST:1.2 pkgsrc/lang/go115/PLIST:1.3
--- pkgsrc/lang/go115/PLIST:1.2 Thu Oct 15 12:43:33 2020
+++ pkgsrc/lang/go115/PLIST     Sun Nov  8 20:38:09 2020
@@ -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/
 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/issue4099.go
 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

Index: pkgsrc/lang/go115/distinfo
diff -u pkgsrc/lang/go115/distinfo:1.3 pkgsrc/lang/go115/distinfo:1.4
--- pkgsrc/lang/go115/distinfo:1.3      Thu Oct 15 12:43:33 2020
+++ pkgsrc/lang/go115/distinfo  Sun Nov  8 20:38:10 2020
@@ -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