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 Jul 14 12:25:19 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/go111/PLIST
cvs rdiff -u -r1.8 -r1.9 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/go/version.mk
diff -u pkgsrc/lang/go/version.mk:1.63 pkgsrc/lang/go/version.mk:1.64
--- pkgsrc/lang/go/version.mk:1.63      Mon May 27 15:16:38 2019
+++ pkgsrc/lang/go/version.mk   Sun Jul 14 12:25:18 2019
@@ -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 @@ STRIP_DEBUG_SUPPORTED=  no
 .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

Index: pkgsrc/lang/go111/PLIST
diff -u pkgsrc/lang/go111/PLIST:1.10 pkgsrc/lang/go111/PLIST:1.11
--- pkgsrc/lang/go111/PLIST:1.10        Mon May 27 14:33:10 2019
+++ pkgsrc/lang/go111/PLIST     Sun Jul 14 12:25:18 2019
@@ -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/issue29304.go
 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

Index: pkgsrc/lang/go111/distinfo
diff -u pkgsrc/lang/go111/distinfo:1.8 pkgsrc/lang/go111/distinfo:1.9
--- pkgsrc/lang/go111/distinfo:1.8      Mon May 27 14:33:10 2019
+++ pkgsrc/lang/go111/distinfo  Sun Jul 14 12:25:18 2019
@@ -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