guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586, 99


From: Marius Bakke
Subject: 01/01: gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586, 9952, 9953}].
Date: Wed, 21 Dec 2016 14:03:21 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 42366b35c3f9f8dc8b059d3369b8196a4b832c18
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 21 14:56:34 2016 +0100

    gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586,9952,9953}].
    
    * gnu/packages/curl.scm (curl)[replacement]: Update to 7.52.0.
    (curl-7.51.0): Replace with ...
    (curl-7.52.0): ... this.
---
 gnu/packages/curl.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 790f542..3e32a59 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -40,7 +40,7 @@
 (define-public curl
   (package
    (name "curl")
-   (replacement curl-7.51.0)
+   (replacement curl-7.52.0)
    (version "7.50.3")
    (source (origin
             (method url-fetch)
@@ -121,15 +121,15 @@ tunneling, and so on.")
                                   "See COPYING in the distribution."))
    (home-page "http://curl.haxx.se/";)))
 
-(define curl-7.51.0
+(define curl-7.52.0
   (package
     (inherit curl)
     (source
-      (let ((version "7.51.0"))
+      (let ((version "7.52.0"))
         (origin
           (method url-fetch)
           (uri (string-append "https://curl.haxx.se/download/curl-";
                               version ".tar.lzma"))
           (sha256
            (base32
-            "0605f28m2kxjcxrcfcv1ja353gv167lwyxjc3xizqbwppdmmzvwy")))))))
+            "1hh9w3dwc84c84y15pwc415jfqfhjdjk45k4f5yn5j3jgi613w68")))))))



reply via email to

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