Sync from SUSE:ALP:Source:Standard:1.0 go1.24 revision 50ff83498d1bb8d151515b9a3445b9c6

This commit is contained in:
2025-03-11 11:43:31 +01:00
parent 5e96d9caae
commit 125ab73a36
4 changed files with 33 additions and 5 deletions

BIN
go1.24.0.src.tar.gz (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,5 +1,33 @@
-------------------------------------------------------------------
Tue Feb 11 17:55:39 UTC 2025 - Jeff Kowalczyk jkowalczyk@suse.com>
Tue Mar 4 19:27:08 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
- go1.24.1 (released 2025-03-04) includes security fixes to the
net/http, x/net/proxy, and x/net/http/httpproxy packages, as well
as bug fixes to the compiler, the runtime, the go command and the
crypto, debug, os and reflect packages.
Refs boo#1236217 go1.24 release tracking
CVE-2025-22870
* go#71986 go#71984 boo#1238572 security: fix CVE-2025-22870 net/http, x/net/proxy, x/net/http/httpproxy: proxy bypass using IPv6 zone IDs
* go#71687 cmd/go: panics with GOAUTH='git dir' go get -x
* go#71705 runtime: add linkname of runtime.lastmoduledatap for cloudwego/sonic
* go#71728 runtime: usleep computes wrong tv_nsec on s390x
* go#71745 crypto: add fips140 as an opaque GODEBUG setting and add documentation for it
* go#71829 cmd/compile: fail to compile package in 1.24
* go#71836 os: possible regression from Go 1.23 to Go 1.24 when opening DevNull with O_TRUNC
* go#71840 runtime: recover added in range-over-func loop body doesn't stop panic propagation / segfaults printing error
* go#71849 os: spurious SIGCHILD on running child process
* go#71855 cmd/compile: Pow10 freeze the compiler on certain condition on Go 1.24
* go#71858 debug/buildinfo: false positives with external scanners flag for go117 binary in testdata
* go#71876 reflect: Value.Seq panicking on functional iterator methods
* go#71904 cmd/compile: nil dereference when storing field of non-nil struct value
* go#71916 reflect: Value.Seq iteration value types not matching the type of given int types
* go#71938 cmd/compile: "fatal error: found pointer to free object" on arm64
* go#71955 proposal: runtime: allow cleanups to run concurrently
* go#71963 runtime/cgo: does not build with -Wdeclaration-after-statement
* go#71977 syscall: js/wasm file operations fail on windows / node.js
-------------------------------------------------------------------
Tue Feb 11 17:55:39 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
- go1.24 (released 2025-02-11) is a major release of Go.
go1.24.x minor releases will be provided through February 2026.

View File

@@ -122,7 +122,7 @@
%endif
Name: go1.24
Version: 1.24.0
Version: 1.24.1
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
License: BSD-3-Clause