tiff-4.0.9-150000.45.35.1<>,erp9|qP;:}ʐH?SUFBrI'A۵q^DfHuLv-2foڴW.tChNٝ-Dyj.o8ce#Jh ?m"Ȑ'+7} n=80Ǻ]!Y GTEIb_B]&=='2xϖn)@WYCKl3=*&?44-c=w⁕1 U3ҧp-Vt7jox jSmNTD>>g?gd   Z 6\blh  d  ` 9 :=AWEE4H0HDH|I(J 8J39J3:NC3F1G1H4I7X8hY8p\8];^G/bGcHdIeIfI!lI#uI8vL4(w_xbyehzg4gDgHgNgCtiff4.0.9150000.45.35.1Tools for Converting from and to the Tagged Image File FormatThis package contains the library and support programs for the TIFF image format.erh04-ch1cJ~SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/Productivity/Graphics/Convertorshttp://www.simplesystems.org/libtiff/linuxx86_64JXJ;8:Y;(9I(:Z JPI99Xzt @ r. W62 f(0N3Q 58]`@OK$ Z9 c O 4  H 5}0%(9! ayu V6(tX .  =9y`|1F:1=O@1f"8 oE^7 W^ q}  J'$A8#ZR 7s- s >) ~3CI%F b, | / Q4 J uA큤A큤A큤A큤ererererererererererererererererererer7)ZO@Z= ZerU\IW(W.W(W(W.W.erW.U\I7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)ZW.W.W.erY! U\IW)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W.W.W(W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.X0int32 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 PIEh04-ch1c 1702035411  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.0.9-150000.45.35.14.0.9-150000.45.35.1fax2psfax2tiffpal2rgbppm2tiffraw2tifftiff2bwtiff2pdftiff2pstiff2rgbatiffcmptiffcptiffcroptiffdithertiffdumptiffinfotiffmediantiffsettiffsplittiffCOPYRIGHTChangeLogREADMERELEASE-DATETODOVERSIONhtmlCMakeLists.txtTIFFTechNote2.htmladdingtags.htmlbugs.htmlbuild.htmlcontrib.htmldocument.htmlimagesimages.htmlCMakeLists.txtback.gifbali.jpgcat.gifcover.jpgcramps.gifdave.gifinfo.gifjello.jpgjim.gifnote.gifoxford.gifquad.jpgring.gifsmallliz.jpgstrike.gifwarning.gifindex.htmlinternals.htmlintro.htmllibtiff.htmlmanCMakeLists.txtHtmlDoc.cmakeTIFFClose.3tiff.htmlTIFFDataWidth.3tiff.htmlTIFFError.3tiff.htmlTIFFFieldDataType.3tiff.htmlTIFFFieldName.3tiff.htmlTIFFFieldPassCount.3tiff.htmlTIFFFieldReadCount.3tiff.htmlTIFFFieldTag.3tiff.htmlTIFFFieldWriteCount.3tiff.htmlTIFFFlush.3tiff.htmlTIFFGetField.3tiff.htmlTIFFOpen.3tiff.htmlTIFFPrintDirectory.3tiff.htmlTIFFRGBAImage.3tiff.htmlTIFFReadDirectory.3tiff.htmlTIFFReadEncodedStrip.3tiff.htmlTIFFReadEncodedTile.3tiff.htmlTIFFReadRGBAImage.3tiff.htmlTIFFReadRGBAStrip.3tiff.htmlTIFFReadRGBATile.3tiff.htmlTIFFReadRawStrip.3tiff.htmlTIFFReadRawTile.3tiff.htmlTIFFReadScanline.3tiff.htmlTIFFReadTile.3tiff.htmlTIFFSetDirectory.3tiff.htmlTIFFSetField.3tiff.htmlTIFFWarning.3tiff.htmlTIFFWriteDirectory.3tiff.htmlTIFFWriteEncodedStrip.3tiff.htmlTIFFWriteEncodedTile.3tiff.htmlTIFFWriteRawStrip.3tiff.htmlTIFFWriteRawTile.3tiff.htmlTIFFWriteScanline.3tiff.htmlTIFFWriteTile.3tiff.htmlTIFFbuffer.3tiff.htmlTIFFcodec.3tiff.htmlTIFFcolor.3tiff.htmlTIFFmemory.3tiff.htmlTIFFquery.3tiff.htmlTIFFsize.3tiff.htmlTIFFstrip.3tiff.htmlTIFFswab.3tiff.htmlTIFFtile.3tiff.htmlfax2ps.1.htmlfax2tiff.1.htmlindex.htmllibtiff.3tiff.htmlpal2rgb.1.htmlppm2tiff.1.htmlraw2tiff.1.htmltiff2bw.1.htmltiff2pdf.1.htmltiff2ps.1.htmltiff2rgba.1.htmltiffcmp.1.htmltiffcp.1.htmltiffcrop.1.htmltiffdither.1.htmltiffdump.1.htmltiffgt.1.htmltiffinfo.1.htmltiffmedian.1.htmltiffset.1.htmltiffsplit.1.htmlmisc.htmlsupport.htmltools.htmlv3.4beta007.htmlv3.4beta016.htmlv3.4beta018.htmlv3.4beta024.htmlv3.4beta028.htmlv3.4beta029.htmlv3.4beta031.htmlv3.4beta032.htmlv3.4beta033.htmlv3.4beta034.htmlv3.4beta035.htmlv3.4beta036.htmlv3.5.1.htmlv3.5.2.htmlv3.5.3.htmlv3.5.4.htmlv3.5.5.htmlv3.5.6-beta.htmlv3.5.7.htmlv3.6.0.htmlv3.6.1.htmlv3.7.0.htmlv3.7.0alpha.htmlv3.7.0beta.htmlv3.7.0beta2.htmlv3.7.1.htmlv3.7.2.htmlv3.7.3.htmlv3.7.4.htmlv3.8.0.htmlv3.8.1.htmlv3.8.2.htmlv3.9.0beta.htmlv3.9.1.htmlv3.9.2.htmlv4.0.0.htmlv4.0.1.htmlv4.0.2.htmlv4.0.3.htmlv4.0.4.htmlv4.0.4beta.htmlv4.0.5.htmlv4.0.6.htmlv4.0.7.htmlv4.0.8.htmlv4.0.9.htmlfax2ps.1.gzfax2tiff.1.gzpal2rgb.1.gzppm2tiff.1.gzraw2tiff.1.gztiff2bw.1.gztiff2pdf.1.gztiff2ps.1.gztiff2rgba.1.gztiffcmp.1.gztiffcp.1.gztiffcrop.1.gztiffdither.1.gztiffdump.1.gztiffgt.1.gztiffinfo.1.gztiffmedian.1.gztiffset.1.gztiffsplit.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/tiff//usr/share/doc/packages/tiff/html//usr/share/doc/packages/tiff/html/images//usr/share/doc/packages/tiff/html/man//usr/share/man/man1/-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:31772/SUSE_SLE-15_Update/1d82dac16f3ae7a64bbc7f215e373bf0-tiff.SUSE_SLE-15_Updatedrpmxz5x86_64-suse-linux  !"#$%&&&'''''''''''''''''''ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6548dec02dc95430cd302c0cde020333709ae5fe, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=36eae586fa6ae797f6df1a5bf2c3474bc4aa5112, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=868da65a840a308317569cf6bbbacdd994bf0c06, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1a4eeb68dbf649c5773902e7a6b6d55fe171cd86, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=deca52a25875daf547b875db50735962cd3ac4d7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5f9dc263e9fe07ade8489b976a4665a671fc9f10, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=68740829c881973fd49d5e0169c298a2e852a740, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=261defeab28929901115882537a5abc729b1db41, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bf8fec212a98f8bd5501bc62935e22111e03c99f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d51b92eac3832f4fbb4a3d55584438dc1f09891c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=78779042dd4ea3a7f2f52ae0561f925466b05bb7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ecb3537af59fb74f464c02cc9ec7870241b37e9b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2e4988e329679b538c75169753056ea24df00523, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=927cb090cddf0109c79aabbee6c33bae181717b0, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=93867c1eec636f63151281157c46f7e34a3f36f1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a08d8770f641977618e03789523ce8a665381960, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4df2f5f509b4975f56daba0594d7851de3cc5985, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=61d1fdbd319fcc4b8ba1007f03ad935bf65a6acd, for GNU/Linux 3.2.0, strippeddirectoryASCII textUTF-8 Unicode textHTML document, ASCII textGIF image data, version 87a, 20 x 20JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 158x107, frames 3GIF image data, version 89a, 113 x 146JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 147x147, frames 3GIF image data, version 89a, 159 x 203GIF image data, version 89a, 107 x 148GIF image data, version 89a, 32 x 32JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, comment: "CREATOR: XV Version 3.09 Rev: 8/13/94 Quality = 75, Smoothing = 0", baseline, precision 8, 256x192, frames 3GIF image data, version 89a, 139 x 170GIF image data, version 87a, 32 x 32GIF image data, version 89a, 296 x 120JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 192x144, frames 3GIF image data, version 89a, 124 x 124JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 128x128, frames 3GIF image data, version 89a, 128 x 100GIF image data, version 89a, 40 x 40HTML document, UTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)  &,38=CJOUZ_c RRRR RRRRR RRRRRR RRRRRRR RRRRRRRR RRRRRRR RRRRRR RRRRRR RRRRRR RRRRR RRRRRR RRRRRRR RRRRR RRRRRR RRRRR RRRRR RRRR RRRRR R \"z" Zutf-87b6d7baff3f67ca29269bc5b0afdab77427ac1837fd3e3dc991216c1bfa9bd24? 7zXZ !t/[]"k%Hk+%Yv[#GA1hd+x;t?fj*U ʑf3=iT JaVrl8mGO_Frb[{*j5!J9PNlt?Ю{ݼ:F;F5147yb[*T;IoF4MsFNM9=3ӂFB5Ƶ5S i;{R<ǫɌv<@4U`L{Ճ\ORU闓qqKAo̤/Cҳ#-hKS[f֏Bv1PT!Z?}t[Bs[/}qQ;Z:En^N tӺ`W; 8h&1/3Nf&NGp9$w]-P@ \H_էv;o:oZbRԟRYy!>8z١(/nPH$a}J@7·>v+FLmKqͲ$q0jZj)2gp*k,K6c^UيkN$l "j%JN֐!/RJ5p p`9lWگ []X&\.%;_hp L&F |Ub  I//Qmi"g]_+pKEAe)'f,y[ytU ˜Iš"rϾ5 3QVd+M`>"]71\/V"D{JLaP o6 @n+/?KpApdq5V 6{LIW{)b۰(tZΠUE.yڱ | J|)Z=D'y$xg8A63mm$I sj;YB[{#Pzhd>!'OZ::uiԛ`vI;dBl}@3rhBMȀ9VұoiUH2^NK %̢qKi>qwǁrd}W vGd-yHPsz`[J"XnP1`zA)f}PhSC  ]>I%Uk{1M4)bo=azGG?lh[T.P{TϋN>}}#q G@ރxߐ$*2o|Ldh84QA Y+; /hQ\#Xs{eo^V<=}#!#u -X>~I"7׬0]_h/ )B*ܞfPd*Lqd 5x^W9>IqQdT\ۑ\ K2GU|4WCYwG2stLB?妲Ή+SA*U}p1 1!qK؝(4C=y49Ԓ_J?#aFxżK=:8«Z%:b5@6Z?W\||j%V\#. `k/c>*3/eryYˉ \ aes »`I~s6? ~8[.fG8+CšJ9.]WV@A;`X$8k*&LlvgP'kv9ۣH խIqiv^(ORu<[iŒEO% y^jXe+#ITq-x`v?#X99*H{ؙ f\zgr* 0vF$PV11Ʈi*hWX{6]5:ʖCg_Da@FpSÙ}XJ/0#{z kiJsn|l{an95 +me@~0?f3VA`0q4ٟyn2Q8Oø@InFdiqog};M So"1<4 dqK:8 E}q֍ ҔuJ/rsӜ(C% 7XM؀n}r"<-[)PF,ELጺ8dE/#Pw?u3aSIޯ=)D?` !biʑl>L7m:ewQ3"Tˉe1 ߅_Ol)CȔ1w}owa&NNRQ$|<꾉@:qLJBKYD)Gy~T2@}a˥e)^1!0#$!M>ElGd$!z6}M)ow=õ([xS̏6w1.W\sEQ *%4!~iphuU7 Aq>uڃ@pA =C@KwVuWhGϋ6`^HqnT9y2V4tugc0C^VCj,&rڞnZԮvVoiJ\<+ޘw9 JtFt=i+ 41#d/u)9[-ry{ $ Xwkyӛ[ C}қ&(_Ef%Z5 @ߜDL]r'5C&@B}DVm,=L(˥f_@ :PКQx/UaKÜ%Ď=_'aJ%!&k=nhx"4(+/ ,}E$ǟ#uhQO]Z%ܙ/-gs]ǭOk׌q3k52<I(b4FYhT"?¹KF*Wqy ^|0 r,ʹt7y=P.o g妽QذͅZf mS {ؿN#~\xJIwrQdQ2)sI%(eϝ\8dj&$GӃ$7W$jqsƌg0MdX5AUS&輸SP"׺ֿ\\IdI:x*^@zWB!Q*()s7hs6:C0rpm -.cJJXNM|!:G} ~ƆiEohšJQN~S 3\ R;[%YSBd:pOn w=2Ɗp%vUCa6k 5pų3os4OeKNް÷Siۡ&\IyVdoN]䣺ߘY;+sh̾dNjMچZq9jvL#ucdwZ6'[nu JC_)WgeR-Fl"qPDN,9)]> Sn|3nfLq}!ߋ[J.FkcF觘LFQ4*I5%&&8X9?<)DYT'It}WaU\["Zڦ>1ES{&,H8SQcj.2p}Ȧ~ܛ Tz7T@u:/n ukiֲ9c0`ʥ" ZVl\1~>hlbzcK(NEI2hv=*@O`yӤ:Њ:r A;ަβ%Yho@e%aJ%WMѦ6DQZuEUI#ky.`ݯ2ƚ 4X?3OcnMKq!`*XXwG:^B^FDmt*XN!**ح]D!",ō^Fx\i6\ռYckI"Dhu: H|13n_TQ+4]/MQVӸeFY.+~IHNͿ^IJ hg@˭cb׹]YQIvjxIx[I[O 4G>uHFܿu#z{xC@r;P7-uЭ$^ړ 4_?Om-z Tt2͸iۏU 9ͰHF, RX퀄̥CO_m@D_%k 3nG`|*Cﴱ2T7s?u ÌĖ3=C?gPE`}^Hݔԉ4(2!{oI;+:9 wK2Ъb (KbgovׯVWZwq<ۉV8iHm~_nAa#TSu(. E&|vL>KJVJD_ '>@.?T80mcdev"`P}=\-X|\79$ rfdl+Ɋ٪ši* I|+v︶41znf!̜(:\ ֚6l)sUBn<u8ѤԽr~@='mEQu,PąT%r3Gh¨sߨgF "SWNg~:lOoA\C?8ѣ,j^֨;di4Mъ_ԌMʦsVSR?^!*9ك4ZX5)xZYVE t[(Z[@x03HT:gLX*!A5 ^װu28Cy(!4ٱ6M }M#&(aIP+!ׅ| O.Ŏq3/ef;`ߊ0`Y /i;.M[£Ue bi@) ^ qhx붸~LG"l\ ro*0tMVfnd!*TSލ'uGr"2\5aܲ &|B 8{2)wNE;HCå]1eb)Oiu¬s<͸ R>&ې'VU@'jWIQbsƃwݒU4ɜ?fƓ 7H}bI:4v'?Ƈc}ySМ Y椶"K돺 ip}NNnR|'xciݍc! 6jQ`rH_pCLc?77n.$I mMVfD`X 5yk ՎMx ZOb8X[")n7|> ,R\+ewSMjNd>ٸBk}?W0jy(yMD5Q}ISV5@j`+4'Xax1_uD#+nvdN P42W<ৗC:}u%S|7gsHG|t{jmQlߒkn#!cj%b@LCq͆ ^'XaH~^oy`á%Ϋq) {A 4| [3)-<'N@.ƿ{I^ħEr:[Cs/_| .Nu]qfc,tbFOhLJ+GemSv(/55N^Vl4E+]q], Z5(v/'brjK8}w21N*F?ڨ!|Wclqߚ"4_mD7rZIk àl% ,6D(gA9uvF SYؔ ReL ʔ`"& ]VP@T17&hLKRQ:Ђ(`9݃pC$fw!2vۉ_F1ӱR:Nڴ{<̅]hX0#=F9D t2ش'g+OH(`b}3 tW̓U7^ UVO]F mҭJ yrn)_1̙UufSѪ]E6on;-uy zp2=x,´Izl0rE7cpYU% 9%V,~kXݩŐyԎ_Lm6-m iEMO4 1m> =pP/}yRːH+JI;\Wo\gV@/_ƢfjWC(&ѩPD-r5 ~!^Qw߶ sfeӟ&TZ"[^G$:8ͦK̡sAB^Jk6`AւƭC_~b0/X7Lg\.6$t<@Pc YUv"ͫ3 ;Yj5kcB*[KS"HN<>QczF=JoJ}a7{G.".!GV"وŭ>EqʭR+'uLgY9ՠs_1}&;_og7aatm$f&&DWiWL5&Ŋ2ki.mQ!7{(:l$S Q<3dƉfPJZal*VHڸ$2:פꤞLf> KAs NOSG!2x:UBԣ+*|Zt$)㟋 9Db 3?fc@U # ~5@&‡ lo{8ٱZ7qQ[YT2_qSaG~j/m@10z\ 8ԛ+%Et8{K*{ sfկ&Gd[OմcgVAHJPS3L2U MoL|ou(FDrF B# "/8R-O}Crɟ'A#=9!A}և3faԽ\n=9qC ޱc>'DH])lku z3 4*vv/XGL7\2lzW͢S3 m"CVAJU@sl/>C@׼&fq+-wZ?=G56LեiSQ[z\"ׁlF#:7ƽ2@UKF2cd o+TPb{x/sX9hb] EΞ-K)ӔZzƭ OvH`;qyMpB_ Tq*I: ` ľ7=-pbU3.3dz27[ /sGgVKj6Rk'(IG[g"Jn0DG*ƭ\7 iJT`_6]/ D c1~\ %։քDsF<ʸνp.vdJ_|-O:+xRG/3Di'y4wzܮ ȿÍ_ 2ŁC!R鲴̚7J43ۏt('>:pr@[<ѧ~6ZF)gh?YײV"fCI5,ƥ+Tlg-'tH)TMaЅ؆$| Ǒj 1w1OAR@2nlty \S,,[/[ᅅ6v9=4eMo)]/t\}unn؛KgQݣĭ7<⤬:*!G{Ǚ(Bi Ds/@p-N&.9Rk=l8jE Rf<#4‡!|l2 C!pr-.;*n6sKۖ}kCxK!2$* F,=rhLYS`e J'g{0w1`Rc<_'L|S[iJ?>GÄ c/9 \jh$??[OTL!K؞;DGq*˂YsMQ$ҟ#LWBP VB: p`.I)6W x AXR $A᎗orR;J߰-c{Ӓ:VDt$€[mDODxPP~1/^V Z$rjFʤ#znH#܈/F'~PV ''~Pj!_QKߟߪX""urƩδZ|ێ$#Uч4I0tt! I*e2^qd 7-m쓃,Rs.1p+AQbA=A"Z ˜?|="&"4||X2@VPq;IS`) p!5^:ψ\6dk%oyƛ^L= lIׁ9iCA*VW`M0癚B16qM'rtѬ@~I̯s#Pm35oh E.W'PAm l f%_AKClXٳBN@JvRz lGGn{KФEf.3()m d̜"+ ߨ}>9*6)ND,k1gvW%Zq<{ 4aZ aE(ٰn4ީ_jō޺P2Iw<wUOlb8xEP8's{Զ᳐~94,\M k9AR NOvXK8/ +gi|Gsǿ7ИzRk QJ V7.Ba_h`_YF}wt9J_>#uݷsp3ñKr[Ʉ{pZZzr?Ȭ];',νHrAO\iDPomJ?ii/y K5J ]G2V2͖S{@ α2MR;H M=5 .2#¶&lnҾ'Zh )\D1k>xh^ 4ђ4Gu D~+ C⇊ECu,&;v4{75^' ՜Q\#N*``wv2F0ߡ/{Ǝ9}>L4x4#QwkP 2CuE$F)*I[S:((K貝V FZbC>⯒KIբ+aq 1#~jaeD!^=s_]Ϧ3П--`0@w ef-ow-,C^#=4잺SA >INVUv8Ulw-`~{Yʹ态:X걍Hǒ?œQM-_6}%Xhnp:<'lY]go2"Dy[{gh:c~iXU!T9njՓ`~2 bpdDb1S1'xH2ƹ=Od.wt$k 8ێ.D? /9L  IE.. n??4^iCU:oʷ`Fg"yeB(N+"#=7aZγ:Z;Fe߬{]K~5x#P\>I& 2DnL6e2e'*zO_Ib>mg`hPMrѬ$lx a$͐TCٛŤE)qx29[#93<ջMW0ţ;ȗh ]5RLZu Qg&7QiBlO4Oaߍm5Ϳy0O\S\'po%g1vCVm):=_;Vm@ZTr[8k1D0*+v)̄v`H78OZ V,vYg#si: blM&bv%ɋjh%yG_p@Q CB FR\XtQU|ԎL4A%7s/}&1o0K<|?Vz݂"ɧQNKx4x|ML⊯j4IгkgƦվ^x;KKObs(7YFR0Lk)v훇]z 3G/BMw!8|Ec[TKқ2.BÌ#,Po HZu py 0{pze9ʓ`ly۳O-tl,(ʏqZ@0.L6Vf-!MʲEB@9Fc60\AD@﹮t9͏ ԫjEC$ Vp}IrMGFȽKv/74Lc/lV ?gTy2> X *GTy׏;hI[ Yeҩzjo!G3O$oGC07o΍R/aU I MkXiwSJQDы]7Yic,n+@}>eİyw?fPD2-;ewMc~|cX֢u#4]ٖ0Z'B7ߧw?wcg9Wՙ7*Rs}4Erk%-텏sI 8Lˉ*q!uZwLPП'y6Dž1# fNd- =dcm}){ `j̶򛘂Z(G㻛VC=̮֚Mǎ#,@5 |v8'B ] GAU\?a^߃#O.q`lVV;*>g/8Y^Hm%q\ǴNQJ˄TJrM=#=Y!חXzpDo˜>I_Cfw):$Qmp p 8 i^-?h4zy/ڗ]/O)sxs趲%}f# 1[Om&+<aH(N*l($Dުlss3 Q>eܹOyjN"Wv<`mBiǏD-sG7fj}V@!N;XiňC,A-%x굗xB\ GD))hCYW: Ü@ { #J׍,Mht:q{ϻ4WYi Cr%H E|f50!ȼAWE 3ڎz_ ʗs꠫uS E-il鍲`2uvo0NaI ̃>}դ_} NJg%Uk/:/*,&-z E+,[N1=ryJƛ zwq8ՌʦfAѻ͐̎ >i(ҡwobȸ7*?_=I)_8r`d?SΙ"mgN|/ o_F 39kkdqåa9XN.Dx# &&wºX%C8y?ef{ pIx~6mmRDOF}rS!x1L14"/Ӈ)0-6UR݆|S4pI_['@%+[g& EQ{Q=WH`d@T$FnkupTGEW@b4Ѭ龤pY+WB1!Of{:3?|1Rn9$uor` 6/ƬN_wB0Iw]'cU9$ kL+ӷ*R$vuQ?\e:2]J2~޽\NIϡb|:φа“ek@y!)J=jٴ)@/Zmߐm7FIEy[Ys!9a!iZD=!d Xd_[Jۧ A80콾Bg!wЙ:W(5U^1ѹO1g[6w͐|"1 uߕCe8T~ wT\ҽA]b̖&_X,|GnP-^2 XO׎\f(𻂴MRE#jįK_*[XPPI%[{uNQkrh3qi׾A+tV&g(W1rG#kPm/dʤfzϋM7G6j$q\xNoDŋ5ĺ DucZ=*rL,0D4 8[ yeY/>8.bGMV 6Ӊb\*6?ܲ(ogзLm_C\ 4,AdDZ3Qg fӢCgԖ( &N2߆/Dg[07$I_2+N<="5UN.B[-I{NGW^:)}ZҬkEcfD NdĔL[ZDwXx,Bݵض8q\?a +l}Mbs!M\ƃ0n)YƄ߼ITc# <Mg{7r4\Vrx· hE-B I & W'C_-iI"`îJ[sx,s3IKh oq&dY'Mj}3bF0MW/# j%qE>4`.+e25C p}'iy߻ڈ\@.JU/UY2eYAs5J! RX\XrSaDX~  lvP>Io;`*lh=;/%|.h4L"Ol)FIL ,V[:\'pV|P" 㝓awRkS&<;zoTh'd cHK܂@x֋Uxux ]VRB{|&;#nI. )84\D6NPV/#0lkW,[BKDٷ\_$*$c٨)$I(D sv?7~} p}⇸vm埏_:GP>K|C'3[[F4'9|UgW4C]*xgtDN $`K%|"3αZK*M4ڻW,LЪ@yDoo֡IpQWO_1iZYurkJQc|"ꦓ((fߊ+trJ]ɛڜ\{TbG9)紛 5+ `:8J5U6趞AMģy翓! ?4eȺH}B=S#L6R ^}Out!DiHK xq סX2'AvH1Ưջת1?Gm1ꚏ6=q u,4!}pttrjN;s'> }y>r-px],aEn?08!#FYt/ƺ>ыAM~Ƕ/HU3'FJVy4Y&{ ]jdLu֙ gq`MebEwG7.wnʫe6lsuyxm,@2O]@umQ–Goe'E rOt=Ǜ:S}E3?ן 6۟hoI[$Y" hHAIVR;0bRW93h0 r%3BnmN& |Y@1:B="?&) X 8u,q.SWBډ kB\.֋Hg:,N e-4{yzy_t sW݊PP\QߏPn#ݔ pYu8t² )?*0AbRMN\Vq۲GKX$ ;wV^ ĴWoyxv7wuK?Z:dq҂M #Π޼njhr^+ ݟisGZYAjbiYj?s8A y{w]#>j?%+̓Ţ\yMf0Ȱy=^cאMqn,jg%0 @o6~gRv@fI R{:RVKdNKď} IFD` t8c- .Uߋ $g-IxӂA9"4OGNZ`[$qC-{Q}K2.R87"]n3\Y䝭u>/d@"֬: cea9PєazmX33ŌXXq5<_3#>/u7g3gY8FCr29Or~hfq.$pXG`C#>WrNi,y Bn:Y&N_ Zϔ[o sn-ϩMCk&k Xt:\Zb~տ Z,ʯfRJ٨΋TBSRfuX/o;K/' @D'hCV 2.;2b7HCR3N'p[ҥ!</y@08\7lhVa6>jK| l`HUFS "w;RwO lL^$DkEH{m5͇߾ĝD'B^s6byp:PРK,Y+ ^%{Eh0kCKJ 313?XyW |Jz׶diK.ߋi@SxhZç.->AQԄj:z|8meTUV0zj'uΉgy}Yoۓߊ/s 8åwԌb;KFcokva#ዲg '|Z]{n Nb|4#umB5mk[WD4UG8ȟ*-9EyĽj»0jV3YÄ ӥ !Q%XIT_Ku5Y gQy_ [4 0$`*[` d\RLsF[tacBiq '%J ^^gօEN64$cy&ʮe]-3FF識ˢ^5mGshLYܵ~6}(B#3>߼" -^F#wb_4Ο|L]Ui4o:SȪ,3ͥ|= ]L9(Rpr玫lFE^YċLP~y$lǪwiiu y+OMZ:]|;}TsY!u8aM s aP}5--v"w Ao4(.&+-rq;7"jˡ'Vi6+2-*+Z'ziAUޯr u. :Fzo]f4mb!N4I\wʞp^ XѾ t q QJy&() 6kIttÂ,Ǚ3ڀ:*4ݼͨ/:ɜ2YNJU|8ّص]E4/LJUHXyfRM>DZF+j}ݰY3ƗfP;7ؒe7l3\U(g(!SdX>p$V5B\dxI!@J5sN;Ow&h",} Ks1.sc-5xG%[zx`UCGcw DһXG6@S‡2B91sZڰ&Y#4ClkzMkYi%`(FNgpYqXR4u$do> _&<0U[۶a`^|qy|w$Vj'2]85?Hg# |ac[u~:=j `2[sJ%'7 ۋZҫd!Ϭ]܈C7 ,s+eWޒfU'Agɿzl<O~2'cs'v4 !~D| <"WY|6VFM̜񊲔/;Cx'WΪdG-KUa}qL $܆n(U@5 ! z\6:r_g8ݵ+*lm!M$Ը G ocѠ-ž~Xa6G]L R(pmt,硜B2fi1Lfl)=jIMxvR)OfOx[Ͱ:HwHu@> qWUFݗރҴYmw}HEMѱLLZnNQ>H ۙS{@.ыCr5ote+…&댄lV<W&e#6Ybbnr;Ԉ~`v#3R^-] q%V=e=^ZHiB~<׺'&PHdRiǞ0"B¾X׺΄XdM 8l T:0@gqzN;<$!Cl7e)*QAL +>1ᱯ'cFbM4qp O_Ö{+ɟFRxs o' aN0C^[) 6#OS})bB2;{.#ԕv(`\%AfXAQh b㓶@ 2isYbc)d B@qֺ )uY҄Q6k :t5iyNh+7.HnKM'RBdo闤 R6?fp!Qzp]َAyR,'E#zJN;~ ecŜM_|C*4Wv/zU,|BK׵UX|B~S0U=3Ȕ&mÕ⳹tܔ)MyvA?Jɇm!A2~WsfVWހpi3]Tr0X.j\ Sp+#$}~Ā祺$GwlIdA\2 Xldr mk)mԘ 譕U#+ -=s6Y _.^7޹ϒ+ưnb@^EFl/{ -k-m]LI0Tn9A q@SL5)!쩔D2pn[c6=K,XEVY(Z92fLO2#&RX%pHS.8NwғHQM@DjN?u| FG6ItJ,+SV28'iiZYVs(bR~fføs|o%7#'rlug'*sǣg'l<\Q0yB$S!ZzȂAa38^YZ3;|u-Z[j@'Tc f59: Gx)nYTN%k߮{[ 2LזB'焝?8@v]3-CA1IF#uyes45/M&$!{+@r0+xtZIiDn 6CKTǟ+idSϻؗH&qvh$ʼO|J`.OvtX`)TR{}K!/=d6;08^6+UӺ']@l2Ix{p|8JaA!J|ElVDZ 3}þ¶y٬>;OK,VjhykN7軇youc8|#3 {jM 'H)拴fs-A/$v؟R-A_4d,ѻ(@0ŜDc_0Ͳ9&\D물ϰޒ#~psE̬hyǼ ݊%]eI1 4#E2I/yBXVDق/4{Aq_K3XӘ#~S"2^M1T269ULsMmOqaZ7MȤ>) Qΰ 1BΐZ@s]4%##3Uɬ
    OlMn)ur<;mεX&ɉAU٪twwE|F,,Q.u,([o }Jm:L6=Zܝ7)6UJeBNdX*DV%XgH8xbj;͵"4lg# E)4ú/r{L#7Nӱ*i?ml:G-fCWMHT1<FV,/$z`Rc|+%-`S P{ /5LjC|1>7.0/14?YR(Uh&tEuĈ4zr|PɗJsN-MӒn=/kg!(n1Ӝk`)ۻ߸O s/ &j}k\>|J֡SUzBp=ڳqi4Pՙn1v-o'nu _T\7Ƕ%65L3t0uӘe|Kb;&ǢJYBHtDEŀ9y _taWIСH6S[H<&ȨyA.C]D( w gdU=9¼m m,~ 6OKbٱox谛e -V1wh $^Clms^W'%X̦bF>-{a vd RoG(6u>2ms~@C<*$Z]>Mv )HljuƁ ̉ ,~eXv VNGC  9c2VE*QŐJ|+̽ϝR̸P;(V9Dwf%sgݾca }85L8Ժ9k%26]VeEnTwGpGH_=KP^A 8[Sȫ%&.h]xK) ¡;\%Z7YO=͕XU= `{i2.0nXޅ;\Ξ\{1?h0!xB5m![*cqݯUs+A) |gi漜IVTOQuDzɫ" /Zف HFk Wڪ~??jue.󪮌(JD{4 cJK8;Kjf= ̍6;o Lf\(#D'+=>qjnGC:nt_/)"CE4JSWЮ QL`ز.@Wj+RYY=sWt0ȶЍ%۵_ kUW7@fqZuLJRz]l'hvw*MkfZ6'btUOuJjR2)X٨iG*ͥio /SoMgD`贰UOs3n,bR_ZwUMЪuDEYL.f=}\1H]zO &ghy=靖P+Luy 8oNoiDV{ #r0vS&hx* yP횉PN_/]wB{+2 Sl‡mDԾ9^֥a*=Psgk kt4pԵh:)@Ϧom7יKQ.nȎۊEP՜θ_7#χW`uRiYXBVT a.Dp fk8#ģMtCAAR/¿?J2_ql= 2=nKc8c@á~y+K,Gi)D@ ULϵ3dd$V1%I&9NEmLbY:>y<^:@XgވJiTD{RpnnOޫȲ:ovvw0mJ2 /C4D-Y㺺Vi0Š"Og@?}l0f5$N@7oCg1HΟI$Ba€]0. 6]_:YEXRI]m0U1 /xLkѷ顓}]hF#F+Ղ q<~*/糁~&nVkQ|>R|C|Y4X]vkszvCn r')y[@8RV)зώ j@N'R=H4+e;{$r[ 'Tv E՛zܢVO0nԕP- H2Pp{~n ゥc}A3yӘZ±rq<"TʌF/&gkmLß4Y R !ܹMV. "DrڜZJbZ6OP 3CPvWȼ Uʽ)C TZV(ت՗;u?(b/ m`= QQ=@ƒ[ (WZ礇㇙yB*m+M 9"^R1{+9ֵ.l@d'ޭfhrIٛS6)juRLMw3]ǥc8ڳaso b4;%EK%~P rV1v3/~цw#/Pˣ F@ӯ]Z]Ϫ<[y!U8WQDzKU ڋlu5t3?ރ~ª@wĮ:HkW+H/5w)ϷTsU[9 pEP.<>Ias}lB2Fsb :ҍH޶/{ȼx5-[ɟ"m|`odxi-M^ RCy#^*ˠՌ@.v Pj6^Oߎ7vB.XX'fkĭ O" La Unj4?GSor$9+"G.6 G\'ZhYzo>,knд:`VXr3fJzǗ( 1"wVvPE#]R ]g_Q=@ֽ|}-qǩc2d#R{/V NXtf)4GT~ӂПX.)6JG\ `eROTw)*%u?q}Av*I-/$rڤSgF馚9dǃ,+88n{G4wЂ[,ǔcOKԜL at3X~EI&K εBT]g aGya`qbR~4hHDC'ΜBl$VF6;9lLWIӍRXT--]cٜUס"a~vn Ĉq"U%Q}|g#"'ߩCGJB7<8e ޱխ' ѨZ r\:!2?A~yg!/;Gz3PR M`,XB̓<􉳷cY7 %y=Vt^`JMX/N(ꗠL@fX|֓E~#ʧ`-V<_N&NTN N*bdRRy6[S3͈F7A{lWc{0撾ADƿ^RTv8gCm -Y?)mɯ8 OSuuꖧai$Yt.rMY8jo^5Ѕ)?6t*rZ1׋lF.lV- 23{ъyG}I%!PY4yO7_ZuylΧC҉h$]"i>lCe#x ~4$@ؔ<{ =#4ܽC֨U~E.H= ]0cu+բ"二lSZQ)`qAJ:M?c҈9&]˽j!8}uby?e'@5Isk@eV^FfҔQHԢ0cV dŹ%raTx*ۭGA3d{ȎCWY\|%VhJ^g$ѣ@ gvod?f ǰIy]*E#ƳD#ˆ03dJs_߬Lh 3gP[Pl}yӼN"U,2֝Q1@@eA74%r'vgx Vʹcۿa'- 6yj ʳH]tOZ"G IZk@mdV8rt6E1Bdk7[jA;ÝR˘2ûg$eŸ = rϲ S^r$m!lCly>łjX ZѠh`z;<ƌ5nP8 d.;2A/YJ^CZx|۝Юi+1Y)4f&Jt;@.Tk_= b&|hݯePto (p-GW ׈PZ^*YB 5Ru6`|X-4ױ$mlEc@ş{j\T{d>t7FW=Fc{cVUF;q~P+Β~rv:6`Q^;i_)(־g?oޝ2ƀî4 9"f^wD?!ĤDѯ"Ce2PP;%x'łߚZROJiT1HK(YPn#~"<~Et=M _{$A^Cs,Q$4ǂn@*N8Ŕfb /E o}{u[ӫqR@Y*At%˞Vs6ZͷvzY>HSXbjdF_XnBkT@qA׻hR2 k;4M*e+;wT|"EVwG#%-iE L+~ >d_]!1ASD.;xl_籟3:- {e,Q)f,|*ůk\ы6݀[MdybC*$kB^rX)F"&~ٚYiQ pvh2Ms،~*H[`g%NȤ*.Z6-w9)< 99C̡ܢغy gPt[UFyq)U ? #IJzi$M"=,{ wFbv/ˌf|1l8K:^\Gݠ"4j/JkufRd}.mS$jxY$ 忌}9{;ŝ? o`]/S&^T8=:TUz_X^Jq)giѩ/*DŽ%\k NNv%anN {j$yBB,#l 8€ipPu/d46S9!r=`p 2Q拢7K 0+FeluK3fҞeIINTΟ]p޼4wH_ρN]!Oe֩3]L4+,($ܩg6zbItKkȴ*ˏ$'P(U@_6F6o[GvF=7<wӨmUB2޵1[cY[%+mU+ַႮ4 z#&d$R6TtF `'OAb$ GK84X[ 㒨`e?ö [˛Z}Vz{/]( 3dSp!]A!z%1"xAAm^p I40ǽ+6U=Z^M'ka+Xi_f)6Y1;Je]ƝN4%6`G=RO@8zKȗyȺ%qZ遥@ "whDH# hsl .k?j7gnFZ߾e Zz%>.֧Ю{l=x̅iHcT=]۝*_/PGZW}qKئ/Ap̎S+u +k9p5sB}g9Rlh{labػ]k{+]GB`+}1$WW|ZIizmAa_27WÛHx:GNEOQ"t4߷*׺Q$ZykxŭHTs\%;z*UgbAN2BN^\MO1iaF ,b@](^QS5yR^O,3L75sTk%,IƉ6(\˟<)Q 7̝d_I9?jg_QA|k")0KZ҇UF:yZ| 0_Kʚ=\|\Aد&o^P3GiY~}4) )ٜӧ+;Hi$s f_[gM2f)zNd+L{'`D94>قN0Y)K UNL͔E`Wk-҆VAmqVb N/D" |6fFܬ 'J•FwTG ^B/эQ.K|NQ&5J$<[4CiX\Z5T n@ŽD'`qP& [k)uc>b#ٺ}*Rv\E7%{h 6s9ŤbR^߁ r |_LkXLx!2jMLX)j e%)N$Z,f$ qT%I^x- QhYM}_o>iI9Bvhr՝š(~2P֊MFD|Y1iv C CI ݵ,~$kTF@ݞVjS tK(& &+y<5Wp6bcZm$4>ĥKZ(`ɸR胿mł]3=$u㎞h|7¨Lˬ&R/C{(2k?yhH*} U\BV*2ʬP+6JTQ*`y. &5[>ҧW(}gz!*ij_tR@_qJY GV2d7J LE0e 'M~z}P~܌ bxو9_x⬙&2w5QK:K7"(&D6 ׻TۄkݡGl qq;}F0t4-_a՗,lxr@l3^3g_;KzsNx,M0@±{siz%#`oٹTZ׮q*^k{b )N\'U0UsǑC gjslc-<e}ӛHMB9;]ԁik^ N A:\D+2k pPhvZ"S%e1l de.xS_"99[QSz֞QSAh )J%UO0(5&p]1ige2+;I›YZ+ѕX"R:=_r&Pɮi.Nz_ lSwO`bL^AZJS~x%}gNeW cEڠV '-- L%hZ; )oW郰< %OYV=[96=NDo5oT ~ػons?\0 2.x8B}h*1%ȹ7M'(acЌM8F֥ܝP =;e;dK蔱dNFFO3=o{`O=:,օIq%U7OY(TJH،.jOdz3sVN[83wސ%Ku!c@V?!yWbcJOY"ͩL>4Yб7V7^['me浍3JK}]gK"QH=_OCGh @@s.6Z'd[yʗm[~+CKgW΅x6!n+!O*:r$M/åAe*&gvl濈͘LvE+]юh_-; (0n}O,MdgFq )7-pJr[j[&OT-VKO~"$2ưjŃ**~ӄ8ClZsg6l.U\tqZ,YBuy9~}mԃS<Ħ.1k,s+D0/13%ԵZ6:k4B]>m8=. '&dBV׆ĽOչ~TmM᪔w eѕ'Uq 9URt Zl"+"ϯ2DI>§m}wW辩-$!T ?_ِ`s! F(Xn ~/IIPZix mpl&hx)Jf,u6XOnʹ`QWgin>\8" h|hk@M3H< D1&1ݠ$! 7N5yq;eQ4s ԁL0G%ނf}g=y^wD5kP5%;exͲ )}Sbdx"L-H(^4[#- OAP\7js+ 9V _EN Eې5i]^QIƊ\"zfΑ?12_:ؚؑ"x⠢gA5׫hHAN.!=*p)lku úe66 + *Ӣ]J"y79La=Z*˒Q\t 0ONI@qvE8g+ƻ"LvfdqqD$-a=0=tOPD qʅ9#J*٘kr]6Ӵug/R*ZTu SZOxF^"G/`WPB [pcwؿg&~b>S'jٚl4Mbs84sYY$Leq!O Vw"G (da --( ,m#?{/αج22!T{t3ެl <7zUYeH//byZ)B!V[Ks+cypFn2HIZ(^G$9%O!Fp ?4Un/>;1($r#p'O'/wi- O]#Qc fwZY'Tu$O4lHtk:` k$ς h]7te7P[.L @9ur8ni$jO\vP"wqw cO D}^n()NJ2ۚg1oA^L' wbI6Ax%-ų˻ 询E_Rj`:.U[C5ݸ9sw;8 L絺T7G浼a׺; 8聐z'\`|A[Vtf#G;6EEtm^] Kڀ]h㾽a J୏(k涩6ȫ(16d<࿕TZ+HCʳq qLA H;B.qRv5όElL@:OpQoƃ0:֑z+L6ܤ PAVuڥe(+'9z9Q?cDvH@R%֧Sr855颦܃E'TvNY6)LlXjXKe)AKNf `IQzt1268*//Aً|:+bt0|3i>2ȱ_Y= _:kNmiq%8w]j9Н4 ^^6xHnN]!s25{6P (3tmi/"&P9F|ѡFFk~EE򊣜D~PÙ( ~B(*zQ-a]]]]>ݪAfwVJUqmDnt,*HhJxJFM ֱBbU˲"zt>+ybR{YzjG/xNZb? !Dzz*s8wa`5zu ϬɎQuJA,>.}qԳss =yeL֪#㸞)oƯFϕe%l v~At;==jMV JLd-<~6\ɒ5MK,p M.|wY u'VnvxmR<>F&ța}nuYAdʖ()k0 )f!W#a颔I_9ïxŚFpV+56'/Czfs<<*rM/_igZ.2O$a$"LV./7YNkЕ7 \cuoY"$uႪu3/)#R  "אD)&R\( FV-l$V;ڳK`%gg7!@I"6}(1`d_;\] < 6C5QQ2S]08QwY,evnqýpĚ0/>O#{22Zl(0#tb%~ m/Kwӈ8Yp 9jw^AEWBi? Rv9Lb|9x'`9Xx-IY[;MDIDh#ziJz *|v$P?ټ ¦Ր7]̧|&neGae~ %-kՒgOq-C#]^>uT+nMh]WTAn $#j .GІ|i{Q$vJ&%n_MfC~NWna*rUtҬ<4F'Ls$~JTk*WM77Et`%vSi*|L/ U$WA(tehV-Y bzg]XsrlbO5`Pꥇ)a7[Z3;Qp'ZD0j1=nkۖ렰ڵzZlgZѡb!b b7ƀ -%d\8[M\pf^Uu`-|h&E RW&/M{;j"lvJߊCAL^Wd̸)i(3H!J~ΙN;Q-2TWdQdq_Dc?o#>Z,{qyՙt,a1p?[[xyU5cgO?͋t~o.lM3}뽗*>Mz`-H4o-u?HrQ+at8'R`n%SkR%zgiI䘱Hw&n@v$88qf6N^e*l gʱ!S=F4^+ZwPEGs)>!QXooT`Gl&}BQ,Fg[5Ueqs==v0K~ה?jKA{NI\Ws5ٹ)b+!',hYo.9 X|ۿj>߅z?XenAXО9Gm0*HSC?Pv砅ux'庆4rI[SL7{?-,* 3uaNy3 yQeR_7 Hڊ4XcN b1rx(VJI }6^I!&I? v@DA\ õHé+AaL#s@$]&PH)c(7B/U6ХhfCDJ|G |H!c҈N:u.s~ ](5peB? l]lr YZ!oyIOe;aLj?'k3NͭxL߱]C"&xQKƝO`i~H<9'81vV7Hx.4.&;&_ .&q@Lۤ?E-QRe\ÇxY1ۮ)=)jc@yv}\FvI5_<#o-.E:@$#"=7qɟfbYiǷS7L[OA.Q-WDL!DV"` 4ϲZ\q}gZƅK;XqLA eZaèQ@1#Ϡ\)2?pc6G?&8_S}sr4nq;6E&WO>"n8oe[{Y%P{Lc՘e_Z4b` b8qP1y퀕)d1F*DT^X~tJ;%:qQ G<|:y0mp[w͝a/ '`%J'ﱵ$1cȽdaVAMBxlh5O+!0V䨤DŌ|yC„w_&QF|nbk'!Z>Cc\S ~{zw5S%?Zߞk?jEoa"%@)ӰD&tPذcǕBQ8Iv-"J 9# f@OD=+2i+5~ tO&ajFEZ&]ED(ѨgwAL,6Y2iSGV ON B5ſ5zٔS8sGćΈ4G*$Lih%`2y [t+qW z?\6E'ZEP?em BFn'?/@'s8p5OL8"`z8 _܋w%v\1O~c-~[L'zNlةJF9gs )|*aNP3[wyqylbE2 ԫh"$(!M#A('Fiݣ:ڪ*Amji,OY&%Wdةq>Lvt'ftRf!LFe,2_KNk9K ۀ 9 iT-CDx=!h!!΂K(OS=_ATM&X6{ӣG.>pR6'O 's3CKJYʻܔ}d 0yƥ\6飯7= \H.-9O1p&] >2vSG|HuGO!63Q x"l>_,csj ^=n T*MܜhZ0O.'V<j^Ԟu߯5?;Rr/B[5Hs{N ~Ҹa.ЮuEI6OZ)sgGFrѹ? ?:|@7$]n ˺D lU>"ԉK{'Tr`ʇK>;BqU vl9i s`{-1~wT8ŭqQFoUP/@<'@X=%z|:(b _' F6'TJV9>θ'"8&-QJ F!ax8"%leVwr-W*+ v!}p0F-ԕ`3cqEsAKJ8^4v6 -#B%bN)禤_ G6uP_O"Jcm]zw-\TLY-] Άj;q # $9%{}a]y*ynG)칔):B T 4%}7d棓bw-*եwR1y縐іv=iZG/FFcLof@" >:~#h8&`Vu5: 1,]4 9 5hSiT!dPp=mHy էt%:|=S&p 3?hK!0 DMAFqy]o|[1U i)}z٬pm 22/b#?aH|&+&,j]#=MY_2DQ`gE7rVOF%a{:=I|erqun @-K8&il5(w0Ҕ`4usGtmA(Vz^1GFqXo[l&z$ij؞_=#j 50ZjZ]jC3  7#nB{8ImF(_6pP)@cN ZS^}%@I8!@lAjܘ4{L"e C  wRiB<71lÀ[j CG7pA/ SMqWB ڰk%Mq?,u&r<{`@ϯ/nE&QpcޚJ؈Ƥpͮ,gBЂ{xd| >`4 M4ZE qDU4 vy\aHCJ-\6Y2ad#To#({rUnPTDnpKlR"jd}[:[FTaQkF4)԰ST(x«wעq/{3 f gmWZI+yL.jי}*A,w&TG\=XkxЉT/K^T|GB O}s%y7zoU~js %Y _^X+eYA]G_$Ռ*m[Vp #LFM{X`G o56IA {@ 7Q`@>)&(g c\,_Լh0JUB + 5 lZ׷z >?xK3z'(lܚiM}j\2DP?'[^n.XXu$ os0 tFBy:F9_odL)K<<,p-umVG_q5=ϯGue`6B%mV\VOs:R: $V DMȘ8rWHS-}0ZЁIߢ9vϥ~I)OKC֜eKeAÏS,SlwϼNJ)#H|{%t嗗kC8CfjD m!5FwfVѮgɶd']c=yL@,IRTr=C 4SX")#=.йv1qJ&J1RR?h)n#H߻gywk jC>BXzU}PcمYYN@rDиOI-/{N-M ^Kia݌FGzN̵2$'Ւ`;mByqz͡ ?(p//ۙgg0`a ?ĥD TQ*}?7*?>j ^cv5PlyP/~_jcط[t%iH{ Dyz1f#7k;ZeW4yST%8ǂ&?-_{nħ >~pi[%QYi8ƕa>ܟg0X((0}mXEn*@ ɭl~Q\LJ>FCjE4Pǰj]pۻlfJ1ÉtB fK @o1 -Xt)i5O¤Nfw$\OAuK`MݓWƿAF;+e:Hw/_p 2)2)tÀZdP>y@^h"I$]DQ.\jؐS9ܘgod>%Ki ;\hC5)/&Tϩ#Rvu ~OS:M`Fq+gZ t:Yxk"w{OI, ])A12po-x:qMy~ȝ!)l[YFC$TG*~fU5Ȧ_w%Rݱ_JtɼK]Fg*{|"ۘpS { >,++3ΘOpX=uM 8:a795YZ]6f]Wo(jhV,,˟Кrr!.րe;oCsl{s^/?μ:Qo2eLs4@2Ӊ>isPu:%q SGP^.C |l_1TtUr"@яhiLmP)h\!+'VetK{2!_d#lRAۂƟ aY!G ER&<+.'lVj&2'Z9 `]0mJݵ/Ɯo"1[xQIqNj[9Ŵ}VRN+U]<3 [9[b村XCbtƉ }' ;M4B"b>ay.[D k@W㺠Gu1 o ȑ Jqbvrs|~oiy) }rG*k"UQ/ҁvޖe.cZ/P=vSVQ'"p;0p;Bd(SMK8Ggu8iםY&5Q1ROojp.LAVn au5*w:BLpUYp&2ePYbkzT7y4W۪"9"^1XđߣP_n?KeBN] ?EUD @#3[?KK.W?7nfGi=E;yf{SɵR\.:,%iZtpbI1hYH:>rvȿf*vm4Ayu%u?؛~CۜхmBz1V}nfo?F{nM%cot\=M'S]E}RJchS,B;vc^Mz 5u1)BTҐR}l.sO64%hd|t_>Q,~𡞎^OR(%sﴍ>{W偗;"unxD_0nb86# 3;1drjP?GR?솀q7 oB/9!5 b5X|3jE]wVx&U#VoN@빱d<}ϑ>8 ILN?V z/ѹ3Z/]KiDl C xKBWYqOҴ>suMvYO+T:h1jItEaz^юlXݥt9/6ѰL95(m5s4ݸs6R4`MJ|!7v,^QnS لfMeJY|4HIۨC(&®!pmU8!W߲f,$ Jp۝rFNh \X{1mYDnFڙ`S'_7ޯ!7i3]>|Mn*zm*ږꋿ_ܪYk'Qzٜ.ߚ3πx`%)bx ESX%$E_0G}I6״HQY8sqeJ*kV]p' I!YzO5T<rǼ8_;JE">(08l¿Lzc2@LV=+^52qs`p$}.ir=Fr*cӉ*kVm3&~+͖he*6FEZ(lhIȺWFU@r pنUn9ՈW;K;ۡ1M1pQ M.L-ݪϭW6<@2!9 2"eqҏu8yŀKĄCFuųf`yPDp|G^#l3Bm3>ӳK!"N% 8[q;F~MXtXZXY>$sMz6-'Lо(iv8{)5.|w n$}Tixev8%X v*MӠzhc˦Atdl24zŏ䋶Fig}Oϧdv9uw*Vp0D*VQLj6-8&Zm֡ UL*G\ǘ$¥vSTNYfѨ?ʶO ӓ'{lfdm<,% $AZ³7AatԢ+<]2S,ҖPM>P ;z\L")Nn,`"mRhXY=z(K%G5ӻs)NzU4AjlTZM HF5iJ3N80LuI,30%FX2XAyhc!-|JƵRV&1[&źܖ WIqzN/ÒpT~|9I|t~N|b/R=]*EށX%6<%\m%œ-,ЅC,vyBNxBoԈsɒDJڝ--k ZOڬU%ƌCL)5%mƩwOEn'pBbB Kև3uu@7f^1ћ"FpTQA&ܴZ]3lB񸏁!.8O(M"+?^iieD.앲9@ݰKhq&P,>1r4=Y1.No So5D_wHK;m"s 2"g03t%Wliޯ"Y#9$~"Y {}tFBZLtWZ/@ DPDa:󭋤^~JИH:FRgt쟥 OXh::d[\ U3wj NsKf6Mg=6ƵI9 gr"iawgEkj 9YtD V!I q=~EeozQtǤM3ƮJγ[+.?TٌNzA~ebŒ'JCҒ3?O(p!].'fif=5с.x`95(Ro ?ݹe y@9IT8[D]Ձ9۞wlF6A7z|x6 Ol>-!V@1M9\aK"%GQ+w"Rh\+-F#Fsx`=GX`q55PmM`EiգK)|_*/ ,54x{HTT0 SbdPѝIE h9 i>D^/LrEY Aլ5>Vf(y2dY P_%'x,HÐi1fiZ4;O#u+ ",9&k#U}*COX(ԚbAƴ`9_"8%O޲`?pq8:/oVX[F^$˖=0d \&BҼ,,W0P¾+}n$sr䖕44=`H Gn+P>nQ%}Ia|zFè馊V#P 6Yg9kjiMl,r6 D?4^@5u `XIjd?z-g@50at Kxbk ůjX)|lRŘ5< x@J-( Vsd2A3i@Ȋ3bw#m2nZY-oTyC=id&4M ^ a?EfC*@y+s,E۴jZ(f\ܝJ-3~VVZ9)FU;{p|mMH[BZ&DFJUGF C7.oV=aHZgDk0!,k1@Np 03sm3w)̵2HH)v(aƧԦ]&q0>@4"y+]%PAܺUAmy?34=s2{J oCY;+~Ss.orv"qO =C-9cMѯՈGV ڳiY2𢓀ܩR.ݨhPjLM3esK8"a'1#1KɓoΘ|k!0LE_RxVu٥>Ɲ _س]Xg)Iٶ _?z/vI܊ >A (x1T!{!Fz#>~U9Rss$@k$NHYCh=Z/wd9zGqC# TS0@TLX)E d |J wr0Fᵎ(1)4VJ'zNN>90!.]%T/7]KjMv=B8wCW>/;|v~6O3Yi1S͏쀚1{EҔ c d!deZFY =M若꺞 K)q#F@̹SW :zm&d\usr5D7vRR7%#W.}# ^O2۴fGiL6&Ͷ^4T nɡ=-QiX!*(3R.M9̃@PZHfV8(NŴJ}Sg#U93 WѪ;S_t p{F8 9xiw V[L|KU󠌓رI/D4P̖HݤY`6`b5AC,Fn[.dfeaAJ 4 * #9R}kRpe3ݒ?|fx2Ʒ2Ig@"C/̢ػn]Q>Y9UstOGҸX`2~pʙ dv@V5ů'zn1kxnk˾M yݳ, '+/[:tqI)&} ռqVVcnxg=Gd3qs(pP$E oNz;jO!&K"ǠNIcx={jˀЛrQfq}<ԃTCMۻc21]Q(d"xO&{a5ȥ7+ɢw$ֆǥ;kkP%u[.3 Cer5ޤ,69;mxP2.QW4vцOQ#.~4un6_?d,n%q;upELlL>SpSOKpQzk )S\X4|Q(w^B~Z+4xrb*nP3IgM †1 8_$sO|w=/˜}}pѺ$s7ځ?OE EOKYwR!T3]^@V*'A,]/UZwU!Ƴe̼7/H!o['>N  ,^).(,y$ӿ*ڇzLK*YFg0֓SIr/fDY,RCl&m xq]6DR-g|27t@=iJBʯ}AO%B; oYd$oX%9>h2%^ ~˞y H.CxE+hu76@EMJ9}( m%Bir[NiO9R5iܭˠ}tƗg)M#hL\l.PA(O~D|Ed^|}iU,[oݜXR;hm(G)C}Ą{*Nd[5@_z ,I3:| A9׋T.}eUPPKx2?tW|d,*z.7Lez<VTr~ JnCx[. Lao ɬUuO/1" ]`*` r ¤J `|c!E~pcN8QY"mlYhQs8yӺ OHKvKCoD顈(\PZ,Qux^ 5٦'ڃ9=ω86tb8\5=9x_oT}a5&G" _.H[FE[ĹxGZ9/4K +EdKye;|$/J|uu"3F?S( (`91 U4ȹ,߬sn}]Νo"5h(=0zVjƈw} @MqF*5^ Dzn.Ԟ~ρq-/L3s~ 9X}])$;(ܾW6I@m jȣeJ+i+>v?eKK<#NyM{7WxM`P%A!KJ+8ˆauC_su#ҾiRX.B!i]/S9I#]8E{2mU𧣦3qo U>R[dYԱC 0\hd!7ZtMG%ztdP9QΖ>M]NXJ+4UAwolL9z)llX,pDža5.1 ܷ;cnD_؍jDa jN6V2C8钦1"4mH_v3pn ׌БQx[6Vmy RD23 /fDoG="4j"*Ι v%.%7Yz7#55ΏD_#C}STjo1虆AA'ߜ:z,T.fg>m,M[2 HλqpSO| [e`*DoC=Te].=juVWQuQ>q_u+xS+Tɋ{ >0 FA+曆.ȵ"{p]!g' xW7F+* ~8NFj'F$]`{Wj#|R鿮r(m%NI Ҽ5}& 'AVwNG{w/SiՉZpI1Dt.AP# Fb$lЩF6x}MGjna:mN` N!o-xS1JSaRS(鑀֯a0E=ϢigdoK-TXUoJJhG#ʂ$zLz$ UOэK=@)]!H ~/<*s"cnC:C<'^IIyi˚3m UD݋ * ߀—-ث nBU $My37?B6TgsԺl1} ڄ VWN?h-i.[<-AͣY/E4YXtHi Eyvbܣm=hmׄ} ]b錱֧im"52kinqIw%0?xKDf6.q)@AE4 lr׆k7"BQݺTZԂ3*:g_VΪQ9%N^k@VI4&UK&fZUVfmHR_=;〉m6`'&zV# m`@de=C (GNicʀ,NS#}lCi#cbnJpV33\St}@ #9Y d/+bH0mVp#HCԝV ɞҝS`Yq#fӁXF; ~)"9PN)ox<"~e%}U!Xp(*Egn[ ؠG]*&'v#~0YŞ܀T^B#|DN/}=hgk>3Wq#g"RP.k dVlOs愺"n\%쉫uy7㚫}HFAք>mm7P n$3*;'U͝=(J25W9lBLv=Z˦^)*qk9͹F H~J| $ȅe(:dr?֧2: Kyleَf*9ZGSS'ڭ|IܓO(}?ޠU3 u4ccHUʺvaHI,">HwW0X-1,-(\x27gf`ڄrqf;%!tӼ|Ŕ e^5/wk?ZspBI ,"wu@;# E7}X"'&;EjL ,ϊt)\kV|nLxPA)E)κ 镁ގ9qa- ^9jWH*c66u:LCi)pQh(9L Y/DtwAzMcXnIOZS-Cs}W+5EknYڿ9.N ٧hh~1.yp wC5=ͬHKpۢvF)W0Ʋ$LoF~Pb}Lh15SU1b+|t-[H"*Cz!u7)3(&z jzऎy-=dLG^gӢVU;{Զ 0 cSyΠ0X[BTU1p(hV[[ЙV5fT;uD6n7l2ׂPo\"N$^DS~aRYQ5Pp7ƒptDZZhy KId5Gt4=S.kk\0Arjul Vws˙(VPʏ{T~x6fHWY%7Ϡc mt7"Ph95t(q_9#MX(@ib+vDdriõEnCg]>ɦ,jMVIs$ |uGӌM袮+[.EJL2<=m&>h?ƃDAH{+7ݝ)VwEdHYv t*$}aODZ<ՖN͇ئ=PP1cuF;D fs"tV雉Zӥo|h#POG`%\4?'Թ Sz:FCL[9T\<%]a u*9-LN_򌦗ܦ^I i8+l_ -њ.߯4:W vg}HOZ7+rno@ihex21 ٍ2u7$1uٓYN؉ys ɗ(GKTm"M ҜVǫKMͷzNk vVk#{ՏGFSV:_!IvMunc;% _1Y!(q4S1E"nA}jC Fm"N IsRCu._YN J7Q3IY0l_ܒjUBLr+RnMXQʓ4isMe-i (&b1+>0>6 EMKrWu.qe[0Ç<@lgo_^75x}(E@m>I2]?/Ӣ!ՇG6:n#Q;m\pFp?G嘅undib7X:<0~5+ԩ}tEI}&)Ci/OSh(GܶO› -?P1:e1XZ/a΀RZ,TFޗ w芒͘RYaF\Y\ty7Gs,-f9)I-y z~"$Zc*DI"U9?-F&;>Yb/둦ǭ'jݪ$C`SVtbts -j$&mmSJRK*:OLkr|HK\1pM>4u077)8F!YD*hp.?P4I'-&egX|M>Ŗu:+vB UJ~X~腀㗰% c*GFDͧݸƞaaОb>>P4zawy;68π01+>qp`cgMhԢ5PHTzwu 2iFK0U`,5XG>+'"kc@mz : ">~V`KB9t+SOiE+\x%l ,*)OoiG禍ao3G%k4)+{<8:O1i;}G=!  DGܾ/T|D²bv%\AܐV6kMk*1J[kFѯ >Hb)n8M)C"$k*1YF*_=%d+ -J|Ӎj1Doqʫux&ѵ:iXċ8#A5slrg8l~QBʍ.Q.#ne $oW])ZsGl>DqE[I#ߺ"9Orn-ւ?G5o?W?lԥ9G D2vFQanSXퟐDWB1Aۋ8*?ixe J| uW->%Wg)AͮPi9Q&j,a wJѫoO̒bl@u,LF< ~ͥRQ ™AIݫK1{UMu$J,ܡg,CV@ ѮY1WH;SD ]ƈ=2xy~nQNk G[='g"  zI{'H!uqb[*KṂR˚Dz7a>\=\ )ʴE lgU俴[e?`lLrCF;PIhP8K~aVj~oCsy\Ġ3E+ŁW1 ?B&oRyn}ުg uVl o}S"CH4eCea~MIDնz~tpW3%SE:1||>K]">E2[Q7B;lt99>%vn,[S{*HTqr:f¯a:ū}ƾ,86؞F&O?"}\_0ps@lv޿@CآIm/ǑI!𕝧OmICok[l)iDi&FhsP0t@~!DYǑ1{Wna[^6*b2`*IQwO ^ݲ|q# ֧I|^Z*sln/&^^x`-ri!Ua^O~od/oVo8Z ^i C%xGä=?&y-hm11 f9RvKNF{^ʼn`ۋQOCKF  9`*ĢkD.FuzG?ٝ򉬅@W&hR0VpƯM#<-38$bxXV7>Fr'[IeFD(̊fIj6TnR2}/<^qPyLϔ4\ .ǃO#+@M17I':]5+H IDqS/!/ ߩN~J“.̼LKf%rq5̍D(bO'0#r%`?sFƕ߮Mma807E<&t@h1w=D[~ !Pr>՚z$8lZ簼ֵ:`\Z0g,K0޼@72 B5QR24y滠GwϷ+0ː:ڮ nœ$qN.1?jwescKá# }>' &w2_ȼ :t+~}#B]廙 NYt#cRm/DZJP .n鼑3{?Y]\^FMx D¦}g*g(*y2ӆbCNlS8?6iV#?W-Ǽ}%rY!*3>)xj+:" b*P"G랥LqPژʔC P< ͮެŸj~CE0v[=an@OLαիϟj^Wpz*>(Rb袊^b.ʤֲ[e6T Qɯ[*-s5z:zKȴOeD?|wy 2 ,ĚyE8Gw[AncjWdiz)6Ʉ3Wrʅ+ Mɭ.2\)r;|ŅYkO< ':< p* 0PM#B^e׏܈oi^oQPZ.`Wy#@ ,}n+; ܕ}}픦 Ȩ恇"7X}w]MpE;ֺ m31煑:]7;I7s bb{Kppm]ʟ@$L'>f, :y1 [2̇%[qrT7(ۚӲ0JKq{׉?_Q4VHo뻉]C 85}:rtʽı Adծ6#Y]*2sK/gDyk wp-L^49gW[O?%nDBmSNt,h} %peCI\լ]tv͇;.BE%ML2=$ #:ǭ[]~!-6 yO#O?o&-|yfM; OAgϷXmc_8"נ'8OG!3i}PPG6I =dRpID n>"zia[o:ufe$ ,;І@2u:q&H8FؠJ 2~k@2-xx^#/_\<-nE$-|8,< )czx}_$fuU,х6x~ K3]x+v KJ )zPoF!29:8}Ä8뫿}}=+̎-s8KR!D.d%w}L+AhO{(0vy״tuݵOXo<#NVnsJx gT~(y͑S5#g=' r$Iz:YAu:gƅ?7-H\,LLl#ڱh:F ZN .pj; c)8>ti~GlI@T^p wfD兞R vÂ<ӝiHs5<H_/H/ ԿsQz!]k LnHЄjNddOPwߥ %%s OJaٱ-;Шyd= .a<%OOWv4>&[Ǿ [I1@:]vdъS$ kT;v;EgLa>Hzk+(z+giie?r,urwTo]dy;$ΤmkAJoMcspj6d>QA1xXA7 ٳ^1VJ(HMcs3y'Y-r'٘sfvWn-*o LDZՖpHWݨ݃+^18*s)z[тCLL,z/Z9W?KocJCQ<LߏO;Z?9ϺR7fzoS' R|t8xTE`MPkB B1L.1-rk:563 8&uUûY:m7 1ofXyPR GF2/"{/M> ;4ւSp;퇤q2a)22Jj#BݕAt rFj78efq okhVᨷf-6uݭm=#5ѸՕY@ V sAa!^(ERU>$UzG ͦ?}K$44.3VاUh(d\7U̔؈XU2iȰ1Vn Uޟun),:З\:*Qa'<6Mu&utu xosGМ[,!9Y"ScJ$v5aA&}*b.=H"Cܟ4ͷo@m2ǀiCƬJylo=N74-x)?"S]үlVq},Gn ,$ U(E{E! X${M ^IZt5AuhV/;2 g1# 9ABbԯB{~8=.|@o^iK3_] &gmjA(i[7F1}]-E pS9tJq˄@ :|#Pe{^L̍ue$ 79j6䬠ŧgƭK9 Pȋ-{W\gf?:_Bjrz_jb 3XEg؁4cW{ﶽ?؍`xOڧ&#)WGo}#|EME3 n~򋔸ǻ!T0Sć9ĺ02{jyq6sPshe!<׾tpz|HJ9[?&X]$ tKS ΝL_i{@&O#>iM7+ZǼ.T1)^YU?_"h{:j+^jps4 D1}3It0#.5qRLנR8Iښ5lcwӸ,jUlN/9Hh(XW9\n ي|.hbLjx,7Oke$ (|i+LK3W^OM]9/V}dkCx6tknnDcI0VsLkdQ@cP<$˷ۗz7_s'w|ź,ޛ-7zNK,0qFw_2%&f/ Fl6h^1#,EeuFͰQS^"'o05.ښ&ECw^ڙEF{ _WG qf>!X_ G``'n/E~n T]xkFΕqc3~ -W&2z y8\B|e6$Fqu>d6i qsX^sf,M<V ^^z'zxRoJL6ŭhbol9m1Fd4O2xǟ=Oq{_rWC|VhtCelyD>,y!Rõ'®-T%LZ%܂3C]NJHNH#swHLX|Ao"tء.!9Sl7&Fq'JfF Eʓ +;D-HKd0qP5+XbMKcGD)<G-#ߕ9uוˏOdv28͕ㅄa !b`=*(X(`.5S,|%e<V3 Jv)A*>Vc|LScp}Zzmts~L%q q,Z8mBM$}e0Zc5H\44b@b։ P >1 D=(W6Χ*|JV++`_\4Dy<41 hGPg,)앏Vۂ%^iJuYT;W]x]&gG-ۧʺ~tp}y?yaS/u.ڜ; 93QyHiiUꝩ_rW{TЅ ػ-xy+Tf:+buoYC3ʾ{k ~A[Z:o#/c J|k"Ao7B /nxBv6)|Ң3lta#ӽ у`!#uA|(7? [[b `Ċ׹ S׌M5N EFkfȶhHqNZ% \r"KVa~cL]rt;ӈD X@SZb׎B\S.y9DQ0O ް#OwjЩ(S&G,uɖ,^n QRمY, Ib N]z ~?;>Ҵ8)U>[7yS!E$ EKoD-K2ub ׄ><5`=D}#X6QCoCW#cWEPFzꂄϽ!oeN)0QQrneXsu͘ |zt(Q4zzC^ 5kci Pq-d1bQJ)u%~6!`3&Wlnʶj%̷?me&l˃V d-0^ߪ xD(X-`N?G$DͮsKZ*?z grq/]+\eKl:CGYrxOUz;}SsTC5\հ5m޳˹#5h{MbGy5"RDo =ZyEF{M 0e @`q̾㍴z2Ei#>=Z.}4V=KFYӵ,vBS49R3 %BuT_w/q%ŠLP50^ֱetHM]#~^D G@԰g\KG9 "ZFOr/h~%/Ӟ HA8L,^[Y-, c $ghf-~=>y&ѸV x0C0_g<3AdzM)Cg"%"H$P26y]KL 6}fsa1o4ҁoq'zĬϴDؐdV!%{R/&0Ǎ>u?mDRaJQkp XP@8`_!)3lGJN'mc]Z,9ud4 <vsjmND+ vif󭛵AJ?NPhƬ0z/''̻뉂+1r Mi^̟f8%͢ (ru@Lg4\BC=D|gr]EuP.dxվsPC!g$˄ay]!Tf49;9ZD %nsWvV^6- ^W´*|xXE嵆V'5s qY\"#Wޥ\k{B9a[&4"Woџ4T]o*8/G' ? ak QQФp/m ^M2@fZV{7:v15ԛ Ǹ@sQpTa#C7]%`YX& ROj/쟔.2=* )#@- e!d[׮M T;yq+k+O~Ē*2%}"wYQZb_á(pM5+=w{4R|@nt-9$S<#zlu&`jPէW [44 (?D ?xxǥ-_kVDACՏQ*ͭ }%= izc[cZ#KI`LxmvȠT0/Փ~dj[3bOA/G 2GU۝T].PnAU*.'dfRZ]'J 'rBfOlȑ4:2l_nQ`|^ P"AwZgcvSDGce}iA*zMv4P]cQ$kWыTdG.$%9S1;f5 Cy߽03,f[B~+͈MVp꾳"[`O}͟A ~qB F_CA븡A-(VrDD  +QwF)9J&;L ޷ҰyؗQ"OaCvT1 [i]1 @ ?_V91Z4Y=ߐ}Q/+_T }T&,(ػ 7B68D%/jKC0+RI:2rgz5ӹZqS0籂qjX'$SZ Ao|3qoZb1B|*vjT #mÆ즢ա 2t=}r xRV)f`% B.WOH2ck|7I\?%lrwݴD;8N<((QQp2,2[19whHLljzh~'N)4F&,)g!$k\,gKpE%"lۊ]>!%~kpy7v|zqP~*!1RL\L_k>^h~eV:hr'EA~颹.C5Zi]-Qr Ys|.XIiםy܅%HN~Iɬ-k"L9ILbZj<| oȗVw4xv V9`to䡥1~SG'BiSxM?ʐ2rB7twoa{bzzSTLBDL vG!]1o O0_SەAkn ^=0KzZɢxh_zcU>Lh+RFa_#^|'/Yw%wz$FlHyL&D4fb]PeCnk)ZQdetej@ũg 8W= @_pRDvuX2F e~sAOuY&mxhf{0#*p+8# o"냋j2=$d*y+.}Iiꇒ f!`ܡ tUa9_8Vrн E >J ( x/7m{|U#3~iYE_ -;оy]Apoqfqʫ~E 5bw73\ *zv| {л£F7 n\LBC\?yG~CьcL7)Ⱊ@W,Nl`dӺ4Ϣ =cq>Ya#2$e'WӮg^GeqG*ޡRzw ~qqrG'_4Idjl|-RlS p.ėfmM)bj< '1N`M1}[΋Jbz*FQE K}?Ce2]HۍAFaNWG s:QFŔ4Y8!]Ou05*.87Ǫ;~]bbVU(w3:`rU~L!@3V3?^]E Z~"=M[ŝLtSft| iD~F)s鰷U~=^H&M{s{X6ӬEǸum-Sbn㯬]Z+:z 8iAS~F.W `A惃B]*pJ^0ĹSZ6bTWg[8ߦz3_lMlH\+HP?[O62RTzH(EQ?J`r]7*M<6Z3<ށ8>lC1VBbntheXߠ~nZE\&]OWP)b.cυW,\cb:s1;.|s3a<]1#L7Yܓ JDO]B*Wf_ᣚkY< eX£fF?V0=H'd|-E".bNUPhrb](cq v4b_IXq?9Ypp;wz_Zf1+@:$U'Cu r@Ol%A%k$K>6Sh8cԤܹy+È&w{SLxJ:7̈́DIeQ= ^AC0Pߖ#$/Q_gԆ8OϳdOnF"@אX4q9n x_mBiL/BscicO`3ͮ*^=; ^wh-aQK ̝S2Ѐ)䶇?o ٬ڏ[ -^aγIђ4"HG$W ! ^bAجGM^#l^9"D8Ah6+-fz-sK-QuAֹ53__ a^rB@)iS.ȃ@׵z8elb1\D5Qњ4vsgSTznZ]* ei%(S^]-K2ywlʄk5IY3\a:}?>' TU̗Q7}Il ǵ=c_R_פ{jzۻa~[ipoAVg0gzff[s3%+gl\B;< 1lyб%ff4P]buٍN>eNr6n-Уo{P˳>Mv VC(d1l3YYy*N'%/6!d/m RH]oḼO0ߡ|7/x]дL_7#))":%<^SJ [ I4^GC 5X)ƅr̩^A @" dZU+AF =Wol򩡯T=40 3w`bx"7ˠ_@X-9r\\]#^hD%GY{{Xc@d2ҺFdhA=7 H'e,dR(9~+yܥ RARr-*QMTy)+oQ% ,u &,)E| w4qڄcT\2u 2ɹӄ/9qa $qNzkwԌە _DKqx /q11 cEp `O3y W؂n"ʮ=9L A:~VZڻwt:^[<? @[:6PB/N nvdd/tܶ|_5~6xofFDb1} !2}[HyjxM_QP[ڌjҠ܅sާvnf PvB7$E[ 6袅We ҶWƉٚOW=o>WRXgd &wT]8X=(C8%ISj:ޖq!B}-:}z0iBY*bN:Cשeu- A] q&`;،֣-Z8yS*oʤ{zh=>UB.G C.l_NDѣLfB oGkR̊^uƽFk nSh6!o)ѷ|{|qCW m#>2_ }9NyX9ٞRVOFaW'0b mL՛dТ6k2G8NUDuoϐwYCwUTytPA#6:qL ^|ϦZApi_vq m41~w%N<-lt3.mr ajV1z`Tq4}qDqt.PHnSBPzQ9M'~}I%H`/lϸu:.v(?6n"goh-'lƹca՟348XF؈[ЧL5wtQS-5y 8T`1䫚!74501_ڴMUwe%: 6 C) }=fǰR3n.u]&KmQ׬|6P_;gO qLŒ a ܚ{g%؄g]thv-1Tc$ZGѵPmPpUQ V 䧫}@$RֳI Y:\hFkN@-^^K{fqn-rӯUތ4L[#ظ! MBw@ƑJ0g#r*cl`%t}=vp9L'2#SzK K}:mR1NS$,}yLH`\GrwA='|SDEsef;atz_}x}:X͑N^Y-Kx8Y!4 7 wTbuB@0+S'?IF շxu`\O.Kt-;~p`K5sq; p̄.B Ĩ z|'k?ut܏[^ qVm2Uw|dAa4_ެ1~7^/NPD^r1*Ι@@m?%vjEM>WZEM5q,1LqN[N[__1"!׵)!m-&;B8!i'P?qJf[!z'nLK*2\+ r*%&IdMuJQhcxW Fケ..nK葭MceSر 2j9 Q G^'kVByLJ:>A% Atimz% $ƻ-]3L,)1dloqх2?ZqKblK'th^=6v6bax@.N۠Ly| )0ƭ̞e[\hw3 [ \l[xr ta>뭽#=r#Jn9SF%>78$m4QP, 87bCI~U鍇F'[sq:Z,Cː- 8*XJ͛{-7IFI+&)jCL1ED |l8Ǖ? A激z|eZsm?'Q -Ix %z8:tU9%-=coS`i{CUuxk&_>*t-aX 2 c٘<06ʸV*;E~_riڪXmBJ"L ^\8Tg̣tc6\m-Q4Z 8HgX)IlM]S^dj˫*¹~AaXLj޸ތ!U0H\.^ߙՔ6ꯣE* Fk4iM^G\F׌ɾE{ W i{##8JCٍ1i 65?F!! ` e,Zl.ou ^m66 -喇/'VtAqH% ܛxD"۷Мw)+sEh_cf߉i! Q])tlvĽZ DtI6 [CzWED$3wǃ״o6brrM%DDQkS5E&J+lP=^>X(dC g@Qg>9`>tLaf W?kBWo=I v2ږUIDP% JCxz[A菴1;0R>.lA1(JhwZT*ӈOd(Z6ttVl*)YK2! q )/3XAMa<rմkc(1 M61 *gfaQtָoT@"%“Raӄ?韺/c@ŭ-öU.6:#1^a8W!@#rIrZ"AP6igLo(qq2_4%Dhcʏ.LGO~ @{SP>)ҟN4zq4HFwZsd 9 ~妈cC1ehK]jIKβ%<`=8HV>l8I4Jh($BPes,dY௼j!5nv"PKQJӻIPx̰޺F*3n \CZ`.Tۏ~r oEp(÷.thIn_H ǒn Η AgNpb]qj/" :m_P?Db!f ήŘ5:I6? -f0mSxzxe OO&Qxo0"Rs[LxFLv~9|W3f*Gpߣ0ste>qB̿Wh$UطߪmwUqf@J?Tn j;#f8[WJ)4^b2/H gNTT5>:cyз¤Ft0b.2(/58j}yktY Ÿʇ>pT;{`QWS~998nn@BIjr7=$n*d6Yqob-vL Dm>Sgƶ YZ