SA Bugzilla – Bug 6861
/lib/Mail/SpamAssassin/Util/DependencyInfo.pm doesn't handle test_version correctly
Last modified: 2012-11-06 02:28:16 UTC
Created attachment 5108 [details] Patch to fix test_version in DependencyInfo.pm The current test_version keeps testing more minor version numbers even if a more major version has passed. So 1.4.3 would fail tested against 1.0.6 because .3 would be less than .6. Added short circuiting and improved the else loop to handle this better.
svn commit -m 'Bug 6861 for test_version fixed for binary dependencies' Sending lib/Mail/SpamAssassin/Util/DependencyInfo.pm Transmitting file data . Committed revision 1406030.