Accepting request 1101870 from home:jfkw:branches:devel:languages:go

- go1.19.12 (released 2023-08-01) includes a security fix to the
  crypto/tls package, as well as bug fixes to the assembler and the
  compiler.
  Refs boo#1200441 go1.19 release tracking
  CVE-2023-29409
  * go#61579 go#61460 boo#1213880 security: fix CVE-2023-29409 crypto/tls: restrict RSA keys in certificates to <= 8192 bits
  * go#61319 cmd/compile: ppc64le: sign extension issue in go 1.21rc2
  * go#61448 net: TestInterfaceArrivalAndDepartureZoneCache is broken on linux-arm64
  * go#61470 cmd/compile: failed to make Go on riscv64 CPU with numa

OBS-URL: https://build.opensuse.org/request/show/1101870
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.19?expand=0&rev=40
This commit is contained in:
Jeff Kowalczyk 2023-08-02 00:35:40 +00:00 committed by Git OBS Bridge
parent 29376bca0d
commit a2217efbcd
4 changed files with 17 additions and 4 deletions

View File

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

BIN
go1.19.12.src.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 1 20:35:02 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
- go1.19.12 (released 2023-08-01) includes a security fix to the
crypto/tls package, as well as bug fixes to the assembler and the
compiler.
Refs boo#1200441 go1.19 release tracking
CVE-2023-29409
* go#61579 go#61460 boo#1213880 security: fix CVE-2023-29409 crypto/tls: restrict RSA keys in certificates to <= 8192 bits
* go#61319 cmd/compile: ppc64le: sign extension issue in go 1.21rc2
* go#61448 net: TestInterfaceArrivalAndDepartureZoneCache is broken on linux-arm64
* go#61470 cmd/compile: failed to make Go on riscv64 CPU with numa
-------------------------------------------------------------------
Tue Jul 11 17:50:52 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>

View File

@ -134,7 +134,7 @@
%endif
Name: go1.19
Version: 1.19.11
Version: 1.19.12
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
License: BSD-3-Clause