[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input.
From: |
guix-commits |
Subject: |
01/02: gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input. |
Date: |
Sun, 3 Jan 2021 13:11:15 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 7323316609b4b34c7c643814f5f34362b5881edd
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Dec 17 11:42:42 2020 +0000
gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input.
If there's no explicit SSL configuration, the perl-mozilla-ca library acts
as
a fallback. Including this as an input fixes the use of HTTPS in things
that
use perl-lwp-protocol-https, for example get-iplayer.
* gnu/packages/web.scm (perl-lwp-protocol-https)[propagated-inputs]:
Uncomment
perl-mozilla-ca.
---
gnu/packages/web.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 50b6c32..686790f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3876,8 +3876,7 @@ exists it is used instead.")
(propagated-inputs
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)
("perl-libwww" ,perl-libwww)
- ;; Users should instead make sure SSL_ca_path is set properly.
- ;; ("perl-mozilla-ca" ,perl-mozilla-ca)
+ ("perl-mozilla-ca" ,perl-mozilla-ca)
("perl-net-http" ,perl-net-http)))
(home-page "https://metacpan.org/release/LWP-Protocol-https")
(synopsis "HTTPS support for LWP::UserAgent")