[Bug 201741] Fix DNS resolving incompatibility with Net::DNS 1.01

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 21 12:30:13 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201741

            Bug ID: 201741
           Summary: Fix DNS resolving incompatibility with Net::DNS 1.01
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: perl at FreeBSD.org
          Reporter: Mark.Martinec at ijs.si
             Flags: maintainer-feedback?(perl at FreeBSD.org)
          Assignee: perl at FreeBSD.org

Created attachment 159045
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159045&action=edit
files/patch-DnsResolver.pm

Now that a port dns/p5-Net-DNS has been upgraded to version 1.01,
this revealed an incompatibility with DNS resolving in SpamAssassin.

In short: Net::DNS::Packet->new no longer sets the RD (recursion
desired) bit in new packets, so essentially DNS queries no longer
work. Details at:
  https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7223

To bridge the time until SpamAssassin 3.4.2 gets released,
the attached patch is needed ( equivalent to
  https://svn.apache.org/viewvc?view=rev&rev=1691992 ).

For earlier version of dns/p5-Net-DNS this patch is redundant,
but does no harm.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-perl mailing list