<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/bind, branch 2010.08</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.08</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.08'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-03-22T13:29:00+00:00</updated>
<entry>
<title>package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args</title>
<updated>2010-03-22T13:29:00+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-03-22T13:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a96be19bc390e43502ea6dbc4f673665bbc2a318'/>
<id>urn:sha1:a96be19bc390e43502ea6dbc4f673665bbc2a318</id>
<content type='text'>
Makefile.autotools.in automatically adds these to the configure invocation,
so there's no need to explicitly list them.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Bump bind to 9.5.1-P2</title>
<updated>2010-02-03T16:22:57+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2010-02-01T16:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=49d92ebea75f518e2d3047f27da836ac6fb41e22'/>
<id>urn:sha1:49d92ebea75f518e2d3047f27da836ac6fb41e22</id>
<content type='text'>
Closes #1015.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Bump bind to 9.5.2-P1</title>
<updated>2009-12-06T19:11:32+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2009-12-03T16:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b5867d93ae9c2264b4cd9bce07623eb45f53c668'/>
<id>urn:sha1:b5867d93ae9c2264b4cd9bce07623eb45f53c668</id>
<content type='text'>
Closes #773.

Unspecified vulnerability in ISC BIND 9.4 before 9.4.3-P4, 9.5 before
9.5.2-P1, 9.6 before 9.6.1-P2, 9.7 beta before 9.7.0b3, and 9.0.x through
9.3.x with DNSSEC validation enabled and checking disabled (CD), allows
remote attackers to conduct DNS cache poisoning attacks via additional
sections in a response sent for resolution of a recursive client query,
which is not properly handled when the response is processed "at the same
time as requesting DNSSEC records (DO)."

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package: Remove unnecessary dependencies on uclibc.</title>
<updated>2009-09-03T18:22:38+00:00</updated>
<author>
<name>Will Newton</name>
<email>will.newton@gmail.com</email>
</author>
<published>2009-09-02T15:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=422ce6536b6d45e4632d526ae04c6af0bd36e80a'/>
<id>urn:sha1:422ce6536b6d45e4632d526ae04c6af0bd36e80a</id>
<content type='text'>
A C library will have been built by the toolchain makefiles, so there is no
need for packages to explicitly depend on uclibc.

Signed-off-by: Will Newton &lt;will.newton@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Bump to bind-9.5.1-P3 security fix for CVE-2009-0696</title>
<updated>2009-07-30T15:10:06+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2009-07-29T13:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ff69aeea406c8ad8f35dc3af7a93c431a15e09a3'/>
<id>urn:sha1:ff69aeea406c8ad8f35dc3af7a93c431a15e09a3</id>
<content type='text'>
Closes #495.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>bind: bump version (security issue with DNSSEC DLV)</title>
<updated>2009-04-15T18:29:50+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-15T18:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=66ef1e589a3aa724e54dbb711ce02e474b51df5a'/>
<id>urn:sha1:66ef1e589a3aa724e54dbb711ce02e474b51df5a</id>
<content type='text'>
Patch by Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;, closes #275.
</content>
</entry>
<entry>
<title>bind: touch post-install stamp file</title>
<updated>2009-03-05T21:38:30+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-05T21:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=acdbb39bf51da26f539ba8d9b2a3c3d4ff3823fd'/>
<id>urn:sha1:acdbb39bf51da26f539ba8d9b2a3c3d4ff3823fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bind: isc-config.sh gets installed into usr/bin, not /</title>
<updated>2009-03-05T13:33:11+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-05T13:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=00fd5b2264796a5f120fd5a1fa66cce71bd64719'/>
<id>urn:sha1:00fd5b2264796a5f120fd5a1fa66cce71bd64719</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bind: needs largefile support, not ipv6</title>
<updated>2009-03-05T13:33:06+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-05T13:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7b7a0a327788dbb4fd42d110ef69c6eedd051fdf'/>
<id>urn:sha1:7b7a0a327788dbb4fd42d110ef69c6eedd051fdf</id>
<content type='text'>
And at the same time move the comment below the install tools entry so it
gets identied properly.
</content>
</entry>
<entry>
<title>bind: needs ipv6 support</title>
<updated>2009-03-05T12:14:37+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-05T12:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e3bf38868ae44d46dabe630e58da144566807468'/>
<id>urn:sha1:e3bf38868ae44d46dabe630e58da144566807468</id>
<content type='text'>
</content>
</entry>
</feed>
