Bug 116029 - dns/powerdns-recursor - backport multiline txt records support
Summary: dns/powerdns-recursor - backport multiline txt records support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-02 21:50 UTC by sten
Modified: 2007-09-06 23:40 UTC (History)
0 users

See Also:


Attachments
file.diff (11.24 KB, patch)
2007-09-02 21:50 UTC, sten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sten 2007-09-02 21:50:01 UTC
powerdns-recursor 3.1.4 doesn't support multiline txt records, which 
are used by various dns information systems. 3.1.5 does have support
for this.
A backport of the code changes is relatively risk-free, and has been
requested by users and port maintainers.

http://www.nabble.com/recursor-unable-to-resolve-asn.routeviews.org-data-t4252567.html
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-09-06 23:37:09 UTC
miwi        2007-09-06 22:37:02 UTC

  FreeBSD ports repository

  Modified files:
    dns/powerdns-recursor Makefile 
  Added files:
    dns/powerdns-recursor/files patch-multiline_txt_records 
  Log:
  - Backport multiline txt records support [1]
  - Bump PORTREVISION
  
  [1] Notes:
  powerdns-recursor 3.1.4 doesn't support multiline txt records, which
  are used by various dns information systems. 3.1.5 does have support
  for this. A backport of the code changes is relatively risk-free, and has been
  requested by users and port maintainers.
  
  http://www.nabble.com/recursor-unable-to-resolve-asn.routeviews.org-data-t4252567.html
  
  PR:             116029
  Submitted by:   Sten Spans <sten@blinkenlights.nl> (Maintainer)
  
  Revision  Changes    Path
  1.9       +1 -1      ports/dns/powerdns-recursor/Makefile
  1.1       +398 -0    ports/dns/powerdns-recursor/files/patch-multiline_txt_records (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-09-06 23:37:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!