Port details |
- dnsproxy Proxy for DNS queries
- 1.17_3 dns
=2 1.17_3Version of this port present on the latest quarterly branch. - Maintainer: krion@FreeBSD.org
 - Port Added: 2004-01-14 12:48:13
- Last Update: 2021-06-30 12:02:52
- Commit Hash: 9e596fe
- People watching this port, also watch:: zebra, zebra-server
- License: MIT
- Description:
- The dnsproxy daemon is a proxy for DNS queries. It forwards these
queries to two previously configured nameservers: one for authoritative
queries and another for recursive queries. The received answers are sent
back to the client unchanged. No local caching is done.
WWW: https://www.wolfermann.org/dnsproxy.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/dnsproxy/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/dnsproxy
- pkg install dnsproxy
- PKGNAME: dnsproxy
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1482999931
SHA256 (dnsproxy-1.17.tar.gz) = 59ceca8b8c81f105813d3fa65b803f1b00264b8f3ef03c0607a5f30145c0447a
SIZE (dnsproxy-1.17.tar.gz) = 47128
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- groff : textproc/groff
- Library dependencies:
-
- libevent.so : devel/libevent
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- dns_dnsproxy
- USES:
- groff
- pkg-message:
- For install:
- To enable dnsproxy you need:
1) Enable dnsproxy in /etc/rc.conf with the following line:
dnsproxy_enable="YES"
2) Configuration template is available in /usr/local/etc/dnsproxy/ as
dnsproxy.conf.sample file.
For more information see man dnsproxy(1)
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Jun 2021 12:02:52 1.17_3
|
Kirill Ponomarev (krion)  |
dns/dnsproxy: re-sort plist files |
06 Apr 2021 14:31:13 1.17_3
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 1.17_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
13 Aug 2019 16:01:59
1.17_3 
|
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
02 Aug 2019 13:30:40
1.17_3
|
jbeich  |
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 |
25 May 2018 15:54:02
1.17_2
|
krion  |
Add https to WWW: line |
07 Apr 2018 17:37:25
1.17_2
|
krion  |
Add LICENSE and pet portlint(1) |
03 Apr 2018 17:10:02
1.17_2
|
krion  |
Grab for maintainership. |
28 May 2017 21:18:04
1.17_2
|
antoine  |
Register dependency on groff
PR: 213725 |
20 Feb 2017 02:57:04
1.17_2
|
jbeich  |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
04 Feb 2017 07:56:59
1.17_1
|
jbeich  |
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) |
29 Dec 2016 08:28:01
1.17
|
riggs  |
Update to upstream version 1.17 |
19 May 2016 10:21:25
1.16_1
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
1.16_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20 Dec 2014 18:09:22
1.16_1
|
bapt  |
Cleanup plist |
24 Jul 2014 13:32:59
1.16_1 
|
bapt  |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
17 Feb 2014 13:32:27
1.16
|
bapt  |
Support stage |
06 Oct 2013 22:19:28
1.16
|
marino  |
Remove verbose flag from install command of three unmaintained ports
It appears that the -v option (verbose) is handled slightly differently
on DragonFly. FreeBSD appears to be intolerant of where it appears in
the command line while the DragonFly version of "install" insists that
it appear in the early group of options.
In any case, these three ports may be the only ones in the entire ports
collection to use -v switch with ${INSTALL_DATA}, so for the sake of
compatibility and consistency, it is being removed from these
unmaintained ports which also local patches to be removed from DPorts. |
20 Sep 2013 16:31:58
1.16
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
14 Jan 2012 08:57:23
1.16
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
20 Mar 2011 12:54:45
1.16
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
1.16
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
27 Jan 2010 08:44:44
1.16
|
jadawin  |
- Update to 1.16
- Removed useless patches
PR: ports/143274
Submitted by: Sofian Brabez <sbrabez gmail.com> |
21 Aug 2008 06:18:49
1.15_2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
24 Jun 2008 07:11:00
1.15_2
|
az  |
- Drop maintainership |
13 Dec 2007 13:34:47
1.15_2
|
az  |
- Fix plist (%%ETCDIR%% removal)
Submitted by: pav@ |
12 Dec 2007 08:48:31
1.15_1
|
az  |
- Add rc.d script
- Add tip in pkg-message
- Provide sample config in %%ETCDIR%%
- BUMP port revision
PR: ports/118089
Submitted by: olli hauer <ohauer at gmx.de> |
22 Jan 2006 08:31:47
1.15
|
edwin  |
SHA256ify
Approved by: krion@ |
21 Dec 2005 05:36:33
1.15
|
az  |
- Fix build on CURRENT.
This way devel/libevent can be fixed too. |
03 Oct 2005 12:55:25
1.15
|
az  |
- Change my e-mail
Approved by: sem (mentor) |
26 Jul 2005 13:06:07
1.15
|
novel  |
- Update to 1.15
- Pass maintainership to submitter
PR: 84121
Submitted by: Andrej Zverev <az@inec.ru> |
05 Feb 2004 20:38:07
1.13
|
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
29 Jan 2004 07:24:56
1.13
|
trevor  |
SIZEify. |
14 Jan 2004 12:47:13
1.13
|
clement  |
Add dnsproxy-1.13, a proxy for DNS queries.
The dnsproxy daemon is a proxy for DNS queries. It forwards these
queries to two previously configured nameservers: one for
authoritative queries and another for recursive queries. The
received answers are sent back to the client unchanged. No local
caching is done.
Approved by: erwin (mentor) (implicitly) |