diff options
author | pettai <pettai@pkgsrc.org> | 2010-05-06 10:37:49 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-05-06 10:37:49 +0000 |
commit | ddf4620cd430ffeed50a1be1be9120c893434d27 (patch) | |
tree | 2f8503b7d1183e22fd6642dab6b08a9220593d91 /net | |
parent | 2fd995bf8021a54e2564e620ec82392c8c409714 (diff) | |
download | pkgsrc-ddf4620cd430ffeed50a1be1be9120c893434d27.tar.gz |
nsd 3.2.5:
Features:
* New option 'nsid:', to specify the NSID (Bugfix #298).
* The default chroot can be set with --with-chroot=dir.
If not set, by default chroot will not be used.
* Optimized zonec and b64_pton compatibility code.
* Optimized memory allocations. Use mmap/munmap instead of malloc/free.
Experimental, by default off. Enable it at build time with --enable-mmap.
Bugfixes:
* NSD will not start if chroot is configured,
but changing root is not possible
* Make use of the more secure strl* functions.
* Bugfix #303: spelling error.
Operational notes:
* NSID support is now enabled by default.
Diffstat (limited to 'net')
-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 ac97e6ea800..ecc9a35e8b5 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2010/02/04 15:06:43 joerg Exp $ +# $NetBSD: Makefile,v 1.51 2010/05/06 10:37:49 pettai Exp $ -DISTNAME= nsd-3.2.4 +DISTNAME= nsd-3.2.5 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index 3ef01901b6b..8e2ce2cdbda 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2010/02/04 15:06:43 joerg Exp $ +$NetBSD: distinfo,v 1.29 2010/05/06 10:37:49 pettai Exp $ -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 (nsd-3.2.5.tar.gz) = 90678506145a7a4cf62fbb266013abb8ad464484 +RMD160 (nsd-3.2.5.tar.gz) = fcd608791cefc115678982a19a44474a64494504 +Size (nsd-3.2.5.tar.gz) = 863577 bytes SHA1 (patch-aa) = 81b820eb4f2056ab85cad16b7dc526f1ba2737aa |