notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: dns/dnsdist/files/patch-dnsdist-lua-vars.cc
SVNWeb

Number of commits found: 2

Tue, 4 Feb 2020
[ 10:38 0mp search for other commits by this committer ] Original commit   Revision:525141
dns/dnsdist: Update to 1.4.0

- Lint Makefile
- Some configure switches changed from --enable to --with
- Rename FSTRM to DNSTAP
- Add DoH support
- Switch to LuaJIT-Openresty (when LUAJIT is selected instead of LUA)
- Remove unnecessary patch (files/patch-dnsdist-lua-vars.cc)
- Major improvement in the rc script: allowing multiple daemons
- Start using -C and %%ETCDIR%% causing the default path for dnsdist.conf
  changes to usually /usr/local/etc/dnsdist/ in which you can store single
  or multiple config files, includes, key-files for DNSCrypt, key/certs for
  DoH, etc.

Also, change maintainer to Ralf van der Enden.

Changelog:
https://dnsdist.org/changelog.html

PR:		242125
Submitted by:	Jorn Ane de Jong, Ralf van der Enden, Leo Vandewoestijne
Reviewed by:	cpm@, Sascha Biberhofer, Yann Kerherve
Approved by:	maintainer
Sun, 17 Mar 2019
[ 11:38 cpm search for other commits by this committer ] Original commit   Revision:496048
dns/dnsdist: unbreak with boost 1.70

dnsdist-lua-vars.cc:99:61: error: expected unqualified-id
                                       {"BADSIG",   ERCode::BADSIG  },
                                                            ^
/usr/include/sys/signal.h:490:17: note: expanded from macro 'BADSIG'
#define BADSIG          SIG_ERR
                        ^
/usr/include/sys/signal.h:139:18: note: expanded from macro 'SIG_ERR'
#define SIG_ERR         ((__sighandler_t *)-1)
                        ^

PR:		236587
Reported by:	jbeich

Number of commits found: 2