@ glitsj16
Hi, any news? Is this package still maintained? Their github says latest version Version 0.9.76 (Nov 17, 2025) ...
| Git Clone URL: | https://aur.archlinux.org/fdns.git (read-only, click to copy) |
|---|---|
| Package Base: | fdns |
| Description: | Firejail DNS-over-HTTPS proxy server |
| Upstream URL: | https://github.com/netblue30/fdns |
| Keywords: | dns security |
| Licenses: | GPL-3.0-only |
| Submitter: | glitsj16 |
| Maintainer: | glitsj16 |
| Last Packager: | glitsj16 |
| Votes: | 8 |
| Popularity: | 0.42 |
| First Submitted: | 2020-06-18 05:50 (UTC) |
| Last Updated: | 2024-03-08 12:57 (UTC) |
@ glitsj16
Hi, any news? Is this package still maintained? Their github says latest version Version 0.9.76 (Nov 17, 2025) ...
Will not build for me, with following error:
make[1]: Leaving directory '/home/user/.cache/paru/clone/fdns/src/fdns-0.9.72'
install: cannot stat '/home/user/.cache/paru/clone/fdns/src/.hardened.service': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
error: failed to build 'fdns-0.9.72-4':
error: packages failed to build: fdns-0.9.72-4
Recent commit fdns.service fixes for Debian 11 drops all hardenings from the fdns systemd unit file. For now it's unclear why upstream changed it. I'll keep eyes on this but IMO it's better to keep the former, hardened fdns.service file intact on Arch Linux. Please report any problems here or upstream until more info is available.
Oh, I see, hkps://keys.openpgp.org/ is no good, huh...
Using hkps://keyserver.ubuntu.com server solved the problem. Thank you kindly!
@exploder-jimmy, you need to add the key-id (cfr. https://wiki.archlinux.org/title/GnuPG#Searching_and_receiving_keys):
$ gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys F951164995F5C4006A73411E2CCB36ADFC5849A7
@glitsj16,
And the right way to do it would be?
I tried to do add it by gpg --keyserver hkps://keys.openpgp.org/ --recv-keys, and the error persist.
@exploder-jimmy Works for me:
$ makepkg --verifysource
==> Making package: fdns 0.9.66-1 (2021-07-09T03:35:14 CEST)
==> Retrieving sources...
-> Found fdns-0.9.66.tar.xz
-> Found fdns-0.9.66.tar.xz.asc
==> Validating source files with sha256sums...
fdns-0.9.66.tar.xz ... Passed
fdns-0.9.66.tar.xz.asc ... Skipped
==> Verifying source file signatures with gpg...
fdns-0.9.66.tar.xz ... Passed
Did you import the public key to your user's keyring?
Fails to verify PGP signature of fdns-0.9.66.tar.xz
Indeed, thanks!
@herve Sorry for the mess. Should be fixed now.
Pinned Comments
glitsj16 commented on 2023-09-27 22:23 (UTC)
Recent commit fdns.service fixes for Debian 11 drops all hardenings from the fdns systemd unit file. For now it's unclear why upstream changed it. I'll keep eyes on this but IMO it's better to keep the former, hardened fdns.service file intact on Arch Linux. Please report any problems here or upstream until more info is available.