From: Frédéric Buclin Date: Mon, 6 Dec 2010 17:10:29 +0000 (+0100) Subject: Bug 542931: Bug in SOAP::Lite prevents WebService:XMLRPC logins from persisting X-Git-Tag: bugzilla-4.1.1~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b82f8f683c7f3d396076b9c6b4b2aadf191c5625;p=thirdparty%2Fbugzilla.git Bug 542931: Bug in SOAP::Lite prevents WebService:XMLRPC logins from persisting r/a=mkanat --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index d2bc9328b7..ea2b313fd4 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -246,9 +246,9 @@ sub OPTIONAL_MODULES { { package => 'SOAP-Lite', module => 'SOAP::Lite', - # 0.710.04 is required for correct UTF-8 handling, but .04 and .05 are - # affected by bug 468009. - version => '0.710.06', + # Fixes various bugs, including 542931 and 552353 + stops + # throwing warnings with Perl 5.12. + version => '0.712', feature => ['xmlrpc'], }, {