ericbav...@openmailbox.org skribis: > From: Eric Bavier <bav...@member.fsf.org> > > * gnu/packages/web.scm (perl-finance-quote): New variable. > * gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch: New patch. > * gnu-system.am (dist_patch_DATA): Add it.
LGTM. > +++ 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 user > tell > +LWP's UserAgent where to find certificates with the PERL_LWP_SSL_CA_FILE, > +HTTPS_CA_FILE, PERL_LWP_SSL_CA_PATH, or HTTPS_CA_DIR environment variables > +instead. Makes sense. Should perl-lwp-useragent-determined be augmented with search path entries for these? Thanks, Ludo’.