From ecd376ac0e9ee3ed3e3d291fef7f1ab4f50a2901f920b5c1aa7e0ee51f04d128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 7 Feb 2025 18:07:02 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main go1.22 revision c74faadef678bfa303d3d8fbdff9d13c --- go1.22.11.src.tar.gz | 3 --- go1.22.12.src.tar.gz | 3 +++ go1.22.changes | 12 ++++++++++++ go1.22.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 go1.22.11.src.tar.gz create mode 100644 go1.22.12.src.tar.gz diff --git a/go1.22.11.src.tar.gz b/go1.22.11.src.tar.gz deleted file mode 100644 index 3e22d1f..0000000 --- a/go1.22.11.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a60c23dec95d10a2576265ce580f57869d5ac2471c4f4aca805addc9ea0fc9fe -size 27565913 diff --git a/go1.22.12.src.tar.gz b/go1.22.12.src.tar.gz new file mode 100644 index 0000000..f4cf03d --- /dev/null +++ b/go1.22.12.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012a7e1f37f362c0918c1dfa3334458ac2da1628c4b9cf4d9ca02db986e17d71 +size 27566409 diff --git a/go1.22.changes b/go1.22.changes index 83a986e..f1d106f 100644 --- a/go1.22.changes +++ b/go1.22.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 4 16:39:49 UTC 2025 - Jeff Kowalczyk + +- go1.22.12 (released 2025-02-04) includes security fixes to the + crypto/elliptic package, as well as bug fixes to the compiler and + the go command. + Refs boo#1218424 go1.22 release tracking + CVE-2025-22866 + * go#71422 go#71383 boo#1236801 security: fix CVE-2025-22866 crypto/internal/fips140/nistec: p256NegCond is variable time on ppc64le + * go#71262 cmd/go/internal/modfetch/codehost: test fails with git 2.47.1 + * go#71229 cmd/compile: broken write barrier + ------------------------------------------------------------------- Thu Jan 16 20:07:58 UTC 2025 - Jeff Kowalczyk diff --git a/go1.22.spec b/go1.22.spec index 72ef0f4..21cfb6b 100644 --- a/go1.22.spec +++ b/go1.22.spec @@ -122,7 +122,7 @@ %endif Name: go1.22 -Version: 1.22.11 +Version: 1.22.12 Release: 0 Summary: A compiled, garbage-collected, concurrent programming language License: BSD-3-Clause