aboutsummaryrefslogtreecommitdiff
path: root/dns/gdnsd2
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 2.4.3Ryan Steinmetz2020-09-302-4/+4
| | | | Notes: svn path=/head/; revision=550718
* - Add CONFLICTS_INSTALL with upcoming dns/gdnsd3 portRyan Steinmetz2019-02-221-1/+1
| | | | Notes: svn path=/head/; revision=493574
* - Update to 2.4.2Ryan Steinmetz2019-02-113-49/+4
| | | | Notes: svn path=/head/; revision=492697
* - Fix EADDRNOTAVAIL issue under FreeBSD when using IPs bound to loopback ↵Ryan Steinmetz2019-01-162-1/+45
| | | | | | | | | | | interfaces - Bump PORTREVISION Obtained from: upstream PR #175 Notes: svn path=/head/; revision=490503
* - Re-add MAXMINDDB as default OPTIONRyan Steinmetz2019-01-151-0/+2
| | | | | | | | | - Bump PORTREVISION Reported by: adamw Notes: svn path=/head/; revision=490326
* - Update to 2.4.1Ryan Steinmetz2019-01-153-21/+4
| | | | Notes: svn path=/head/; revision=490324
* - Remove check that no longer applies ↵Ryan Steinmetz2019-01-152-1/+17
| | | | | | | | | (https://blog.maxmind.com/tag/ip-geolocation/) Reported by: sbruno Notes: svn path=/head/; revision=490322
* Remove GeoIP-related options. Where possible, replace GeoIP 1 defaultsAdam Weinberger2019-01-131-9/+2
| | | | | | | | | with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this. Notes: svn path=/head/; revision=490211
* - Update to 2.4.0Ryan Steinmetz2018-12-052-5/+4
| | | | Notes: svn path=/head/; revision=486723
* - Add libmaxminddb for geoip2 supportRyan Steinmetz2017-11-231-5/+12
| | | | | | | | | | - Bump PORTREVISION PR: 223814 Submitted by: peter@ Notes: svn path=/head/; revision=454804
* - MASTER_SITES cleanupRyan Steinmetz2017-08-011-1/+1
| | | | Notes: svn path=/head/; revision=447034
* sysutils/liburcu: Update port to 0.10.0Mahdi Mokhtari2017-07-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump revision for consumer ports. This version contains many fix/features: * Bump library soname due to urcu flavor structure change * Cleanup: use mutex_lock() wrapper in rculfhash * Use workqueue in rculfhash * Implement urcu workqueues internal API * Add support for m68k architecture * Set -Wall globally in AM_CFLAGS * Fix: remove double use of PTHREAD_CFLAGS * Re-add PTHREAD_CFLAGS to global CFLAGS * Fix: Don't override user variables within the build system * Add report at the end of configure * uatomic-api docs: use the third-person singular * Add --enable-rcu-debug to configure * ARM32: use dmb ish (inner shareable domain) for smp barriers * Cleanup: remove cmm_wmb() from rcu_xchg_pointer and rcu_cmpxchg_pointer * Fix: uatomic arm32: add missing release barrier before uatomic_xchg * Tests: Add verbose support to test script * Fix: add missing CONFIG_RCU_FORCE_SYS_MEMBARRIER to urcu/config.h.in * Allow forcing the use of sys membarrier * Fix: rcutorture: work-around signal issue on mac os x * Fix: rcutorture should register thread using call_rcu * Fix: add missing backslash in Makefile.am * Fix: Do not use wildcards in include/Makefile.am * Bump version to 0.10-pre * Fix: check for rand_r() in compat-rand.h * Fix: Move rand-compat to private src dir * Fix: remove AC_FUNC_MALLOC from configure.ac * Cleanup: Re-organise source dir * Cleanup: remove leftover manual pthread detection * Fix: update ax_pthread macro to handle newer clang * Update library current version due to adding destroy API * Fix: Use pthread_self to get threadid on OSX * Fix: examples: use destroy API for queues/stacks * Update library age due to new stack/queue destroy API * Fix: tests: invoke destroy APIs for queues/stacks * Fix: add missing destroy functions to queues/stack APIs * Fix: add missing __cds_wfcq_init for LGPL API * Fix: memory leak on hash table destroy * Fix: Add failover for platforms without nproc * Fix: use clock_get_time for caa_get_cycles fallback on MacOSX * Fix: syscall-compat.h MacOSX support * Fix: Add solaris-build.md to dist * rculfhash: Documentation: clarify need for grace period before "re-using" * Port: build shared libraries in Cygwin * Port: fix compatibility header for Cygwin * Add GNU Hurd support to syscall-compat.h * Add support for aarch64_be * Fix: urcu-bp: re-initialize list head on library exit * bootstrap: Standardize on autoreconf -vi * Harmonize bootstrap script across projects * Fix: examples make distcheck failure * wfcqueue: add C++ compatibility API * Fix: CDS_WFCQ_WOULDBLOCK typing for c++ * Fix: configure.ac: check for possibly required libs for clock_gettime * Support for NIOS2 architecture * urcu_ref_get_safe: introduce new API * Fix: handle reference count overflow * Fix: compat_futex should work-around futex signal-restart kernel bug * Support for Xeon-Phi with newer MPSS * sparc64: allocate membarrier system call number * hppa: allocate membarrier system call number * Fix build on non-Linux Debian ports * Fix: urcu-signal: smp_mb_master() needs registry lock * Fix: rculfhash only needs to include urcu-pointers.h * Fix: out-of-tree benchmark/regtest * Fix: add missing regtest and benchmark files to dist tarball * Fix: add missing run.sh to benchmark makefile Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D11449 Notes: svn path=/head/; revision=446075
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-251-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=444311
* - Update to 2.2.4Ryan Steinmetz2016-09-112-4/+4
| | | | Notes: svn path=/head/; revision=421883
* gdnsd2: run checkconf before reload/restartAllan Jude2016-08-262-0/+3
| | | | | | | | | | | Submitted by: Andrew Fengler <andrew.fengler@scaleengine.com> Reviewed by: matthew Approved by: zi (maintainer) Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D7488 Notes: svn path=/head/; revision=420941
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 2.2.2Ryan Steinmetz2016-02-192-4/+4
| | | | Notes: svn path=/head/; revision=409178
* - Drop 8.x supportDmitry Marakasov2015-09-181-7/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=397241
* - Update to 2.2.0Ryan Steinmetz2015-03-204-10/+13
| | | | Notes: svn path=/head/; revision=381708
* - Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2015-03-121-1/+1
| | | | Notes: svn path=/head/; revision=381119
* - Mark IGNORE on 9.0-9.2 due to build failuresRyan Steinmetz2014-12-172-6/+13
| | | | | | | | - Remove trailing whitespace from pkg-descr - Bump PORTREVISION Notes: svn path=/head/; revision=374850
* New port: dns/gdnsd2:Ryan Steinmetz2014-11-076-0/+189
gdnsd is an Authoritative-only DNS server. This port tracks the 2.x release. The initial g stands for Geographic, as gdnsd offers a plugin system for geographic (or other sorts of) balancing, redirection, and service-state-conscious failover. If you don't care about that feature, it's still quite good at being a very fast, lean, and resilient authoritative-only server for static DNS data. gdnsd is written in C using libev and pthreads with a focus on high performance, low latency service. It does not offer any form of caching or recursive service, and does not support DNSSEC. WWW: https://github.com/blblack/gdnsd/ Notes: svn path=/head/; revision=372281