Bug 235392 - dns/powerdns-recursor: update to 4.1.11 and add a buffer fix for rec_control
Summary: dns/powerdns-recursor: update to 4.1.11 and add a buffer fix for rec_control
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-01 15:15 UTC by Ralf van der Enden
Modified: 2019-02-18 15:39 UTC (History)
0 users

See Also:


Attachments
Update to 4.1.11 and add buffer fix for rec_control (3.00 KB, patch)
2019-02-01 15:15 UTC, Ralf van der Enden
tremere: maintainer-approval+
Details | Diff
Update to 4.11, add buffer fix for rec_control and remove CONFLICTS_INSTALL (3.27 KB, patch)
2019-02-04 15:43 UTC, Ralf van der Enden
tremere: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf van der Enden 2019-02-01 15:15:53 UTC
Created attachment 201600 [details]
Update to 4.1.11 and add buffer fix for rec_control

The changelog:

#7434: Add an option to export only responses over protobuf
#7430: Reduce systemcall usage in protobuf logging

Also add a fix (pulled in from OpenBSD) for rec_control's buffer being too small to handle output of some commands. This could be remedied by setting net.local.dgram.maxdgram=131072 in /etc/sysctl.conf, but this patch omits that requirement.
Comment 1 Ralf van der Enden 2019-02-04 15:43:09 UTC
Created attachment 201722 [details]
Update to 4.11, add buffer fix for rec_control and remove CONFLICTS_INSTALL


dns/powerdns-recursor40 was removed so it makes sense to remove the CONFLICTS_INSTALL as well. This makes portlint happy again as added bonus.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-02-18 15:39:35 UTC
A commit references this bug:

Author: krion
Date: Mon Feb 18 15:38:48 UTC 2019
New revision: 493269
URL: https://svnweb.freebsd.org/changeset/ports/493269

Log:
  Update to 4.1.11 and add buffer fix for rec_control

  The changelog:

  #7434: Add an option to export only responses over protobuf #7430:
  Reduce systemcall usage in protobuf logging

  Also add a fix (pulled in from OpenBSD) for rec_control's buffer
  being too small to handle output of some commands. This could be
  remedied by setting net.local.dgram.maxdgram=131072 in
  /etc/sysctl.conf, but this patch omits that requirement.

  PR:		235392
  Submitted by:	maintainer

Changes:
  head/dns/powerdns-recursor/Makefile
  head/dns/powerdns-recursor/distinfo
  head/dns/powerdns-recursor/files/patch-dnsname.hh