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.
Search Criteria
Package Details: fdns 0.9.72-4
Package Actions
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: | 7 |
Popularity: | 0.000025 |
First Submitted: | 2020-06-18 05:50 (UTC) |
Last Updated: | 2024-03-08 12:57 (UTC) |
Dependencies (6)
- libseccomp (libseccomp-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- apparmor (apparmor-gitAUR) (optional) – support for apparmor profiles
- bash-completion (bash-completion-gitAUR) (optional) – bash completion
- firejail (firejail-noapparmor-gitAUR, firejail-no-apparmorAUR, firejail-gitAUR) (optional) – seamless integration support
- systemd (systemd-chromiumosAUR, systemd-gitAUR, systemd-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR) (optional) – run fdns as a systemd service
Required by (0)
Sources (3)
glitsj16 commented on 2023-09-27 22:23 (UTC)
exploder-jimmy commented on 2021-07-09 09:23 (UTC) (edited on 2021-07-09 09:25 (UTC) by exploder-jimmy)
Oh, I see, hkps://keys.openpgp.org/ is no good, huh...
Using hkps://keyserver.ubuntu.com
server solved the problem. Thank you kindly!
glitsj16 commented on 2021-07-09 09:10 (UTC)
@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
exploder-jimmy commented on 2021-07-09 02:51 (UTC) (edited on 2021-07-09 02:58 (UTC) by exploder-jimmy)
@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.
glitsj16 commented on 2021-07-09 01:51 (UTC) (edited on 2021-07-09 01:56 (UTC) by glitsj16)
@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?
exploder-jimmy commented on 2021-07-09 00:20 (UTC)
Fails to verify PGP signature of fdns-0.9.66.tar.xz
herve commented on 2021-03-14 21:36 (UTC)
Indeed, thanks!
glitsj16 commented on 2021-03-13 11:13 (UTC)
@herve Sorry for the mess. Should be fixed now.
herve commented on 2021-03-13 08:44 (UTC)
Still not good to me:
patching file etc/resolver.seccomp
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file etc/resolver.seccomp.rej
glitsj16 commented on 2021-03-07 09:03 (UTC)
@herve Thanks for reporting. The PKGBUILD should be fixed now. I needed the git diff file to use as a patch and that results in https://github.com/netblue30/fdns/commit/52c1298293b66004fa4895619927b6abc6c6405d.patch as URL.
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.