diff options
author | itojun <itojun> | 2003-07-17 08:52:46 +0000 |
---|---|---|
committer | itojun <itojun> | 2003-07-17 08:52:46 +0000 |
commit | 89f68b2c55dfc55c4a1e9ff5fd1e92b11f2f90a2 (patch) | |
tree | af236d8cb49125d5a4dfdb17f586cad027ad3bf8 /net | |
parent | cdc2159d93641fa54c3ba663970500d6410cfe4d (diff) | |
download | pkgsrc-89f68b2c55dfc55c4a1e9ff5fd1e92b11f2f90a2.tar.gz |
1.2.1
=============
BUG FIXES:
- AXFR terminates early if a zone containa a CNAME pointing
the the zone's domain name (SOA record) (bug #56).
- During an AXFR memory above the top of the stack was
accessed. This could lead to occassional AXFR errors (bad
packets).
- NSD now prints its version number and exits when invoked
with the -v flag (bug #57).
- NSD prints help information and exits when invoked with the
-h flag.
Diffstat (limited to 'net')
-rw-r--r-- | net/nsd/Makefile | 4 | ||||
-rw-r--r-- | net/nsd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index 6df5184f78f..707079cb868 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2003/07/10 08:57:27 itojun Exp $ +# $NetBSD: Makefile,v 1.13 2003/07/17 08:52:46 itojun Exp $ -DISTNAME= nsd-1.2.0 +DISTNAME= nsd-1.2.1 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index 4f5d5ab454d..f3828d0a55b 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2003/07/10 08:57:28 itojun Exp $ +$NetBSD: distinfo,v 1.9 2003/07/17 08:52:46 itojun Exp $ -SHA1 (nsd-1.2.0.tar.gz) = 05c423892f135af743f0f26106e3a7b8a9d26925 -Size (nsd-1.2.0.tar.gz) = 137573 bytes +SHA1 (nsd-1.2.1.tar.gz) = 3fde16082d5c3b67a2c6f774374a60cdf39ec6e9 +Size (nsd-1.2.1.tar.gz) = 138427 bytes |