From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [PATCH 1/1] gnu: curl: Update to 7.47.0 [fixes CVE-2016-0755].
Date: Wed, 27 Jan 2016 13:57:23 -0500 [thread overview]
Message-ID: <d9a9c06b14d27ed38537113553c4557a31240470.1453920984.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1453920984.git.leo@famulari.name>
In-Reply-To: <cover.1453920984.git.leo@famulari.name>
* gnu/packages/curl.scm (curl): Update to 7.47.0.
---
gnu/packages/curl.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 16140f0..3d0e49c 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015 Tomáš Čech <sleep_walker@suse.cz>
;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -39,14 +40,14 @@
(define-public curl
(package
(name "curl")
- (version "7.45.0")
+ (version "7.47.0")
(source (origin
(method url-fetch)
(uri (string-append "http://curl.haxx.se/download/curl-"
version ".tar.lzma"))
(sha256
(base32
- "0bamqik0mi2rmai016iakwrwmsz0s5xad1ghkbwsd3zkv08rgkcn"))))
+ "1n284wdqzwb4bkmv0fnh36zl6lhlzy3clw2b7pn28kpgdy09ly7p"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;1.2 MiB of man3 pages
--
2.6.3
next prev parent reply other threads:[~2016-01-27 18:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 18:57 [PATCH 0/1] Curl security update (CVE-2016-0755) Leo Famulari
2016-01-27 18:57 ` Leo Famulari [this message]
2016-01-28 15:09 ` [PATCH 1/1] gnu: curl: Update to 7.47.0 [fixes CVE-2016-0755] Mark H Weaver
2016-01-27 20:03 ` [PATCH 0/1] Curl security update (CVE-2016-0755) Andreas Enge
2016-01-27 22:30 ` Leo Famulari
2016-01-28 17:28 ` Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d9a9c06b14d27ed38537113553c4557a31240470.1453920984.git.leo@famulari.name \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).