SA Bugzilla – Bug 5298
DKIM plugin - no longer needs Crypt::OpenSSL::Bignum
Last modified: 2007-01-22 06:43:26 UTC
Version 0.18 no longer depends on Crypt::OpenSSL::Bignum, so it can be removed from the requirements list in Mail::SpamAssassin::Plugin::DKIM. (See attached patch.) My apologies in advance if this isn't the correct forum for this sort of patch.
Created attachment 3829 [details] update requires for Plugin::DKIM
we can just drop the Crypt::OpenSSL::Bignum reference, without requiring 0.18 explicitly, right?
Yeah remove the 0.18, I was thinking that would specify a minimum version number for Mail::DKIM, but I guess 'require' doesn't work that way. Versions of the Mail::DKIM module older than 0.18 required Crypt::OpenSSL::Bignum. Versions 0.18 and greater do not require Crypt::OpenSSL::Bignum.
ok, done: : jm 31...; svn commit -m "bug 5298: Mail::DKIM 0.18 apparently no longer needs Crypt::OpenSSL::Bignum, so remove it from the requires list in our plugin and let Mail::DKIM sort it out internally" lib/Mail/SpamAssassin/Plugin/DKIM.pm Sending lib/Mail/SpamAssassin/Plugin/DKIM.pm Transmitting file data . Committed revision 498626.