emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45291: closed ([PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-


From: GNU bug Tracking System
Subject: bug#45291: closed ([PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input.)
Date: Sun, 03 Jan 2021 18:23:02 +0000

Your message dated Sun, 03 Jan 2021 18:22:10 +0000
with message-id <87lfd998z1.fsf@cbaines.net>
and subject line Re: [bug#45291] [PATCH] gnu: perl-lwp-protocol-https: 
Uncomment perl-mozilla-ca input.
has caused the debbugs.gnu.org bug report #45291,
regarding [PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45291: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45291
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input. Date: Thu, 17 Dec 2020 11:46:19 +0000
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 39820f7572..b4ebcc8846 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3874,8 +3874,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")
-- 
2.29.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45291] [PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input. Date: Sun, 03 Jan 2021 18:22:10 +0000 User-agent: mu4e 1.4.13; emacs 27.1
Efraim Flashner <efraim@flashner.co.il> writes:

> On Thu, Dec 17, 2020 at 11:46:19AM +0000, Christopher Baines wrote:
>> 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 39820f7572..b4ebcc8846 100644
>> --- a/gnu/packages/web.scm
>> +++ b/gnu/packages/web.scm
>> @@ -3874,8 +3874,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")
>> -- 
>> 2.29.2
>
> Works for me

Great, pushed as d944f10ddd921a15e6cd17a968ca57f0109a1c36.

Thanks for taking a look!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]