From 38aa0bb519c636c7ee40fbd2551be23269a28084b131f1d6291b4bf06da5f998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 11 Oct 2024 10:03:36 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main go1.23 revision e8345c02f57e55536c9f85b287eb65ad --- go1.23.1.src.tar.gz | 3 --- go1.23.2.src.tar.gz | 3 +++ go1.23.changes | 16 ++++++++++++++++ go1.23.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 go1.23.1.src.tar.gz create mode 100644 go1.23.2.src.tar.gz diff --git a/go1.23.1.src.tar.gz b/go1.23.1.src.tar.gz deleted file mode 100644 index 89cf06f..0000000 --- a/go1.23.1.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d -size 28164249 diff --git a/go1.23.2.src.tar.gz b/go1.23.2.src.tar.gz new file mode 100644 index 0000000..d1a7547 --- /dev/null +++ b/go1.23.2.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36930162a93df417d90bd22c6e14daff4705baac2b02418edda671cdfa9cd07f +size 28171276 diff --git a/go1.23.changes b/go1.23.changes index d74ef4e..9ee44b0 100644 --- a/go1.23.changes +++ b/go1.23.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Oct 1 17:24:29 UTC 2024 - Jeff Kowalczyk + +- go1.23.2 (released 2024-10-01) includes fixes to the compiler, + cgo, the runtime, and the maps, os, os/exec, time, and unique + packages. + Refs boo#1229122 go1.23 release tracking + * go#69119 os: double close pidfd if caller uses pidfd updated by os.StartProcess + * go#69156 maps: segmentation violation in maps.Clone + * go#69219 cmd/cgo: alignment issue with int128 inside of a struct + * go#69240 unique: fatal error: found pointer to free object + * go#69333 runtime,time: timer.Stop returns false even when no value is read from the channel + * go#69383 unique: large string still referenced, after interning only a small substring + * go#69402 os/exec: resource leak on exec failure + * go#69511 cmd/compile: mysterious crashes and non-determinism with range over func + ------------------------------------------------------------------- Thu Sep 5 15:20:23 UTC 2024 - Jeff Kowalczyk diff --git a/go1.23.spec b/go1.23.spec index 06e6745..0aacbe5 100644 --- a/go1.23.spec +++ b/go1.23.spec @@ -122,7 +122,7 @@ %endif Name: go1.23 -Version: 1.23.1 +Version: 1.23.2 Release: 0 Summary: A compiled, garbage-collected, concurrent programming language License: BSD-3-Clause