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.51.0 [fixes CVE-2016-{8615..86


From: Marius Bakke
Subject: 01/01: gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}].
Date: Wed, 2 Nov 2016 12:02:27 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit cbf5889fe542dafe71c6eedf9cc72673495fcc88
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 2 09:01:36 2016 +0000

    gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}].
    
    * gnu/packages/curl.scm (curl)[replacement]: Update to 7.51.0.
    (curl-7.50.3): Replace with ...
    (curl-7.51.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 5cd8086..5d92e03 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -40,7 +40,7 @@
 (define-public curl
   (package
    (name "curl")
-   (replacement curl-7.50.3)
+   (replacement curl-7.51.0)
    (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.3
+(define curl-7.51.0
   (package
     (inherit curl)
     (source
-      (let ((version "7.50.3"))
+      (let ((version "7.51.0"))
         (origin
           (method url-fetch)
           (uri (string-append "https://curl.haxx.se/download/curl-";
                               version ".tar.lzma"))
           (sha256
            (base32
-            "1spmk0345hq0sgpwxs8d410268lmg3wf1x9v23hxff7wxki5fm4c")))))))
+            "0605f28m2kxjcxrcfcv1ja353gv167lwyxjc3xizqbwppdmmzvwy")))))))



reply via email to

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