* [PATCH] gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}].
@ 2016-11-02 9:10 Marius Bakke
0 siblings, 0 replies; only message in thread
From: Marius Bakke @ 2016-11-02 9:10 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 272 bytes --]
New version of curl out today, fixing no less than 11 security
advisories. Should each be mentioned in the commit message?
Unfortunately this version has a bunch of unrelated fixes, but it builds
here, at least. Full changelog: https://curl.haxx.se/changes.html#7_51_0
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-curl-Update-replacement-to-7.51.0-fixes-CVE-2016.patch --]
[-- Type: text/x-patch, Size: 1482 bytes --]
From 8805df4d6a71db8ca1888c4258274a942faee279 Mon Sep 17 00:00:00 2001
From: Marius Bakke <mbakke@fastmail.com>
Date: Wed, 2 Nov 2016 09:01:36 +0000
Subject: [PATCH] gnu: curl: Update replacement to 7.51.0 [fixes
CVE-2016-{8615..8625}].
* gnu/packages/curl.scm (curl)[replacement]: Update to 7.51.0.
(curl-7.50.3): Replace with ...
(curl-7.51.0): ... this.
---
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 5cd8086..5d92e03 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -40,7 +40,7 @@
(define-public curl
(package
(name "curl")
- (replacement curl-7.50.3)
+ (replacement curl-7.51.0)
(version "7.47.0")
(source (origin
(method url-fetch)
@@ -125,15 +125,15 @@ tunneling, and so on.")
"See COPYING in the distribution."))
(home-page "http://curl.haxx.se/")))
-(define curl-7.50.3
+(define curl-7.51.0
(package
(inherit curl)
(source
- (let ((version "7.50.3"))
+ (let ((version "7.51.0"))
(origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.lzma"))
(sha256
(base32
- "1spmk0345hq0sgpwxs8d410268lmg3wf1x9v23hxff7wxki5fm4c")))))))
+ "0605f28m2kxjcxrcfcv1ja353gv167lwyxjc3xizqbwppdmmzvwy")))))))
--
2.10.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-02 9:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02 9:10 [PATCH] gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}] Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.