From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eduga-0003Tf-AQ for guix-patches@gnu.org; Tue, 23 Jan 2018 04:16:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1edugU-0004eW-Et for guix-patches@gnu.org; Tue, 23 Jan 2018 04:16:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59334) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1edugU-0004eM-BI for guix-patches@gnu.org; Tue, 23 Jan 2018 04:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1edugU-0005HK-3y for guix-patches@gnu.org; Tue, 23 Jan 2018 04:16:02 -0500 Subject: bug#30165: [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180118230727.16742-1-ng0+guixpatches@n0.is> Date: Tue, 23 Jan 2018 10:15:29 +0100 In-Reply-To: <20180118230727.16742-1-ng0+guixpatches@n0.is> (ng0's message of "Thu, 18 Jan 2018 23:07:27 +0000") Message-ID: <87bmhl7x72.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: ng0+guixpatches@n0.is Cc: 30165-done@debbugs.gnu.org, ng0 ng0+guixpatches@n0.is skribis: > From: ng0 > > As a fork of cURL, gnURL on Guix needs to be made aware of the certificate store > to prevent the well-known issue we have. > > * gnu/packages/gnunet.scm (gnurl)[configure-flags]: Add '--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt'. Applied, thanks! Ludo'.