You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2010/12/04 12:02:13 UTC

svn commit: r1042140 - /spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm

Author: mmartinec
Date: Sat Dec  4 11:02:12 2010
New Revision: 1042140

URL: http://svn.apache.org/viewvc?rev=1042140&view=rev
Log:
Temporarily reverted the minimal required version of NetAddr::IP
to 4.000 to make Hudson happy (which currently has 4.007 installed).

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm?rev=1042140&r1=1042139&r2=1042140&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm Sat Dec  4 11:02:12 2010
@@ -63,11 +63,12 @@ $have_sha1 ? {
 },
 {
   'module' => 'NetAddr::IP',
-  'version' => '4.010',
+  'version' => '4.000',
   'desc' => "Used in determining which DNS tests are to be done for each of
   the header's received fields, used by AWL plugin for extracting network
   address from an IPv6 addresses (and from IPv4 address on nondefault mask),
-  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.",
+  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
+  Avoid versions 4.034 and 4.035.",
 },
 {
   module => 'Time::HiRes',