From 542505bf4047c12a6b3e42bf4a3bf2c00212b502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 12 Nov 2024 09:48:24 +0100 Subject: [PATCH] Sync from SUSE:ALP:Source:Standard:1.0 go1.23 revision 8b767fb157d3abecd43db9cff1fbcb82 --- go1.23.2.src.tar.gz | 3 --- go1.23.3.src.tar.gz | 3 +++ go1.23.changes | 18 ++++++++++++++++++ go1.23.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 go1.23.2.src.tar.gz create mode 100644 go1.23.3.src.tar.gz diff --git a/go1.23.2.src.tar.gz b/go1.23.2.src.tar.gz deleted file mode 100644 index 7532c7e..0000000 --- a/go1.23.2.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36930162a93df417d90bd22c6e14daff4705baac2b02418edda671cdfa9cd07f -size 28171276 diff --git a/go1.23.3.src.tar.gz b/go1.23.3.src.tar.gz new file mode 100644 index 0000000..d557648 --- /dev/null +++ b/go1.23.3.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6a77332487557c6afa2421131b50f83db4ae3c579c3bc72e670ee1f6968599 +size 28173788 diff --git a/go1.23.changes b/go1.23.changes index c53e355..ecb6755 100644 --- a/go1.23.changes +++ b/go1.23.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Nov 6 22:48:16 UTC 2024 - Jeff Kowalczyk + +- 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 diff --git a/go1.23.spec b/go1.23.spec index 122f10c..22ba76f 100644 --- a/go1.23.spec +++ b/go1.23.spec @@ -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