gnu: curl: Update replacement to 7.53.0 [fixes CVE-2017-2629].
* gnu/packages/curl.scm (curl-7.52.1): Replace variable with ... (curl-7.53.0): ... new variable. (curl)[replacement]: Update to 7.53.0.
This commit is contained in:
parent
0ef7ea66b9
commit
53a55c9c86
|
@ -40,7 +40,7 @@
|
||||||
(define-public curl
|
(define-public curl
|
||||||
(package
|
(package
|
||||||
(name "curl")
|
(name "curl")
|
||||||
(replacement curl-7.52.1)
|
(replacement curl-7.53.0)
|
||||||
(version "7.50.3")
|
(version "7.50.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -121,15 +121,15 @@ tunneling, and so on.")
|
||||||
"See COPYING in the distribution."))
|
"See COPYING in the distribution."))
|
||||||
(home-page "https://curl.haxx.se/")))
|
(home-page "https://curl.haxx.se/")))
|
||||||
|
|
||||||
(define curl-7.52.1
|
(define curl-7.53.0
|
||||||
(package
|
(package
|
||||||
(inherit curl)
|
(inherit curl)
|
||||||
(source
|
(source
|
||||||
(let ((version "7.52.1"))
|
(let ((version "7.53.0"))
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://curl.haxx.se/download/curl-"
|
(uri (string-append "https://curl.haxx.se/download/curl-"
|
||||||
version ".tar.lzma"))
|
version ".tar.lzma"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r937wplchjxifxqqcjxd9rzp6l9rqqdfjn41x1y4djrh95nsa24")))))))
|
"1k0i31xygb804c61llhin5wbpcscg4gfqmbxcfkpdr1alwh7igrq")))))))
|
||||||
|
|
Loading…
Reference in New Issue