Rahil Bhimjiani
18b626aa04
net-dns/blocky: update to 0.33.0 & remove 0.32.0
...
dnstap logging is here!
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-06-30 16:27:19 +05:30
Rahil Bhimjiani
c123a6a9b6
net-dns/AdGuardHome: remove 0.107.71 & stopping forceful stripping
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-06-23 23:42:27 +05:30
Rahil Bhimjiani
3f88a05354
net-dns/blocky: update to 0.32.1 & remove 0.30.0
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-06-22 08:11:23 +05:30
Rahil Bhimjiani
0ae5a0d637
net-dns/blocky: remove 0.28.2
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-06-18 18:00:04 +05:30
Rahil Bhimjiani
28d7951868
net-dns/blocky: update to 0.32.0
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-06-18 17:59:17 +05:30
Rahil Bhimjiani
670656cd8f
net-dns/blocky: use go-module_src_unpack
...
as default src_unpack wasn't setting GO environment properly
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-06-07 13:48:58 +05:30
Rahil Bhimjiani
b1d77db067
net-dns/AdGuardHome: use go-module_src_unpack
...
as default src_unpack wasn't setting GO environment properly
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-06-07 13:48:58 +05:30
Rahil Bhimjiani
3f83d600a9
net-dns/AdGuardHome: remove 0.107.64
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-06-06 13:16:38 +05:30
Rahil Bhimjiani
75cb1f930d
net-dns/AdGuardHome: update to 0.107.77
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-06-06 13:14:58 +05:30
Rahil Bhimjiani
e8d3126149
net-dns/blocky: remove 0.26.2
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-06-06 12:45:03 +05:30
Rahil Bhimjiani
88fa000784
net-dns/blocky: update to 0.31.0
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-06-06 12:44:37 +05:30
Rahil Bhimjiani
7d0a14bb87
net-dns/blocky: remove 0.25
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-05-31 01:36:47 +05:30
Rahil Bhimjiani
9767cde4bb
net-dns/blocky: update to 0.30.0 & remove USE doc
...
Getting rid of USE doc as its clunky as it was whole website with
images,js,css and not just markdown files. User better visit package's
website for documentation
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-05-31 01:36:47 +05:30
Rahil Bhimjiani
a728ae825c
net-dns/AdGuardHome: drop 0.107.63
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-05-31 00:34:39 +05:30
Rahil Bhimjiani
6d76bdf87a
net-dns/AdGuardHome: update to 0.107.76
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2026-05-31 00:34:39 +05:30
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
Rahil Bhimjiani
1b7847f1e5
net-dns/AdGuardHome: remove 0.107.60 & 61
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-12-12 12:06:02 +05:30
Rahil Bhimjiani
7f0f78ec85
net-dns/AdGuardHome: update to 0.107.71
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-12-12 12:03:53 +05:30
Rahil Bhimjiani
5fa0ace74d
net-dns/blocky: remove 0.24
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-12-12 10:53:41 +05:30
Rahil Bhimjiani
817e6baf36
net-dns/blocky: update to 0.28.2
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-12-12 10:53:41 +05:30
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
Rahil Bhimjiani
f6a1220473
net-dns/AdGuardHome: update to 0.107.64
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-07-29 05:08:31 +05:30
Rahil Bhimjiani
dbc957ed85
net-dns/AdGuardHome: remove 0.107.59
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-07-07 12:37:39 +05:30
Rahil Bhimjiani
5e611cb9fb
net-dns/AdGuardHome: update to 0.107.63
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-07-07 12:33:24 +05:30
Rahil Bhimjiani
a989344319
net-dns/blocky: remove 0.23
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-07-07 11:56:30 +05:30
Rahil Bhimjiani
7143f153d3
net-dns/blocky: update to 0.26.2
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-07-07 11:55:54 +05:30
Rahil Bhimjiani
55c12aa64d
net-dns/AdGuardHome: update to 0.107.61
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-04-22 19:10:14 +05:30
Rahil Bhimjiani
6f4557c83c
net-dns/AdGuardHome: update to 0.107.60 & cleanup
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-04-14 18:54:12 +05:30
Rahil Bhimjiani
c9381e1b33
net-dns/AdGuardHome: update to 0.107.59 & remove 0.107.51
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-03-27 11:05:51 +05:30
Rahil Bhimjiani
2d13dd1d28
net-dns/AdGuardHome: drop 0.107.50
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-03-20 00:36:48 +05:30
Rahil Bhimjiani
01680ae10d
net-dns/AdGuardHome: update to 0.107.58
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-03-20 00:36:48 +05:30
Rahil Bhimjiani
98c79fc5be
net-dns/AdGuardHome: remove 0.107.49
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-03-14 00:46:12 +05:30
Rahil Bhimjiani
dca1248aa2
net-dns/AdGuardHome: update to 0.107.57
...
1. Use upstream provided prebuilt frontend instead of building on our own.
Reasons:
* one less dependency of nodejs/npm
* reduced size of distfile from 30MiB to 3MiB
* easier and faster packaging
* performance is not impacted as build output is just js/css files
* no more breakage due to changes in nodejs versions
2. updated systemd service unit to latest changes
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-03-14 00:46:12 +05:30
Rahil Bhimjiani
857a352f48
net-dns/blocky: fix ExcessiveLineLength warning in all ebuilds
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-03-13 13:17:04 +05:30
Rahil Bhimjiani
896802def8
net-dns/blocky: remove 0.22
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-03-13 13:08:33 +05:30
Rahil Bhimjiani
ff8ffa4c4d
net-dns/blocky: update to 0.25
...
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks >
2025-03-13 13:08:33 +05:30
Takuya Wakazono
4d4a27cbb8
net-dns/noip-duc: update LICENSE
...
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2024-10-27 20:32:11 +09:00
Ivan Lloro
780e6818af
Version bump
...
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com >
2024-10-27 12:02:31 +01:00
Ivan Lloro
6a771e8825
net-dns/noip-duc: Correct homepage URL
...
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com >
2024-08-22 13:20:54 +02:00
Ivan Lloro
13aaf55707
net-dns/noip-duc: cosmetic refactoring
...
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com >
2024-08-22 08:16:28 +02:00
Ivan Lloro
94cf065992
net-dns/noip-duc: new package, add 3.1.1
...
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com >
2024-08-22 03:11:35 +02:00