FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 10:21 AM GMT
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 04:55:22
License: not specified in port
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
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Run: sysutils/daemontools, sysutils/ucspi-tcp
There are no ports dependent upon this port

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/

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.05_13
miwi search for other commits by this committer
- Get Rid MD5 support
04 Sep 2009 14: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 08: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 03: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 00: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 15: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 17: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 14: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 15: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 06: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 09: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 04: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: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 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 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month141

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

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