diff options
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 2 |
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' }, { |