Accepting request 938755 from devel:languages:go

- go1.17.5 (released 2021-12-09) includes security fixes to the
  syscall and net/http packages.
  Refs boo#1190649 go1.17 release tracking
  CVE-2021-44716 CVE-2021-44717
  * boo#1193598 go#50057 CVE-2021-44717
  * go#50067 syscall: don’t close fd 0 on ForkExec error
  * boo#1193597 go#50058 CVE-2021-44716
  * go#50065 net/http: limit growth of header canonicalization cache (forwarded request 938745 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/938755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.17?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2021-12-12 20:27:07 +00:00 committed by Git OBS Bridge
commit 0b83721735
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Dec 9 17:31:00 UTC 2021 - Jeff Kowalczyk <jkowalczyk@suse.com>
- go1.17.5 (released 2021-12-09) includes security fixes to the
syscall and net/http packages.
Refs boo#1190649 go1.17 release tracking
CVE-2021-44716 CVE-2021-44717
* boo#1193598 go#50057 CVE-2021-44717
* go#50067 syscall: dont close fd 0 on ForkExec error
* boo#1193597 go#50058 CVE-2021-44716
* go#50065 net/http: limit growth of header canonicalization cache
-------------------------------------------------------------------
Fri Dec 3 02:15:02 UTC 2021 - Jeff Kowalczyk <jkowalczyk@suse.com>

View File

@ -135,7 +135,7 @@
%endif
Name: go1.17
Version: 1.17.4
Version: 1.17.5
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
License: BSD-3-Clause