Subject: CVS commit: pkgsrc/net/nsd
To: None <pkgsrc-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: pkgsrc-changes
Date: 06/17/2003 07:50:45
Module Name: pkgsrc
Committed By: itojun
Date: Tue Jun 17 07:50:45 UTC 2003
Modified Files:
pkgsrc/net/nsd: Makefile distinfo
Removed Files:
pkgsrc/net/nsd/patches: patch-aa patch-ab
Log Message:
upgrade to 1.1
1.1
=============
FEATURES:
- ANSI C
- autoconf/configure
- new parser
- support for various RR types in zonec
- support for UNKN RR types
BUG FIXES:
- lots of zone parsing errors eliminated
- empty node matching bug gives NXDOMAIN
1.0.3
=============
This release is a bug fix release and does not add any new features.
BUG FIXES:
- Ignore SIGPIPE errors (bug #43).
- Keep track of TCP child servers and restart if necessary.
(bug #55)
- Handle database reload failures correctly.
- Close UDP sockets in TCP child servers.
- Handle escaped characters (besides \.) in labels.
- Preserve the query's RD flag in the answer.
1.0.2
=============
FEATURES:
- -DBIND8_STATS to enable bind8 like [NX]STATS
- -t flag to make nsd chroot to a certain directory
- -s flag to make nsd produce statistics every s seconds
- /etc/nsd/nsdc.conf to overwrite default variables
for nsdc.sh
- less loggin and more radical tcp connection (mis)handling
- prefork -n processes to handle tcp connections
- multiple -a flags
CHANGES:
- named.stats file functionality is removed
BUG FIXES:
- couple of pedantic fixes in C code
- last zone in database axfr bug fixed
- nsdc update wont update bug fixed
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/net/nsd/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/nsd/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/net/nsd/patches/patch-aa
cvs rdiff -r1.1 -r0 pkgsrc/net/nsd/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.