aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ganeti.scm
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-03-11 10:53:00 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-03-11 11:02:23 +0100
commit500189b4d2f1e3a2d4ee8ab73d889e3d8ac70632 (patch)
treec5d89c9816f148d7f079024e782aa1bea916d3af /gnu/services/ganeti.scm
parentfd2751f89f04669227bbd71243bb100e3742a3fd (diff)
downloadguix-500189b4d2f1e3a2d4ee8ab73d889e3d8ac70632.tar.gz
guix-500189b4d2f1e3a2d4ee8ab73d889e3d8ac70632.zip
gnu: go: Update to 1.14.15 [security fixes].
This update will cause more than 300 packages to be rebuilt but due to how Go works we can't graft to fix the issue since we actually need to rebuild dependents so they include a newer version of the Go standard library. Considering the CVEs that this fixes are in great part in the Go standard library we can only proceed and push directly to master. * gnu/packages/golang.scm (go): Update to 1.14.15. [arguments]: Remove more cgo-related failing tests.
Diffstat (limited to 'gnu/services/ganeti.scm')
0 files changed, 0 insertions, 0 deletions
l.com> Change-Id: I95b58d6e4d77a54364026b4324fbb00125a9402e Ludovic Courtès 2023-11-25tests: Import (guix build syscalls) when (guix build store-copy) is used....Fixes a test failure introduced in 189525412e3d803f3f77e15ec4a62aaa57f65a2d. * guix/progress.scm: Autoload (guix build syscalls). * tests/gexp.scm ("gexp->derivation, store copy"): Add (guix build syscalls) to the list of imported modules. Use ‘with-imported-modules’ rather than #:modules. Change-Id: I8d3fe90f564ef4b1a340f34cee6c08a741f7b836 Ludovic Courtès