libtiff5-32bit-4.0.9-150000.45.22.1<>,Љcp9| Ac5)`zKڧ6 1 g}B3;\p*tϠ0oB*}z2(dٞ0 U H;KV9Т YdRreh39 EBHr y(uk2| }i>H 3+Z2i}ĉ7Rf}]u^ WY:si)-~N3']EA J< }{ ƖTub0m lm>A?d & [ 5V[ q    x  \(8/9/: />8B@GPH`IpXtYZ[\]^b"cdWe\f_lautvwxy<@FClibtiff5-32bit4.0.9150000.45.22.1The Tiff Library (with JPEG and compression support)This package includes the tiff libraries. To link a program with libtiff, you will have to add -ljpeg and -lz to include the necessary libjpeg and libz in the linking process.csheep03SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxx86_64/sbin/ldconfig%cccc50044da222f29e7a6ee4894369e16342c5b016dcecbe810973c084681f2ab20b6fd32595578cb7323077fae5dfdc35c27c13f520937fccdc23dddecb14a1cd0dlibtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootroottiff-4.0.9-150000.45.22.1.src.rpmlibtiff-32bitlibtiff.so.5libtiff5-32bitlibtiff5-32bit(x86-32)libtiffxx.so.5@@@@@@@@@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.11)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libjbig.so.2libjpeg.so.8libjpeg.so.8(LIBJPEG_8.0)liblzma.so.5liblzma.so.5(XZ_5.0)libm.so.6libm.so.6(GLIBC_2.0)libstdc++.so.6libstdc++.so.6(CXXABI_1.3.9)libstdc++.so.6(GLIBCXX_3.4)libstdc++.so.6(GLIBCXX_3.4.9)libtiff.so.5libz.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cwscp@cMCbc@b@by@bu bu aZ@]µ]µ\b@\X)@\Q[[k@[k@[$@[t[{@[)[)Z@ZZ ZZ;@Z@YI@XۡX@Xx@XWXWX=mWint32 conversion (when refBlackWhite[0] == 2147483648.f) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1907 + libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(), and use it in TIFFReadDirectory() so as to ignore fields whose tag is a codec-specified tag but this codec is not enabled. This avoids TIFFGetField() to behave differently depending on whether the codec is enabled or not, and thus can avoid stack based buffer overflows in a number of TIFF utilities such as tiffsplit, tiffcmp, thumbnail, etc. Patch derived from 0063-Handle-properly-CODEC-specific-tags.patch (http://bugzilla.maptools.org/show_bug.cgi?id=2580) by Raphaël Hertzog. Fixes: http://bugzilla.maptools.org/show_bug.cgi?id=2580 http://bugzilla.maptools.org/show_bug.cgi?id=2693 http://bugzilla.maptools.org/show_bug.cgi?id=2625 (CVE-2016-10095, bsc#1017690) http://bugzilla.maptools.org/show_bug.cgi?id=2564 (CVE-2015-7554, bsc#960341) http://bugzilla.maptools.org/show_bug.cgi?id=2561 (CVE-2016-5318, bsc#983436) http://bugzilla.maptools.org/show_bug.cgi?id=2499 (CVE-2014-8128, bsc#969783) http://bugzilla.maptools.org/show_bug.cgi?id=2441 http://bugzilla.maptools.org/show_bug.cgi?id=2433 + libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not do the #ifdef TIFFSwabXXX checks. Make it easier for GDAL to rename the symbols of its internal libtiff copy. + libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 in ChopUpSingleUncompressedStrip() regarding update of newly single-strip uncompressed files whose bytecount is 0. Before the change of 2016-12-03, the condition bytecount==0 used to trigger an early exit/disabling of strip chop. Re-introduce that in update mode. Otherwise this cause later incorrect setting for the value of StripByCounts/StripOffsets. (https://trac.osgeo.org/gdal/ticket/6924) + libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of items read in StripOffsets/StripByteCounts tags to the number of strips to avoid excessive memory allocation. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2215 + libtiff/tif_getimage.c: avoid many (harmless) unsigned int overflows. + libtiff/tif_fax3.c: avoid unsigned int overflow in Fax3Encode2DRow(). Could potentially be a bug with huge rows. + libtiff/tif_jpeg.c: avoid (harmless) unsigned int overflow on tiled images. + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() and BYTECOUNTLOOKSBAD when file is too short. + libtiff/tif_predict.c: decorate legitimate functions where unsigned int overflow occur with TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() + libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to disable CLang warnings raised by - fsanitize=undefined,unsigned-integer-overflow + libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessive CPU consumption on progressive JPEGs with a huge number of scans. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf Note: only affects libtiff since 2014-12-29 where support of non-baseline JPEG was added. + libtiff/tif_jpeg.c: error out at decoding time if anticipated libjpeg memory allocation is above 100 MB. libjpeg in case of multiple scans, which is allowed even in baseline JPEG, if components are spread over several scans and not interleavedin a single one, needs to allocate memory (or backing store) for the whole strip/tile. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf This limitation may be overriden by setting the LIBTIFF_ALLOW_LARGE_LIBJPEG_MEM_ALLOC environment variable, or recompiling libtiff with a custom value of TIFF_LIBJPEG_LARGEST_MEM_ALLOC macro. + libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2706 (CVE-2017-9936, bsc#1046073) + libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that a double value can fit in a float before casting. + libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, libtiff/tif_read.c: make TIFFReadScanline() works in CHUNKY_STRIP_READ_SUPPORT mode with JPEG stream with multiple scans. Also make configurable through a LIBTIFF_JPEG_MAX_ALLOWED_SCAN_NUMBER environment variable the maximum number of scans allowed. Defaults to 100. + libtiff/tif_read.c: TIFFFillTile(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation (similarly to what was done for TIFFFileStrip() on 2017-05-10) + libtiff/tif_getimage.c: use _TIFFReadEncodedStripAndAllocBuffer(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2708 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2433 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() function, variant of TIFFReadEncodedStrip() that allocates the decoded buffer only after a first successful TIFFFillStrip(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX() functions associated with LONG8/SLONG8 data type, replace assertion that the file is BigTIFF, by a non-fatal error. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2712 + libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc to tif_rawdataloaded when it is set. Similarly to TIFFStartStrip(). This issue was revealed by the change of 2017-06-30 in TIFFFileTile(), limiting the number of bytes read. But it could probably have been hit too in CHUNKY_STRIP_READ_SUPPORT mode previously. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2454 + libtiff/tif_error.c, tif_warning.c: correctly use va_list when both an old-style and new-style warning/error handlers are installed. Patch by Paavo Helde (sent on the mailing list) + libtiff/tif_getimage.c: use _TIFFReadTileAndAllocBuffer(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2470 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedTileAndAllocBuffer() and _TIFFReadTileAndAllocBuffer() variants of TIFFReadEncodedTile() and TIFFReadTile() that allocates the decoded buffer only after a first successful TIFFFillTile(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_pixarlog.c: avoid excessive memory allocation on decoding when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2554 + libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZW compressed files. + libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZW strips. Crashing issue only on memory mapped files, where the strip offset is the last byte of the file, and the file size is a multiple of one page size on the CPU architecture (typically 4096) + libtiff/tif_dir.c: avoid potential null pointer dereference in _TIFFVGetField() on corrupted TIFFTAG_NUMBEROFINKS tag instance. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2713 + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile(). Complementary fix for http://bugzilla.maptools.org/show_bug.cgi?id=2708 in the isMapped() case, so as to avoid excessive memory allocation when we need a temporary buffer but the file is truncated. + libtiff/tif_read.c: in TIFFFetchStripThing(), only grow the arrays that hold StripOffsets/StripByteCounts, when they are smaller than the expected number of striles, up to 1 million striles, and error out beyond. Can be tweaked by setting the environment variable LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT. This partially goes against a change added on 2002-12-17 to accept those arrays of wrong sizes, but is needed to avoid denial of services. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2350 + libtiff/tif_read.c: add protection against excessive memory allocation attempts in TIFFReadDirEntryArray() on short files. Effective for mmap'ed case. And non-mmap'ed case, but restricted to 64bit builds. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2675 (CVE-2017-12944, bsc#1054594) + libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2683 + libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate(): properly break from loops on error when stoponerr is set, instead of going on iterating on row based loop. + libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped pixel number is not a multiple of the horizontal subsampling, and also in some other cases. Impact putcontig8bitYCbCr44tile, putcontig8bitYCbCr42tile, putcontig8bitYCbCr41tile, putcontig8bitYCbCr21tile and putcontig8bitYCbCr12tile Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2637 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2691 + libtiff/tif_luv.c: further reduce memory requirements for temporary buffer when RowsPerStrip >= image_length in LogLuvInitState() and LogL16InitState(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2700 + libtiff/tif_dirwrite.c: replace assertion related to not finding the SubIFD tag by runtime check (in TIFFWriteDirectorySec()) Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2727 + libtiff/tif_dirwrite.c: replace assertion to tag value not fitting on uint32 when selecting the value of SubIFD tag by runtime check (in TIFFWriteDirectoryTagSubifd()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2728 + libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressed file if the codestream height is larger than the truncated height of the strip. Emit a warning in this situation since this is non compliant. + libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK() function that checks if the offset is not bigger than INT64_MAX, so as to avoid a -1 error return code of TIFFSeekFile() to match a required seek to UINT64_MAX/-1. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2726 + libtiff/tif_dirread.c: add NULL check to avoid likely false positive null-pointer dereference warning by CLang Static Analyzer. + libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExt Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2735 + libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 that honours max_memory_to_use > 0. Cf https://github.com/libjpeg-turbo/libjpeg-turbo/issues/162 + libtiff/tif_getimage.c: avoid floating point division by zero in initCIELabConversion() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3733 * Changes in the tools: + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + tools/tiffset.c: fix setting a single value for the ExtraSamples tag (and other tags with variable number of values). So 'tiffset -s ExtraSamples 1 X'. This only worked when setting 2 or more values, but not just one. + tools/fax2tiff.c (_FAX_Client_Data): Pass FAX_Client_Data as the client data. This client data is not used at all at the moment, but it makes the most sense. Issue that the value of client_data.fd was passed where a pointer is expected. + tools/tiff2pdf.c (t2p_sample_realize_palette): Fix possible arithmetic overflow in bounds checking code and eliminate comparison between signed and unsigned type. + tools/tiff2bw.c (main): Free memory allocated in the tiff2bw program. This is in response to the report associated with CVE-2017-16232, bsc#1069213 but does not solve the extremely high memory usage with the associated POC file.- Upgrade to upstream release 4.0.8 * libtiff/tif_getimage.c, libtiff/tif_open.c + add parenthesis to fix cppcheck clarifyCalculation warnings * libtiff/tif_predict.c, libtiff/tif_print.c + fix printf unsigned vs signed formatting (cppcheck invalidPrintfArgType_uint warnings) * libtiff/tif_read.c, libtiff/tiffiop.h + fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2596 * libtiff/tif_pixarlog.c, libtiff/tif_luv.c + fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2604 * libtiff/tif_strip.c + revert the change in TIFFNumberOfStrips() done for http://bugzilla.maptools.org/show_bug.cgi?id=2587 / CVE-2016-9273 since the above change is a better fix that makes it unnecessary. * libtiff/tif_dirread.c + modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline(). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2608. * libtiff/tif_ojpeg.c + make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2611 * libtiff/tif_write.c + fix misleading indentation as warned by GCC. * libtiff/tif_fax3.h + revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. Raised by Lee Howard. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2636 * libtiff/tiffio.h, libtiff/tif_getimage.c + add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. * libtiff/tif_getimage.c + fix potential memory leaks in error code path of TIFFRGBAImageBegin(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2627 * libtiff/tif_jpeg.c + increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with "big" tile, without using libjpeg temporary files. Related to https://trac.osgeo.org/gdal/ticket/6757 * libtiff/tif_jpeg.c + avoid integer division by zero in JPEGSetupEncode() when horizontal or vertical sampling is set to 0. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2653, bsc#1033127, CVE-2017-7595 * libtiff/tif_dirwrite.c + in TIFFWriteDirectoryTagCheckedRational, replace assertion by runtime check to error out if passed value is strictly negative. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2535, bsc#1038438, CVE-2016-10371 * libtiff/tif_dirread.c + avoid division by floating point 0 in TIFFReadDirEntryCheckedRational() and TIFFReadDirEntryCheckedSrational(), and return 0 in that case (instead of infinity as before presumably) Apparently some sanitizers do not like those divisions by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2644, bsc#1033118, CVE-2017-7598 * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c + implement various clampings of double to other data types to avoid undefined behaviour if the output range isn't big enough to hold the input value. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2643 http://bugzilla.maptools.org/show_bug.cgi?id=2642 http://bugzilla.maptools.org/show_bug.cgi?id=2646 http://bugzilla.maptools.org/show_bug.cgi?id=2647, bsc#1033126, CVE-2017-7596, bsc#1033120, CVE-2017-7597, bsc#1033113, CVE-2017-7599, bsc#1033112, CVE-2017-7600, * libtiff/tif_jpeg.c + validate BitsPerSample in JPEGSetupEncode() to avoid undefined behaviour caused by invalid shift exponent. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2648, bsc#1033111, CVE-2017-7601 * libtiff/tif_read.c + avoid potential undefined behaviour on signed integer addition in TIFFReadRawStrip1() in isMapped() case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2650, bsc#1033109, CVE-2017-7602 * libtiff/tif_getimage.c + add explicit uint32 cast in putagreytile to avoid UndefinedBehaviorSanitizer warning. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2658, bsc#1033131, CVE-2017-7592 * libtiff/tif_read.c + TIFFReadBufferSetup(): use _TIFFcalloc() to zero initialize tif_rawdata. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2651, bsc#1033129, CVE-2017-7593 * libtiff/tiffio.h, tif_unix.c, tif_win32.c, tif_vms.c + add _TIFFcalloc() * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c + return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2130 * libtiff/tif_ojpeg.c + fix leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable when read fails. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2659, bsc#1033128, CVE-2017-7594 * libtiff/tif_jpeg.c + only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). * libtiff/tif_lzw.c + in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=1982 * libtiff/tif_pixarlog.c + fix memory leak in error code path of PixarLogSetupDecode(). Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2665 * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c + fix GCC 7 -Wimplicit-fallthrough warnings. * libtiff/tif_dirread.c + fix memory leak in non DEFER_STRILE_LOAD mode (ie default) when there is both a StripOffsets and TileOffsets tag, or a StripByteCounts and TileByteCounts Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2689, bsc#1042805, CVE-2017-9403) * libtiff/tif_ojpeg.c + fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2670 * libtiff/tif_fax3.c + avoid crash in Fax3Close() on empty file. Patch by Alan Coopersmith + complement by myself. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2673 * libtiff/tif_read.c + TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c + fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. Should especially occur on 32 bit platforms. * libtiff/tif_read.c + TIFFFillStripPartial() + avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). This avoids reading beyond tif_rawdata when bytecount > tif_rawdatasize. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1545. Credit to OSS-Fuzz * libtiff/tif_color.c + avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1533 Credit to OSS-Fuzz * libtiff/tif_pixarlog.c, tif_luv.c + avoid potential int32 overflows in multiply_ms() and add_ms(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1558 Credit to OSS-Fuzz * libtiff/tif_packbits.c + fix out-of-buffer read in PackBitsDecode() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1563 Credit to OSS-Fuzz * libtiff/tif_luv.c + LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_lzw.c + update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. * libtiff/tif_pixarlog.c + PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. But untested... * libtiff/tif_getimage.c + initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1663 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_getimage.c + initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. To avoid invalid float->int32 conversion. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1718 Credit to OSS Fuzz * tools/fax2tiff.c (main) + Applied patch by Joerg Ahrens to fix passing client data for Win32 builds using tif_win32.c (USE_WIN32_FILEIO defined) for file I/O. Patch was provided via email on November 20, 2016. * tools/tiffcp.c + avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2598 * tools/tiffcrop.c + fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2620 * tools/tiffcrop.c + add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2621 * tools/tiffcrop.c + fix integer division by zero when BitsPerSample is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2619 * tools/tiffinfo.c + fix null pointer dereference in -r mode when the image has no StripByteCount tag. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2594 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2597 * tools/tif_dir.c + when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2599 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2607 * tools/tiffcp.c + fix uint32 underflow/overflow that can cause heap-based buffer overflow. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2610 * tools/tiffcp.c + replace assert( (bps % 8) == 0 ) by a non assert check. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2605 * tools/tiff2ps.c + fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2633 and http://bugzilla.maptools.org/show_bug.cgi?id=2634. * tools/tiff2pdf.c + prevent heap-based buffer overflow in -j mode on a paletted image. Note: this fix errors out before the overflow happens. There could probably be a better fix. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2635 * tools/tiff2pdf.c + fix wrong usage of memcpy() that can trigger unspecified behaviour. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2638 * tools/tiff2pdf.c + avoid potential invalid memory read in t2p_writeproc. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2639 * tools/tiff2pdf.c + avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2640 * tools/tiffcrop.c + remove extraneous TIFFClose() in error code path, that caused double free. Related to http://bugzilla.maptools.org/show_bug.cgi?id=2535 * tools/tiffcp.c + error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2656 and http://bugzilla.maptools.org/show_bug.cgi?id=2657 * tools/raw2tiff.c + avoid integer division by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2631 * tools/tiff2ps.c + call TIFFClose() in error code paths. * tools/fax2tiff.c + emit appropriate message if the input file is empty. Patch by Alan Coopersmith. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2672 * tools/tiff2bw.c + close TIFF handle in error code path. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2677 * Other issues fixed: + bsc#1042804, CVE-2017-9404 * CVE-2016-10092, CVE-2016-10093, CVE-2016-10094 [bsc#1017693] - Removed patches: * tiff-4.0.7-CVE-2015-7554.patch * tiff-4.0.7-CVE-2017-5225.patch * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch * tiff-CVE-2016-10266.patch * tiff-CVE-2016-10267.patch * tiff-CVE-2016-10268.patch * tiff-CVE-2016-10269.patch * tiff-CVE-2016-10270.patch * tiff-CVE-2016-10271.patch * tiff-CVE-2016-10272.patch + Fixed upstream- Added patches: * tiff-CVE-2016-10266.patch + Upstream fix for CVE-2016-10266, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031263) * tiff-CVE-2016-10267.patch + Upstream fix for CVE-2016-10267, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031262) * tiff-CVE-2016-10268.patch + Upstream fix for CVE-2016-10268, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031255) * tiff-CVE-2016-10269.patch + Upstream fix for CVE-2016-10269, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031254) * tiff-CVE-2016-10270.patch + Upstream fix for CVE-2016-10270, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031250) * tiff-CVE-2016-10271.patch + Upstream fix for CVE-2016-10271, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read and buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031249) * tiff-CVE-2016-10272.patch + Upstream fix for CVE-2016-10272, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031247)- Added patch: * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch - Fix a regression introduced in 4.0.7 (bsc#1022103) - http://bugzilla.maptools.org/show_bug.cgi?id=2636- Added patch: * tiff-4.0.7-CVE-2017-5225.patch - Upstream fix for CVE-2017-5225, bsc#1019611: heap buffer overflow in tools/tiffcp via a crafted BitsPerSample value- Drop --with-pic, this is only for static libs (which are not built) - Update descriptions- Update homepage- Upgrade to upstream release 4.0.7 * libtiff/tif_aux.c + Fix crash in TIFFVGetFieldDefaulted() when requesting Predictor tag and that the zip/lzw codec is not configured. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2591 * libtiff/tif_compress.c + Make TIFFNoDecode() return 0 to indicate an error and make upper level read routines treat it accordingly. (linked to the test case of http://bugzilla.maptools.org/show_bug.cgi?id=2517) * libtiff/tif_dir.c + Discard values of SMinSampleValue and SMaxSampleValue when they have been read and the value of SamplesPerPixel is changed afterwards (like when reading a OJPEG compressed image with a missing SamplesPerPixel tag, and whose photometric is RGB or YCbCr, forcing SamplesPerPixel being 3). Otherwise when rewriting the directory (for example with tiffset, we will expect 3 values whereas the array had been allocated with just one), thus causing a out of bound read access. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) * libtiff/tif_dirread.c + In TIFFFetchNormalTag(), do not dereference NULL pointer when values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are 0-byte arrays. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2593 (regression introduced by previous fix done on 2016-11-11 for CVE-2016-9297, bsc#1010161). Assigned as CVE-2016-9448, bsc#1011103 + In TIFFFetchNormalTag(), make sure that values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are null terminated, to avoid potential read outside buffer in _TIFFPrintField(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2590 (CVE-2016-9297, bsc#1010161) + Initialize doubledata at line 3693 to NULL to please MSVC 2013 + Prevent reading ColorMap or TransferFunction if BitsPerPixel > 24, so as to avoid huge memory allocation and file read attempts + Reject images with OJPEG compression that have no TileOffsets/StripOffsets tag, when OJPEG compression is disabled. Prevent null pointer dereference in TIFFReadRawStrip1() and other functions that expect td_stripbytecount to be non NULL. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2585 + When compiled with DEFER_STRILE_LOAD, fix regression, when reading a one-strip file without a StripByteCounts tag. + Workaround false positive warning of Clang Static Analyzer about null pointer dereference in TIFFCheckDirOffset(). * libtiff/tif_dirwrite.c + Avoid null pointer dereference on td_stripoffset when writing directory, if FIELD_STRIPOFFSETS was artificially set for a hack case in OJPEG case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) + Fix truncation to 32 bit of file offsets in TIFFLinkDirectory() and TIFFWriteDirectorySec() when aligning directory offsets on an even offset (affects BigTIFF). * libtiff/tif_dumpmode.c + DumpModeEncode() should return 0 in case of failure so that the above mentionned functions detect the error. * libtiff/tif_fax3.c + remove dead assignment in Fax3PutEOLgdal(). * libtiff/tif_fax3.h + make Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. * libtiff/tif_getimage.c + Fix out-of-bound reads in TIFFRGBAImage interface in case of unsupported values of SamplesPerPixel/ExtraSamples for LogLUV/CIELab. Add explicit call to TIFFRGBAImageOK() in TIFFRGBAImageBegin(). Fix CVE-2015-8665 and CVE-2015-8683. + Fix some benign warnings which appear in 64-bit compilation under Microsoft Visual Studio of the form "Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value." + TIFFRGBAImageOK: Reject attempts to read floating point images. * libtiff/tif_luv.c + Fix potential out-of-bound writes in decode functions in non debug builds by replacing assert()s by regular if checks (http://bugzilla.maptools.org/show_bug.cgi?id=2522). Fix potential out-of-bound reads in case of short input data. + Validate that for COMPRESSION_SGILOG and PHOTOMETRIC_LOGL, there is only one sample per pixel. Avoid potential invalid memory write on corrupted/unexpected images when using the TIFFRGBAImageBegin() interface * libtiff/tif_next.c + Fix potential out-of-bound write in NeXTDecode() (http://bugzilla.maptools.org/show_bug.cgi?id=2508) * libtiff/tif_pixarlog.c + Avoid zlib error messages to pass a NULL string to %s formatter, which is undefined behaviour in sprintf(). + Fix out-of-bounds write vulnerabilities in heap allocated buffers. Reported as MSVR 35094. + Fix potential buffer write overrun in PixarLogDecode() on corrupted/unexpected images (CVE-2016-5875, bsc#987351) + Fix write buffer overflow in PixarLogEncode if more input samples are provided than expected by PixarLogSetupEncode. Idea based on libtiff-CVE-2016-3990.patch from libtiff-4.0.3-25.el7_2.src.rpm, but with different and simpler check. (http://bugzilla.maptools.org/show_bug.cgi?id=2544, bsc#975069) * libtiff/tif_predict.c + PredictorSetup: Enforce bits-per-sample requirements of floating point predictor (3). Fixes CVE-2016-3622 "Divide By Zero in the tiff2rgba tool." (bsc#974449) * libtiff/tif_predict.h, libtiff/tif_predict.c + Replace assertions by runtime checks to avoid assertions in debug mode, or buffer overflows in release mode. Can happen when dealing with unusual tile size like YCbCr with subsampling. Reported as MSVR 35105. * libtiff/tif_read.c + Fix out-of-bounds read on memory-mapped files in TIFFReadRawStrip1() and TIFFReadRawTile1() when stripoffset is beyond tmsize_t max value (bsc#990460, CVE-2016-6223) + Make TIFFReadEncodedStrip() and TIFFReadEncodedTile() directly use user provided buffer when no compression (and other conditions) to save a memcpy(). * libtiff/tif_strip.c + Make TIFFNumberOfStrips() return the td->td_nstrips value when it is non-zero, instead of recomputing it. This is needed in TIFF_STRIPCHOP mode where td_nstrips is modified. Fixes a read outsize of array in tiffsplit (or other utilities using TIFFNumberOfStrips()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2587 (CVE-2016-9273, bsc#1010163) * libtiff/tif_write.c + Fix issue in error code path of TIFFFlushData1() that didn't reset the tif_rawcc and tif_rawcp members. I'm not completely sure if that could happen in practice outside of the odd behaviour of t2p_seekproc() of tiff2pdf). The report points that a better fix could be to check the return value of TIFFFlushData1() in places where it isn't done currently, but it seems this patch is enough. Reported as MSVR 35095. + Make TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() directly use user provided buffer when no compression to save a memcpy(). + TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() should return -1 in case of failure of tif_encodestrip() as documented * tools/fax2tiff.D c + Fix segfault when specifying -r without argument. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2572 * tools/Makefile.am + The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden. * tools/rgb2ycbcr.c + Validate values of -v and -h parameters to avoid potential divide by zero. Fixes CVE-2016-3623, bsc#974618 (http://bugzilla.maptools.org/show_bug.cgi?id=2569) * tools/tiff2bw.c + Fix weight computation that could result of color value overflow (no security implication). Fix http://bugzilla.maptools.org/show_bug.cgi?id=2550. * tools/tiff2pdf.c + Avoid undefined behaviour related to overlapping of source and destination buffer in memcpy() call in t2p_sample_rgbaa_to_rgb() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2577 + Fix out-of-bounds write vulnerabilities in heap allocate buffer in t2p_process_jpeg_strip(). Reported as MSVR 35098. + Fix potential integer overflows on 32 bit builds in t2p_read_tiff_size() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2576 + Fix read -largely- outsize of buffer in t2p_readwrite_pdf_image_tile(), causing crash, when reading a JPEG compressed image with TIFFTAG_JPEGTABLES length being one. Reported as MSVR 35101. CVE-2016-9453, bsc#1011107 + Fix write buffer overflow of 2 bytes on JPEG compressed images. Reported as TALOS-CAN-0187, CVE-2016-5652, bsc#1007280. Also prevents writing 2 extra uninitialized bytes to the file stream. * tools/tiff2rgba.c + Fix integer overflow in size of allocated buffer, when -b mode is enabled, that could result in out-of-bounds write. Based initially on patch tiff-CVE-2016-3945.patch from libtiff-4.0.3-25.el7_2.src.rpm, with correction for invalid tests that rejected valid files. (http://bugzilla.maptools.org/show_bug.cgi?id=2545, bsc#974614) * tools/tiffcp.c + Fix out-of-bounds write on tiled images with odd tile width vs image width. Reported as MSVR 35103. (bsc#1011841, CVE-2016-9538) + Fix read of undefined variable in case of missing required tags. Found on test case of MSVR 35100. * tools/tiffcrop.c + Avoid access outside of stack allocated array on a tiled separate TIFF with more than 8 samples per pixel. (CVE-2016-5321, CVE-2016-5323, http://bugzilla.maptools.org/show_bug.cgi?id=2558, http://bugzilla.maptools.org/show_bug.cgi?id=2559, bsc#984813, bsc#984815) + Fix memory leak in (recent) error code path. Fixes Coverity 1394415. + Fix multiple uint32 overflows in writeBufferToSeparateStrips(), writeBufferToContigTiles() and writeBufferToSeparateTiles() that could cause heap buffer overflows. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2592 + Fix out-of-bound read of up to 3 bytes in readContigTilesIntoBuffer(). Reported as MSVR 35092. + Fix out-of-bounds write in loadImage(). From patch libtiff-CVE-2016-3991.patch from libtiff-4.0.3-25.el7_2.src.rpm (http://bugzilla.maptools.org/show_bug.cgi?id=2543, bsc#975070) + Fix read of undefined buffer in readContigStripsIntoBuffer() due to uint16 overflow. Reported as MSVR 35100. (bsc#1011841, CVE-2016-9538) + Fix various out-of-bounds write vulnerabilities in heap or stack allocated buffers. Reported as MSVR 35093, MSVR 35096 and MSVR 35097. + readContigTilesIntoBuffer: Fix signed/unsigned comparison warning. * tools/tiffdump.c + Fix a few misaligned 64-bit reads warned by -fsanitize + ReadDirectory: Remove uint32 cast to_TIFFmalloc() argument which resulted in Coverity report. Added more mutiplication overflow checks * tools/tiffinfo.c + Fix out-of-bound read on some tiled images. (http://bugzilla.maptools.org/show_bug.cgi?id=2517) + TIFFReadContigTileData: Fix signed/unsigned comparison warning. + TIFFReadSeparateTileData: Fix signed/unsigned comparison warning. - Removed patches: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch * tiff-4.0.6-CVE-2015-8782.patch * tiff-4.0.6-CVE-2016-3186.patch * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Fixed in the upsteam release - Changed patch: * tiff-4.0.6-CVE-2015-7554.patch -> tiff-4.0.7-CVE-2015-7554.patch - Rediffed to the changed context- Added patches: * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Upstream fixes for MSVR 35093, MSVR 35094, MSVR 35095, MSVR 35096, MSVR 35097, MSVR 35098. * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch - Enforce bits-per-sample requirements of floating point predictor. Fixes CVE-2016-3622 [bsc#974449]- Added patches: * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch - Upstream commits to fix CVE-2016-3623 [bsc#974618], CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069], CVE-2016-3991 [bsc#975070]- Added patches: * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch - Upstream commits to fix CVE-2016-5314 [bsc#984831], CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842], CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]- Added patch: * tiff-4.0.6-CVE-2016-3186.patch - fix CVE-2016-3186: buffer overflow in gif2tiff [bsc#973340]- Added patch: * tiff-4.0.6-CVE-2015-8782.patch - fix CVE-2015-8781, CVE-2015-8782, CVE-2015-8783: Out-of-bounds writes for invalid images (upstream bug #2522) [bsc#964225]- Added patch: * tiff-4.0.6-CVE-2015-7554.patch - fix CVE-2015-7554: Out-of-bounds Write in the thumbnail and tiffcmp tools (upsteam bug #2499) [bsc#960341]- Added patch: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch - fix uninitialized memory in NeXTDecode (upstream bug #2508) [bsc#942690]- Update to version 4.0.6 * Supports CMake 2.8.9 and later. * Add missing file which wasn't being distributed, causing unit tests to fail. * Make shared/static library building configurable. * CMake reads all version information directly from configure.ac to avoid duplication of values. * CMake builds are now included in 'distcheck' target. * Autotools 'make distcheck' now tests the CMake-based build if CMake is available. * Fixes to avoid undefined behaviour of signed types (C standard compliance). * Fixes to avoid possible isses when casting to unsigned char. * Fixes to avoid undefined behaviour with shifts. * Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). * Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. * Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. * Eliminate requirement for and use of 64-bit constant values. * tiffgt : Silence glut API deprecation warnings on MacOS X. * fax2ps : Detect failure to write to temporary file. - Changes from version 4.0.5 * Support for configure/build using CMake. * Support for large (> 2GB) files under Microsoft Windows. * Configuration and building using CMake is now supported under Microsoft Windows and on Unix-type systems. * Test for and use fseeko() if it is available. This allows supporting large files on Unix-type systems with a 32-bit 'long' type and a 64-bit 'off_t' type. * tiffiop.h: Macros added to use 64-bit equivalents for all standard I/O and POSIX APIs used by libtiff and its tools which are limited to 2GB in Windows builds. Note that these 64-bit equivalents were introduced by the CRT provided with Visual Studio 2005 and if the necessary CRT is not installed on the target computer, the program will not run. The wrapper macros will not be activated unless the definition _MSC_VER is at least 1400 or __MSVCRT_VERSION__ is at least 0x800. * tif_unix.c: Updated to support large files under Microsoft Windows. This makes tif_unix.c a completely viable candidate for use under Windows (in spite of its name) if the CRT is modern enough. Please note that tif_win32.c already supported large files, but only 'tiffinfo' and 'tiffdump' made any provision to support large files under Windows. * _tiffReadProc() and _tiffWriteProc() are modified to chunk I/O to a maximum size of 2GB for extremely large I/O requests. This surmounts limitations in the Microsoft Windows read() and write() APIs (which are limited to the range of a 32-bit 'int'), and may avoid poor behavior with extremely large I/O requests on other systems. * Updated to use I/O wrapper macros from tiffiop.h in order to support large files under Microsoft Windows.- use spec-cleaner- update to 4.0.4 D tiff-4.0.3-double-free.patch D tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch D tiff-4.0.3-CVE-2013-1961.patch D erouault.2862.patch D bfriesen.2805.patch D tiff-4.0.3-CVE-2013-4232.patch D tiff-4.0.3-CVE-2013-4244.patch D erouault.2861.patch D erouault.2857.patch D erouault.2856.patch D erouault.2859.patch D tiff-4.0.3-CVE-2012-4564.patch D tiff-4.0.3-tiff2pdf-colors.patch D erouault.2876.patch D erouault.2860.patch D tiff-dither-malloc-check.patch D tiff-4.0.3-CVE-2013-1960.patch D erouault.2858.patch D tiff-handle-TIFFTAG_PREDICTOR.patch D tiff-4.0.3-CVE-2013-4231.patch D tiff-4.0.3-CVE-2013-4243.patch D erouault.2863.patch D tiff-4.0.3-test-jpeg-turbo.patch- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 bnc#914890, bnc#916925, bnc#916927 + erouault.2856.patch + erouault.2857.patch + erouault.2858.patch + erouault.2859.patch + erouault.2860.patch + erouault.2861.patch + erouault.2862.patch + erouault.2863.patch + erouault.2876.patch + bfriesen.2805.patch + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + tiff-handle-TIFFTAG_PREDICTOR.patch + tiff-dither-malloc-check.patch- build with PIE/bin/shlibtiff-32bit4.0.94.0.9-150000.45.22.14.0.9-150000.45.22.1 4.0.9libtiff.so.5libtiff.so.5.3.0libtiffxx.so.5libtiffxx.so.5.3.0/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26987/SUSE_SLE-15_Update/62d0bccd7ad72934a20a3edfaca139a0-tiff.SUSE_SLE-15_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=512d06ccd40078731c6be18ed04ccec911bf31b7, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=332d7ee04d4ba5d12044dac5ff84d5e3f21c641f, stripped PRRR RRRRR RRRR R R RRRPR RRRRRRRRutf-855d8690325e6f4951d29e96ceb47a95bccd5d483f82c14df4732f9a540ac2bb3?7zXZ !t/,Ʒ]"k%r=dԘ"teLFBƽi™S=%x @rwgƝcedZ@VG5k&a L8-^.Fa*zfq/n'Yw=OR=:fwjsmKQ;G {?hm_O-?LXXP5'#oa{~]"2g)˯и~!VB3{j?7ehKqf4?_ 3@Rf6s*7L 1*1JC}{twX(<2݁۶Tny{r8lэ Gfq?QlwoG vm Q\d,NLÒy ͵~7˲@,qV#lxK'7Ysl_E/{YHUxF_י ܴ8$* @b5Ԝ- ǨAĨX;UI8) IL=BP˞Vnpv.Njkc]Uo;?:Q|ڭܴE]P{sDz\ܦ+,5WjtĮD \,Ш8.݁[#_&|:6VxqjYBi?z؜@dX>нq< &u4GF(A$?E]t`yYJܛ {ӤG*l;:m`t^h{V w^w$۸7)AU-xo4WON-#|m$g?3rw7*bR3FS!7l-zAz9Q7?zg^p,նMLi7@^e.n! Sʻ_(M5qpCiA I#p4%J^<: 1(4`mL'uUhmJ7x%yI,K橡9Cb4k]峊lݱfd*so73[MF*"/<'yup ?7S?σI, 3 rv90 T!4`_^ff:sS*Mn?T5C(#**̡&XSE e CM%hĽF[Gs+ȣs7 eٍ[,t .W0ܞ5UlrO[u&=ه;E+}FuCI]Z-B\2۴OL;Z 47A/>R+/p=e_&Fk @\,>c@I>C1U Z:'|<0U= {v`*}MmL7H% m,nvc5Mm0!$rg̾r[XIx}ڷwצ&b?} ՗r/KZAkҹP9 {L#n߫>Ǧ3"z ?tGj<1~TSW}qm΢p:K>N+ަ NuǥApLQ!A\NV ?$G&P8,SdTA9&g%~ :c$ܔ͚{L~yüǯ8.^4v?޶bDU{0_x0 FNNOZ-C& |–ۣk86ƷVx852Z6 S,;,68 ݤv9p QwN2a+M㈳21Y=$O?iݫkn]gu=;Q/d1V+kH(II}0r-{֑{"QNp'V{!4`6#?B3èO R|]m\rsʿ{Xd-#AmQA:]D^.25׹g>#X߈_DT)' p-Mz܌+8W??$GԇM +|O#vjo f8!"F%Y"1Kt:IPH-BIF}%R~1xr (Tlq^GeG %9EBՎ~(%AjWOTԃ2{X&|"*(Vf=*o3v; G{ϐsآ[jr &ңzaNb0RoC󜘨4*3V0&U;#?`IĖtF'R-Φxd/%e.|[>]Mρ`:v,1 h`4s(&":%+|Zl^K}\6$oC}KTG_]pQm6}ڒϺQrubUJ3.YB+=n.Y)uMn.7*!n:)]=N"Wż_<:)5˶wq1p_[{Zr"@"rJn`!q`8уOM9 .ӷOko[ c;6e޸ I[zGȧ.{#>`_U!5XA&DN:&) "}U%N|HX|oWCtp~oQLu].+;з0-(^0N$fO0jP' >:.Vᆮ6{5Ȱx?ݽ'T[VSi:9* ':wՏnE1zC ى8zmv-4me?$ii&Fs%-ĸ0J#nq]WXԤU;Bٌ/8\z'U=i>7$2x6E|'=a6{.;.9&8>XrxFLt.G/҇!8~Mj#'4<%Ny7SЁp.F@%ʁh5|7~X>G6*ɟ*Ou\3tTPpq#:?@t:tx}3E jܩۻz\u#@G PDm =|pRjy/ VFWfrpSq)cI=is} mK DQ_ /JFhLS 5=A (VuCcmQf>݉ޑO[$v Va@55 |j EXfk+z![M FL4K:"[Ts0}|3*@|A~(Na'R8~hmFI'n^Lg*PB@<_BVP b ̢tr0x^y}/ %Vq1o%U]zMD7zOC!',[T/5d椮۶CI5*.F|> Sb'erj٤⚃iX(v#ɽc$,pUkp׌ґ.{ $v V >Ɵ <Ŀ?+n"yv[Ҿ'qI*&lɎ*x:JHR_=`sM o]P].}{=>|g 4䐑HHids/ЏzbEdz|%AVlrReT_L٦ 1%wzpJ6JV@9t쾂*i\GG S6j{U-ѧSa$j4񢹑ԜxF 5Yq41,C$Cf]•VHV2A cY/0  PyЩ5toL5})ݲH,٣=蹋'l }O($%[y|ذ \Bq6Dqskz J& 1 $2>UCqTpg!߉B'>=EB7ɵf I$o #X9:V>҇6i.0Z0ٹR ȇq1*\ ?0?@[G&{h^2s 2`r2tM@(]o0P0R[KSɾ{;L|<*pvi*Ǝvg#@V1'rdv] Eߵﯬ)(MjLdJ]+NnΉV ݿʶ!PI4r.L!ԊXY5Q9Wo3t("r 8k>NRmC}g@z, *<#qZb:ėպQ "DWw1 ?g/{\VV1Wg5Zkx, d<"m{7Po~R?6ӓNS>}WySZRBf3S`uLE [NCB(.uZb}n3udLŚ5z,|-6tgkw?d2JK_s.etdO>mok%h(o@RҽŲtyՠt M壮:8.O:NcaW0Niy&lWyaS36=  I/g(k8XE7U`tkI5Y "pZ0MڴN|Kyv]-_Q%#/ {:LARLt;ʹ*:Tꤝy0&Y*]B /, cP:2uy?cҮ߽y|[#j]!s>FԔM}M}1qDǓ,7}UYER!mZܯoyyB(UK Dype~bAp?m6u5{+A5L7tK I-%z1~Z{~3}jvj99[jYLw/rЄ챣60?ƉVoP` VMEH!]Fc'HİD5B2%q^uqTuU*M$K">,rD&ffnji&BUni̋_m\NadPE,6%[<r:tťp?"βwI= 1 -5RЅ.>tHC5^޲Eu`v+7wxzg ,}FBu=7irHEEˍzNA1i3^_Kx+sO$m:y2zC~ Y+pHssxF5^,5CCS5$.9 #M^%w$XQq.$*k`G#ٝEN)f e%M8W:2"ON[lxKKQj0ZY)(;ZdF.TM~[eouYwڑʐSxJ`p-s.&co77U𣱌e79z%؅FS,hSY5OJh3\Uh"J/LŲ,ucGDLӿ ~T MbhAqPp"wvl쾔nw|'Is˳3گi6*T To!$xu;Z%6RuP"$-M5ꝛˡf*z q/I][-gx t76SF(3?'[b4c:oس`\ g/PK LR嚳V`] Ҙڱy7櫿I-`wK'5;efHPM65T9%DC[sZS O gnS AVKf(A-pWoui-E hx]7ͫ 2_35>pj_ A\pc PL?((璉0ף{|7"kNGP>pnE'+cP2?|Yewp-ruAƽCBX$jE͌6%ZOŹjirnvgK1 H02(MsU0?U=t7q^,#̙X 6SGH6O`5C7oh\k^#kZRD{0EohKHF jCmԚ:EmUƵa`͑ijIȜ#RWߋ?@4KAx ᎁOBTF]$nP¢Ge|#sMGdrKW=Ag3)>$nRVQ#v#\zu%0E !mxd܎ ]f#z)@+ў+xC9妚DBhl)a9K̟[tP~l.Շ8xp&r3kW`D04pÊЃjطzdYP/m%r1*pnUB!}gQW{f l.8D3ܚJNy4o F ,fs7nQwq8AR&V-;dzzac :gԃa^uo.% q;+N`Ȱ&2=˓9@K+BR4cSI Z X'8QTA DܗF1Š#٥(gۼ>1pzĎ}؜A;8j"1bO׫Vޗ/n:M $ fDכR+ 'G!sV(_@9D3Q.2N= i x - .>jX+ ho,M d+8ԲC<8z da ܦ$.'FbhJb{G"e)C2iG1'd[^nț#&HwvsY :F0 ?AqT%1a4cOnH;YeZS6qle(bO鵾e[H e$Lkh[:F (yY_}F4#.r˖'j3RMXԎ+a|KrYNԈٷԹ܅/;AFP"1wu`^+Č]ϰ E% IHd[0ѱ QDGm2?ǸGk;i>\_yB2CYxb,P U n{]IJ9Y>I˘NuҗY⧅#.tHN+hr :ʹ.B_I^.^V4/<M0?J^{XۏЎpb=!}Y7 &F,qw&Wn\ެR^*5S"J9qYq|IsM))o3#aX2@K. 6gLI_^S΀FI6[Z2`dcf^`MGĩu1wZQEZ/=,bÞ60D:lFFo+YVhҥ(X־ KzwbH)݆=FpD@_4?qt?};#b}h^((X'-pMq 6nXY!Ǔ1B#gݐ=AT,SKYF&3`?[%+K4!ʍ~8NYאָsWc,+, &S6s6HGcdp%vIGVLGӧ)a p"ƫ"bt' [W( d]@X%=)!G(`IDt !q8m_띜Ɍ, Ȭe2X9Did"3JJi-0-9lQ18J X4 pxLv2TkT7CQH*{\`7Ƽ!'K9TrI$ʱ9VgWi2 4~oN˯h*? ,vITh79cOc=X|s~m+`|e~DDd݃qޱD.lw?"OA8r7'PE1`agK<ϑ6Cf!A"iڀ,JKIc8[4 erq_HÜd_8ܞQ B_WF%'1ÿS#5Q.])/{Vh9|?{Qq2lzLKrw%Ф.ǜmg{@7Tk9&Vҳז,إv@)F?y2Ft *]a32qH_،ziã)L5Q}N4w2ڞnNY^og@;?>swe>$ɰRm|1ZХwwQScļ﹣t|澹l#qRM3ۍdS WX;96%%|"V\;ƙ^h-O4}5ߒ{%jx;4Ֆw *v;2P[`kC^\ YƦfΓ{f~z`=`%LQ9O@&{ gvr[&Ft⇕5^"|w8RxC\&VM2t õ'Q<5Dj'G\e4a~ں;NېN/ _ _?Hta]Eݑ3Hbwf[YS-OTf c_RwfyցHjjO=vwFμ|p\Wu>SB%g:^L'b+jBXa_S0d^S l\(b㢸!0A8@앓U^Q.x`m_Hod(|7,ZE2[tXZgإ5d_@ܚl*rڦKɅ^ ķʑ~Uq^L]{ܵVR.ݿS|)_uHcy`{xVPQ'pV@ZuOێ̌^Ϥ0L͖ NZzG3KPY1PƢ |֡l]/)!_f[6(zq; hqh]}MY5W_oWj^0ʟC²?"Y oEt/ZcR`⫐y1}iy/ MZ3ܨ@{o+ q?4l8F|,〓]( an6Y?jқzS7i2'%۴2knD[m `#SR i%1T)&>NБW'+ ?LaIi)i~wBi͘raym}:A&L^6>\ ^>kRh FȌFi26ɭ&L-Y`w({ܐq u[2u\™.f噲׊xqo/;rl)Ƞs׽ )#{rT eDQ=bQrMƏO5TșƩ`RWXB0Vѳ=jl)rL bu|-P7p$oP<~,2^qpMpYn7۹ձnºseMƗ\ _j22ŰvzmT5%k5C/jjU)ŧNrmKM+tk&]y9b!Տqc/J{ꐪ_V#` _OS>g##ަx-cB 4沫5!"L_l tjaAnZzeߙ*)XM3uչ>nCܩq0[K5̔uk]Z I.X@*>o) Sl`BI5uooRdfݴD4՘x,5,Ӻ Ji[YVG\jЊa/|@uʅCq={۹KCBzTݎXpi4dF^eG}o5kG§Lc28HMU 8h, =KC@uuªw$у MO >~:/`T2${We6g]:!JbK S3jRѝgj2k ;^d4({H2F]dctobnys!)"9R;+y%KJzE,-_M,ceްm/DL4>4P\vXIS#;Pu[f!z4v|}tƖ'PhH4f% {\o!+Mx0%!*r=a"a3t{>%5Rx_6HUxی!ZՏz]P,)rėuӪMJjltR0\M)ɒ}Esk0)]J#nԐII]|TwH 7Sh 04o|wwB\^ɴ Kx#o]]}W ̚sZ:ŧK|D Ga)sɧMCnp '.'9OC$gcSѰh*&}xQކ#Ӓ#$8 (cIP칽}:1xi0(y@  0YD#sm! }RYSVJH—Frʸ0"/ά6YS#:xx l+% SSu|"Glb\J 8=C > HfR sD@=4UܗnFڠ1^rWWԤ,XN8D㪚dDH, u<-X53}:^󖼋z {[_] Y(_~]vn Ů֮m%%^*lrV]!QS^5w40[-N)@7Ila~J9=! ds=߹õS㸒'omh:ݸbYЀ9@DjV([H/o)E\Tt jP0Sq󈄎 O_h#0ʩn^ţ/=YJWմ|Eb[^b^u=Q0mBXdhИ=Be_>Y[0 -^:N@Tܢ@/$s,wCڏ;F/g*" 6W꟩;@ZHdУ<,~HFmB5[bގKZn)9rq_v_ &&:!D8։,`v ~{ʷGWު0Pp8]5 b3s U!I9&n4E1Z#jT^,̘:$@!-OaP]/] !J=>nͯYdf8g|l曎yě! 'v 1"mڻ=fQ3z ].9F 4J@{˞woLobðpHB* za\WOcHX+Q [K T u@vHpBx 'Dm̂?T5OM^ CWqHZoΦm|]ϙק4Nt\EJkq;YX&D>+ѻqU-?y'w/td\7?HW|bAlePKSQNk8w-yŒ'D&uΫUp;ʹ=3I灴? \k }L%ٜ]֋!i*'%GTO65Giɯ }]*v0 @=#@)<_.k54y 6_}(4 aNvޝ.Uހ%` S>;}I[0=aVaa  {(л᭲Ju6]qTl˞ŀj’nBcP͹Ԃ\5+1?qQ蜖(!L*@Ր4Q~YCS-JfeGu$% J;XITE]lڲ YARWO3XY)ܪ+K'N(y^I`^_XRVT4׺pU Ԯb_V=.{ ~ڻxzХ[_LX"7shk#SX5N.gӅUȀAm/w$&u۴нcAl =`|pg"fJ2,&#Ɍqf/כQI4E862=3^ۏ_wMMUؑ8ZFRzg p BG\7er!坋?]KS=#.V1]g =RqO=N5-#cL=B#TPIBfc}X:/kd&z n窖;ܾcA^" 0& ˰q ҞÖ9Ȳk+.=:] iy\T ٕd=x8#Q< IGٰ%)_ȝS} xu0 X+j㽗,1Y*UJ36G6z9y 7?ILC5ڶepC +l;4[@7TN7w͵6%lZCĢb,|sЁ]]d?|H(h5X' ^.ّx{9=Ns@Vi 80 3; "TgDxxF$SRcFMM NP&<Ԉ2ͨkF$P"E@:erzw4G'1zgR3/{cؚ_ri%cцY _J >idOH7j_7I21Au6~| FM]RcG^ڬ䔵{GTMBeX`rvc&5)TɿWqʂfZp".P:*I?E) UQMqH] P*Fm2({L–' TrmX!yG0ō![t3vė|`NM _9>LJV$axFuPIcItctܹ֒B- .-$Æ2p~5~ ?_: m+BHHq#Qe֯0:13oB+56Q 'XJ[H]Rl}`4fޞ4ǘ5bgh-D:rɛC8lE'jDj:̻&PoϾ\-֙S`<@6m b3CƬՙ=.TT㲯1/vDL3ևb# $b{e4&<'n("!ps>ķ >l^Ǩ эU 7.h9+eJ1uSru"u1N}=8z+Po](T~_fCycUL 'czf|4GEKvp,VŰb H5̢縥hx2lӖ{9@=0̄ U&'u,a+Dr,/ tuRK,1l}G7 ћF-h#$KG-:=ɦsVm'5 Gi-8Ed:6 !9>V~ܒ0dSnPo1*D{&ŰO}9ZOSzkby]`xk{V,y)h;vTB ]rgP|^%_S]5)Š2 Z V]#:?ojĊLODbvn*s2aV):#\e)^),[<%[/ 6#wLjg=9T!΁D~]`7.y;X\LMVyW_P-Ȁiw񦹙x1e/ƞݕ7Vuނ)]2l|5 pދ>P^h%{$f*x63Je2E^(05M&Nw pwo~k) LKMdgZ]k']n MvVj`%MD*[NL{R@hLfz%Jc8 4n%X@6$i@c jtAT-ZSb4`jRߜuLi `MS Lk˥Ӹ` 6>*M>bdQ\?\ƠH*huho`7l3I5bQ//H;)` .\ M ϛXM,O?6%uz@C%JD ^tTF$Wb{ז/P4N QcoOp!*iݘ i'`<W\\@|5Guo?d\`!TR.#Mnql6;<'_OY&Yf&WU7ڽfTd?y?}S\pj6i^y6hzNqߤpgJ6` 6A?8"60W WfEʩZzC!q MSnXm?)oNr뇹YM;ivN b hGMoy{PXsn2pl⊫J;Fy' >O]lD&u+շqHFHx K}w<)f[^ߕI1.~l^W"J?p/xl.x|s##J-gЋU>׺\p08=+T݁sܤ:l ;BB.HP!G~S'&h|8u(h}pHɒqMKi&f$[8[^@TBv-Mvp+vc7fdY\Q9Mq3+=JBtvcapoѕ7ڶ*Q@+G z$zzA3 `3OnrXZ=U 2bґ9y0iuKo<|`405 J ڝ<2?z8D&|vhb]˅x&BRٮC`̧RS]%rbjE+"^߄kKXSԳD(H-*2q "b_V.Uw{a³ݼa .J%x9?g.e E:%B;"n#F̾ADoZJv.s0j^ڟ`ƤuNKoZUUg޵ ]^u j2R3$f]a!:AEkU TQ~WP 1PBCy%qLk? 4/MxY Y`"ppI@C(.mYNeIe4?~mzi+%9Vv>+GJ8wBN|zRCof2ÉwMd6X5z٪+e1pwo|H3U%EY܁NZ<88jlZ}!QΛg kX2=0kX:@UI,c6ǎUӢJEPfb'[ N]EN4MXWA|rxZ"S$,3ؖrֶfc`b~HM6SC4J(Svn#V ԳT vSK:ZTTwfmxA0pmx&܎)~a(9`S UfwV յ{m}7oXw` xѫLHybek/=n֡[7|N\FJ:jXI^>SbEK_ tԔMhu65IIYYӘ8PJ#DG>n CM$ -rE[FZF;6VHM'U[73,U˃NƮrYa8 JW $!;BevM,j/_ [cDnV3\]dV2 1 .|c1!UҗD觋€/CĪtPg( _CtwexwȻEY HR:GG#|%qJJdU)0b'HƩ[ĥ{WkF="n3'kͻ5tAg;+VunE+H =A-BFTQ~4Z7V$še)n}@Y_A2D B)ї#=sT*ۓ7z.GcX*Sv2vCź@s/LZEYb dbdiW?0u%^b_K}33wQ6N *2X8|uzW=lɷZbped,٧Bl1}ޙ6J qmF̰AV*2Ë "DQӓQ 4G1:3ƞ`ςE QES3G&Ŷ=0f,eA) @P Lk[9r~3u 5&Zalx' 2z[}DD?( $iSB}oE^r='㳚zm5nڦB i}  x8y^q)͕])I[4nyI/ɛ*~M20'PR.4@M\w3= L5"Hg?(Ľݙ< e6'׸>d+ =! ^-W4X33qla剌5E 2Ju,`o0sm2 +aLE<Zb~a\XZgbh[x^LYEuH^j[e.x 4 BH^#)<PK_ˤg>(Etm@'| 9&Zc۟Zn (Ip(]CD '$҂IKAPn{$[ zɭ/ ȡ[$N;d:UPu"{BքnNbz#k SǤ7i~QqGHx؊O|\t?]~EqvS'} Α򞡟8C%V UqFJ0~,ezǟ mLZS|]VmU軞+*:Ҽ`jպvc`>q}T','_xm(}&Ii8fDG'1K'k iJ?><6-/r G2G{:U?>忬K2_9U{%&~h[}6ϧr 1F4 ӻuJQv['3# O>PUegaj4[2 I&EۢPt)ZK#{p톸Um2S w}:`{NV\h `R'ҸP]'ۢDwHȫp 'O1$0Vm5+?0T&V{O83^2:ęzraousN/./^?xQ={|>Z/~Sp÷t,'H|ŒK95jLv[-W-XWW"&&dhX>A\meMX?l! OVHD ,bz,k, w>ƠU* ymgƃ',=QHmP遼J˧j$D!(ϺkR>A=> N`UnNIR*qwJG?Tbk\(P.d0.s &KtXP^%~~h>)'B~r'[(XN=!DE}BUdODܰHnS_rҚؽp$Z,JGR`U,lA_YSYՔV&*8\{'eH/25oAi^N#ZnePȅ^$[%?=#A1ٛ4cYe6A`#V` >&!+Jvq ARE bu 5ٜ `!*pb(@\&BU3"$ 650(^]bS!BNZЗь>1:=6MM0Jx;&DPY^}.]/ynҽ|ێTOd. JKѪ ( ?_a/Nǚ׾ rlb,4qsP6Sś.[ }n y`w8c7/sn`r70^_cWf~Ek,1y81H`y{1#1&IԖj4;4~8cbdYpP+EEw/#FhuAMS aTM.% IxG#wP,@`Wʼn?\֫$pĨ\"btrI [5E?utJdBORD*xFyثn%YrAc#V|8PXG2߄?cI-w$h)7}*>#Ł_m{(bW"/xdk&"CS+* 3;aX~-QPlc+rN>`c x&( Z wfB}g$+Ks?g8/yљ9 Ե_Z$&'/[]g6CU[aKB9d߲Ke[&\xi{#)f4 ɤ+`)L n=Q2_J&S}+ "Pj6_ILbf*x=x0 VCX@,^9a[zLRcZ0H4\ 4?$b#(Fv_یJkğ aVrV 1W/eB0c|m"kI5r7OHa wt*M%o8EYiF4Q vE)qIJ{ f"P咫_aOZ>+qÊF+XbKˉD[q YSi~> ~wH3eQ:udz!h )mx? 7{z1@` i$'EcYm(ꪪsܲmBX(կ͓1D1$:PN> /Κ*bO* E:G-xX|OB>aFnRnsF,9Ü u[f{B|7Ybwq.uyPp: cW˦@-Q&-ƷdpN%"zAO祈V |;++Jq\ZK@#]yx%t.B]x` e|{2ܑ {շ=H[ցм 5"puH{@'iamϽ@G*" _1(x~A(|S*m=$W,;lA(T-B ,X 6"Sl?F.RST~|Ԙ`&݀iS :җ<6@[*LuZ0bҿ9C PPK(wMl/Z]QyqLǯZ7䌅ӉTË?]3{)ӪN<`3W2 *rZ>Vx@ҺX<ӓ!sށ:Y˱fFtbV)*rrx*U+ uF֕.t0R٦,4ǒOH];?%C ,O4j$d]4&9Tۓ 5SϬS"RM9V }I)h-G6Lɺ}AEؗa[2(2 t IZK宁Jv-P MO3SH[v@fz|wz^.ۀml(Y>`ԻĞ?pn)E9N~֎!,u\G ܗuNzr(zӃPUN0_A\Ʈ5"_&lyF!b\o/x+#+pQd񑰔Wդ2w͐r4%xHL(cч3 wIe|l]r:˕zt+55*73mܪBd"IqQ 00SHf`),p nl|^'6ӟc.VA *bDE>a7Z:Z;^o`:L:z/6(SJ3)qcCIGf]h=DՔFaI x|kdBTZL)EcPqagJ D7?wՀi|"K,G+*U>>";f.׆ߵ䀬l,"责D?rQUc* $ Ȼ;nqz*3˃+"G&kl.cKI;dyÇ'돹w_jY"_@*G0by,k_q1!]1ˏWQN%RnŦk+bcC1D^#,,6 U%C1i|;!ZUVqg$p"s~iȸ?%!?źΕBYqnzί3AmeR kgF"̌7܀2dNv0X%$%Sn^E`^}(3;Bπq!.+ʎpv~%8Jbݬf<¦8D64+}D}Y9v8qqqaG8FgahP̻qE8SȧΫ?qXKӚm6ׁg"h%hts։ElleCXI<+2:zf1fcec쭛Y~o)3cc Wc)S+pߵQո;A᜶;/.4_lO%^3>\Lz`D ^̭؜g0Fp;x~ei< Dg#Sagޛg@>LtnO b_ >|rҬ> h \bOzh5xTrJWX nᢦNRrbB96U~SmnaIJEoCxOF8$A*3٣AZ+A|jYEMP_#)D!y5Vf8'w[Ez:8{𡚨N01Z1.C]$Y#'\7:GuMAZR@5; a3CKM6xcF߱2 3ԛHH[7+Ȱ)-,-/@hOZkCf<@NM /}4fbf[&hֲ6v oSI0s";|UF47Ϡ1nB^"`w">WF_ N벥&@S!]G9cZͯxz4L*^'=wnJؗ⣧ QW<{%m'&eranBjo4"cg$7GN!,穳aRQTX!(u&mR0--J-(P{,z)Ov@JfQa3요bdL< BSPb^LsW@hx~4:y(SY` ͖y$ ,~-M~V/ = r&8~Jo$o\ItC8@ iKɚ{biw: |QIv#3:^Lʍ_9D=,)\;Be #&SE.rH3B(uli ٻ,EFSzl_mz2VҤ#R(#B\ДD 7<ä]#''@Agv\I.EA!Xm^904QTNJ +.)&lwLʴvēkl<ϫS= Kg0'B;d@^?$KUv_ֿQ+e?#j-5i+ulטQ3PW1={ZoܗȽ% =58NmU4ئ3FFc!d4)K"eUu[8ӟ@_mJs\nnO>]4LtlE\^3l{N/*dv;(k~8NN"%=rU{~tАw?ƊG!JqOb\9ϩ։QDŽ:()ѡGn̍ ?K1I{D&wNzN'~`Hj֏;R戽 3+AEg`'d㚐K2b!XR!Ȯ5{(EN4BXry{a~{i7(?39[ }5{ +01(acˌaY]>D @>ڝ@cQŜMiv?ԑL, E7l`?ќ2{m,1z{"~ccK (r2* \_-  .PoLħg6븥4pr̾'iB B0/+ 9w}E> !V~7)piC Rx'+J@\dYYѬzCxkx1UL8B+F\_v֜M'=YGBi.찁;p kXsiZq)w>H%!n;Epkk]Y x~`*DZWc_MAks<)]{؟_Ck:C[\_d?br GEcBC4R--69'/#O:Ao>*?۱t}Z)Kj=s>a9>Fmo`;O Xm: zjW~uɌI/Ih>#a5:0uIQ*PV0 `ǼVh^oჃ"Py"*g*sM5u'f7 X.g87n^@Zf3&hPW>\ӥކ 5o=},;G{QKhHbgi5\AZM [/wMU{l ݨ2ElP uv޾?DNj[4TrJ.X]qkOE FD1,wH>2hP u&-Ht #eåenM~em"k{yBMt[Gp_ݶfIȼ{diȩ =;.ۮ;~z[*@{[1+E% m.ӃJw!ӪuPoU6?dܝӲk$qqGYLnjr5+J} t }k#\!xȚ!HӀgEp)7!E ,]bT;:^px\Hjk rIylP/+7%Ď JS}g.W7AU2\S†.I5#Sqo]3ގԕ^4gPg1]Dbv tH%_Ps~"2|ދsMmW !@/O[P@FoǞ̊.giܺ!m7={־ @W cI&|بWWr/m,IQIւE* =(Sl6B9r \Y@N"v28v_ ?lQzF g\3 dd.)JK pbɗTuڇ)&8Mrx%H O~T`XXa >1R=AsNy!u|[?/?$;1 Ehrm[5. Ǻܧ^pJ@^ƕ#b ^WBcf~r?_Q$uoְ) '5ڐ(y͊H&urn'Pȉ~K#˽Ϻ;1۟:QX%?:K]c>:g$$ʡrq_Wp^` R؄3+mL9H'giՍ {0n[b*h/$7邔yʏHtm]|8'Xzg$n?@Y&#,ۈ1CbdSsaVotReʌ]J+Y+PbW^pE@Q\ȝb#+k9_fyP..dE)zeT.k{>poIC0Y :Ae036mSaKo3w ꈻA4'] d- $hbR O"}6Blv&y9m480\̃6t۾zs̮-\ˮ@N \~;hag|;'TaCmB>mާBv30k^V|}(Hemɻ)U t]^3QsiN0M1f{Ϟ(h@}!]Չ_}]|FUOVL+Kx1+Ӏ t\,Χ= us֐ 9/.3>5eI#O{m6l.u>7h۔gSPbkbxOZSŴLI?*o{k"Ssr|KY/s}חꀡQB0O0~S@DkY߄_X(U#0S8r-uVA2G!?cO9,gm{WA7j {ڮm*4&T3.V+Ѳd.Fc8wqOJkwXҹH׭ r8gڝVepØj{ܰ?0 ̹40cTC +XҐtJE^I[83ml)UD\_gJiCiIP={rLm4`x$^XgyN#\0#BJJ%pBoHWk]GY2y.=zDq#A sOs۴ugF٭AU8i"Œ)}=(Uc 5_+{ެ6|{dMЗ +)3([#Ao͒i\q//hq:yq1;`Nxo9-8 H-}i2OڭYXN? +HS n͔j3W?4cVTKBQfp o_Je z5 '=&ɷ| N5'5if1zT=w"[:P+ױ6?0$`Zsd':m0I_\7K̢_sC\EONB%y$;jc6g^cy= 2!3,Vb *T^DA (Ӳ.{6;S SLbBDX*X:UɺMG|#AEB ȼm30d/E(z{Wheț Q134AAXY2מ(~9Rc+[jr/8LÉUMQ` FA&g6 O* ǺoI@IM `?bp(^Cu)T|TmݷeJYlജ̙ZKβJw0p"TpEe 6m WE~Hu+y V[wQV83عznq`n#(H!FکH~tNEhĬ0la'^6'ޥv!Z.RHD_$XGJr!{L*jdHl^eKMK!;Jz#y !)dnVΙ6gbRoKŸ#~ъyDXȗ |)D=HmMꭡj+}(G2d=® gO,ĩ`O A8Tp|L0ZntXv{T{04Y͙'R$cCpk!0YU! NR0lsCAL ;cʈeވ+rRhU`LI!e=V@t-MRK84] K.~a#I(zCT=8Od^ZD= FZXTdAAI o)Ey/|8b\X* oԈx0_`n!ҸH.$0(ZZ DmX |Dn֚k̂i.oJjpҡh LWhNxSk7n"Z@, &')2e$v|1rY<٠qo='N" iIzW3|\ɽhyiʍ-ԬZ!ڞ]guL/{ gTYZĴԽAX廫Yf[kTp;sȼr11eR oF$\ђ6o2^(+ѹTk}Te܊7&gʽOww?5P糧NnVtFqn݇ReQ"%4GT{pmw漷fw5lPAIIZ oׇp9=!k(&1|>!KizD 'Z; PNeg͓ ڀhSjqcy T{d@_&@u'r97= 'z@nߔ(FWGVס <?M ^%<d[gZ^Vrd4PO? _oP3~BNbP^䛊616P˫SڋyruaFOC]M(F<_򧽽:L?Dt.h"ZWG/eUmޭ1x .b!o"egڐ7Ke|[C}1(W8@ %6*s].FڝwX:jDC< P [oO)-9&);R2L߈Q:GqV)ʀ蒾\}UEbp1mjCaEWöIE,c8P [U^h k?``S4t͢8E}IĐ"lv럫{)=݁BTJ+u~]G.z z(>y5l/^ 7#\9(,3izO˚U5 ų8mf ż9abs4[Y_h]FW8d#pKy! Ir$+k|[_`P/UfOs"ccY ߵ>{v$Qx];aY J]EEz9FCX)|2ͫ(8 (ǗTc%biz= u2Wĥyz8b ?Y:Viw2*&`z7NyKj 9{*Z0}+ic6H:\7E9:HC7*aA>Y?A!&ڰgPd_M~n>pZ< bl'e(mĨXd`AZu3զ a"R^cX C#9Iz4hM!-W{'Zg6.df~Z[CVGLd RyX,dW)9uVp<}ۘ۲+ sif@]z =߮G^Ag_5d7fB.I q TSNi |U,W!glOIoqC3%#.Ɓ1G|-4Iobuh ٔ"1ox{*yL]=[jݑ}W(KY׹+N~ xXfOJ8캙U_] ;~ba_ZRfWk !+HA* jCdiȴF/[/FEf;О-).Ty^;VQ/O[^Q6y?Za°c<yC' xk)븨:/Nє0VŔ u DC 8B*/_4ud[fڌwmXCb ,w+NJFd9(u[hPG~P bqJI`#Ϛtw7ˑKa.7dI}ٚjk-*Li!^*ll'9|q<}N+OQREeEe> k9fVNbUy^we ұ{W#Ė~V]@ƾ=Qb6/9> kD#LU W>ai9U=&طmU^g(xxL>xn݂L,iJO.$50a}3[gt)#]K :6Hl'? ]k} z6-yJ`0!G2l! ])LU>$_ w3&ˈ5ies8f-6 #/_wOy'4j/f y>6 Օ@/'O,3cX-k5fƠf^L4|s-q"Uƈ mwe1uV&5PBt5&xKTY|9wY` {3cJЙDiFk^k>Ĺj^yj¹ϟs2Aʻ*j6Z1o)ņxƁtP+,/ n}t70.C;K u:~Aʂ9GBJdPmjţx-7``VSߛw9Amuzt3,6@ l?hޫx_Eí|z=8:vXh&.D'1A5"8wpҧM e&P4cSfc,ܛp-M]rQ %6s,I #/^bj3#zή͒)udhuo\V N Tn=ڭX<ۈIoC5%sҳYma'|ٕr+|ϔ LIIXJ<<TR*%rKљZ,D{6mH@/aS/ 7o@Lm6?H7Kc{zܞu;(=IŢ#bxӗ?+j)x K诠_Zw]Cɮtvux<4i`PĐ8p:z|-('nm"~WhwҦ? mhC% mr= B)h|LM ahL95rL0/A.Pt̄|TFSrQ{|@H3P|&MbM.ubL;^4H9q4@xdwlծ](_KtvA[R*&b F^x7vЦ.-y)Hm axaV|IXSV|+Aqv`ye{h[ ab|>[e0XKD_jBu]hwFH Lv"2U)5 z f{t2Ĕռm\7GJ,C?ܷխccGJE$S5=œ\gyyIDʀl-uv`0Z1I&j7;sNG#l , YZ