[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
151/155: Revert "gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016
From: |
John Darrington |
Subject: |
151/155: Revert "gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586, 9952, 9953}]." |
Date: |
Wed, 21 Dec 2016 20:48:43 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 62fbc06051664113bbcc4156c202ee92cb6c1668
Author: Leo Famulari <address@hidden>
Date: Wed Dec 21 11:50:17 2016 -0500
Revert "gnu: curl: Update replacement to 7.52.0 [fixes
CVE-2016-{9586,9952,9953}]."
The curl maintainers said this about 7.52.0:
"Attention! We will release a patch update within a few days to fix a
serious security problem found in curl 7.52.0. You may consider holding
off until then."
This message was displayed at <https://curl.haxx.se/download.html> on
2016-12-21.
This reverts commit 42366b35c3f9f8dc8b059d3369b8196a4b832c18.
---
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 3e32a59..790f542 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -40,7 +40,7 @@
(define-public curl
(package
(name "curl")
- (replacement curl-7.52.0)
+ (replacement curl-7.51.0)
(version "7.50.3")
(source (origin
(method url-fetch)
@@ -121,15 +121,15 @@ tunneling, and so on.")
"See COPYING in the distribution."))
(home-page "http://curl.haxx.se/")))
-(define curl-7.52.0
+(define curl-7.51.0
(package
(inherit curl)
(source
- (let ((version "7.52.0"))
+ (let ((version "7.51.0"))
(origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.lzma"))
(sha256
(base32
- "1hh9w3dwc84c84y15pwc415jfqfhjdjk45k4f5yn5j3jgi613w68")))))))
+ "0605f28m2kxjcxrcfcv1ja353gv167lwyxjc3xizqbwppdmmzvwy")))))))
- 153/155: gnu: lablgtk: use ocamlfind in installation, (continued)
- 153/155: gnu: lablgtk: use ocamlfind in installation, John Darrington, 2016/12/21
- 155/155: installer: Add alternate method of finding TZDIR., John Darrington, 2016/12/21
- 89/155: Revert "gnu: linux-libre: Update to 4.9.", John Darrington, 2016/12/21
- 122/155: Update NEWS., John Darrington, 2016/12/21
- 01/155: gnu: Add graphical installer, John Darrington, 2016/12/21
- 33/155: doc: Update dot graphs., John Darrington, 2016/12/21
- 142/155: gnu: linux-libre: Avoid invalid "kconfig" input on armhf and mips64el., John Darrington, 2016/12/21
- 113/155: gnu: hunspell: Update to 1.5.4., John Darrington, 2016/12/21
- 114/155: gnu: hunspell: Add missing perl dependency., John Darrington, 2016/12/21
- 131/155: import: github: Use 'json-fetch'., John Darrington, 2016/12/21
- 151/155: Revert "gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586, 9952, 9953}].",
John Darrington <=
- 77/155: nls: Update 'pt_BR' translation., John Darrington, 2016/12/21
- 79/155: nls: Update 'fr' translation., John Darrington, 2016/12/21
- 76/155: nls: Update 'da' translation., John Darrington, 2016/12/21
- 86/155: gexp: Native inputs of nested gexps are properly accounted for., John Darrington, 2016/12/21
- 92/155: gnu: cutadapt: Update to 1.12., John Darrington, 2016/12/21
- 107/155: gnu: tor: Update to 0.2.9.8., John Darrington, 2016/12/21
- 112/155: gnu: Add Ancient Greek Aspell dictionary., John Darrington, 2016/12/21
- 74/155: gnu: hurd-headers: Update to 0.9., John Darrington, 2016/12/21
- 118/155: services: cuirass: Create the database directory., John Darrington, 2016/12/21
- 138/155: gnu: mutt: Update to 1.7.2., John Darrington, 2016/12/21