Bugzilla – Attachment 142768 Details for
Bug 12758
Failure when loading or parsing XSLT stylesheets over HTTPS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12758: Make LWP::Protocol::https required module
Bug-12758-Make-LWPProtocolhttps-required-module.patch (text/plain), 1.35 KB, created by
Kyle M Hall (khall)
on 2022-10-28 14:32:09 UTC
(
hide
)
Description:
Bug 12758: Make LWP::Protocol::https required module
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-10-28 14:32:09 UTC
Size:
1.35 KB
patch
obsolete
>From ab54204d5b96ee363766e33738bba974c33ef323 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 29 Jun 2022 11:23:34 +0000 >Subject: [PATCH] Bug 12758: Make LWP::Protocol::https required module > >Moving from recommends to required in cpanfile. > >Reference info: Debian package liblwp-protocol-https-perl is >available for Buster (6.07-2) and Bullseye (6.10-1). > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > cpanfile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cpanfile b/cpanfile >index 259c854e2f..2eb9bd5f2c 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -59,6 +59,7 @@ requires 'HTTP::Tiny', '0.076'; > requires 'IPC::Cmd', '0.46'; > requires 'JSON', '2.07'; > requires 'JSON::Validator', '5.08'; >+requires 'LWP::Protocol::https', '5.836'; > requires 'LWP::Simple', '1.41'; > requires 'LWP::UserAgent', '2.033'; > requires 'Library::CallNumber::LC', '0.22'; >@@ -144,7 +145,6 @@ recommends 'File::Temp', '0.22'; > recommends 'Graphics::Magick', 'v1.3.5'; > recommends 'Gravatar::URL', '1.03'; > recommends 'HTTPD::Bench::ApacheBench', '0.73'; >-recommends 'LWP::Protocol::https', '5.836'; > recommends 'Lingua::Ispell', '0.07'; > recommends 'Locale::XGettext::TT2', '0.6'; > recommends 'Module::Bundled::Files', '0.03'; >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12758
:
31974
|
31975
|
136711
|
136712
|
136713
|
138199
|
138200
|
138201
|
140790
|
140791
|
140792
|
142768
|
142770
|
142771
|
142772
|
143504