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
dnscrypt-wrapper Adds dnscrypt support to any name resolver
0.4.2_2 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 0.4.2_2Version of this port present on the latest quarterly branch.
Maintainer: freebsd@toyingwithfate.com search for ports maintained by this maintainer
Port Added: 2015-09-02 22:17:56
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: ISCL
WWW:
https://github.com/cofyc/dnscrypt-wrapper
Description:
This is a port of dnscrypt-wrapper, which adds dnscrypt support to any name resolver. It is the server-side counterpart of dnscrypt-proxy, and is in fact derived from its source.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/licenses/dnscrypt-wrapper-0.4.2_2/catalog.mk
  2. /usr/local/share/licenses/dnscrypt-wrapper-0.4.2_2/LICENSE
  3. /usr/local/share/licenses/dnscrypt-wrapper-0.4.2_2/ISCL
  4. sbin/dnscrypt-wrapper
  5. @dir etc/dnscrypt-wrapper
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • dnscrypt-wrapper>0:dns/dnscrypt-wrapper
To install the port:
cd /usr/ports/dns/dnscrypt-wrapper/ && make install clean
To add the package, run one of these commands:
  • pkg install dns/dnscrypt-wrapper
  • pkg install dnscrypt-wrapper
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dnscrypt-wrapper
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1544481441 SHA256 (cofyc-dnscrypt-wrapper-v0.4.2_GH0.tar.gz) = 911856dc4e211f906ca798fcf84f5b62be7fdbf73c53e5715ce18d553814ac86 SIZE (cofyc-dnscrypt-wrapper-v0.4.2_GH0.tar.gz) = 67866

Packages (timestamps in pop-ups are UTC):
dnscrypt-wrapper
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.4.2_20.4.2_20.4.2_10.4.2_20.4.2_2-0.4.2_1-
FreeBSD:13:quarterly0.4.2_20.4.2_20.4.2_20.4.2_20.4.2_20.4.2_20.4.2_20.4.2_2
FreeBSD:14:latest0.4.2_20.4.2_20.4.2_20.4.2_20.4.2_20.4.2_2-0.4.2_2
FreeBSD:14:quarterly0.4.2_20.4.2_2-0.4.2_20.4.2_20.4.2_20.4.2_20.4.2_2
FreeBSD:15:latest0.4.2_20.4.2_2n/a0.4.2_2n/a0.4.2_20.4.2_20.4.2_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. autoconf>=2.71 : devel/autoconf
  3. automake>=1.16.5 : devel/automake
Library dependencies:
  1. libsodium.so : security/libsodium
  2. libevent.so : devel/libevent
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
dns_dnscrypt-wrapper
USES:
gmake localbase:ldflags autoreconf
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/cofyc/dnscrypt-wrapper/tar.gz/v0.4.2?dummy=/
Collapse this list.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.4.2_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.2_2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.4.2_2
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.4.2_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.4.2_2
31 Jan 2021 15:02:51
Revision:563492Original commit files touched by this commit
pizzamig search for other commits by this committer
dns/dnscrypt-wrapper: enable xchacha20 detection

Detect and enable xchacha20 via autoconf.

PR:		249506
Submitted by:	Felix Hanley <felix@userspace.com.au>
Approved by:	Will <freebsd@toyingwithfate.com> (maintainer)
0.4.2_1
02 Aug 2019 13:30:40
Revision:507877Original commit files touched by this commit
jbeich search for other commits by this committer
devel/libevent2: update to 2.1.11

Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
0.4.2
11 Dec 2018 00:08:49
Revision:487213Original commit files touched by this commit
swills search for other commits by this committer
dns/dnscrypt-wrapper: Update to 0.4.2

PR:		233915
Submitted by:	Will <freebsd@toyingwithfate.com> (maintainer)
0.4.1
13 Mar 2018 20:31:59
Revision:464425Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.4.1

Changes:	https://github.com/cofyc/dnscrypt-wrapper/releases
		https://github.com/cofyc/dnscrypt-wrapper/blob/master/CHANGELOG.md
PR:		225967
Submitted by:	<freebsd@seby.io>
Approved by:	Will <freebsd@toyingwithfate.com> (maintainer)
0.3_1
22 Oct 2017 10:09:33
Revision:452629Original commit files touched by this commit
vsevolod search for other commits by this committer
- Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports

PR:		223147 [1]
Submitted by:	Greg V [1]
0.3
26 Jun 2017 23:34:16
Revision:444431Original commit files touched by this commit
dbaio search for other commits by this committer
dns/dnscrypt-wrapper: Update to 0.3

Changes: https://github.com/cofyc/dnscrypt-wrapper/releases/tag/v0.3

PR:		220213
Submitted by:	freebsd@toyingwithfate.com (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11342
0.2.2_1
25 Jun 2017 17:18:53
Revision:444309Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix WWW

Approved by:	portmgr (blanket)
0.2.2_1
20 Feb 2017 02:57:04
Revision:434427Original commit files touched by this commit
jbeich search for other commits by this committer
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
0.2.2
08 Feb 2017 11:35:03
Revision:433647Original commit files touched by this commit
krion search for other commits by this committer
Update dns/dnscrypt-wrapper to 0.2.2

PR:		216899
Submitted by:	freebsd@toyingwithfate.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9482
0.2.1_4
04 Feb 2017 07:56:59
Revision:433286Original commit files touched by this commit
jbeich search for other commits by this committer
devel/libevent2: update to 2.1.8 and cleanup

- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
0.2.1_3
01 Jan 2017 03:45:13
Revision:430235Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
0.2.1_3
30 Sep 2016 19:24:30
Revision:423014Original commit files touched by this commit
tijl search for other commits by this committer
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
0.2.1_3
14 Jul 2016 12:52:07
Revision:418533Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.2.1
- Properly respect ${CC}
- Cosmetic fixes
- Mark broken on 9.x due to too long username

PR:		210885
Submitted by:	freebsd@toyingwithfate.com (maintainer)
0.2_3
12 Jul 2016 22:03:52
Revision:418449Original commit files touched by this commit
marino search for other commits by this committer
security/libsodium: Upgrade version 1.0.8 => 1.0.10

Also bump all ports that depend on libsodium.

PR:		210999
Submitted by:	manu
Approved by:	vsevolod (maintainer)
0.2_2
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
0.2_2
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.2_2
23 Mar 2016 09:20:35
Revision:411691Original commit files touched by this commit
vsevolod search for other commits by this committer
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
0.2_1
08 Dec 2015 09:05:15
Revision:403255Original commit files touched by this commit
mat search for other commits by this committer
Don't use GH_TAGNAME when DISTVERSION* variables can be used.

With hat:	portmgr
Sponsored by:	Absolight
0.2_1
30 Oct 2015 22:43:16
Revision:400556Original commit files touched by this commit
bapt search for other commits by this committer
Bump portrevision of ports that might have been built with a broken post-install
script due to fallouts of r399992
0.2
02 Sep 2015 22:17:45
Revision:395912Original commit files touched by this commit
junovitch search for other commits by this committer
New Port: dns/dnscrypt-wrapper

This is a port of dnscrypt-wrapper, which adds dnscrypt support to any name
resolver. It is the server-side counterpart of dnscrypt-proxy, and is in
fact derived from its source.

PR:		200015
Submitted by:	freebsd@toyingwithfate.com
Approved by:	feld (mentor)
Differential Revision:	https://reviews.freebsd.org/D3535

Number of commits found: 25