From c5c328e2c8a0f23dcbde987c51ae7d3eb17209bb Mon Sep 17 00:00:00 2001 From: sa-buc Date: Mon, 15 Dec 2025 15:43:54 +0800 Subject: [PATCH] Update to 1.24.11 for fix CVE-2025-61727 --- download | 2 +- golang.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/download b/download index 26ed1dc..1b0000e 100644 --- a/download +++ b/download @@ -1 +1 @@ -22c7cfa0b7160a0bb2283226b9964967 go1.24.8.src.tar.gz +43c9407d20b23fd5a3031c7d26d99780 go1.24.11.src.tar.gz diff --git a/golang.spec b/golang.spec index fd1d467..29a19f4 100644 --- a/golang.spec +++ b/golang.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 # Disable debuginfo packages %global debug_package %{nil} @@ -71,7 +71,7 @@ # Comment out go_patch as needed %global go_api 1.24 -%global go_patch 8 +%global go_patch 11 Name: golang Version: %{go_api}%{?go_patch:.%{go_patch}} @@ -653,6 +653,7 @@ if [ $1 = 0 ]; then --remove go %{goroot}/bin/go fi + %files %license LICENSE PATENTS # VERSION has to be present in the GOROOT, for `go install std` to work @@ -700,6 +701,9 @@ fi %files docs -f go-docs.list %changelog +* Mon Dec 15 2025 lzq11122 - 1.24.11.1 +- Update to 1.24.11 for fix CVE-2025-61727 + * Mon Dec 8 2025 limeidan - 1.24.8.2 - add new instructions of loong64. - optimize the crypto package on loong64. -- Gitee