mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
tiff: security bump to 4.0.10
This bumps libtiff's minor version from 9 to 10. In addition to the CVE fixes that we already included this fixes: CVE-2017-17095 CVE-2018-17101 CVE-2018-18557 The update is 100% backwards compatible, no symbol changes. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/libtiff/tiffiop.h
|
||||
+++ b/libtiff/tiffiop.h
|
||||
@@ -287,7 +287,7 @@ struct tiff {
|
||||
@@ -286,7 +286,7 @@ struct tiff {
|
||||
*/
|
||||
#if defined(HAVE_FSEEKO)
|
||||
# define fseek(stream,offset,whence) fseeko(stream,offset,whence)
|
||||
|
||||
Reference in New Issue
Block a user