3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libsoup: Update to 2.58.2 (fixes CVE-2017-2885).

* gnu/packages/gnome.scm (libsoup): Update to 2.58.2.
This commit is contained in:
Leo Famulari 2017-08-10 12:24:37 -04:00
parent ddde3f6be1
commit 783daa4982
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2390,7 +2390,7 @@ libxml to ease remote use of the RESTful API.")
(define-public libsoup
(package
(name "libsoup")
(version "2.58.1")
(version "2.58.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libsoup/"
@ -2398,7 +2398,7 @@ libxml to ease remote use of the RESTful API.")
name "-" version ".tar.xz"))
(sha256
(base32
"1fggmshk2mfsyfvml6paki65xj9rv1s5p7ds41xmnx6yazsnkik2"))))
"0wkvs4kql1iam4cqy17wsi12b1pzhwr2127pyaxs7y0v3g5008s4"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(arguments