tiff-4.0.9-150000.45.47.1<>,fp9|ܙokCYDx lENb RSښsySil4{ @h3BpA:krG!Kʄ,YkeT{a.kgjKe;FRgaOCCcEX!ϫȞw'KE 5zvܲG9|R9:?j8p Yg$K'dS"ȹf${p\Z9sgw-1\s( 4}gY8c>>j?jxd   Z 6\blh  d  ` 9 :=AWEE4H0HDH|I(J 8J79J7:N7F4}G4H7I:X;LY;T\;]>|^JbJcKdKeLfLlLuLvO(wbxe|yhxhzjj(j,j2jtCtiff4.0.9150000.45.47.1Tools for Converting from and to the Tagged Image File FormatThis package contains the library and support programs for the TIFF image format.fh01-ch3aJ~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큤fffffffffffffffffff7)ZO@Z= ZfU\IW(W.W(W(W.W.fW.U\I7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)ZW.W.W.fY! 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 PIEh01-ch3a 1724054491  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.0.9-150000.45.47.14.0.9-150000.45.47.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:35291/SUSE_SLE-15_Update/fff64c3568bf4f39db9e3066930db0ef-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]=cd3512de7bfafd9fa8e33aed18fded33369f4bb3, 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]=c9311017dd7953d51533b972838ee7718660b558, 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]=3aba5ede64c7874d2581b41b9cb6d40f6b5c5fee, 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]=0142919238dd8dd41922800961794de5c8e34609, 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]=1159be065eef0927682c8ebce1982dec519f144c, 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]=249f7f449c89e78542d983af6ce56474e9567d0e, 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]=e5d4341c85daf78e6b5e18231e2d72341884b678, 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]=105c93c1e997b73e3801c0874d9d6f660d0ee6e8, 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]=89b1b3d798a4804d762e377b390f7f88d453a033, 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]=a0bb3d2880e67bc8bdb250534008477bafbb72e9, 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]=3e524d952658228ede49e30a5e782776998421d7, 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]=48e6331e8b12255b9114a1e1b493c1ef01719475, 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]=53b593be76c59d42af25443adf81e01a48f8f1f4, 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]=1ec2265c675e387944759bc8c6c653a9a5284fc1, 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]=582fa074f9b4bfd8925c20a5b58287bb1f16b8da, 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]=43ac9ea89a4cea61f36b751379b7c6d78f1ec61e, 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]=ef8d6e44f0381351cafe5e005737cd82ba4d8e8f, 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]=7b567bce0783bcdc89280d83d69f56976d6c8c18, 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:Kpʀ2utf-82466076a96d5c0a8cdc665b7f9610c65fd44943c9df477f7ba386e91b536d2cb? 7zXZ !t/X]"k%Hk+%Yv[#GA1hd+x;tieŔi]vOSJp7f~g F˜pi̷I:tHjNЗzJU+_ڣWcT︋= kW} _A]%Ty=jwRei=ր0 _n*i(6EL!h߉Sb#O_)EH?kg2L /64{uwfr#GS(cy[==T<>GFzZ!jjJe="ω@a,AxGaި]s^#9_%[-<{Ŋa-ߣK<6Dx-t+!:ף,m3 PTEڶ)A=a}N?Q#:ZFbVIS=*N'E[xenqA=w?/:Kp0* W;mTJ P4Eg(i?1cڞx8 4rݷ8]/lt}zbdnܛv c#H^eL4f"FGA 3h*L*ř(:}cL$U9J):= d.RQڌ3.\Opm3m 0棡&i7U{bUE !s! 8=S _ϐmgjc{#rjb |!dux{@`fGGwmF=.0,789M Sp*vE(SN,Cɧ#MkFrurJeB'NHlZ95đjR Lg tT24_QUeV?Rhxu6Lr[{T3|B]7ϝ@V x Cq\Fl> nq ;'R-0yֻʫR%PA( jF:QtsҚ e V0Z) QeX|gۆm ^4_[4ѦI} `j?r]/2$gpWͩ񫬟sf LKvp3J#8֭DczLF@ ̳fzݐ.pğDz;N!MKFEH,Q_NԺ<0,MwW$v&-#lu6G ݄Sy}N`mo1^6xNs:?Xp<.24yD2FT&P~J=6cmo$\BI[`q^LyMKZNEmpsЪ5'џj#TәY"·̖}lOe3j]/" |aTt1dPΒ"#Ā PgI>V!J8PDnY4iӑ2Q)@˭b|<7|zTo~dJBeb[*G?:{A( SO{A+heK`\V]gF0m^Av*g VĒgd݋}0^Y_3ObMwḂgŻ䘛D*ie$^͆3E)RKȰ)d tte=('7k߿xa2'M<@||Z 䄳 Y#+dGNflr)b^GjM%so}Y fgxj@ ISXe_s[c:?^WhK oZnЖZ+$f Y&{v[9p>SJǁ7)^{DbymjGuJD-m|y(= Kb-kQ>O o0qZYxu'T+ "Nl+DeC\C"%c|Q֍Ȣvzl o;Y|nݜ84FnƹWeKQ12Lˉ- })!tɕހ4 yNe.5CLLwĉ|m==@T O)8BP]-?_]wBHXUj|Cp_@rp[q JC@^M̞<̟T֌\̔Kp'Όj `Z_p:+iyN NFO6NbLYZNn`,F>u  >:c*r 'w/=ȫZ3mV1s\PnfĶeoRcL 4[$֐βIBmCG"DK7$ [SJj}{}YVNp(AyK} I9e{ab8ױA`#PqrcKB_R8{[&l>4JφCGEDӰO~_N۫ߒ#="0F[!7#j4A-M };j#!n~Pa;2.ܞ.#BG[t̘}M= R)W;k? "v hҫ> Fm(tUXѤEkV;$:|` 5\dX Lqkn6CNIl6h,sp~*=0,S0^%t^1/8cuńE_PY=v5e4 U `Y/ mss&lwE䰘/d]7hI\Sa)ΓykTUGf}=&+6O?Y \Jdɣw6St&+^wQ $ Y EX_H_; |&d9U𼸥ld!{bmr$ozQ cU[6NDwfTbh6'A\,1axяbɪ.e.ޅ)䣐e1OclIݭm㏨+@ _OA@;u{4ҔTM{CZ& s KrLm$J#?K ZM\*Pvĸo Zx-ǭ'Xs_U=^T@vCZU1Rs|b3_`ĦÂ#&]mp>CA `֞vF)若@޼v i7_xi:Hop =;"C+qr82^n*,W m6Ŝ&ad^0j.=xq@VݎZ5eeZ8>_Lxl~ΙNk"xi)JBOgFHmӺ~\9s{͜urt%2Ss}P5I/(Os8_Dw ' "{24L) J~UIQ~_޲ܠꈒVBɨIX Ncݙn\]E\9.|Ro eQLJLmTǏ;*}|#0֟{gV}2w%͈Jxtˀڝ>TI[?/'8ьxs S}u=ŴeqlsVq)}0:R{Spd'>x Bk#( 9*CV_&)30;@[- Gc[>=sTF׉# ]%]@%v>|ۙ7 {6sydLM{HWLbpsރw[4+k JcmA!w[ ιL'&*rm!!_Ep5 䧎(H)Q)^ա=(pϿ'ټH~!/+-OyqSWd1X=A"GDodV*oЫ=Iw!_klh -~j*t򷕼Kٲ' c#&wZ6iV.Ǥ\1 L~f7)_05$Dar,J&gBȞ[P Lt <^g*~|dԔfyn0lX32wщP/'/夙l?,ֿ? *9%=xdt7ڻK(Z,|`4}튠OA*mˮG 8~UkS}0Ox[칃@PQ?*c#5AMwZpFH@C\MzP)gxC*X:> < oǃk6d9hbڡ z([Y 9 ;Jm}ԏt~AO(hxzÏLZ=; ⋫eHOr 3s;faTZ)1T| ~ SPΠqnWhƠ1ȢOK i/0Ír";DA%n9qJ?h&x NTL@bo I$3`Sm8B,Ct [C~L@jZ4!`RSE0>qqv\aF!wUF9}nv#dB ?BZ0PQFėr=k/#I] N~!9PIB `_ٌq}X|;q1,vB>E3'wg5ebCbTlDztY b]X~ԩi T%ՖU$`k4]0=!T'CR xlж&&b@2(een 0x-lr#mq8TVC<(UmuAs!-I$mǥR9Fޜd;FT̼8H˖k>-q JArGʪ0\W=| /9'L90n5Dv-IjZ(rios$!8z6Rc :nX,*QJ+',$h?l`bY8bEǾ a]= A6c8[z+9 +'~cøcێp8RX:^ҍ?Ն+lr(Fƚl KȺ^$ $*5,\>tϿ,B(ͅ ? qľMՊ!n#{?ꄺj z%q4N뎆'Jl8gڧ 5mT0ÇqOϛ?yj9LrF#^= MЌƗ 夛#O=[#iN>yмT?{ m3<% iqb%Nx䱛$>DgC<`ɓ|v0pCD_l}3zΒY!5ZjWVc.Xf!9_>cdu𪳡qM8ycSbb8kh㭋"ԙdN3⊍~נF&~k^x*r4oE|z@VNa%:>hr\_hMڕqSx*T~~.RqL735; ޵-7fOD(WbxcX0t&sZze C~3VLS$8/6\A??cݸW5OM*+ {:zX^5TZ: Y2GYݐ;CX87xwڗw6Ԯqno(i=viIi !F(I-9,emnxnpLc[5Iy Tg(@) \5' nc14Ɂ *@o R,p_cQr \"t8y mD|r4#9NXYXXgMp{u?GS٥"C-XCW>;|^&OHiȊV pȍ}fM}06KY@ˏ|i̊6 F#dqjs$|pӮ_\C/ 7#'0] ֐p˛pxΟHցY?\݃P봅o6 EͿIu!N'$]L:j狿"{m0~GYB*o~x7XяIdsv| 3g" )7P#)mu9u\5Xԅ!ua캛?(k]EPuo2f |;BO(~ uڲRim,9UgSOt,9qzC1m7JʍsrrD DlR\9dPԛ|;I%A! */6nIoh\y{E)-><&e#{3ҹb6b&lKp`H1,wM?5~?^^ItĝFH)x2u/ OA@/e*ltiAެSHȎ‘e {?*eH@ܓQ(0&s//JW0XϥѬw +!m(|EKXz?\Z-9X7&NV7U *3 2.,0 ѽO;ׄ*slNp墾 d=Ye2"#zb+HS 7Iυ֖LBjF%* rV!jE/bo.^ae_oM>DB\6MrS>phi(u2CjL/X/^1BLk-*\)2(¼T&66P!&}XzaN#& |T饁( ~׻;v.z1Mя4d_q (WHVBjhl~jU=9~SR]!z2kȝ;z 큾͖z\[&i˶֕ z8ç~0~CO/C.Dd!<);x|Cc2+ A҈$n]7˴pJK<:rZ1Fp|(&ɝ%G~Az;'&7yM@>ϟWY79 ˠ+!Cڜ<:AA<}Yx=O(@7} %<{ ֖M lxjBjm~l.~* 9uq& ~3-U>8&=f^!S>oq/ w CzGuz܌ ᯀf:ZO}zCpkNpWέEڰ{=1_F-ky1 6-۩19,I{ʂ?ꣾۭ*cHny (n@P!Iy\Ay!@-Auǟ*MR]S-!kLOeҢ;ɽ3{ 1p D>4XI1qT.~8brl6 [];d- ?_dbF9z{HOUfJ ;THYOrT1+y T)EFfw~TYg 6 NFɚIủphLT]S:K`^AbdSC P|2a. zluR.b02?>lP!"FW*?WZOВ*<>[3xe{7XBu*=?ۆR D\ȓXe@'Ⱦ.KUhs[lTȉDL dk'.NM!C/Mů - Jۀxfhc궮 nyZf;MGMa(к3Ӕ@l2=;ab~ Sƭ'3aƫd!i9?}"\>L{]5>khOM_@1w3?$N~o8wFx=lĝ{KnB~\岅'NCG]k-JvzW{쾈̦BB{fx܄{i)gYaTuxrT~TR\pb0‘P4a83-ȸA+Y]DClcQo@3Ak* yzW$d@1],+k= pC! /S)?9Ғؒ{+2w }G(Qg6 x"!}_f܈FjH>- eLžRZ.28j;X9w;V;|TnM"&?`|NCF%:${Q̝y˩qXV]<^|~7̀GC4sM_~N WTbw(˞o*ވ&$J}Q;1p: ֡OH܏nLVT9ЗHX Q<*M`P#U)5VLH4jǬe M,UOȾ\5G(D-ލ3xŞsrm1A\J[8 A9˪v pR Sb쯆/Nh+4(;ƤV_jm;׆v5Dcc~LV8 P~\Ȃ9̾KLqE\R(IsT=alO2Iwu+Q}53U^㬣"b_UdM d*2OX\?>x7Y8P?JPAͣ|4' A?-`-Tΰ6ϑ )F7J~ע lQKїqU@x?Y ͦ=Ӳk.2cvz~VXʫPgQikJ߽uBj4XOȋ#6ƣ4ZKD Ip # &* R L"LT#{&whfe,y# q@>,cX9L)Lȏx;".Rɻ.U ثSųu'`Rx͖ =58_/INI3Upy)@ %Ծh3v8PJk%̂ | NkCb[b̌pCB3j0`HBEq]L9ek(j/ߘ rCpy4޾PH x"Ԉ-)+̘ @4UI1A02v J rǝ3qs8CePfOrL3)llJ=?>s|5xL*=\w|X~*a͞W\l30/s gMh7Ae |9*؆ Aսɯd6CR)Zk~taoϒ@1/4( ;I=P< Zv$nguo׹cYJ/"Y/bܦԺi.YD2>Ŋ"Տ$"* B\5k3M,75 jŎ,Ϧvz`>J# +Jw*qj!DH0z4+Z2x깱NdQ>۫TFfY7{i"b#T1oJDhp\Ī[5ۡr5YuԤumxYa۫^+> NlpfX`(l6<^,CQOtرbD-uO_)W&kjI9`ka*bL#*yr*Σc 4q^v3+`+hJ- ,\*ݙH3$/=8`Y <Ħ_s^ .uǂOfjmF,./ƏKRɘm՘-)0u1D̆qa yX?7Y.sYw\o׆P)up?:JKULѰSXޛ ă/ Z ?n,gb|'&|so '551d7^fِ <Ҏx~;0!^?ȗf#ɔe0Xpu8,F%Gt|u, M+pN!@3G.Cm}/ }4dxqQN<M<(u,oݕAn*I/O| +7ٶi/<(OBݑ6ƴ^v-'`k8iZd/\%K)cUOX[&Ǯ'%/)]upZ_6A¸I,nߦ AW%TljD,624'xO3ؐÑXFJB9iN\<ٱLI-:3+| Һ37-DS 7@c3go_M9[t"D'Pa^w%+եu{r$/J}}JH5dkQM(9t+3p歶%I86rtҚB.3v451:5j(:$^Ioa>C%|/,ke#^cQXZ}_N ̀1:Y|4arƏD+5 )L17ڃ5YϿGJL_Xn]BܳjE\F(y=gƖvsM2u1T 2ʀjd2;M1^D"W[R%>\!>5Z _[I2aw@oq^H ^աx(l:IA jXH>q8 kc ŪK) RBX;mim>Ƿumg[@ bkpOmEƻ fI biw0]ϩn:&(;5xTi .jn7[8vC{כŎDpROfʥt!{Q\]MUUp3WEwN+75-ԊiYj|g͒vH:DiB!MrW5bS6Uӥ>DQz&X1voK2[ ˦G2J,˘М#i<7Zl?Բ=&RYPak%Lń>4-*%[]0}-UCO B4eo`F[o;Y,,V D'j,;x@Q6K }c`DΧ,0ϻJY.~BT ӛIj"At2o6|2|ъ2Y֓mlh $9UؽÊ7>)=vrxٮN!ZU;NY([j1t B5kD"Y`},1[qoe%PqفgX!5_qs ?䜺}zKD )mNARh(וWDy wR1DJ0_l),~ӦR9Hu"*M\5=ZUBc Nx^DB6~ڷ?*Up2$ֶ˓s NDz:IR5X:c@qcK <4{k|lqiҶ&_WKRHKc=%C E嘡Yz^j+';ɡ۠ݾmԨd6r$K|HV#8t!"vCoӥ~$ ,^52dz(kYr$(AR4jި{IѪ34%s`pOn ["兎#ýFe+K]+:'WS)6z3+WMB;իPZֽonsA5 6@QKq!blj˛3:%dU'Jo]ʷ`l\~U(4\eh;dPu;&t{XcIGaݫqCx?=H2*Ѹ[;^(p7M!V`SKgO06ux)XvYoBv#5-- v3>dL 3#8&r%So|/Rc~=2hE_~~ )40i|؃D]JAOAuς;QtrfAF"$a* ^.~;,,B򅘱᎒[}WpvU߶i}'iF:1-^kp3*L18)(O:]* \!\᳹gV7\؀\!CTu`7fJT7ihb$vɆ[KM't?WL< ۾h^ |U9~*HťvuPƕHD0!%Ze4R^ޞ rmfx(Rcʬڨ`8}T"퇏pWOlA9 5wuoBaMIc,z>LW(#:_ʒ'P,SH:ϡ`6A2O݀fj@gy#&;, V7$o\/.oP3CW,gՊAf=v,N<*ݿ ،!R\ơ7ˤ̌y% \  CUOppL읗E$ci!]J0pT>ߩQcebޔTMsCrmF~ʛw$%WVEЪUl wI[5A0!NSzNPCO7[W3r!~=0!y#`Ihdc g4^81<`a``B=_^WBzM|os8*ǎ$5F<&,sNP-!^$ &Ǻ,Ӯ/  WG 1l(P騞B.k\zW" n\@EB2#b~XH=:RwغlJ^@// H nPT;ˮ 'ڝSއ?[*i46m (q'&c8L7<)x|dAVbl@[t,Y hTQUfEwt+<:70XO=ՅxT4Դ/,lu@z<96ėG=Yf딂"yOzpTa_:; Q\;///.͏ٱBT(销 t9Mѝ0.2\csЙYC;|ʯ)UHBStg}ZD: i#^8VTY;'}>&o,҅j@'X菏.h[L^I`ΠX&c4DYFiQw,gJWH=H)pu+)b U<ع~ Vrx&nVmZ<īm6v f.>>ioy|[\ts$%o2KRd`_patVNp[!i'ݵ1ϖP#RE.kh"Kp#4.;n5}8?R#WgvSv4Dz;G?My<4LD)rx{‡:֖ G5X]/pN9I+GEbZJ/>x{c$4U tf$7;Yփt&;I ;=W$ BCڏ~;95 K)WR-w6D7YXUmdFͨ?  (\ yI/Vt'" ZS@&_t:Yd҈cɔ—˒ N߲@Hߊ#n,|*V(|:XgsSwjo8XƮ#Ԧ0n b&oⵤ9-@̣so~~9uK|as*.rd0] ڙ]h( [ u"Y:ɿvsĉQ \L:SS[#$=V#p8]x}$$їE?݂c76|tc W) @E똹m&?Ѯve9 v0[tb@cn 9ILׅ]dVIU79owd |'j 9̟wO*WVʄ=%J4LXDb:"!"FqG&}uV6Rqv8P_jI)AI;\A7۬ }d7 +iCی|;H4T@NZ^n ?}C3T휥wUKyx.7p ;`7`(Eݗtx 6$ e*/5ƪYXp|?Azu(cl}re -E#RD+=p揃ُDZ{ F6&ɸ:oW1G;1+4y1XvSk%c^ay0l_w+8 ykԖs0SKh;ۑUC]w9ŪԓN4L4\PD$x6ʑ 8 ‘vCpܒs-2Ud\X2ucXS ό1; R^]{1V*3H $Xgi^E:pk4Q+mKNjsm K ҫu0{2L!i5 RJDBbj`pѳ@FM} pPR7Cu"zDM.*縌8'GxpgCvstnp3*mt2 6%Q$'Nҡ{15?Ď@06 *p#cuB敭Eޑ!AhbsRF?u&>r'b)) oV$,Ӊ1#vcB f0K!b˥‡U>k2c Pkʼnk69 N7L;r%39jOy&+4>pv3\+SN9vk'P6vC Sv3Cn6Z۴#<ٍcS-PSdt.i*2u7%Â=acbu a\h܉׵R$.E=PzրD5OeL <-9bgl+=;jMPF;ԡmÇ #rRt52gH cr2tN^1R$'n6E=r6CB2'z#ޟvqO֧ĭ}.[F'4jr A:jD1@IK믨RoJ=h#5h ♈C5r[/:I'a%vvpRdxg\~ZLHz"< {%ϸd~2Wyx~t'T8jڈ[ 7e;K^H5GO9ǁQ׿O0jg@F?S"_[Q ð=E䊓tG=Ғ Sd<(4yRٔ$i[im rYb*<WD"Xx#ȴ5#Vq#~zy:F7{Xbh}E`X?v0eꤙ0뛱1YDUzm4XcNTwbs>mα[(v:$`u&[?J= iyR3(ESD+nk`=L7 l4{]`KV_TW[& ޞL"IjBb&|/mW>=jL`,8BV%>nɘյ*jC%6&G>N6r[8d)S c߫|Xj #5CeCh}s 矡ڕ0mea j"ɠ0_M2FadҞW>mtǜ*bZ +9D~}1k1G]aM\3^Jhnԝn?W0?5d5bGkWcGC`HT΍Bp#M/um9ӎ7xó2Zܯ+1T *Ć7k6tr_7N\WIܕhw:YG'4ȪQ+O ܥSLuEd,(_JUHQ3,7P 'kdt4Gn]Jq:43@]T/]j M4 j3Y'PL>`ZHaD?]A+nUeKl!ϴc}d\"x"4x,m]=V3T ]j3=uE;ft,{H0H44شv ͯS4g)L.w`#VW? dMKoYW*;`Y{BLu9Aůw]rGGv b+* d rGnޠH,4$EKP8'S<\CY~s+U؄?x]QPP9\I"uuqo\Ϡ6I UFj=4!AZc\ 8zL)@!f D-.$KgLwH_Z^uө+!p(2~u$OKкCפnudջ e/ Y2p= .7z6z2e-UjM>7:c{p]EhҴnsA1GMcd֥0H8U~ l K|r^.IbcLȀMd"NG.=/֎nB}=&^98if ڤxԷxf^0?p7_z2N_N._U/АP^ y@И}osZżĀ߅yʫѢxfk;<9/(۫_㥆,KC: _hg3/N@/;/d$vX(pm9u9nzch`|Uە9N&r֛V9I·4}JHi,_m}[@朌S/-c$|X@H:t%wMXW9u ClIWhe죝2%d|na(FgDt:;~L씖Pi$vEۃS6I% ٢[HA,: uZ@³l bzwʣdKcHDMXV7~LN[T(O`Kf=o,fGG|uĆ!s =՝>pWΣ9fjٛ$&1Yt3BQ|[cVȋ aTJL" 0]Ў ݸŠi3TO3*do 0I.ḿ[[!Lx-v UNhQ1iɶ~'<"~ľros]d&Q/&XgQ oozaB+p(Τ`eK^]OG j4vkl""H5MM+E;-Rlſ0 ie0%ce |RFv[`2LS-b%4s.Ď֎.G]8 p O~OHޘعYٕVzH̪=0$n &&,F pIF>Kf]Df!b22iG'Q|k 7-zoj356՞MΒR*@/.ƬM9԰ZzvtJC.ZrD[rQ{ -m\Gشz:) zixk4 )l%ցf1ۥ!Q+tw9^Cq)sT&q퓬.`ZTiD5XKE0m AN.NFJrSV@ 'STنF; f@w5㉮8\/ TkR*xD4FL:_]F@ӴMUMNɌIisgPL`|?`+<@.B%|Qw#P.+=V+Kn]p ;XiBn(񟜍OA 0"f F*\Vʴ#=U"EHNah;{ 4A$+23!PyI)oxODo" LJBx+OH9hVn1~[ 6 ;yC9ڏB!ͫ$ @]7cP_5hdL@KRf"n;\L 2oG+a#:+@BC|U@ 'i~,G3"6i,||BL6"y" 'zh<>(!ԻrAQ׻ꍱ>Xϩu&89L:(4YȞ~l,m. ?C@GըE/>vk-;CJΒEHeEVY\cKQW%VmǗ@rԈe:KGcBõTc>~Ω 9bjR62sb>dyFzv ɦD:.qupcЊM-B@{o$ oSA i%J'è6$ūʙ ԢĿ`/ΐ[ɘeKE53*< w,%<2şU%FFo˽F[ɞN_O >-wi!JRXK@J~ SX"IpHXtpTJ=J!/*O0Ϊ t nOZ0\BUզ+~auҤH }ZԆ<] 7PQF]#Ylb[8򻩝A[`^UhęQ]#Ma>?dh+ 'x,}CUTkB%Ow;ۊLi3%.\$蜯^#OiG_[bD[q@,N  Lku_H`ssW30YڠMGM?A-T4B^Μ eԉ0v2kA\q{$"RC'7rET%@c^è; kP "aNwhY CX;-翍Z*>7"!_wdC]C'N^eg]dFftx>mxqDN/Ŕ:~uI! <׷Z` ;7o.)ɸiCAZyZDJ:)Z\.uʩ/q]ySs?~.RYWsNIoBʕ3;Mdp(G&cV 3ȕr>g> 4 LP2I`yv[^]cQO<  )v~Bm\5rDs@ݍ^N(US^KOX>*5bb55d}6u!7.#O{:T6.[Ķk@,#^z>$``l(.AT :dKl$;dmCƙ1.ʘ'G\>gy*43U I%KɯeEUޑܰIn7^eӐ򷷊#?ūխ_-ײ||PGN)QvDɖj Vͯ,}7;z Էeh=f3}`/7S,!?xd}jQAWi+@8 $BګمtӰ31 ׆:uٟԔ!S#{Sarzm5iil{_Ƿ}4gF)K5'gxnW쵴e#s!j\|߿kvPuA}fM&ڟ vbjj) 5ȆgϢ95,-7 ZYgA%I³~S@ QAg&"_ _<枰E6_w11~7*Вs1iKޚ;[<~`Ҵ4W|Y*^|X*bU#ޫ.Sn5nNliZ"6]P~oʘ,L {s* sld}{o_ѧ>fxh,aF\! p.t тjeoΏ7uG.;E~*Lf |bnK-%5C c ].97f*vnYXR#3 ւRi-™ڙ=bXdz>9ey VV4Qѳex\fD>Zȗdz9Mӫij݃46K#㕚Ȕ"Tg1j c٥KoGV=!REAwЩ0\Wt;'KʧCԳ\ .7ȝ\,I!ތ_ 9pz4X F_SQP^=#6hY-l CRҷ::Sj"t߉]mgT!0P,+ʌ$+ u4Gj *0sc1qJw.NՆȿ a;!Ea`n|s,ĪvC`v|TﮎwNMg_]@K領zv6Pl s+HLZh!L2,w?Ml0_\@n *Rka2P^\ΛQ$+^m@ՃPNF Ԉkڛw*]uY4 OvGJQ?+Vwsdwk6iGro/бcK;Π/ZL0j3dos<:b^([W !/lՃbx\eEB< RK<ÉjzL5Qf,:7}ΥPfmxUh|6>mv{im"hō(IBRt)2Qbyiu'jySS82&{uR0na" B$ƦC4]{ǭU/ sJ,P$ k,X_SL%qEx9+Ӂ}@vv@2HdsTQEtn{iPMNRDf ek |QQ;6Hou9~DŽc_ƢGuۓenc%&Y@J%9}:OAoanF3uXqC'B)` PYC:_ ߶f̭]cN{.sr' {Vogэl178pt#M~5ky%Oh?MO%11bջDŽD8#0 \j;y>]Z#D@CTY& kAk}t(=UQW$ÒI,3ɶ2oY;p|+ ?nwt::i>7@CJrr3(3bi;`xk+OOWF] 0 Wn=.6}E$^bgM:lC*?JD?Ѧjujo[~ q@m(&߃W| L'}Jl>O0f5!)̮XxD/ZDcӬXn?;C/~!k[*M&jf@Ϟ0^|aOaVb*J'-_@**d@jyުUN5ے%X؊U8Tz&;# PDm,}SEcEqnLTR 3_b1vr06.͙Afl&8U<%m,R4d~zY7xԤ\gsS*ivD^g^Mɺg69Ui$6{|` 0%|\yʊ[6dA=9nrb>a_HMCy׾VQ@Mjլ6]?DEM9Aԛcf]yjK \+tKr~m%Bڹ KT`GwFVK5 Q~:K3\Pٯj͉07x3qZe<bVA]o4+CyL"ꐪC~\;hM.o ~MjġeZK 濙vc}yD/oТ/\x1*ؽ6{:/qi6f<]d-6@'!ػ!#a7WvA KiEA7%'b9WH:HN2z&4%6>̍~'͗-kRsmK\Qtj%-&X x3 t Ԕ^G{QUmw7MK6(z.O.<\Сgl\hW"5qY HndkFKͮ&~A*ì{d.`{̭9]cЃ9NJ?\9U9"@LtoR&M0f$B'[NqZ, p."DŽ0V`=Ĥ0J6£Ρghp:a~G*G9 ږވP БKkoJ99CVQSi=x3S| %K ě݋3w4βm8=_;ڱqE(6oiک2kl+'__f4T~i?68k8Dq: H`uΆ;5xYٔ%Qͽy5Fiu^5@I/?LkFZ|& 27\c^lIJH7WC/#8٤m}C~2\q>b"f&Fu )ZS@/~;8Id3)_QZͲ1+*lV1׍͙"|mvrT0s> [7Eíް kfye!%Y Wr3mN€b/A~^nji_CO b3ZE'=O>OT}FǽVpKkc1!}(0 NKBPnw*$.IϠ;!EQd;=`s_c<\ }'_\_V2W#hf̈@aٚOxj"Բtt.֍O+N$=aodmYnZx%Ʊ|>oNVFFJ[K^7 [ATtMz ݬxʐڜ2Y'*s-lfOMbxk(cBQ y|&@i 6UPExE}$ R/֮5)BE(kN!}ݯ#te)G`mjj!_v,_ٚL{1"0o)]PG*퇗߀ikߓߦ 6l[m鞺 `u5  ](v:ەPƕ0:;מ|x:qgʞ HU>XUt=/ʨoyP!EfJj"IZ# "ɽv3vч>DQ$+AI [MB4%nRw'g,7:VSG(^c=Ꭹh0E2Z1f$gahp5u"ԹB M^K膵. AHB| jِp軧2!+57*3&nHyZ]ʣ"cKOơ~Ϩ8r, ֭5 ezK؃(Bcp13ɷCOqnқUw\=ߚx\Ωr 0ǻPt,4WZ/WZ s| (FS+WZx9Ÿ9n=5tr*s1L\sdW}03^h7rTos.έ§=1"Q G!/ x1\QG|g/8DʼnMi΢~YF2b*V:qر\P!^g#&Yv(^d¼C|| @z])o {p(~2gp)RD=S5J08dmk 㦳, !_}T_aJp#$bw$o 􁣓Nl*9n诔mP[4m`ںEZxxVEؘR[m_(gFl6fPkDE􃾓].%oU_M$fNxKitNg4@zۇ@i&`u$If#~bh?eh6!$y\OU,dj '!Z.1'h8 ]@ꏭթz6s [_@)w<УBm5ZU!r9>N‰_ WW<8[gN̹k&47n@Z I-"a0x#?Jo7άIIg|p2h( xKG.mצL=Tcϟ땪"Sl!q^@Vjp 6BΓ2@ %)kX)6,."8B&cJTɒ Ԙ|2yX(F24!a,ҤB8^;+3<哼م>nRP{PuŃ|$kϕITwyu;X5 2E='&RKo snܓδRak&;<'kb@ wr}}Knޔy!mEX-D2}"šϮ+*ѿTXǯvф^hW1?`Iio' ހeL 17ḧ|K( ‡B9qp?禍FyѡUtbUC!@~_w˫k +/ wQQ'@AS(͈ڢSfÀU&:K^8P5ҝw~l*F($T{ZPoKIX<`y&rEcm`;yVnp r݌vW(Bm%j;P@Pf;)! 3eM2Maĺ<҂JBCf"xZ]Ӌh=eUH$19G5мq? tTݻ8dO@9쿽h(NKnlSǘC4X*j튝u+yFu $Ջ[{_*a{63YJ?UlK55OY(ެE:gꮉ}|)G&"ֿ{FuvZ5AqvbOOxɣRhafE` ZG.K3s<}B,H:R^8Q8JE?3+39fo.OTuOV 0A(֢Q\VY/e=~D}ԉ4ԓ\a?66^:.qY/Kڵ??y0>I$'rtvͽǍ`?t̶Cm}"}+BΆ1<-aL{yVXm hzl6g]nY]gsHjܐ;и w ÷zW[:ȋ SN벡D]u(7QeJԟ2)urd3f;DZS~Pr-!3+3 TY4 } . -CBTl1hBB#j"H̼m(R<Yk3KO EL[`%n6l<݀k]fi"VOuSya2 BD}EEY@Aߨf;rZzϯކH)DmW̄Fn}bĹyQ%cܧ U>n׊/2ֳ͝j:hugAMO;oֵ<\ywnBH)Op‰fW'F$KQ4=4I4ƥhe0&.mP7X4Za70xEKslwpbgjX(Biζֵ:bj^w&vzǩ~AfTN3/ߠB!9pY !KVF@[3 b gh-z]?Na SvvѡM]K} j$ SޟBYH"Ma/pL`7'G~RZʙpQGO35Г=Y$ӽ5-/l|$J t.gvm)(%8wѻeeUҶPKª|(7g۬YbŮ YHw?Q-9SCO~E;x-˖ŁgO}4(B 'E]ؔFNYv%7SgECEFW[+rg^{WIEH7k?5>N$/8T{w/6<BĐp m!4Ŀ&,I%C5Grxף.wlPm A"pʼƲk%E2(NrG}$@tּ(5-~@~ct@tNK.؝^95l@=fƳ:* f;/Baȭf qLՏ2C˥_CtLMLm36n/ Qt,vZ?9dv \$lŞT՗])|u^kk3T O٪,Q[GI07R]Uz|}CItmÀ<.EQU0@KH"\Q"QVDzE")%!L0݈nw2RȦiϤݖy3ݍk(o\{ ~ b#.j|rD W$c1f;cÇ= ;V|1~saTRC Lm-q"/3+OQO'tGY D\{9ZAH]m;MJQdt$_Pm2+gnj+i-qt *gNu 9V-'mw F "$>r5bxSY$ߩ HsP}mʦ˼s&*o)(aĞ<36FPՖTv#%" ܣvڥ#h.ȦP\?&BW'sxHvuq-X"/xJbCh0\:S55bu@`̃^5ϩpBHА|R9HpMxrt: &řW8ȱ9?,mʔ j ۮÔIC:&MyTnGL_pS$bۄces2V7u)h{i!('7O"*xcz#!^U]xa /*jy,gm =ܑgogr!boI3H,Z?OyF-4N`VN Òݦo'2p$u1jF!|#Q :-$O .$fMBEuv_AH:!-KVU X/q+4|vL|S|jz?;y*o?Λ}# aPgDna'o )ڳM|Xsi\nvȷU|ZPZV4s.I&i˚U{i ]E'SG|nb Zn̥iba؂besK$1@`Oxd<ʔp|~ O@AvKG? wAa}ԏ`S i>6~nODI{2=suɜr"hG"]tܱ \/ aV&UC-hu5@DcވX1;N .q3W6= XBi Q:BhxpSyGVDu .}KsR9^^9;@| H*![*kaS9 J{" K|Ϥ`&Ol ʟng>,-EgI? NTI%W<#Ì~-Tb5/l)&7;iԨחz=C=ҏMˉL_ b !v !n!;ľhsΑ_҂9[nz&M)(k iG׋C_ݖbUfwM9 BD6Zj5JGDçPPxt,/ÙQxQE%*sVܑ ^vԑal>{! ,iOOң-2Jr[+Tb:"v 6jᝏ;1fk$ ["SFA'9߅%aLqā6Bw47ӛճAJf0WA5&5H%ј/KHt(d0)($ѕǛ%vp. ha{f:܏Y7TF|nTKwKr290 T4~!ċ+Z/c 9X:aB18%|@UҬAclϩA,T:W/]n׃6G@g!~x'eKj',бI d`}]p D]82|@Wy6O'.̜c>@۲u>1[~S{5h{F6%_8֭mfM_WXgC8Ô_| J^545ut),̪aW ͕JC }qQ{ fUa~M|sm9$|j33FA7Ńp%{-1 y3XXusnݨړ N!6h ڍ5RM_눽PHt)⣟@=J:41Y@J`lPv`ll3aF& o1^ 1vy'dZ.h;!bryU١n<-!` -BRx_i"v /fJclHUEP6TO&~bHͻGi;DD[3Xe0ޕw'D޽vL 7iϐ*=*?OlRꎪ׭G`8Ṵe`F8fAT^@ wus Զmn:Ya+,eJɖkbe{-9BdNQ(Т2Iyk>)5z\Ԥ$ vB+Yk㋏e_93lL0wЗ J%2OlU7Td/ݻqnz–S.!7$N,zÿS0S^+>[\AH%m.fu2tQcSݫ;}0k%TC.2ӜD},qrx?owS~[)Tɶ.)/ONь^xô:d7PC7"&EYvZ3]7Bi3?>ra(f;(Ұy>@`o?,;vmb!Yag|r !UhG*$7`jz҃6&;Dj5FKo[)},Pfgh|;!jzJpnHuܹ> ^bX8^TƋOO0H"&]ä#$(r҉SA6Nx8̈s /YIcrTtC A;F@za^@X :Ak/ 2sBV&0n NL3EVp锠MWjj0J7*ڵz {E 2F.J=[ hZB 9- neʵ* ]{gW(ɯyu^3m B"`Pp-Iܴ3Cg*͋1_[ٍ\YGUEBКs"#L @Mľ*u.%[wt'1I^B:lf,*ǝ`q):_0/ L.FLG`aE  h+|pmF>D?fڱ%n z *= q$UE (Zc7+E5_fht ?CoeҰ/BQ)1Z=*چD0q(#7)qjaF00z"(ڌQgm9f`]QBmZp:wvv-Yyo7=pCT'RUn?Hߤ ?&͘'N>n@z` 9v ~b{ Yw(gm1O+ΧްrDŽ+H T1xS[+su2pդP|a?ᇴ]xE$mọ?SГfi)\B1K%SB!÷fcK&9'ݚ1StqDV|*f)vd?);6w{UFp >~aȴqR5U=$ک|n@ol7|oVuӺE4 qkdEȋg-iwDId5fV1 4֏;ToJPxұ9%ZbkJ4=kj}1dk/km|fⲏI4#ھGnUecw? k{f%-q^7* ?Bor }*[ftlF{dPs#X1QFWQ_X#4T͝~+? "[w4du)LZϽTv\wg˄ Q~l@d! j{ 0Xm=S\l:aXjEpN{3XG TY-hbbS6J#a5&NMCH) \ٓv?rK`[^rS]wCN<0:_$'h {'Lq% xdbPlN(psTy*ɋ񊷂Ъ]6ufSo.2яQ.T;G"?3[?‡ Eg倁\vqP9F3G=BA%;#6qM7q[D?~p{OIVo$/n-j,R$ QxIvb{e(#5Xu3w˖f;5sDt>eIFPnB4 %^ā,{@4lR tx𮄸l O[&1P_%c+4wĺ[կɚG7/泙Vl݂Xa|;h1ls#~ dkr.݇,,WMNCyE-̬ 7ulj,ѹ1 c$Lg7Aߕ,*Z1',;TCmbaQ竎ί>JnUVWLTUD2S~çAHv_& qNffxo $\U>8+'QJ {mAL`TSiNHE@Ȭφ:;EGv"KDZAn|(н>i^ ĄMm|Q{k"cG~ Jֲ݉H70gS&:xVoH5] Hru-Z7FZԕuH{0Fuy(M3PMTx7j{ՔVŢ{P[Z\*599⢸iնkLî вCBTQ'Y-uG-4(]q{ 9k7Wv lFy`۳gukFJu>C&w05M%g-ܲ4q̀ @ЦE/ЇQb0q.xv畘: ٫*|g2^+DÐi`*gR;1/^3g n%ijm]ʰZL#iZkp+$Y!ߨӁA{cʂCVT:A_ CASBm5x>1 ̋ 2FKGepZꝟR,:&)cGAK{~Npx}f\x `tDX%7!!W2|<<ftݯSO@ELXݫ16_c$SbK/uY7j;'{۳\;7`ͿUJ=^ҡ3)\+"!j'#RJfb3r8 FK[AQRUFAsOK4U%(A?YGs/Q Pga j"*9o$. Gs/#\QKlab[u>;2'0dd G "g W.(Aŀ;sQw2dкr'X_/aDƩ33nw&>2Q Č<+Phs1d~ .p0caKοJvbObxh34O-FY `&qUVi%Tc~o+$V"AѬqI·|8n&Z'mc~u?>32nSof: b{nV L 3V2fWOf>|Tj519đ{=g6cr-s#fx$ )f,NpփPX+W_& 2|A O-G`ljR!r[ 5K/ή+\:mѷ܀dc${ I AtVz(ͧ[Qul$y43AL=^Nr -j,ml㘙k s %B }o2)#dJzơ)$6xr2h`Gpj(&4!t\7!JPо~9E E4i{- ߾4]8>뗩Ib=fHGK0V[sGrJyB) rP:s@S}͊3ě ˫ i4]`:y \X? C(Y3cjJgԵ50iLٻq۬/4q! ^pLC8_ul%vb[?AޡJqt5 VšO)ʄ%zRz ǠjMtԸW>H7Qzf ^fA|iI`]* 5h~ɦB\%":WyQ5:ن,Z3 -7 1\R?[#6IB9Z5tІX_f_*Go{Zq<3iq8 ]0r#ˏV%+mUr6 7\݅п9& buF.p^|2#s >69TerSL,lbIy7fryJlq2"2CsZ‹[-R%\" $qԃ*T~rU1f(/I 2\Bw{Wg;عL髀̐ywDke3]_ &8*p{Wm~If23pPnZ_x€KAs%- 5?'4bL+F +uP.~,,e`ry:ph!JХ{0NH`ڞ_Dx֕OpV-y 5J>.s^ .p#AXQFm ) YѼ2 6D$~pxˊ58ut(w3F%̀=ۘ=Gfj:Ǘ`5MlN(#V\HIؾYXo(YIkg˵|"y*Fqլs o3/M.*N)Cg#. 1_r+6SLjIdi-,m IӲFZ τBC>Oxgv>t`1q,ϝ{4ΗL Ͻ5&J4lS41Ypwb"v+ˆUzK|ZUO2$ V@AXصeSjopH'su3jY4/1K;)P7젰dz!5Va( >j^_eLLZKUٹc 9Q[Ben%ajYeS໨4≢طnc)B=iƨk‡84Q%qx(Uu|LڃDG$.Ci105\ ?t3K ZbCȝ|7Ċ5wL_S)n,dG27E:.3E"?EY)bU/6[W9'_L06 c6ejHC eE@!%;G( C%>Y9j!h !WԳmB&S| Y0(ƄJΙ3gᅟ>RZ)p!F>P~k$ḫk3!tT;nz9=E.p a'(+R<F&%߳-N wUcdq7)ZQO\N6E=_)uC;9H@`7#67wT*2goӻO(1>,dsb[3lct"Ǧy'280HխjSʴҠa18VLgku4۲n )c?GwZ[8wd*|?|q۰ ? TQ#w'@8nTqDAKi^ TGĬ=L];X|5dtE>w{#sm (f2]3 cm\_pwÒ,<;&ʸ@*kPV1/ DC*Fg 4)Աpk18oD7i!}W_l~T2j 4!1ă8@# W'; _=DJ^ w.Oau[+I ;jʎK{Li#!W;8A ya\x򌄞K>NFsC(qځ[΍Bw<85?]~|0_A)pI6H>B:%DO?CdGPn| b_ԆLTq}-߈W*MRSu'aR{Y).w:tq܋Wki}ndu+{ `I`ty-~nc]` *8 YYACgw,z}orB$SHI*埧Q8CfǺ~zrG֊Ȯcp F2 A23sh\/= r)DH40pPRfۂZC-Ruڵ=H`xSuPFv+![橳Wy1 )BpvNG z \ ezb&HOȟﱉ ]_ 61< *s4~1?SM1owu {4\P2K`@L#8tbQ=s -`mD3.hYT}YLҐu8MBL56R}Og+5>P5St^ si8Zcȶ_BFӓ'q  OeDTrIJcy}s)ɛk!k(Gz 6jq `ӑZ)-YT# 2]P@"[.(Ut?$f3zL ;4AJX}󧡰\]䈿D%[\">Z. WQ7# Yzaٝ$g].t^9@>HMy|TbHBaϿV^کaO[ Q\y'Q|ˆ?^:j` bL)p 4r9uD&ّ[*2 n+Vc% ?h_2>H,%ާt6UHOF >ǿN;|,;p2Q-#VRL(oN2aOwҴ1^UkN ;${1 .rgu\(UxFyP(kA4 5EӬzR"tv2J$rnA@?_e%wvv&Fg&y2V RZ!.7L:xΟ*,HT@:\18:Uϝ- _;x}$eƏW`_N]SbB^x-_i7ViC3Z<ցˏh!7V58ia"9 jIelsWIe8K̓Y9Vzs[=ed4wI|L<h! lvGcq &ȼ69(|)v${)&@)T=opy2L6.)>g}yG(-9;!ͻ\A;\hAN`cn} ޶/ Vl [M<wCLe|ՠɴMٞB%h79U(qM&3Ń+x|/]_9M"] ?ߝz,]0̾t(7޺V\1Q`aq@nBֈeH34J7>ٵ}26C 9h/ Nn]n?qZְet\s.YVdO9FK):d( h[ݽ:UPkҶhX]E*ffqn8a2'}7 vᅮgV\j.Ohq"DqZ}S1eb-!d$ v_'F!H eE癥j{PMwleLlcbqZ'n+ע2T:q9j\Z3D+iv\(~,pb0S|F~lˡ/,DOӫ+wX%Qz\AMݔI{l8!E拳R\hJ}#1!so^%՛1N^Rm~x2P([T-WcLaq)E$;)?u :e >eCOGyTWA}*נ>^WJ揫H ':*cWIg4clOzVI!e# ㍡NA/G[nƇ9H2A q C*Cm/ (k@\L5f3=!09jO U7~ ۧpZ KO ,,=~7l 1k] U#y+f:9EX]3 3ѕөBGA xu*OM"~MK^9ZETB^}M|}vp6NQ7B+bYtäaF]aQz=6 e<&Wv,bkX_IOHJĀ/ @?dNi?N:;yS銊8`nvv $jyN\j6݅Mt ÒN6 L}}|$`\G8]@l$li v8$zH?l/VYGUn`MpxA=ss֙D!zmt2ryHd3¼F.hUʹuc3cFw> U$O[g2F@: ڕ#,kE_ '~(j;Ao%xkU`d3 +u@XFbΕe ǏҌU /RRg(6,I^-qx_x%<4uG^e,'f,m/sєy/P5Lk2;֪_ZHW`v!>ZS.1]%\`渵RV25u,EZ¯G*) }Lq~a[{`c|{9N~۱h ͠B#XzFd kЊ*!ԍ5ag;$C!E07C ViVY R{J@G=gNar%WE3n!1z4 Xm췽!ܼZJ5OE_\欧]%j<̺0IoޭzdlrsFr#p 'ث`Tpobx .=$_4 sl_o5sm !`ߔnfx6~ϵ;^M*=aR!w'<3IL-A8Z+br$L@4 jv֯8:X0vSؽ07^.G#ho;T]YZ0R1佖! D/Bwv"[Y8%KncbP|6Us~u.Nnr> "AR$[M}@Pz(+9T g,Xwp5f`yG޲Vrk@n X&2w-QXj^> 暍ݛ1 y*OmtUFWmU^i<͑L;r4F "%c*O%'pQG-oǏgbv:w\ 0t]H[j@W6re~T˵5z&<,B46‹|K`^ G (w:!nͶp@jzgx? o3F+%b=.,7˅/o_֥m ?S"(k]=|@"~S7Q"kvv#4NQۡ~P g3ݠV0 [d$1S<.rR#sd;&T]G][D b3ɳ؋nkF K[&uA:!k/l48,moiI:铠Or\,tW>$;j+o"n%)^ܑd+N { 16 ߣ & K.y 6*SY(= 7V;ʶif LoTvaVz)+Uћ"0`WxkNd߱0@1qHD7)"NvrX)":+ \wG)S/#HH5qfۑ :meN[ ă~IkL`|m 2o.Z/E؆^mNvsky%V$0\8TO-GVj=RaE"<6E:1mÛ-`ؒ"~999}}(# 1 Jm19ǩeKڝ֤&1̺bW҅읍֑&lMv3/c]鳮1pƆ$c>@"#2lbMŭCu'{M#걼y(M#=JY2UX# gymBgk>I7:{P89W,Ky[l.?EH C҇Q|M#&.E?&,[yY̯ܵk%jVĵANC!8n(Mwc2,1S`ʂ-CO渎LWo9rqɴJ3;,ދ">싈"fXT*$ d_I#}g_ .nCJm|#L9u BiڢE1}B&B#q{}DȬ9S߷.u"7۰P\w&g0QMwNЕGL!&X{97m=P1f#:5`1z5}%iҐ}#]`"ۧsQM}Y;HB> 8UwKg iQp`4N5&T|DWbflu+Ǜ_I^% _+$b1ߩp{vVvٛs[55=z2P$]Vt(%P_bto0?@#vV{IM`vXW UB( }CLaDVQq蜆pV9sK|!pcL('2 #:Ë7oI6BCF~tFilݐ"a;g?r§HSc5r$5{Ŷ|YY.dKWse8G9WހMP^%]"lCz&.ITUl<%k.ŊFzP2U9˿l`zGM=3ίFnpRlbw-3ZVY|HYb~Y#)tQ׷jsF˰4U-rW0e޼He{-9rfDw٘MnŁ)BghW$L.gtR֨V: znt8~3 gZan [;s|l.'g %^Koj >1Ս"Kc|VU$Ts+P@c#aCmX[><+K% #2JJHCᙠX+^P*#m:4K#`c.Ybё7{ dV@` tv]UT\4 8 2o晋1εOS&5i5UA~i/eju_4At Bm\xeb]Reە莙zB~Fc^>M֐W(gaYRw+6^7l-r:SK`ӁBa%2?y^U01' ٜ>e9Sߊ֯'pZ7<:FZ\KaћĄ Ղp,!ZGj<$ASiU wbԽmQ%^D.Pݣ Ap9~@4FhhEqQSMA v*z9O]igW|[V)An I.9xNfT@il)=pdqY?Sؒ,pzܾ<^SբCQoVh---0Ξj`U^sMÉl ;6ۆ9[m$wx􁼌p(u㥱uτ$Z>1PPX-8coof&MONx~Omi8:vD2>sġĎ*FmӖXQ6tw)j>:mo. syXAHy8Y& ,q3?qp 9N ExXO픻 %Ii?%͚9)fBhTCPFCBV]X|U5j-Y`->ixDwy mtLۅ97F@lB~Qߙcur"t\apCjׅʢ̚Giyb8'r;lPHo5˿5[1jec/ri|^ۨ v8 .֭ҥ9dOmǁ$qQϛ律t'G7u #ͪԕI)Vjk%b9 SP( T~pHptpef=΍RIN7,(#RnW*5CxSP@4?4C=? ·dzgf(\~#h5<*~0AX H1}ߔt.X`SN4Y>Ǫ3ao\.o> ,Qաn-1ppL8\ɡL`2RJk7em_oNahmcNX [Ɵ u\#Ђ*Y:n^)u4]s$t8ָ 6U\"2GGߗ4o%Iݕ/;6TbKR<>>q{FK.g0kwD7)KyM?:!b" >:Q L4 EۆՕ7U/aGZ0I9PH{(92AJCVcz}ĕf$Acq5(x6Vb;> œ0fAcí𓇩\~B5, (yY \=S5Iجбy+==FYCx0(MHron_2^FPQ"%ht)uӼ!c`Q/vHF'.n9kc4 qBU8Y?pg#8rꑰ_]bRZ+R}hVCWoixtGPNa58KΪ F|戓tw(b5DS [r(DEĪ]{Qs"jQjgh6(CR|iEο2l0E"+>#g69tá J%_M6*]`W Au.NbMTi6AnH'\hl[d.cN8a`=t UAz&,T8@F e0z~cPʫ\:x+Ѷrud55_!_è}E.#}એ*^ ƻau49OW-c mV(/(k rAվXYʰMaI{@RB|)_k Z@j>T77bx_IC|s@,7hgې;@MqK gHwݷVh 2AFĉL:֖ȤԌ)l6TQSp +` v*=MOi.VkY*>݉ƔIq^ WK{  HrLRnF##wfAmCKyZy|cM'X1; ^So52m#-E`xp^Ew?{wōuZ*Pܤ4eϊ9Hb?g6497`לnI;RZ#W X4? 2}x p_O=z.9s\jj+1]*g|(KN2s#j~/TyrWpT0d<3Wϰ-f83|4f;M6'Ӷ[q݈9]dy(º}ě7 /(!(yĢ9(k[5eIkCk2NJ^SϠQ@ n\&.dv,LYm8cIЕ =w07)0;J2d115` ( IRa?ipi 5R)P5hr߿ud[V"p5FB0۷F/Xݙ@9SԹNW)z (&WV6Dugkq¦T!gy%q5 9ZԮ"jkI5#xe"~x҂wVS۪ gFᆿcn7sZ?՜  U>=F`Ve"jfIq{K"Jh{qZ:Qlȱ"8z3LށK׉:FjL~rkd$F;pBLi#'uw/J=jvd\RyOJ{3UPL_HN0 J)R~ƒУ2I@jkm'XBV 8Vj}!X,!Ju{; WʂIE$x€\8IK/ @?Mnp6+esSȠ'͘KkyzA{·aYy5 IW 2§೧r c=CAUQCAq>Q,] +E{ F:VXH`tODqGm.Wr.0O q1 ]J;F&{e&f۴/:Hĥ\^ۋ#iXl^0ZԖ"䐬*rc qɽU+.(yoVc'K"_'앯M"lu U}0*xٟ#} qXwG$<}v:Wi@e|++ZBZ#WM3%Ufnq+? KK:chEFZ*8!l6h9-igdxG|w&%?]AD|2Ou}SSǥ QłtuӉ>O/L F3 QGu,(~De*2B:rD?[>g8޺εFl.F喈(10]%[ex]Ǝf@hv91B6:}u〄SU?/db[IA!M!Spq5'Ki|yČ'c͹O AV(yp h׏  MxU֒f"-YE8rV }^'X33j CabbIta>+cy6ߤGJﵮoYh!j[@}ۉ{mdHi@ ~ `h9S,?2ةҐU+Cű@MύQ=.7y),faѤ`KaTk :͇MB a> `) n)_gB4PtwPܩ_s(l s&$>NJ?*vN jC6zG[bqn鏑WD*BL̚zk:A+6h.sr9 H,k0at"vQ'|r3kl1W#CKXnnr_[ʧ` 3fgfnڔEX]QZ".F:a 9/#a|~TRvu8WlM~lv (+P/z.pyѾu̦c[_N`=f3Sɔ8ЊpMBެ3RlBp[`΄A2j ¾'iZe_az8YOh^Hm^>D?. "lVehzXQ Tfk =H:)Ieh%=Զ%Yn1Hn:Nw*;%7]§)0J :D҃îb$eZtuzt%R@|xioܭW74gx+]ˮ[iSpN̷t Ʀ2cGBZ0N;x"z kwCJ#q89h"vUe&iʔ;zYDB~Cu0(pktg<.b=4ZjQ?qx fzK!>}i}a?'ˀ: R׀v*\ DmAn r?m3FH ΤTX^%}BZ*6mZ9@_#RD tR#='0xs>f+c3z" dвͱXgRڃk^2jBJ!a$t|x<8X<WOp!nO36`轹aJh:7(s>"oq IUS!hekUyNt0Jo'>ASƩu6bu0:Y ai2d\*hżah,R9pqMn/D5K9Z@鶱 i'LX!w Ԇߓ lAEqF#/%Φmyɠ (A6*1TGl[}f`B#E@Nm ͡g:Ω9(L}(}yVӬ,yTH rJ\v@E=d&&,b1]&Kvڊؘ w>y{pcSIs'*!oAJyïԿDENم$VZZ7#|>kh""za8s *2nj@:w'$*![dk?֤J2J;q:^&%URʼnfD{B֖|=IAv^Z*a_t:~Ⴡp!1H6XQhӓHTݏ V@¸8!,G4bNl Wd1᨜2\](q/]ʲlqA91p ~]-B/ c&1/XVamG\z"p緩(\(*yf|Mvٿ.Nнq!3c2e9 5Qcc.i#7?&ұ ɞeW@SeRa%m uq)j5wYE~tLRiqD=͕6|éD=3,D%tyb)ӣIL~JJU-/e:J'{]9e{_BBo2?T=UeR_,UjemX9 6J )^/(]6jY kFs=]EK:2҈^2b~l";(r{~gvs3|Hu/LԼ( ׼2@Q4:{f+WM~PçI9"p][ոk_$.yz51˓NGTK}t|eݧoS|e|bO(ɮ}wӑ6{+SS2 rq]Gh [-z)ot}.#yT.G%A(]5))?nX-v7dr&"ܺܛb" <5!jey 2 &J̍mC!~\?*M i٨$؎N*iSp1'Vi9QMpLI}wlQZ?V06nt[9&A8dO!ąʒHPDlc`/->i5_71QuHcfB-6du,Z-DΝd%k:;֕I& $us1fA E:R;P8kO ]fGd\ȃK4>&\pUL{VTE_h("30-fD. _exya| e<+f _E4Dԃf2ܞP$HZQ3DU S5(u\L %Cb`FC_s޷1&Mf I` WuBӨgI`:}߾ǹq]_b7ژ*zqwDS Op?W bo`1mCoO?Xш~\DxvL r^ b9@tKkç)}%+9gR8\CєѬ,ytlO}bzŇCN}xU*BNH&";mYR*`#}H699J~%O=+l !d xz >Ln0 Riaic[PnPoh\1;V'Idk<) rDޠ-7$νc`2]$M]J$Fװ)'4X;L";WԳ*(sEvu3:J=i_fA~/!ݽ$(P"ɂZ^-.` \4YzZ%>gQ^Xǐ<ϳdJuET'tJ~nĩ5)IkM;+!AQL:oB.VJ$ѓPZ9#J=_\Y䑡m9̶ g^Ph"Gv@{\99@-X+7R5N{hz?8+x%(#=5팓;ŀ/iTcc=>7 O Z)q4EVu?@8[ &Pi.`ex߂#4l]SJ0^Щ?xEoH3qÕ9K4˩X)۲i%Y ;V:0m0E%E:m5b zQ[ \U*SuR~j+nP4t~?Ս!Ó /[q!5r{ˬV6ɍabc!lM.JCHPW+^i92FC%{v,|yL!|Gop7"HU6l:nԘ5F)g;єʍ 啧. Î&k):plЊ`7'qT$u'if*:mQE!C#2t ohf_Gŕ!]7(@m'۠,aUv5UV&>`s;NS(5|r8(t\ kEpp'ӄ(vK*!'=h _HO0ZrD{ ~.-=T޹w]ȷg&^&R٧89SlW p2IJ Zʍ#u;B*.Zb>X/, q>ӆۣG%8vE4ez9ԇħ׊cF].dx|! T(Z-}\JѯavOA˝c6ʱBp͢4ROvOT'rX"!WxW$LٿMmE (Yv^2sQ2FT@m16ހ/WhC?eN/DݺFHoM+\-8GEiVցY蘎xbb<舺`_4<0ǺkLPU:x  G׳A )>5"1{cI*F=$mLTPqD,+cjWB$󦜚u3hpP*&JdP՛J"#E#B{a1U L!:  ܥ(}SE"!/SRvXskg\>T~b'zMV*b m3DכP|}9n%hL0B_91S. tg5cXbg49?WN> ܱJ:k-FeJ¬pBH'P{|` cc2},CeB~`jD[*l//ܿ'q];V_XoꄝB"sQln_쒉+dXӷs*Ē~by_QN.\GܝZ2U<ӂPxi۽vt4]FObp %3i%H~nC_jhg̋%aAGM<`Ddb6f\+F?\@PyN [ؼ}f0 q8PRa/vZEfC) yMY1k>H3d^.ܡoAzK`yRB,wث!f,5u(B Á DL[:M"Ʊ1(.4k&[mKK3&)9 Waێ.8UA[qT,BmuC>a|A;\Э4Q"C =64"  WaI[X.H4sKeP9**v&a K3HH<&uI !9I(~b)4(#-W-~^K!Pύ+<꼷1*>*)2y1l9 Ň :>Yc'g*i{0ѼRLi R`VŲnd,I sҷ}tWs#Q`։9^&(p Q~E].B츄,]@H!Z~]He?qBc.@ca8>ó$&U]ܫML0SKSpBd`!N5-'HX/s,Nkwv;wx˯h'C7D?>||Ӂ+:IN^j7_-ԅln 7IT#fJ櫺_2: j_G?!d]vS8s=!lt"o>&Q_WWk¨S9OQNOKmPDI5"Ʈ~vXؠ yfqĕjmvd2S5ĴY!+"awd[$"#]'1ER4T}ˆyzu_ )ɓ@݇q֍9{ȶ o2}~>ȼ!ZUj&o}O>%J8vWAX dR:cȕ՟|o 3 A~)ϝ {ΙJ_ me`E7\>BU8 ?8BYp!n.Ư EI^}^n)Jlq7ky+v~=V{mSG=W@:_I:Yt>=x*v|:c Fɵdg(@_?wr2qu@@ޓ<t)#vmTS@ͻcqZq: |p}CPGK~0MpzPz4 p(R"rƵ5 ڻ-yB tN2I2J~\0Hg>Jag%0iX K ^6a `aP5i_\gM^'QmX#R?xfsWA!ίHPf%$e/z^g1!Kĝ6ԚOt}ypx ZXEm OALF*q5ժIzL,vqlV:k'\ǣe,w=°QtmkT96C~@ 6&yFy@yt]+p߳ǥ:ܦ˕Vk'i`. Z{rQ'3S"c8ÿ*;J:$w<$&+y+GzdĽy%IwLAw_di;^E$YNJKdF%Ц?YRnHu2[2$QW*BDGEdT%Sl"F glCwM z!tb9N0*Kw ԃ!rPI68NԘ!8peaS{UT Q醂N)mtlݏ砣45ĺIsRåu "uza[)֤2j ȦM( 1pABp\Rͳ_ꘉ|T(dG/$p7u~y; dȿuB iHpK|]W߈hteKvi)pn 9afs"8jRinu@DwR;:V|f-dD#+:;5~ہ;s#d!A jdM/O)6ÉqЎnnxﯠvY1VvMy&J}%lXJUEx E)(X"Cgt3uQ_ cr2UinM]],*h",ni8tTQZzIF ZZ6jdd. ; N³w89,`lmIoR=Av>׵@`kv1mH1o@R6'&f&ȥb7'ڽ|u$<\Ky!H븈@[;D92S\x 6Y^ ړW5!UІ<<0RxA2/̱ ^])k^`C'#˾ݪ%zIjF鄷NyUje`U%Mpg}~)x0$Ϲ 1-1E˲5ʔ\78 VAfA lH[;K yp8vWҖTH@|a@GJ-@.Xn|eyJ|_Ȓv}i'D{CM]u)a; ҾD4,*flyf9p܏z⿏V=:nY5I|lROB,;rW'Cj`a02kA8&d{=5uwJ +lh"JvHc\|:9(п ؀ndhPN4\8 ,,oɸ*uy;(B`Xp &mx_izie=ĮA(C־v?ɚ+#˻yDQN*@/MADFR NXWd͝ y6ƒraK \RE+8EZo^R[.  kbizDr':{cpNcCNXFD|fr&WP}qLٲFORlN{ U0*x|&4j}玃5>Om7wz*rplMJP'+x wHShN}& .ҌQ.7? D|tYēK!/ذ/2퍛pߎŦR]fȷj^=^HW1"¶}&MIt&HT{3xU y2!\r΁=xCNa|HI#NbOq;8R~$Nb(n&ԋgDW1 N6\4Ŀ`d@.B 'ب*Kc?e_ENcRkY_Lg]+lƊ\R/']|`*5S rw$d)Ldwd B8%7(r>H8_z TbgBe cRCjN*fz|d \^Od5@p. U8媳f 2R 'u3~iԌQ.ćt~ԡ_3ߧR#X/y!% ɩ'^"<ȏ3X\DjQH!l΍i%<a;U Nsnv[ Kq\Z?4?mO!{Am@*Cs\xe(g" HP<^{xI'~=xi3bDh{ ҁ)d)!>-/5n>6 ~|a^-F#%$؃mtzکCUq,t4}Wq lTDͬ"9B-{L Ox=!76u~ݒޠ3g֙rȭb_HWb"Q-ndǩ ) z{Y.lwRC,_y!e&8/^dGBC6D˗NCx@:X?.f746αBKN VMcw'JVeF**k̘|'Y ]Bim |0fp oLr 2]|FCNHpfvGC%'GSt̤UFp#c F*Z0+ RѵD' (6dqd.My#@U<8mמQkbY~Q{62=#Ԍ>:Twƾ*5*-K߮FCS#@̺m*̴cn5>)8'|$YIܯ$DDdAՏM";;cM-M$+VѺ;4in'xjD\M` ֱl>q$H&CbLƤNUD ICsZ׌Z:Y_J>\Hm}>ךTDу "{  pڭP_Kf_]B.iMfM2KܚDd:n$}Sk+q,BH);TuRSX{ݮBO?:܄n >.`Z^ğ$I;.]ટxBLVar-f\51=C|_Bt}QOY&~uO:+ |$euy}睉frCߓJcj//LW"w2ɨQ1DKGl[P/xj >5nc@:zN;c%0g=vū!A[E.e1P .i+2lgs%R=Dߜ _pn߈Q&zr 2˩nURӾ{~޶#Oϻ΢&:ivϱ*(s|i(joI!\Gx'wAiR?1!ԧhSA`lL&MjTL t5?B hvKDx G0)unZWs*cM9K4;J4Ba5p1Rj" $Cb111E C oיȸIJ2/x$G*.w/O|g3{K7K"_}_ɎQ<^XTð4Owѽvp / |,ڠXK1nIx ;_:yғ ?Ux"S+hb5|xxsu@,p%+azTA$D^Bݷ 8TG[H_>Y$d%SG1tf3'$pz%q]:M@Y2,6ilNjCkh T"8a,m}]\wj}<4+tRT=Q?+0@e,j7D zD~&v6 J͠@5Fʄ*de}7~'l!{VĀnqo&w#dy8$/EXPt£RdG7(%yGjG-hoVQ8v2&oՃ/Z*vܣo<J+c\UuE͂x@{OEQE,wTj P_/zv3d?A;&2hqXSd`jvӷC̹w+a I>>7Z=ܱun[\a-VL5ѸXY 3 ]a-wBWH1S(6[v:d)4C+ ?YHѠ>1mo,y[omG2m Ĭn/H9x7lt'mUoUj(mZ>VLFYnέo u&vÖ-ʥ8RN-}c'RmT7j~F#Oi9rɻ  -V?Y?͠mn2j3I%R˓p2m`@ A4L%Dž@laJoFb=fXo@hI纃POqfon8yuSZ1,b\mb_ 5<٢$rk ˚ ?* !4*e ,GAuoɾ\׾S HwnUiX:2x)i[KעfOxDj. ,@̻8:Y Hd9[;5qZ6|in((iM'Ү]D= O# 2&K_ SXX?JJyqF@8\}cFeq`r%z'N+8?,`B[q@@YaVBP d{}PH9W`mWѿ|0cYfۥMΦ)k l+Nn1F^BZ67e$y%g'ohkb7vԏLxTb̰&׎) a0uVmXt_4/j@1.%x7;aANL';'9YycbЩDdL ك&(+!wG>nD%$ίE-Q+yPv!#bh7#"L,ݷr0M'q3FH_%D,aJcz")cy5I78T[\{dѯ1-ư zLx/l& ꭔ?&1Rft_2 %te1;!?y)7\`┯/ߋ c.wh#̳j!o͋iTJe` zY)Ҿ3B~̎Fj'ǩL U~5oIQI]j f74(8 Ɏ})DɈK9N,4MtY!Y>9dkdfJ r'a.li}kAް`29 ﺪrU'#Š\q5k&aYsx$pZ7o򤿁v oE EmI'N1^mZ[|I%8*7$x;}i}+-Ѫ: E9}RKMl@UZ1.byBszޑ߄iS‡4o)]DBRi2_iǹqo8槶b.J4=/%iY=+3@]/v, )+WtEzz @R4j N& e s,5:f̆|ugWmrbn-q=%ߠ JhcN2F n=>d`V:,,XҖI#O2XEHQH f>Y 3[9X`3XV֑kTdpӐ jvLCX$xd,4jodqv#Qښ^OE7_gt;T%'(!ՑQz![?}39ثIfWdNlxZ㴷^ HfB⧥U9l{80 !]SBivam Y%^W:7`͈c~[ĝy":NP\.~;↽YNU.TS[ :b򇯥z-*NN3aebAf2#EG5Qz'vm935ØukkAVN?b. ~@IԤ-.pjH^>\$vQ/ܸt?i ُ7Ks!,N;߹:䇊a9xKΤoƢXg)$5FNŁ>WvW_FU5ΑVf|G$kfr&,WE'UԚy- Q2uLXY.4݁`|<3g-7x!xsƚ c J 3 zfma@}~ll9}m!NjɠzZ 8f2<[=C9Tuo`)S#\ex9"u[kѶ2 fqį},kr\_jy-i '(bҷ1@jB/GF.ݱK-e#kBwZ_ZX/h&\7<\{*hi!|)l6r癇Ӡʫ YZ