[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gnurl: Update to 7.51.0 [fixes CVE-2016-{8615..8625}].
From: |
Leo Famulari |
Subject: |
01/01: gnu: gnurl: Update to 7.51.0 [fixes CVE-2016-{8615..8625}]. |
Date: |
Thu, 3 Nov 2016 03:29:23 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 05e3865e07f76de24d4d98351043f2d0ad73a6a8
Author: ng0 <address@hidden>
Date: Wed Nov 2 20:13:46 2016 +0000
gnu: gnurl: Update to 7.51.0 [fixes CVE-2016-{8615..8625}].
* gnu/packages/gnunet.scm (gnurl): Update to 7.51.0.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/gnunet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 6d9c3c8..bcefa42 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -163,7 +163,7 @@ and support for SSL3 and TLS.")
(define-public gnurl
(package
(name "gnurl")
- (version "7.50.3")
+ (version "7.51.0")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -172,7 +172,7 @@ and support for SSL3 and TLS.")
name "-" version-with-underscores
".tar.bz2")))
(sha256
(base32
- "07ij9mj60kpfrmi0436k14b1d1idsj79nk4w5h3bia69arzp2cnk"))))
+ "1rgl4agrzghvyfz1afk1p5ryq4b9cz28lavx8ikrav6aiv9h00ig"))))
(build-system gnu-build-system)
(inputs `(("gnutls" ,gnutls)
("libidn" ,libidn)