Port details |
- kadnode P2P name resolution daemon
- 2.3.0_3 dns =3 2.3.0_2Version of this port present on the latest quarterly branch.
- Maintainer: moritzwarning@web.de
- Port Added: 2018-05-18 20:09:36
- Last Update: 2024-07-19 14:35:47
- Commit Hash: e710865
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- License: MIT
- WWW:
- https://github.com/mwarning/KadNode
- Description:
- KadNode is a small decentralized DNS resolver that can use existing
public key infrastructures. It utilizes the BitTorrent P2P network
and mbedtls for TLS/crypto support.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/kadnode/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/kadnode
- pkg install kadnode
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kadnode
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1581337724
SHA256 (mwarning-KadNode-v2.3.0_GH0.tar.gz) = abb2ca66fb525fab53157d5486bbb43e3a522a4bdc9280a3dcb8cb403ee08583
SIZE (mwarning-KadNode-v2.3.0_GH0.tar.gz) = 450082
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:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libmbedtls.so : security/mbedtls
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kadnode-2.3.0_3:
AUTH=on: Authorization support based on mbedtls
CMD=on: Command line control tool kadnode-ctl
DEBUG=off: Build with debug messages and symbols
DNS=off: Include local DNS interface
LPD=on: Local peer discovery
NATPMP=off: NAT-PMP support (remote port forwarding on the router)
NSS=on: Name Service Switch support to intercept host queries
UPNP=off: UPnP support (remote port forwarding on the router)
===> Use 'make config' to modify these settings
- Options name:
- dns_kadnode
- USES:
- cpe gmake
- pkg-message:
- For install:
- In order to resolve domains using kadnode all over the system, add this
line to your /etc/nsswitch.conf:
hosts: kadnode dns
If the hosts line already exists, just add kadnode before the dns entry.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.0_3 19 Jul 2024 14:35:47 |
Dirk Meyer (dinoex) |
dns/kadnode: fix build with miniupnpc 2.2.8
PR: 280298 |
2.3.0_3 15 Jul 2024 11:45:00 |
Dirk Meyer (dinoex) |
net/miniupnpc: Update to 2.2.8 |
2.3.0_2 22 Jan 2024 10:42:26 |
Muhammad Moinur Rahman (bofh) |
dns/kadnode: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
2.3.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.3.0_1 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
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 ) |
2.3.0_1 28 Jan 2022 12:14:09 |
Tijl Coosemans (tijl) |
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084 |
2.3.0 18 Oct 2021 19:25:54 |
Stefan Eßer (se) |
dns/kadnode: Add CPE information
Approved by: portmgr (blanket) |
2.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.0 19 Mar 2020 08:40:18 |
tobik |
dns/kadnode: Update to 2.3.0
PR: 244020
Submitted by: moritzwarning@web.de (maintainer) |
2.2.5_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.2.5_1 14 Sep 2018 12:04:53 |
tijl |
Update security/mbedtls to 2.13.0 and bump dependent ports. |
2.2.5 26 Aug 2018 02:41:14 |
tobik |
dns/kadnode: Update to 2.2.5
Changes: https://github.com/mwarning/KadNode/releases/tag/v2.2.5
PR: 230900
Submitted by: moritzwarning@web.de (maintainer) |
2.2.3_1 10 Aug 2018 14:23:16 |
tijl |
Update security/mbedtls to 2.12.0 and bump dependent ports.
MFH: 2018Q3
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02 |
2.2.3 21 May 2018 15:17:23 |
tobik |
dns/kadnode: Update to 2.2.3
Changes: https://github.com/mwarning/KadNode/releases/tag/v2.2.3
PR: 228386
Submitted by: moritzwarning@web.de (maintainer) |
2.2.2 20 May 2018 01:08:30 |
tobik |
dns/kadnode: Update to 2.2.2
- Fix variable order in the rc script so that kadnode can actually
start which I broke before ports r470325 [1]
Changes: https://github.com/mwarning/KadNode/releases/tag/v2.2.2
PR: 228368
Pointy hat: tobik [1]
Submitted by: moritzwarning@web.de (maintainer) |
2.2.1 18 May 2018 20:09:21 |
tobik |
New port: dns/kadnode
KadNode is a small decentralized DNS resolver that can use existing
public key infrastructures. It utilizes the BitTorrent P2P network
and mbedtls for TLS/crypto support.
WWW: https://github.com/mwarning/KadNode
PR: 225924
Submitted by: moritzwarning@web.de |