From 921bede34c1da605c18899e5b1b3f650ff582399 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Tue, 31 Jan 2017 09:09:48 +0100 Subject: [PATCH] Bug 18018 - WWW:CSRF is missing in PerlDependencies.pm WWW:CSRF is missing in PerlDependencies.pm and so libwww-csrf-perl is missing in PerlDependencies.pm missing in debian/control. This patch adds both. NOTE: Tested on top of 17111. Checked ./koha_perl_deps.pl -m -u before and after. Control file eyeballs well. git diff origin/master -- debian/control does not differ in this change. :) Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart --- C4/Installer/PerlDependencies.pm | 5 +++++ debian/control | 2 ++ 2 files changed, 7 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 89a4018..723360c 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -842,6 +842,11 @@ our $PERL_DEPS = { required => 1, min_ver => '0.28', }, + 'WWW::CSRF' => { + usage => 'Core', + required => 1, + min_ver => '1.00', + }, }; 1; diff --git a/debian/control b/debian/control index 0162022..00f0ef9 100644 --- a/debian/control +++ b/debian/control @@ -132,6 +132,7 @@ Build-Depends: libalgorithm-checkdigits-perl, libuniversal-require-perl, liburi-perl, libuuid-perl, + libwww-csrf-perl, libwww-perl, libwww-youtube-download-perl, libxml-dumper-perl, @@ -354,6 +355,7 @@ Depends: libalgorithm-checkdigits-perl, libuniversal-require-perl, liburi-perl, libuuid-perl, + libwww-csrf-perl, libwww-perl, libwww-youtube-download-perl, libxml-dumper-perl, -- 2.9.3