mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586,9952,9953}].
* gnu/packages/curl.scm (curl)[replacement]: Update to 7.52.0. (curl-7.51.0): Replace with ... (curl-7.52.0): ... this.
This commit is contained in:
parent
6a148b9db5
commit
42366b35c3
1 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ (define-module (gnu packages curl)
|
|||
(define-public curl
|
||||
(package
|
||||
(name "curl")
|
||||
(replacement curl-7.51.0)
|
||||
(replacement curl-7.52.0)
|
||||
(version "7.50.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -121,15 +121,15 @@ (define-public curl
|
|||
"See COPYING in the distribution."))
|
||||
(home-page "http://curl.haxx.se/")))
|
||||
|
||||
(define curl-7.51.0
|
||||
(define curl-7.52.0
|
||||
(package
|
||||
(inherit curl)
|
||||
(source
|
||||
(let ((version "7.51.0"))
|
||||
(let ((version "7.52.0"))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://curl.haxx.se/download/curl-"
|
||||
version ".tar.lzma"))
|
||||
(sha256
|
||||
(base32
|
||||
"0605f28m2kxjcxrcfcv1ja353gv167lwyxjc3xizqbwppdmmzvwy")))))))
|
||||
"1hh9w3dwc84c84y15pwc415jfqfhjdjk45k4f5yn5j3jgi613w68")))))))
|
||||
|
|
Loading…
Reference in a new issue