diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-09-06 21:27:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-09-06 21:27:11 +0000 |
commit | 42b74b2549a0891d22d649ac2404abee2d26ccda (patch) | |
tree | 5db15983213b4bacad5757be0dcf9cbc079fa554 /contrib/bind9/CHANGES | |
parent | 16cf7c033ff9fab106249a894e5670bd0b4fbbe8 (diff) | |
download | src-42b74b2549a0891d22d649ac2404abee2d26ccda.tar.gz src-42b74b2549a0891d22d649ac2404abee2d26ccda.zip |
Vendor import of BIND 9.3.2-P1, which addresses the following security
vulnerabilities:
http://www.niscc.gov.uk/niscc/docs/re-20060905-00590.pdf?lang=en
2066. [security] Handle SIG queries gracefully. [RT #16300]
http://www.kb.cert.org/vuls/id/697164
1941. [bug] ncache_adderesult() should set eresult even if no
rdataset is passed to it. [RT #15642]
All users of BIND 9 are encouraged to upgrade to this version.
Notes
Notes:
svn path=/vendor/bind9/dist/; revision=162079
Diffstat (limited to 'contrib/bind9/CHANGES')
-rw-r--r-- | contrib/bind9/CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/bind9/CHANGES b/contrib/bind9/CHANGES index 941b946db36a..0cfafd20aba1 100644 --- a/contrib/bind9/CHANGES +++ b/contrib/bind9/CHANGES @@ -1,4 +1,11 @@ + --- 9.3.2-P1 released --- + +2066. [security] Handle SIG queries gracefully. [RT #16300] + +1941. [bug] ncache_adderesult() should set eresult even if no + rdataset is passed to it. [RT #15642] + --- 9.3.2 released --- --- 9.3.2rc1 released --- |