diff options
author | pettai <pettai@pkgsrc.org> | 2011-06-19 16:25:12 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-06-19 16:25:12 +0000 |
commit | 9884068e256fdcbc47e3b4799dee991e50f8ac9a (patch) | |
tree | c32c3972ed39a093f9fb3171443db3db11c21fc0 /net/nsd | |
parent | 303105044b843618b4e557e541c6efdbdd38494c (diff) | |
download | pkgsrc-9884068e256fdcbc47e3b4799dee991e50f8ac9a.tar.gz |
NSD 3.2.8:
Bugfixes:
* Do setusercontext before chroot, otherwise login.conf etc. are required inside chroot.
* Bugfix #216: Fix leak of compressiontable when the domain table increases in size.
* Bugfix #348: Don't include header/library path if OpenSSL is in /usr.
* Bugfix #350: Refused notifies should log client ip.
* Bugfix #352: Fix hard coded paths in man pages.
* Bugfix #354: The realclean target deletes a bit too much.
* Bugfix #357, make xfrd quit with many zones.
* Bugfix #362: outgoing-interface and v4 vs. v6 leads to spurious warning messages.
* Bugfix #363: nsd-checkconf -v does not print outgoing-interface ok.
* Bugfix: nsd-checkconf -o outgoing-interface omits NOKEY.
* Undo Bugfix #235: Don't skip dname compression, messes up packets that do need compression.
Operational notes:
* Use 'make clean' to clean up files that make created.
* Use 'make realclean' to also clean up files that were generated by running ./configure.
* Use 'make devclean' to also clean up autoconf, autoheader files.
NSD 3.2.7:
Bugfixes:
* Bugfix #253: Don't put NS RRs in a response with QTYPE=DS.
* Bugfix #320: use arcrandom(4) for QID generation if available.
* Bugfix #328: nsd-checkconf overrun.
* Bugfix #343: nsdc update fix.
* Bugfix #347: Wrong NSEC3 returned for nodata response QTYPE=DS no delegation.
* Bugfix: Allow for huge amount of strings in TXT (and other) records.
* Bugfix: nsdc can now deal with tsig algorithms other than hmac-md5.
* Fixed several parts in the documentation, including #306, #345.
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 60f9e156115..4b550a895ca 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2010/08/30 18:00:17 pettai Exp $ +# $NetBSD: Makefile,v 1.53 2011/06/19 16:25:12 pettai Exp $ -DISTNAME= nsd-3.2.6 +DISTNAME= nsd-3.2.8 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index 03e863f92a1..fbceae05832 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2010/08/30 18:00:17 pettai Exp $ +$NetBSD: distinfo,v 1.31 2011/06/19 16:25:12 pettai Exp $ -SHA1 (nsd-3.2.6.tar.gz) = 7857df4c34a10f63c8100ae806f12f6035397773 -RMD160 (nsd-3.2.6.tar.gz) = 8df9cbb91dfd5279d3c8daf94aea99a7634c2b48 -Size (nsd-3.2.6.tar.gz) = 865021 bytes +SHA1 (nsd-3.2.8.tar.gz) = e8db690a09f53152f0dca6e4fbfabcc89003fced +RMD160 (nsd-3.2.8.tar.gz) = b3dcb965e65c4d65a7618997305ff9600b365898 +Size (nsd-3.2.8.tar.gz) = 868051 bytes SHA1 (patch-aa) = 81b820eb4f2056ab85cad16b7dc526f1ba2737aa |