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.56.1 [fixes CVE-2017-1000257].


From: Marius Bakke
Subject: 01/01: gnu: curl: Update replacement to 7.56.1 [fixes CVE-2017-1000257].
Date: Tue, 24 Oct 2017 02:10:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 91f2daa58dd460482da05e5b4d87a2f170012cbe
Author: Marius Bakke <address@hidden>
Date:   Tue Oct 24 08:02:11 2017 +0200

    gnu: curl: Update replacement to 7.56.1 [fixes CVE-2017-1000257].
    
    * gnu/packages/curl.scm (curl-7.56.0): Rename to ...
    (curl-7.56.1): ... this.  Update to 7.56.1.
    (curl)[replacement]: Adjust accordingly.
---
 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 30e03e6..2e4a48d 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -43,7 +43,7 @@
   (package
    (name "curl")
    (version "7.55.1")
-   (replacement curl-7.56.0)
+   (replacement curl-7.56.1)
    (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.0
+(define-public curl-7.56.1
   (package
     (inherit curl)
-    (version "7.56.0")
+    (version "7.56.1")
     (source
       (origin
         (method url-fetch)
@@ -134,4 +134,4 @@ tunneling, and so on.")
                             version ".tar.xz"))
         (sha256
          (base32
-          "0wni3zkw7jyrwgwkqnrkf2x2b7c78wsp7p4z6a246hz9l367nhrj"))))))
+          "1l9r386qz7l7h4n5lysrf1wq93lyc72a7shgg9b8s5d0ycn2ivcf"))))))



reply via email to

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