From fc84b4d627e7f4f6121701f40fc4590ae83d2536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 14 Oct 2024 16:08:38 +0200 Subject: [PATCH] Adding patchinfo patchinfo.20241011080148112693.269002615871826 --- go1.23 | 2 +- .../_patchinfo | 37 +++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 patchinfo.20241011080148112693.269002615871826/_patchinfo diff --git a/go1.23 b/go1.23 index 13fdb0b..8ae93fe 160000 --- a/go1.23 +++ b/go1.23 @@ -1 +1 @@ -Subproject commit 13fdb0b1fe3012a4edcdd30b0d2930e4fcc7d26e +Subproject commit 8ae93fea6a8ad3707803509be8767fb6b0430e37 diff --git a/patchinfo.20241011080148112693.269002615871826/_patchinfo b/patchinfo.20241011080148112693.269002615871826/_patchinfo new file mode 100644 index 0000000..8980900 --- /dev/null +++ b/patchinfo.20241011080148112693.269002615871826/_patchinfo @@ -0,0 +1,37 @@ + + + go1.22 release tracking + go1.23 release tracking + jfkw + moderate + recommended + Recommended update for go1.22, go1.23 + This update for go1.22, go1.23 fixes the following issues: + +go1.22: + - go1.22.8 (released 2024-10-01) includes fixes to cgo, and the + maps and syscall packages. + Refs bsc#1218424 go1.22 release tracking + * go#69155 maps: segmentation violation in maps.Clone + * go#69218 cmd/cgo: alignment issue with int128 inside of a struct + * go#69366 syscall: TestAmbientCapsUserns fails on Ubuntu 24.04/Linux 6.8.0 + +go1.23: + - 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 bsc#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 + + + go1.22 + go1.23 + +