notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2024Q2
dnscrypt-proxy2 Flexible DNS proxy with support for encrypted protocols
2.1.5_7 dns on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.1.5_7Version of this port present on the latest quarterly branch.
Maintainer: egypcio@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-04-15 08:39:30
Last Update: 2024-06-15 09:57:50
Commit Hash: aa2919f
Also Listed In: security
License: ISCL
WWW:
https://github.com/jedisct1/dnscrypt-proxy
Description:
A flexible DNS proxy with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTP/2.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/dnscrypt-proxy2-2.1.5_7/catalog.mk
  2. /usr/local/share/licenses/dnscrypt-proxy2-2.1.5_7/LICENSE
  3. /usr/local/share/licenses/dnscrypt-proxy2-2.1.5_7/ISCL
  4. @dir(_dnscrypt-proxy,_dnscrypt-proxy) etc/dnscrypt-proxy
  5. @sample etc/dnscrypt-proxy/dnscrypt-proxy.toml.sample
  6. sbin/dnscrypt-proxy
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • dnscrypt-proxy2>0:dns/dnscrypt-proxy2
Conflicts:
CONFLICTS_INSTALL:
  • dnscrypt-proxy
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/dns/dnscrypt-proxy2/ && make install clean
To add the package, run one of these commands:
  • pkg install dns/dnscrypt-proxy2
  • pkg install dnscrypt-proxy2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dnscrypt-proxy2
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1692972453 SHA256 (DNSCrypt-dnscrypt-proxy-2.1.5_GH0.tar.gz) = 044c4db9a3c7bdcf886ff8f83c4b137d2fd37a65477a92bfe86bf69587ea7355 SIZE (DNSCrypt-dnscrypt-proxy-2.1.5_GH0.tar.gz) = 4065395

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go121 : lang/go121
Runtime dependencies:
  1. ca_root_nss>=3.35 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for dnscrypt-proxy2-2.1.5_7: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
dns_dnscrypt-proxy2
USES:
go:modules
pkg-message:
For install:
Version 2 of dnscrypt-proxy is written in Go. by default, this port's daemon will listen on port 5353 (TCP/UDP) as the _dnscrypt-proxy 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 dnscrypt_proxy_mac_portacl_enable=YES in your rc.conf. The dnscrypt-proxy startup script will load mac_portacl and add a rule where _dnscrypt-proxy user will be able to bind on port 53 (TCP/UDP). This port can be changed by dnscrypt_proxy_mac_portacl_port variable in your rc.conf. You also need to change dnscrypt-proxy config file to use port 53. Below are a few examples on how to redirect local connections from port 5353 to 53. [ipfw] ipfw nat 1 config if lo0 reset same_ports \ redirect_port tcp 127.0.0.1:5353 53 \ redirect_port udp 127.0.0.1:5353 53 ipfw add nat 1 ip from any to 127.0.0.1 via lo0 /etc/rc.conf: firewall_enable="YES" firewall_nat_enable="YES" /etc/sysctl.conf: net.inet.ip.fw.one_pass=0 [pf] set skip on lo0 rdr pass on lo0 proto { tcp udp } from any to port 53 -> 127.0.0.1 port 5353 /etc/rc.conf: pf_enable="YES" [unbound] /etc/rc.conf: local_unbound_enable="YES" /var/unbound/unbound.conf: server: interface: 127.0.0.1 do-not-query-localhost: no /var/unbound/forward.conf: forward-zone: name: "." forward-addr: 127.0.0.1@5353 If you are using local_unbound, DNSSEC is enabled by default. You should comment the "auto-trust-anchor-file" line or change dnscrypt-proxy to use servers with DNSSEC support only.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/DNSCrypt/dnscrypt-proxy/tar.gz/2.1.5?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1.5_7
15 Jun 2024 09:57:50
commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit 746fa696a12ef1ca798e36baf087f579375b8cd1)
2.1.5_6
13 May 2024 18:28:41
commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit fce0cc32720e61042bc675152b116f9e61532e92)
2.1.5_5
15 Apr 2024 08:31:41
commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit 32b284679a1954ef1e0c0d52c4741d00e36dc6e0)

Number of commits found: 3