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 01:56:35 UTC

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

Author: mmartinec
Date: Sat Dec  4 00:56:35 2010
New Revision: 1042077

URL: http://svn.apache.org/viewvc?rev=1042077&view=rev
Log:
DependencyInfo.pm: bump the minimal required version of NetAddr::IP from 4.000 to 4.010; the 4.010 (Sept 2008) was the first to introduce the required method full6()

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=1042077&r1=1042076&r2=1042077&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm Sat Dec  4 00:56:35 2010
@@ -63,10 +63,11 @@ $have_sha1 ? {
 },
 {
   'module' => 'NetAddr::IP',
-  'version' => '4.000',
+  'version' => '4.010',
   'desc' => "Used in determining which DNS tests are to be done for each of
-  the header's received fields, and used by AWL plugin for extracting network
-  address from an IPv6 addresses (and from IPv4 address on nondefault mask).",
+  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.",
 },
 {
   module => 'Time::HiRes',