aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-12-06 19:57:26 +0000
committermkanat%bugzilla.org <>2008-12-06 19:57:26 +0000
commitf733acb50c5eb344941c5149a78f72102d510bcb (patch)
tree19a9881c0c50ef5164eaa85046047208fa50a4a6 /Bugzilla
parent04dcd6ca8604b38d3e587e492fd03462709eb89d (diff)
downloadbugs-f733acb50c5eb344941c5149a78f72102d510bcb.tar
bugs-f733acb50c5eb344941c5149a78f72102d510bcb.tar.gz
bugs-f733acb50c5eb344941c5149a78f72102d510bcb.tar.bz2
bugs-f733acb50c5eb344941c5149a78f72102d510bcb.tar.xz
bugs-f733acb50c5eb344941c5149a78f72102d510bcb.zip
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 <mkanat@bugzilla.org> r=LpSolit, a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Install/Requirements.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index a43c6a19c..19d54af73 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -199,6 +199,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'
},
{