Commit Graph

14 Commits

Author SHA1 Message Date
camield
51d225d7a7 update to 1.05:
Changes: This version responds differently to *-class queries, and
to AXFR requests, to placate a few broken clients. The servers now
log ``starting'' messages.
2001-02-14 08:44:48 +00:00
camield
52aff08d05 Install /etc/dnsroots.global automatically if it does not exist,
or else print a big shiny warning.
2001-02-02 19:34:50 +00:00
camield
8004645b51 update to 1.04
Major changes:

* tinydns automatically returns a random set of 8 addresses, in a
  random order, from a cluster of any size.

* tinydns supports client differentiation. There's no longer any
  reason to use pickdns.

* dnstracesort prints glue information. This reveals all sorts of
  interesting inconsistencies.
2001-01-23 09:11:18 +00:00
avsm
b009bfacdc add dnstracesort to the PLIST 2001-01-13 11:17:07 +00:00
camield
31025beb6e Unflavor manpages; package them unconditionally
Probably conforms to the license at
http://cr.yp.to/djbdns/dist.html
because we only add files.
2001-01-11 12:33:24 +00:00
camield
5e2f973f60 - spin manpages off into a flavor
- update to 1.03

Major changes:

* dnscache drops old UDP queries in favor of new ones, and drops old
  TCP connections in favor of new ones.

* dnscache supports $FORWARDONLY to forward queries to another cache.
  The other cache is listed in root/servers/@.

* dnscache returns TTLs by default, so it can be used as the target
  of forwarding.

* dnstrace | dnstracesort produces output that's very easy to scan.
  Try dnstrace a www.netscape.com 198.41.0.4 | dnstracesort | less.
2001-01-09 15:25:25 +00:00
avsm
7c627c5b5d Install additional man pages, created by Gerrit Pape, and available
as a separate distfile.

camield@ ok
2000-12-23 17:57:47 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
camield
8af444220b update to v1.02
- works around Bash bug
- dnscache-conf now wants dnsroots from /etc, instead of /usr/local/etc.
  sigh.
  Work around this by instructing user to copy dnsroots.global from
  PREFIX/share/dnscache to /etc in pkg/MESSAGE.
2000-11-20 10:02:02 +00:00
camield
47cf7cd07d add real name to MAINTAINER, plus a few nits 2000-09-25 07:40:09 +00:00
camield
8fecc09d7b - remove ${PORTSDIR} from RUN_DEPENDS 2000-09-18 07:40:26 +00:00
camield
f8881c6222 - upgrade to version 1.01
* Services now use envdir to set up environment variables such
    as $IP and $CACHESIZE, so outside tools can read and edit the
    variables.
  * dnscache discards non-recursive queries. There's a new dnsqr
    tool to send recursive queries to dnscache.
  * dnscache works around the Linux O_NONBLOCK kernel bug.
- remove PKGNAME, the distfile now has the correct name
- re-anchor patches
- add dnsqr to PLIST
2000-09-18 06:56:52 +00:00
camield
e0a977f40d - make post-install MESSAGE more helpful, with groupadd and useradd
directions
2000-09-15 13:57:13 +00:00
camield
860b3c127c - the name 'dnscache' has been changed to 'djbdns'
- permit_* = Yes, package reasonably conforms to http://cr.yp.to/djbdns/dist.html
- add RCS id to PLIST
- add ${HOMEPAGE} to MESSAGE
- add note to SECURITY: There is a $500 reward for the first person
  to publish a security hole in djbdns.
2000-07-13 08:56:19 +00:00