Sunpoet Po-Chuan Hsieh
7f2dff279c
Update devel/protobuf to 3.2.0
...
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
2017-01-29 16:04:36 +00:00
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
Jan Beich
59e02117ae
devel/boost-*: update to 1.63.0
...
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
2017-01-06 08:45:03 +00:00
Jan Beich
a8713d15f4
devel/boost-*: update to 1.62.0
...
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
2016-11-23 12:45:46 +00:00
Gerald Pfeifer
89f8b05214
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
...
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
John Marino
2e94d74398
security/libsodium: Upgrade version 1.0.8 => 1.0.10
...
Also bump all ports that depend on libsodium.
PR: 210999
Submitted by: manu
Approved by: vsevolod (maintainer)
2016-07-12 22:03:52 +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
Mathieu Arnold
4e1b79a0a6
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:00:51 +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
Carlos J. Puga Medina
d9ff617785
- Update to 0.0.791gfbb356b
...
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
PR: 207668
Approved by: junovitch (mentor)
2016-03-03 04:16:37 +00:00
Carlos J. Puga Medina
640dfb58d9
- Update dnsdist to 0.0.734g1f3f982
...
PR: 207333
Approved by: junovitch (mentor)
2016-02-22 10:02:35 +00:00
Carlos J. Puga Medina
03b527c9f2
- Update dnsdist to 0.0.679g176fdd7
...
- Update MAINTAINER to my @FreeBSD.org address
PR: 206822
Approved by: junovitch (mentor)
2016-02-02 12:52:19 +00:00
Carlos J. Puga Medina
20d73228c7
- Update to 0.0.667gdee7181.
...
Submitted by: Carlos J. Puga Medina <cpm@FreeBSD.org>
Approved by: junovitch (mentor)
2016-01-27 10:50:32 +00:00
Bartek Rutkowski
5e8f90ba90
dns/dnsdist: update 0.0.619gda835ff -> 0.0.649gf41f9cf
...
PR: 206371
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2016-01-21 15:30:53 +00:00
Martin Wilke
ba8b8159db
- Update to 0.0.619gda835ff
...
PR: 206187
Submitted by: maintainer
2016-01-15 06:36:37 +00:00
Jason Unovitch
0af2269042
dns/dnsdist: 0.0.281gade4ced -> 0.0.336gc278ffd
...
- Also add maintainer mirror and LOCAL as a fallback. Upstream only seems
to keep the last 50 distfiles on their mirrors and this has broken fetch
in the past (see bug 203613).
PR: 204113
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-10-30 01:58:13 +00:00
Gerald Pfeifer
9c88366292
Replace USE_GCC=4.8+ by USE_GCC=yes. Both are equivalent as of today,
...
and generally we want to use the default version of GCC in cases like
these.
Approved by: portmgr blanket
2015-10-25 20:38:11 +00:00
Kurt Jaeger
c0d2f85ec9
dns/dnsdist: 0.0.251g6efad44 -> 0.0.281gade4ced
...
- added support for RRs CDS, CDNSKEY, among other changes
PR: 203613
Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> (maintainer)
2015-10-08 18:51:49 +00:00
Kurt Jaeger
372a3c5d3c
dns/dnsdist: 0.0.217g7a89932 -> 0.0.251g6efad44
...
- QPS Limit total
- QPS Limit per IP address or subnet
- Modify query to remove RD bit
PR: 202955
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-09-12 07:21:33 +00:00
Kurt Jaeger
ec9649ae90
dns/dnsdist: 0.0.213g3172f9b -> 0.0.217g7a89932
...
PR: 202617
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-08-25 09:24:02 +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
Dmitry Marakasov
b657d967a0
- Update to 0.0.211g05c8117
...
PR: 202352
Submitted by: cpm@fbsd.es (maintainer)
2015-08-16 11:27:02 +00:00
Vanilla I. Shu
68e9e300ce
Upgrade to 0.0.210g4f0fae7
...
PR: 202279
Submitted by: maintainer
2015-08-13 03:07:47 +00:00
Kurt Jaeger
27e5f0e14d
dns/dnsdist: add USES=cpe
...
PR: 202167
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
2015-08-11 19:26:37 +00:00
Kurt Jaeger
19e3e8797d
New port: dns/dnsdist
...
dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its
goal in life is to route DNS traffic to the best DNS server,
delivering top performance to legitimate users while shunting or
blocking abusive traffic.
WWW: http://dnsdist.org
PR: 202156
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Requested by: pi
2015-08-07 19:34:57 +00:00