pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang go119: update to 1.19.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b56a65baa0d
branches:  trunk
changeset: 387567:0b56a65baa0d
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Nov 01 17:41:11 2022 +0000

description:
go119: update to 1.19.3

This release includes 1 security fixes following the security policy:

syscall, os/exec: unsanitized NUL in environment variables

On Windows, syscall.StartProcess and os/exec.Cmd did not properly check for
invalid environment variable values. A malicious environment variable value
could exploit this behavior to set a value for a different environment
variable. For example, the environment variable string "A=B\x00C=D" set the
variables "A=B" and "C=D".

Thanks to RyotaK (https://twitter.com/ryotkak) for reporting this issue.

This is CVE-2022-41716 and Go issue https://go.dev/issue/56284.

View the release notes for more information:
https://go.dev/doc/devel/release#go1.19.3

diffstat:

 lang/go/version.mk  |  4 ++--
 lang/go119/PLIST    |  4 +++-
 lang/go119/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r b1bf700906de -r 0b56a65baa0d lang/go/version.mk
--- a/lang/go/version.mk        Tue Nov 01 17:33:40 2022 +0000
+++ b/lang/go/version.mk        Tue Nov 01 17:41:11 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.164 2022/11/01 17:26:16 bsiegert Exp $
+# $NetBSD: version.mk,v 1.165 2022/11/01 17:41:11 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"
 
-GO119_VERSION= 1.19.2
+GO119_VERSION= 1.19.3
 GO118_VERSION= 1.18.8
 GO117_VERSION= 1.17.13
 GO116_VERSION= 1.16.15
diff -r b1bf700906de -r 0b56a65baa0d lang/go119/PLIST
--- a/lang/go119/PLIST  Tue Nov 01 17:33:40 2022 +0000
+++ b/lang/go119/PLIST  Tue Nov 01 17:41:11 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/10/05 11:20:24 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/11/01 17:41:11 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go119/CONTRIBUTING.md
@@ -11235,10 +11235,12 @@
 go119/test/fixedbugs/issue5581.go
 go119/test/fixedbugs/issue5607.go
 go119/test/fixedbugs/issue5609.go
+go119/test/fixedbugs/issue56105.go
 go119/test/fixedbugs/issue5614.dir/rethinkgo.go
 go119/test/fixedbugs/issue5614.dir/x.go
 go119/test/fixedbugs/issue5614.dir/y.go
 go119/test/fixedbugs/issue5614.go
+go119/test/fixedbugs/issue56141.go
 go119/test/fixedbugs/issue5698.go
 go119/test/fixedbugs/issue5704.go
 go119/test/fixedbugs/issue5753.go
diff -r b1bf700906de -r 0b56a65baa0d lang/go119/distinfo
--- a/lang/go119/distinfo       Tue Nov 01 17:33:40 2022 +0000
+++ b/lang/go119/distinfo       Tue Nov 01 17:41:11 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2022/10/05 11:20:24 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2022/11/01 17:41:11 bsiegert Exp $
 
-BLAKE2s (go1.19.2.src.tar.gz) = 09640c7d9fafd3e5a58de1696940e4e5e4102d15d567fff98077c75e7e6afd7f
-SHA512 (go1.19.2.src.tar.gz) = 72901e5eaf1857b22bf62a82690579aa4bd8b8130f16416313d249600c99e1ae3c1451ac5c53138ce41dd39dd72dcf8d0f3592b98f4239754efcf4f8b0103cb4
-Size (go1.19.2.src.tar.gz) = 26534465 bytes
+BLAKE2s (go1.19.3.src.tar.gz) = c602788f22c90df6db30b8a6493ea7ae28068824a64612e415967a47ed87d627
+SHA512 (go1.19.3.src.tar.gz) = 9aa8548597d52455afad8bf3b882eeeb9992814721ff2b9d8ed1f0e1ee0fec74aecd9d4e8c9c00eafbfe690bcdc50f3ad0b00bc4818b87e9d584cce7df97ee76
+Size (go1.19.3.src.tar.gz) = 26535494 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