diff options
author | pettai <pettai> | 2014-03-14 10:02:53 +0000 |
---|---|---|
committer | pettai <pettai> | 2014-03-14 10:02:53 +0000 |
commit | 02f1dc7e6445612f9d40aec8fde9420bf7425e6f (patch) | |
tree | 7f6582111a433d8ebc60e0429637892ac418222a /net/nsd/Makefile | |
parent | 3ba72cbc5b29d788895b1fe4d5acacae1bf06cf2 (diff) | |
download | pkgsrc-02f1dc7e6445612f9d40aec8fde9420bf7425e6f.tar.gz |
NSD 4.0.3
Bug Fixes:
- Fix nsd.db unclean close check. Previous databases are considered
unclean by the code and are created anew.
- Adds nsd.db larger than 400Tb check for sanity. Also test if
filesize as documented in the file is correct.
- nsd waits for tasks to complete on stop, prevents nsd.db corruption.
- fix to not delete tmpdir too early in shutdown process.
- disabled udb checking functionality that made it very slow,
this was enabled when enable-checking was turned on.
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 b1ee7e9460d..1477a2b02ce 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2014/03/12 14:47:13 pettai Exp $ +# $NetBSD: Makefile,v 1.71 2014/03/14 10:02:53 pettai Exp $ -DISTNAME= nsd-4.0.2 +DISTNAME= nsd-4.0.3 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ |