Bugzilla – Attachment 141762 Details for
Bug 17704
Fix OAI breakage when using HTTP::OAI 4.03+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17704: Fix OAI breakage when using HTTP::OAI 4.03+
Bug-17704-Fix-OAI-breakage-when-using-HTTPOAI-403.patch (text/plain), 1.50 KB, created by
Mason James
on 2022-10-13 00:39:19 UTC
(
hide
)
Description:
Bug 17704: Fix OAI breakage when using HTTP::OAI 4.03+
Filename:
MIME Type:
Creator:
Mason James
Created:
2022-10-13 00:39:19 UTC
Size:
1.50 KB
patch
obsolete
>From 8e646a0a0ff3266caab98b19d03c09ef7b323b12 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Thu, 13 Oct 2022 13:36:47 +1300 >Subject: [PATCH] Bug 17704: Fix OAI breakage when using HTTP::OAI 4.03+ >Content-Type: text/plain; charset="utf-8" > >bump version in cpanfile, and remove from debian/list-deps > >(no test plan) >--- > cpanfile | 2 +- > debian/list-deps | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-) > >diff --git a/cpanfile b/cpanfile >index be38c166b1..045c6aa6a5 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -53,7 +53,7 @@ requires 'HTML::Entities', '3.69'; > requires 'HTML::FormatText', '1.23'; > requires 'HTML::Scrubber', '0.08'; > requires 'HTTP::Cookies', '1.39'; >-requires 'HTTP::OAI', '3.2'; >+requires 'HTTP::OAI', '4.11'; > requires 'HTTP::Request::Common', '1.26'; > requires 'IPC::Cmd', '0.46'; > requires 'JSON', '2.07'; >diff --git a/debian/list-deps b/debian/list-deps >index 687fb26a72..44463beb2a 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -28,7 +28,6 @@ use C4::Installer::PerlModules; > # debian one. > my %overrides = ( > 'LWP::Protocol::https' => 'liblwp-protocol-https-perl | libwww-perl (<<6.02), libio-socket-ssl-perl', >- 'HTTP::OAI' => 'libhttp-oai-perl (>= 3.2) | libhttp-oai-3.27-perl, libhttp-oai-perl (<< 4.0) | libhttp-oai-3.27-perl', > 'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | libio-socket-ip-perl', > 'Swagger2' => 'libswagger2-perl (>= 0.59)', > 'Mojolicious' => 'libmojolicious-perl (>= 6.0)', >-- >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 17704
:
75331
|
107214
|
107215
|
107216
|
141762
|
141763
|
141764
|
141765
|
141766
|
146457
|
146458
|
146459