diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-04 15:06:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-04 15:06:43 +0000 |
commit | dd202cbcb3357aabe24967846b450ae397d67bff (patch) | |
tree | 26fec02c7049eabf039ea3d83119d8a88098d63f /net/nsd | |
parent | 2e075cf1787b8794e1d31569633e71c27a53d81e (diff) | |
download | pkgsrc-dd202cbcb3357aabe24967846b450ae397d67bff.tar.gz |
nsd 3.2.4:
* Support DLV records.
* New option 'tcp-query-count:', to limit the maximum number of DNS
queries on a single tcp connection.
* New option 'tcp-timeout:', to override the default tcp timeout.
The option can also be set at build time, --with-tcp-timeout.
* New option 'notify-retry:', to configure how many times NSD should
retry a NOTIFY message.
* New options 'ipv4-edns-size:' and 'ipv6-edns-size:', to set your
preferred EDNS buffer size.
* Ignore SIGHUP to child processes.
* UDP/IPv4 sockets have new options set that will disable the DF
flag in IP packets.
Diffstat (limited to 'net/nsd')
-rw-r--r-- | net/nsd/Makefile | 5 | ||||
-rw-r--r-- | net/nsd/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index 473d0a06662..ac97e6ea800 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2010/01/17 12:02:34 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2010/02/04 15:06:43 joerg Exp $ -DISTNAME= nsd-3.2.3 -PKGREVISION= 1 +DISTNAME= nsd-3.2.4 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index a4658a5a45b..3ef01901b6b 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2009/11/05 18:15:57 joerg Exp $ +$NetBSD: distinfo,v 1.28 2010/02/04 15:06:43 joerg Exp $ -SHA1 (nsd-3.2.3.tar.gz) = 2afcc6e1086eef7f5e538c7d837f628f83a19a86 -RMD160 (nsd-3.2.3.tar.gz) = f1672a4c0fee607d1cc5d8d21c6667fc51d43dd9 -Size (nsd-3.2.3.tar.gz) = 855917 bytes +SHA1 (nsd-3.2.4.tar.gz) = ca94d6c1e53c3ff9d46d3fc7ca56d43590a91a8f +RMD160 (nsd-3.2.4.tar.gz) = e8d05746a1653754ec24518caa77aa1ba764b860 +Size (nsd-3.2.4.tar.gz) = 859712 bytes SHA1 (patch-aa) = 81b820eb4f2056ab85cad16b7dc526f1ba2737aa |