gnu: curl: Update replacement to 7.50.3 [fixes CVE-2016-7167].

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.50.3.
(curl-7.50.2): Replace with ....
(curl-7.50.3): ... this.
master
Leo Famulari 2016-09-14 13:17:54 -04:00
parent b5b2c11b5e
commit 2a0ed3254b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@
(define-public curl
(package
(name "curl")
(replacement curl-7.50.2)
(replacement curl-7.50.3)
(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.2
(define curl-7.50.3
(package
(inherit curl)
(source
(let ((version "7.50.2"))
(let ((version "7.50.3"))
(origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.lzma"))
(sha256
(base32
"0d5ly1xms0hh5zkv0m77d50c1816ywmbvmi1m158jyl70ndi9gby")))))))
"1spmk0345hq0sgpwxs8d410268lmg3wf1x9v23hxff7wxki5fm4c")))))))