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.12.16 [fixes CVE-2018-17075]


From: guix-commits
Subject: branch master updated: gnu: Go: Update to 1.12.16 [fixes CVE-2018-17075].
Date: Wed, 29 Jan 2020 20:28:06 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7037ffe  gnu: Go: Update to 1.12.16 [fixes CVE-2018-17075].
7037ffe is described below

commit 7037ffe11acd3988e1d9281923c99fc5d74afac2
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Wed Jan 29 22:21:01 2020 +0100

    gnu: Go: Update to 1.12.16 [fixes CVE-2018-17075].
    
    * gnu/packages/golang.scm (go-1.12): Update to 1.12.16.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 a6b5f2a..9102469 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -220,7 +220,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.12.15")
+    (version "1.12.16")
     (source
      (origin
        (method url-fetch)
@@ -228,7 +228,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "1hw4xjywcl883dnvfbb92w85sy8n231fdri4aynj8xajgr0p9fla"))))
+         "1y0x10fsvgpc1x24b9q9y6kv9b0kwf7879am3p0gym2abgc5wvnf"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

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