Bugzilla – Attachment 138199 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.30 KB, created by
Marcel de Rooy
on 2022-07-28 11:08:37 UTC
(
hide
)
Description:
Bug 12758: Make LWP::Protocol::https required module
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-07-28 11:08:37 UTC
Size:
1.30 KB
patch
obsolete
>From 19285fe5a3de6949e627007f1d5aaaed4ec1e6de 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 >Content-Type: text/plain; charset=utf-8 > >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> >--- > cpanfile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cpanfile b/cpanfile >index be38c166b1..fa42e95e06 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -58,6 +58,7 @@ requires 'HTTP::Request::Common', '1.26'; > requires 'IPC::Cmd', '0.46'; > requires 'JSON', '2.07'; > requires 'JSON::Validator', '3.14'; >+requires 'LWP::Protocol::https', '5.836'; > requires 'LWP::Simple', '1.41'; > requires 'LWP::UserAgent', '2.033'; > requires 'Library::CallNumber::LC', '0.22'; >@@ -143,7 +144,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.20.1
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