Fri Aug 25 18:29:24 2023 UTC ()
go120: update to 1.20.7 (security)

go1.20.7 (released 2023-08-01) includes a security fix to the crypto/tls
package, as well as bug fixes to the assembler and the compiler. See the Go
1.20.7 milestone on our issue tracker for details.


(bsiegert)
diff -r1.184 -r1.185 pkgsrc/lang/go/version.mk
diff -r1.2 -r1.3 pkgsrc/lang/go120/Makefile
diff -r1.7 -r1.8 pkgsrc/lang/go120/distinfo

cvs diff -r1.184 -r1.185 pkgsrc/lang/go/version.mk (expand / switch to unified diff)

--- pkgsrc/lang/go/version.mk 2023/08/12 13:02:54 1.184
+++ pkgsrc/lang/go/version.mk 2023/08/25 18:29:24 1.185
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: version.mk,v 1.184 2023/08/12 13:02:54 bsiegert Exp $ 1# $NetBSD: version.mk,v 1.185 2023/08/25 18:29:24 bsiegert Exp $
2 2
3# 3#
4# If bsd.prefs.mk is included before go-package.mk in a package, then this 4# If bsd.prefs.mk is included before go-package.mk in a package, then this
5# file must be included directly in the package prior to bsd.prefs.mk. 5# file must be included directly in the package prior to bsd.prefs.mk.
6# 6#
7.include "go-vars.mk" 7.include "go-vars.mk"
8 8
9GO120_VERSION= 1.20.6 9GO120_VERSION= 1.20.7
10GO119_VERSION= 1.19.12 10GO119_VERSION= 1.19.12
11GO118_VERSION= 1.18.10 11GO118_VERSION= 1.18.10
12GO14_VERSION= 1.4.3 12GO14_VERSION= 1.4.3
13 13
14.include "../../mk/bsd.prefs.mk" 14.include "../../mk/bsd.prefs.mk"
15 15
16GO_VERSION_DEFAULT?= 120 16GO_VERSION_DEFAULT?= 120
17 17
18.if !empty(GO_VERSION_DEFAULT) 18.if !empty(GO_VERSION_DEFAULT)
19GOVERSSUFFIX= ${GO_VERSION_DEFAULT} 19GOVERSSUFFIX= ${GO_VERSION_DEFAULT}
20.endif 20.endif
21 21
22# How to find the Go tool 22# How to find the Go tool

cvs diff -r1.2 -r1.3 pkgsrc/lang/go120/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/go120/Makefile 2023/07/15 10:52:59 1.2
+++ pkgsrc/lang/go120/Makefile 2023/08/25 18:29:24 1.3
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.2 2023/07/15 10:52:59 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.3 2023/08/25 18:29:24 bsiegert Exp $
2 2
3PKGREVISION= 1 
4.include "../../lang/go/version.mk" 3.include "../../lang/go/version.mk"
5# Minimum Go version for bootstrapping is 1.17.13. 4# Minimum Go version for bootstrapping is 1.17.13.
6# Go 1.17 has some concurrency issues that have been fixed in 1.18. 5# Go 1.17 has some concurrency issues that have been fixed in 1.18.
7GO_BOOTSTRAP_REQD= 118 6GO_BOOTSTRAP_REQD= 118
8.include "../../lang/go/bootstrap.mk" 7.include "../../lang/go/bootstrap.mk"
9 8
10GOVERSSUFFIX= 120 9GOVERSSUFFIX= 120
11 10
12DISTNAME= go${GO${GOVERSSUFFIX}_VERSION}.src 11DISTNAME= go${GO${GOVERSSUFFIX}_VERSION}.src
13PKGNAME= go${GOVERSSUFFIX}-${GO${GOVERSSUFFIX}_VERSION} 12PKGNAME= go${GOVERSSUFFIX}-${GO${GOVERSSUFFIX}_VERSION}
14CATEGORIES= lang 13CATEGORIES= lang
15MASTER_SITES= https://storage.googleapis.com/golang/ 14MASTER_SITES= https://storage.googleapis.com/golang/
16 15

cvs diff -r1.7 -r1.8 pkgsrc/lang/go120/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/go120/distinfo 2023/07/15 10:40:37 1.7
+++ pkgsrc/lang/go120/distinfo 2023/08/25 18:29:24 1.8
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.7 2023/07/15 10:40:37 bsiegert Exp $ 1$NetBSD: distinfo,v 1.8 2023/08/25 18:29:24 bsiegert Exp $
2 2
3BLAKE2s (go1.20.6.src.tar.gz) = ec2db20ad86617288f47694668a7ccd79e07acabf0f8a1c35f57b1b9d1580fb5 3BLAKE2s (go1.20.7.src.tar.gz) = a052931d633519bc4461b38bd378a3efd51a489a2556f7bd74a429b09dcbf2de
4SHA512 (go1.20.6.src.tar.gz) = 509ade7c2a76bd46b26dda4522692ceef5023aae21461b866006341f98544e7ea755aee230a9fea789ed7afb1c49a693c34c8337892e308dfb051aef2b08c975 4SHA512 (go1.20.7.src.tar.gz) = c3dae709d0db8ab32a68bda2d260ffe86ee77c703bdbf34eefd0e1f745dd0aa04e3d17833877e7f06aa066686da501a85361591e510a341affc0244dde2b9946
5Size (go1.20.6.src.tar.gz) = 26194491 bytes 5Size (go1.20.7.src.tar.gz) = 26192928 bytes
6SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe 6SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe
7SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7 7SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7
8SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35 8SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35
9SHA1 (patch-src_crypto_x509_root__solaris.go) = d636a1599ede225ac339388fba2b6e253112d461 9SHA1 (patch-src_crypto_x509_root__solaris.go) = d636a1599ede225ac339388fba2b6e253112d461
10SHA1 (patch-src_syscall_zsysnum__solaris__amd64.go) = ec28a0fa37ba9599ec1651c8e9337a2efc48a26b 10SHA1 (patch-src_syscall_zsysnum__solaris__amd64.go) = ec28a0fa37ba9599ec1651c8e9337a2efc48a26b