diff options
author | pettai <pettai@pkgsrc.org> | 2015-12-12 23:57:09 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2015-12-12 23:57:09 +0000 |
commit | fbb584b433498a9e6de76940fad720f4f5ea1c06 (patch) | |
tree | 92ecbf7cbade45b647f6d5f2fa4dda8500f6bd01 | |
parent | b9faec1977d7d2a466c28cd3ac80afbda5e68fd5 (diff) | |
download | pkgsrc-fbb584b433498a9e6de76940fad720f4f5ea1c06.tar.gz |
NSD 4.1.7
=========
FEATURES:
- support configure --with-dbfile="" for nodb mode by default, where
there is no binary database, but nsd reads and writes zonefiles.
- reuseport: no is the default, because the feature is not troublefree.
- configure --enable-ratelimit-default-is-off with --enable-ratelimit
to set the default ratelimit to disabled but available in nsd.conf.
- version: "string" option to set chaos version query reply string.
BUG FIXES:
- Fix zones updates from nsd parent event loop when there are a lot
of interfaces.
- portability fixes.
- patch from Doug Hogan for SSL_OP_NO_SSLvx options, for the new
defaults in the ssl libraries.
- updated contrib/nsd.spec, with new configure options.
- Allocate less memory for TSIG digest.
- Fix #721: Fix wrong error code (FORMERR) returned for unknown
opcode. NOTIMP expected.
- Fix zonec ttl mismatch printout to include more information.
- Fix TCP responses when REUSEPORT is in use by turning it off.
- Document default in manpage for rrl-slip, ip4 and 6 prefixlength.
- Explain rrl-slip better in documentation.
- Document that ratelimit qps and slip are updated in reconfig.
- Fix up defaults in manpage.
-rw-r--r-- | net/nsd/Makefile | 4 | ||||
-rw-r--r-- | net/nsd/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index f9d1d01bc1d..ae7c58ba3a4 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2015/10/22 17:32:29 pettai Exp $ +# $NetBSD: Makefile,v 1.81 2015/12/12 23:57:09 pettai Exp $ -DISTNAME= nsd-4.1.6 +DISTNAME= nsd-4.1.7 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index cfd3d343072..5b76e7bb5a4 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.49 2015/10/22 17:32:29 pettai Exp $ +$NetBSD: distinfo,v 1.50 2015/12/12 23:57:09 pettai Exp $ -SHA1 (nsd-4.1.6.tar.gz) = def58947cab143707c7481b6202b63e5922fe6f3 -RMD160 (nsd-4.1.6.tar.gz) = 5efbf0b54d8656c3e553f06a6f2e04601063c9c4 -SHA512 (nsd-4.1.6.tar.gz) = c9bd4901e49a718ef435862d55a9c351586ecd4349c52d39ee18acf6ca33e3488eb581115fe6a99d0a1fd975117168d2756866429fc517ebe4713a211811333d -Size (nsd-4.1.6.tar.gz) = 1072173 bytes +SHA1 (nsd-4.1.7.tar.gz) = f1c5801c11605d478a57ff149d55c0534b01cb96 +RMD160 (nsd-4.1.7.tar.gz) = d3fe225c87de36780558c8e1c3acb36c1c249647 +SHA512 (nsd-4.1.7.tar.gz) = c2bdb03a09ac06d70feef2183e2d777777ba7830777bac67ab974016f52791ad7ed9227a37a31325f5e4ab4baeacc4cb562d5af4cd85e5b6ddc83422ae5d0df8 +Size (nsd-4.1.7.tar.gz) = 1072576 bytes SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091 SHA1 (patch-util.c) = acaf676e675fc07ef51b4c1cc056214731bc193f |