<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package, branch 2013.05_rc3</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2013.05_rc3</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2013.05_rc3'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2013-05-25T11:33:50Z</updated>
<entry>
<title>wireshark: security bump to version 1.8.7</title>
<updated>2013-05-25T11:33:50Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2013-05-19T13:47:27Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c17b0f0bda68b3adcc098d6b426e6448d0444c36'/>
<id>urn:sha1:c17b0f0bda68b3adcc098d6b426e6448d0444c36</id>
<content type='text'>
Fixes CVE-2013-2486, CVE-2013-2487 and several wnpa-sec (wireshark)
advisories.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Acked-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>urg: Add urg-select-h.patch.</title>
<updated>2013-05-25T11:26:09Z</updated>
<author>
<name>Will Newton</name>
<email>will.newton@linaro.org</email>
</author>
<published>2013-05-21T20:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5ef3a7a7c7ba52bb6819715da8e5967c7997823e'/>
<id>urn:sha1:5ef3a7a7c7ba52bb6819715da8e5967c7997823e</id>
<content type='text'>
This patch fixes a build failure on AArch64 (and potentially others).
Make sure sys/select.h is included before using select(2).

Signed-off-by: Will Newton &lt;will.newton@linaro.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pptp-linux: add license information</title>
<updated>2013-05-25T11:23:20Z</updated>
<author>
<name>gilles.talis@gmail.com</name>
<email>gilles.talis@gmail.com</email>
</author>
<published>2013-05-24T13:43:02Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9c1917ef5becad640c32fdbc0c795d30c9f13f6c'/>
<id>urn:sha1:9c1917ef5becad640c32fdbc0c795d30c9f13f6c</id>
<content type='text'>
Signed-off-by: Gilles Talis &lt;gilles.talis@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pptp-linux: needs MMU</title>
<updated>2013-05-25T11:23:02Z</updated>
<author>
<name>gilles.talis@gmail.com</name>
<email>gilles.talis@gmail.com</email>
</author>
<published>2013-05-24T13:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=97edb8f629085670a465cf8354575bb93b749b13'/>
<id>urn:sha1:97edb8f629085670a465cf8354575bb93b749b13</id>
<content type='text'>
Fixes:
http://autobuild.buildroot.org/results/9b8/9b80537d0efb3fefab486abaecd128bd18e0efdb

Signed-off-by: Gilles Talis &lt;gilles.talis@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>weston: Add make dependency on cairo</title>
<updated>2013-05-24T22:13:06Z</updated>
<author>
<name>Will Newton</name>
<email>will.newton@linaro.org</email>
</author>
<published>2013-05-24T13:44:49Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8f2578d7b733301cfdd79af08d6b89f112c5ae66'/>
<id>urn:sha1:8f2578d7b733301cfdd79af08d6b89f112c5ae66</id>
<content type='text'>
There's already a config dependency, make sure we build it too.

Signed-off-by: Will Newton &lt;will.newton@linaro.org&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>poco: not available for all architectures</title>
<updated>2013-05-23T21:34:28Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2013-05-16T01:40:01Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1c3afe4bc14a55aa491be270c24f31d1c5d4d8f1'/>
<id>urn:sha1:1c3afe4bc14a55aa491be270c24f31d1c5d4d8f1</id>
<content type='text'>
Missing defines for:
aarch64, arc, blackfin, microblaze &amp; xtensa.
Not properly supported: mips - only defines generic mips as BE, doesn't
know about mipsel (LE) thus assuming it's BE.
Fixes:
http://autobuild.buildroot.net/results/9847702b046bed59b07f0e075a58b1f31e9236ce/

This should be pretty straightforward to fix in
Foundation/include/Poco/Platform.h for interested parties since it only
cares about endianness.

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>boost: Limit architectures which can build boost context library</title>
<updated>2013-05-23T21:08:05Z</updated>
<author>
<name>Will Newton</name>
<email>will.newton@linaro.org</email>
</author>
<published>2013-05-22T12:33:00Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d624203238b2565ba180d5bad45ecc86c3cac620'/>
<id>urn:sha1:d624203238b2565ba180d5bad45ecc86c3cac620</id>
<content type='text'>
The boost context library needs porting to each new architecture
and only a limited number of ports are currently available.

Signed-off-by: Will Newton &lt;will.newton@linaro.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libatomic_ops: fix build failure seen with toolchain without threads support</title>
<updated>2013-05-23T20:48:20Z</updated>
<author>
<name>gilles.talis@gmail.com</name>
<email>gilles.talis@gmail.com</email>
</author>
<published>2013-05-22T14:24:07Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=666aa6287c39b32e77e24690bcb4f435ca59ac47'/>
<id>urn:sha1:666aa6287c39b32e77e24690bcb4f435ca59ac47</id>
<content type='text'>
Fixes:
http://autobuild.buildroot.net/results/58c188ad59c62c7897381e110fe3518ccc17867e

Signed-off-by: Gilles Talis &lt;gilles.talis@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>portaudio: needs threads</title>
<updated>2013-05-23T20:36:35Z</updated>
<author>
<name>gilles.talis@gmail.com</name>
<email>gilles.talis@gmail.com</email>
</author>
<published>2013-05-22T14:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a45b0194ef4265adee5f2b26dbe2af38a020728a'/>
<id>urn:sha1:a45b0194ef4265adee5f2b26dbe2af38a020728a</id>
<content type='text'>
Fixes:
http://autobuild.buildroot.org/results/ba2/ba2d3832cb6838b2126e0f7db223305eab579d59

[Peter: move above so sub options gets properly indented]
Signed-off-by: Gilles Talis &lt;gilles.talis@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>tvheadend: needs threads</title>
<updated>2013-05-23T20:34:14Z</updated>
<author>
<name>gilles.talis@gmail.com</name>
<email>gilles.talis@gmail.com</email>
</author>
<published>2013-05-22T14:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f937306ead7605c1c8a9360503d1a5f92202c229'/>
<id>urn:sha1:f937306ead7605c1c8a9360503d1a5f92202c229</id>
<content type='text'>
Signed-off-by: Gilles Talis &lt;gilles.talis@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
