all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: curl security update
Date: Thu, 04 Aug 2016 10:27:18 -0400	[thread overview]
Message-ID: <87fuqky5h5.fsf@netris.org> (raw)
In-Reply-To: <20160804131139.GA7359@jasmine> (Leo Famulari's message of "Thu, 4 Aug 2016 09:11:39 -0400")

Leo Famulari <leo@famulari.name> writes:

> There are some new bugs disclosed in curl:
> https://curl.haxx.se/docs/security.html
>
> Grafting the new version seems like the right approach to me when I
> consider libcurl's ABI compatibility policy:
> https://curl.haxx.se/libcurl/abi.html
>
> Thoughts?

Looks good to me!  Please push.

     Thanks,
      Mark
     

> From ef6ae3732facb1eba77e82c6a6066832784bca5d Mon Sep 17 00:00:00 2001
> From: Leo Famulari <leo@famulari.name>
> Date: Wed, 3 Aug 2016 16:13:09 -0400
> Subject: [PATCH] gnu: curl: Replace with 7.50.1 [fixes
>  CVE-2016-{3739,4802,5419,5420,5421].
>
> * gnu/packages/curl.scm (curl)[replacement]: New field.
> (curl-7.50.1): New variable.
> ---
>  gnu/packages/curl.scm | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>
> diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
> index 222910b..a250bb1 100644
> --- a/gnu/packages/curl.scm
> +++ b/gnu/packages/curl.scm
> @@ -40,6 +40,7 @@
>  (define-public curl
>    (package
>     (name "curl")
> +   (replacement curl-7.50.1)
>     (version "7.47.0")
>     (source (origin
>              (method url-fetch)
> @@ -123,3 +124,16 @@ tunneling, and so on.")
>     (license (license:non-copyleft "file://COPYING"
>                                    "See COPYING in the distribution."))
>     (home-page "http://curl.haxx.se/")))
> +
> +(define curl-7.50.1
> +  (package
> +    (inherit curl)
> +    (source
> +      (let ((version "7.50.1"))
> +        (origin
> +          (method url-fetch)
> +          (uri (string-append "https://curl.haxx.se/download/curl-"
> +                              version ".tar.lzma"))
> +          (sha256
> +           (base32
> +            "0qc3qp3h18v24irzw7dgg1jf39v4hnz8irv83v9lbn9rxzrpdcdj")))))))

  reply	other threads:[~2016-08-04 14:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-04 13:11 curl security update Leo Famulari
2016-08-04 14:27 ` Mark H Weaver [this message]
2016-08-04 14:28 ` Ludovic Courtès
2016-08-04 16:58 ` Leo Famulari

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fuqky5h5.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=guix-devel@gnu.org \
    --cc=leo@famulari.name \
    /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 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.