From d3587c45c95f6aed0da4bf4bdf399b3d51c13c20 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 16 Mar 2018 15:22:47 -0300 Subject: [PATCH] Bug 20437: Force the dependency on HTTP::OAI < 4.0 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Marcel de Rooy --- debian/list-deps | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/list-deps b/debian/list-deps index d599df8..83e28bf 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.1.4