Sync from SUSE:ALP:Source:Standard:1.0 go1.22 revision c74faadef678bfa303d3d8fbdff9d13c
This commit is contained in:
BIN
go1.22.10.src.tar.gz
LFS
BIN
go1.22.10.src.tar.gz
LFS
Binary file not shown.
BIN
go1.22.12.src.tar.gz
LFS
Normal file
BIN
go1.22.12.src.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 16:39:49 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- 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 <jkowalczyk@suse.com>
|
||||
|
||||
- go1.22.11 (released 2025-01-16) includes security fixes to the
|
||||
crypto/x509 and net/http packages, as well as bug fixes to the
|
||||
runtime.
|
||||
Refs boo#1218424 go1.22 release tracking
|
||||
CVE-2024-45341 CVE-2024-45336
|
||||
* go#71207 go#71156 boo#1236045 security: fix CVE-2024-45341 crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints
|
||||
* go#71210 go#70530 boo#1236046 security: fix CVE-2024-45336 net/http: sensitive headers incorrectly sent after cross-domain redirect
|
||||
* go#71103 crypto/tls: TestVerifyConnection/TLSv12 failures
|
||||
* go#71146 internal/trace: TestTraceCPUProfile/Stress failures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 08:01:10 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- Enable loongarch64 builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 18:00:04 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package go1.22
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -122,7 +122,7 @@
|
||||
%endif
|
||||
|
||||
Name: go1.22
|
||||
Version: 1.22.10
|
||||
Version: 1.22.12
|
||||
Release: 0
|
||||
Summary: A compiled, garbage-collected, concurrent programming language
|
||||
License: BSD-3-Clause
|
||||
@@ -171,7 +171,7 @@ Obsoletes: go-devel < go%{version}
|
||||
# go-vim/emacs were separate projects starting from 1.4
|
||||
Obsoletes: go-emacs <= 1.3.3
|
||||
Obsoletes: go-vim <= 1.3.3
|
||||
ExclusiveArch: %ix86 x86_64 %arm aarch64 ppc64 ppc64le s390x riscv64
|
||||
ExclusiveArch: %ix86 x86_64 %arm aarch64 ppc64 ppc64le s390x riscv64 loongarch64
|
||||
|
||||
%description
|
||||
Go is an expressive, concurrent, garbage collected systems programming language
|
||||
|
||||
Reference in New Issue
Block a user