guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: go: Update to 1.14.15 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: go: Update to 1.14.15 [security fixes].
Date: Thu, 11 Mar 2021 05:02:54 -0500

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 500189b  gnu: go: Update to 1.14.15 [security fixes].
500189b is described below

commit 500189b4d2f1e3a2d4ee8ab73d889e3d8ac70632
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Mar 11 10:53:00 2021 +0100

    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.
---
 gnu/packages/golang.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index dd50da1..849227d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -235,7 +235,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.14.10")
+    (version "1.14.15")
     (source
      (origin
        (method git-fetch)
@@ -245,7 +245,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0h1nmqzjc0xxpn6n2hjq7692gdqkznagzdmiq9490yzkrrii2lgk"))))
+         "1crh90qkvhlx23hwsi4wxy3l3h8973lr18135y6h1nnzzwr3n3ps"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:system system)
@@ -285,7 +285,10 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                     "cmd/go/testdata/script/cover_cgo.txt"
                     "cmd/go/testdata/script/cover_cgo_xtest.txt"
                     "cmd/go/testdata/script/cover_cgo_extra_test.txt"
-                    "cmd/go/testdata/script/cover_cgo_extra_file.txt"))
+                    "cmd/go/testdata/script/cover_cgo_extra_file.txt"
+                    "cmd/go/testdata/script/cgo_path_space.txt"
+                    "cmd/go/testdata/script/ldflag.txt"
+                    "cmd/go/testdata/script/cgo_path.txt"))
 
                  (for-each make-file-writable (find-files "."))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]