From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 4LhqKe3S8V9bcgAA0tVLHw (envelope-from ) for ; Sun, 03 Jan 2021 14:21:33 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id KPkiJe3S8V9XYAAAbx9fmQ (envelope-from ) for ; Sun, 03 Jan 2021 14:21:33 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EFDD79404E4 for ; Sun, 3 Jan 2021 14:21:32 +0000 (UTC) Received: from localhost ([::1]:54160 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kw4GB-0006ZP-SI for larch@yhetil.org; Sun, 03 Jan 2021 09:21:31 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46292) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kw4Fi-0006Xu-7q for guix-patches@gnu.org; Sun, 03 Jan 2021 09:21:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53921) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kw4Fi-0002Nj-0X for guix-patches@gnu.org; Sun, 03 Jan 2021 09:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kw4Fh-0002bs-S6 for guix-patches@gnu.org; Sun, 03 Jan 2021 09:21:01 -0500 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 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 45291@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.93 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: EFDD79404E4 X-Spam-Score: -3.93 X-Migadu-Scanner: scn1.migadu.com X-TUID: NXiKp+tyZHxU --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--