diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-20 16:28:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-20 16:28:49 +0000 |
commit | 78ee82a3d5ff9a08d16e4048032a0982dd4cadfc (patch) | |
tree | 01b6c4829fb42b03c304cf5ad45e87728e13eed2 /net | |
parent | c6999484ad4ea98ec77cd531058a3d96f45f61bc (diff) | |
download | pkgsrc-78ee82a3d5ff9a08d16e4048032a0982dd4cadfc.tar.gz |
Update to 3.2.12, prompted by Lloyd Parkes in PR 46727.
NSD 3.2.12
Bugfixes
Fix for VU#624931 CVE-2012-2978: NSD denial of service
vulnerability from non-standard DNS packet from any host on
the internet.
NSD 3.2.11
Features
Fallback to AXFR if IXFR is unknown at the primary. NSD considers
IXFR unknown at the primary if there is a negative response
for the IXFR RRtype. This does not override the value for
'allow-axfr-fallback'.
Allow for reading in new DNSKEY algorithm mnemonics (RFC5155,
RFC5702, RFC5933, and RFC6605 (ECDSA)).
Zone statistics, enable with --enable-zone-stats. This stores
the BIND8 stats per zone in a configurable statistics file.
This option does not scale and should therefore not be enabled
when serving many zones.
Support for TLSA RRtype (DANE).
Bugfixes
Fix for qtype ANY for a wildcard domain in NSEC signed zone:
Don't add the wildcard domain NSEC into the answer section.
Instead, put the wildcard expanded NSEC into the answer section
and keep the wildcard domain NSEC in the authority section.
Fix for accept spinning reported by OpenBSD.
Fix restart failed due to bad ixfr packet because of zone
removed from nsd.conf.
Bugfix #453: typo in nsdc man page.
Operational notes
NSD uses the query name for dname compression again (Fix #235
had as side effect that this didn't happen anymore and is hereby
undone).
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 8ff0fd61b32..360aacfba5f 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2012/06/12 15:46:00 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2012/07/20 16:28:49 wiz Exp $ -DISTNAME= nsd-3.2.10 +DISTNAME= nsd-3.2.12 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index 2c876d47720..29ed59a5514 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.33 2012/04/18 10:39:43 pettai Exp $ +$NetBSD: distinfo,v 1.34 2012/07/20 16:28:49 wiz Exp $ -SHA1 (nsd-3.2.10.tar.gz) = 04657cffe5087d97213b245f8281296cac86b868 -RMD160 (nsd-3.2.10.tar.gz) = f096d162242d695dfa0596a46229c3a16475bafd -Size (nsd-3.2.10.tar.gz) = 879180 bytes +SHA1 (nsd-3.2.12.tar.gz) = dd8606a05525f6a493dfacb7ddfa7e1fa3c6a85b +RMD160 (nsd-3.2.12.tar.gz) = e73cb29c51d7bec6fd83b3a8571a72773ea5696e +Size (nsd-3.2.12.tar.gz) = 889490 bytes SHA1 (patch-aa) = 81b820eb4f2056ab85cad16b7dc526f1ba2737aa SHA1 (patch-util.c) = acaf676e675fc07ef51b4c1cc056214731bc193f |