From 446dad58e721b81b08f1e52e72ac8a5da8f8c38c03337cf7173e9fbd7b7b2497 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Tue, 1 Nov 2022 20:02:26 +0000 Subject: [PATCH] Accepting request 1032741 from home:jfkw:branches:devel:languages:go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - go1.18.8 (released 2022-11-01) includes security fixes to the os/exec and syscall packages, as well as bug fixes to the runtime. Refs boo#1193742 go1.18 release tracking CVE-2022-41716 * go#56327 boo#1204941 security: fix CVE-2022-41716 syscall, os/exec: unsanitized NUL in environment variables * go#56308 runtime: "runtime·lock: lock count" fatal error when cgo is enabled OBS-URL: https://build.opensuse.org/request/show/1032741 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.18?expand=0&rev=35 --- go1.18.7.src.tar.gz | 3 --- go1.18.8.src.tar.gz | 3 +++ go1.18.changes | 11 +++++++++++ go1.18.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 go1.18.7.src.tar.gz create mode 100644 go1.18.8.src.tar.gz diff --git a/go1.18.7.src.tar.gz b/go1.18.7.src.tar.gz deleted file mode 100644 index 4cedd4f..0000000 --- a/go1.18.7.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9467e33b819f71bebb21fb0ee1dd6794fd2244ae94907a984286712f9839a944 -size 22872579 diff --git a/go1.18.8.src.tar.gz b/go1.18.8.src.tar.gz new file mode 100644 index 0000000..658e205 --- /dev/null +++ b/go1.18.8.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f79802305015479e77d8c641530bc54ec994657d5c5271e0172eb7118346a12 +size 22873390 diff --git a/go1.18.changes b/go1.18.changes index 7b2ed89..e1e76bf 100644 --- a/go1.18.changes +++ b/go1.18.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 1 17:18:30 UTC 2022 - Jeff Kowalczyk + +- go1.18.8 (released 2022-11-01) includes security fixes to the + os/exec and syscall packages, as well as bug fixes to the + runtime. + Refs boo#1193742 go1.18 release tracking + CVE-2022-41716 + * go#56327 boo#1204941 security: fix CVE-2022-41716 syscall, os/exec: unsanitized NUL in environment variables + * go#56308 runtime: "runtime·lock: lock count" fatal error when cgo is enabled + ------------------------------------------------------------------- Tue Oct 4 18:21:57 UTC 2022 - Jeff Kowalczyk diff --git a/go1.18.spec b/go1.18.spec index 52ba889..17f42cf 100644 --- a/go1.18.spec +++ b/go1.18.spec @@ -134,7 +134,7 @@ %endif Name: go1.18 -Version: 1.18.7 +Version: 1.18.8 Release: 0 Summary: A compiled, garbage-collected, concurrent programming language License: BSD-3-Clause