diff options
author | joerg <joerg@pkgsrc.org> | 2009-05-20 01:55:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-05-20 01:55:55 +0000 |
commit | 3cecd68ed451252d60ecbdfce0378b000af12cdf (patch) | |
tree | d3f9befa2df66c0d8bc354aef21a6accb5198268 /net/nsd/Makefile | |
parent | 521d55681398a78cfa1b34e3f8909ef22815eca3 (diff) | |
download | pkgsrc-3cecd68ed451252d60ecbdfce0378b000af12cdf.tar.gz |
Update to NSD 3.2.2.
Allows nsd-patch to directly work on the database without intermediate
zonefile. Allow file rotation for nsd.log. Allow disabling AXFR
fallback.
Fix off-by-one during query processing.
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 2270e324f77..2de7757bf9c 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2008/12/17 17:22:56 joerg Exp $ +# $NetBSD: Makefile,v 1.46 2009/05/20 01:55:55 joerg Exp $ -DISTNAME= nsd-3.2.0 +DISTNAME= nsd-3.2.2 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ |