Bugzilla – Attachment 73059 Details for
Bug 20437
Force requirement for HTTP::OAI 3.27
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20437: Force the dependency on HTTP::OAI < 4.0
Bug-20437-Force-the-dependency-on-HTTPOAI--40.patch (text/plain), 1.35 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-03-16 18:23:42 UTC
(
hide
)
Description:
Bug 20437: Force the dependency on HTTP::OAI < 4.0
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-03-16 18:23:42 UTC
Size:
1.35 KB
patch
obsolete
>From 8acdd0a491c2c48b105b78313a2bf4466083bddf Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 16 Mar 2018 15:22:47 -0300 >Subject: [PATCH] Bug 20437: Force the dependency on HTTP::OAI < 4.0 > >Until HTTP::OAI is patched so it actually works, and bug 17704 fixes the API change Koha-side, we need to explicitly pull the right version. Otherwise people using Debian 9+ derived distros (Ubuntu 16.04+) are seeing production issues. > >This implies packaging our custom libhttp-oai-perl distribution in the meantime. > >This patch makes Koha require a version lower than 4.0. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/list-deps | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/debian/list-deps b/debian/list-deps >index d599df855d..83e28bfd83 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -26,6 +26,7 @@ use C4::Installer::PerlDependencies; > # 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-perl (<< 4.0)', > 'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | perl-modules-5.22 | perl-modules-5.24 | libio-socket-ip-perl', > 'Swagger2' => 'libswagger2-perl (>= 0.59)', > 'Mojolicious' => 'libmojolicious-perl (>= 6.0)', >-- >2.16.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 20437
:
73059
|
73105
|
73160
|
75340
|
75341