diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-03-30 21:48:13 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-03-30 21:48:13 +0800 |
commit | d60411d0deec5e1448d95e8e298bd99aaadf4440 (patch) | |
tree | 90b515cc578dc1f09fb20dcaef5c27d926901546 /dns/nsd | |
parent | 18bec64d97872da46e67ec0174ff3b091a49f20e (diff) | |
download | freebsd-ports-gnome-d60411d0deec5e1448d95e8e298bd99aaadf4440.tar.gz freebsd-ports-gnome-d60411d0deec5e1448d95e8e298bd99aaadf4440.tar.zst freebsd-ports-gnome-d60411d0deec5e1448d95e8e298bd99aaadf4440.zip |
- update to version 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.
PR: ports/155785
Submitted by: Jaap Akkerhuis <jaap _at_ nlnetlabs.nl> (maintainer)
Diffstat (limited to 'dns/nsd')
-rw-r--r-- | dns/nsd/Makefile | 4 | ||||
-rw-r--r-- | dns/nsd/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index ff8af682e125..e3743deab1f8 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -6,12 +6,12 @@ # PORTNAME= nsd -PORTVERSION= 3.2.7 +PORTVERSION= 3.2.8 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ -MAINTAINER= jaap@nlnetlabs.nl +MAINTAINER= jaap@NLnetLabs.nl COMMENT= An authoritative only non-recursive name server CONFLICTS= nsd-[0-2]* diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index 1c487ea713b3..ee9a5fa25f32 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,2 +1,2 @@ -SHA256 (nsd-3.2.7.tar.gz) = 8d19914eb4ad625a4f49364f17c7e0b9de21612971294b7ce7790d3f75499d6e -SIZE (nsd-3.2.7.tar.gz) = 866753 +SHA256 (nsd-3.2.8.tar.gz) = 6153f4ef36097e34629d7bfc7b9bda9abd362df971e855d97acf11974bc810b2 +SIZE (nsd-3.2.8.tar.gz) = 868051 |