Commit Graph

11 Commits

Author SHA1 Message Date
Itai Ferber
a0452f50e9 net-dns/technitium-dns: add 15.2
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-05-09 08:47:43 -04:00
Itai Ferber
24f9242788 net-dns/technitium-dns: add 15.1, drop 15.0
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-05-03 18:50:48 -04:00
Itai Ferber
e62fa0c9d2 net-dns/technitium-dns: fix ExcessiveLineLength
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-05-03 18:50:04 -04:00
Itai Ferber
1199fed594 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>
2026-04-26 18:11:29 -04:00
Itai Ferber
792ce9378f 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>
2026-04-26 15:25:51 -04:00
Itai Ferber
2f7fa34a3a 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>
2026-04-26 15:25:51 -04:00
Itai Ferber
b2c43e6c41 net-dns/technitium-dns: add 15.0.1
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-04-26 08:49:56 -04:00
Itai Ferber
6bf85c397a net-dns/technitium-dns: add 15.0
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-04-25 08:33:38 -04:00
Itai Ferber
93c21573b3 net-dns/technitium-dns: add 14.3
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-01-11 22:12:41 -05:00
Itai Ferber
00dcf70d91 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>
2026-01-11 22:08:15 -05:00
Itai Ferber
ab70a56eee net-dns/technitium-dns: new package, add 13.6
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2025-09-19 15:23:09 -04:00