diff --git a/go1.19.11.src.tar.gz b/go1.19.11.src.tar.gz deleted file mode 100644 index ac89750..0000000 --- a/go1.19.11.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e25c9ab72d811142b7f41ff6da5165fec2d1be5feec3ef2c66bc0bdecb431489 -size 26568253 diff --git a/go1.19.12.src.tar.gz b/go1.19.12.src.tar.gz new file mode 100644 index 0000000..55e4d38 --- /dev/null +++ b/go1.19.12.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5d50e0a7fd74ba1b137cb879609aaaef9880bf72b5d1742100e38ae72bb557 +size 26575152 diff --git a/go1.19.changes b/go1.19.changes index 56d5081..4490d61 100644 --- a/go1.19.changes +++ b/go1.19.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Aug 1 20:35:02 UTC 2023 - Jeff Kowalczyk + +- 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 diff --git a/go1.19.spec b/go1.19.spec index edfd9e2..a9ce951 100644 --- a/go1.19.spec +++ b/go1.19.spec @@ -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