[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
- branch master updated (ea54133 -> 8b09f1c), guix-commits, 2019/05/22
- 02/05: gnu: libgit2: Update to 0.28.2., guix-commits, 2019/05/22
- 05/05: gnu: curl: Update replacement to 7.65.0 [fixes CVE-2019-5435, CVE-2019-5436],
guix-commits <=
- 03/05: gnu: samba: Update to 4.10.4., guix-commits, 2019/05/22
- 01/05: gnu: ungoogled-chromium: Update to 74.0.3729.169-0.d2beaef., guix-commits, 2019/05/22
- 04/05: gnu: nginx: Update to 1.17.0., guix-commits, 2019/05/22