From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34531) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irVl6-0003G1-Nl for guix-patches@gnu.org; Tue, 14 Jan 2020 18:38:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irVl4-0002AV-Kb for guix-patches@gnu.org; Tue, 14 Jan 2020 18:38:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56163) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irVl4-00029C-DD for guix-patches@gnu.org; Tue, 14 Jan 2020 18:38:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irVl4-0005tf-Bf for guix-patches@gnu.org; Tue, 14 Jan 2020 18:38:02 -0500 Subject: bug#38873: [PATCH v2 core-updates] curl: Make libcurl respect SSL_CERT_DIR, SSL_CERT_FILE Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Marius Bakke In-Reply-To: <20200114165921.epqysoaydxxqm5ye@zdrowyportier.kadziolka.net> References: <20200102171826.v4j3d35ocx7tvp2j@zdrowyportier.kadziolka.net> <20200114165921.epqysoaydxxqm5ye@zdrowyportier.kadziolka.net> Date: Wed, 15 Jan 2020 00:37:20 +0100 Message-ID: <87r201vccv.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= , 38873-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Jakub K=C4=85dzio=C5=82ka writes: > * gnu/packages/patches/libcurl-use-ssl-cert-env.patch: New file. > * gnu/packages/curl.scm (curl)[source]: Use the patch. > [native-search-paths]: Add the new variables. > --- > gnu/packages/curl.scm | 20 ++++-- > .../patches/cmake-curl-certificates.patch | 2 + > .../kodi-set-libcurl-ssl-parameters.patch | 2 + > .../patches/libcurl-use-ssl-cert-env.patch | 64 +++++++++++++++++++ > 4 files changed, 84 insertions(+), 4 deletions(-) > create mode 100644 gnu/packages/patches/libcurl-use-ssl-cert-env.patch The commit message forgot to mention the changed patches. However I opted to remove them, as the Kodi and CMake patches are harmless even with your patch, but will encourage you to fix them regardless. ;-) Also added the new patch to gnu/local.mk and adjusted indentation of the cURL comments. Pushed as a76a343082d61d5303b61a9e4cbde4ab8515a1e7, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl4eULAACgkQoqBt8qM6 VPrnFQf/Q8cUcbNr+0ayf/kCq8ERjMvKzWOf7t9sHYfdmdK+goLU4NmhbsXMtAV3 JgWodly7tUqd+EjU7Ub7115fOqIdLh1ilpZ9p1H4hnJ5I9yM+1mOT+DEcKmwsjWN HsKcy+LrhMjzsPIU5vmi7/0Ha+ypSLNM2GcO0+jPJEtpzHPIW/7Fm5MBDIshU4Vp abIv56AkAVqapqwVapLwFjuQ1MUZGJ4pvYillAG6sV8cKQniNKfR8TR17zH1+huy +Zyzzoq/22xHyZz6drv0PoBzWPiaUdDhm+vIwdaFWDpDek201u81DPQp1qToX6ct tYww3FZ3fGwVP+aM4YIHg7HfO4+YTQ== =XjBq -----END PGP SIGNATURE----- --=-=-=--