all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: 01/01: gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}].
       [not found] ` <20161102120227.14695220063@vcs.savannah.gnu.org>
@ 2016-11-03  4:03   ` Leo Famulari
  0 siblings, 0 replies; only message in thread
From: Leo Famulari @ 2016-11-03  4:03 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1854 bytes --]

On Wed, Nov 02, 2016 at 12:02:27PM +0000, Marius Bakke wrote:
> commit cbf5889fe542dafe71c6eedf9cc72673495fcc88
> Author: Marius Bakke <mbakke@fastmail.com>
> Date:   Wed Nov 2 09:01:36 2016 +0000
> 
>     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.

It turns out that with 7.50.1, curl changed their provider of
internationalized domain name support from libidn to libidn2, which we
don't have a package for yet.

You can see the change in this standalone patch for CVE-2016-8625:
https://curl.haxx.se/docs/adv_20161102K.html

And here Daniel Stenberg, the curl maintainer, recommends we simply
disable IDN support for the time being, since the fix is incomplete:
https://curl.haxx.se/mail/lib-2016-11/0033.html

This is already the case; here is an excerpt from the build log:

------
2797 checking whether to enable Windows native IDN (Windows native builds only)... no
2798 checking whether to build with libidn2... (assumed) yes
2799 checking for pkg-config... (cached) /gnu/store/9z40bkd8q9s8krjkhqysrn262gwsww4p-pkg-config-0.29/bin/pkg-config
2800 checking for libidn2 options with pkg-config... no
2801 configure: IDN_LIBS: "-lidn2"
2802 configure: IDN_LDFLAGS: ""
2803 configure: IDN_CPPFLAGS: ""
2804 configure: IDN_DIR: ""
2805 checking if idn2_lookup_ul can be linked... no
2806 checking idn2.h usability... no
2807 checking idn2.h presence... no
2808 checking for idn2.h... no
2809 configure: WARNING: Cannot find libraries for IDN support: IDN disabled
[...]
3309   IDN support:      no      (--with-{libidn2,winidn})
------

I hope this doesn't break the interface with any packages referring to
the new curl with a graft.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-03  4:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20161102120226.4648.97843@vcs.savannah.gnu.org>
     [not found] ` <20161102120227.14695220063@vcs.savannah.gnu.org>
2016-11-03  4:03   ` 01/01: gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}] Leo Famulari

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.