<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/jasper, branch 2016.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2015-07-16T20:36:36+00:00</updated>
<entry>
<title>jasper: add hash file</title>
<updated>2015-07-16T20:36:36+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-07-15T18:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1a4bf69188360a76c6bc38183c3d0651a7297214'/>
<id>urn:sha1:1a4bf69188360a76c6bc38183c3d0651a7297214</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
</content>
</entry>
<entry>
<title>jasper: Disable debugging when building for xtensa</title>
<updated>2015-05-19T19:36:18+00:00</updated>
<author>
<name>Max Filippov</name>
<email>jcmvbkbc@gmail.com</email>
</author>
<published>2015-05-19T18:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=71d9b0c1f06896f113b09e941aa84d979bff5710'/>
<id>urn:sha1:71d9b0c1f06896f113b09e941aa84d979bff5710</id>
<content type='text'>
xtensa gcc is not able to generate correct code when compiling with -O0
enabled by --enable-debug. Instead of disabling package build it with
--disable-debug.

Fixes:
  http://autobuild.buildroot.net/results/5d17055027055ffd33fcd28b208130afb26343c9/

Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>jasper: Don't overwrite CFLAGS when configured with --enable-debug</title>
<updated>2015-05-19T19:36:05+00:00</updated>
<author>
<name>Max Filippov</name>
<email>jcmvbkbc@gmail.com</email>
</author>
<published>2015-05-19T18:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4dcf9d14b5d6dc2f2e0f349756d17f8ffb99604e'/>
<id>urn:sha1:4dcf9d14b5d6dc2f2e0f349756d17f8ffb99604e</id>
<content type='text'>
This drops architecture-specific ABI flags, which may be important.

Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>jasper: add security fixes for CVE-2014-8157/8158</title>
<updated>2015-01-26T22:13:44+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-01-26T20:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=ddfce0448d7e1bbce70d8b5b5924a0ac39df1e9e'/>
<id>urn:sha1:ddfce0448d7e1bbce70d8b5b5924a0ac39df1e9e</id>
<content type='text'>
Fixes:
CVE-2014-8157 - dec-&gt;numtiles off-by-one check in jpc_dec_process_sot()
CVE-2014-8158 - unrestricted stack memory use in jpc_qmfb.c

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>jasper: add patches to fix CVE-2014-8137 and CVE-2014-8138</title>
<updated>2014-12-19T20:41:17+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2014-12-19T18:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b6e4e9de41c52cafbb7fe708333731ca0ddecaa4'/>
<id>urn:sha1:b6e4e9de41c52cafbb7fe708333731ca0ddecaa4</id>
<content type='text'>
Fixes:
CVE-2014-8137 - double-free in jas_iccattrval_destroy()
CVE-2014-8138 - heap overflow in jp2_decode()

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>jasper: add a patch fixing CVE-2014-9029</title>
<updated>2014-12-10T20:24:04+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2014-12-10T18:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=421b4d0dde756969e4fc2abecd293dd97dcc62f3'/>
<id>urn:sha1:421b4d0dde756969e4fc2abecd293dd97dcc62f3</id>
<content type='text'>
See http://www.ocert.org/advisories/ocert-2014-009.html for the details.

Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>jasper: autoreconf to fix rpath issue</title>
<updated>2014-09-10T08:55:12+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2014-09-10T08:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=324ccec90d9c98d6aa535c96861eeb84d2e3ff33'/>
<id>urn:sha1:324ccec90d9c98d6aa535c96861eeb84d2e3ff33</id>
<content type='text'>
The old version of autotools used gets confused and ends up looking in
/usr/lib for libjpeg when host == target..

Fixes http://autobuild.buildroot.net/results/307/307cac65287420252a5bb64715d9a1edd90e72fa/

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>Revert "packages: autoreconf non-vanilla libtool packages"</title>
<updated>2014-07-31T14:36:04+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2014-07-31T14:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=88f4a56080c667e39069aa1fb42fbb89dddf1836'/>
<id>urn:sha1:88f4a56080c667e39069aa1fb42fbb89dddf1836</id>
<content type='text'>
Now that we've got a cleaner/fuzzier libtool 1.5 static patch we can
discard the temporary workaround.

This reverts commit e573f5d3267e5916c580e499ecd127c60107b8e1.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>packages: autoreconf non-vanilla libtool packages</title>
<updated>2014-07-31T06:26:33+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2014-07-31T03:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e573f5d3267e5916c580e499ecd127c60107b8e1'/>
<id>urn:sha1:e573f5d3267e5916c580e499ecd127c60107b8e1</id>
<content type='text'>
Some packages no longer apply the libtool patch since commit
97703978ac870ce2b14ad144f8e082de82aa2c64 because they use a non-vanilla
version of libtool 1.5.x

Fixes many failures like:
http://autobuild.buildroot.net/results/34e/34e4898e2bdc08e5d34e16e556384b3086b76467/
http://autobuild.buildroot.net/results/ecf/ecf4e7d6812f972d05c95203fb665235856c0817/
http://autobuild.buildroot.net/results/5d9/5d9a05fb70e8a65f2399c4f38375aeafb9686ea4/

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>jasper: fix license typo</title>
<updated>2014-01-30T08:57:15+00:00</updated>
<author>
<name>Jerzy Grzegorek</name>
<email>jerzy.grzegorek@trzebnica.net</email>
</author>
<published>2014-01-30T08:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=61e343970d6ec6b1fc87d9509d8a35555facde55'/>
<id>urn:sha1:61e343970d6ec6b1fc87d9509d8a35555facde55</id>
<content type='text'>
Signed-off-by: Jerzy Grzegorek &lt;jerzy.grzegorek@trzebnica.net&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
