Bug 250026 - dns/dnsdist: Update to 1.5.1
Summary: dns/dnsdist: Update to 1.5.1
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-ports-bugs (Nobody)
URL: https://dnsdist.org/changelog.html
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-10-01 13:43 UTC by Juraj Lutter
Modified: 2020-10-03 08:36 UTC (History)
2 users (show)

See Also:
tremere: maintainer-feedback+


Attachments
dns/dnsdist: Update to 1.5.1 (5.04 KB, patch)
2020-10-01 13:43 UTC, Juraj Lutter
no flags Details | Diff
Update to dnsdist 1.5.1 and make rc.d script start earlier (replaces other patch) (3.31 KB, patch)
2020-10-02 06:50 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 Juraj Lutter freebsd_committer freebsd_triage 2020-10-01 13:43:29 UTC
Created attachment 218449 [details]
dns/dnsdist: Update to 1.5.1

Hi,

please find the patch attached.

Changelog:
* Released: 1st of October 2020

* Improvements:
 - Add the "clearConsoleHistory" command

* Bug Fixes:
 - Stop the related responder thread when a backend is removed
 - Fix getEDNSOptions() for {AN,NS}COUNT != 0 and ARCOUNT = 0
 - Fix building with LLVM11 (@RvdE)
 - Only add EDNS on negative answers if the query had EDNS
Comment 1 Automation User 2020-10-01 14:48:55 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/196946138
Comment 2 Ralf van der Enden 2020-10-02 06:50:40 UTC
Created attachment 218462 [details]
Update to dnsdist 1.5.1 and make rc.d script start earlier (replaces other patch)


@Juraj: thanks for the patch, but I wanted to add a change to the rc.d script as well. See below.

This is basically the same patch as OP added, but with one addition.

I noticed after a reboot of my box nginx would hang itself up (and with it the rest of the startup procedure). Moving dnsdist to (approx.) the same place as unbound_local fixed that for me.
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-10-03 08:36:10 UTC
A commit references this bug:

Author: mikael
Date: Sat Oct  3 08:36:04 UTC 2020
New revision: 551267
URL: https://svnweb.freebsd.org/changeset/ports/551267

Log:
  dns/dnsdist: Update to 1.5.1

  Update to dnsdist 1.5.1 and make rc.d script start earlier

  PR:		250026
  Submitted by:	Juraj Lutter, Ralf van der Enden (maintainer)

Changes:
  head/dns/dnsdist/Makefile
  head/dns/dnsdist/distinfo
  head/dns/dnsdist/files/dnsdist.in
  head/dns/dnsdist/files/patch-dnsdist-console.cc
Comment 4 Mikael Urankar freebsd_committer freebsd_triage 2020-10-03 08:36:38 UTC
Thanks!