summaryrefslogtreecommitdiffstats
path: root/package/jasper
Commit message (Collapse)AuthorAgeFilesLines
* jasper: add hash fileGustavo Zacarias2015-07-161-0/+2
| | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
* jasper: Disable debugging when building for xtensaMax Filippov2015-05-191-0/+6
| | | | | | | | | | | | 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 <jcmvbkbc@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jasper: Don't overwrite CFLAGS when configured with --enable-debugMax Filippov2015-05-191-0/+27
| | | | | | | This drops architecture-specific ABI flags, which may be important. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jasper: add security fixes for CVE-2014-8157/8158Gustavo Zacarias2015-01-262-0/+351
| | | | | | | | | Fixes: CVE-2014-8157 - dec->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 <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jasper: add patches to fix CVE-2014-8137 and CVE-2014-8138Gustavo Zacarias2014-12-193-0/+83
| | | | | | | | | Fixes: CVE-2014-8137 - double-free in jas_iccattrval_destroy() CVE-2014-8138 - heap overflow in jp2_decode() Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jasper: add a patch fixing CVE-2014-9029Baruch Siach2014-12-101-0/+36
| | | | | | | See http://www.ocert.org/advisories/ocert-2014-009.html for the details. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jasper: autoreconf to fix rpath issuePeter Korsgaard2014-09-101-0/+2
| | | | | | | | | 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 <peter@korsgaard.com>
* Revert "packages: autoreconf non-vanilla libtool packages"Gustavo Zacarias2014-07-311-2/+0
| | | | | | | | | | 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 <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: autoreconf non-vanilla libtool packagesGustavo Zacarias2014-07-311-0/+2
| | | | | | | | | | | | | | 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 <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jasper: fix license typoJerzy Grzegorek2014-01-301-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jasper: fix file header commentPeter Korsgaard2014-01-131-2/+2
| | | | | Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jasper: new packageMaxime Hadjinlian2014-01-122-0/+22
JPEG-2000 decoder. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud