Date: Tue, 21 Jul 2015 12:30:12 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201741] Fix DNS resolving incompatibility with Net::DNS 1.01 Message-ID: <bug-201741-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: Mark.Martinec@ijs.si Flags: maintainer-feedback?(perl@FreeBSD.org) Assignee: perl@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201741-13>