From: mkanat%bugzilla.org <> Date: Sat, 6 Dec 2008 19:58:48 +0000 (+0000) Subject: Bug 468009: SOAP::Lite versions greater than 0.68 and less than 0.710.06 return the... X-Git-Tag: bugzilla-3.0.7~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c5d436321eeee255c3bcb628fa62dae9d80ae9c;p=thirdparty%2Fbugzilla.git Bug 468009: SOAP::Lite versions greater than 0.68 and less than 0.710.06 return the wrong XML for methods Patch By Max Kanat-Alexander r=LpSolit, a=mkanat --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 87a928f35d..5b6f0360c5 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -182,6 +182,8 @@ sub OPTIONAL_MODULES { package => 'SOAP-Lite', module => 'SOAP::Lite', version => 0, + # These versions (0.70 -> 0.710.05) are affected by bug 468009 + blacklist => ['^0\.70', '^0\.710?\.0[1-5]$'], feature => 'XML-RPC Interface' }, {