Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
ab2c882db0 |
BIN
go1.22.10.src.tar.gz
(Stored with Git LFS)
BIN
go1.22.10.src.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
go1.22.11.src.tar.gz
(Stored with Git LFS)
Normal file
BIN
go1.22.11.src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
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.11
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user