Sync from SUSE:ALP:Source:Standard:1.0 go1.23 revision 8b767fb157d3abecd43db9cff1fbcb82

This commit is contained in:
Adrian Schröter 2024-11-12 09:48:24 +01:00
parent 8ae93fea6a
commit 542505bf40
4 changed files with 22 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 6 22:48:16 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
- go1.23.3 (released 2024-11-06) includes fixes to the linker, the
runtime, and the net/http, os, and syscall packages.
Refs boo#1229122 go1.23 release tracking
* go#69258 runtime: corrupted GoroutineProfile stack traces
* go#69259 runtime: multi-arch build via qemu fails to exec go binary
* go#69640 os: os.checkPidfd() crashes with SIGSYS
* go#69746 runtime: TestGdbAutotmpTypes failures
* go#69848 cmd/compile: syscall.Syscall15: nosplit stack over 792 byte limit
* go#69865 runtime: MutexProfile missing root frames in go1.23
* go#69882 time,runtime: too many concurrent timer firings for short time.Ticker
* go#69978 time,runtime: too many concurrent timer firings for short, fast-resetting time.Timer
* go#69992 cmd/link: LC_UUID not generated by go linker, resulting in failure to access local network on macOS 15
* go#70001 net/http/pprof: coroutines + pprof makes the program panic
* go#70020 net/http: short writes with FileServer on macos
-------------------------------------------------------------------
Tue Oct 1 17:24:29 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>

View File

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