Date: Thu, 28 Jul 2022 19:06:14 GMT From: =?utf-8?Q?Vin=C3=ADcius=20Zavam?= <egypcio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7fc56f7b6863 - main - dns/dnscrypt-proxy2: fix 'pkg-message warning is out of date' Message-ID: <202207281906.26SJ6Efq097163@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by egypcio: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fc56f7b68630b6d8d5d091550feda8ade89bd18 commit 7fc56f7b68630b6d8d5d091550feda8ade89bd18 Author: VinÃcius Zavam <egypcio@FreeBSD.org> AuthorDate: 2022-07-28 19:03:32 +0000 Commit: VinÃcius Zavam <egypcio@FreeBSD.org> CommitDate: 2022-07-28 19:06:09 +0000 dns/dnscrypt-proxy2: fix 'pkg-message warning is out of date' PR: 264323 Reported by: Bill Blake <billblake2018 % gmail.com> --- dns/dnscrypt-proxy2/files/pkg-message.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dns/dnscrypt-proxy2/files/pkg-message.in b/dns/dnscrypt-proxy2/files/pkg-message.in index 9d5b29a5b6cf..7d57dac6892e 100644 --- a/dns/dnscrypt-proxy2/files/pkg-message.in +++ b/dns/dnscrypt-proxy2/files/pkg-message.in @@ -1,11 +1,8 @@ [ { type: install message: <<EOM -Version 2 of dnscrypt-proxy is written in Go and therefore isn't capable -of dropping privileges after binding to a low port on FreeBSD. - -By default, this port's daemon will listen on port 5353 (TCP/UDP) as the -%%USER%% user. +Version 2 of dnscrypt-proxy is written in Go. by default, this port's daemon +will listen on port 5353 (TCP/UDP) as the %%USER%% user. It's possible to bind it and listen on port 53 (TCP/UDP) with mac_portacl(4) kernel module (network port access control policy). For this add
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207281906.26SJ6Efq097163>