Bug 192029 - dns/p5-DNS-ZoneParse: Add patch to support SPF
Summary: dns/p5-DNS-ZoneParse: Add patch to support SPF
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-22 10:53 UTC by Kurt Jaeger
Modified: 2014-07-23 12:36 UTC (History)
0 users

See Also:


Attachments
patch to add SPF record support (5.64 KB, patch)
2014-07-22 10:53 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger freebsd_committer freebsd_triage 2014-07-22 10:53:20 UTC
Created attachment 144869 [details]
patch to add SPF record support

The perl module currently does not support SPF records.

The patch adds this. The patch was already submitted upstream, see

https://rt.cpan.org/Ticket/Display.html?id=81111

but there already was a similar (but not complete) patch and it seems
the perl module itself is no longer really maintained ?
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-23 12:36:04 UTC
A commit references this bug:

Author: pi
Date: Wed Jul 23 12:35:27 UTC 2014
New revision: 362669
URL: http://svnweb.freebsd.org/changeset/ports/362669

Log:
  dns/p5-DNS-ZoneParse

  - add patch to support SPF records
  - upstream see https://rt.cpan.org/Ticket/Display.html?id=81111

  PR:		192029

Changes:
  head/dns/p5-DNS-ZoneParse/Makefile
  head/dns/p5-DNS-ZoneParse/files/
  head/dns/p5-DNS-ZoneParse/files/patch-ZoneParse.pm
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-23 12:36:28 UTC
Committed as perl@ 8-)