Accepting request 1032743 from devel:languages:go

- 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 (forwarded request 1032741 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1032743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.18?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2022-11-02 11:46:27 +00:00 committed by Git OBS Bridge
commit 2ca43d5508
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9467e33b819f71bebb21fb0ee1dd6794fd2244ae94907a984286712f9839a944
size 22872579

3
go1.18.8.src.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f79802305015479e77d8c641530bc54ec994657d5c5271e0172eb7118346a12
size 22873390

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 1 17:18:30 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
- 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 <jkowalczyk@suse.com>

View File

@ -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