Port details |
- gdnsd3 Authoritative-only GeoIP-aware DNS server
- 3.8.0_2 dns
=2 3.8.0_2Version of this port present on the latest quarterly branch. - Maintainer: zi@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2019-02-23 05:55:15
- Last Update: 2024-05-20 10:33:03
- Commit Hash: b66e494
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/blblack/gdnsd
- Description:
- gdnsd is an Authoritative-only DNS server.
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.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/dns/gdnsd3/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/gdnsd3
- pkg install gdnsd3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gdnsd3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1660917590
SHA256 (gdnsd-3.8.0.tar.xz) = 2cdbdef678c62678d554a76af2563922d1b0c37642e9a1705183ff67de6d4913
SIZE (gdnsd-3.8.0.tar.xz) = 480136
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gmake>=4.4.1 : devel/gmake
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libev.so : devel/libev
- libsodium.so : security/libsodium
- liburcu.so : sysutils/liburcu
- libmaxminddb.so : net/libmaxminddb
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gdnsd3-3.8.0_2:
DOCS=on: Build and/or install documentation
MAXMINDDB=on: Enable GeoIP1 + GeoIP2 Support
===> Use 'make config' to modify these settings
- Options name:
- dns_gdnsd3
- USES:
- cpe pkgconfig libtool tar:xz perl5 gmake
- pkg-message:
- For install:
- As of version 3.0.0, gdnsd no longer has the ability to bind to
privileged ports and then drop privileges. As a result, you must use
mac_portacl to allow the gdnsd user to bind to 53 udp/tcp.
Please execute the following commands to prep this system to run gdnsd:
echo "# required for gdnsd3">>/boot/loader.conf.local
echo 'mac_portacl_load="YES"' >>/boot/loader.conf.local
echo 'accf_dns_load="YES"' >>/boot/loader.conf.local
echo 'accf_data_load="YES"' >>/boot/loader.conf.local
echo "# required for gdnsd3">>/etc/sysctl.conf.local
echo "security.mac.portacl.suser_exempt=1">>/etc/sysctl.conf.local
echo "security.mac.portacl.port_high=1023">>/etc/sysctl.conf.local
echo "net.inet.ip.portrange.reservedlow=0">>/etc/sysctl.conf.local
echo "net.inet.ip.portrange.reservedhigh=0">>/etc/sysctl.conf.local
echo "security.mac.portacl.rules=uid:179:udp:53,uid:179:tcp:53">>/etc/sysctl.conf.local
Then, either reboot or run the following commands to implement the above
changes:
kldload mac_portacl
kldload accf_dns
kldload accf_data
service sysctl reload
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8.0_2 20 May 2024 10:33:03
![commit hash: b66e4949cb23218adc602edc35db187f966c5377 commit hash: b66e4949cb23218adc602edc35db187f966c5377](/images/git.png) ![commit hash: b66e4949cb23218adc602edc35db187f966c5377 commit hash: b66e4949cb23218adc602edc35db187f966c5377](/images/codeberg.svg) ![commit hash: b66e4949cb23218adc602edc35db187f966c5377 commit hash: b66e4949cb23218adc602edc35db187f966c5377](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Vsevolod Stakhov (vsevolod) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
3.8.0_1 07 Mar 2024 09:47:33
![commit hash: 92762a0707a74d30d2622d71e8c8be047e479344 commit hash: 92762a0707a74d30d2622d71e8c8be047e479344](/images/git.png) ![commit hash: 92762a0707a74d30d2622d71e8c8be047e479344 commit hash: 92762a0707a74d30d2622d71e8c8be047e479344](/images/codeberg.svg) ![commit hash: 92762a0707a74d30d2622d71e8c8be047e479344 commit hash: 92762a0707a74d30d2622d71e8c8be047e479344](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Nuno Teixeira (eduardo) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
dns/gdnsd3: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.8.0 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.8.0 19 Aug 2022 14:15:24
![commit hash: 0c38cb23adc4121cd0b708cec88bb1ee62b3fa94 commit hash: 0c38cb23adc4121cd0b708cec88bb1ee62b3fa94](/images/git.png) ![commit hash: 0c38cb23adc4121cd0b708cec88bb1ee62b3fa94 commit hash: 0c38cb23adc4121cd0b708cec88bb1ee62b3fa94](/images/codeberg.svg) ![commit hash: 0c38cb23adc4121cd0b708cec88bb1ee62b3fa94 commit hash: 0c38cb23adc4121cd0b708cec88bb1ee62b3fa94](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Ryan Steinmetz (zi) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
dns/gdnsd3: Update to 3.8.0 |
3.7.0_1 20 Jul 2022 14:21:47
![commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868](/images/git.png) ![commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868](/images/codeberg.svg) ![commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
3.7.0_1 10 Jan 2022 15:15:39
![commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1](/images/git.png) ![commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1](/images/codeberg.svg) ![commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
3.7.0_1 30 Sep 2021 21:23:30
![commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7](/images/git.png) ![commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7](/images/codeberg.svg) ![commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Rene Ladan (rene) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
3.7.0_1 03 Sep 2021 12:20:10
![commit hash: 47c174e69afe5faedc815a49fc724675b1bf7f60 commit hash: 47c174e69afe5faedc815a49fc724675b1bf7f60](/images/git.png) ![commit hash: 47c174e69afe5faedc815a49fc724675b1bf7f60 commit hash: 47c174e69afe5faedc815a49fc724675b1bf7f60](/images/codeberg.svg) ![commit hash: 47c174e69afe5faedc815a49fc724675b1bf7f60 commit hash: 47c174e69afe5faedc815a49fc724675b1bf7f60](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Philip Paeps (philip) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
dns/gdnsd3: fix reload/restart/stats rc commands
Use the absolute path to gdnsdctl.
Approved by: zi (maintainer) |
3.7.0 02 Sep 2021 15:19:04
![commit hash: 6542c8107e2e1c052baf79f8063e3e4f250298ed commit hash: 6542c8107e2e1c052baf79f8063e3e4f250298ed](/images/git.png) ![commit hash: 6542c8107e2e1c052baf79f8063e3e4f250298ed commit hash: 6542c8107e2e1c052baf79f8063e3e4f250298ed](/images/codeberg.svg) ![commit hash: 6542c8107e2e1c052baf79f8063e3e4f250298ed commit hash: 6542c8107e2e1c052baf79f8063e3e4f250298ed](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Bernhard Froehlich (decke) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
dns/gdnsd3: Add CPE information
Approved by: portmgr (blanket) |
3.7.0 05 Aug 2021 14:57:57
![commit hash: 08dc967bb98b12ea7968ffc5f8e1c24daec5a3f2 commit hash: 08dc967bb98b12ea7968ffc5f8e1c24daec5a3f2](/images/git.png) ![commit hash: 08dc967bb98b12ea7968ffc5f8e1c24daec5a3f2 commit hash: 08dc967bb98b12ea7968ffc5f8e1c24daec5a3f2](/images/codeberg.svg) ![commit hash: 08dc967bb98b12ea7968ffc5f8e1c24daec5a3f2 commit hash: 08dc967bb98b12ea7968ffc5f8e1c24daec5a3f2](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Ryan Steinmetz (zi) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
dns/gdnsd3: Update to 3.7.0 |
3.5.1 06 Apr 2021 14:31:13
![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/git.png) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/codeberg.svg) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
all: Remove all other $FreeBSD keywords. |
3.5.1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
3.5.1 10 Feb 2021 14:12:03
![Revision:564857 Revision:564857](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
zi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 3.5.1 |
3.3.0 30 Sep 2020 17:27:31
![Revision:550726 Revision:550726](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
zi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert no-unused-variable fix to suggested upstream solution
- Do not bump PORTREVISION as this is a cosmetic/noop change |
3.3.0 30 Sep 2020 16:35:50
![Revision:550721 Revision:550721](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
zi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 3.3.0 |
3.0.0_1 27 Apr 2020 23:45:52
![Revision:533213 Revision:533213](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mandree ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/liburcu: update to 0.12.1
Since the library version changes from 6.0.0 to 6.1.0:
All ports that depend on liburcu in default configuration get
PORTREVISION bumped. All were build-tested in 12.1 amd64 poudriere bulk -t.
Reset maintainer (mmokhi@), repeated maintainer timeout.
PR: 243768
Reported by: alex_y_xu@yahoo.ca
Approved by: maintainer timeout (mmokhi, 88 d) |
3.0.0 13 Aug 2019 16:01:59
![Revision:508835 Revision:508835](/images/subversion.png) ![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert to UCL & cleanup pkg-message (categories d) |
3.0.0 23 Feb 2019 01:52:45
![Revision:493632 Revision:493632](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
zi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 3.0.0 |
2.4.2 23 Feb 2019 01:51:58
![Revision:493631 Revision:493631](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
zi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Copy gdnsd2 -> gdnsd3 |