guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Leo Famulari
Subject: 01/01: gnu: libsoup: Update to 2.58.2 (fixes CVE-2017-2885).
Date: Thu, 10 Aug 2017 12:28:09 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 783daa4982d8174c049310d2fbd71542d5635566
Author: Leo Famulari <address@hidden>
Date:   Thu Aug 10 12:24:37 2017 -0400

    gnu: libsoup: Update to 2.58.2 (fixes CVE-2017-2885).
    
    * gnu/packages/gnome.scm (libsoup): Update to 2.58.2.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d7c29dc..b362ba5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]