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:           Wed Jun 17 09:37:25 UTC 2020

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

Log Message:
Update go114 to 1.14.4.

go1.14.3 (released 2020/05/14) includes fixes to cgo, the compiler, the
runtime, and the go/doc and math/big packages. See the Go 1.14.3
milestone on our issue tracker for details.

go1.14.4 (released 2020/06/01) includes fixes to the go doc command, the
runtime, and the encoding/json and os packages. See the Go 1.14.4
milestone on our issue tracker for details.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/go114/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/go114/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.91 pkgsrc/lang/go/version.mk:1.92
--- pkgsrc/lang/go/version.mk:1.91      Sat May 16 08:33:07 2020
+++ pkgsrc/lang/go/version.mk   Wed Jun 17 09:37:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.91 2020/05/16 08:33:07 bsiegert Exp $
+# $NetBSD: version.mk,v 1.92 2020/06/17 09:37:25 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"
 
-GO114_VERSION= 1.14.2
+GO114_VERSION= 1.14.4
 GO113_VERSION= 1.13.11
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7

Index: pkgsrc/lang/go114/PLIST
diff -u pkgsrc/lang/go114/PLIST:1.3 pkgsrc/lang/go114/PLIST:1.4
--- pkgsrc/lang/go114/PLIST:1.3 Thu Apr  9 13:28:38 2020
+++ pkgsrc/lang/go114/PLIST     Wed Jun 17 09:37:25 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/04/09 13:28:38 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/06/17 09:37:25 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go114/AUTHORS
@@ -1506,6 +1506,8 @@ go114/src/cmd/doc/dirs.go
 go114/src/cmd/doc/doc_test.go
 go114/src/cmd/doc/main.go
 go114/src/cmd/doc/pkg.go
+go114/src/cmd/doc/testdata/merge/aa.go
+go114/src/cmd/doc/testdata/merge/bb.go
 go114/src/cmd/doc/testdata/nested/empty/empty.go
 go114/src/cmd/doc/testdata/nested/ignore.go
 go114/src/cmd/doc/testdata/nested/nested/real.go
@@ -8600,6 +8602,7 @@ go114/test/fixedbugs/issue36723.go
 go114/test/fixedbugs/issue3705.go
 go114/test/fixedbugs/issue37716.go
 go114/test/fixedbugs/issue3783.go
+go114/test/fixedbugs/issue38117.go
 go114/test/fixedbugs/issue3925.go
 go114/test/fixedbugs/issue4066.go
 go114/test/fixedbugs/issue4085a.go

Index: pkgsrc/lang/go114/distinfo
diff -u pkgsrc/lang/go114/distinfo:1.6 pkgsrc/lang/go114/distinfo:1.7
--- pkgsrc/lang/go114/distinfo:1.6      Fri May  1 15:58:00 2020
+++ pkgsrc/lang/go114/distinfo  Wed Jun 17 09:37:25 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2020/05/01 15:58:00 tnn Exp $
+$NetBSD: distinfo,v 1.7 2020/06/17 09:37:25 bsiegert Exp $
 
-SHA1 (go1.14.2.src.tar.gz) = bdc78d3a84b9d95766574b4bf33fc179542c2adf
-RMD160 (go1.14.2.src.tar.gz) = 8b6d9bdb7e8d1eb9fba36d110cfcf59c6d9adc1e
-SHA512 (go1.14.2.src.tar.gz) = 3f6804e1a60df6a7c55c294fe4147b2d6f028c619ad4ae5b1ae8793c6be637a1e6a62721cc7ce0b28918ab3441a89fa9acda72cb5450bf5af8d7872411d28015
-Size (go1.14.2.src.tar.gz) = 22454649 bytes
+SHA1 (go1.14.4.src.tar.gz) = 0f49857387f181a0aa5fd0d16ae93afce11445d1
+RMD160 (go1.14.4.src.tar.gz) = 1fe71fc573c57031c446f1624fc5d309cb1508d8
+SHA512 (go1.14.4.src.tar.gz) = b0d657ea33331062db5a4da0aff14798f292ca967a53665af1a93e04eba7a03e49a3dbc4768c4f099ec5ff25a31885750f7658f819057057093e2d7bfb085575
+Size (go1.14.4.src.tar.gz) = 22535243 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