diff options
author | pettai <pettai> | 2015-05-03 20:57:49 +0000 |
---|---|---|
committer | pettai <pettai> | 2015-05-03 20:57:49 +0000 |
commit | 8301b16e55116388c26e95d8dfed24dab84f5ed4 (patch) | |
tree | e4abc7d626fc57cca53e53e88b23d4cc77233d15 /net/nsd | |
parent | 1ddac328fa2c8017c47ca3029a78412b4c519750 (diff) | |
download | pkgsrc-8301b16e55116388c26e95d8dfed24dab84f5ed4.tar.gz |
NSD 4.1.2
=========
FEATURES:
- Incoming notifies have serial number logged (at verbosity 1).
BUG FIXES:
- Remove some duplicate header includes.
- Fix tcp waiting list for zone transfers where the bind and connect
calls fail.
- Fix segfault in zone reader on invalid input.
- Fix segfault on double origin in zone reader.
- Fix b64pton out of bounds error on invalid zonefile input.
- Fix origin directive from unused old value and subdomain parser
failure.
- Fix use after free after zonefile syntax error followed by ttl
or origin directive.
- Fix syntax error followed by too many TXT elements parse crash.
- Fix buffer overflow in config parse of domain name.
- Use reallocarray for integer overflow protection.
- Fix allocation integer overflow checks.
- Fix #654: Fix contradiction in notify logging verbosity level.
- Fix #655: Fix contradiction in verbosity for zone transfers.
- Made log message more consistent, changed 'axfr refused' log message
to be more consistent with other messages. Also notify refused.
- verbosity 2 logs axfr refused and notify refused.
verbosity 1 contains less log messages.
Diffstat (limited to 'net/nsd')
-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 d9205f7627a..1124e59e135 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2015/03/09 11:34:26 pettai Exp $ +# $NetBSD: Makefile,v 1.75 2015/05/03 20:57:49 pettai Exp $ -DISTNAME= nsd-4.1.1 +DISTNAME= nsd-4.1.2 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index eeaab276187..b4ba16a8ce1 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.44 2015/02/05 07:06:04 pettai Exp $ +$NetBSD: distinfo,v 1.45 2015/05/03 20:57:49 pettai Exp $ -SHA1 (nsd-4.1.1.tar.gz) = 11ca8a7bef74500f486db5deac994fdf3dec7358 -RMD160 (nsd-4.1.1.tar.gz) = 53269ebaf781fea1fcc01c99ded6e0529e975d93 -Size (nsd-4.1.1.tar.gz) = 1063955 bytes +SHA1 (nsd-4.1.2.tar.gz) = 10a889f53d436a44d33d2f76d3364c13aa52fc31 +RMD160 (nsd-4.1.2.tar.gz) = c5e064d1203bd843901fefecad917a17c4ef9f7c +Size (nsd-4.1.2.tar.gz) = 1066957 bytes SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091 SHA1 (patch-util.c) = acaf676e675fc07ef51b4c1cc056214731bc193f |