diff options
author | pettai <pettai@pkgsrc.org> | 2014-03-14 10:02:53 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2014-03-14 10:02:53 +0000 |
commit | 7fdc908ee9344b8935f2d598cb397492508c4ac4 (patch) | |
tree | 7f6582111a433d8ebc60e0429637892ac418222a /net | |
parent | f166386f99d427abacb579b8e9f1e6ee6a4332f4 (diff) | |
download | pkgsrc-7fdc908ee9344b8935f2d598cb397492508c4ac4.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')
-rw-r--r-- | net/nsd/Makefile | 4 | ||||
-rw-r--r-- | net/nsd/distinfo | 8 |
2 files changed, 6 insertions, 6 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/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index dd9f57a0e2a..ff8bdb58aea 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.41 2014/03/12 14:47:13 pettai Exp $ +$NetBSD: distinfo,v 1.42 2014/03/14 10:02:53 pettai Exp $ -SHA1 (nsd-4.0.2.tar.gz) = 0855a3a9613e36381cbc36bfc451fb5c92189acc -RMD160 (nsd-4.0.2.tar.gz) = 345973b65abf993b51e7245685bcafa8f8b5996e -Size (nsd-4.0.2.tar.gz) = 1042499 bytes +SHA1 (nsd-4.0.3.tar.gz) = 8e5d53fd59c102854470b9b17f54cc1e7dc854b6 +RMD160 (nsd-4.0.3.tar.gz) = 0e9107fda21c7db0452bbb482ea092585a4354ce +Size (nsd-4.0.3.tar.gz) = 1043993 bytes SHA1 (patch-aa) = 92e8217360c8384f0a17d51d08bac37ef82e39a7 SHA1 (patch-util.c) = acaf676e675fc07ef51b4c1cc056214731bc193f |