maintainer-feedback requested: [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:12 UTC 2015


Mark.Martinec at ijs.si has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to perl at FreeBSD.org:
Bug 201741: Fix DNS resolving incompatibility with Net::DNS 1.01
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201741



--- Description ---
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.


More information about the freebsd-perl mailing list