diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-05-02 14:44:38 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-05-02 14:44:38 +0000 |
commit | 59c515bf47ee0aecff284af495b552a458dc339f (patch) | |
tree | fab4a55e70755025f12036bd4dd4d873acb087d4 /net/nsd/Makefile | |
parent | 7d9d5c17393914a19c6445554f3a1fea9dc37a63 (diff) | |
download | pkgsrc-59c515bf47ee0aecff284af495b552a458dc339f.tar.gz |
Update to 4.1.16
Changelog:
Apr 25, 2017
Features
zone parser can parse acronyms for algorithms ED25519 and ED448.
Fix 1243: Option to make NSD emit really minimal responses, minimal-responses: yes in nsd.conf.
Bugfixes
Calculate new udb index after growing the array, fix from Chaofeng Liu.
Fix missing _t to _type conversion for disable-radix-tree option.
Printout serial error with hint it may be too big.
Fix 1228: OpenSSL include is not guarded with HAVE_SSL
Patch for expire state in multi-master when masters includes broken master, from Manabu Sonoda.
minor manpage fix.
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 391af2d4b71..bb9be244785 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.90 2017/03/01 11:45:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.91 2017/05/02 14:44:38 ryoon Exp $ -DISTNAME= nsd-4.1.15 +DISTNAME= nsd-4.1.16 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ |