diff options
author | joerg <joerg> | 2007-11-30 21:44:29 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-11-30 21:44:29 +0000 |
commit | ed16c157e9724d27cd37c6fbd4a4aa17715ef8a3 (patch) | |
tree | fd50da9ba6b81ea77b3ef45f4c82558c49adb5d1 /net/nsd/Makefile | |
parent | 46d06134ad68f5278f01a9bef2c2b40f1c8a0095 (diff) | |
download | pkgsrc-ed16c157e9724d27cd37c6fbd4a4aa17715ef8a3.tar.gz |
Update to nsd-3.0.7:
- fix man pages and improve consistency
- improved handling for malformed IXFRs
- report source and zone for denied AXFR requests
- improved handling of malformed nsec3 records
- fix ignored return value in region-allocator.
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 e91efeaf5ec..e0cf402d8b7 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2007/09/07 22:12:18 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2007/11/30 21:44:29 joerg Exp $ -DISTNAME= nsd-3.0.5 +DISTNAME= nsd-3.0.7 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ |