| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
Seems upstream wants to get rid of it.
Backport upstream patches fixing several CVEs.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
|
|
|
|
|
|
|
|
| |
Fixes
CVE-2019-7663
CVE-2019-6128
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|
|
|
|
|
| |
Fixes all CVEs as well as a few more.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
| |
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
|
|
|
|
| |
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
|
|
|
|
| |
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
|
|
|
|
| |
Signed-off-by: Steven Barth <steven@midlink.org>
|
|
Signed-off-by: Oliver Ertl <oliver-ertl@t-online.de>
|