diff --git a/download b/download index 26ed1dccb10934a2de6bcfa2a1415a5a37071b86..1b0000ed9e71cf5d679db4e999818f6ca0dd2e6c 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 fd1d467e9140092fb20bfb2d5c7d655e73d1e624..29a19f4fd17225639cabf3b6fc4f5efaf03d7b85 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.