notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
kadnode P2P name resolution daemon
2.3.0_2 dns on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.3.0_1Version of this port present on the latest quarterly branch.
Maintainer: moritzwarning@web.de search for ports maintained by this maintainer
Port Added: 2018-05-18 20:09:36
Last Update: 2024-01-22 10:42:26
Commit Hash: 127e7dd
People watching this port, also watch:: tmux, libjxl, tcpdump, vigenere
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. /usr/local/share/licenses/kadnode-2.3.0_2/catalog.mk
  2. /usr/local/share/licenses/kadnode-2.3.0_2/LICENSE
  3. /usr/local/share/licenses/kadnode-2.3.0_2/MIT
  4. bin/kadnode
  5. bin/kadnode-ctl
  6. @sample etc/kadnode/kadnode.conf.sample
  7. @sample etc/kadnode/peers.txt.sample
  8. lib/nss_kadnode.so
  9. lib/nss_kadnode.so.1
  10. share/man/man1/kadnode.1.gz
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • kadnode>0:dns/kadnode
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):
kadnode
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.3.0_22.3.0_22.3.02.3.0_22.3.0_2-2.3.0-
FreeBSD:13:quarterly2.3.0_12.3.0_12.3.0_12.3.0_12.3.0_12.3.0_12.3.0_12.3.0_1
FreeBSD:14:latest2.3.0_22.3.0_22.3.0_12.3.0_22.3.0_22.3.0_1-2.3.0_1
FreeBSD:14:quarterly2.3.0_12.3.0_1-2.3.0_12.3.0_12.3.0_12.3.0_12.3.0_1
FreeBSD:15:latest2.3.0_22.3.0_2n/a2.3.0_2n/a2.3.0_22.3.0_22.3.0_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Library dependencies:
  1. 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_2: 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/mwarning/KadNode/tar.gz/v2.3.0?dummy=/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.0_2
22 Jan 2024 10:42:26
commit hash: 127e7dd5413b07068b2c8a71fdc745437adf8138commit hash: 127e7dd5413b07068b2c8a71fdc745437adf8138commit hash: 127e7dd5413b07068b2c8a71fdc745437adf8138commit hash: 127e7dd5413b07068b2c8a71fdc745437adf8138 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
dns/kadnode: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.3.0_1
20 Jul 2022 14:21:47
commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.3.0_1
28 Jan 2022 12:14:09
commit hash: b93e64d3c3240d1e4a8fc510b14aa2175e5be012commit hash: b93e64d3c3240d1e4a8fc510b14aa2175e5be012commit hash: b93e64d3c3240d1e4a8fc510b14aa2175e5be012commit hash: b93e64d3c3240d1e4a8fc510b14aa2175e5be012 files touched by this commit
Tijl Coosemans (tijl) search for other commits by this committer
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
commit hash: 315ad0ab711cb24dfb8b1332403622126b863261commit hash: 315ad0ab711cb24dfb8b1332403622126b863261commit hash: 315ad0ab711cb24dfb8b1332403622126b863261commit hash: 315ad0ab711cb24dfb8b1332403622126b863261 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
dns/kadnode: Add CPE information

Approved by:	portmgr (blanket)
2.3.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.3.0
19 Mar 2020 08:40:18
Revision:528702Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:508835Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories d)
2.2.5_1
14 Sep 2018 12:04:53
Revision:479770Original commit files touched by this commit
tijl search for other commits by this committer
Update security/mbedtls to 2.13.0 and bump dependent ports.
2.2.5
26 Aug 2018 02:41:14
Revision:478093Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:476834Original commit files touched by this commit
tijl search for other commits by this committer
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
Revision:470552Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:470439Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:470325Original commit files touched by this commit
tobik search for other commits by this committer
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

Number of commits found: 15