From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH 4/6] gnu: Add perl-finance-quote. Date: Thu, 10 Sep 2015 03:35:12 -0500 Message-ID: <20150910033512.1d90f1e7@openmailbox.org> References: <1436488689-4078-1-git-send-email-ericbavier@openmailbox.org> <1436488689-4078-4-git-send-email-ericbavier@openmailbox.org> <87oaj49uoj.fsf@gnu.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]:38797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za1th-0002z1-BO for guix-devel@gnu.org; Thu, 10 Sep 2015 09:28:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za1td-0002P6-6a for guix-devel@gnu.org; Thu, 10 Sep 2015 09:28:17 -0400 Received: from smtp22.openmailbox.org ([62.4.1.56]:40966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za1td-0002Or-0R for guix-devel@gnu.org; Thu, 10 Sep 2015 09:28:13 -0400 In-Reply-To: <87oaj49uoj.fsf@gnu.org> 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: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Cc: guix-devel@gnu.org, Eric Bavier On Wed, 22 Jul 2015 15:41:00 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > ericbavier@openmailbox.org skribis: >=20 > > From: Eric Bavier > > > > * gnu/packages/web.scm (perl-finance-quote): New variable. > > * gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch: New p= atch. > > * gnu-system.am (dist_patch_DATA): Add it. >=20 > LGTM. I pushed this to 'master'. >=20 > > +++ b/gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch > > @@ -0,0 +1,15 @@ > > +Rather than unconditionally using Mozilla's CA certificates, let the u= ser tell > > +LWP's UserAgent where to find certificates with the PERL_LWP_SSL_CA_FI= LE, > > +HTTPS_CA_FILE, PERL_LWP_SSL_CA_PATH, or HTTPS_CA_DIR environment varia= bles > > +instead. >=20 > Makes sense. Should perl-lwp-useragent-determined be augmented with > search path entries for these? I don't know that it's necessary. It seems that the cert bundle made during profile creation gets picked up somehow. `~Eric