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:           Fri Aug 25 18:29:24 UTC 2023

Modified Files:
        pkgsrc/lang/go: version.mk
        pkgsrc/lang/go120: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/go120/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/go120/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.184 pkgsrc/lang/go/version.mk:1.185
--- pkgsrc/lang/go/version.mk:1.184     Sat Aug 12 13:02:54 2023
+++ pkgsrc/lang/go/version.mk   Fri Aug 25 18:29:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.184 2023/08/12 13:02:54 bsiegert Exp $
+# $NetBSD: version.mk,v 1.185 2023/08/25 18:29:24 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"
 
-GO120_VERSION= 1.20.6
+GO120_VERSION= 1.20.7
 GO119_VERSION= 1.19.12
 GO118_VERSION= 1.18.10
 GO14_VERSION=  1.4.3

Index: pkgsrc/lang/go120/Makefile
diff -u pkgsrc/lang/go120/Makefile:1.2 pkgsrc/lang/go120/Makefile:1.3
--- pkgsrc/lang/go120/Makefile:1.2      Sat Jul 15 10:52:59 2023
+++ pkgsrc/lang/go120/Makefile  Fri Aug 25 18:29:24 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.2 2023/07/15 10:52:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2023/08/25 18:29:24 bsiegert Exp $
 
-PKGREVISION= 1
 .include "../../lang/go/version.mk"
 # Minimum Go version for bootstrapping is 1.17.13.
 # Go 1.17 has some concurrency issues that have been fixed in 1.18.

Index: pkgsrc/lang/go120/distinfo
diff -u pkgsrc/lang/go120/distinfo:1.7 pkgsrc/lang/go120/distinfo:1.8
--- pkgsrc/lang/go120/distinfo:1.7      Sat Jul 15 10:40:37 2023
+++ pkgsrc/lang/go120/distinfo  Fri Aug 25 18:29:24 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2023/07/15 10:40:37 bsiegert Exp $
+$NetBSD: distinfo,v 1.8 2023/08/25 18:29:24 bsiegert Exp $
 
-BLAKE2s (go1.20.6.src.tar.gz) = ec2db20ad86617288f47694668a7ccd79e07acabf0f8a1c35f57b1b9d1580fb5
-SHA512 (go1.20.6.src.tar.gz) = 509ade7c2a76bd46b26dda4522692ceef5023aae21461b866006341f98544e7ea755aee230a9fea789ed7afb1c49a693c34c8337892e308dfb051aef2b08c975
-Size (go1.20.6.src.tar.gz) = 26194491 bytes
+BLAKE2s (go1.20.7.src.tar.gz) = a052931d633519bc4461b38bd378a3efd51a489a2556f7bd74a429b09dcbf2de
+SHA512 (go1.20.7.src.tar.gz) = c3dae709d0db8ab32a68bda2d260ffe86ee77c703bdbf34eefd0e1f745dd0aa04e3d17833877e7f06aa066686da501a85361591e510a341affc0244dde2b9946
+Size (go1.20.7.src.tar.gz) = 26192928 bytes
 SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe
 SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35



Home | Main Index | Thread Index | Old Index