me
/
guix
Archived
1
0
Fork 0

gnu: curl: Update to 7.57.0 [fixes CVE-2017-{8816,8817,8818}].

* gnu/packages/curl.scm (curl): Update replacement to 7.57.0.
(curl-7.56.1): Replace with ...
(curl-7.57.0): ... new variable.
master
Leo Famulari 2017-11-29 12:45:12 -05:00
parent 2c646b7d52
commit e6e8352382
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
(package
(name "curl")
(version "7.55.1")
(replacement curl-7.56.1)
(replacement curl-7.57.0)
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
@ -123,10 +123,10 @@ tunneling, and so on.")
"See COPYING in the distribution."))
(home-page "https://curl.haxx.se/")))
(define-public curl-7.56.1
(define-public curl-7.57.0
(package
(inherit curl)
(version "7.56.1")
(version "7.57.0")
(source
(origin
(method url-fetch)
@ -134,4 +134,4 @@ tunneling, and so on.")
version ".tar.xz"))
(sha256
(base32
"1l9r386qz7l7h4n5lysrf1wq93lyc72a7shgg9b8s5d0ycn2ivcf"))))))
"0y3qbjjcxhcvm1yawp3spfssjbskv0g6gyzld6ckif5pf8ygvxpm"))))))