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 May 11 18:39:42 UTC 2022

Modified Files:
        pkgsrc/lang/go: version.mk
        pkgsrc/lang/go117: distinfo

Log Message:
go117: update to 1.17.10 (security)

go1.17.10 (released 2022-05-10) includes security fixes to the syscall package,
as well as bug fixes to the compiler, runtime, and the crypto/x509 and
net/http/httptest packages. See the Go 1.17.10 milestone on our issue tracker
for details.


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/go117/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.147 pkgsrc/lang/go/version.mk:1.148
--- pkgsrc/lang/go/version.mk:1.147     Tue Apr 19 11:56:21 2022
+++ pkgsrc/lang/go/version.mk   Wed May 11 18:39:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.147 2022/04/19 11:56:21 bsiegert Exp $
+# $NetBSD: version.mk,v 1.148 2022/05/11 18:39:42 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -7,7 +7,7 @@
 .include "go-vars.mk"
 
 GO118_VERSION= 1.18.1
-GO117_VERSION= 1.17.9
+GO117_VERSION= 1.17.10
 GO116_VERSION= 1.16.15
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7

Index: pkgsrc/lang/go117/distinfo
diff -u pkgsrc/lang/go117/distinfo:1.15 pkgsrc/lang/go117/distinfo:1.16
--- pkgsrc/lang/go117/distinfo:1.15     Wed Apr 13 07:36:53 2022
+++ pkgsrc/lang/go117/distinfo  Wed May 11 18:39:42 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2022/04/13 07:36:53 bsiegert Exp $
+$NetBSD: distinfo,v 1.16 2022/05/11 18:39:42 bsiegert Exp $
 
-BLAKE2s (go1.17.9.src.tar.gz) = e5c413e7ce5ed7521af79b7e46f86d727bc4b8230dae3ad4c3e9cf436e2f5a7c
-SHA512 (go1.17.9.src.tar.gz) = 70c7a6b43531c445cce13963644cc766e5d167597452a1324eacb2ee95bdd9c860ef62f13261bfc4c6baae5773f8953ce6cda9fae21eb7ac0e90bae1ca044a02
-Size (go1.17.9.src.tar.gz) = 22200358 bytes
+BLAKE2s (go1.17.10.src.tar.gz) = f4058c3d468d8dbd82a0e4e8ab408e73b385f113c2f0b047557383dbe0b5969f
+SHA512 (go1.17.10.src.tar.gz) = 92aa95927ce244cab339dd7f2fb7e416605515d496e96618e6e45ecfa7b022ae3a178bf88338a7a9e9e1afea4c9ab5f9c35f5716409cddbab3542daefb6ba425
+Size (go1.17.10.src.tar.gz) = 22196380 bytes
 SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe
 SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 27636e0d8c121ccec6c46a3a82cd0e0469473a6e



Home | Main Index | Thread Index | Old Index