gnu: go@1.8: Update to 1.8.3 [fixes CVE-2017-8932].

* gnu/packages/golang.scm (go-1.8): Update to 1.8.3.
This commit is contained in:
Leo Famulari 2017-05-31 11:24:44 -04:00
parent 76ab3141f5
commit 1c797d4bfb
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 4 deletions

View File

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