From unknown Tue Jun 17 22:27:05 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#45291] [PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 17 Dec 2020 11:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 45291 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 45291@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.160820559119958 (code B ref -1); Thu, 17 Dec 2020 11:47:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Dec 2020 11:46:31 +0000 Received: from localhost ([127.0.0.1]:34917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kprjq-0005BY-Rc for submit@debbugs.gnu.org; Thu, 17 Dec 2020 06:46:31 -0500 Received: from lists.gnu.org ([209.51.188.17]:48012) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kprjo-00059d-H0 for submit@debbugs.gnu.org; Thu, 17 Dec 2020 06:46:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49736) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kprjn-0000iM-Kk for guix-patches@gnu.org; Thu, 17 Dec 2020 06:46:28 -0500 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:48503) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kprjl-0001X2-4R for guix-patches@gnu.org; Thu, 17 Dec 2020 06:46:27 -0500 Received: from localhost (188.30.130.172.threembb.co.uk [188.30.130.172]) by mira.cbaines.net (Postfix) with ESMTPSA id 14AEC27BC04 for ; Thu, 17 Dec 2020 11:46:22 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 73480834 for ; Thu, 17 Dec 2020 11:46:19 +0000 (UTC) From: Christopher Baines Date: Thu, 17 Dec 2020 11:46:19 +0000 Message-Id: <20201217114619.18199-1-mail@cbaines.net> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 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 From unknown Tue Jun 17 22:27:05 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#45291] [PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 03 Jan 2021 14:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45291 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines Cc: 45291@debbugs.gnu.org Received: via spool by 45291-submit@debbugs.gnu.org id=B45291.160968365910017 (code B ref 45291); Sun, 03 Jan 2021 14:21:01 +0000 Received: (at 45291) by debbugs.gnu.org; 3 Jan 2021 14:20:59 +0000 Received: from localhost ([127.0.0.1]:37234 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kw4Ff-0002bV-9y for submit@debbugs.gnu.org; Sun, 03 Jan 2021 09:20:59 -0500 Received: from flashner.co.il ([178.62.234.194]:50658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kw4Fd-0002bH-T1 for 45291@debbugs.gnu.org; Sun, 03 Jan 2021 09:20:58 -0500 Received: from localhost (unknown [5.102.238.249]) by flashner.co.il (Postfix) with ESMTPSA id A09FD40297; Sun, 3 Jan 2021 14:20:51 +0000 (UTC) Date: Sun, 3 Jan 2021 16:20:14 +0200 From: Efraim Flashner Message-ID: References: <20201217114619.18199-1-mail@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="38143JuRySab5wsp" Content-Disposition: inline In-Reply-To: <20201217114619.18199-1-mail@cbaines.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --38143JuRySab5wsp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 act= s 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. >=20 > * gnu/packages/web.scm (perl-lwp-protocol-https)[propagated-inputs]: Unco= mment > perl-mozilla-ca. > --- > gnu/packages/web.scm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > 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") > --=20 > 2.29.2 Works for me --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --38143JuRySab5wsp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/x0psACgkQQarn3Mo9 g1HL1g/7B0WBN9rSemd3asz1evvhrxRPV04cPlH20dHzSJZQZ0KGKcj6z9f9mlUO eaXd9+O+SsLLSOboCRr7guQwzvOnSRDXCq2o+DwFyJJ+V3aXPH0eWqnP2u0uMKSr GEQOuVumh/bRahwrk/kmEqhJqCNmcUISHESBBc/u1/SkdQ/fiv9pvVw7OIOv8MIx i+cr32BOqT3A8wY+P/jA56MfpZD9fWmYxPY7Boj19OjB5ozWCqSsxCXp0edf5sSs MaGssy0h6OdCjNDN7qD5zCx5G03EZb3BAnAc2/WE4kjt7XCvQAHmaJhrSjbRr2OF JiIDyER1sEetRMiuU6/MquKvCBoSjteFXeLf/tFRgDxVpxhxybkk5y0lhwTO+645 fTzw9dYs6y8K5IZlHCPnHoCcioBVKI+K4UHAI47zlovJ8+iB8EugHg4vBBI9NKWX g9Z2eUiwXWnc2Bbec5psk6tITHou5iGYx9D0a6ZDhao3wWpv991MIa4KLD0y59+r yfBSXrTEElh41WEOo61XAxN7RxXdzluwVE2UpYZt8GaN3WzOmIK0zlGXdD4k7UmN zuz7/mYornFxc0uG1c+wqenY0U+jxyjzeptnQkrya6YrOoABasmsASRXowxs4I2j 1RPB6TAb5nTWqYHXjdt/QZQrQeUeC6bpj0meDyBjFXzCmHopV0Y= =HkIk -----END PGP SIGNATURE----- --38143JuRySab5wsp-- From unknown Tue Jun 17 22:27:05 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Christopher Baines Subject: bug#45291: closed (Re: [bug#45291] [PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input.) Message-ID: References: <87lfd998z1.fsf@cbaines.net> <20201217114619.18199-1-mail@cbaines.net> X-Gnu-PR-Message: they-closed 45291 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 45291@debbugs.gnu.org Date: Sun, 03 Jan 2021 18:23:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1609698182-1613-1" This is a multi-part message in MIME format... ------------=_1609698182-1613-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #45291: [PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca inp= ut. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 45291@debbugs.gnu.org. --=20 45291: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D45291 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1609698182-1613-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 45291-done) by debbugs.gnu.org; 3 Jan 2021 18:22:16 +0000 Received: from localhost ([127.0.0.1]:38598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kw819-0000Os-Vq for submit@debbugs.gnu.org; Sun, 03 Jan 2021 13:22:16 -0500 Received: from mira.cbaines.net ([212.71.252.8]:40508) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kw818-0000Ok-0Q for 45291-done@debbugs.gnu.org; Sun, 03 Jan 2021 13:22:14 -0500 Received: from localhost (92.41.186.20.threembb.co.uk [92.41.186.20]) by mira.cbaines.net (Postfix) with ESMTPSA id 83DF627BC09; Sun, 3 Jan 2021 18:22:13 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id c9326b47; Sun, 3 Jan 2021 18:22:11 +0000 (UTC) References: <20201217114619.18199-1-mail@cbaines.net> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines To: Efraim Flashner Subject: Re: [bug#45291] [PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input. In-reply-to: Date: Sun, 03 Jan 2021 18:22:10 +0000 Message-ID: <87lfd998z1.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 45291-done Cc: 45291-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Efraim Flashner 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 ac= ts 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. >>=20 >> * gnu/packages/web.scm (perl-lwp-protocol-https)[propagated-inputs]: Unc= omment >> perl-mozilla-ca. >> --- >> gnu/packages/web.scm | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) >>=20 >> 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") >> --=20 >> 2.29.2 > > Works for me Great, pushed as d944f10ddd921a15e6cd17a968ca57f0109a1c36. Thanks for taking a look! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl/yC1NfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfcLg/+NTlejI7cz0HTtYFV+J5PnCi4+5ZT7yah nVW9CUjO8WAiQt2oCgeigI2L04ga5ichm9gq2kLFmEUcMVZQ86k8z+sVSiESqJ9b kJJLOc4WhqYLO5gUuAxk0FCgzRi0clYIaefHGjnwW5fSOALDkAbJsV9JdCUs0++g G0RIwx19X6sEBo1du1koatdHFuXqb0xc9kWjf7aMhJyq1Nno1Kvjw9L+HgBXbHZ0 LyPiBMkm8oOu43mLrh2oBWJ9xztgRtjThuXcCjj/CJ4Ghl82ohqz8wesc1sVKraF r9U4G8lykrD7wKXFmlaAM6QCLdVTE5/1wO8Ctc5EZVIHeTt4TEFTjuMadz3ES5GN 2U9rudQQsNFuScYboJ4uTar4jzdKZ97i0sRtx/2cxNk+ckMurM4z1avB7L8FvdPj 9w7Z5zUyHAJRc1lItNp4ZXvPTeDPAUB6xNMoXofqHnX2NI3t84b1GHrAKtrzdG9H iC1X1csdyh7Pni1WwPugQ4PWJnbHlCvPXCish464vfH3HQpGq18QpGE+I8JXUXUj C+GLxGTod64cEY81WvcivNd3gslRhK2nIxBlqA7p7EyHhulZdDKkPWgq9EIx7bHB gbXdSo45WkB9JRji0UJh11GglO1BuZ+0c+4YR5nKE0zJPE6aOcM7dnkjKQoZxtOl oRrSyjkl7xw= =Twlt -----END PGP SIGNATURE----- --=-=-=-- ------------=_1609698182-1613-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Dec 2020 11:46:31 +0000 Received: from localhost ([127.0.0.1]:34917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kprjq-0005BY-Rc for submit@debbugs.gnu.org; Thu, 17 Dec 2020 06:46:31 -0500 Received: from lists.gnu.org ([209.51.188.17]:48012) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kprjo-00059d-H0 for submit@debbugs.gnu.org; Thu, 17 Dec 2020 06:46:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49736) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kprjn-0000iM-Kk for guix-patches@gnu.org; Thu, 17 Dec 2020 06:46:28 -0500 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:48503) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kprjl-0001X2-4R for guix-patches@gnu.org; Thu, 17 Dec 2020 06:46:27 -0500 Received: from localhost (188.30.130.172.threembb.co.uk [188.30.130.172]) by mira.cbaines.net (Postfix) with ESMTPSA id 14AEC27BC04 for ; Thu, 17 Dec 2020 11:46:22 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 73480834 for ; Thu, 17 Dec 2020 11:46:19 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input. Date: Thu, 17 Dec 2020 11:46:19 +0000 Message-Id: <20201217114619.18199-1-mail@cbaines.net> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 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 ------------=_1609698182-1613-1--