tiff-4.0.9-150000.45.35.1<>,Lerp9|w(."."z8 _|'BA<H] +UySM ew*qh?*b@uBS7ӉԱ$7}u.`c*˜,ީQ=J;)&2.C?ֺП!*H˪ -vx:p ~[B-˸Cz7 ߐ .q?d"9 ,ٰ XVj=*oӼ)q֌aL < j~ )>>g?g d   Z 6\blh  d  ` 9 :=AWEE4H0HD Hh IA (Ib8Il39J83:M3F0G1H4I7X7Y7\7]:^FbGQcGdHqeHvfHylH{uHvK(w_xbye:zffffgCtiff4.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.ernebbiolo+6SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/Productivity/Graphics/Convertorshttp://www.simplesystems.org/libtiff/linuxppc64le H  p H  P   8  H     zt @ 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 PIEnebbiolo 1702035441  !"#$%&'()*+,-./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_Updatedrpmxz5ppc64le-suse-linux  !"#$%&&&'''''''''''''''''''ELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=63dfb43dd01e59132a3b013e21e7e86418a11453, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=fa760efa0028ffd77fc02b4568d8ee966b6b8a0d, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b5f9c43584c0fe87c4b8694fc8958b2e573970d0, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=45704ebe12a914d253bbecbf8e80aeffe530f1ed, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4d2184d02f57cef59116b7d4ef9839f485c9d493, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ef38db4c5693d1232b3630f51e07c9d27670a0db, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=0b47df7cc58a17f9e832b7f372d7e348f1d90081, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ccb0b093f4dfdd3ad287f98b78918adf7a64c2ad, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=0fc75c6da2c09335175c316ebd7a840df4ee6a12, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b32aa1ae698354c1a629f186c942e4a7a6d03a71, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=2fdd1e02280e0475f9def57e4ede9f1e540faf46, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=46acb115f5dac7edfafd25fcf5f008ca8883fa5e, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6a50f2207d102e0b8195bfa4b429846bbda3d72a, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=dc4c82e0858c4eb2d60dc1158f50e67f4a5d8594, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=914f6f74195f6ca371a122ba11fb4f20f166a22c, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=24d9e1325db1b4049939ba36ca61cd03b46f93d8, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e6471070b4e98f9a3abe857aa40c778501652c42, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=187776bf5eab701f18ffc577b66c253941f6589b, for GNU/Linux 3.10.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) "%(+.147RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRD7psIutf-870eb0eedb642966b483503f73f135b6b63c6ec1ce6ff1fc842353849a2f6b249? 7zXZ !t/c]"k%Hk+%Yv[#G"Rs t߶+瑒d>!rҢgq&ɺ* @T *=FviR'sǯy(dBnDX[:"ˇҮv 3i)K+ޑ-]Ecۭs7񏃞^|̄/sII"$a[<-ρ}ڙN'̈́_yjPxDg2wgr:q^J=߭1 4JV^@}(Z.yCNI7Ѓ//cE{Eơg@gĨ4\cJFfW6m35Bkxȱ] _|E3!{Ǎ= 00g!j Kuwz 4)!BG16OXʵyuFZl jne*%pZoIר@HO{s~cΑ N,U,.F2ݖKcR{"YعBT|O' +&HauA \lHi9$2T` 1+#>msA_m3klnH;i<+dC%6}-k a P%JCd / .p~z!h0vSM6"y6(Wiw>a+]I*x',\ Š'*4+s郶ܽ?5(RZ_)%W0KHs&7rK:Y$c~(fɎ jUT n LxNxAYj TS'va%ً} dLmDhp& sYӇj[AoSزe ̨ɨ1$ :߃J0 -c4+V؛ 4!Ƅ\@#_W9ԲLQVl°$u<@zݾBy =)]rt6JvoS7"A^7ꜥVUp7` DTY?O#a*]00S[&m&u|r[Nր889qʇk17?ݵIXR \a*oC"Kt;]FLjݸ uK1M8`@JrQ8tўq .OZggi]7;ŇBNwؖ;rrnF)iJ?r@D\j3&.IIDEpjv&"߶M-P55<xl\# a6o^N!k@v4gL[PLO%IHTJ4P(w$y(,W Lή0VPQj~䲮AXKeZ5|Zʙ _Ed= U%+-j$k&jF<4]*B!-S(ѻF6¤<{* fn0<3ˑF(UGN)?늕0/4ӹmJM- u_LÁ:.$u_I:Uʉm^q?qOq &2<`$^Ƕ0{Aؘ0Ƞ5Gm 26RQBrfKP 2axy!MyJ)p @7jH#iCcejܪ0dqYu-jֈYm0Q.k'|=@`m0OmYxb}=XoQsՎ3| rnoB] Kϕ?MdpdC1Sq?ut6By$^ӪI{G\_9!-psQ#2ė3ܼ{[RKԎA]W):!~[| +.:С/%Hs NL$s}& O6{ }(_f;^˧H X#|2$ ԾSH>ϐ +=m~k_*9 @喑+y8D)mGs>A; .F=-)̥0<:sダPe$xL^(|I5YfYp4sU;$8L 0Gz}^&yyl57\'!B=a(Ԑ)u׊T}K11y+<됇[jڽ[xb<\:&\<@čƲ{oc2s!{D77A o_=_eRTfz z&F-UPwakmBTnDn% ޴5V#>dX#;y;e@tNv}!ء[ 2F~ [,:\T*&$"nǥHJG)|!xqA`[a^ /Z//afC@HV ZMJ|DW>px0F!]5L$~w8[Wmmj>pF9V DRs|\XY.mM~i?xGI(\5,+NtgJ]7Vؔ$jtz ^k g`P.en"F0k/1uMsɓ@W54IjM(⸂[bymϼ%P.acNOorNr]\ lRҝ6l,"bGמ:'+U69Q~x~|qv>PVB#;$dxw5s 'hCvͅ^Wſ-+EQj]JЪki4'bяVp^OrpzHvّ $IVpy,߮OAXڷ딹kA@DRFù>0XG0V`z76;in8l4{:[&,q:ʴMrϞ1j閨C: ˏS}O 0ߖhp\ʿ<Fȁ> t}jlXU7>+.!7zt_(\}(CUι|H($9>*N"OF<'GPb ÇuDh?z_}tzu8o*[ǣ[Ԓفpd]0;wQ/C_MJQYg0ܯm% j YSdgCu=_UpVLҙs6aueJksgyw(ّfur җ%L @ٗG6te&b$ ,y kVHE#c܅j޺JA, VOX ):6Fe]v->z{ mˌȸ 'j/W!${>WwgoMH%M{T*'t j-mF#֫A&L'o16meA0ʋP]epnJ[$gfGeHPu™ѹH?[)9Gz#wWJI|CچR U{0s>/5Gg~ƣA n5vES=tݪᯪ$et#%UMx%q1SQ&) Dp =}|p:}6\m|p*5B$ <&ze>GSMѓ|y͵7м)+0Zz@~ QϏ+T;6)5*4ǀR`Mi=>+DcR?EN0n=g{ILnA9pP~r(La%Oq]*_Fʎ7Y;TNɦ {J+t~PQ |#G+Y5k7d t=2,1 e !{5-)a' ):~sdF@O:j ^3I#݈ q4,\Y8x{ޫooz_eF s A{xPTmHٕg 1'O KO \%4;/#!fS(~+;"\j*6$`;Rp?{u!qZMd8!yM8ƛreeQlacF;Jڿ)c~܇5SM QZ '* ˔!ڍ?NOWgyi# RRvRӇEe'ݹyPv<`fP޴"b"EjbFދԛЈ? gV:tXL%_(.0aw9 R/P= jA McOt|`4>q8p}oKܕ-^8锏A1 EטT]bxHK Ufч4qߴP@ r2iM~!@;GibQ؄g(xC 6\u%R<~9=ՓMR'm+M*] h6ˆ57RwsSgje g.=6i>z 5aKڇHO56{sTeڂIA@ykypA 1!OWEzwQm$' yxҥ؊‹9ރu ,NVE,<]!h5׬ h1aEIhpD"6_"Nrzz-:跫+Ҏ͚ Gä5`āY4{i:MA|+oyK 0: -73}{fr~u*egRJ:8Cr$Sga>q/ Wͩ~fnRL\ ~Ȋ0hH _-st;&ɬ]\> FPJ'+BR2;db$UaG oc-ˆKuL=Z}k-}#˛Cm7R1KPRRNV hg:Bg,VuJ |2,"J#N Gqy!cv _ЭRpZלۜMԘ$Rn& $_Ix$u0rC`GV}z`y@-mÅ&?f^]LW\ &͐].U9 !X4;4 k^~0{rcE_S' Grh0ymq}.[~}J]TK ~)$D'n[RX\v8]S@抐)z]J;1[;Z٧lHK|M"X IW$ñ߇+՛dY|͸M53;C'۳LUNP ^Jp|I'=ji6?`{STXm;iNk/޵vV },TPxAf{2G(<eЂ<¿G#Ȩ>M *uwo="=sQo'>P5u1!(mt|*Lu:7[;t+y:D-l$1=C9)QqgNRwA$:S/׌mۑ!6|Njwr2a\-ל ¼+@ͅZ$_ Q;R3zڂiF ,4-T-_1сm}.Ggie* !o?~IhfWn%2Hp#ʙ\B^pb`Q )VvUgk)oMBWϔ,B wv|!HS]t4#1#B8OJ9 'S\z{97(~_Qp7.򍮕;ƆF=F`0;뿨oU)Y3CuEpaVKo' h\~{V'S%<y`n) aZ; t ZTFpDmH7sS)Q~PA)F>3h4(ZadXB?϶}D8âeM~4瞒V8qb\{g[\-Ļ#BB߳a n_ l"2Jb ե&FrrSHJ"ҒKIz&`zcK %BX~ժ:$LŻ!ˉ aDXMo/SRcƊ#%@ٍM)W5jGVMm6+7,,AFtWWpT zyb2_u1tvaCӚ҈}W##Ovxepڗ#<- Pq9? #63J4ҙ,.Q<œ㈯Nԙpg`O g1=5)q=Vj()v)P?w<6tnA=4MV6H >z6qZRyx$M&HHiE맆[t!G r~=:^ƫRʁZ9U]@ B4AҖ^e)D5eYwjj5 0B^6Yo,n(N>p{\A+Ui@6tU >Y\dZsd{/ʼtW-oU5Ff"L8[DōS -Vwmw}L;GR븭1jx8 vaө#cw$|5aC&09V,eda,<1uw<5,{>!1َW[2Bt[őPCzr,]_>Ka;hCr1Y|5wV^ xF-H'qWiE)r%\KKtyS҈~/@ڧԽ%۩֢޳RR],C.jFbq0N*X*Ȏz) 9wxtwj%B^EEz{\fc'Y) ]$2 ׁ'#O|q``*㬞V/h Nİx%& v"+ш΢bY)s!ѝ#QG_oj;<+Tјח3UfO'cj=]3DȮel K$A_LkТ 7P v~kI/y]Zyyx!#(F&mOJ +f3L}Rhe D ]fz12f.cTNܗ82+v!oP Qn) r͏p0W=r:NXtIOl9'%st'yX)H M!OyWVsq6Fywݼ_,`:nx9UXV!irmv[z.ߙ6($H@?z1mvu/HI P1*^6M!inʝ`r"ҟ)\A>Ae^juZ23Hc5g#|FwZ5%֙&z33gZvl̡IltGAL bv;2`ӭnoѕZjY|&#sj_B֛]#r@=w?68y2Ed&nhM~b D%F>fpʴ9uۧ{d-2l D̿ߞV}ikG>n?{wE+s_Q ʼn0%e2^:cZJ=;g˧Pk$l&x3wb19R)TL~w<~ O~9ۍ:F)G+_ÐO1yȡJ@"mX$|z;v+E l?zR}_{ϱ%?wKOuF /8O%IO+M,{rJN'[:)gGROॾ27Pv9B&r9q)4JFb`8Щx0T+m0?;i4-vy9Cg`XAtOMN3cH.Cct#6Oe(pQ%;_ZQjZ0Q3TI"3'Cx}zC\nƌ!VkeL#h,jtn"|y&jg Fo؂gzeXN3S,bCA[J7nHAKEұa~쟧Cv ć V6XjϓO4wV$&R3\>J;Z?l}9+?9lL<؜jO!p<!&nPEJd!}L)ݏ͊rRtor|zmjK*,~} /r'@gKB!'ҟ,dЋu kdoU,XHDC}m);ڤB3$bZ G {`^pgݟt(O14dKQi⬗n)nj mCڀ^ Bp"#)_G?~E bQ V2,[C+ޞDݷ'f`K{иx^O穥Ε{kmYnݢw/n~p~5^;b'*y~2w*aId;MƮP8uc%v|TJG,LUڒHWl~s{`0$6{tz =odއ\i9ߕ0+ ;hV0 .= b2VQR)w͝8 ;f {&0 A.*fM};, L^jw쌛L/4 Gxw&4+ŷ20`UI讠Sso2cpC2 4@p<3<ՁVD}5nFdlz M >Lou!h^fQ,N3P.(sd/= IOwnϳxm4oxm\gJXqAa&uz5[A@k#9<]gwpݤN#tZR. q`aTd`O鼘%,#ݺ%;ݨJ=Zlɓ}'$5[89gLW>1Q}Zˠ"Z|TL_[A%3} _J=AYLXQb0(Ѵ99Z\QGuz;߮pWC]vq#sIC_Y6v(:?Fz]WLj+k%MsjA5- ocݶU鰏TS坴͏%2?ihbV! Ҷo m0F >C}^b KҦ0w߭m ͽC6WC*}Mrs†32Mˁ!71DacNZ* |4fw?K:D>Y]h٬ t]:KG=a hmmQڀpۥُʉ.hqb[D\`](|q"u-]תPHe>Q_mcJ;õV1ZcdN%q!~oOzhf΂?| DnF&aalmaO{+D&{_|B+HF6zԕGk T)$'ы̴)ysL;U@$uM/g" غagpJqx+l*^W VqLh9L|~w8flrćۉؐ`措:e_2{>b'mc{DKO{_C7@J';aurU{Yb!+,Q[,?C:@)>V>&rp.-zpP1 Ti} ?(Pbp v~:SLZ0lcJYA 9[>i􋑤@p5IǜG8#2bxqH(Yc %,]iNOViF%VIȺդMRʡ' }wǧ)"JZ5 ,8m \2Yt|z-S#/c\KI2!:}WD&U>a]2m*7Ǡ}Iqεq~!.ϝQbx=By{Jk&A~ph,(k4lr wd27M.#cC*= ^z.WV9ec}KV-6ϥٸўmu&CdcTˋ-V<0bk)zu{Q+°Xh $z/1I c0[{DCDX@ qӫΙFΜտw9gR3x2CĪ(4xT %GnSfcVZ S忏R\J'\8k7cm]ݼFDɠn4]A7|,NbvF ]Mpv +MG>&x6*|ILb6` (\m7Ȍ-v}ь|+ F^\ͤ{0@]Xn ?2O*%Odr>. `p_AHJVuT4ϝ3Mg %z6펢wAI4ؕ%G'ʤ)>L>g(\E@h*%ash=J+}vR& $f63F01Zxi􋤲o*ZVX Iٖ5l܀Ä ѭ2ۮ~Y"fO"yc<.ʦiMML2`?Z${1[ c$5^rX;E{o_ j+V:+B`>(Bl4E\T)ˆ7޵ ; 3A-c`hB>7D -YE{0 51p4 Cc2xfX3`:9i"p'`B|nV]E`v<k@ |{Yڪk8em!Tj(CAȣ;h^nƁva1QsuwJ6 r =GOg QbmTQ 6 N&ѓa:!Bvfؠ^lr2xnujS;.& ;66*%~gf"\HaqY5Br~KSc-gḪC;Ax 6vw E6oOmPoJ(v᲎̰7Hw mVR8Q [FJ 5 $n˸ y':P"q-Z R 1bS!Z1쁷"qZv+K[`#*pYur+rkڃB ۽w⯛1tg MɑR|NWVtAIfB$ j.u}O=$i=\x.nxPHbxy{`|,Ľ/-a^9 BqX6cɟ{v(OyG,|ެ`[uS뎿5B,$nKB鬰:/.g1f//TfRE{OI*0`Q}ZW~B9j(ȏ xG+b%4C)!YTs/u.R1!/*:O2?R)\h6@,Sy_5oM@W.c llɟ8]!Z&:FMLGTFl>㥬oMǩ%ܲOT:VW?Mpl<* af$9ږqg^g 7-FŠ[*u^] 8i%OjbΈ f폯gE.%O̬8s3WׯdKg ]j&#R LFX ͢n;4 5OCE;TsU%.Jc97K҆VP&\q)ݼh^D#$6ɩ0m'XP=j8ް^0q8xv -~{Dd caXsS'e"``o5J.+G͝:[2jFH\*ȋ ^7;Bψjs=pi)i.BVᇑM+S03dj}3Tভu.; ٹKI ze'ΛւcNAiY-ּ%*R[yA;<@91Y.֟;$JO=n|̦ێu;w`T*eͪ?]9ѺQ\k:ǩ9!uP4j=;E1P>^pgioҝ[ǕN@~4…O䀅N0"[02G;hLkC0^r9SL5s;Կ֗/dX02[Zzs4"#[P~=S1EY`|L+ч}d ~øpd>$0X{=+Xh"w>L()؍LL-ƳumT.S C|I6t֔f^>'اs׿F0PlU -r|ېG?c~&n'O &1aDjL!Wz ؘ%sPzp73ݽ0$AZ󃏣Yo{4Qߓ3҉74zIhnqt=? Mss5>b+M7W!><#lpN#H<$EV$(ɓ2섐K /dZJM9{DœIHXܸ ^$@< "Ӣ7oA hw m;AymPqC5GM /NWԦ$ṕMlAș=4/c03kt2hW \&17*";.o yc[Tx@͸{q ] XL7 /*B@ jt~Ws ,ϴy+n0{y(ɳ

QTlTSwck`Vݜ](Je,¨y/eXKƔj,K @@0(l=\#R,^2ΞG GFb1lP4I'(Rl쀉aL놨S. ?kk@*1wfy E-~T<+ ;h;z~a٫ފR*S[O3zEJxz<Ї԰^U{{@Kg(j)F0]V?R3N HM+4=&$iw0O%ܾE2(E#Oi&SS-ifjZ`+Cz*j*)oK$du-Sl╙>˕+FÃEgluކluW}kv75NZ{v4wt. n4PÌGc{xv#zy`=H:ch.@;z_*-uWamel'A %Q иu~|CM<4 18[USV> OAqk ,ZԿڌץr,]"x~m|rp^>ΑHԢx:fRI5{ )(L7nN+g B}Ĉ_ƊDž/a6m{5k+Z2am6}$(X \8#}9+^&ge# {O GƖ?ǧ*@D g 1=W6Kk547Gs.#Q3N*y^mFJ{먣Ny#ˇ[>KVo!\b+x vs$ }Ѻq}z#}lc!'% 8+QIPހSR\2/dPr!*T[p]dtߥ?L2k08~2@Jri4a q5 ׏UVVpd|d?xVEnJeX;6,Zm:LwmDqcӤQTgiwzrH,uĬScڹQx*:dt ɘ_:9Wa0>X뾗-J+p}{Kfg,ť#VΣ~T {;.|q1^- 81PRc4 @ro@F04cW m.ȠBɞ/ʬd_m],·D]I*#B0f-T}?2)fOJ.K;έVy^G㿐kFC˚^'?|! G㎐WC׉=9w.`p牎֧І g3YZ3R%ǀs: ,!x^3:?kp=~%:w4æ ^mA&=X>Pނ|h,B}1~V ԧAHLJ _Zԋ~Z;)-b տK]Gbv&_!)P:gi_64KȖ[M s=[hAn+?uHa06 hF9̊#9z>ٗmЯśqq:&\Yp%)[ڊf.2eYiU{6Mtp `@ʱM?'U+!& r8`یU{r4L%UˠӸр8rBC?N28;ڪ綟SR{Miy0[:ݕoc7:ieՇLZcMy #g glt@.?;#Q \"bpr|J9lKL9 |ⶮ>th Z xJAZ!/h3?G>£]x<Y`^/KRET ͙JbzS w՝N!^˸UgX^56vTpHZTJ["6fO+b&T7nMxgm-:ː[;lYtBhr>ݠzFKY=4Uaɰdq>Y fD nc3.xy޴F"6evZ-@{'ݿg{aLA9 zY5'[xکa G 3:!-v'{W+Š l%S=`0Eu;kM-,oCtgr/. Ԋfd ZMZctwfk:0)%gY&5G"_ʶ"ڶhC<\ $T Ry`$5 "*#('% e}l Nτpi=mebWC y¸.фXN` 'FEtSx\U]N1Dhs|@fQǛ+-Z%JC/;%,46gDDOM !.sK):w\ʼn>5_>`!Dļ@l9 W&꣩ӯp ৵mGÚRN{m&kd5eIAgK=ɡ ylJ(͉ /B][hTV}ux|~[˂x? ?u"QZL(a`yY 8D:#Em3uMO$!'*-uЭ@ͻlՈw`S9iOo)ݴ5 %/Yy iܽfsi,@(2/-M|GR4jac6g`pȤn{+pFiyia}µMU'E3ǣ΀nҾυâN 4U,ܹѾŁ nͨL˻be!A&c5LRC< 'v>3ٮ2 4O 76Tlv*]%(j6k`Jgr+­- ``W5qx,quAQM\ 9X?ߝ g/5tTbف?c/QdVESq;0` )Kʼߦ?xҀ? 7KlAN Z˻XjИO4!uGiG.@Ԥ$ 3˺1.֢n@(KQk@9&*jQ+ݏN,l sQ!_:0rVơH/1P`Ƹp% N䤑p%x!ur[vuS `]tۅLj`tRo A  G e$z|.k@8+Xc._{XD,GbCRfý>ڃ^2QKGK}$w8ki\'E? ͆uiLkŝ 's :@(.OLQ--*P7qy)*^CPe$Э̷F[Y"2V,n[ܐ9߂]F QpZ²E?_ :Ң5-u-,>|2p]O4Y2^r3ݠGM"ah?o Ǒsv@9E|SnDlQ<]bXNÊYOEr!3QEHb,S"UgeQ%LY)(B)8|9JZeѶM<'m-,Ĩ\AH/ςUJym `` 92,-rԈiaڄzjd:X!|&QU̙+@NJQB }6eICw("#gkspy'a 헫 ȝY٢>Nuu:V>DE/޿4D͢~\K~2s(\ntISQmf>ݷ:{s`hzb?)h|ЦCquc֌j='|jALE}%nG:=?%ޣ14sm '`:>Aa<3O'@ Hvq+0;>,Ω5x;cJ^%4tI|!sz"2s4^I^1 w+Yd-<]{$p-HT,Rc+*ʎ$Д爌Rx#C¡19ƜLLLJ4[ʚ A(K@eШ7]g~tW++ ه~^Sj}ș.?ak]{1Ō p{:߾|{> 𭏋ms*O3vLPy,#6^rJ T\`Q0x5>dB* lFމ5N\R:rtv?޾CJ4 ~=ZjC֊2d먵hҶ ㇗IO zR^,4C-},;Fӛo[޹[MXSpB>$L@g4z@i #z9ػ$ ^+4O@}]4Z-ы TVy`icX(Md1JUyһ$tg(C@>G ze 0O^.)DEXXź܎1]Ǯ3>اnsDdfFa,xp~>T e)~Յg66BRxQɢ.i8WyLr .m!㎬ ݎPF#`NKqsCr^_4JP-gM9skl FLh@19Pk<>ѶW8H9[M?cZoaR&9Qk5%v! GbԹ, tУYQ'$}d)"/=zE a4{hf+[*YvBpIG"WWvqň":~7۬7:&C4fDЖi8|{ii'A8!B_ )=Lq%F7VLM\hX/@?٦1at}%aD9&to=}j5L)dch|/b)q1ʾyȄ*^Y2VFа%GXk P/Yg."K`mMO멐NN}@ [$4{W9cZCy/* INFFV7 /3eC|)uzMrw'lM Ч+!*&vZaoQ=r3\O | Bbe)wI=/Q|WSzʧq2yEx7u"˒17L^g/͎Foٖ4ux[*ndl"d)e+2~}dރ^=u:!ư]+aaq~#fԌYQa9%Zг~b3* kB| ~!gj50%܆ 'HKM HɴA=*QIVfGnte$wvkHOe}(ku|\%s3;n9J(Ƞ3D&@+i? g Zo1|$8З])z{o!A(\){˘K6`фUGН֢Er}_s-%dEiέ$٬aYiN3 7$ir7{u8cƃaQ+u=.|\#}X*{`BAwJ5 l2$,!4_sXF\[`e(rټ9v|f-FsǪkMX%I4BD! ³]_ZVk lDZM>l dWU 9-! Kިq<,-̻uFÀy6 4av2{Ú%XZ-ƒރU^c72A\3.[ ty0=T;pM vF21}o58c&-m)Fp b|Cr" d=ێ><vEGx ཊZWS4Kc`L8L{@ 9S2WHrlu/o:?[܍) 1~^EDyFC ]5z7 Bv-ߣZMϮp f |K30+KojA (wy}3S\br* jc粚{ B!`´/${Uj^6)k?5^km3)%F@#偐}/P0 9q-D\K}I)!Aܻ'MP"\}c`2k(4ZqF]Jc % L(mԏJܞ_1XHWC+TQ5uydX ISm><0#v]1AKNk<{!X$()|13 oΉ-jbBkJF@5k g+/Z>,}d͆NxWw|tzdigHȭ|$[G)[t $c WHӑB^q:& 5ѭo4ͳ=c72)fH`6c_XSd}{%o`l[셬)~ 6A!@a-_r 6ZeI4ٗk%<, 48{u ]^kEցpPGe }%쾓Uɺh1fy4"PpG]s1 o? 3UF$.M6=?FyȐQߥʋD(&[t[e2^mI\._G$-4zJ۰d({VTGЄJʭ> ltkRrGH"eG1o-|~|]+HPj)D683B:~*]k'` i[qkPS^Xn-߱2'cbխN] 3 /& |rk3c$iHǕcGهI!R*~x鼨"tPCZ6JKuxۤb ܙu @P-~ޢc%~lRK> yy1fQ({BRdqb£AC$ m+kzqBs|nIw Mӊdž G?֞5 Xmr|14ԍ40 jHXZM-id!GBVSmq!騻\sʘy xl7+0׍?h1ٟt]Q Ӆq_FY穢Ľ{iAUߞb?nA|u/=-3ܚ_p||A zdRCaVR4KMǩS%x/|W| td: r$ӌ;W:!* pŭ>!"amG:_ߕe wyznvo_YKz"cOx4bPţaY&;qL5mAH_ Ȗ=Ku|]'mRsnfT%G]U<蟸m_R:Wy]œab 3]T%0=ެ.8mH 1b*mӧCq1òEPasǘ$OWقQ@,2m8_ RH>=GuPmyQو,j&{No.1?Zd)@91Xs774"zr/ ͙`a 74O~,Z3pOE~B(xl[pwQ?L4z)1%y;Ak3cJRϰ9;Y q+ ]<ʎH359<2^8\Pr|ߤ?zHFFꨭzpC1[~+y#z*Dbyg]qDnr~ӽ^n~F,&h=/k[~d`NCM+x495NXDlD޿8N@AUyML`aNaڔoSde!8EeԎ{ }jL٨یNdmȅ2Nsxj`dMz2';5 |_79Nџu$A {Vmi+cWҩC #vV>Ѥ[ eg x|99lßȜd KDrЧCʑ,ˇ|X}NKCHRsîM)pANYߡ/0 r2(j",s !OTs$ssTnU^%#*8 VZW۴K^. {8Hq'{CRդfx7Nę1ZĞP*|nHo^DŽ SPL "ion#_ + A#zJ|VKcչMsft)oYf9-8q ?gѪ:w|։9qmTD蜋jJlL~/m0enٿ r}eU#0ۥpWeQ㚊>..l,c/CYD\YFårdOa73~ʧoE| ׺Z6 H2'*$M9x"`6=**#5$D@cG8g)"=#0Y)-fEyXb4Hn4 (&Iv#^Ӡ2nhvk+L )|b+"Udy e}u2 `Z*u>ӖJ)̞0RF-ӑ 7#>Eߏ/c0R3 )]?f dh&f>a/I8֮[_y.kqO '=dj 8FZt=Yh&)7߷#AԤJ% "'dEDHC\R}`So*3wPl",ȸZ0B7}L&i+ޏd>]#W/:a|5[t#x+YgIt-5\la~̐t) ÔyC;/~^?8]{uƷ9.ɡ>: qCP *ϟէ|?L+wD5p]aa:nA({p9rG,o^7ˋT$R@ O"ַ ːQy Da#2.hnt]GqFo%q-P= y{-0ӵ6G73CQDYl1V<&HVXJx(Mwrܦ67:=U$<3Co&cP/1^z6 ;HZsbji 6ή qLDkr>ۡF$4O52q?r S7ПLrR-J dCѭyt;|R#"AǓWnr#ߘ6\᜖9*-+UkVlUdd_=Rlu;Kj_߽"EHMܺk"GOBc @Ov(YkKX"ISaQXm/c׿L`ݟbQܨ /ճVS<ϊFWM)N̐ˆFXHG#HOLQ(^GxV;s_,t|V,Jbe 1Pb* d)딈;C—JY o%H!MgF"0U1nu#Yް;JJ&(x⩨Vt|baNA*xke-(s_mF2CmpI!آ{=kjo?<\$ޭz9Ap7cv{dnM/ zT lpgL(L-Zfc;N϶Z-F('Yeo9tR3#Ā.'-Br صl\A.̤\Zt)ܷw&bSL~:@Z评2{] GI%m ٤4/<{ w$&"T;Oͩ i'D9l L~9x1>R\*60[:Ka޳2_tHcX;/S;؎Egn10z(eI: T X5( ?5MCPc޲f z}Kס:싃kIaq%̓ |vf,J ZH&3)h8Y(Aڲ~&W(=ֿrniǩEt|YB({{˚J}s8M3; Mg98?CoݲvZ97 2d9Aw6"g6#sQ\k^ʆnaVoi@'jN=_QO03tyPn%Inh d(v.;갧M%S@h_SET ?:%^e0YwU)*?Z vGJ:, r)nȦwFJŹZg߂YQW1(j]Bp`uERɞvLf'OָŒ 9Կ!Feϧ)7[Лw1BVpYp53DO^:+Z ^Ai@v?LgM҄ЁY&~6!)ɯFO%Wmef|j;PyAїtSÞ1~#NgwfBlJ^ȭѧS6Ali^Z&^ OJn|hXe?  y7&kk??@\g<*Mª͘-uK-@kv <:Ȗ@ PB}tVMJ<8PG!4׶h)G'N|XfNIPk<.ƶK8<9n=2 4ؗ`WTi%vZ$ubwٯ5@:Ejq,N6w<1̾2^h0y s)BJQJ{$3Mg52AՐ;\R ŏWz?A8k1^|9|8YwJDj0 Bqt6,<_Kgٻ}4nb2G]zJ8Cb"5){m%uP6f2 v(;*Cٛ_%Ӯ,*b.YDh*.!Ͼ/[60~,g ړk[b}q뜪 ݪSiU{T[ѣ=O$BF{5޲hq6 AvJ#H׵C6Mρ"=Vvm?S ԕvQFz3mKܶ[! n!G ?׬ھki%QuмxBZПJ+ڟnLȬSbD+j־+0 tr±Q"߈ٷi}^i9EK-h퐒f>P y16'Qlg]q [n -zs*bf:S ڜz|UOD\?Ez=J3?T}̬3Gql->?B jR墹ϰPC,l,:ƀ{Mh d9;)">^=L##+HԎ4i~ zN}u$tEAZq]ce[W$Mÿk)(Tvb s_YjlnRs,w(O*̈́y͟u.-eb\nyvoдV/:Q \=KlCNFONl/ڗ~z(@}}H:+W|Pg'tDmN@MQza_;@BnWQ!Qm%Jp=HxWw+B}ivb ]}:atZS-A^/aAz$Tj.A~<:Nv*ea50VOÂFo~s)။Y1 d|zQ2@܆F ^6Q&  ӡN'2ƕ61dr"HdZH*,hv.u|S!g/geLo.^*ƔL瓝 $CC!!GiwmR@D*tu&q͊vr&Y=oOKyiδ_P?qBƛ{&t(3,LXNvk,&Kqg Tkt- #t`Třf$v͂Jʜ,C:\2PNN]|?mvR &-,h$vqUD"c k|%#|\PzGҝq%[BfrQ:]+_lUG+3J(XC(xY`Ng\'[{V$x:nVlt- vSAއs/_9ghvz|Ng̯6X`O¬by|ewȐFCMY{bCdF [iL ;q) yy`u S,E7} nLosٙ *eh}kQYy#*!@Ŧ֙9}K +)(FʀK!F¦ixϖFlJz rTJc4#_*_'栕Iq| ̈#'LYNxc{*z77MI6a鎷a]_awkVShU@6*崛T27/eٸħ-tBKGs(R6EM_웮o%vŠ8fC :HCj]1XeM Fێg;W]ǩ?4,G]:| B;&rDޚ 9/Mz:B/ՄN i܂k=Z01aR pe{{UhinZGFb+P ]/gn͢VR?~onSXgՐIo!cJU1^Qv䙮KgASpdq,Q>g>D, ρRi;aWa?u}\\B)]_J`4V43vltOR[>ªxl;xh&Ja VX[N/o?0mGJe}펛@K FLyY2Բ;"LTt\Gw7y',B'xMZ oU}IWym@SRa]܏쟹8|IzwGy-T[/_M)N+b3ʘ$dF0MPcde?hĨH]%ǙꨑE6eZQ;P:otz)ٌt'> dȯvhj_A!#O~Y @[=-^*MWnoy91 ɞ MUQ=[xA-}hY3w^i*wsf6Z%%RۭX~Ƣf6;upFɦ Xő4p⸄~"ԑ28Nd{i`\wDmJhB,NɹH;wB@C!?/m@?oťUt(؇*Fh@Τ)1grtaiOZcl2LGvk4fN56들! {)G-7fdېUp98eAu070{51CGBk!/T|Br+LWYU3`-Y hõt)=en餴Y7;Jo)k$1#aBɦkj.q'NCu$Y|R[,Dt2e[}V6bPBC\)蛢S9IS-8&Kǡ(J<$X.m ާ-fS0B}t!p}bX̜W@zw৕﫚hhPeV |oEajm 3'babr X: M~d4Xge#@1|`B.sG7&Om0t"+y8rVӿ*lӇGttH#t>#D)Ғ8-ο]T'jL&7<*))9Hct|?5xdW[綦-pIka(ߡmmEے8.GQj)>Q 0qxkV/ [kl'`}k1)dXdOםBo(nC}0x9zhzCmaUnx'3il$qbEx=#$|!2MWhK}yb&ZZ4ZXMq^2GWYmtOf+c^>pl-d`@BKT5Y)oGfR *K4i.ӊx/糦 SOBt /,R: [+]| V^XD28,19Zfi$EgHUqarc-ZΟeuEs1W\N?RmI߂Ə)=T -$uɓ~ 4+,jF?I8xAr {LA>"E𾲁حd]щj)~XӉA:71?S ViwQcȥ¼qMOGϚ%mAt9໴4&"g#RⴠPc)ǷxxM">4sIIf^ed*8HͭK )"LA3Yi袹mjHIhĖx+1 P+/Pkx5'|)`%21H-X^-b^"Ki53(,vYT1(_>rl[clqT7CћK> ƒd8;@q6]} YڔUHeXRG0ʤT++#/$ee.\inB(%&[ZJPS&Zݩɻ,#@JdwG0Iôj9wk rRMLA[KL0(, %d)V>:%za֒Icdv/#oNH$2,OAEd>˪Bn>khP稍+G΅}Do?80V+ :4P4A{W0 +\ Xa;qNÌEđ#٪j55G̠Q|5ywJY|Jg-XOhvrKեh&0ܱt2HL`PF=$Tȹ:M 8(x۠wMd D.#PcI̵Rg[w%kX\9 Ji'1蹔W E#kOK >'pΛ_QL /E:?ju1`` N?l5]ʲK 9`E6L%۶7Pަ: 7swC7>nÃmӁ %5RvNp|?5% ݥ]y}L} 6}E'TҦp)?P+ҁF > P b_,)6ݾ&W3j7񖡜axXCĕr K nkS|yBK]Lٵ~W79E.;#Q5B3PkYb^˾( L|Q1NE } Y|}ފy-A0k0Tujoj(P|uRe5v/}7 yzȕK*ꖩşSU$SAvF=פ=Gˌ<@xp ,$_2(hjD;X`'u=#DIgJ?+C^~t5 ?OrZd;8 )V!SwTpvLXh+ID4_[cG=D MtUO4J&BgUw )Zt V5*7j!>dT*VxsWkH8ţjߩxq˟LF-jף{?z{֐NDݫ vF[ݚ@Mei2me9P~&#} r3W[m'`e-8<_IBbW%Ejrz#AIh>OF07'0ClAcxちB3LNtO#@&=n>k:[Gӊr3EjJH3`[ҁRsM^w:{Ij 3[ ) vJH̺J{Om^{-$!YWQ!/nWJW+Dyơ@: 1avOleFFY\=laɍְuKEq&3^&tHtvgç-O65CNIVl7{֙tUOKdNA7YlZ91Xvd;28zbQ'jS709{+=آ/ČW4yZHt-n3ly՝BR@0Uײ2(f?dӍQ[^O򯬗{:p^q5GE?[fLt@ m2^S̊@{6, <44=m,pnYM^N:#x`zvwn[#oņVYTBɺ睢uS8Uc0rW`_4BѦӟmor/\yc-|UF4{UެNK| J=Sd"S ܐ.)nZ@|q &^XB s;}lW:,^Pn[,3_O!`KqOI<\f )u߷ GF?p:RoSZNGv?Ƌ5`TK˄FQ7,?8ڻh?<zxy1l){g2оp͋?FbѬr* xp~y%t&! i {IʯQg-UX#v܈QC.(Ga/O먮%QOwr;Hvkn#Gz ,_4[KpM}q䃩|*!`R詯Ѝ{ C{a!x$yr~Z^2p|n) gQ[ܷ9BZPǗdjT{%0P(=WP]7!ӹ;^sƙ#L^~B܂:g^د|8a^@-@Ń4/Oצ/ށYw B2M H*i!#pBB ٩jb طX<9_3ƴx$7dó;|_'sˠN%ޏ:FHffiG`8چZF|lr)?A)PD?G/:aP\I*(k5OZcO‡Sl_FtKQ4:b('@1gDw 4.~Q}M*/Ymrm2ּv* ʄB*q*G7 Y&j6Fz4-jԛCmYIO;=缼J7mqf\|N^5L2: /a7O(u9N]ū>R|@n?xbgQw/KXiL>֎@M*A 6NCcv%^'c:-k<w HݠHOPpK!|O; (gY~{&n1rgơƖNOsU /A, wR@LY7v:8$3ƨ.o|RYnȺг+rۃ[_ T+w :Pὡ^οJ\U.2ԫp 6`MJW'JQ56BTyѯ?5!~^ S FA']C?h7*ά?݆*4zHi"p'KcLzF [^/+%V2YQ˄8>?cuhn jQs*3{˄SuNqS10->j쏑a hJB6"\ʃ.A+9Yv 70t-ӫJ"Yؤ+a殀~Xo;RޘJW~ O? JKl(㸬l@W- *9&PP[[9C9{7yά#:-h>z#8^@ ; IIIRr|e˔由) A-L/T uw48ex0yuŁ>E^gsšn9Ld{>8dX`Nz/Qv1ltyO e|mRČit[{qZMT(,.Zl[>g]'#{{#+r&7=gޔu-䅭jTCW!E Dzޠ`m0vۉ̫8{TɼSmMimQ͔8g}{Z Zd;:zN鎖FW`u ;w갃Qf0Unetc_v k{ז?OBU1p^HeK9 w $<*c,?ՆE<(H1Pn Ż9~_%ats]BVщaݳY:tUr^=У*[s9S RmZf@}F .݋s֗Tb7A QlvxxYev\[?χoFN{brY?#Xa.PۨO=_k;[;NT8ں/292{C5di&" KA >02 IR뒡N=l2gȲ__gj㿙-ET7cpX&-h,0Ժtly1P ~SfDauED$=`'5[)}`+l$Xe WEGk떬KRwqvO]Niv56#5 kCGp}72@{o_i.Ș K8z}p j;x5D&o*?]z85p⩉j/F>Mt`Cn6wo|*ѳ *Xz3N,SM\@yvp?Ti7B CX+O>S.W(@ȅ9X]C3V[{Q>ѐv꣥.D31v;܍!]#m@8~a^Byn41^3lQfʅAmܤWe/X2-St^4 =:3e;fPj HG"t{c *\5~tq, u59 |F9Uﺄ!5Xo%pϘ^>Ye?0tÄjh 5TɁ5%ry t ?f]\a}"0YF.e@hi&1xמŢ"aYp܍n- %oثY˚`Doޙd𡖚h/|paR^`]9 hPv}YCvpV[s?9&o:P,q@Y޼ʣSƓt#0x97/r&@ɪxî/RŮSb|fVǚ^[5(pmșǕ=ǶɅbHх͂KfTA<ֳǍ"vDaňf?ώZCȿ@)Jm:p5( ?[ **YyS}u(J+-6W 5gvۗĢHM}h&<]~oߢè.JA*ИO1l8~uF`s!۱p6$',Te:*e*Q1g1OPU t%!tMη;<b6 7/ѠF:$\zFՂ.`~؇n)%ZM>o/R*RsFgɤ}Gkzo9ԌE;_vZNaaī!FH# ba.*T*'^iEg 6F$ֵO/6@oTȑfulLܸLtKO9Mw!g>+f"Ab0{ݯl ks/~: #x0dmU]hb-倖|%a[-$ⱼ>OƺIvDi%Hgڮ~ZƷCj c3?!nuU ]DӆRǖp._OAd.FD ?zF֬SIk9d s/"q?~^/s_f9̣q_)9:/n܌01Hj吝4'9F=Du3SBƟrSg[b?WmZIT9 A @.&.e0$< #F洳9̛p*c2"ۮWOcRIȔuAGjlFji.ZŐ _ri[H$֍؞ P+WyOId i;Wrq'yA|I5*Fei\>޾_{U"d (ICoguB>XPPWC9Vȑv}ӧUsҦ3qnY? 6#(|-PN Lb!]m.뜸CI%jlg?nNBDFV^O;ꐊG.-3: D 5YݭOثف'//(4elr8YʹJH<F~CSUs9.WMX,G,-HUj{`z]-'Ipbut~YSDo=j c_$Ghy>,ݐ*ͪl݅&f_nSt08Ic#-^-ub8Hp%^C!10*Z:aD[ZfC;G%q mʑEQHt~$?E]0O@K6aX6 {% s's.FBDzsg#̯PJ`_\2t"OFzׇ-!H^m H﵀G+O1OwC P$FS %]}dsDTd]Rt _+ShbPW]WƵPZy@1B +$Ō1O¤Ibv]+4 X9BFrSstչM.1>}>*z7D`ֻ~ͭy3L QӇxa$duȇ9g:q,T@7lEޠP_cVQ\;QJɏ6~2eOKH }}b J@c:ϒGqOkmQ'`q:U<[IJK@шs߃C4 b4)=?oEj?ёW/Fׇaȗ"Mjhtm0*x ]~|wZ`FCX#',ƪ'1f3A߿#;!o(6"0FH ~y`,oT~bR(0[܄lw{=]7/D1){]TinIgؔW(r=@5_AɎ0Ԉ+DaZ%gqoiY'#vӏ ?H׮aVK\Ʊ(y-:6?pZs=y#jo, o71ٻg` Pߘ>VBlk8xcP\r~_\$sNȕ^71ݝ/B[xhVHpqʮtT@$eV"AHk%w>:7?ckޚF+;^疖wƍ!Uo,m}>L5plΚ!/MxR ) & B2=\4/ݸ@Z|A$mL lzκH-yݘԐr?Hc#gNb_Zs{ᗆyU+ԕ\*0ŭ:Mf=x fQ*Ԓ̣5c;\o׌YolxtP_ Oz@KEĜ+%Vz&rro\NK˪v"ılOłUx!*޻L}"Tks:|7lL#50egmBM蒱:!7:I]:$٘K<U(%.F)eW)L=R 5-.隯1 zWX 2JO3Ϛ0r v+81B_7e-ᭌAܱE͙c?qm?i K.D{ieTp9;Łz . ~mA80!i2ev23q=XDQe,?1/GuS֯#r{wnM.d7R8pMpVz9X#nszoX#/@ oKh:pC#.IDq$^HŶ7Ѝ,OVpJgNT8 *^zD%Ss}8BB7O,aVcN hɎ| uˑb3pԴxDc)4]D3>9wJs|G6r˲pFJj|Y{AI&IZV~.^ }Y@EHgW/O&uIbe{2j=¢ Ѿzqc{HӗuR.ޕ60k 'Oo/y~&i4 wDAdaGoUQl *7KWkL S!?~P"lH8YP8UNX=2Kb;~<2 n}Y-MWQ/vHV$i<b #a3m_ڮ1nh@(;;pW/D c<_c}ՇL`49Z L"8NH/@hvOī Tq~'G[a__^c2GKclD1,r`a a+0j/c"㙮.MhL5Gl1C~co:ncD {˽FD衅xʟVg7oC>8\QSؘ q _Iw'&@Bis6W`ϘÁF+ 5Jr{ \yKsI9pH?ώĉz]['U[D)JAʃz{ "}18 |X5Z^ G p7;fޤOv\K ym ^@8kb eݠ>3=iq;Fj:/ڿ lI9L |VnbÛ{@K!Aᙋ@0ƱOfƱ 2xy#h.m(FPo$<ݲ@HE2/+KӻEVJl!w^2޿۫Q#]EeE }rxܖ<'rs1@p9[e˸J6T@-}i3ȃu*q=Ne?{&NUL=>ufem|~nӅ@79уM_eKvg*Z#L(`e6XQͪ % (Ȫ泺XOTN68Ѿ?}04\i U@aB+J|v` p\ R0-sȣt= (MEu,LضL6gWI_krP Һ]e(m_ dL%WBozvg1夅{|),-C_!<Pv"zS7@9\qYKHϙ\,}8[GqffZ0ags}p$z?JstfH淖ٖ,$LsLh|pl @k(DƷmXA$()WVwYowghU~C ṳqTNѷu#srX_>"a̶,o+S J?zQ=XcՐ! 3QNn0%ś" g#OQ תNl4R=e)N p~mq4XfN3TJrNc+7o$'sP cK5bNTL;kZ]RHư})<2_'4XwI؟-E,%>JRH~PǨDy?T 9 i2[j|2{Vԙ* A2]nLmA:I˟xۈ.Ƙ ƗëIϣf# ՙ].Do*>POLCT.TI͌,LoW+Wuxe0JpPQzQ$|=߿![R:g+ccN+ -T8xg"AY*O*ASQ^O5pM>:"cb-$2e S9S$HS] dM+im/}rܭb@p nPIc\_dbZkf*/^xAA1+Zg̨,.mF+tB]rhC}" 6'BL|B\jEMKe? 4l [9Zlڞts'q#Oqi6VlwEf"lƓܵRJPB&E=4SUgJ k%Z|RpEl8SWdKlFbuG Sy"z΁5[Q=#cإcd.gOQ_O.ܬUlL*jT#a!,OЎ~KTJW :e g5 |m?R3!$+ƞ=eXT!$MxQƃ v>@p4rmXG"_h&ļKH\"vfZG Ű5w'~|̨VtEEY_)vl}n 3?3<yX-V oVohգo0ǷTܱDw.Ha}w@?VPޝy{շH؉U!rRy1k-eWSIO I& l#ܚ!I:č;}fw5;4V yC/1ڗvhTYv}?r6ADy1'MPmgt ї7KQ3,Oj5^Y^^p$bA \X\ڰ%ͳM Wo%K*J  33>׊U|:qK8y91x@f戮 XJ!r&" {O3v]Jo.nx5B.͓ܳ]MMtIe\l:2=]VCII54x՛k)Eaz*:$UG{RNՄ1He_<ltZpGY2El8+$Ce[A[_͓әHq S) kp(QoBT}q6rP?oXy~[toƯ]4Vhd/7j'⯝)d@?$R+䇠r1x- S'xY$f!MKB$œf>NKJ#eۢ(x 6tU[{W~6mi74nkj! Kk#3%;XaN$kc® 6ck KBOݷM WVmҿ^Ru*< ^\JI]V2%4azr(aгk1NSR9L×,/4]QMMM)#>aIVX+jSt>Lpj|RCl=~lڔKb}৊xgoڵI:حl7AW,ޖz?G#<A2X$Ax. 6䉢A8 n>@hZtY%?SxU ޺tnRu-r#=0II/Ook UFT&"9 *@=I _YC cu~u{(Zף`r/]|țuy7ct ~XKl_HMSn^5 vJ&=4Aj!"3ԳuLll;sY}~"+ne؉kv;.}|iW$`G[gy{D`$ؽ#Msw0߲i <!}:#Cn/C[ha%cYfHѼI7'}Gc;TsnyMy`?6Pר>q !C78>yL,VWSa+̽4FU* wv^C?M)sWZ}?@VZ˕q+2r6/"a yず"Z+N}fb'xe@W:ZiEHi=ov:uKYˎ!#ە(|L CJX3CO9tyc6Ʈ*5^`b8gj3oìl.i4\w13Vf{8q !]XJ{ӫ%Ys@V[` ]@dq׳j"^9?h9kFQ.uJv}9xG9W,Q˜ӡDFpCn9T wbp ,e.b2iT)R+3Q%rys"jvKJ8[N99w (`_GBm)5գ)YIdI꽈#^cW~O,cSܱU0gS7q-tC?^'2r\P PKSwQd֬cY<"k: "$(H}7ݛFԂփM$s] /|qUmm /=&5[ ,eehCGn^"e*I=ޤQwOz6o[^vTd"0g7N4*%49I2i $ɷ3 ɜN G-z|y<8%bB#%(A8YV@J K٥,ebAJоlTE\ru~X"l#Hyf9Hy+1)!qQJ@&d~,x;DQBn$$E4Rz³/r)[g8 _3qTX~"%利Ӕo;TyX1".Fgc-[K=:+ߢ2o1C Nwm$5~o1RNtĞgXL] V =;B? k xͬ>Ǜrϗ=T`8ݧс=3gtqN< UcXAEy $&"tF"Y-kq3 ӺƩAfU {|Q?ַ:yp[`t)dļl7bs.U$Tv_4Q+wt귆BF+Lu﷮0@!p(cB?|6Ŝ j0zd;s 9qW]wy,[J Bhz^ bZngJjwl%]TY]Weӿ&,v~'v\^#M4Ss?bsv Hm0Cj5i 9o7;0k[ᇫ ?apv,fou72WYB6c,$H47u-H,ͥᴳdz\2CXtSnB>u+:4jR(` mf{KT)N +)(r heH| 7aILMPsf:.9>nr+)QOĽhvYYhÌ+^Z&B KD\vTHI X|k<4}`|צ!Аƴ"RNh"^jG<bgȃM^I[]A$qy&!L.(遂{04;cQ,{t9Q-<ƇY ڑS<ve9 D?:R'/Τ$@z̸ܱM?ij*b ~HN+ر vA#$6>P ˪.8A(~$TFOrs]8{g\~i<$Eqӫ=~ErThP /ȁ{֯^$/~VxQqъΥi.3K-;.~m}Ҏ bOT!JWDeɪ@H-Vjdbwɶ*⸉gزwnm7h9l+iv31BթasȕiV[k󭙈R9ZU2 .aWLҢ-,Un% p,Rی0Y4npN!2Ms&zO#`bRc-];V3*V*N)d_9!:-[38O_]'-4Lq Se#8#\27ǤR!XQFhpQohA^'IV8] IY? lBrvl6a^i ."jVW+wF7zvo Qy`3S +[#~;kc%hJ&V=o~6^QRoLpvț#bY^x"º&sUǪ=JhSg Kꆈp<#$f wٔb"1-_o b/ Z5$Kf0;daV2 rR#\({AR(OU1k W,uE_V!Cd'G{9U>$mAw_0oyt[bLh L(Tw=jڜKeFea΢vp{)buM<=ts.BL 4WiPSW0蜳'i@@ҝ5&տ_V@ cdޝ.g ^5cY׿|H-dg(rMKʑ}!Ʌ0a]3ZIy]!'$uRmI91tX+ ȍ*7a;FUT~Shk}m x$ kqdAD}Wq)R+̉x&̈5L[_ ΔG=bh|f5%%܇h..њ%pq$<OVI6ts4Կ'&gǕuۇc+ aJ;ẅB^{izAe,t\M,{OqJWHMn)5fV&>T,>%VXY8Цgq=+۲QnS7?M숱rPz4 '$ZL4ys잚Zn^0{s,$}T]^ ƙ [L qx6ɟ9!&u/߫O RB\ּv|EL=J!IN컵&rog:Mg?dJzF` i`I172P:-b9N+xnΈh4H>B;OO2Moe1vSp7AF!wk؛"isx2+JMm`'eݿ߳.t\2C٧7NJt, %+< RNKߥH(܀ܒw}w`x64aDpdwRB!ldET1eUSzP+gTj{R Ӿ!SӓN3}s4S=#gC.w [Baй8̿3(9NРÃ_:֥k4P\6f'b99D@Mn㺳p* "#Mų1!6Ć!StbJJ 6sVǭ:00eJGcMxZk 1jxAy{0.hZpN3h>%s*Rs&eļjPqϛPQ祗gbgV&'[nn;g/E?(DBA4MGF8@#{fS ۮ~ۡ {QubмeR*Wl/][*]냳"$c:!^ZOFr-gEA Ġ_JHz>m(jwxs3!w+=v$jt:ۇY!ѸGL^<oEL ?I+sj5[c|>lqUh $,91/ݠ`笒KC O%t=y+fA6ZӍp-keqVm$ɭR'1R?`/|= Fxh |s<ߓ 8y]|,f*lO!jhDs\,2X| v5e.BQ>d $ m4.eB7qdixN&҄t6-kkQɍ22a'}_)>1"Z5ӈtyP@݂ط9Job4. 7X_"`K yp4PqXޫjƇ8E -|@?*h_DCzMPBqvhTHް# xI Z"cSwc\S+3[KBgd@WYJd Ae`=:զYzԉ^i3y4>A?_pٵFe> :=轓g)=ǛV >&<6$_Qk1w${ɾQ!IErnԫn %v8>m\J!BF5fEfH\?4;X)z}5VUP^BDଈ5F`mP<ؠn|rr>$ی|H8Zd=P)06Tur{+y@j"u>򃹝E/H I^[f^4hjT}<庋OmBE֖NQ4P?8\6}ܜU4!\¦i :gS9^u0py/rg<p%\SI9tZq*Y( Ca>Ϳ=0ֳ1AH-Ї\:w՛Д>O?ۍKIR`&rimR6tRz[BIzm/Sx*./R sk_v27{yEWB^\%\":X_'@/w73g h-ý\5U @YaOHA;p}; _?vr\8NFnɭZ>%?5!![@jLk +5.<&:D 84 ͌eK VcxN0=v]#-!mQLJA lz kGzgceϴ$/Iv|)*r(HJCam62^z*^$en]dnUuLrG[vD;: yu L3m"m2KfߐM4*+vh͛ [-u4xn\~Lb` iAίÏ6Cz?uV/F{͚#SlQaˈuXƮ%4ڮ˜7_"~ZK-4 珕ԔM=%{ ÍRv) )1! +`mTwp^ ;TB8kh#r.[%$"Lg7FEU1 ܘKl_8R} EyhPHWצX.3K6I[;%2!H9qsR"=PV]y熽2Ϝl͛搱aޝ]j_i<أ r+ <7w-&m+?jM&W%S.jƍŠ!a/k ZN%džۓ#ӧ|Q0h"VM&1$93~$ aoVeƒ"vfږ4J qsV»O˵`MX +X6-*ss%^$`cy6;-y0&Hd9].ǞF?gTeX! {/}GPԟc,4vz^-T,<ˁ]ֆy6P+{' b#Q>x ř@֧ڥmNz\Ddm!}mEGmr :Է;^ gjQr*&#ק= 6>JhWǺyɄ5EUq' W-,EOWOvLq^z`g\ƏF% VÑ1|% XD c$~]hCCS,]=<-eY<  uC|~>}f4CGx(b]/> k*>wfВQ)s(3ϩx[Ѩv?Vl=2PDrd94W 𒼑v!.CA:]g^zxG/dfdFcKxW$6|7畢ض%#MC`ق*ۍq´Jj@(fxnC[c*VƕV%&3&g<41t/Yأk,X@XgjlUF'kL2Nc9/^Ŋ3m9$XL0PD3xs#>R *vYa +#"8#o&^mZ ^FxӶSÿ!gȻԽS7: v.+e0y#}*bʞIڎSZ|Vʋ]Gf(!i/AS 7q5kT{_,A,gD06Kq9P }7˱9.NFY*q.LU8PH/sե0%h#o2Yv*`j%2P9>V*|\o>J9;Y`1J7#`R=eNd5hy2ɸǷ 5}PJ/NU4W~K!nUeطAҟj-Or P&$x`ZΖ"52g  )5pW&KHf[fH=Ynw/{`oy?5 H<%b3i(d!`9D9mcxOS5S6:YL6cC*/qr9WHDo#Y~z[bi' ߷yu;8¢X$>m^uxJwo:d؄ 5\cZ. 8hc?R-=r{O=tʕ.!~cbLZnۥ˶gU:3IVB?5!seqPI)*^r VuR|S^{b}B"w U*٨fmw٘(:uQ/QtW RƩo=0NfC< F~Q8)p+c aP{ qF4U p-|pb|uPJV錋F]ӌ̵k@r/AHc u/X@e:\n7ō!UML<.@1Q)5 ɪp<^zL~HW3LWmD_bDmFSjcT׮PVs>Jfv{zP v'Xt5X9ES$oQ^GėzZé G^Il ;Iy+dK]WE,\wgR2I$R;X2)3?&1nRle$^֓>!%v%dI,[-ذZ@P-@:1t3:C4~v$RK32&rxKCpppDi/ x*-ƥ1;+LԻH0ó+c}`x`Xϔ$Unq?墱k#j< P@OwҒ"SF][^,sjT7pW̥CPS)TR ɭd bQs1Ƕ|ϾkE=&0*`meIgmVa6L(af~ 'aNIgQd ܕl+ /is?l"cťTJ'?7 ݩXGB5;uu}m4>B330k\aY> ! vfBwySo4,D]P=M<ztֻI׮0_fq{RmkQcQ ցڷ >nu ({=. Eӗ)V2wWrm.\l)&3jolu׎nsWS>stF^H:M>rDAG$P1|IPtw5cc78*,X(@ά1#h:QԜ[Fv 2 lMOTkCȡTszVfC&jv24rʤz#F"(&]7B@@"4r f"IH4f4kW3"ogj<t/mE\Lw$O~t"$nn{ufMILj n!//:pb焈(Fk6}:i,dŗBRHS:4wOoT5Tx cQx3ۢ m"D*¤#iU𶼫ufՏo8R-ȽWf2\޷N:v_eLhU4AҶY2]\4NaEi`5"VrkدJ')ΧnnTĉ=Uٶ#ب90ok>kKuׅ9[ L2` ( J\(#`KO6:?[u?KQ9hMk@X'S17+eb+T4[}JLs=f&px*$ ovRT3ƚrGS2MF gBbtN ~ԯl{OL*-jFӠe) VtF(v҇W!ڴmv*1ԓtf/C |Ϫ%= ?y|%Kšo='cX>&IwJ3ף~|.Yrn>{ڶwdy,Hyf~ RE?N#SF=Ct$5 Sσfm0L2RWi#pA) Ld2rsN}X zU(EzoUm4;{8g~M/2i!c {4E'6 =YsoJ %]CZxڃ jJXﺙQ/'#ge,4`iʇdUT[Pa1ÜV)"Ióå+3W497 ,5ixc:kvCv6 `tnjܗtz34O%^AyE|;GX偻Qr܍A$%]N Ց: JS@{ρ1{e+k~7̙ Ӯj2Ѽ8Udѧ*'eś:0>a[Z ױT"EŽ*P4pm'ٽX($u-!پw!}i!k}yvDFq5u"7 ]G/?FF CОk* ~}VF EꃥGc"ݰm?BOؿ%'k3+J""a.39̾7q<:`3N5GT[ !1dT_1o+lTrk&TfN#m1cP-B@ae 5e'|UYY:"h nˀ!FЉ=V|:JV"͠hwy\l}'?6{DIcWboMуS+5z\U>#oH;gů9UV'7*êl^pa^;LJO*w\IdfRs%Ɵf |QYytL CgJ-]p%Š52Aa~%0'$pD6@y̓j%Ytd 4]/!J=h&!U츲鋔Q$X;HA"_Ʌ,Cf+Ÿ'frTk$tto8hY^OHf_+xBcw͓w+f6 mLMP|c rBUQXM2i;((Į. Ye:uD7ݓҿqoU -:x7ZS ژ%W:;twH"wp"-hFKe@ʱ=hAX=:0CDŽ(aBfSo)sص98~>տyD&)%\8_]b(i pVnf}8- e"|IEM"@|UqcWozv:q%an4ݤ^,VFy~(q ʗ}y˗rˆ+Uf,5Ć:}{;<j$G"2-RFiJ(ym P:.@>?DvbcJY$}M;<-4-Js6#ܖqlΈK8=}OưzR^LvTPi꧶ aj-$kգt&#K aXf4n|U %RPNܢo 2 dx{r^BF,? "?-(MY`lM,t Tji}Qp[}bI=Vc6-3!2giVpoㅄ5dp^M%kdЫfPsg5hH)! ڿS[_S?:3Pϋ/yUqCȐb`s1'7±zQ' Y>(;/uFpx*Oet,^b}u:MfYE߭aT $`Uhls xH鶏8w<4`KI 7:l?42 vӽ#[VElu}kr] m5+û''Sm:_?\hpNvxn ({2D(\ ⹗+x&L@C 9؂I~קz}$:v")#b\R46'MTt;Nw*Ȩ[Ьsڽ>[Xu01\LE"w.2&f?J7v2ȹ/EiG S(8rs(L:V?֝%MOI|\68Q$@ YZ