diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2015-11-13 22:22:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2015-11-13 22:22:39 +0000 |
commit | 7a63ee588324b3cb0a1e7cbfbe95abe38f0e04f3 (patch) | |
tree | 10ac061e36918de7e478af5cded6549fdd02deaa /dns/nsd | |
parent | 7e8050b16b32e3d21d3a5233a946eaa5120b5db2 (diff) | |
download | freebsd-ports-7a63ee588324b3cb0a1e7cbfbe95abe38f0e04f3.zip |
Update to 4.1.6
Major Bug Bug Fixes:
- This release fixes segfault after start when many interfaces are in use.
- This version returns the EDNS bad version response with the AD flag
unset for improved conformance.
Minor Buf Fixes:
- Fix #701: Fix that AD=1 set in a BADVERS response.
- Fix typo in zonec.c inside error message.
- Fix #711: Document that debug-mode yes is used for staying
attached to the supervisor console.
- Document verbosity 3 prints more information.
- nsd-checkconf warns for master zones with no zonefile statement.
- Fix start failure when many file descriptors are in use.
- The servfail rcode is not printed with a space in the middle.
- print failed token for config syntax error or parse error.
PR: 204533
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'dns/nsd')
-rw-r--r-- | dns/nsd/Makefile | 2 | ||||
-rw-r--r-- | dns/nsd/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 6517927d71b2..fdc88fdbd740 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.5 +PORTVERSION= 4.1.6 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index 9d2c5165d017..812fa8922076 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,2 +1,2 @@ -SHA256 (nsd-4.1.5.tar.gz) = 105dda21fab68b150f1f4d045211869b13becadc52be830b9c0093f8e9f01baa -SIZE (nsd-4.1.5.tar.gz) = 1070873 +SHA256 (nsd-4.1.6.tar.gz) = 88f622055c95d38b9ef3723a240d1d0da35a28d09fe23b601015181a61d7775f +SIZE (nsd-4.1.6.tar.gz) = 1072173 |