FreshPorts -- The Place For Ports Tue, 9 Feb 2010 6:54 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
djbdns 1.05_13 dns on this many watch lists=56 search for ports that depend on this port
A collection of secure and reliable DNS tools
Maintained by: roam@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Sep 2003 05:55:22


DJBDNS is a collection of Domain Name System tools. It includes
several components:

  * The dnscache program is a local DNS cache. It accepts recursive DNS
    queries from local clients such as web browsers. It collects
    responses from remote DNS servers.
  * The tinydns program is a fast, UDP-only DNS server. It makes local
    DNS information available to the Internet.
  * The pickdns program is a load-balancing DNS server. It points
    clients to a dynamic selection of IP addresses.
  * The walldns program is a reverse DNS wall. It provides matching
    reverse and forward records while hiding local host information.
  * The dns library handles outgoing and incoming DNS packets. It can be
    used by clients such as web browsers to look up host addresses, host
    names, MX records, etc. It supports asynchronous resolution.
  * The dnsfilter program is a parallel IP-address-to-host-name
    converter.
  * The dnsip, dnsipq, dnsname, dnstxt, and dnsmx programs are simple
    command-line interfaces to DNS.
  * The dnsq and dnstrace programs are DNS debugging tools.

Documentation is at the website below,
WWW: http://cr.yp.to/djbdns.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Run: sysutils/daemontools, sysutils/ucspi-tcp

To install the port: cd /usr/ports/dns/djbdns/ && make install clean
To add the package: pkg_add -r djbdns


Configuration Options
===> The following configuration options are available for djbdns-1.05_13:
     DUMPCACHE=off (default) "persistent cache for dnscache"
     IPV6=off (default) "IPv6 support by Felix von Leitner"
     IGNOREIP=off (default) "ignoreip2 patch by Russell Nelson"
     JUMBO=off (default) "jumbo patch by Claudiu Costin"
     MAN=on (default) "manual pages by Gerritt Pape"
     PERSISTENT_MMAP=off (default) "persistent mmap patch by Lennert Buytenhek"
     SRV=off (default) "SRV record patch by Michael Handler"
===> Use 'make config' to modify these settings

Master Sites:
http://cr.yp.to/djbdns/
ftp://cr.yp.to/djbdns/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved here from net/djbdns on 2003-09-05
    REASON: moved to new dns category

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
04 Sep 2009 15:09:28
Original commit files touched by this commit  1.05_13
roam search for other commits by this committer
Update the djbdns IPv6 patch, loong overdue.

PR:             93560
Submitted by:   Tim Bishop <tim@bishnet.net>
29 Jun 2009 09:35:24
Original commit files touched by this commit  1.05_13
roam search for other commits by this committer
Unbreak the jumbo patch by hosting it locally.

Reported by:    "B. Cook" <bcook@bsdwebsolutions.com>,
                Brett Glass <brett@lariat.net>
06 Mar 2009 16:20:17
Original commit files touched by this commit  1.05_13
roam search for other commits by this committer
Fix the AXFR subdomain overwrite vulnerability discovered by
Matthew Dempsky.  Also, fix the quoting of the BROKEN messages.

PR:             132366, 132349
Submitted by:   Renato Botelho <garga@FreeBSD.org>,
                Howard Goldstein <hg@queue.to>
24 May 2008 04:19:29
Original commit files touched by this commit  1.05_12
edwin search for other commits by this committer
Move MAINTAINER and COMMENT section to earlier in the Makefile to overcome
problem with defaults in bsd.port.mk

Noticed by: linimon@
24 May 2008 01:28:11
Original commit files touched by this commit  1.05_12
edwin search for other commits by this committer
Remove RESTRICTED keyword from djbdns port

        According to http://cr.yp.to/distributors.html djbdns is
        put into the public domain, therefore the port doesn't need
        to be RESTRICTED.

PR:             ports/122864
Submitted by:   Björn Jonare <rksah@bredband.net>
Approved by:    maintainer timeout
29 Mar 2008 14:53:58
Original commit files touched by this commit  1.05_11
ru search for other commits by this committer
The OPTIONS parsing code in bsd.port.mk doesn't understand single
quotes in OPTIONS, but the bug in make's handing of .for loops
has been hiding this bug.  make(1) from HEAD made this bug visible.
04 Nov 2007 21:38:07
Original commit files touched by this commit  1.05_11
roam search for other commits by this committer
Update the address of the L root server as per ICANN's announcement at
http://blog.icann.org/?p=227
Bump PORTREVISION.

Approved by:    portmgr (linimon)
23 Sep 2006 16:31:43
Original commit files touched by this commit  1.05_10
roam search for other commits by this committer
Add in the SRV record patch by Michael Handler.
Note that this is another patch that conflicts with the jumbo patch.

PR:             69191
Submitted by:   "Michal F. Hanula" <f@7f000001.org>,
                Nick Barkas <snb@threerings.net>
03 Sep 2006 18:26:50
Original commit files touched by this commit  1.05_10
kris search for other commits by this committer
RESTRICTED is intended here instead of NO_PACKAGE
26 Nov 2005 00:42:03
Original commit files touched by this commit  1.05_10
pav search for other commits by this committer
- Add SHA256
07 Jul 2005 15:13:35
Original commit files touched by this commit  1.05_10
roam search for other commits by this committer
OPTIONS'ify, rename the WITH_DJBDNS_DUMPCACHE knob to WITH_DUMPCACHE,
invert WITHOUT_MAN to WITH_MAN, and add the jumbo patch almost like in
the PR.
Bump PORTREVISION.

PR:             65865
Submitted by:   Andrey Slusar <vasallia@ukr.net>
29 Dec 2004 08:05:50
Original commit files touched by this commit  1.05_9
roam search for other commits by this committer
Fix the parallel build when WITH_IPV6 is specified: the Makefile was
missing a couple of dependencies on the uint32.h header, so make(1) was
postponing its creation.
Bump PORTREVISION, since it is the same for the IPv6 and !IPv6 cases,
although this particular change does not affect the !IPv6 case at all.

PR:             75564
Submitted by:   oHmEr <ohmer@epita.info>
20 Apr 2004 16:43:03
Original commit files touched by this commit  1.05_8
roam search for other commits by this committer
Add the WITH_PERSISTENT_MMAP knob to enable Lennert Buytenhek's patch for
tinydns - keep the data.cdb file mmap'd for a second instead of reopening it
on each query.
14 Apr 2004 07:48:12
Original commit files touched by this commit  1.05_8
roam search for other commits by this committer
Refrain from messing up the permissions on $PREFIX and $PREFIX/bin.

Pointed out by: dosirak via kris
11 Mar 2004 07:45:28
Original commit files touched by this commit  1.05_7
roam search for other commits by this committer
Add Russ Nelson's ignoreip2 patch [1][2].
Add distribution site grouping for all the patches [1].

PR:             56951 [1], 64062 [2].
Submitted by:   Roman Neuhauser <neuhauser@bellavista.cz> [1],
                Thomas Vogt <thomas@bsdunix.ch> [2]
30 Jan 2004 10:41:22
Original commit files touched by this commit  1.05_6
roam search for other commits by this committer
Update the address of B.ROOT-SERVERS.NET as per ICANN's 2004/01/29 change.
29 Dec 2003 14:08:08
Original commit files touched by this commit  1.05_5
roam search for other commits by this committer
Correct the distsite for the dnscache-dumpcache patch.

PR:             60631
Submitted by:   Paulius Bulotas <paulius@kaktusas.org>
12 Dec 2003 12:15:58
Original commit files touched by this commit  1.05_5
roam search for other commits by this committer
Remove the final traces of my abortive attempt to reimplement
the libdjbdns library on my own :)

PR:             56950
Submitted by:   Roman Neuhauser <neuhauser@bellavista.cz>
24 Oct 2003 10:10:49
Original commit files touched by this commit  1.05_5
roam search for other commits by this committer
Update Gerrit Pape's manpages to the 20031023 version.
Remove files related to my abortive attempt to reimplement libdjbdns.
05 Sep 2003 05:54:37
Original commit files touched by this commit  1.05_4
edwin search for other commits by this committer
Massive repo-copies request: net->dns (partly devel->dns)

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.184 seconds.