From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: gnutls: Configure location of system-wide trust store Date: Tue, 03 Feb 2015 21:53:54 +0100 Message-ID: <878ugepvh9.fsf@gnu.org> References: <87r3u7di49.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIkTy-0004Ky-V8 for guix-devel@gnu.org; Tue, 03 Feb 2015 15:54:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIkTu-000091-Bw for guix-devel@gnu.org; Tue, 03 Feb 2015 15:54:02 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIkTu-00008x-8f for guix-devel@gnu.org; Tue, 03 Feb 2015 15:53:58 -0500 In-Reply-To: <87r3u7di49.fsf@netris.org> (Mark H. Weaver's message of "Mon, 02 Feb 2015 18:11:02 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > From 02bdf748b4c515d6dfc9c264fd48936bd29e04cb Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Tue, 18 Feb 2014 21:30:53 -0500 > Subject: [PATCH] gnu: gnutls: Configure location of system-wide trust sto= re. > > * gnu/packages/gnutls.scm (gnutls): Configure the location of the system-= wide > trust store. I support it, OK to push. The next question will be which certificate bundles should we provide there in the system distro? I know NixOS takes them from the cURL web site, and Debian maintains its own (IIRC.) Any ideas? Thank you! Ludo=E2=80=99.