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 EMNnKakL8l9DMwAA0tVLHw (envelope-from ) for ; Sun, 03 Jan 2021 18:23:37 +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 0JjvJKkL8l8mDAAAbx9fmQ (envelope-from ) for ; Sun, 03 Jan 2021 18:23:37 +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 6B75E940481 for ; Sun, 3 Jan 2021 18:23:37 +0000 (UTC) Received: from localhost ([::1]:37890 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kw82S-0002dA-Aq for larch@yhetil.org; Sun, 03 Jan 2021 13:23:36 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42744) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kw81u-0002Pd-Pq for guix-patches@gnu.org; Sun, 03 Jan 2021 13:23:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55287) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kw81u-0005XH-It for guix-patches@gnu.org; Sun, 03 Jan 2021 13:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kw81u-0000Q8-G0 for guix-patches@gnu.org; Sun, 03 Jan 2021 13:23:02 -0500 Subject: bug#45291: [PATCH] gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 03 Jan 2021 18:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 45291 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Efraim Flashner Mail-Followup-To: 45291@debbugs.gnu.org, mail@cbaines.net, mail@cbaines.net Received: via spool by 45291-done@debbugs.gnu.org id=D45291.16096981361546 (code D ref 45291); Sun, 03 Jan 2021 18:23:02 +0000 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 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-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-done@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: -1.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: 6B75E940481 X-Spam-Score: -1.93 X-Migadu-Scanner: scn1.migadu.com X-TUID: XpXQCvtfKa83 --=-=-= 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----- --=-=-=--