pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update go111 to 1.11.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85bf7a7145e0
branches:  trunk
changeset: 398238:85bf7a7145e0
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Jul 14 12:25:18 2019 +0000

description:
Update go111 to 1.11.12.

go1.11.11 (released 2019/06/11) includes a fix to the crypto/x509 package.
See the Go 1.11.11 milestone on our issue tracker for details.

go1.11.12 (released 2019/07/08) includes fixes to the compiler and the linker.
See the Go 1.11.12 milestone on our issue tracker for details.

diffstat:

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

diffs (55 lines):

diff -r f825e38deea0 -r 85bf7a7145e0 lang/go/version.mk
--- a/lang/go/version.mk        Sun Jul 14 10:59:53 2019 +0000
+++ b/lang/go/version.mk        Sun Jul 14 12:25:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.63 2019/05/27 15:16:38 bsiegert Exp $
+# $NetBSD: version.mk,v 1.64 2019/07/14 12:25:18 bsiegert Exp $
 
 CTF_SUPPORTED=         no
 SSP_SUPPORTED=         no
@@ -7,7 +7,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 GO112_VERSION= 1.12.5
-GO111_VERSION= 1.11.10
+GO111_VERSION= 1.11.12
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7
 GO14_VERSION=  1.4.3
diff -r f825e38deea0 -r 85bf7a7145e0 lang/go111/PLIST
--- a/lang/go111/PLIST  Sun Jul 14 10:59:53 2019 +0000
+++ b/lang/go111/PLIST  Sun Jul 14 12:25:18 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2019/05/27 14:33:10 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/07/14 12:25:18 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go111/AUTHORS
@@ -7873,6 +7873,9 @@
 go111/test/fixedbugs/issue29362.go
 go111/test/fixedbugs/issue29362b.go
 go111/test/fixedbugs/issue29402.go
+go111/test/fixedbugs/issue32560.go
+go111/test/fixedbugs/issue32680.go
+go111/test/fixedbugs/issue32680.out
 go111/test/fixedbugs/issue3552.dir/one.go
 go111/test/fixedbugs/issue3552.dir/two.go
 go111/test/fixedbugs/issue3552.go
diff -r f825e38deea0 -r 85bf7a7145e0 lang/go111/distinfo
--- a/lang/go111/distinfo       Sun Jul 14 10:59:53 2019 +0000
+++ b/lang/go111/distinfo       Sun Jul 14 12:25:18 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2019/05/27 14:33:10 bsiegert Exp $
+$NetBSD: distinfo,v 1.9 2019/07/14 12:25:18 bsiegert Exp $
 
-SHA1 (go1.11.10.src.tar.gz) = 91ae724de252021ae7f0d1cc6f69a5ac34a81f02
-RMD160 (go1.11.10.src.tar.gz) = af6628ce1698b41a456d6b5f181059926d436435
-SHA512 (go1.11.10.src.tar.gz) = 8fab3b96d1c47b8f75b135da9d1a104c485098f6f42041b69336216a57cfd49c0785c8cfa7b016020ded5f0aadd279d7a76feeca33038321a4930139aee28cc8
-Size (go1.11.10.src.tar.gz) = 21113259 bytes
+SHA1 (go1.11.12.src.tar.gz) = 8a84f7eda08fbcc9b1c4f7133bb6cf13c774b4c0
+RMD160 (go1.11.12.src.tar.gz) = b2cdeab4dba28597782596a4abf59891f42cbcf1
+SHA512 (go1.11.12.src.tar.gz) = ff74678d7002be20c994702cc778d2447bbe4aad2ecf906e4cde9cf00c0c226c2f0def25146acd24f86fddf397b47602c1e5509c21b0d7b856cf933a05e19a6d
+Size (go1.11.12.src.tar.gz) = 21113396 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