tiff-4.0.9-150000.45.44.1<>,fX%Op9|&[MC +ɤ/a2$lB@Y91u"`wRN:A%ucXΟɷ'^c瘤mKH/p7fEY}MR\Sx?/ji0 kG(PY:M/;{$- GQT8U//bu'IηM4#ϯ^=:Gf<14]YHi*"Qiɕ:{u1;`zӁf9wU=0>>h?hd   Z 6\bhd  `  \ 9 :=ASEE0H,H@ Ht I (I8I69J6:NZ6F3G3H6I9X:Y:\:]=^I[bJ%cJdKEeKJfKMlKOuK`vN\(waxd ygWzhdhthxh~hCtiff4.0.9150000.45.44.1Tools for Converting from and to the Tagged Image File FormatThis package contains the library and support programs for the TIFF image format.fX%Os390zl38uSUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/Productivity/Graphics/Convertorshttp://www.simplesystems.org/libtiff/linuxs390xJJ:9Y:-hXII89YJYp9`9zt @ 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큤fX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%DfX%L7)ZO@Z= ZfX%CU\IW(W.W(W(W.W.fX%CW.U\I7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)ZW.W.W.fX%CY! 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 PIEs390zl38 1717052751  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.0.9-150000.45.44.14.0.9-150000.45.44.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:34106/SUSE_SLE-15_Update/0fbfb1f98355a1a505e5567f607a5b83-tiff.SUSE_SLE-15_Updatedrpmxz5s390x-suse-linux  !"#$%&&&'''''''''''''''''''ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fcdafeccbc8881303edfc51bd66c4c4e0b14ef34, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=39e694d30fd521e885ea0ccf47fb78038788c6cc, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2ea7a43fac2e03f540d168d55ac873f1c3a97c56, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=632f7b9df1f31cbabc78e9a97028583faeaff54f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dc6336909cb6f1a3c7591a4c99942a4a35f0e10c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e5013a791d342d44dc07c94ad811594f35d1bcd4, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7ea53047f985e56c637c702c556f71745a8e945c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=594da1569880cd4168a36aea7a751f0d6278a68f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3279cda9d80efd2bd769eebdf81087be6c2e1e6b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d6274940aaf007b8880d7e22e2900e8187dbd978, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a71cd2a8bac94b7edfdbb8e5f18f835384ae9128, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e791ce3adab3e354f585e482635657dde9eafc03, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5c7be2d2d65abe2cbb9c18173cacb036ef6bed01, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=914b810ffa00a40940faa41b0751255321610283, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ddd15210781c5c28d502ae1f1f6977b888b725e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9f97b89f0d15c41e50d308326fad738e37da0486, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dbeb9c2141a77e30670da4d17d4a45c1189eed96, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=64e3b1eba24957f29b06a41e0488c38e37ad9ee2, 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) $*.27>BGKOSRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRO2[ BdQt֨utf-8063a99fe9b1b93fecf21eec6c1c7b8377b6030b0ffa340f7072edecbee53824b? 7zXZ !t/:]"k%Hk+%Yv[#GU\N ^XxrswHt3ÕRByG>:9t4C`_*)_?8Br2+m{Lz嚭2iiwߌ3M.cer:N9j K:FA(*%89[ȕN9f͓4"KKٱFu[\#(H?5ǰ J%$+~#6D;#-*cPj-H8bLbƟJ%wy/!:u>:Kꐹw!: ?| ZWHK|>+ĶD }@eoY4De8lޟ%^93g·L Ry&G.~J*KJ |;>n q`oTБCqAZv1eL:NPDy^}N Q-(ԍo]Զ:`S*F A@M' .%Sx"!69#mPOD.Џd 5*Lĸ/jm1jKvD5-F:[o \Re|Kfd]CqvN1Nr#L`g+b~o‘œyc>N<xɆ%L_lr.e펕~OUE**:|i!]~mUwU$:rJĪ$5hhL<,7*v1y w) (>B)3Qv1 I31|x:S )'S\=9o<,+bOUɭ=j ؃}Uы!kAq" :ʞ w7iGx+p;6`)&b={/jQgL mLDtXXI@Qi7bȃԲE"~5F؛6Fq_;r."ICq9cHcr%Y9kyhO֩naBh>UBD:@@MGhu۶yݍ +tk )ЈFىcH9IS/] t ^*wGE2/ !i M)}~[5Lr;ɥXo"d&ϢuufAu5;h $o KgZe>Ҏ(C=疅#F^~*AxW1ҿs,A+s@X0QX֖uiaynX6Bj7sUǞſ kahόN^FS ,uz[ZЯME N2K |yv ơ *zw?bҷT[gASC&qOb?p]e&a[ R"]V 3J[8\bqS- SLNb{*w \єeo@Gn՗BV cJ"ؠh |Rkְqw6y)-qE6@+4ǝV,ad=([6Q=,%eօxZ]҇-PAL"  #I gBV|h ȩuc'? 6G/gBv뱅8u?2Ws]v)y +yXQI[a9w3GYL>5pXb)iNrזOݘwtJr>~+$DC!C.S }!?JApʛr&l\1332W-~\&qykx b&u4$?}yE)!^ dIP{lM)G:0{}F=QO$pBgpZQVD33c)T8y07?GfnD a0̡1AUGчs:!w[EEwZ=DerQ?m ?EhQLg/qODggaw?)e+ؤ:br/݆MV.!HC.r8(tܕi2)iR6K@ ])дT'U5<Wu}ƣR*dQ8A)NCz(pL>+vonL-Pee<8~jg(kpWMw qY8'|K"tгQa(H&h03q5=}8gqz$4ᒔ% 5LdG3-E{`䳳`%Nh60If#>[25k_qE8 P1b`X[;u Ӑ}Vrp3@BR#<9 C Y+2gW`D!}ÜCVDhQ=!B1 k}T`Ky. Fֈ w KO|k3~*zM}GotDZpYk3Wd "U8:(f}8 IQWj:0Qɓh++L7uP6Y NΏ-^ o.r7Uՠ%'_=z AyhQ4u!^Fw<˷QVuhМ; O163|&?h.d8BUR#Kg ~5ˑʇUB4ԓud'a|Ҟ5cs#T%84]<-+qEKPpA&·$i!t*XtWLfz'MWI:F KWDMF竽sjo-B70grأǬ+?I+|"N9L>ֺT.&q3tMWkwW00է 41|'n\;{U|yKE`2:U5o)[9y8ϥEH6wׯsyx;zv}\UmbK)Fl}ä[r'*l2Օwd"q=bh.RqX{B+Yfs7"D" lZ\ E=`H;x6#ʘV#W;n}(7s$ɜ!*>M=>' TȀK8>6=#PI;{JG_6ӲۣIG}.i4^̴x(h 8; >-q,ƻ%G-^sk!Z̗$7 ,g݄֙2}px'Aoi7- !إED,ٯti=ʪV)Jng- BfOWjZKPy_R[GֵB&BbԚ؆Qs+!UE m{dPѻyR‚>%1&? FS{}9Ux 3kpLepPS$xA/NI{~\dEXɥ-Rʲ14sq 7D%(k僒};eҝ`" ([W tsy'ԯMO6A/;H)P&'TihHOk7* d]+ rNzI``$\9(wY#򓽄r`wu `s,n@>3oD$2oP"Eeap{_ nFA Ga(ݏL1TʃxN؏ 9g0wC.rWa hwƙ]4b]y ~eЫs6p(GiL WMf'L I)<$0vnl5 y28wXtO`1>DIdXך ]Gk}(x/`BAYP1_h !g:D̘x(dn,k6) W͜97 oli*'$^W$ wBK9iP:S3BE/~-[DB]+?o> yˑl1ITbzDX4u5FCLTkv$atR=~$Q6aqW]Tp7Yd줇~ uo<4~RWRSzL"& nI{+d>6UJl&P`M|%2&g\q dSLCcy(D?^@۵ k'VS$@#-ixK$vVe5<7C11MLRNbZyKS7PMj{W l+;UݿԒi?)*Oa1гhNqLpH(.^s?N%3yx3+ֈCD61& o5qP;wp4~|ysh[O#19,&]+ x 5אfx+eh{Vg)B ,0.K겠:Zp{q_a/7aSR B'\Q9 'RZE_5$n'l1iPm㭓[-rW/!Җ;Xb w^WYm3\' "j9CSFa;liXe$]+̗G-;+AvxpkC zX}Z10B~-Deen>G).Ni{_ q = ^Dm#esg  . D+\S[hjyfCqpL^{/%*w9oz:.ۜhFsf.mVMB5jqG.;|yj]/RO,߼>D=멋t5rx&W zKa:swPi"L[̔ bu#ԣ}h`|٠U*kuZ%qVg~\]>S2њ[pY2",ڳW(vo۴n=UEΦGr_)| +A5_oAe pFM+5 {ۦ g {sڸtae4oH hW5<քU;{<޺x4",F"ʭ{CT 3\I3 3"yvNb|H 1$lSe* !+J{V]zgy_p*xib="`֍caԓN[>U:ŭޅ=^X6\|0cU&tQQ6ZP$UmCOGXxx8f; gZO@>qn!}8Q7mSlyb <\l?āX-wDkΟ#?O-^'P&I yƫj>%EkI݃=Q d7Yc>>-vDfkU*.3ʡ4sNfg;u\QL|h6c@,LRZ'Z *Ivcn&oCO=~4 t-%SaD;jY60biko7ȕkfBP^INfkɗ,F 7zbA/dc}Fǜ"@hAD " KruDenxp &h8_ ۍSS`7 7Jbd:?`ʙoH-O`WLT֧$9F28N]8sh9Sd2/"/;tB"ӌHqCɂWCޟ:b P`:#7b?8SIJY2X9?ؚ7|;@t\ {t-(ş23zGzA@~r[8^uVgc!gVD/w!POdL1;6&NWF$SUd&U:Ư8p^u\^ĺKv:mCϻ7W1R!Og`\X7G56m%4s"DfDDz2=vDTN-m%fjsmNQ0t3eB)(H5jX *%,Ѳy{ 7R9A}~KuB-[2E 7>LY맲 MޢwDӡB(;\An+Ts m8R]~y~7P,޻$&?;N<ݸfQ_]6A]4@oMy-X}GWTPG!*R-vm#QǁK5 ]h[!ELbR]P|`GLL{ D'WD}9bH_9{1IVB7ڌ}\It-l7iq3gN_+Z&L7k- d7 T#TNĩ741Wi>il%Oױ;pa: udeƈυ|<٩>~lv!*&epyYU:y ']շ sO3Ot["S~FمTf}l ֓n@$ˮ냃}2ykPyH>DwY2XE3[?6Z]ud~G)悵@cT_p F%-e-2H{!q#ЕjLSHd4eg=T4ۦ:J@Mǩ?kO\q(IUL"jjcRFK8jo{VuE6DlUUA>}<u~N1zv\-1Fŀ+R@|=}ɃU ':BcA<7Vk?HB-nE(}LE^O9Pd4[QKT 8&";s%Iꬂ8MD,Xa*l2 s bl*ig1Gv$^Zl9I}'XJ]o_joVU 8O&LU ƭP>ߥ܏#X :x#]de|rai.UŬXUxI-T̴RcN+J&¸\-r!&8 JUqnj1lXbaȋ\OF?ͫdyܦwTH?+T0=c?a_'- JXFIu  <0xqr#|Ad/2!M0o x ڎmk(*tcGt.M6em1pw/P^A|13Y+u$2bkTO#qk%Mۊ !?|'W=Eb!vtmZ dz.Agxtı70>Y sf3t'QCóx0V͟rűոNNM,@!MESNMxWKZB%}.^e.j>+d;7Shrca c P oG?^3|1^5{<0(Y!6#hdG؛E])j`MyC3:0笤r}CTrA&1QG}=醓O/ca47ٔx;#;'S^qBEwr)%oiE=@$sݶ򝉍gIײ7xoRXkYN(~>Jney $n5sꓩtKg8n5 s."C/*3z^9'r &kѢ7B 諼{|[Z/\' '\ 9nl<7.(hOn#Vɘ.sTF?IBQ5)7K-LFolwjLe$2(vV:'F]$Xc*^G<YX*c}3 bJW}'p@'N^bnūܷ+c,MKs謅y˰= $&R͒`ܭs aSE ELx:r0Xf瞆]u#6GrLF`{GQO fCJ#eAZOpBܑ01ԷOމz='ЄC7dKY l/tJAD<"f\z[G:eXqij{7tY][mdw$߁s=JCsqb\^oRY0צόYfۅs@AN'ioԀEeI б5äk7yRΡaA-ğk{,KH'Ωd rX's>i2A HV3cgK;ϝ{A:|xE+$~ap-!ӋpĒfbTd. :uDȳ+kc 鎲Ӧr erW݃,k+y-`kvҦH)U ʸr8Ԃln 7ڊn5@4)~LJH *;ˉ9~8Hs`=ʫ0ʊ#ԃbpQ.W.H^:z%JF'~KEM)y4qw EWcsMB˧6TcĪKk«'{+:^mrVaW|Kf ggB{pݽ֢5`MN$[fly}}D7"OkfJ|bWJj_%-Sq.R}?鰹UvZqgIo7_zCzXd$\!CG<u&OlJAaW&gMt5* vNQ3:,h% :]`,Qp&.OL"VT4{ο3'޾Ȧgk8GZGfV|x!nQu^5LB҇Xc Jva qs"ILJJF.w%Y1X 93Fr/_?(2V{dQLJ*͒ԩ͓dYb*#Y|hadQ0+1 |;9³* ;6٘| Cj=pX[{-xK?nr{//uF"KF twGVkNxeh o3 ml@`AQ>rE ʷU攋0ȸNpg9aԗbRO %ߤzZbHY]?vՁuVi`LU»9I5!ck22$VPUܚGg͚d O/jY^v1"O8!B~L J<x΃ QW`}!4¹Ÿ*Sx%13^2c`.N9!P&3G~.$ bB b?)>-<0qee4bE8]u%A;:FlRnuu<] 8cȑn"EZSN"%gEsɴǖ׈_%*6 f.ȶ|&J4KʇP*VVk"WJB`ϕ5t]'·+չ.M - +6n0"4FZvpGo {ҽعynDАjyy Շ@X)܍ڹϧ<:'qrPPIi| (2 .?_&c]}X30"Xr Vݒdϟ)ŪiDGS&+QDGD9Uj m%: YK#\()w_VvQ"|?OG.R,[Shia$b0^u@{Ss,FeȂۈ~cRjt֯ۻYk(W .?l<) {ؒpס./-&]/)nCjQ.#*?sdu@ڙfjzH)O6V!BL)(dï39u8k,~F.9)L+'] Va(xz1^ bpկɭ.oX؞Yz7In9Z;͡Fs> #w2f]5>8VUBGr?bh %o`W'ZUrӺ.u{谒¤Y|6R09@,*,/!sĭYsF2pƼ-6-2}o#dOB܅nmïCϚf|93DڿZ"oІq3Kfi|loŸ7|6IB)eS <}~3QaQg?%)d8pzYG 5]w;FLօ_*LpxCGt%Y0"%.Ձ+۲Z>Wxh$g^!v/cA"luɕ:>ޟV-PPihaؠZdXppz}K|'7F7߲<*L&wv7|f_hLP'N;|dӞ|R)ǜt[6%asHˢ z͌ ܛD]Zg&y32t=͉.x:2ęɘp}6%id&zTt|mҍ3::n#i8le+* V`Kl3g@OD.V)Ͳq4o]^ayg"y$>u3]Q=ÙMZ@蹃T+r %r`_6)* .V(&b=Aĥ c&NEHh>ږMm.j/+vcoft7=:B!1#st&ٰBcn`XyƑ Hի̹J~8%D>4SYL|?n<Nľ6p^lB uMl[I# F=;D*a ,L/UFӵTzm=,J¼+yJ 5:ĄMqG\?s!#oiPSH2["Vg4؍_T|*ڦdz0 զ4Ӕ72_.R,V|&pa cxN٧:E  lt%@n3] #zK|{ nf IJA=Zܞn̬xw:)(+ *D0YhpQ210%[L_mJ>J *Mb"q;,__K0UbE'gXdh] ëe4\ov|yʢ57VjNV s#W4gm Z"ҤMbs>u Rq*L~7r憧A `ݒ5I 14XHYp'X=qlAU`ۖ*>O2usf78U{1G3Q59!e]| J;1my2F~6dAKfaf/թo73<&TƛPADbݔ9,pTwPnӢM HhݞZmc_E؅VzS4Wy-rlzS:cw1'U)5o#q?s:ުo?)<+:~e 5/a)c<`HAt&7 c郈_{[`2]HW pip"xG9!D9 Z$ ` `S`(<2Pe@俁qT|Y:+}(.x!/ZQ4J'VJ8mF<[şl,jso;~'KF]Mt8Bdwp/S=(Z-TQf. i3gG\t?,/~e].Y%9m&/̤OٔirX-{>?RK cE21avc=:șYy9 ՝#A*@]>q{ldScҨfi+  f9+(eHݮ|ؑVI1?pbB\ G~t6] Ni܁k⛄fOs=?*iQnq<.Fni"c> C_;XH'QUJ9Q7%d4*-~5!&GW ֥`?;OO^l8Hy"!tIb_pƅ[>]kWKl©YxgE(|@T?l-'BlԪay8OGK0=׎w3\rM1&8eJfX1(^PVbI .:l!6mBN4S9|+w̽˄ Y?o-SrSFM'_ˈ}}QS*Iu?̏p!S??2{ ^m,ö0@3+rpd3i9gV1;_s /2'g/ԉY"mpTi5I}9"Fw,@j$_Qq ؏ II& ֘.rmyVM l•{^BYTzr%^!%p:9eΪxK@ᦢ9mE+%k3qlwsuF.|-D Ɵ=_'=V98^~gsyYOJP251r :P.TyH ÑY3-ȟ2B3ەU`nJU`jhl*HgSmWheDFm)3IjWGOr,5P;ǂ ;k2 ~wyK}2śpU@4X$P>I(qMfϧZ6CyONXù*Hw<,qV~7rFΝ?qeEϛxN(tu|Eud'+^TVNE(<ЩSf P1}> n 3ftl/J8Hxɦ{uG"=d҈6#|dV!7c~~G.}Q(,%BX.5nxo%d˒D7^<8+SHztTb38_h*xbasmBq dEV~qwgAD67@6JUyCVÑ5Θ]J @Lvf:AK kc3.[PJ$kZ2 pIXŽY(y^9LbvRrf⻢Hl r#4`ʭm2n?xa]u*e ]e0#GQWavvrzI =ܒn^.XQݍ#:QhlS"~!ZI:RU9 /WA!}lFyg͘T Y%.+H VyW3^wj8U9~L{&2a=>5W٭8:,4aw)x9}EzJ t5?ei3M:l^zfqvb47cIU>@H$VHpt/<Vi2~;{&  S6́ӏ t>Mc/8 čCY}+3#LO8~X׍J28v .>Gbyz2 MzC(Lܞkp\r N/ "ҳpq7&F#yRSkyPWGfvhXw/E&!\O- PE WMb+0()dHb˙ u+m*Bb|9ܸfm|耓xI$\F\ Ӯ<=K Icp>"(:m*6 wp9քK2AM~8>$ZG!,JlNFU/$p=H\41ClGNWR4.Xgg*%SP" I`f'?ŐRpNԡ7q E) D]T'զVcxݚɿjfBomjϥDbV=A#d'[<%`/v]{uK*{b A4a sz}N #ϫ5S'CGЯo|# MԡY4,wCCjKlaD_nWJa4'Uq#,"hFm|HS=A ͺb: F\H)+ XݬVW Jr}2RU'PofIZoH .5­YU)QS,,÷23&83Fa'jf)ƒ9ut7Y>}Pf"Z?^v%4"ruu ]W7@@.,S_1ũ+ʹ<:'dt+D쮌1Ta8=GV_+_~U?UOڌ[*Zm8Zi_lJF5/ ۬TI:\4 ɡ,Qn!i⡸ًj=ٔ`*עAN6Խ!+1J9|z-<~&0HoJ]򢸪[\ٰ~Sԣ;T8_w&'I˧f}|)8F D;u6˭QCAOL!1);y#&K/׉}% 6W"7+USqȳ꫗ɾUgY7elcĎ>s`G=?P!P'٨xYOY|0/&vQDcxdȤ~>^7| tWT%/& ?yP% vÛ8GIp $)gUBа=&Hd 8o3H(sd)$;,-AА mbj7e"1H RkxE4R,VbTET@9LY=m$VK)#Zz!%@x!Vkqu4ḃo Z%F{f| )4Epe=O_|t}weDu΄38Q.&̿e\T(5#z2^T'm3p 3N,CJPSCD@[F+حhR#WPҤ*< &F)Lr~ʞPGb~g퉉 oaL}93r(W<†%tǕQx,zӌhb,ةQy?@a#G[_Ն&Ԉ'@ʢLK[kiZٝ`g.^`N'CɓKoZ1Sml7 f92w̞H MƑ#hp[ݪ] Xp/F/0cȾ;꓀ca<2fAMy Viz`B%yWy{01gd堲nfT(B׶g2dc*rx ׃9=!˾u ҲO@ =3/uQz.$ьEy1y/,y5 q'_˹=m!#W l 6-?P>3hVhZK_m72uf}ixj+|ěìAr@IGhEjqa'C sMԳ!|{m/CdU o?=,@-?,;iDgA<͛r G_*{שC;zJWS1 gN{6Y"i^K}5>;# Mܣ0ag(?»"2C5p:mL82;-qLqf>IBc)^g<cdĊI-`\`x%ƬlʌpxbGs|Pd#ꟼ尣Lu6n/;B9Bs6?iprx>)mk}̄8ٖ01GHCBff$eC樈sQbGAEe"m3QŀK}LxQKa3)ѢGu'[\ɟI`ܥ0dtf]NbW! CʼnV|I˥yrT'fZ:XG42lMi44zׯA!7j3@p]U%/K.j"FZޭANns=~'GywJ.4d,:^IqqqDOcOV#mONv P~ritu}SĥF%ǿ騆 j_sd`nod2YF*0 g<焲N.MFgw(p5KG{)r3^[si2#V qB(f*$zɅs87GɈE'']3 aV" ^AS*-39c1 o)ڊ!M0ԌX@ >}W4LIz˿ȳ rG+`HiT4{M̯}>$PTe]U3*i'R*kOwJ'< Լ#^rS 3Fk"TwM?sq*J =AK zn&*<'M#銽Az,tdԿ =֜6}l J Hgëf'ræ(mp(d1i1h@B4i{-!J-,6{=fScԅ tm$nYͫymlqU?dOE+iOjiz+EG $Z~Ţ{sb5W@Tw:ri 7.7aً| Ƙn&(7?&>2~t]DVA1,QlwFpҔ/~"J'\-mo'FGO֨Wrø$r5 Y`Oe7֚b6BA å#,zۼF9OTrK]ocÚV!k@n.zg`6QֲZH _slYwRi$OwiN1ehCgRnD͟L3p*`o p럗-a:3&:NW!^GȊh,8AL݀ʞ% l\^ѫQo,B<8NCi@KHSw珃7,eF>GaB1k xsu!-wu?࣓SNnY[-k |OF ./l|^mZЪ] ۶hy !;X̳.E$lzr!l2>X[e/D%F6c?bn'Dox{5Y(t?Tx;Yig)\f_nynLp?H[ma-49p9uX]Qa NL6RZmt&6Z۸W\"0/6)^ݣ;_)Yy.gmѾ=(z^=ꠄ]PpywX4E~nV\_HWm,2O\MNnSDuSQ'` ձx#gzEcA\_4ETP< =48@"%J}ba"}f`F)v,fcIQ.,/C-FdBuǜY'HHv"1 tKR+bVt)_fdm^xVY1z $&2rLidEИR?!#Ѡ_ˑy9Cs-6p `ɒvBYE?Ga:_Qf *YRwu-FpB+]5μa`5f!PvmLwUwUDSbMF)ըg;5 yJҼI_zvV1 _E5xxM8:$m)>Ԑ?r[_dvQ+^^l!enswUƶU3x*T|/:@wU=.u zA $JZNy4JY`N"BUC]gZ,Bj)[0ѻ.㚍mδ 0?)gGĽ dSظ>$_g7Pb'+ 6MktDEveb!Z {c. @ڑ>Y= 03tQàPfݵ`IZ톷M1%)_YT|T$EFӻV9I< 0`Պ|KR^a V z5FΎjdLWF8v~ܘ=4OjKC1PC%ʸJ}+4`J% qKo.UewLL^CzxOWGX@TOmx En5qÚ{3[)-jS52*#\dZqVK2ݣ)fi??O-rj(`EC1J̹RFA9 żz!9؀I~@[[e%]q354C/epSzе!?!j^_G$'x72kbV8a ~ViW-=kMRO{5_a9oO6m+_C'0yx2|׬b&&/wRzsC [33zS67M3ro?bs+{*UR}\z׮/6K\X1REt#q?5;64(D:67vWt^:|4|<vԜǺ4CAYȉC֤4qG\mYt=ş C^_H$z "үJN`$˧ S N[jn2:TU$IA_L_UKv`5cQOrvf3d܊5{^q<UA~K)C`^֌ H!aܱq!sL7y"xJ*gZM߭ZCh\X!&*G$#'KnwזyO#sLT+sv)c+|7ͭjf#%سF{}}ݵb8!I@zw,d\c676n' =C5/7 uz #Xk_$P KmD"0d (.`򿖞{t^&-} D 4C5 b7Ag_y@ ^[8;qCf *VjZ:7:7YJ,w]H@Ѡ~\чq?q^C{'11:PTZ?HQHq<0暗_)y.ЅE ޘo31tr]Ex9R. #+mU -_a٨P*x3%j+q%/pJ wtGDZi.ǙbFPsr*,MYn@MׄZJSI+a13Ie0{+yéħ^vZe%Rꋒ`9PK7+ Ć~{ͥ(*}+Wm(*IԊ߹}w\&ó+KwA!' e6%NV{x.:[w` >kZ[ ӭ;ڷ:Oq2q"ʁ/~֑wxޟRY^]"CMd=b?y _kf&!hx_Xslk,0vԍ(搴 W!{r#oRRpJ]}Ȑ'1+-{-Ԡ/%EFFѾz 672U,\^b 7Iͳ $ɁM?V'4^ږjP o=Ȑx7P$&%׉ YZ?G`Ĝ?D_I/KSP.p_C\~2pOA>~8#O F\Er$\fJ\>5z4#P:R;'C3y)5Qi+p/0Wd=؀/p[A@nTd/x_d[ٙ~oxcTJɛ?16ΰSoFZ}~₨P xTLҸ4dY7N d"Ƣ*SyJ:M4i1:FFEP4KAYn=Ω-&"1F~^WGK+b6a ?? ya!~8[.S5$M!HrÉx_rr|˕O!41Ț9H p6bJIB-L;+?j/dcrUu>!BpLnxsWɒPrZM%-+uTދV䭋j`zo 9TS`2O1ZS;]$U\slvAVl:WpT[,x_u0, GJ=9;t7EEaG 6H_i~ mVăxdVhi*o%OQ%t(e;q_tE#%Ik#Ee؎i,[Vƅ16} >Kc`1%\nT%{x(~%td<ډŲ{[ RPk2yÔ@N ߃MDљR?7K4!^[b(fo:mɫ}z\LۓCJxn` *6m91{8ߣYJ CHGvs#{& {c'~pLn:WjĆ.4>mqTjI i=6 NxPam-N ciݧyY_HYgK7|sTz*0 Vf.g$j FɮI&^U9 GFYinZ4g[Kê(3N8.koIHŨIz=Ϊ9%Ƕ䆒`I% GVn2C@C *wq\Aѧd/?D2V/{)qlZuVU_΄*Uc &LdrًC ưyaHڢ4l^* gImb9n풰`=7U$[ 8uw%9>tt4`_i[83o\Q;@TF6) 8Rҡ]r}x)NG{^PX|YC/i#_y>'b z_:`8̧=M큂DIda?2ASf(*̄jĝ:be=x"9{rfenQֱX?F.q q<\O{0~KU9)qsrܦ[>}'}ը c7')ʙ$!IbHdZuEyp1G4K7=gڟ;gz5iP5B_2:xDBw7mJ_Dn! x>[tdĜܣث8'k}pe4Z,- {FejAz5*y9y UmY ;S"rXC-*2thl?+e2ΊB !.ܥOyyGD7Vw&;,[O@\J4m@ j Y](wO6UW|aʐ o+OŢN> a0`GIۭ-{ r/)x6bT{ʧélKx~pdż^ aj)Z?5} rp_?>㒶KD(U;BhntvYr 5Rf\f&;gBE2U~Cbj"̱AٽTURp*Q{A3Vk <{Y5l7aK[:Ͻu"07@@#BEQ{ Twa9[%}Uc@KQK,vz shimVEН3ЪѲuޅGJ܇MnҁJW R?ͨmS,K4n]u-n\bC9nDf,y=-:`y|ga@PZ:J̌z=Bb3z_;O6-9!+ &\BPҴ{9Kc ͿEu3Pؽ&Ys)jb 76x Ŧ>EdHIԄÒL@q\(S{,eYǐ|@y]HL+A[XiRzY%;5[ KQBt] KT;Q|t%su.Aju\#0lC4,.*H2gEd?&i*hg[ f)KhTԈvNJ^c A񠹱. DQ`RyhT"Q8\('6N0ߖy9G͍'Xe>?c~Jp۬&m @N{8p?+ :x(y#ʉ~@'X6~4x:0(sCO kF9-rWw@'ׯjXH<2 A UYsceJFOkJ%`"j DCَHp,mAw!m?ÿ)F*C2PKf|IܸNV3~ѪYp` Usga׆;DǁT%s4zi=<u閣\H+D2#Œ0Y&S[L^r8"L/懥Di'Ay.$qSr);K/!ݖ)KbJ5Hscƭc9 >kꈀm_Q7r sA"Zo KSd6F-E i#ECE#&.|O/NUS6 gQ:yJ^Q책?CD*g&a$rZB^]-ާ7G[{l%ۘLoA.#ǒXfg FcCR5# ?~z>"u D)&_~˵mY\p{]w F`"FWZC[ "R&0B'`9 pQNfI3=iV1y]hSio҉؅U^+̘!UсU}Ra:s!K+W*_3cGڶ{luƹEF !WRsU\ ׇtNdoӶbijÜ=tFW+?iHKzt;e@>YB)Vlמ"6Rz=b̀ɹqF|58BI$ yh\LP 1vϾߵ3ѨK+DBy*V %DO;p'pLl+͹[隄+|ͳM?,&^F#hYHN&(g,8I-GJֳ'PnwdO]8BE_GԪ@,.k'ڥL NڡmjK36XG P z!Жxմ FK6rݕU|;i6 iے@,/-F)'MC/?<>+4x)ag#*Cus]r@D11^cݬ:;'}ʵ-\3MB#0A7 = |,<)I?NS(Ej1gߓHZ˘'_ HHrzI]\OU+3a_;l8[VuR:X)%@aDlŸ@1"FEJnotӿh7zD{:v˧:SwAM)>ՅpIwskrGRp0Nt'ȉWDK% /&Z6Mb jhmO4jrMve P4m7`peGy`sutŞ{;n9p\hgDݾ @wqըN8fQۋ?hܧb[JBH& so^`jUz:݁!_:J<;bwRK1GpcӪ\rn1x? V4~*No2P{$&U5ZD+#|5tXB'8PŮ%~%W^]"B· QFϲ,%k H Ob2 ɽ rB/8A#0xM40FYJ{0j-# Н jTz* 3AUPuKyRKr]=!}O= 4@łwmV@ H9XMeT:WK@ KjP6-DEO_DI?^[fA%ff.4)rƟRvZ\۷XcE;0F;ZDe5ݠn oK;=>zDϞsy`:dcswb9>N?&c t# L $ %!."UEiW2"/#*$̬1dHh y;3h;Eޠh0tO#6^޴Q]Kr)%" Q%ol$Tj#4f.ĚGLlL{0U0f,m皼IOWNo1pP-RIQ07X\'2/0@SKC*HŒPy0 (fFjlg`JtV=o]?1{~6Wͳȧ[Bj}WdhZ؇ҲX4CތE qvn.- P(`3BsctMj)UR^n)0xO;I}Ƨev.TWi1A >l-1TSL9DǵY12M3+R)P|t\J ;W;_hbOaqxxjPRꢧ=}e7qx׵3n (*lVk0y>$n%NthV!z"1ucZ BķW8I0XTGU`P5J9v4hrﱃfLOdAڿC]b|OT6V8}Pʼ;I5=eOMO7Nd}nn*;2"cỲB܏Gɕo7/'jJnZ hVZο 4wjѴ1a)M:r%+| s2e/Y_bzEPޠx/2m 562n@M0cjR45 WKgRÃr!G+-^"VŔb!r=ߥ<~YyW۵(EĞϾ~;aYGW8X^-7z#i84JHYɿjFw6SGU J^yy*U_j1-+4 $ 2#d#JcqE%'!R>Čy*?Zf^Se9ـ1_(h. iq3z*ROc'.X rPw لej'Dt \7E HXnY^ jx$m"|YOS:XAAx/B8gQ-1;6S搦L+f1c2+4G%xpx%gMq/h; PkwN} •P#wh1X>ʹQyb##ǷIW>b\?= A@]?ԪyxM9IkH'q`vWPM5Ԯ.|JLk]Ų:S?a(q5I~5YVPyAj+|Úć/S*B$.3:Yp{+lC_8L;ỶEq\-{ ~XHG;(AjFŀ_gAzi}I113&"(4I%2~Stpn߳ڨyxKg3; R$)!5wu{иD}Ԟźbb-o< XܽFFw{#n\ Iy^W9Y%ad{rcKeD_Sܷ7Me}|D-jmFzm ]:J)|^둿~A}~  {_[G4s7hCo:':9 ʸq}H<& |BIиo}_1kfvƦRmg6X5;5~;x|]iVEeOK7(>*1n͙Q,^ɦ/vl,Dh,$d/hh])u]5d3_z{*iٿO릅KeϞ郰WF^Cړ</*~&rJ .li$<xy!'o<ێKw@D $z!l9.i~q}'rAH~.,IT<˖rL_ݎ }7NL~|ak'L0?=@Cuif) _5B#_-~o4"7!@: vt\ش55{F3:T~CLltXNQ(_̛ e̛Q#% hWo-si*zZ >|xH4D&@iW0A c\*,wdz`O#ZC@p:Bk~|wd.r3.۹-L[ȏƞmk0ݢˌoxJ}PK5ey,BgS~x0%rtD6(SnBIi^Ýq>@jʚ a5:/B-z"=[ ̣oo9 dXGS` m|0DnaXV'QF4(T`M:;G}(;<[iOk\N/t+0_Y|)Ҙ:,0ec-Va#6G3@O8n[0N(|(?aZfZ#Bmü八J8EF$"99Fe>[`I]Z(mxS#s%$N54{tdNDELDICD \ؾ"I' 2ҹ?)<~ådVܙKST<=Q";&{" gsB>x9-89?5q֒2`rciU<,KkNj*^ΟckV'=k\JD {zp)f5@vA@AqZ5 䆴}ahfb#Fd~Ju^@'>4J0$OCT_Y:jl+Tq / Gs(y4tοK;H= JZ=(hy҅i$XQyqq gdT9U;UR#-5CSv BOq=T>lz.i7p) z 9Pi=]j צOѽHmkY+@,_n|g X?*8yI-z}o, 7f%?v>B%;mF(jTNqUQQd#)`SڸfBȘȪa vaK(K A2)p~$GMKVIG?8:䕅0)԰KqAC2Xچq@jXoqZH4<2HX`VI|5b:pЄ!A(N$V NxLI 4F-tb`$9:?ZdoZ_oKy DU!\ $aB|C `zGT-dO y ̮Daή~|)m v#l] uL*$ghT-Pnc4 sntԧК"G:HdpAyqлRtփG[V P 1eaׂ{"0Qʹ}(G q;}tF{j0SD^ѵ$zN w'W%fL2$ztA( y94i/S-8!\f; gZBnY 5`,U折KlGEӶoLn®WlPҍ'HO棈N:LÓ8^i ] a:R7{cDY$gBiw=?hy>PvZٲ /j͹ߦ:A)h]XR +ȻФ7bqow2j|0,&I-*+% Q*l2YNcN-~W:¹^# Qu-vF[ZF^} ő lcO3!a_!JSp)ɋ'20ccrUQdn㾹W@k E: //olⲠM/EUA u o $uq7+L88Gӟ,ãn [<7P!NL__9u^eg۔0?<,DF?%a Nlt71_2C{՞-8WYWĵHFLQ;Dwޯ"~O]147T"'zHeCo%TyBSSIxƿCZu|H'`^뜥82cU SMJG(e`D9̷carB'G)dPҝNJ g*OUJ m>DZlؗc>sCk׾"-\Q>[EۆšɞDkӻss1 .VI#ڢ3'YFs? gSNxj+sҘ'Y'|?NJ6MpKbHq,;(\Lӊ- V8mqM[V, &o^x-|Go\?ϥ!M˶0#CR8}6g%hsX!7m% <WA!v5:Z}5mK-xLP_U#=7nCLكdnnٖ/K>#@b)#ݴz҄΅B p>wH|9EkAl&u*c.fu-Z4:hÓߧM!1hF0.Ҍ[׆4t9H ("c@ 1v2t\jkm؀8.ey jҤ6@z{D"W]8n왩iFr7Q{B?oE|i2+K nTV I h[r7p& 9k.~[gwd1^NP?n#a `ܨe0ZMv;Gd:[^V.+*K<52]\aԀ:M\Yt=@4t:#//zV_i#,v[ˡ Llj!yڢw$3I$(WHw*SD{QOR{=q類c]׮8ʻ* "@74w.\Ghf"\EI{pKiOoTT%ƅRҥ7P t'g2ūnoĮAoZMrrբ2lZ Ϟ5C9j|PiYfˮ2Vi7,e wm3AE&k(=_ _SRԟ֖fV:}"Kt!p>ŝ]_ 4p%׈{vO#g{X귝q~a֜-; 4ujlj+&A_OJԮ uE)ϹN'Fz*]H~G7QI𢁕VRDzEa&}Uop˷ :=]ȕchs3 Bֲ oNN`PXeOD6ɢrаw}yp2Jt-[ce'g&;GVIk3!Ð_FKZ^sUL-6YKe EQ`9/2R&r){o z:vfjGo;i RW5te~FބE{ѣ Hܠn[*:`$1Hg&~LtbgnBylPgv? =Z KFfDaβ7jCWB$", +9'?.V߆ªY1dej10aU%jç DB6wpph *m2`oK!acC|(6;i^&/D}*y`gGM]XL̬7`u;r+`gHq 0L~V36:T\IZ/c٤n9RCA*H%[qn.li Rz%Q ns 4  JP|qgo^`Lƶq=wP$XDSQIzJie+;}u8):0L1L,xKm"UueZW?xg;֚r/!>8, yvG9~E>J|cI[>jQVɧV{bSUL yLD-7)&bB]x(^6FY0lঊ L4칥sղǼ8?JC2˒Ǫ@dġR}\ysJᝓ3$)ޗož6u1e]}<9#Ŋ^J݃K٭ɽaT|v" 4d;*oX%]BRb` Emp(R v:O=H/f%~IgZͲ?=bFZT~߽'m)7- O.,䞞TP Y[DFQ[S(7G3 8VG1ЏqBt[T,5S <Aٓjc@KrnZbuV4`/~g#⛿F7=7yp&B&4%t7sI%7Q>Ks|)ѴcwXlk3:3Wٝe-toWuQ.%mZX]Ah )_b-U\ߪCV.f]6WNa* !f) @rYP8g~7b3Xˑ`sf59*ЎZ[Eh3V mQ73vHZ ΋"z3B;rQ*C`<@ڏ*fvSrkd(yo3`JHU`B6@Zmݐ>r;DbO_VOIWf.80B\'i1RXUU;Q{j ~ޔ.Z+eRKj$XҨutbPoՇҺx# t!NK&nΑrRȏd;o7ܘ>Et=K NZݰf <Y嬄.W5-:N\Q-`0֌vBι)H6NQv?ؑXb&'pd04W㶝:z(|0;>.E|Tܿ.~>e98} g v#@n1jx(9"X ݡr^}yMAILE4ۈ0ZN,[MHkJF %]}W 4]+Vxh痈w:V$஼qxj$aX4,oc˥s>rKϴ¯:V]ězux6g$mB6v]Z70<G]$gG Q 7ji 9>6[aɗ>PU: Ŋ *-}iF$Ƕ" ef̀Hri5}gS`8){>%$S+a 4|IZ{*Mote[jҺx7g){>%`nd3ko\K 5:9v}k+M0ƂD%9Ƴ,g.l7(jDH:L @YC>R o|9GuӰ E]>PO ϲè#!^ڛL߸LdќoF .ܤѡϕ1SX{dq*C[Ku2E?$Oioèwds0;0LT@(Gl_QX 5C鷳zdOr_w-3FIO SV(ue.,P\QBFR1cHLt".ϖ)MAն4\(jh/vguYz{עpP,x }_n4fX4JTrJka*]dng@4SZe"ԾS<v\.8=aZ4cO ek͟ +,NAH`pqi[<9A|{ quh"$d]5/=QJ2(8tAL .VX5Q14I:-уZ  M^i9DN5ְ(U<s"jPeM89}ٰ/oZP/ݑxn!8oiC3J ~x;쨡)A%QV.Y667}8L"ނ҃Le2Z"Ȭψ, ceؽ6xz0V>[$9E0U3^wk~y Th'P;38 SuYe_eB<*!Ca3`T\Dz,k|o__aPEDr;D00pV#B͒/X\Tٗ3nAw!J# 9gYrQՠpZQIZUAV4 hN6^/R",Vi;FxWx>t aO5 )b^\LqۂlYrLԠLVX"\2QRQaBQ;)y0] nbSxę,wF,/#}Gi c/[ȯ?I#M_+plwcoӡ }+E ,d8~l<.7K*+x Bt4k$H6;7}އȏ g֡/KH%,!q#jyCVm"ˆUY{TjClࢰ85蘪(1!-nCNEQ |cqԷ$e}?,N_A2ų=J h,X>~رךF댮 X2\\&`[d(q@Rƈ <%m6KUSF! j0ca~H*h䩦DTK h0)*l|0wӟScfa:Vgc n9ہd~m&q[iޅl=d*=$m禃d"+"gB|d?k()>8mQK:Z |E3:2oXRxԁIѼ=V-7"UL_,G=:ÙӖ(WPᖻS%N,lŏuî'>{@cK\s@VAاy7йJbeitLbbz+Dy4o TpFʫ:drwMX4@ Nr TАu]H8;] PD_i-!} jrGHG!ݳ %A.3n="퐿ӜʺQ &~PKe,@.RaѳGbݲ l:YbFgILq-B-n#RD~OV PV1(SUw&bKgѡUpKKRHt(Gck? EisD(8 oO'H2n)O.kzQԒ3 ^.AM k s9e-tֶ7=b`:S33t!b]{:^b!y4\p!(b :h#hl6Z22yM Z{6*-L@Пl {P+a8Z{f}aA men1C"-RK\ Ԡ&8ᄑmv q="& .Kɞ/j ⭧L{0~YbBL]&hk_F,,"5C?3IyX:vS4Vfʤ0l hpRؑAITu0x\ !ҫVOAs{^ >Фn?uٯmݔG6 $61W.D,P:m{}vݼ`WFA]aT]ftp.7/fq9Ī$Yj;0/XHnFu!xD\PDe!s$逕wVĞVE_~d8M\!^;Jc$ %~X-7"v0屍lXY@C m^vtMuVn|WQ] ?U@ߪRn`1 mDOUZWœ 8ǃ8⋢HGCB-=F?c-2UgI:nGK)| 2 "L=a_ mo\$ UFFN}E3%0 q 6q7mRLpOi"N[v 9 HE73:ֳŊf<9xi Y躖¥ǼKDzF))> ig2]nHeqU>B䰉_<vpEIDL RP %C:Ri4 aJ&q*Z!Cۖ ˢTzq`"ltE?:Sa,eǼ|?~$fIPTBM` u/È6"[X~m=jH)=3 nd09cm)Y{59ĄfE#Ex4$-$лWG JH7,Relpf eݾ=̥SEoϙŏzc _6Wbnne%=\#ݙV(m oiLaW6}R&U NV9&q,֍\pJz7R;u#ҞN&v3{) Vh+h2o2q}3dKZ(޼J>Qw>7Bͻn'vB62$3{JpkV{^„ЍKSB;6VI6ɝp46h_]!;p=pgT.Ou"YpսL"#+)_be C%g^%ٚe& Qh%$@fnou) Zf 1HnyOrAb`s> ؋yUP,E}/:$1pPtVP4e+N\%$^]E0k!F; zn|UVaF&(L/aFG`C\^n{1'aW8nL%2@N!=p"z՜qA &F9p$RIZZKGPySLgJ?5APnEw:A9a˺>Ȍ/!;-|{lls&r.Xg>Wd;&bb6pY| o:#F>&/#潵Fh8-?ާmGrQU@Cit$Bt )RFjqh6iZl5,2J⁆)@|ئV<P첔 \R>{ܻ{\%HǏKzX3HbT~ gQ&|aɻTOF1AD.~xw7(ۡ,so6؉-GJG:yfjq`tխmOٰӧv3ꞓaiiB_*qI<ݏ{;E.WBQ{6Ne+m{Ku7;"y쒬4i$r Bc BI.F-xI~8:a„Qȇsu(?[xMga>T_{ȸo AԺp)QZ% e֤Ϛ+@PeL=k+\J b]Q鍈e5߶wȝ5eͥh.Kw87YbꖌK1<&0l*pPܲo ^sη;uBIJj՛jbzSN5ІV2eR%1f YK b'Tؗyn ܛ+M/!CAl0TV6A^R,!/'ldz/5IJ]J4^oWES-bf>|Kɴ]iKQfJNeƄ*Prn;Bh'/"e@YXuSN[V&h=N5`_bH=%Q彣M Ԃmj Koޏ!CK˥wipijFܲXsᢲqWkIО/w:d hKD|`'`<q*|_1BMѺ EGǥ(D4ޢYSҿ[w{ҼbEaSXbF]e 8K)4jXCCyyv9sS%e6)^C8o͛Y͸xk|=C($TS$+HRJ@jJ{2F%_R44eN}Ʒk`4=" цSm_[".&h~M~>>C v\}a݋uq:S$kѻϖKojO"PV1{`8[I@fL$vyT*VT{RU4[jH^қ;v vsxi_6w/ȇd_YR(^@=96M0慝:ne*b1ydQz`n[.BD=V#X5}ĮL[{IfKQ/D]ws 2 ƾN"6]st?xxMZCnRڍ?fb>Kܾ^ &b# ]& \`PoXkfƍe?H~[ u=\v7/V7n\(P=]ytrZ35 8;B\5U72e`&k9 ܗA<(% ڃHG㧯us̯w8;VƼ-65.½=dcCSX׊\X!kCu+od>E{"ɜ@25ѢP€p IpnwCeYۥ]L1?cc'Mʁ]X Y`2ppV*aHuMX;AUq7_EVa)Wu܆X g6I@4 DI`Dai4xq|.Cq&^10@39B+K 48Hr'ꓼn˙?aiӋQA뙽&}x*ۙ񶿥E~zy,;Z=͂^3K Wk=- 9y@Y OM1T–2|Y|l.hAi[(!ThGel`xk Tqg 0r:@LTre(Jqyv{z_+g@NH4K®N:( ?dG ]tt< 8 R+a$|g6xc1~)8'6R%q÷u㚊8^:SD;] -I&{,EN?~'T/$o /Ce95VLcˏvt[ζt#Eָwnd;$N(PζDwo't|dwO KT%RQ 3sp&:C^8oM[5B.To?sc#~OMݶ\f iNce%?HBgr2g1z6g5Qǽ5ò`N v,jJ8 PIJmgX6Dް>:2Hgz[Iʌ׌0dDURu^~?Ԁ;oPg=Zg 1}RIZJAL+Ү/}EGDWckuQv'UnCt*l *}5oea)VHK cc Kpeznba}Dpؕb @!& ^UtxaݢG=[,Ub+s[xXZ+wI'w꾩\CnNb;ͦ@%t[<`ƜۍFƯ0߃}F芨oh!5i"{V۠Ol9A1vC/\$uBµ+;m3\D v ]5dGD#| 5Er# B ]^H3KXW|p>b@8kKlgeFIi 0DWC65>epD@ ڍ?[OދK )v~q"qK+ګ pdKmwM FS$y,T}_bm4atE>I' \-aL=FppOr6ĵ]uW*n8v 6O{q1V ~-&Q»޹qJCPBg 3ÁіU_Qnٓ,V5#4 ;Qw9d7_ݦ32_ oD'!mv56o8rjLA?XNR7Qnr8P_ey6a}e V⍘b̀h KO9^],^v"[PvT\jjy-AG" 0pȔ7{7=LMT=OR(tW7а܎ URX44hoRȖLDJg :0rNT/weu%ހw5_ltv-;Z̋۵q,ܪSQAӦoē-z&Z!xمjAZB_Ibu>gN+ҡpOCv^+h\ەLh"QqҨej+ϴkM[<u8_Y3|0L Yl >9V&t^>$LvQq7U?6*GfUpy'Cz.\w;_D(6Ss~ƅJUo,ޘ"i̫A6]>/&˿ I|aYU~uY 5?:urdD\geX{BiI"($?Ws)8[W#*kYR8J'5/w׿)AI+*8f=Q(g ZKk4u0=ߛxSr4ᔛڂ6!opY&2 ABOv_9E Ñy6=YFK Ph/٣2=Q(ݺ~ړOu:٧l@M h;9o2[1YXc؀aBD_㗔?lcZZE7F ,GȃLM_2$Q lIcLv<>/a #3#*i=Կr! Ϙ#B[6S4=Es|H&u"bjdϦ1!3k^c+q˛ҍ趃Y4x;hpPN)6q9n:*B /ldbI祫XA0٫Ӷù%*eGU}ڱeL߲/9<S|jZCdRQ 1]ndž a*o{.>Oxi˚q=iC'!ni@& M4_KK6M ɽTţf 29$?f{$4G18\L~cA/ xqaݷ /b]W\W]|1vZQZ D7j ggwPY6틲9 ravHytFrnbȫcbZT|ȖEn^Is]F& "!1Rqi<*%v?Q𠹰ϩbQ2٘JvnD(=K#9 {ܛl8Vg#]AC) ϊPM#."͐x4IWcΩ: W<d [ фx#l$]T̲d"Wg稌8--t,7he܂&9;Èjs]gg4z]IW;eX#\ DQvIJA|T}p!oF). _J GV9\g[/܀9 ?G#m͡ߠbz Ą5J'1xuyZ 5ANzojϋti`z<ޮ`XL\D7L:*y]ĉ)kg{ۄ 3SuY3e԰G59҇n,&S>^96`{q {=B2<&. FY,cX@Sl Vhcjtvp.ԇ\*:L8mWқ _|WeqLNt$a 43 ;JOiAoy IdQ@Ǵc屃}sֆ% Y5WѢڬhUo_zϱi@SP;QxBy)kh 0*{SϐFvX5f4WH$iW %}"P bzכ9E>eCO:+l%X]OJ\zԨ]Cc,JL-FJkŸw",]*4 <\({`Uw 薸ۨvz^dvb5:8l9b/;@8z5HK( z"ć;tM!e,q>{? CaYQ'.(ΒV|γQ<#1vwǛCȈ#~Dy#0-.(.pv)<1/+9']cGY% O̽ԫ:-^y SV6+tI 㹜]O%HBhޚrI7@< xšJm^P?&0WuKvZOQ&&朗m'P%/QġR ]/TԥLtm{v - \= k|we#h #D2?N?6[D}&ض!WٶA y  㣉~o VRky*/V9gA(~qJl դːVvIT|HRdF81J{9;h:UP,oPy1vz63Yai/| QřmȪ%).u>^lˀʐQWz%|k"tKְKbѫҘ9|h2F Lu/d%aqs4(K4sLfaf-%yq\ UqT0r'a,*j/nO$ĺ:IWE%v=Rט,6n ᰞں"jHNa0]5!znaMR|\q\ݿَ|M1ЗDq^2}sFRz:1`b(U9]\+KFe4^5N9+)#12T'B[ +eLsiäU+ưzO3CsmXU^n=XG+TVnpB0Ag\1s `4 tY0Sb#9BM6:RMѰG;Ố{6v.ЯTsH@; mj"ڟpa@2Gg߄]6 8KoH-LBkT_Vl8櫈d1[mUxk&D1QvrO4Jk\֧…;rھHtHI y^5'ADwvj'QN{[*aEb4;Y]Z~:N];];o"wI;GH\?T{@wv' YLnYK!*,~u 7M#FbaL˦ gKBhqphd_]¡b*bbyY#LbN4nY/yXzkXғis1ݱSчYZϫ٠D؞sbpY@<(czʼn*;׵XO(T{DC?WŒU6Nˬۦ|G}'ɭ<_Rk1W/:**ًmo!kj2J1fUޢ0 %!9, aDc)l%+z@ *Fx~+Iޯ /_aK XPC*j kN> dGپ&N)u࢞)wP?3=Kˋ{.WpfFFOlY1߂Ӊ>(8hF:ZIy9$MBhAPz6kp⡐D4 QĥobBqo~#z=rs%JreTt8c$JlSZ1q6&B?BE(uFb3?PQGe)i=7d}8)`$oT[>md9<Ӫ#N|4 5,rDFUzd<}mħ=[鈢g/<݂`EpXoaK?NfT6GZEK!8A9PS6RP%*Abj6/hZ%;'Y9=;ve,| H%񖼢EJ!A0BaȨ+n7fh"ѳ \\C<?xVט\*]*Нkׇ}[k MJt.dm3ğ+SO-AZ_/)q*AI(E{"$3VdP> VF-i.p*B9Aggh|[pN+C3؉7:S\d+yߞr`qĂ:qhMU?g@́Mp\:x5KAۺNng!#S* :v²' hJih2[Y,dzD>Kk*35oPs&钸.ep|57.E0!54Yݭ!v,bP7> 2NCGd4j9 IY^*Ĕ ؕ& z]ceHj?RRت8qlx=h`F| U|΂!mܞi<.෹C#$"KUF^VL2%CUDg5ERyTSon?[CrqВdA) eZ|ɳ KQC 1[\T|UyHTJhͪ=I)ҵShyZ/i=)kyKPU-/۳숞* 84]12QZ IO;y X g Wq3 leeZ? w-hsˆRlu~cp:MrbHxZU|x[+'Ftsķ8CuB)~jpa}uyxs2]-i[D#2- .!*ck$TZm^J-07:疜knM̋k@~g$9ܬBLDB~(8XwJo3>2f5d_h|y)<bv GUgJj%AȵaؼB=+ /?~GgH72V:E u5;x#5+fb n rk^Qdzfru{&t&.HOn}5-mQV]ˊ-sUP ,T$>\$6A\ԹA*)&L,Gbg>uޢ2X_1rI#lvP3uiV0L=iRyXLE}@#9$xu#.J{`bBe0 BFU<'3#p^w$/)}|fNW})~(&jIA'bdxy6-3O< w^080t w5!r< ("?73@:<$@'u_SSb|1R Rkn K$AdD?ߥ?"8u W$vݵ<_ۏ DY\^Z{ruy\~ g7` rJ>'Hh*B I,(GMlS0U*. Nΐ+ŊZY'O3Ŗ ޻Q$24 G ~$UR1#fAV@s[!myB3<* V+av9O5G$cX,Oe3~M W4] Třߜdj5Pp Qvly@ ݷ'rVKl 0eb3:ՊKG1Dt zZuيԪv u"$^MGjK^z I^S-[U AJqNgCEtKT^бK&L#^^G0j(?١*C6q)ԝx_r>s^T5y_@yu"N(fWp'nM~fm!v{sD-ĎvZFf dxFB9ԒJ4YʕGwyhy౐>gM,nMKk{rze[UvLSUl}|{eLf+5K$U7b)o+ W2LQ4F61`~` 96*oBxA7aĚ\wp7ٖR9a&&CDmHz#d)O:K^rzG#q&#-XXc$ FT`-;ʴ8v#잷Fk-_ _yס% n{M. AԖ a*'`h ]^Lڕf76Jm,m|%?JYH:|$ċޯ$|\1MZp @xA5R>̖ƧO,=qU 2k28mҬʽV񱌟rfE̐ |%@n퀴* C!-%n ohuL0/hq>Wxgj NNr&7"*Oj,ءXJ)_#2Kή4Lj J&؇P6Vz/骣=H *f014Ũ1J|'8A&MpspVLjmF Զ-yJa jԶBM̫m&tb8 pvpM_/q͜KCG jrd"=}H_6ÀM3Ty;j~T\ѕ0Nsj3å6ܝ^-#~tZ*2 ăډq/V&omHP:AgZw_<:9Prk}(@ILk f"ځ]LutZ 'R{ZhXuaOHeO(~WD%(u 0w\rV!`OrA-vJDW0:9w{ S13'^C!;S4$Z<yW]Y{e~Pm,wj Fujg¿DxF},9*/vU"4w=ᛲ(x̙Ʃ}0Fds=YA{EVû mf>OxevƐW5sܳ*rtB 3ob|54hp|#==u/'AϷ!Pͮ|j ihwO1sѯ.OS.9pKh2H4$TBE.6S[:=K]_~-.,OդVy0ĝWs%%H0HYlJ.wqNoʙTb3TINxCNOTOU`䘔ɷA s| dJ*66&K2F=kǕ?M&=q:#KP)iA^?==XWzS[%;!P7+ĎyAS.?O_ٺ0f[cUp6D+U2Rzo҂p2x,[ q7 ¡6Fwr{R32B6?Ɔ1c'z|m@YCM2G㿥D˨FyogqȌku ̴1DDZ< opH|C5'} &/ E5{e*31*3^0H71?!WGQMO9vo@\%~w;a'Bt)B!V7׏r=KrjnEQن"IvG}7AB!t)tm-*R8i)G6d 1|z N*86Y@FO ^ɞ%ID'{YbMb9oM'%:DI- ([xQ!1:W]jH8YU¸IʥGnpxWEɋm%nl5Q)E#Q[h}KR|@?{^9k/E5a3) !1!Ce0{cbGkٗhOu3q4Ci yCv"A.w^j]@L#W о&m񳖋BRs}'_s%)+0I@-y 9@N^Xq<*# _{ „lxNҟoCVcR \D["T$\1:lMPZRSu߼@|Mp%/jцVj|oXpS zFrXeahS:&jtͰkq3^g %1PY2b1~M4ҫW-C+D)\8iMYYq]P#0!s ?}pHYK9 Έ7Ӿ+ ˊ!at.׼z[]lA\G!Wd4\:0k`h>9ʹGoH E09r)9syA4hIsȅBۙ[a*!'Eiܧo֋D@7#-$S ΈR&HΩH0)݊`bp[] N\g,|*rI6yĚy9~O(b^k$"*J\Hak.}`B$ ֣/;R ],kPXr;_TTuޡ7ͺSNpg:Ʉcɥ JNR$Fڇ2L&y؈lOi[~{5U>$TL mNtp]7?sU uI+,aڙe 2D`pD9Y (ڂe ŝ nk6S>:H* zٱ6k^:Y6-tR棃EIQk.QEոOS>+1r}P+(SqVv ?D5ڦ/Nq]FW|z`0']Y $f(Oާ DsBAؚn;?ω >!\ZSw.ܕqҋd:K ݍ78ú}dN mX{]}gDdüjZ ]1@aCF+KܕMójZwN9|ϕ }nhNaĂy2w! /Rd?QYB7 @0wiYSl81bb(a^$/^VΓl@:GKqY@DOueYY3X\ap!h:Mǹ=r ʧG3!u|#uO)[7|TĠS̱Y;zl_VD̼P\}TJiMt9OTYdCHw+Wj)Q_ڄÍpcT]3&պ,`ChڅN׭z9؂2]"`Ƃ#RXl~a6^M4R>LÎe9'88u5Ѩ D7ruU4j4F }U/7hW\V۲IKt$Wi~G+ [@Un9bE c;?}*{#j~0T &{6}B{TTJ\f 7$ȇ [~?L𨐡o(/ŷJZd.dcU>Ep⑞!oqWTDt@wr.<5~_#ȋՒl`zZ9_Ė?;*j =Hfl^B' ֭L5^H LW񆰷n7$ þO %+u\ B($W-`F ɵOust_>U+]yv^8=pnkdi6\Drzۇ,zFv5bF᨜iy]3`a"%27 1]zmMRھ8&E3>^&!,%cx1lɛ싂tX@ TDEF=ń4a= e/Hv4 i f-&UKr`Yc%+&lXx7&+XCLj"<"8ȝ7׍E;-K@QJpiu̡\<\ĘOH//Y,:^/U{Y^ڬO\(ӄ=^@?bN~ Ϫ3Ӡ^: yED'p;eOvUۊ|lQ]t}7zη([,'IoquH3xM!p1? }^&)NMkh[0?M[2^S4`ݙz.@nKh¦KIe moV_׆k ABٌ&l5 dը \5{f!";,7(JLYKFoo[cHSodžסʁ!+$چ$Dqlz mK۸M b~]jڲFq̙ 2DAs|-%NjC>S+Ĉ?6)IإˏXScp)e&Y#l`:u$yެ;QEmNjO nذ!1'2)T78%f-ĽYS ׺ħ)B1=Vd#O ўY ]K`.:gSv<(ȹLbdT4lD~יּy/%P4jj5Jܻgss&9H?#īO+4"n5PqLZDϧl9(,6-k1jiGQ @Z uϹxF5~rVcK m ڒta7SkeA&G*'8Ŷpp6*Tx"Je&˹T ;6&t ?L>u7\Ca8-Ғv`p}Ɨ4.cba0+1D4D4RnNXuTJwdKb\kXephSBׁ$(pLHwƥձǧ[#iLg# ¹V#6%U?<ZR#W} d8"0 w+x<}J'܌G;`gƢ[Z8>('~b8e|g;Qo ڞG\*:ØLjg9Fڭް&4:8nڏߦrw6.^V@גMW)֐ _,_y3Bw&] Q'vNJ¡a2N?7ޖ4\@l'ug6֋TlDmIo"p132gk;@?n1=IU6Vyn&oYj$u2 A-2E,Q^q0`dq8gy*;SInz/ݸ \mkDfw4 g3y 9q)t Sx"XKCP@损' gFN\ZJ ,/R|0D8I4UB. ?ء^"=*T~+[=hǗ p<Θ{`b<ZvN s=:9])hW#).ʖNrɏ|,E9lS'\|EQ]8M)17 `pa]]4ѯ~=Ȕ*#V_ZD21RRݐ]'.MUFUBa8\<M '*?bVM7GETGv]`ܽ~3r 1D@dV&k 1l0~ѓ`-0^X-~jb<"-k10: Px&=7Ԡ3}b@xg6B l?TQbYsRW6Z0 ~/^Ĕ[G{EVټ15e.Z;vN)aXwY1`!3:d Md2qyTey6 #ac>vSゥ1HSD% ]XV9`yr]z/ZMn +`Ⱥ溋FnG"8žv@0`wMNf$ti.f=*ׇt}K7e՞v#3##̍Ӄ R伣 ^(NL,xOϔ|〭 ?K}QǿSfϙ&ePW +f0Ccrʼn>^"n^Y.U{z'MD;Orz ea4LI>L+iܬ(o jit JHyOj"X;~{Wѯtv-l8*}V!MvM'AGc U3B؂ApgS{V+`9~RR=(HOIi"̌jV;rs݌i/՜8 {g,2P!U+KsPǃ*2VUun8+ݔA~eA&ur*]قW8l 7&JZF>j;(@\mЬ!lbC6@tI;WZ*객9@d؍x@AnQ9>ݎ. یHbBec5PG‰uo?}/N[h> B~dϢk?` L oL.!WdmJ \r, wEetXϬg;(K).|,fDn0/l}"?kpV9N973Td# D5z)\,3Z|vޱ|Q U#r6fNuz du"-gȋ؟d]wBIF  HV2 Lj A*f.WwG=XiյJ5z+Ψɐ +D#ORAK#͡IȮn,²銟lʴ\ _03!#|wF n脮k^G0!Ǜ sT QIav'TIJiG) uY70%Rsa -Z<}[`Q3s̚i @L`uP{2;抟G*Rsv& cKrzڻ"4-k5,\x8 zf JMrGVu#Z/G!N/- W/bzp gI9(m^t7ڇo]Xv- 'L.jάP1 )4qjw LF ,-s]t;Ub"CO<(p_24QWM {Y!&͆PMy7pDW]< qo5!QE׎NxI.=޶,B5t n'!N$՝yz`7=lOG >c@ {l־$2](n%H^WB?,ZYiԂ ^ME6*oOX?ޓ=BL~&iK88 _B?ө+U 7pu8O`{u^- -Tb$HYܪ7!j0%#BglǖL׏2-`h%YѠ.?.ŀU*i&j?YvC$woTB-sE[ҟj`n_R(dw)niljF.tC \y˔lW77p3or6n rI 3VDAR9nA SCv4&? C?mG":! ߅o㖈Ս#.7FvձUD2%G~jQg};srɡ3QSh}0ۃ rL~? b2KS9[c7v=7LKM$wa…ԄE+a!i;:A/ qκNhȮp3Ë+JFX_@_IeƝes [j pL3߂D .HLw͛Ga~+~l|XS^?A|oeei@@@"UDVA }\22+t^n aD¤ߜU.~xd!jVrPX-.A9_GA3Ujlo ̎TaJ&)GLJd5f^yO0E%q&j~<(o7%u쓉!J| *k;dÏi u'W8)WGT%kLBPx9XG@ɴބXYpR|Ci Ԕ)OxD3^rCO|ƷxMhR;{6IC~E4uxcx{v{2G8=qgGBF^ 6^CmH`qmG#KmTw"R^䃆kB[\OeF F0sus,aοy,m~L= })8,o=W1*uZ&'M>[a1`ȓRPE c},eJ[_ܓJɚzv-6xx/a\^w_8ܦG*UD\ Nb?R{7qU𣹑}JA$(Ji* !hwJTOV2 8AѥͳҝInQ1d#pᵴI^8;kbUʙxc_9∭^ۮY쁸B3Z8tȭ{ {0V N^Pa8;$"yYq0{{؃q C3s*lI4X^w2"OixJ9#tt,.a aLq1H>5?ZY*Q7b ;a^D+-\3> F}yaO11 + :3V_ ['4v=.Ph®Lh9[8XpԡUišջ}ځxr+,d:Kq/r )-Fz4~Vz佬Nt#}.;:S%%֯xV2je",s>]^ MAW3\;h jdx|И|dkݯ̎JL3iF;!RLB+);qWN|>ݹ9.szuQa5`PNp+&k`CC[%C4" 6 X{%z;h|b|`W7>-)8'2U=l[FN:ovglxDY?GLcBx/`]|$t9n[F HOHeͼbWc DbF)5 l 6% AI& Ph,\޺MF= '*Uɬ*86-pi, oܲ*׮>88et$@E*,=:HPay56Uر:;#!=[ڽ1H98UXqhOʩXI 2r<kjLƅ4/aςXX8‹S D/JxsάCz[߶ dv'b awG\}MiONt⪬C8;$P@QY rʐO揓pܘ'QjHp&ݤknk%Ğ`c&GU*~Cc ?66~&Edc/tF1s[]4S2t2l]o9`~Q  K&\y,^HPƴ>}unJy)z(պ4U76 Y!50m}Cptcq[Z`E.ʍ@t4o jOF3'g*9վvXʱaJy`ɺ,ߩ@$i_(EQ^:C(߷A\ByYrRK0Hc`g ;/YT1G^YtkLAҟ3Gn Rii9l&9yX"X/ y Q]9)ֻY^>oVgnbAϞ.&EdFʁ/g?2R&>2DpFsmT|\-9J i=RCjn>-d{ U/"GkN8 ~88WJHTڡ* 2z/;X =$e\MdN8"YKΗ$[w?dFShmc@oAh#nomPt/3 b~LAj@O1.;9O9Z;ԹB86:S4PEɍNCB[n2JmBߒ0W6?|V/l QxBpG<;&2Hy"=j?\U:"->ˆݛ#p9ze,0^"ΥBׅTIsI)ِ wItXYHCJl䤇H{~7qcȠ!e=[t;杩Gw6x0)&$(zY#Mh1)lYaJvp75Qx߄;:/ce$?^"WT:/~tG kqMwž<0=jWpuU'f1{WS<Cg^ SF$ r] 'A]o=%mꥏRzomv<<0JL6 OWNl7Y(6ˁ? ͎9qYVO+jնcق=7j;Ì@>Rw4IW.$0q||o_nTlgA c LSt8*GA{Hz_b>[d/W񪤿4C9-0Y uND~󺗇Cټ]C Nfob|uȅOiq*#jI]3p̖ءK0`vRH]3<*,mENގh:g{$-'o3zGZ$tj1 #]'6< 0CXY8l@K'/E?:}OBxU5R*C#6Bߏ$8Ձ6K⑖csLڐrGj}ضƱLc)_fz ¿+Un;5d:/4|Jd+֦aҤħRiqD=9t\2h+?<[Wz#ˠ %t C|Iu2V1oच3"-2LЛxfe"M}\f3f)HH}[`ʠ8hH|(}9 +LImE^+W$QO!PZ~L-Ҥ'$C?d8QK[f\?7E(6I 7hlm=3K{=N0z燃|c].OVqVM{t!QnpQ}b3/:~rT HÉj aB,Xc'f̹;cCf[y{* G|#OrK]êB2`~%Fy%4`W2eo_/-qDfɘuee!YyWd-2qDƞ53L*2W4qzi^ v J,A딺REՅh␘.}1y֡ TZBjw'mW9?|R5[p9c\n!7(rw 3J*E9}5iU:4夌KN$b,>isdxo>LB।+:2 )Ii/w`o]Jd+h+lFb6/M.eWdU ޘ< *uUe U#[$mC7n<ӈ^)LM'>1T>Zq'_!B&/D|O%UPj*Bc em^ʢH 9wրj{ jpe}Gx@ΘI|ֹkK)|0/ۄ>='ɾ4P_1DrqaÛh~|K-:#BߴЅ ^E%BX z.R?qLWnNӉ5񨀔mHe&dfƼ?p$j]Ң Θi8/SQ{ECr]Ogi [J.\ *#"z&z{JSʆuB=uz42<˅`}t1\.I\`##l]|*~W4i­Ѭބdٴ5eQ̧x96hq[ГItb=Ld:E(weE\OΗG9%)fn2b1;v nb̤!3}-@5 oZH& ȉ-[^Lm y@> RkZXd}_^hZV(P33(<SmNM(tDc|v~Zfgceݗ1-J5Ɔ_O7zHc ,6LTO1}/$_㥚OKIi**H deI(^qwe݅Cr\C핈K +_\rx4UTTXeuyM7BAπNnI(iݎA{1js981#UIp3TI.=W밴F5S;؟FE%f7tEZ  OA &[ŚrX<~7sKg6㾶ɓf1 I>arAr!-"w%=2b8Q2Ƅ|-!S,OQv4t.X_ oiKH{KI?n9`M\^MqG_+4ON9j :/27]\brVHbLc1+pLUl\*ao3ttM [ X o {db@Qќ7z_RƉsupSm_xvQ%0̬`?f`⑤1R=Au:B/ib]þ/iY(-wӘڨM)@=߹vSαdM^VzGѐ(b)M_u)jʅ|n̞ %RHBFC M1)7{%hO[t| 4qNB) 6=pT?!f۪ 0$NSk~+ >|=get !!!ݐ9ȣ.Iwf*z' lî99|\N]5e:EA"ME՘f3X#|gD;M9B޲1 L"*)*cbm;;sRϒ:XL\sFQ7*os׹+">HSkMcEDH~+=-gU= JehHASDVww="NHΎGD0Džy攤oǕ Z0\u$Y97}<٪+wrWyW5@_%C^Rbu׾19[Pg3T#ʋ_7?!  NǕ7op /{ &1@-L&}i֢PhGϰG l}ÃTL^lF|U[y݃uɺ!RxO:ѹ 0-oj׳L6Ģeni҆3md /ܘ>~FΝYiLi^HY,r(6uA]|)kf@ɖ76y-?ﰿ *؝DiyG 3Mֻ-tanҘ)OZ3VHWr&/+fx5~\} Vd|sz\d]P׮]onv@ RY %[f9!U=30S- R1e{ `REQY`KOvi^|/j{PgeLXWNO+^6E^9[|I b\  PjWab e&(u Y/R6"اZZ@pVtL5ТRU;l(׋tM ʴ+) 6m|Exg pZ K])3 [瑔@_[{XuVAA=K vS$ܰă[M~z;3js~7 &Zr&r4:Kbixfk¤G)UzM0Ja[ /;g ۥͼcP:9{9Or12- dZO L'cDN(;V:XW K^.leW-O4N @qiXo|W:$9FA 10Tbжk2_Mj7tr7ŧp '/!j ) Eb=Tc JJ&Ļ%} < f4xЦs;L H;//CR[3g _ 8G8dGwܞG)edՙJVb2wٶYVA"KbV',xmom!{S;Zt/YE[#Q-ZJ@CU Ϭϗ )q5BhDZrӆNGF@C$Z)çFt(M.FȆTAO$r}.44t|DR@H6OuD<<4Ï@'A@G!eo, AUA^[B9|ecYE7k.أ*]혟c 4R;CYL\tiCD!֦S 9iuh&ӏuz Phmv*3XF a:B 7N/W,h *Wk*7+y)$Ϭm ܨ}F?̵׋[$~46+[ >fJ{v/A~.K)Q gtE2. SV)X 7ˎ  |d;5T uLk,.R,-6pA44iUP^NXZ[W|,rb[*Ld/c5ySoR j{ l8͠cab&%# P\ki8k''oVUD'yA,S`hsA|"ౄ]HLT3~"chHh^e¬d5z)+ n"4̳#.ey>srnFTǨ]]X0,KT"2ri0 ׳uaau'=]+{Ii0N/UGIOrލMz˼ QY<-sqA̝f.`:9,pGOU8KɅ>TH̨.{c N2mq E^S Z),g z44bu$k' \DC nEp CK;&CZ'/L[OU M(rӑNaf jOB՛-CZ'g xZxU5\0){koxz0j{@Tch)HD^\AINjm`D5B/8-O.q|SX߂birզ &#kΖe|ޅ^ E-Vfg)c HXT Cс5sTRhԫ˶YLJ`G CNbj6J#?3M0<wItO`Hԋ%h'{`; Ξv8yC`QbzZ7l&pb7<058j'uc2& -ޚw7qˌ>\Ǝɰ}9OyVv]Ä -!}IF7b,_FhԃПrSW >h\%z)75Š㦿rO@%&|MB6k! )*n1#{pd|Tًp95bq,!JkK0$>ǘ7E)z"|q)ZX0-<4BObzWin֙@,[*)9۩ֵȢ^fTV ?_3_`䭫̽:wv`l<ۻi7]*"rGIX3kM߾To2_>^ ќ{^J٢?Vm*@I["^ c3xʺ,bXot2M^z:t[q} i@:׭Tr2r_׷TqOK?|;$IfOD Tbeku`b*݇dF;#RwŜ^PW:қ{O> z;kgŗ-8x<{ݴ&6C0.˲}YCb;~DU[Uײ7{eݛ.6)6Ґ-ʤ3U :U<լ>jIr>iXrs8g!`x cH(X*䉋,8HKecr]^]EϮ.8Te`PQ7X$tPܭ6/e:EwwflMC9->nηK+2>Y߱B;VE Ì![1&I>BI c6j!> P!g |$HNJFxk$U<@OX0>cx9 ?. wqoM96 tǩfjVA@!sgP7>tH<8i烗rK帺@GMyw^ǼWo=$M>Z)w\oLB#=2q -|Jɢ2dM1FRR\b UnU6M!_q}5^_VGu{\lY GusGwg<.Ypvo%:y 3e ) eʟlŧx3b=fiBU&qr2wPQ0t5/{g'䔭߉&ұ̂:ix%TIJy 5Y.!si Oi0Yg b$DM$\R_hlT&`%-?\E#łhd$-k:;]-զd;̨DuGNwz#A7[}H1Oxk{cx17e1鉪V~0HA\v#)fgʐL9*.ّ9m0>hD1+yPE,؀h zwCMBB.p+e[\cڶ4rjNDgsE 6R٢u2vPJ$F<uM^D e -Xqږ +E)|{:&|(P%o%k"GVHpL=(TsЉBKFjmp.IB=ݮ$RV6i1ywy֣BiUC9M_#ݸy F8#T@dr֯bRuXnCu/m&C}pt܏?@*܍?u(UkNAѢ}lbr.d@=W%gNeQIRs؞[G% z;!Rj!Ǧ@=>ĈZ+1bWbpUF\X=nC@ _qEnrhM[hw <*/%+JGфKbt4X@<𑵅]$)+=#{yTaߏ,qCe&4[F(|MIJrM7L,;J١CA8T)ލ j]UÛ+*uQ.8`To0ky&Zi-5c-)P i5K3E(& XȏCCSQ3MH-Ӡ4{xΎ4{"M[s5+`j-|Zz6v7%qçS:X'Р]?.%^G[#tha{W8Uo]ؓ#2f&:f5HkEosvq[I6 Cd*g^gS#S3R !) _15f!a#,ePa,C|Wꑔ€`Y>fvŊiT쫚s񵫜_iܿybY77f7+yr*Q9n S9b Y"t} _[tkTg6v\jz/Db=W:I Fq3=_d$sL\6>nr)BSJQF̛)ёߟ G>|!f;/LxlI`r$0D-&`xNdEq;k{1L$2 Y{';mʏF؄4<د%4*4!Gkas=o)$/X~7#ގTdoxL]+d]*7(>Tη]-pZLCP6?>䳴3H;h5-̊J$]f]"À]"p#rjg %8&0}|t|N`umogN4. Z4U 'Sf{)FBa3GS>M&d"f8ڟgz"-ER>3jwe^V~tѲ|}T<,stEcv[<H҅Zwx}p˱ 7ݗnei 8QVrH8aV11+ xN@{e(8QT MBKwp,t20g$CSexM&-ibiq=/G#OjWˌl7>`b#yŀZ:3xh'ڭ>i݀[T_|ƞR&LAiW[ 3B3s,2\<=u;w U. ]WᕀFJyg gI3G Ɇ9cp`ihJ8s٤C_&HOoz?]X|YU8%[3W/o-~>%KXwmt:MưSM}ɠ>e`VLdJ=\2vKܽQ-| XoXꉋZaHd `$@湎jQmGX]4[Mn ШGk{|I𵺑y(|'++q~2bin?Ha)Mq2uN[ B>ks/?Zos5 n"TunU_-?ʹG=Ls&z/F9[M fEYx(rcyNv;z/exҹZ#e#B\_߻x?RFhb_ҿhe 3hJBw_jP!Վ㛾7+;H3y>!+y5WJz)Xlû7d@d8w#sϢ傖W-Ҍ0!3tڰaDN>,RshBv/CFG4.- D6WqO#Ec3-3I0¦gS y]mCst3@[#j/o~6j5qGTdd/f~̼8W4[,~p I~߰<k+4`:PaX/<,˝XЛ+}'9{5gF,_>N2l{\K9*Ϟ>0[,Y5ַTϦ 5;SZl`I(N4᥌K's\/o.&/-fp oNT囬ܟ+շwJ1Vi.O[!h <$kPWdlLI厨t ؎ u}0,pӕNʵ(heJR#5(Z*^§k_d|`iyƠZz_`Pb&Qy53xևS{X >([H&_1M8Ɣ2Dn_~&0>#.Iq3JHkb;C\cU >M;2ݑ2m7XERfUi^rb?}Zm8a%!?|cs7喪/)$ Yj WdŲsȕ֢ck_,k=D[`|wBǤ٣LO68Aby c#ߟwBy EϾ}M&*5}fUdEd3(26r8jll( 摑Ju3?rh\t|MX0D#kH4lxxti(%3TL ו쾛)yO޺\vup^;T_r7ޫ kPnI,h)1ogQ %3edAð Bܽ| \}W7Y_ְX9Mlp=*ߋLr|0Z 2n#_ixx9 "iqA#$hV`ZÁhU|l ߍƸbβq>=)o=[B2kNȟ@=5 b.PKêˎj/UYhW Dø|Q *F%f7 f t;GqȧY }oXyn" Dž?Kn̏~7B hsW#&J0WQLI&7o7.{KRp:'/ܠo0 `T c|.$um}}s ]U-;I+jVrD E b)=:[{h8sWb %)d@*>5%sfES{ŰFх+Cjuո"ΕASU$55{33PaIK 6' *'&O@.(ROs>D*w}!F6V-~ LCRR8/cm9Qh"vNiY񰖼ndP&p$x!3sȋNl{8T4Q${["f1@-cq , Ntu$f7vguƨ{l[llӣ~]Qt/З4V-NC0M,Yt22J![w3A+s޻yQm~,b:&-_㪁oa5koEnZs@ y$ ])/)NP iro^@)4;էK~DԼWm撀/R2%Q&k Pt1'w袩sF}P[7H2.WA$ d 灌^ȚQo2Ƈ[k ovEjx9yM=I=}{vP1j|tSO%uq-:裊s@el Ŀ?ᤕa(Az z%/cc*ϳNHp-5H^lH;93 #5+ced0oJ0<y2*yHn{<\iJIrox4-/T3Ȳn(50^j烊跮u ۃ_3Ns76A+\vD*q?;8#c,M)Ӿ4]jsg$LRٻe&(3 .x|G+v ўy_nߑw :qE8-FcRN}`+[~ɺa' 6bSyj6Tt}/P9!&B#teу=0,b.tf PSO~p'Ձ\Ӫ0>⌻)1A>徣} 7nO J;èf ݠ5:̇!WO5Tiz1ePκPkYL܃X27U.@yև"؜yV@TDbϗ+MN1Fc#isEѷes\5SQKwۻT߳,%&Dg #%2[-tVsvjB4qNk݀>*&P' bh$\PlgI,k1 mL\aSqd4a DX$SM55kP-(2kv~ah^} 1h>p0SGͦ7q;llYeLw}nhmIb>ɿHr]}ȳ3C*]9ml9*BC}ƣ4ˣz# ZG bT E FdcoUt8|RhAuubPE%H>_[ 3߬,2_F < )~/a3'9È)$1P"DLLґr ?PT{o JŦI{.Q_63gQ ;ط(;XwRVC}|o&|Dg +*2IL9&P k@%w' j-`wX|/'5ynbL{a8 h1nj9 ")C~gљ, c;xΎ23ꌰuV ı*I! ג+ >`ye&|[{N|<_>${v%tH5f /o碶:df>>gicP@AOUZe:e8޾WbkXæ$hQ/GQ ]Sʱvv:Oq_d9KOb(ܳ<"JpU'vDgy׶~}nm.{&>N֏-0._.L#N8 [QW+0 r2j:*/ư@P gK͸PEh;s9?q P1@"@ v@P#Zߣ7.i=1c ^[}SY{K}|V/lIc2 w?&knrcfW[e2dcz !+f4U1|&@"`DJ#JK8y,1 F$+_Q.G]P6{[M gTY$qlG!LZ]?0@ԻN1/7Et'WB}|hbSi=xoLvq,lȴvc)yE*02nԸ˻dp<-NS!@2L:GDHYkr{|-Ď ZzX@a͋&n[q5K}"Ii3XF*󌺉a'.Y?sl (js$>?3(,3gN^|^ eStiM_{ayƠyjCfщ$֥g'& 5w=Siƪ&Y(/4U6cv 0?T[9TkT#!_Tŋr2xCK.+wO1u +;,lgDOb2~q>pYiUL9ޢ[C8V^UO2q=)`;@ڣ йʔכHW!:kַmW%ioh/̞Mn*Y%'xli"OQ'S5WCdh3BW%)hr'w~X|Y~Lz)*xxQ]vսHm 2_xnw핤\.  s\I6 %se)Cg4:qW7ĝ4pق`A[h' 22w)R%oQPZn&Βomᔮ|-KZ0GFtEϻΈe \:)P1/- [ мxJ+Bf4!nZT KU/#6;}τRvՉK-b;# v\Mݑ~oɬ?i}`hM*~PjyYWEI9]E:dߋzR \kk3n^4\LM-9f=ƒ%ec&ɩ?U&sF*iukgrxi~s6[׭L̕ݖ]OeF"Wb"P6,K94LwQꓐ5y!PqRRRfxC|0lOl/DC*˝Ք|R=9}7kN+agT*%@D}op]7A^8sy+YcjЖi(I&Ŷ< Ò-odcF⛍Dq8I[g]R.S7ކT)B{ w>D㧖5 ֚^=JʌAZh6Mʳ9`7|W/Ev#aTCN)˾X Gukt۞X--!XJwggt/Px 0zԖg2C =0 wJdj9#VyAǫo@1B\޹,}aMo-+ G0N>ۺqR}qVn70Ĕ8jAVSȑ%%L~Pzp| +i"Q:Ye@fvxL]?dYNNX~͊vN-~{j?SDmӇ \-\48Ut(~{$H(0h@8yپgި|Veipv$Yßk];gb#%f~ 7'e"E(G5mX(aKYpVxXtKXiFH1$%RyL <#,r>e.^hхBe}d.!=Yf/6U9uwrr\-S3VǷ/;ޥܔ1o2008dþ/Dpzwˆ'><Ehpd"o[r)ŵX;K+/APSB?p@<>YZO%4Ӆ:SnU#Ԙ{ g8寒MC&;ٍ#U G^5,p^ 3s3XaerDؿ$]hkVpZ^Tz9z(uQl4Zbv/l>(DI/>ua (dSO)(zxj[iqhdݳX@H2A͜q=Ud8e[8?EU~hK-ν]vW:⫏`I~_;|fc|7 ifl`8te~I)u$qF[zr} @MJX2avh.: =,Y24"?Q.tDoORTˇO]kēv`ʴG?,ZaMW3卂)xKS}ASe+E'?4m-4nO#QW=h#QPg^T{$PbO(kB^'{Agrr]%Gҷ;5SdH+QLy<rf5Q ښ^($P0ꞛ| 6l8^[ Gb!(`C2i#vGNvW|2l7B8/\+G3)V]ʿ#uK/:l.SΚ:h|uWEt?42T0C٧[(JRkJnsTg1sVٔAn#xlVtuKţ/% ns?8>tO“Lo`oߎs9n$^*~ ;r6=.~E }ދy@[ E|ebE&o(}?ɒ)* Z'^KGujFmי h8FfOiFx'K(tF`}D& :ґ{$ Ќ8sQKys TOd+=8Qt"r}%flT7ܰ%v>ov*Aw߃47ɌgkC-ç' K{fe̞H" G2 =C?>+䌯U3`%mQ˦U&3'nzu!?z@XhUX.(t`} ?r.yÄaO'TH~0WH+8 ;;H0| &)!1βgL\m܇z[x$p+Mevt2lɑ)C,D"kB&UiI{Qj4쓩4~Nx 6@" zӚ~,P gMz=uvu\b7 =#e/r\Qȝ>=`70P1*ܐozZ2_ߩY(WfyjȹGى!{ü™ 5]K C';$!,48E<uJVg#c& ։#l "UZ Q)r*C=Md5 WVu4Ɓ>B3ݫۦj|v)fin}&$0IYP sLfJug./e&~?i>lULi.:'0=PK_((˳i hGVUU)iPG?r[[߀tR^^[D,0ntH/|BSÁ=8<9v\,=Mu|Bf{3a z!6ddz rL)Y\ l_~_Ku}o͸i YJ> ʰWE\7ϟR.\m1wK1&獍" ^r"*7 ,QHqopNY=j9ah5b:xS`a`bxW"}\:vK RS# Qv 47 Fq1UO@38u*):S\B6F̔n怾*# +o:~#_kJt׳;@E+5`9>jjۊz&^e*c}ƁuAկ"]y*@~w]'wMehE ̖%.]1ҨҫA]mwc@r":blὗW"b z6 ~19T1Xr*Q:5ݐ57 }m,980HY6?j f@[.&T kh ϯ5:i9wQreah?k<1_Kbp̀JAM7SY˄n$y%^ aRSBmF`JU]%/ܛLw\vA+XXH2]mTbW˦76O[K~PF=ǿzBƩm3Nw3Cf@M1޶}&3ioYL2"*>~6xDzR C3L9y.^&`kddN^a'&47}]sQ>cLbNV7w|4r pD# ]6Cv/MwLuȑfJb&+ڴH$W;QH`wCݤ B+`fzy,n?+ѹu,@"&G WVMaL.z)*zoىa7ɑK*#Ǘ zϡ@l;θi+{q]}u)/dŗV+\vmі_а|d)TI%vKQ2Sc U.1wHŌɔ(k>uJ, MI-m%>O?N>O}R%'_тy]MN=7>!gqj VfoҗԢ6><|J5%9k&$Wg5[f68rP86/, ˏp4DfjN{D.hunG$nھ85aq+4@QA\9P0c{U5\-j`dn<yKgD2qOH#gfS ok =ML.'C "FVr/ w3yq^Tlz9RY앸:DUj'4Tkʷ*= lʅNz!8/:0c8\JM(Kn%ݬ%3v^ڞ)ȚCgQ:0>}CP&d(߲vF |_`dL[prGq}d;;T/(8ꣁ.T9cezQ6~ \" "']۱yx|ȑdkן>;-:{TEr svh$ߐ6I;LRXkĘQKw1N1dna@rh2"A"ڇ*k@wְi-KWfG[J74&5x)ԉtR}!${tzS1̻D9;HKI]cg^PkT:>FgD\l1;)Ogy- hX!ZEPIEJ8gHR Ɠѷϝ;E){U|Ya#2 ahjHEibV$DQaV RvqpDyPP}fKPgK.UN^`.5GPP ?9'pd= 8qS!Z-TrԐP ۧ jM_?:v 2B`Tj2n%P-OA[%]P-u>~r(hkSnjle.4iv9CvwI4PLIn#5q/чZh欮vkʐpvO^48ؠVU8\0 'fw8SK>>_sCxتm7g j0Gՙ ƦE~L,5\]08lcĻM(>=灨Ȟ&?VRXOĝF9#<ԟug>{4L;*js= XDH*1JR0QɔY`)C 2G<&X+mpP@e3:is&ϣ]3j⅌[ޒTH3RN#J?@{4hd*r0 C=<} j9bc zFvUޙOj ytdH3q(g ѢhXڦC%7SgzCTP jh 7kd?Dq)G@a`nJq3fRthVR \9BO>?37|=op|n?&Es+캒Yڌҳq5̚7%C|h@^C`ÛrTh> ۷-9ևWcM!ED;l~K?}~hAcBɹ0З^v#FBc}KH(&9c5xQhۯg\ix.t2o‹hv#gUȪi21nM7X gTU;#jN*[DM*}_i%sHXL$?Lb-Xz GCh.'u#񰃘{_%u`%w*.O>^}="/ct:\Wnt" Y'l3yJm KeVa9"pF{i=cXxlivW|kj< #h%ɚ(hgv&`Cřej!2 HS欀=3=na:.ZqkCdC 8Hٗ3/8f>s N]~9ykCfF'eoSԉ$+EP9< Κ"coqF?h-ߪJNc~|{ʭIh۾#}HV`pMEeu A"}DuUZ=)a3@kSĐu9LwNF@FY ׵HɃʽ}j+FV88T7mdvX7z^Zjʟq\CWFK~ͨcj9"0dTn[E}+Fv[p%tՇ[q kH R9ӓªT$-8M'-ۊDǤKhpEYBA3TqR0K$ w*؟T~4V˜9%Ȧ6ٰ<=kdaϐ7KQwuL]Ee=Ϥ }Z{pD`r c ,44 n!:=*zXZE\.Y5m]hm^1e#= Ku+c/_VntͶr%45Ӷ5B6et;S)gbT3vL>'F|YtD[sYޔ1~]Z|Mgs(lHI9֑4]Kռ**P#(xՑ$(4 /&B&G˥aΚaGQ1naH0rݞ5xAV&ylZOE,$=Pe(L̏ϥqPC.:fCNcິgL%((k;HXdIAoվȪ0IVs9e֞}/m%8Oszz$Pq K!R|w{_f#݄}D!Bң{۽fDg:9ʁ"WP"9p~CkRw ?g傼O{ ġgLBn4K-ƪ8Z Lj曾fLشȸz(׋C0L7VCyLaS/v=N3c 4D(CXJN^b+OtOm(h8i hV=Wt,u 051n$m[}aX.!Ϛ-CQxn9 I9B9pe|(%zJc7 n6)CWtAն/2.ZV 4MSѲW"eGE]]U}NЩ,QoP"无582~鞇ZV"/7b]Ydiw\ԙwU*ǀRn0jWch}Ry&$V cw=rɾȡի3-;6)n/\<AђF,kB},o~  , J/2i<{3dZo D>/M@;וx̫ ,O6ƸjaCH;X$6 )}\``U~.&W̴Ex!{ ndݖ"tm>|B<280-0OҘfbu(G!ʆILbR׵.&[ bn ŵz=^Y5 4?9雼BY nkq#܍UOH,Иוr_ #&LydME9 ' (vNDWj(uAP|=eđS&^ܺhk .i5Ir4BC&+EOd i./fc9X}JViGA\Hi#)KU#xl&ݲ-1x1|mzxT'yTX{n{ف!F:~ޣ4p"K oj4]jgIZVfzz h ^ZE>Vog+VԽξ8mj '@e{mMsZ"w'C职 er^SB!)Je&Ҫ7* !u`WQ6T+Lf1f `NnDaN폃4N ({4ڷz DnLɢžV>\FCwd`Ԑ0 /Tlzgyv9ןfW㌟6rBɓ}#Xao6,qpTIc3@B,b(Q3)Q|RCkڂ/]by V2[RTfQlIJ 1K9Y-3h|~U0]frH]UQ Rds? ,osR*g?~]wwT<]5 6zu%׷?ws=}\&K'QߥLBX|e5g UТ`ýfԄ!U= L} BV)Io2/?߶Ã~B4am8&Oj :ir_-puKJJ8#}O@p雛1kE[4+~yY^oMn~lkz&j۵U>EB |ߘ}P;q ?)E7ggLOˌhM%& >{'.6TDz?eZ) qGiQ@RZkn`T4㜸O3e%[k- SV,Yުm2 *"J{J")7<AfTv-Si9 Q >O[B9qʹ3AP=#D2_K7/ kUP %@P?01"#d>=~,"4obPE3fdKV'N rE" IJ<ǥL?R5i3iB",& csYy'ډI0Eކ[j_v Yױ;lyayX<5nj^eȁI8Bui<>i&Zk0(>/=}Ю¬Xx2Zo}I1= 1 =|o:uX4ci.F_.'5Qm|R:! L${ne3Qʪo9mJ7UZWkG PV׎)L5ZEXX̆a:tޗlY!ęd'QY|>9͞zi"36*DyBQ:kJ%)׷E-9n)L%ŀj[7h+w$[Ls,Ka#< v1@Ik{J\㑶AYDSvt M0 M>鹙42L2:\{\3V>2RˀLf+C@{)1V6mp#M`qΒ qIN=>DR1ǮÎjo+: S!ik XLU_w#94/$rG<sLFۯOBm-Oȡ+G,^]zvZO·JIFwROh;)]6*R]b(K!2NpSrbjU psi`I$'אv%>L  _cD6Hb3]3Հ25Vb:q }>F؀OnIH|!0McCKeqbpXRQglj)p1<3SQ8eŲCj>l^Ti_\C`kػU̘6x*_DQfxO] h(.qʎǁNP^Q{$1(,YC "%5u0ҥ\=Eo!4rOZ:6YAZL.rt'[v\[B]\z˼lt-,5'kIPXV/,d`t8C+=_[w2⻊N0n@)87 k2/$"bGv%iHiyD,~>̝SHB`T! ڄMq*[I;afjs`lTwTZ=J'maXWyUr[8u!,l55iQWYwr*@ωjtHv8ÔH?[mj :52C4i^]{s3d#ɻ.#s hvVNJ Dq 8~{J}ꩀD uog³Pb@̀{bd$I|r yH5Ճ)!3jF T؋5*Jw 7kÝ : y[BZ B "L|сz ^ E"jzxyzvC~k /p]  ,yIPq..?(Q|USiIJzEj`1a<._OC QYojǙxr%?WE 9Q%rݕ͉Cɗ H]_!*@yqn±8Ʈx5$tD鈳\wގsmP>XEX@7X'rzR=#cM Gv1;Mw o b(Ayh(~9crIB7,|ܤ7p"(}A4BMO ޵llSpn m^Ya]}Uf`. 1ar< c7: jjt -l`fMm19"C)Fj2y!T0ܛUl4U]&ubr-9u4L"cMUu;ݳ: "K$ߵfGA (c3L<_/%e=?c!ú9/hAq)'N2`p_.vx6F#!}4wpNKvKHjc]n/#lNuW++h'g]9:j* {QWVIw;W8^wԧ;qP!頾1-av/T) gtTC \70a\s&ٳT'G sޤyaMEio4+"W/3C̄upy5Z12vIQt4MA uu!. 6X;&Yc: 3 w엁.#xZ?[q47V$:Mru0Ȫڑ#Z|F5.=3Y/V$~3(<3ކ`Ҳ4s zlF,gpjy\ܑ @ +gEQjOhGL&wdԴ]$iȚXx4ej([ tv{:F~ mz$t1Y9i^n"h3"_DZZJ-Tv+ɺfOM* p#/y# Iizt cLPç-I`9U"k3Iޱ !Đ^.55n2kCScs~8{Qtmg{ ?ذԋV; ZiU8%Zv:'c:tB.`sNOmzeM/9gUԓD7 uר;T"@T%!-7 +n E>K5H}GN]585WMMl葳ƣ56~Prf꽋D z%2!ϔR* s!Q^E4'y׼-#yho'e hfbn"N]h{6kúoh;wTRc\!g T|1BYUw4mPa2S<ݵrsUu{۪aVAS4OU`%:8 %Z,*֒2𣩟BGfM)RoveIw)tT(H)kۥwq4S]}i!DS]<.&PR^E}}`-οpUqh:E*R-֬ga#O`B=o4*yf|CS*Mo؉XcG[?wF^ݕ*IqGn,f&zsQ7YTadUqd2 0c$T_>I5Q ^3%ĹwU+.3~&^bpl"(H *9jJzn<%רzv- f얨٬u #Q,3ݔ0r5gyh{$aVHVEG Q;ިAQ hЋp+^YCG?ի]pg cnGm]gjnM1Zh.jh$lSZƻ;&VM+ \;ZyR.-Y N#X{r\)UqsHaRѸ !fAx(r㾮`Ku%ZXЦvu|c/^[..avjbHaqʉQ6]ؑWֱTWn#|Su")GkbN6/.sB}vfJs1$opei X6o*LJŇg ]\@ ja(IH7 q!;xiӦ$XeOuFUIST'EhB33r~Xĵ !v$&[hSZ!T_NhyST%ebJ0$L6/HBO5WI7&:hL8Fҗd|O}ShJw,hi/;4 ',uBQBKNd1]i<ωꕆ_Ez,M>!y3v^/ 1N2Fy Hy=6@,#Ʈ =>)"FBpJlJ"QoY#Y+kX$2PL{үXnoTT1oPGy0syC(]gS9hn6QAaіTC.aNd{j6_1fk톰v:go*tHk[w>oSZI H00\y'B#˒kô%nA ×(qwM 'BF(<#MKͻ˭EԨx@wtlbzxN oL{8hByTrVV.0ތˌU'akn}4nJԩ[3V -1ٷ&1/gov>vBdl ؒR 6ޚ"&ZbN e| ~wSc0"\:O)Rec+<.]+&^2sjIbT/LM8ۂ=1l[9 z+hCE{4;.*mO=I_ہ)A~i ְf>2rmrK߷yxZ 0pnC_IW!8l\K{Kgh&Md y+UzEp(ԼeÚ}|FE:Msw^Vy.bg )P}B.'zAwEQi9+àCdi{zY"c=m+~9}m%8m#N Ո!嶍(pLxA S@.<Ԃ9NϓK&$aZ&1H3j?~|Q=P֯|`0<ieSH}Ct{qy &s62TeX*}L<*</}iJz;/Q0*4j(uxIߍ;"ODO_rȴ G=Gx[7~'_a/K?$_%c24+QKn~|{/Sh;Bg=='J78tsNF n= 2b`*9״[m?g^-)fss{SKU /Utҕ.V)..Q ٜu퐄/@f|hKg*x`V,w=9t%4֡̃!(BrezFk Bolh:\2{5Sdr_S//ݿ$l ʻ4%Zx?9W)[*A$E˒NP8yX[#m}o%o' jTe cO*UrR.5СaYnCu L*0Ed@p+*o4Y"Sp!MoEVYD gO6$C'rDٙ b^%6> 9F*i!-҄ ClJwB'(yL@dN:GZg !_\;kf|D0W!F4s|_Y;rZ\k~ɠma bM+pQɘDz]`5` c~|k6W3^ɂ(,0c7:a"5] a0A-QNj{˥Usv>\*̷$J $fⲺނ* ֕m Ad$FrVqM\5/Z"Fh+ZGj0b>TFq8fUG}fnѣA ?^V赢wmwxpxH2fF7S7eƽJJj~9S%b< 3IFz#0о5F$פ{axY,M/1_ [׽`Z,L!j!j<[]!u irKy L^L* ތ1*XN4 $Poc$oB{yXRǎ+SFDتI+jy12b>=~MCdC RSK8-ۻPôTRaaw30[bi/vhۂY'6~Ib —/?%ͅW'(H[H+ &9)nX ?(<86'k{ h"D]$A w_j29zGG6>Fu0.0uǾbP}0OD]eI+?N#cbӟ[]M4Fi "@Q9Yqu.4|{!uD8nr~,@"E1^lt1aRK4PH0' W/3ۏqjrVjb.725Ә"ϒN1]Exi|"\&soc^7AB,vs$_0pD8mMoÏـڜ\=`%79 Tyy%[Y-c{큣QA9ҕ̮n;/w DSxv'OZbmjk~Ufqf;}A$!_YiNmL*Զvv9U/t?lm!JOczTt(0pId뻟2A꺰S<a!gJ uR>j|Gp)lkyѪL}G]E㕮I[E KY4ӆZ[ -V$8/u)И"$Gl=GT( <2'4˫+rb9ųnwg>Es8gGSE$QP7$Ϊڕ|8Y)w~/hcn8r*Y0BS݁֠؝zI{?lf|7\`$RC_0z-ũ Rx'@KU%NrXgK-25ږ{X7}FSr\R(p9KwH@N[jRT/C%N?z%;V?aT> )U(T~,+)!dn2K1QONUg. jRTk568aEt:ѿW6a~y\dq?^3{EBC$Q>ݠ]l彙@d( x3V{Su Xr .`!+r?Mܾ(Sxt,&&N*лQCX5NVkXZ(; 7ã7bQY;Epbpja%E*D|rN}z'rpWl1,AoAvx>ٙ>q``kwhpZa$!:^Yn+L:qև">F~{,>պ1=%T=쇲VWqiS@.&噡0- i"760!H&u VcSe3uH(ʙO8W$~.L0W ֺ}yFW[@Bwd.1̑# mYƂІaNv4>t=`H؛|L{ @ڌ2M*"uMmC,M5)}Za! J7<#mb21K3*s0~aA83t{aek[PcZhG1qK*)\si*!#prRZ#u)Ize1 ;]4fH0vE+˷mԳtA? j5x v-+Vt%Re}4QQL6[i;dEj榲Jp˨XHH$O?.ru?QgwFG#N5F/"9ǖ՚$GY `=>)BUBR#QI^vj ʾ ԕ8˘A/jq-{x|l.8-dXZ!6Rfu [7'=2lt |NU,%(ܭA(?eĂrtU9d[fY1&Wt%[>_8?,%_=nUUaU .AN,ˌ":VcFpzFUs3Wi+{VrYeUP#-̉la~c^u5vw&%Cδ ǫDEIlзQUUq4ms Q?uK]_=cvĝ1|d"K35C+.K-:1#,F݋Itn:b/A$!jC$Ùg1zcQ"G0z j$ۈHDyˎhhsK?> Gֿ !wtBJuEjOv\Ux1m!=6g}b'"WzW"n{O 5uQtV zWv oqȸ_?]*kFxmAY ;]H;u[~ fQ"?\dr'1? 0HH_3{ 4ퟞa.)ۏYދ~ֺFE jvL>;2c"`a sp_\)M`XzJox/1l!T'0Mf7B7m;\Z(ذ`4?Ml9pdf&8}s{G:,pmXaWVzW@xO]> dkVWBlɩq~}9tl+:o'zK݊PTX{Eķ\y6Ƨ[E vTԆdjt_!>& ̔" QhrPubU T!}? @d?b,Z*>@'=q/ךdGIJBr8%sgK|D9 z8APjg \ydiWx,OYv|XUvVpa&3"3C-ztNg)Gn4FI#!]K_D<~֋Q*oi;< I}d@smxۙ)gvq\*%]66k#.wIܣPS j]M[kH:V}8=cFp8Y{$˃O:I9$K󢫻[kŦ.|27*o@#h Cz"rJkHp3.`1p;W{m5'bWb*6E22!KG 2?zUJ7e%ΰ7 ޥJ %(TuSf 0C'(*쮕PL_buSW;|%f]"luf%J"UpWS9F7$s9o(l!됾YQ"YCWJWH|m@RVrcRzk~Z,9\S5dW4+h%)\4vr:7%i%b I֯ ^4l\=/ >N(Vd:(SL=I%;ZɝslCNؤZ53)i埃ie=FGiAӊL}r*ĩ&.*5wf͗U@85){ ဇ{Ezҍ7lpۥ64F۽xhGfTlJfLWwIe띑W;w|ϲ HSp#Vs0YD}&6w̎i.LqtI&g-8pp2hɯU{QcQX""X:~p]wY -D[6ZBEAEz!zCh攅Rj)wZO)yS=6,=eۈۣܘ{^:\YzSˁB(L" :V8d0Gk6al2[ Ʉ/% 傴 ihh=1B(y5jr֊T\=KdOFӦlޒ[rnXPCm.ī7fW5 oK(6dVX-8bz[rYB)8 4ɉr *V1޼vu[Qx6@4` >g7vfHrp 0ݍ}|X؅sD%.GHt!\vW-+KdEU JNKSfv3!I'zh"g,C\[y7 9A8 ϣH,-{PFZxuoH6z+0۪+<{Cɷl^}w(nPA K;<7Wx{N\1q:<pI0޽ r:$$WsN SfVSw:oK+}$(7iuGF[&˟5@ .kJ"8IU.n, p>/P$߉Awms$WK-2偯2p[4Sԣ۳Ϳq&cPIO@G2VE5WKtt#5[mg#U)|Ii :^a O_ܮ b{H`e?2/j5ً.Jd_ ;Ez3kIZV}`BGEDg& A%xq. 0cjjaUK@wq%Q +"$VI[Pe+{_d0A)# u >-6x_׵l:(4vߗ1uU6D%f ZO[>BZUldW; F3JRQn#_VN}֍K+g^hl;~MJv13CCK y~D .#;v# `ijsim,y)Z,Z-uػD`eQsOa܆JuQkJb$glF5pM@q}+6ٍ4H}bT@>}s6T&PE夿YZE`zv@pD4hk1g.-`-jQ7 f`i$51'ôJNJTsB K6"k(c(Οır`FlP *@>d$oYXt¤(r fZ!i>xt$\uC`ɧ{ޑapI1s`)P;D0Cj"JC>S=5#0NT>жK:Yry/X|Oc|bPOmg@gQeXJz% YE51;`}@v gz o׹+CU2=L,x7g~EO$LWT0 0\ʜ*]n3K}G{hiB[R\Q /;8Φhޯ^TxQV`+$Wo8ERHx }=ȳ,wF iƗ-˪8ub˵J9EԒkFS$?\(S#MEeժoÿ%'z2^V!W3@w6qJ{~`T_f7(o] gjP8s$;kH80,&OP)ꎊۿMGUS^a z\ gUX=FBIϚ{/#MuEYxsw, N)d֭SZuݒpRR6og{1clfZD(Z { !In Da`6T-$05' ˻|MD"R-tg@n5qpL:f$wj9JV.n_"uf,Aɸ՞ȊDr3:R7H#qZ#gF D"񁾠)GO|f҅'lW,7kBEr30ߞ0Rq:cf!Kno򜉻j$30Ra4UF/MJu|۹Rgm.ͭXv?[@u79'l\),[gJ+ormF7[IOuT*yiS*鮨,18|p$ 81`yUmzYWrV hYhc5%y2)}#ILV6P@u&LNmxrFIxphQ " c(!wo+bUO, YisT&K-'Zaf@$ $*5laxWG+T)`jQu#yo)jY낫+w<ǑS.b|w hqs|{^gNL+,OɿK6.XGxn(`8 + YZ