]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 468009: SOAP::Lite versions greater than 0.68 and less than 0.710.06 return the...
authormkanat%bugzilla.org <>
Sat, 6 Dec 2008 19:58:48 +0000 (19:58 +0000)
committermkanat%bugzilla.org <>
Sat, 6 Dec 2008 19:58:48 +0000 (19:58 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat

Bugzilla/Install/Requirements.pm

index 87a928f35db2a49e24dac11cb2a9098bb0164e92..5b6f0360c59fdd17fb13f30ac09da5adbef92790 100644 (file)
@@ -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'
     },
     {