Bug 202283

Summary: mail/spamassassin: Fix another incompatibility with Net::DNS 1.01 (RR formatting issue)
Product: Ports & Packages Reporter: Mark.Martinec
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (adamw)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-URIDNSB.pm - fixes incompatibility with dns/p5-Net-DNS 1.01 none

Description Mark.Martinec 2015-08-13 00:18:47 UTC
Created attachment 159829 [details]
patch-URIDNSB.pm - fixes incompatibility with dns/p5-Net-DNS 1.01

The attached minimalistic patch fixes another incompatibility of SpamAssassin
with module Net::DNS, which started returning stringified DNS resource records
formatted differently since version 1.01 (as is in the ports: dns/p5-Net-DNS),
which SpamAssassin is unable to parse in its URIDNSB.pm plugin.

More details at:
  https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7231

The attached patch is equivalent to the first patch in the above
( https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7231#c3 )
and has been applied to the 3.4 branch (i.e. to be included in
a 3.4.2 release) - so the patch in ports is intended to bridge
the time gap until the 3.4.2 release.
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2015-08-15 16:25:47 UTC
Committed. Sorry for taking so long to commit this fix, I was out of town.

Thanks for the PR, Mark!