[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCH as first attempt to fix the sad curl situation
From: |
ng0 |
Subject: |
Re: PATCH as first attempt to fix the sad curl situation |
Date: |
Wed, 04 Jan 2017 14:48:48 +0000 |
ng0 <address@hidden> writes:
> [PATCH] gnu: curl: Add ca-bundle to config.
>
> I had to disable test 324, but the rest passed. I hope this fixes the cURL
> problem, though I haven't tested reconfiguring a system with it as it would
> require rebasing some of my older, still waiting final aproval, patches.
>
>
address@hidden /gnu/store/09ncbabac6vniawypgwqxshx6dyjmph1-curl-7.50.3/bin$
./curl-config --configure
'CONFIG_SHELL=/gnu/store/qkw4zrwfybxww8f56nkb6hggxambk89b-bash-4.4.0/bin/bash'
'SHELL=/gnu/store/qkw4zrwfybxww8f56nkb6hggxambk89b-bash-4.4.0/bin/bash'
'--prefix=/gnu/store/09ncbabac6vniawypgwqxshx6dyjmph1-curl-7.50.3'
'--enable-fast-install'
'--docdir=/gnu/store/fq85pwcn5kvy1f5a82n259pj9wv00ix7-curl-7.50.3-doc/share/doc/curl'
'--build=x86_64-unknown-linux-gnu' '--with-gnutls' '--with-gssapi'
'--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt'
'build_alias=x86_64-unknown-linux-gnu'
--
♥Ⓐ ng0
PGP keys and more: https://n0is.noblogs.org/ http://ng0.chaosnet.org
- Re: [PATCH] gnu: curl: Add ca-bundle to config., (continued)
- Re: [PATCH] gnu: curl: Add ca-bundle to config., Ricardo Wurmus, 2017/01/05
- GnuTLS and the “trust store”, Ludovic Courtès, 2017/01/04
- Re: GnuTLS and the “trust store”, ng0, 2017/01/04
- Re: GnuTLS and the “trust store”, Ludovic Courtès, 2017/01/05
- Re: GnuTLS and the “trust store”, Ricardo Wurmus, 2017/01/05
- Re: GnuTLS and the “trust store”, Marius Bakke, 2017/01/05
- Re: GnuTLS and the “trust store”, Ricardo Wurmus, 2017/01/05
- Re: GnuTLS and the “trust store”, Ludovic Courtès, 2017/01/05
- Re: GnuTLS and the “trust store”, Ricardo Wurmus, 2017/01/06
- Re: GnuTLS and the “trust store”, Ludovic Courtès, 2017/01/07
Re: PATCH as first attempt to fix the sad curl situation,
ng0 <=