Commit graph

6 commits

Author SHA1 Message Date
Carlos J. Puga Medina
ec526eba4c dns/dnsdist: unbreak build with clang 4.0
ext/json11/json11.cpp:153:24: error: invalid operands to binary expression
      ('nullptr_t' and 'nullptr_t')
        return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
               ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext/json11/json11.cpp:209:5: note: in instantiation of member function
      'json11::Value<json11::Json::Type::NUL, nullptr_t>::less' requested here
    JsonNull() : Value(nullptr) {}
    ^

PR:		216069
Reported by:	jbeich
Obtained from:	upstream
MFH:		2017Q1
2017-01-18 17:58:53 +00:00
Carlos J. Puga Medina
dab7b67cdf - Update to 1.1.0
- Remove unneeded patches (added upstream)
- Add protobuf and re2 support
- Switch to USES=localbase
- Drop USE_GCC
- Add USES=compiler:c++14-lang to build with clang on FreeBSD 10.3
- Cosmetic fixes

Changelog:
  http://dnsdist.org/changelog/#110
2017-01-11 00:48:04 +00:00
Carlos J. Puga Medina
62470c205e - Update to 1.0.0 release
- Use USERS/GROUPS framework
- Install the dnsdist binary in ${PREFIX}/sbin
- Fix rc script
- Fix pkg-plist

Changelog: http://dnsdist.org/changelog/#dnsdist-100

Reported by:	Bryan Seitz <seitz@bsd-unix.net>
Approved by:	junovitch (mentor)
Differential Revision:	D6066
2016-04-25 07:47:53 +00:00
Carlos J. Puga Medina
f94e4f56ca - Update to 1.0.0-alpha2
- Replace USES=readline with USES=libedit
- Remove ragel dependency because it's only required to compile from git.
- Fix MASTER_SITES
- Add incbin License (The Unlicense)
- Enable dnscrypt support
- Fix comparison signedness in dnsname.cc

Changelog:

http://dnsdist.org/changelog/#dnsdist-100-alpha2

PR:		208126
Approved by:	junovitch (mentor)
2016-03-22 02:14:01 +00:00
Martin Wilke
ba8b8159db - Update to 0.0.619gda835ff
PR:		206187
Submitted by:	maintainer
2016-01-15 06:36:37 +00:00
Kurt Jaeger
22ad7af332 dns/dnsdist: 0.0.211g05c8117 -> 0.0.213g3172f9b
- Add startup script
- Add sample config file
- Build with libsodium

PR:		202555
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es>
2015-08-22 11:26:16 +00:00