guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 648d3e040530d6e93639927059fe00e5ca0513ac
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 21:08:36 2026 +0000
gnu: go-1.25: Update to 1.25.7 [security-fixes].
Contains fixes for:
CVE-2025-61732: cmd/go: Discrepancy between Go and C/C++ comment parsing
allows for C code smuggling.
CVE-2025-68121: crypto/tls: Config.Clone copies automatically generated
session ticket keys, session resumption does not account
for the expiration of full certificate chainn.
* gnu/packages/golang.scm (go-1.25): Update to 1.25.7.
Change-Id: Id06b038a837beff45af3b6db7ee14a5afd627fb3
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 278eedc142..e21ee24fd1 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1125,7 +1125,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(package
(inherit go-1.24)
(name "go")
- (version "1.25.6")
+ (version "1.25.7")
(source
(origin
(method git-fetch)
@@ -1134,7 +1134,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "00ikkhx47nh2pwq11ffkb2sl38dhz5jm8cvib78ranvqd5cgk6h6"))))
+ (base32 "0mjygpbswf91af07bbc1xpbw1adbcd210401rp5wpqv6d5rqn3jc"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.24)
((#:phases phases)