aboutsummaryrefslogtreecommitdiff
path: root/libs/tiff/patches
Commit message (Collapse)AuthorAge
* tiff: update to 4.5.0Nick Hainke2023-05-16
| | | | | | | | | | | | | | Release Notes: http://www.simplesystems.org/libtiff/releases/v4.5.0.html Remove upstreamed: - 010-CVE-2022-2519.patch - 020-CVE-2022-2520.patch Fixes: CVE-2022-2056, CVE-2022-2057, CVE-2022-2058, CVE-2022-3570, CVE-2022-3598, CVE-2022-3627, CVE-2022-3597, CVE-2022-3626, CVE-2022-3599, CVE-2022-34526 Signed-off-by: Nick Hainke <vincent@systemli.org>
* tiff: don't use AUTORELEASERosen Penev2023-01-13
| | | | | | | | Seems upstream wants to get rid of it. Backport upstream patches fixing several CVEs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tiff: update to 4.2.3Rosen Penev2021-06-01
| | | | | | | | Remove automake patch as it's not used. Remove ftell patch as it seems to not be needed anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tiff: update version to 4.1.0Jiri Slachta2019-11-11
| | | | Signed-off-by: Jiri Slachta <jiri@slachta.eu>
* tiff: patch security issuesJan Pavlinec2019-04-09
| | | | | | | | Fixes CVE-2019-7663 CVE-2019-6128 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tiff: Update to 4.0.10Rosen Penev2018-11-14
| | | | | | Fixes all CVEs as well as a few more. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tiff: Fix CVE-2017-17095Rosen Penev2018-08-26
| | | | | | | | | Fedora does not have a fix for this but Debian does. Took fix from there. There are two more CVEs as reported by uscan but I can't seem to find patches for those. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tiff: Fix remaining CVEsRosen Penev2018-08-17
| | | | | | | | | | Taken from Fedora. Reordered them so as to apply properly. Added a CPE ID. Added parallel build for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tiff: version bumpSebastian Kemper2018-01-30
| | | | | | | - bump version to 4.0.9 - add patches copied from Debian for CVE-2017-18013 and CVE-2017-9935 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* tiff: update package to version 4.0.8Jiri Slachta2017-08-18
| | | | Signed-off-by: Jiri Slachta <jiri@slachta.eu>
* tiff: update to version 4.0.7 with CVE fixesJiri Slachta2017-05-04
| | | | Signed-off-by: Jiri Slachta <jiri@slachta.eu>
* tiff: fix wrong declaration of ftell() compat macroJo-Philipp Wich2016-05-19
| | | | | | | | | | | | | | | | | The libtiff library declares an `ftell()` compat macro redirecting calls to `ftello()` if such an implementation exists. The compat macro however is declared with a wrong number of arguments, leading to the following error on our buildbots: In file included from .../usr/include/uClibc++/iostream:29:0, from tif_stream.cxx:31: .../usr/include/uClibc++/fstream:422:22: error: macro "ftell" requires 3 arguments, but only 1 given retval = ftell(fp); Add a patch to fix the macro definition in order to fix compilation of the tiff package. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* tiff: update to 4.0.6Jiri Slachta2016-04-05
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* tiff: fix CVE-2014-9330Jiri Slachta2015-01-28
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* tiff: fix multiple CVE'sJiri Slachta2014-08-04
| | | | | | | | | | | | | This commit fixes multiple CVE's for library tiff: CVE-2012-4564 CVE-2013-1960 CVE-2013-1961 CVE-2013-4231 CVE-2013-4232 CVE-2013-4244 CVE-2013-4243 Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* tiff: add tiff package back, take over maintainershipJiri Slachta2014-07-31
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* tiff, giflib: removed for being abandonedSteven Barth2014-07-29
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* inport tiff from oldpackages, refresh patches and add myself and maintainerOliver Ertl2014-07-20
Signed-off-by: Oliver Ertl <oliver-ertl@t-online.de>