<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/bind/config.h, branch releng/9.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=releng%2F9.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=releng%2F9.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2013-03-28T05:39:45Z</updated>
<entry>
<title>MFC r248788 (erwin):</title>
<updated>2013-03-28T05:39:45Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2013-03-28T05:39:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d7a5162abdecd3bdb816480ee092fe86cd16df72'/>
<id>urn:sha1:d7a5162abdecd3bdb816480ee092fe86cd16df72</id>
<content type='text'>
Update BIND to 9.8.4-P2

Removed the check for regex.h in configure in order
to disable regex syntax checking, as it exposes
BIND to a critical flaw in libregex on some
platforms. [RT #32688]
</content>
</entry>
<entry>
<title>MFC r243981,243987:</title>
<updated>2013-01-08T09:05:09Z</updated>
<author>
<name>Erwin Lansing</name>
<email>erwin@FreeBSD.org</email>
</author>
<published>2013-01-08T09:05:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=bb4df1c0b48860b488548a6bd1bdf67c2261bc55'/>
<id>urn:sha1:bb4df1c0b48860b488548a6bd1bdf67c2261bc55</id>
<content type='text'>
  Update to 9.8.4-P1.

  New Features

  *  Elliptic Curve Digital Signature Algorithm keys and signatures in
     DNSSEC are now supported per RFC 6605. [RT #21918]

  Feature Changes

  *  Improves OpenSSL error logging [RT #29932]

  *  nslookup now returns a nonzero exit code when it is unable to get
     an answer.  [RT #29492]

  Other critical bug fixes are included.

  Approved by:  delphij (mentor)
  Sponsored by: DK Hostmaster A/S
</content>
</entry>
<entry>
<title>MFC r233909:</title>
<updated>2012-04-08T01:43:41Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2012-04-08T01:43:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cb5afc8e11ab515ed21ab994a2130cd434ae693f'/>
<id>urn:sha1:cb5afc8e11ab515ed21ab994a2130cd434ae693f</id>
<content type='text'>
Add Bv9ARM.pdf to the list of docs to install.

MFV/MFC r233914:

Update to version 9.8.2, the latest from ISC, which contains numerous bug fixes.
</content>
</entry>
<entry>
<title>Upgrade to BIND version 9.8.1. Release notes at:</title>
<updated>2011-09-03T07:13:45Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2011-09-03T07:13:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6fae67da247296c5844ea54a5fc238184ed50046'/>
<id>urn:sha1:6fae67da247296c5844ea54a5fc238184ed50046</id>
<content type='text'>
https://deepthought.isc.org/article/AA-00446/81/
or
/usr/src/contrib/bind9/

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>bmake and other updates necessary for the BIND 9.8.x upgrade.</title>
<updated>2011-07-16T11:20:54Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2011-07-16T11:20:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=25630ba729c2d175add02aae3bf5bc66a89d2e3e'/>
<id>urn:sha1:25630ba729c2d175add02aae3bf5bc66a89d2e3e</id>
<content type='text'>
This includes a structural change regarding atomic ops. Previously they
were enabled on all platforms unless we had knowledge that they did not
work. However both work performed by marius@ on sparc64 and the fact that
the 9.8.x branch is fussier in this area has demonstrated that this is
not a safe approach. So I've modified a patch provided by marius to
enable them for i386, amd64, and ia64 only.
</content>
</entry>
<entry>
<title>Update to BIND 9.6.3, the latest from ISC on the 9.6 branch.</title>
<updated>2011-02-06T22:46:07Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2011-02-06T22:46:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5143adb5490e2ce9f3b7d74307c8f70197df2afe'/>
<id>urn:sha1:5143adb5490e2ce9f3b7d74307c8f70197df2afe</id>
<content type='text'>
All 9.6 users with DNSSEC validation enabled should upgrade to this
version, or the latest version in the 9.7 branch, prior to 2011-03-31
in order to avoid validation failures for names in .COM as described
here:

https://www.isc.org/announcement/bind-9-dnssec-validation-fails-new-ds-record

In addition the fixes for this and other bugs, there are also the
following:

  * Various fixes to kerberos support, including GSS-TSIG
  * Various fixes to avoid leaking memory, and to problems that could
    prevent a clean shutdown of named
</content>
</entry>
<entry>
<title>Prep for the 9.6-ESV-R2 update</title>
<updated>2010-10-31T04:45:25Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2010-10-31T04:45:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=031f70f09fe6ab44525dc332810447918f9e7029'/>
<id>urn:sha1:031f70f09fe6ab44525dc332810447918f9e7029</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 9.6.2-P1, the latest patchfix release which deals with</title>
<updated>2010-03-18T19:00:35Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2010-03-18T19:00:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b8743b3ba53f8c1f9f6a78f82683a4cbb4a47ca3'/>
<id>urn:sha1:b8743b3ba53f8c1f9f6a78f82683a4cbb4a47ca3</id>
<content type='text'>
the problems related to the handling of broken DNSSEC trust chains.

This fix is only relevant for those who have DNSSEC validation
enabled and configure trust anchors from third parties, either
manually, or through a system like DLV.
</content>
</entry>
<entry>
<title>Upgrade to version 9.6.2. This version includes all previously released</title>
<updated>2010-03-03T05:45:24Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2010-03-03T05:45:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=eda14e83f216771932ca56c65bc62d994af63706'/>
<id>urn:sha1:eda14e83f216771932ca56c65bc62d994af63706</id>
<content type='text'>
security patches to the 9.6.1 version, as well as many other bug fixes.

This version also incorporates a different fix for the problem we had
patched in contrib/bind9/bin/dig/dighost.c, so that file is now back
to being the same as the vendor version.

Due to the fact that the DNSSEC algorithm that will be used to sign the
root zone is only included in this version and in 9.7.x those who wish
to do validation MUST upgrade to one of these prior to July 2010.
</content>
</entry>
<entry>
<title>Update to BIND 9.6.1-P2. The vulnerability this is designed to fix is</title>
<updated>2009-11-30T03:38:34Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2009-11-30T03:38:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9748b72412c6df8ce6d600fb449232fafcf047d5'/>
<id>urn:sha1:9748b72412c6df8ce6d600fb449232fafcf047d5</id>
<content type='text'>
related to DNSSEC validation on a resolving name server that allows
access to untrusted users. If your system does not fall into all 3 of
these categories you do not need to update immediately.
</content>
</entry>
</feed>
