guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: address@hidden: Update to 1.8.3 [fixes CVE-2017-8932].


From: Leo Famulari
Subject: 01/01: gnu: address@hidden: Update to 1.8.3 [fixes CVE-2017-8932].
Date: Wed, 31 May 2017 11:55:20 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 1c797d4bfb26ac9da6fdf533b533e5d42fe7ef91
Author: Leo Famulari <address@hidden>
Date:   Wed May 31 11:24:44 2017 -0400

    gnu: address@hidden: Update to 1.8.3 [fixes CVE-2017-8932].
    
    * gnu/packages/golang.scm (go-1.8): Update to 1.8.3.
---
 gnu/packages/golang.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 13c5529..70cae6d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -203,7 +203,7 @@ sequential processes (CSP) concurrent programming features 
added.")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.8.1")
+    (version "1.8.3")
     (source
      (origin
        (method url-fetch)
@@ -211,7 +211,7 @@ sequential processes (CSP) concurrent programming features 
added.")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "0mqf8ydxdx1pwmrs8p8wl5y1qrplzxmxzgb6vkghy4l67z0g9nik"))))
+         "19lzv4lqixj3v2gjaff0fdbbmgsq5r8lrfd61z2zvp778wjflpaz"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)
@@ -257,8 +257,8 @@ sequential processes (CSP) concurrent programming features 
added.")
                      "\"-Wl,-rpath=" gcclib "\", \"-lgcc_s\", ")))
 
                  ;; Disable failing tests: these tests attempt to access
-                 ;; commands or network resources which are neither available 
or
-                 ;; necessary for the build to succeed.
+                 ;; commands or network resources which are neither available
+                 ;; nor necessary for the build to succeed.
                  (for-each
                   (match-lambda
                     ((file regex)



reply via email to

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