GNU bug report logs - #45291
[PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Thu, 17 Dec 2020 11:47:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45291 in the body.
You can then email your comments to 45291 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45291; Package guix-patches. (Thu, 17 Dec 2020 11:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 17 Dec 2020 11:47:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
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





Information forwarded to guix-patches <at> gnu.org:
bug#45291; Package guix-patches. (Sun, 03 Jan 2021 14:21:01 GMT) Full text and rfc822 format available.

Message #8 received at 45291 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 45291 <at> debbugs.gnu.org
Subject: Re: [bug#45291] [PATCH] gnu: perl-lwp-protocol-https: Uncomment
 perl-mozilla-ca input.
Date: Sun, 3 Jan 2021 16:20:14 +0200
[Message part 1 (text/plain, inline)]
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

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 03 Jan 2021 18:23:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Sun, 03 Jan 2021 18:23:02 GMT) Full text and rfc822 format available.

Message #13 received at 45291-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 45291-done <at> debbugs.gnu.org
Subject: Re: [bug#45291] [PATCH] gnu: perl-lwp-protocol-https: Uncomment
 perl-mozilla-ca input.
Date: Sun, 03 Jan 2021 18:22:10 +0000
[Message part 1 (text/plain, inline)]
Efraim Flashner <efraim <at> 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!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 01 Feb 2021 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 135 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.