]> git.koha-community.org Git - koha.git/commit
Bug 12393 - Depend on SSL module for LWP, for OverDrive
authorJesse Weaver <pianohacker@gmail.com>
Tue, 10 Jun 2014 01:25:47 +0000 (19:25 -0600)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 25 Jun 2014 22:28:02 +0000 (22:28 +0000)
commitc9ad34f46676fe2b4808b0c9a83bd6b1845960ef
tree446999e9ee6d0a4e0ba5f312b9bd8c53ccc69b07
parentccb130058c395fd0bc46f7d05a6d8b82cce102d2
Bug 12393 - Depend on SSL module for LWP, for OverDrive

The OverDrive integration needs to connect to an authentication server
over HTTPS, and many systems do not install the necessary module
(LWP::Protocol::https) by default.

Test plan (for patch):
  1) Run koha_perl_deps.pl -a, verify that LWP::Protocol::https appears in
     listing.

Test plan (to verify that LWP::Protocol::https is necessary, needs OverDrive access):
  1) Remove LWP::Protocol::https (liblwp-protocol-https-perl under Debian).
  2) Run an OverDrive search on the OPAC, it should fail.
  3) Reinstall LWP::Protocol::https.
  4) Rerun OverDrive search, it should now succeed.

Note: older versions of Debian do not need to install LWP::Protocol::https separately;
the Debian scripts have been updated to reflect this divide.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Installer/PerlDependencies.pm
debian/list-deps