(address . guix-patches@gnu.org)
Here's an update of gnurl to 7.61.1, a simple version bump.
According to curl this CVE was fixed in curl:
But I never mention them in my release notes, so if the person
doing the commit wants to add 'CVE-2018-14618', feel free to do so.
-ng0
From dbd9cb25f110bb84874f48a3a3bb08eec6729345 Mon Sep 17 00:00:00 2001
From: Nils Gillmann <ng0@n0.is>
Date: Wed, 12 Sep 2018 13:56:08 +0000
Subject: [PATCH] gnu: gnurl: Update to 7.61.1.
* gnu/packages/gnunet.scm (gnurl): Update to 7.61.1.
Signed-off-by: Nils Gillmann <ng0@n0.is>
---
gnu/packages/gnunet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Toggle diff (22 lines)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index eb17b9649..b4c9c463f 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,13 +186,13 @@ authentication and support for SSL3 and TLS.")
(define-public gnurl
(package
(name "gnurl")
- (version "7.61.0")
+ (version "7.61.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.Z"))
(sha256
(base32
- "1h03zkd9mp4xb5icirl3bfd64r5x8j9ka1hw9qd0n1ql1w0ilz23"))))
+ "0amnhhmlxaliz2rzp3zf1x6ixjqvgmiq7in0q14gd21rjlk9kvir"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ; 1.5 MiB of man3 pages
--
2.19.0