net-dns/technitium-dns
Open-source, self-hosted authoritative and recursive DNS+DHCP server.
ChangeLog
commit a0452f50e9224f362869c000e82e128f24ef46ea
Author: Itai Ferber <itai@itaiferber.net>
Date: Sat May 9 08:47:43 2026 -0400
net-dns/technitium-dns: add 15.2
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 24f9242788332665c2ecb634f063be2e50d63738
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun May 3 18:50:48 2026 -0400
net-dns/technitium-dns: add 15.1, drop 15.0
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit e62fa0c9d2d5db47a15d61ca5e1c1ec6c73691ad
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun May 3 18:49:47 2026 -0400
net-dns/technitium-dns: fix ExcessiveLineLength
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 1199fed5946e1b38a296264fd01b131a13aa5c07
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Apr 26 18:11:29 2026 -0400
net-dns/technitium-dns: correct rm failure mode
The src_install() phase removes the built-in `systemd.service` file in
favor of installing our own with corrected paths; in 792ce9378, the `rm`
command was updated to `rm -f` to ignore failing to remove this file,
but instead we want to `die` so that in future versions if the file
moves to somewhere consequential, it's caught at test time.
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 792ce9378ffcefb1d3157e5ab2d9ea328f7ab2a3
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Apr 26 15:23:35 2026 -0400
net-dns/technitium-dns: ignore rm failure
The src_install() phase removes the built `systemd.service` in favor of
installing our own with fixed paths; the command is missing either `-f`
or `|| die` to clarify intent -- in this case, there is no harm if the
service file is not removed, since it won't be installed somewhere where
it would get picked up.
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 2f7fa34a3a607fc248eec37106558dd45825d4d8
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Apr 26 15:21:23 2026 -0400
net-dns/technitium-dns: update KEYWORDS
TechnetiumDNS builds from source, but the keywords accidentally blocked
non-`amd64` architectures; this is incorrect.
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit b2c43e6c41113a31550c6ef7c3843e9375e1fc38
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Apr 26 08:49:18 2026 -0400
net-dns/technitium-dns: add 15.0.1
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 6bf85c397ad6cf5bf74389eeba092247c32162d4
Author: Itai Ferber <itai@itaiferber.net>
Date: Sat Apr 25 08:33:10 2026 -0400
net-dns/technitium-dns: add 15.0
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 93c21573b3801dd39f40e575ad6d80a149622936
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Jan 11 22:07:37 2026 -0500
net-dns/technitium-dns: add 14.3
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 00dcf70d91e191aa1b8cde8259b1bd919c8728a4
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Jan 11 21:59:08 2026 -0500
net-dns/technitium-dns: update SRC_URI
The NuGet v2 and v3 APIs fetch "BouncyCastle.Cryptography" as expected,
but the v3-flatcontainer API only finds "bouncycastle.cryptography". I'm
not entirely sure when this changed or why (since the original download
worked), but the all-lowercase name works fine.
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit ab70a56eee4301f470273a6044bd7a01ee7e2b70
Author: Itai Ferber <itai@itaiferber.net>
Date: Fri Sep 19 15:22:40 2025 -0400
net-dns/technitium-dns: new package, add 13.6
Signed-off-by: Itai Ferber <itai@itaiferber.net>
Author: Itai Ferber <itai@itaiferber.net>
Date: Sat May 9 08:47:43 2026 -0400
net-dns/technitium-dns: add 15.2
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 24f9242788332665c2ecb634f063be2e50d63738
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun May 3 18:50:48 2026 -0400
net-dns/technitium-dns: add 15.1, drop 15.0
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit e62fa0c9d2d5db47a15d61ca5e1c1ec6c73691ad
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun May 3 18:49:47 2026 -0400
net-dns/technitium-dns: fix ExcessiveLineLength
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 1199fed5946e1b38a296264fd01b131a13aa5c07
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Apr 26 18:11:29 2026 -0400
net-dns/technitium-dns: correct rm failure mode
The src_install() phase removes the built-in `systemd.service` file in
favor of installing our own with corrected paths; in 792ce9378, the `rm`
command was updated to `rm -f` to ignore failing to remove this file,
but instead we want to `die` so that in future versions if the file
moves to somewhere consequential, it's caught at test time.
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 792ce9378ffcefb1d3157e5ab2d9ea328f7ab2a3
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Apr 26 15:23:35 2026 -0400
net-dns/technitium-dns: ignore rm failure
The src_install() phase removes the built `systemd.service` in favor of
installing our own with fixed paths; the command is missing either `-f`
or `|| die` to clarify intent -- in this case, there is no harm if the
service file is not removed, since it won't be installed somewhere where
it would get picked up.
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 2f7fa34a3a607fc248eec37106558dd45825d4d8
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Apr 26 15:21:23 2026 -0400
net-dns/technitium-dns: update KEYWORDS
TechnetiumDNS builds from source, but the keywords accidentally blocked
non-`amd64` architectures; this is incorrect.
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit b2c43e6c41113a31550c6ef7c3843e9375e1fc38
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Apr 26 08:49:18 2026 -0400
net-dns/technitium-dns: add 15.0.1
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 6bf85c397ad6cf5bf74389eeba092247c32162d4
Author: Itai Ferber <itai@itaiferber.net>
Date: Sat Apr 25 08:33:10 2026 -0400
net-dns/technitium-dns: add 15.0
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 93c21573b3801dd39f40e575ad6d80a149622936
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Jan 11 22:07:37 2026 -0500
net-dns/technitium-dns: add 14.3
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit 00dcf70d91e191aa1b8cde8259b1bd919c8728a4
Author: Itai Ferber <itai@itaiferber.net>
Date: Sun Jan 11 21:59:08 2026 -0500
net-dns/technitium-dns: update SRC_URI
The NuGet v2 and v3 APIs fetch "BouncyCastle.Cryptography" as expected,
but the v3-flatcontainer API only finds "bouncycastle.cryptography". I'm
not entirely sure when this changed or why (since the original download
worked), but the all-lowercase name works fine.
Signed-off-by: Itai Ferber <itai@itaiferber.net>
commit ab70a56eee4301f470273a6044bd7a01ee7e2b70
Author: Itai Ferber <itai@itaiferber.net>
Date: Fri Sep 19 15:22:40 2025 -0400
net-dns/technitium-dns: new package, add 13.6
Signed-off-by: Itai Ferber <itai@itaiferber.net>


View
Download
Browse