diff options
author | itojun <itojun> | 2003-07-28 22:38:26 +0000 |
---|---|---|
committer | itojun <itojun> | 2003-07-28 22:38:26 +0000 |
commit | e6397da708f6ed84c5ef689a96722c9c865a2f0b (patch) | |
tree | a0ea4cdb8aaa91402a13012a67dcb4e9964562e8 /net/nsd/Makefile | |
parent | 127a988d272478019e5ffd254d2e988732474826 (diff) | |
download | pkgsrc-e6397da708f6ed84c5ef689a96722c9c865a2f0b.tar.gz |
1.2.2
=============
BUG FIXES:
- Bug #59: NSD returns FORMERR when the query name is >= 246
bytes.
- Bug #60: Zonec runs out of file descriptors with many zones.
- Bug #61: nsdc uses /bin/sh hardwired (and should not).
- Bug #62: NSD is not able to log to a file.
- Bug #63: nsdc update and zonec are too tallkative.
- Bug #64: Answer for request of a host resolved by a
wildcard-resource-record is not understandable by dig.
Diffstat (limited to 'net/nsd/Makefile')
-rw-r--r-- | net/nsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index 3a245ae73c3..de4810c0b47 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2003/07/21 17:10:57 martti Exp $ +# $NetBSD: Makefile,v 1.16 2003/07/28 22:38:26 itojun Exp $ -DISTNAME= nsd-1.2.1 +DISTNAME= nsd-1.2.2 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ |