mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}].
* gnu/packages/curl.scm (curl)[replacement]: Update to 7.51.0. (curl-7.50.3): Replace with ... (curl-7.51.0): ... this.
This commit is contained in:
parent
ac1dc6d12f
commit
cbf5889fe5
1 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@
|
|||
(define-public curl
|
||||
(package
|
||||
(name "curl")
|
||||
(replacement curl-7.50.3)
|
||||
(replacement curl-7.51.0)
|
||||
(version "7.47.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -125,15 +125,15 @@ tunneling, and so on.")
|
|||
"See COPYING in the distribution."))
|
||||
(home-page "http://curl.haxx.se/")))
|
||||
|
||||
(define curl-7.50.3
|
||||
(define curl-7.51.0
|
||||
(package
|
||||
(inherit curl)
|
||||
(source
|
||||
(let ((version "7.50.3"))
|
||||
(let ((version "7.51.0"))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://curl.haxx.se/download/curl-"
|
||||
version ".tar.lzma"))
|
||||
(sha256
|
||||
(base32
|
||||
"1spmk0345hq0sgpwxs8d410268lmg3wf1x9v23hxff7wxki5fm4c")))))))
|
||||
"0605f28m2kxjcxrcfcv1ja353gv167lwyxjc3xizqbwppdmmzvwy")))))))
|
||||
|
|
Loading…
Reference in a new issue