guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: curl: Update replacement to 7.65.0 [fixes CVE-2019-5435, CV


From: guix-commits
Subject: 05/05: gnu: curl: Update replacement to 7.65.0 [fixes CVE-2019-5435, CVE-2019-5436]
Date: Wed, 22 May 2019 11:15:51 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8b09f1ce988841f37d80017ee2e953949dcc30a5
Author: Marius Bakke <address@hidden>
Date:   Wed May 22 14:39:14 2019 +0200

    gnu: curl: Update replacement to 7.65.0 [fixes CVE-2019-5435, CVE-2019-5436]
    
    * gnu/packages/curl.scm (curl-7.64.0): Rename to ...
    (curl-7.65.0): ... this.  Update to 7.65.0.
    (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 e04e3d9..5682a4a 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -51,7 +51,7 @@
 (define-public curl
   (package
    (name "curl")
-   (replacement curl-7.64.0)
+   (replacement curl-7.65.0)
    (version "7.63.0")
    (source (origin
             (method url-fetch)
@@ -147,10 +147,10 @@ tunneling, and so on.")
                                   "See COPYING in the distribution."))
    (home-page "https://curl.haxx.se/";)))
 
-(define-public curl-7.64.0
+(define-public curl-7.65.0
   (package
     (inherit curl)
-    (version "7.64.0")
+    (version "7.65.0")
     (source
       (origin
         (method url-fetch)
@@ -158,7 +158,7 @@ tunneling, and so on.")
                             version ".tar.xz"))
         (sha256
          (base32
-          "00b0mw4fc1pbmbh55maab24x3ijdvkbpl1s4njfa4jnl6kx16brg"))))))
+          "1kb6p510m0n0y1c8fjxbcs6dyaqgm8i54pjvj29zc14lj9ix4rkp"))))))
 
 (define-public kurly
   (package



reply via email to

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