diff options
author | joerg <joerg> | 2009-11-05 18:15:57 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-11-05 18:15:57 +0000 |
commit | 076f6dbd1fa9143a4a2ae2b04b7aceef5d5341b5 (patch) | |
tree | 2fb972aede2bff5834a0ea2c1bf56ed5eafd98e3 /net/nsd/Makefile | |
parent | 2cf7dc540514764a9f03a290165d5068861a5221 (diff) | |
download | pkgsrc-076f6dbd1fa9143a4a2ae2b04b7aceef5d5341b5.tar.gz |
nsd-3.2.3:
* Bug #236: Allow RRs before the SOA in a zonefile.
* Bug #229: Remove the C99 code.
* Bug #253: Don't put NS RRs in a response with QTYPE=DNSKEY.
* Bug #263: Make TSIG algorithm comparison case insensitive.
* Bug #266: Build failed on systems without strptime.
* Fix install hickup.
* Fix to use 4096 EDNS limit for IPv6 on Linux.
Diffstat (limited to 'net/nsd/Makefile')
-rw-r--r-- | net/nsd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index c2e832df21d..a6dc1e83ca2 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2009/07/24 07:08:10 joerg Exp $ +# $NetBSD: Makefile,v 1.48 2009/11/05 18:15:57 joerg Exp $ -DISTNAME= nsd-3.2.2 -PKGREVISION= 1 +DISTNAME= nsd-3.2.3 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ |