tiff-4.0.9-150000.45.47.1<>,dfp9|;V87AsG4F4v<ĴaNyUa D; P"X|{6QV7LԦb쎁.̈Ec\2^#T= tu盹 w2$r%Q?rnKLM|VXIµCՔ&Aier?!#M_C?3+LFy9S`'CU$8")+LbZZ5SI8zZ!/~ -&2T1&+Dw""2p^y>>id?iTd   Z 6\bhd  `  \ 9 :=ASEE0H,H@ Ht I (I8I79J7:No7F4UG4lH7hI:dX;$Y;,\;X]>T^IbJcK^dKeKfKlKuKvN(waxdygWzhiiiiPCtiff4.0.9150000.45.47.1Tools for Converting from and to the Tagged Image File FormatThis package contains the library and support programs for the TIFF image format.fs390zp38uSUSE 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큤fffffffffffffffffff7)ZO@Z= ZfU\IW(W.W(W(W.W.fW.U\I7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)ZW.W.W.fY! U\IW)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W.W.W(W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.X0int32 conversion (when refBlackWhite[0] == 2147483648.f) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1907 + libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(), and use it in TIFFReadDirectory() so as to ignore fields whose tag is a codec-specified tag but this codec is not enabled. This avoids TIFFGetField() to behave differently depending on whether the codec is enabled or not, and thus can avoid stack based buffer overflows in a number of TIFF utilities such as tiffsplit, tiffcmp, thumbnail, etc. Patch derived from 0063-Handle-properly-CODEC-specific-tags.patch (http://bugzilla.maptools.org/show_bug.cgi?id=2580) by Raphaël Hertzog. Fixes: http://bugzilla.maptools.org/show_bug.cgi?id=2580 http://bugzilla.maptools.org/show_bug.cgi?id=2693 http://bugzilla.maptools.org/show_bug.cgi?id=2625 (CVE-2016-10095, bsc#1017690) http://bugzilla.maptools.org/show_bug.cgi?id=2564 (CVE-2015-7554, bsc#960341) http://bugzilla.maptools.org/show_bug.cgi?id=2561 (CVE-2016-5318, bsc#983436) http://bugzilla.maptools.org/show_bug.cgi?id=2499 (CVE-2014-8128, bsc#969783) http://bugzilla.maptools.org/show_bug.cgi?id=2441 http://bugzilla.maptools.org/show_bug.cgi?id=2433 + libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not do the #ifdef TIFFSwabXXX checks. Make it easier for GDAL to rename the symbols of its internal libtiff copy. + libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 in ChopUpSingleUncompressedStrip() regarding update of newly single-strip uncompressed files whose bytecount is 0. Before the change of 2016-12-03, the condition bytecount==0 used to trigger an early exit/disabling of strip chop. Re-introduce that in update mode. Otherwise this cause later incorrect setting for the value of StripByCounts/StripOffsets. (https://trac.osgeo.org/gdal/ticket/6924) + libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of items read in StripOffsets/StripByteCounts tags to the number of strips to avoid excessive memory allocation. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2215 + libtiff/tif_getimage.c: avoid many (harmless) unsigned int overflows. + libtiff/tif_fax3.c: avoid unsigned int overflow in Fax3Encode2DRow(). Could potentially be a bug with huge rows. + libtiff/tif_jpeg.c: avoid (harmless) unsigned int overflow on tiled images. + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() and BYTECOUNTLOOKSBAD when file is too short. + libtiff/tif_predict.c: decorate legitimate functions where unsigned int overflow occur with TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() + libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to disable CLang warnings raised by - fsanitize=undefined,unsigned-integer-overflow + libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessive CPU consumption on progressive JPEGs with a huge number of scans. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf Note: only affects libtiff since 2014-12-29 where support of non-baseline JPEG was added. + libtiff/tif_jpeg.c: error out at decoding time if anticipated libjpeg memory allocation is above 100 MB. libjpeg in case of multiple scans, which is allowed even in baseline JPEG, if components are spread over several scans and not interleavedin a single one, needs to allocate memory (or backing store) for the whole strip/tile. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf This limitation may be overriden by setting the LIBTIFF_ALLOW_LARGE_LIBJPEG_MEM_ALLOC environment variable, or recompiling libtiff with a custom value of TIFF_LIBJPEG_LARGEST_MEM_ALLOC macro. + libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2706 (CVE-2017-9936, bsc#1046073) + libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that a double value can fit in a float before casting. + libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, libtiff/tif_read.c: make TIFFReadScanline() works in CHUNKY_STRIP_READ_SUPPORT mode with JPEG stream with multiple scans. Also make configurable through a LIBTIFF_JPEG_MAX_ALLOWED_SCAN_NUMBER environment variable the maximum number of scans allowed. Defaults to 100. + libtiff/tif_read.c: TIFFFillTile(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation (similarly to what was done for TIFFFileStrip() on 2017-05-10) + libtiff/tif_getimage.c: use _TIFFReadEncodedStripAndAllocBuffer(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2708 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2433 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() function, variant of TIFFReadEncodedStrip() that allocates the decoded buffer only after a first successful TIFFFillStrip(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX() functions associated with LONG8/SLONG8 data type, replace assertion that the file is BigTIFF, by a non-fatal error. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2712 + libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc to tif_rawdataloaded when it is set. Similarly to TIFFStartStrip(). This issue was revealed by the change of 2017-06-30 in TIFFFileTile(), limiting the number of bytes read. But it could probably have been hit too in CHUNKY_STRIP_READ_SUPPORT mode previously. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2454 + libtiff/tif_error.c, tif_warning.c: correctly use va_list when both an old-style and new-style warning/error handlers are installed. Patch by Paavo Helde (sent on the mailing list) + libtiff/tif_getimage.c: use _TIFFReadTileAndAllocBuffer(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2470 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedTileAndAllocBuffer() and _TIFFReadTileAndAllocBuffer() variants of TIFFReadEncodedTile() and TIFFReadTile() that allocates the decoded buffer only after a first successful TIFFFillTile(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_pixarlog.c: avoid excessive memory allocation on decoding when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2554 + libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZW compressed files. + libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZW strips. Crashing issue only on memory mapped files, where the strip offset is the last byte of the file, and the file size is a multiple of one page size on the CPU architecture (typically 4096) + libtiff/tif_dir.c: avoid potential null pointer dereference in _TIFFVGetField() on corrupted TIFFTAG_NUMBEROFINKS tag instance. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2713 + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile(). Complementary fix for http://bugzilla.maptools.org/show_bug.cgi?id=2708 in the isMapped() case, so as to avoid excessive memory allocation when we need a temporary buffer but the file is truncated. + libtiff/tif_read.c: in TIFFFetchStripThing(), only grow the arrays that hold StripOffsets/StripByteCounts, when they are smaller than the expected number of striles, up to 1 million striles, and error out beyond. Can be tweaked by setting the environment variable LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT. This partially goes against a change added on 2002-12-17 to accept those arrays of wrong sizes, but is needed to avoid denial of services. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2350 + libtiff/tif_read.c: add protection against excessive memory allocation attempts in TIFFReadDirEntryArray() on short files. Effective for mmap'ed case. And non-mmap'ed case, but restricted to 64bit builds. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2675 (CVE-2017-12944, bsc#1054594) + libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2683 + libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate(): properly break from loops on error when stoponerr is set, instead of going on iterating on row based loop. + libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped pixel number is not a multiple of the horizontal subsampling, and also in some other cases. Impact putcontig8bitYCbCr44tile, putcontig8bitYCbCr42tile, putcontig8bitYCbCr41tile, putcontig8bitYCbCr21tile and putcontig8bitYCbCr12tile Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2637 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2691 + libtiff/tif_luv.c: further reduce memory requirements for temporary buffer when RowsPerStrip >= image_length in LogLuvInitState() and LogL16InitState(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2700 + libtiff/tif_dirwrite.c: replace assertion related to not finding the SubIFD tag by runtime check (in TIFFWriteDirectorySec()) Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2727 + libtiff/tif_dirwrite.c: replace assertion to tag value not fitting on uint32 when selecting the value of SubIFD tag by runtime check (in TIFFWriteDirectoryTagSubifd()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2728 + libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressed file if the codestream height is larger than the truncated height of the strip. Emit a warning in this situation since this is non compliant. + libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK() function that checks if the offset is not bigger than INT64_MAX, so as to avoid a -1 error return code of TIFFSeekFile() to match a required seek to UINT64_MAX/-1. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2726 + libtiff/tif_dirread.c: add NULL check to avoid likely false positive null-pointer dereference warning by CLang Static Analyzer. + libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExt Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2735 + libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 that honours max_memory_to_use > 0. Cf https://github.com/libjpeg-turbo/libjpeg-turbo/issues/162 + libtiff/tif_getimage.c: avoid floating point division by zero in initCIELabConversion() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3733 * Changes in the tools: + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + tools/tiffset.c: fix setting a single value for the ExtraSamples tag (and other tags with variable number of values). So 'tiffset -s ExtraSamples 1 X'. This only worked when setting 2 or more values, but not just one. + tools/fax2tiff.c (_FAX_Client_Data): Pass FAX_Client_Data as the client data. This client data is not used at all at the moment, but it makes the most sense. Issue that the value of client_data.fd was passed where a pointer is expected. + tools/tiff2pdf.c (t2p_sample_realize_palette): Fix possible arithmetic overflow in bounds checking code and eliminate comparison between signed and unsigned type. + tools/tiff2bw.c (main): Free memory allocated in the tiff2bw program. This is in response to the report associated with CVE-2017-16232, bsc#1069213 but does not solve the extremely high memory usage with the associated POC file.- Upgrade to upstream release 4.0.8 * libtiff/tif_getimage.c, libtiff/tif_open.c + add parenthesis to fix cppcheck clarifyCalculation warnings * libtiff/tif_predict.c, libtiff/tif_print.c + fix printf unsigned vs signed formatting (cppcheck invalidPrintfArgType_uint warnings) * libtiff/tif_read.c, libtiff/tiffiop.h + fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2596 * libtiff/tif_pixarlog.c, libtiff/tif_luv.c + fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2604 * libtiff/tif_strip.c + revert the change in TIFFNumberOfStrips() done for http://bugzilla.maptools.org/show_bug.cgi?id=2587 / CVE-2016-9273 since the above change is a better fix that makes it unnecessary. * libtiff/tif_dirread.c + modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline(). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2608. * libtiff/tif_ojpeg.c + make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2611 * libtiff/tif_write.c + fix misleading indentation as warned by GCC. * libtiff/tif_fax3.h + revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. Raised by Lee Howard. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2636 * libtiff/tiffio.h, libtiff/tif_getimage.c + add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. * libtiff/tif_getimage.c + fix potential memory leaks in error code path of TIFFRGBAImageBegin(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2627 * libtiff/tif_jpeg.c + increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with "big" tile, without using libjpeg temporary files. Related to https://trac.osgeo.org/gdal/ticket/6757 * libtiff/tif_jpeg.c + avoid integer division by zero in JPEGSetupEncode() when horizontal or vertical sampling is set to 0. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2653, bsc#1033127, CVE-2017-7595 * libtiff/tif_dirwrite.c + in TIFFWriteDirectoryTagCheckedRational, replace assertion by runtime check to error out if passed value is strictly negative. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2535, bsc#1038438, CVE-2016-10371 * libtiff/tif_dirread.c + avoid division by floating point 0 in TIFFReadDirEntryCheckedRational() and TIFFReadDirEntryCheckedSrational(), and return 0 in that case (instead of infinity as before presumably) Apparently some sanitizers do not like those divisions by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2644, bsc#1033118, CVE-2017-7598 * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c + implement various clampings of double to other data types to avoid undefined behaviour if the output range isn't big enough to hold the input value. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2643 http://bugzilla.maptools.org/show_bug.cgi?id=2642 http://bugzilla.maptools.org/show_bug.cgi?id=2646 http://bugzilla.maptools.org/show_bug.cgi?id=2647, bsc#1033126, CVE-2017-7596, bsc#1033120, CVE-2017-7597, bsc#1033113, CVE-2017-7599, bsc#1033112, CVE-2017-7600, * libtiff/tif_jpeg.c + validate BitsPerSample in JPEGSetupEncode() to avoid undefined behaviour caused by invalid shift exponent. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2648, bsc#1033111, CVE-2017-7601 * libtiff/tif_read.c + avoid potential undefined behaviour on signed integer addition in TIFFReadRawStrip1() in isMapped() case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2650, bsc#1033109, CVE-2017-7602 * libtiff/tif_getimage.c + add explicit uint32 cast in putagreytile to avoid UndefinedBehaviorSanitizer warning. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2658, bsc#1033131, CVE-2017-7592 * libtiff/tif_read.c + TIFFReadBufferSetup(): use _TIFFcalloc() to zero initialize tif_rawdata. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2651, bsc#1033129, CVE-2017-7593 * libtiff/tiffio.h, tif_unix.c, tif_win32.c, tif_vms.c + add _TIFFcalloc() * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c + return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2130 * libtiff/tif_ojpeg.c + fix leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable when read fails. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2659, bsc#1033128, CVE-2017-7594 * libtiff/tif_jpeg.c + only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). * libtiff/tif_lzw.c + in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=1982 * libtiff/tif_pixarlog.c + fix memory leak in error code path of PixarLogSetupDecode(). Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2665 * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c + fix GCC 7 -Wimplicit-fallthrough warnings. * libtiff/tif_dirread.c + fix memory leak in non DEFER_STRILE_LOAD mode (ie default) when there is both a StripOffsets and TileOffsets tag, or a StripByteCounts and TileByteCounts Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2689, bsc#1042805, CVE-2017-9403) * libtiff/tif_ojpeg.c + fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2670 * libtiff/tif_fax3.c + avoid crash in Fax3Close() on empty file. Patch by Alan Coopersmith + complement by myself. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2673 * libtiff/tif_read.c + TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c + fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. Should especially occur on 32 bit platforms. * libtiff/tif_read.c + TIFFFillStripPartial() + avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). This avoids reading beyond tif_rawdata when bytecount > tif_rawdatasize. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1545. Credit to OSS-Fuzz * libtiff/tif_color.c + avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1533 Credit to OSS-Fuzz * libtiff/tif_pixarlog.c, tif_luv.c + avoid potential int32 overflows in multiply_ms() and add_ms(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1558 Credit to OSS-Fuzz * libtiff/tif_packbits.c + fix out-of-buffer read in PackBitsDecode() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1563 Credit to OSS-Fuzz * libtiff/tif_luv.c + LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_lzw.c + update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. * libtiff/tif_pixarlog.c + PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. But untested... * libtiff/tif_getimage.c + initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1663 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_getimage.c + initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. To avoid invalid float->int32 conversion. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1718 Credit to OSS Fuzz * tools/fax2tiff.c (main) + Applied patch by Joerg Ahrens to fix passing client data for Win32 builds using tif_win32.c (USE_WIN32_FILEIO defined) for file I/O. Patch was provided via email on November 20, 2016. * tools/tiffcp.c + avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2598 * tools/tiffcrop.c + fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2620 * tools/tiffcrop.c + add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2621 * tools/tiffcrop.c + fix integer division by zero when BitsPerSample is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2619 * tools/tiffinfo.c + fix null pointer dereference in -r mode when the image has no StripByteCount tag. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2594 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2597 * tools/tif_dir.c + when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2599 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2607 * tools/tiffcp.c + fix uint32 underflow/overflow that can cause heap-based buffer overflow. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2610 * tools/tiffcp.c + replace assert( (bps % 8) == 0 ) by a non assert check. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2605 * tools/tiff2ps.c + fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2633 and http://bugzilla.maptools.org/show_bug.cgi?id=2634. * tools/tiff2pdf.c + prevent heap-based buffer overflow in -j mode on a paletted image. Note: this fix errors out before the overflow happens. There could probably be a better fix. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2635 * tools/tiff2pdf.c + fix wrong usage of memcpy() that can trigger unspecified behaviour. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2638 * tools/tiff2pdf.c + avoid potential invalid memory read in t2p_writeproc. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2639 * tools/tiff2pdf.c + avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2640 * tools/tiffcrop.c + remove extraneous TIFFClose() in error code path, that caused double free. Related to http://bugzilla.maptools.org/show_bug.cgi?id=2535 * tools/tiffcp.c + error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2656 and http://bugzilla.maptools.org/show_bug.cgi?id=2657 * tools/raw2tiff.c + avoid integer division by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2631 * tools/tiff2ps.c + call TIFFClose() in error code paths. * tools/fax2tiff.c + emit appropriate message if the input file is empty. Patch by Alan Coopersmith. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2672 * tools/tiff2bw.c + close TIFF handle in error code path. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2677 * Other issues fixed: + bsc#1042804, CVE-2017-9404 * CVE-2016-10092, CVE-2016-10093, CVE-2016-10094 [bsc#1017693] - Removed patches: * tiff-4.0.7-CVE-2015-7554.patch * tiff-4.0.7-CVE-2017-5225.patch * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch * tiff-CVE-2016-10266.patch * tiff-CVE-2016-10267.patch * tiff-CVE-2016-10268.patch * tiff-CVE-2016-10269.patch * tiff-CVE-2016-10270.patch * tiff-CVE-2016-10271.patch * tiff-CVE-2016-10272.patch + Fixed upstream- Added patches: * tiff-CVE-2016-10266.patch + Upstream fix for CVE-2016-10266, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031263) * tiff-CVE-2016-10267.patch + Upstream fix for CVE-2016-10267, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031262) * tiff-CVE-2016-10268.patch + Upstream fix for CVE-2016-10268, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031255) * tiff-CVE-2016-10269.patch + Upstream fix for CVE-2016-10269, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031254) * tiff-CVE-2016-10270.patch + Upstream fix for CVE-2016-10270, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031250) * tiff-CVE-2016-10271.patch + Upstream fix for CVE-2016-10271, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read and buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031249) * tiff-CVE-2016-10272.patch + Upstream fix for CVE-2016-10272, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031247)- Added patch: * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch - Fix a regression introduced in 4.0.7 (bsc#1022103) - http://bugzilla.maptools.org/show_bug.cgi?id=2636- Added patch: * tiff-4.0.7-CVE-2017-5225.patch - Upstream fix for CVE-2017-5225, bsc#1019611: heap buffer overflow in tools/tiffcp via a crafted BitsPerSample value- Drop --with-pic, this is only for static libs (which are not built) - Update descriptions- Update homepage- Upgrade to upstream release 4.0.7 * libtiff/tif_aux.c + Fix crash in TIFFVGetFieldDefaulted() when requesting Predictor tag and that the zip/lzw codec is not configured. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2591 * libtiff/tif_compress.c + Make TIFFNoDecode() return 0 to indicate an error and make upper level read routines treat it accordingly. (linked to the test case of http://bugzilla.maptools.org/show_bug.cgi?id=2517) * libtiff/tif_dir.c + Discard values of SMinSampleValue and SMaxSampleValue when they have been read and the value of SamplesPerPixel is changed afterwards (like when reading a OJPEG compressed image with a missing SamplesPerPixel tag, and whose photometric is RGB or YCbCr, forcing SamplesPerPixel being 3). Otherwise when rewriting the directory (for example with tiffset, we will expect 3 values whereas the array had been allocated with just one), thus causing a out of bound read access. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) * libtiff/tif_dirread.c + In TIFFFetchNormalTag(), do not dereference NULL pointer when values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are 0-byte arrays. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2593 (regression introduced by previous fix done on 2016-11-11 for CVE-2016-9297, bsc#1010161). Assigned as CVE-2016-9448, bsc#1011103 + In TIFFFetchNormalTag(), make sure that values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are null terminated, to avoid potential read outside buffer in _TIFFPrintField(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2590 (CVE-2016-9297, bsc#1010161) + Initialize doubledata at line 3693 to NULL to please MSVC 2013 + Prevent reading ColorMap or TransferFunction if BitsPerPixel > 24, so as to avoid huge memory allocation and file read attempts + Reject images with OJPEG compression that have no TileOffsets/StripOffsets tag, when OJPEG compression is disabled. Prevent null pointer dereference in TIFFReadRawStrip1() and other functions that expect td_stripbytecount to be non NULL. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2585 + When compiled with DEFER_STRILE_LOAD, fix regression, when reading a one-strip file without a StripByteCounts tag. + Workaround false positive warning of Clang Static Analyzer about null pointer dereference in TIFFCheckDirOffset(). * libtiff/tif_dirwrite.c + Avoid null pointer dereference on td_stripoffset when writing directory, if FIELD_STRIPOFFSETS was artificially set for a hack case in OJPEG case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) + Fix truncation to 32 bit of file offsets in TIFFLinkDirectory() and TIFFWriteDirectorySec() when aligning directory offsets on an even offset (affects BigTIFF). * libtiff/tif_dumpmode.c + DumpModeEncode() should return 0 in case of failure so that the above mentionned functions detect the error. * libtiff/tif_fax3.c + remove dead assignment in Fax3PutEOLgdal(). * libtiff/tif_fax3.h + make Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. * libtiff/tif_getimage.c + Fix out-of-bound reads in TIFFRGBAImage interface in case of unsupported values of SamplesPerPixel/ExtraSamples for LogLUV/CIELab. Add explicit call to TIFFRGBAImageOK() in TIFFRGBAImageBegin(). Fix CVE-2015-8665 and CVE-2015-8683. + Fix some benign warnings which appear in 64-bit compilation under Microsoft Visual Studio of the form "Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value." + TIFFRGBAImageOK: Reject attempts to read floating point images. * libtiff/tif_luv.c + Fix potential out-of-bound writes in decode functions in non debug builds by replacing assert()s by regular if checks (http://bugzilla.maptools.org/show_bug.cgi?id=2522). Fix potential out-of-bound reads in case of short input data. + Validate that for COMPRESSION_SGILOG and PHOTOMETRIC_LOGL, there is only one sample per pixel. Avoid potential invalid memory write on corrupted/unexpected images when using the TIFFRGBAImageBegin() interface * libtiff/tif_next.c + Fix potential out-of-bound write in NeXTDecode() (http://bugzilla.maptools.org/show_bug.cgi?id=2508) * libtiff/tif_pixarlog.c + Avoid zlib error messages to pass a NULL string to %s formatter, which is undefined behaviour in sprintf(). + Fix out-of-bounds write vulnerabilities in heap allocated buffers. Reported as MSVR 35094. + Fix potential buffer write overrun in PixarLogDecode() on corrupted/unexpected images (CVE-2016-5875, bsc#987351) + Fix write buffer overflow in PixarLogEncode if more input samples are provided than expected by PixarLogSetupEncode. Idea based on libtiff-CVE-2016-3990.patch from libtiff-4.0.3-25.el7_2.src.rpm, but with different and simpler check. (http://bugzilla.maptools.org/show_bug.cgi?id=2544, bsc#975069) * libtiff/tif_predict.c + PredictorSetup: Enforce bits-per-sample requirements of floating point predictor (3). Fixes CVE-2016-3622 "Divide By Zero in the tiff2rgba tool." (bsc#974449) * libtiff/tif_predict.h, libtiff/tif_predict.c + Replace assertions by runtime checks to avoid assertions in debug mode, or buffer overflows in release mode. Can happen when dealing with unusual tile size like YCbCr with subsampling. Reported as MSVR 35105. * libtiff/tif_read.c + Fix out-of-bounds read on memory-mapped files in TIFFReadRawStrip1() and TIFFReadRawTile1() when stripoffset is beyond tmsize_t max value (bsc#990460, CVE-2016-6223) + Make TIFFReadEncodedStrip() and TIFFReadEncodedTile() directly use user provided buffer when no compression (and other conditions) to save a memcpy(). * libtiff/tif_strip.c + Make TIFFNumberOfStrips() return the td->td_nstrips value when it is non-zero, instead of recomputing it. This is needed in TIFF_STRIPCHOP mode where td_nstrips is modified. Fixes a read outsize of array in tiffsplit (or other utilities using TIFFNumberOfStrips()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2587 (CVE-2016-9273, bsc#1010163) * libtiff/tif_write.c + Fix issue in error code path of TIFFFlushData1() that didn't reset the tif_rawcc and tif_rawcp members. I'm not completely sure if that could happen in practice outside of the odd behaviour of t2p_seekproc() of tiff2pdf). The report points that a better fix could be to check the return value of TIFFFlushData1() in places where it isn't done currently, but it seems this patch is enough. Reported as MSVR 35095. + Make TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() directly use user provided buffer when no compression to save a memcpy(). + TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() should return -1 in case of failure of tif_encodestrip() as documented * tools/fax2tiff.D c + Fix segfault when specifying -r without argument. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2572 * tools/Makefile.am + The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden. * tools/rgb2ycbcr.c + Validate values of -v and -h parameters to avoid potential divide by zero. Fixes CVE-2016-3623, bsc#974618 (http://bugzilla.maptools.org/show_bug.cgi?id=2569) * tools/tiff2bw.c + Fix weight computation that could result of color value overflow (no security implication). Fix http://bugzilla.maptools.org/show_bug.cgi?id=2550. * tools/tiff2pdf.c + Avoid undefined behaviour related to overlapping of source and destination buffer in memcpy() call in t2p_sample_rgbaa_to_rgb() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2577 + Fix out-of-bounds write vulnerabilities in heap allocate buffer in t2p_process_jpeg_strip(). Reported as MSVR 35098. + Fix potential integer overflows on 32 bit builds in t2p_read_tiff_size() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2576 + Fix read -largely- outsize of buffer in t2p_readwrite_pdf_image_tile(), causing crash, when reading a JPEG compressed image with TIFFTAG_JPEGTABLES length being one. Reported as MSVR 35101. CVE-2016-9453, bsc#1011107 + Fix write buffer overflow of 2 bytes on JPEG compressed images. Reported as TALOS-CAN-0187, CVE-2016-5652, bsc#1007280. Also prevents writing 2 extra uninitialized bytes to the file stream. * tools/tiff2rgba.c + Fix integer overflow in size of allocated buffer, when -b mode is enabled, that could result in out-of-bounds write. Based initially on patch tiff-CVE-2016-3945.patch from libtiff-4.0.3-25.el7_2.src.rpm, with correction for invalid tests that rejected valid files. (http://bugzilla.maptools.org/show_bug.cgi?id=2545, bsc#974614) * tools/tiffcp.c + Fix out-of-bounds write on tiled images with odd tile width vs image width. Reported as MSVR 35103. (bsc#1011841, CVE-2016-9538) + Fix read of undefined variable in case of missing required tags. Found on test case of MSVR 35100. * tools/tiffcrop.c + Avoid access outside of stack allocated array on a tiled separate TIFF with more than 8 samples per pixel. (CVE-2016-5321, CVE-2016-5323, http://bugzilla.maptools.org/show_bug.cgi?id=2558, http://bugzilla.maptools.org/show_bug.cgi?id=2559, bsc#984813, bsc#984815) + Fix memory leak in (recent) error code path. Fixes Coverity 1394415. + Fix multiple uint32 overflows in writeBufferToSeparateStrips(), writeBufferToContigTiles() and writeBufferToSeparateTiles() that could cause heap buffer overflows. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2592 + Fix out-of-bound read of up to 3 bytes in readContigTilesIntoBuffer(). Reported as MSVR 35092. + Fix out-of-bounds write in loadImage(). From patch libtiff-CVE-2016-3991.patch from libtiff-4.0.3-25.el7_2.src.rpm (http://bugzilla.maptools.org/show_bug.cgi?id=2543, bsc#975070) + Fix read of undefined buffer in readContigStripsIntoBuffer() due to uint16 overflow. Reported as MSVR 35100. (bsc#1011841, CVE-2016-9538) + Fix various out-of-bounds write vulnerabilities in heap or stack allocated buffers. Reported as MSVR 35093, MSVR 35096 and MSVR 35097. + readContigTilesIntoBuffer: Fix signed/unsigned comparison warning. * tools/tiffdump.c + Fix a few misaligned 64-bit reads warned by -fsanitize + ReadDirectory: Remove uint32 cast to_TIFFmalloc() argument which resulted in Coverity report. Added more mutiplication overflow checks * tools/tiffinfo.c + Fix out-of-bound read on some tiled images. (http://bugzilla.maptools.org/show_bug.cgi?id=2517) + TIFFReadContigTileData: Fix signed/unsigned comparison warning. + TIFFReadSeparateTileData: Fix signed/unsigned comparison warning. - Removed patches: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch * tiff-4.0.6-CVE-2015-8782.patch * tiff-4.0.6-CVE-2016-3186.patch * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Fixed in the upsteam release - Changed patch: * tiff-4.0.6-CVE-2015-7554.patch -> tiff-4.0.7-CVE-2015-7554.patch - Rediffed to the changed context- Added patches: * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Upstream fixes for MSVR 35093, MSVR 35094, MSVR 35095, MSVR 35096, MSVR 35097, MSVR 35098. * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch - Enforce bits-per-sample requirements of floating point predictor. Fixes CVE-2016-3622 [bsc#974449]- Added patches: * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch - Upstream commits to fix CVE-2016-3623 [bsc#974618], CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069], CVE-2016-3991 [bsc#975070]- Added patches: * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch - Upstream commits to fix CVE-2016-5314 [bsc#984831], CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842], CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]- Added patch: * tiff-4.0.6-CVE-2016-3186.patch - fix CVE-2016-3186: buffer overflow in gif2tiff [bsc#973340]- Added patch: * tiff-4.0.6-CVE-2015-8782.patch - fix CVE-2015-8781, CVE-2015-8782, CVE-2015-8783: Out-of-bounds writes for invalid images (upstream bug #2522) [bsc#964225]- Added patch: * tiff-4.0.6-CVE-2015-7554.patch - fix CVE-2015-7554: Out-of-bounds Write in the thumbnail and tiffcmp tools (upsteam bug #2499) [bsc#960341]- Added patch: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch - fix uninitialized memory in NeXTDecode (upstream bug #2508) [bsc#942690]- Update to version 4.0.6 * Supports CMake 2.8.9 and later. * Add missing file which wasn't being distributed, causing unit tests to fail. * Make shared/static library building configurable. * CMake reads all version information directly from configure.ac to avoid duplication of values. * CMake builds are now included in 'distcheck' target. * Autotools 'make distcheck' now tests the CMake-based build if CMake is available. * Fixes to avoid undefined behaviour of signed types (C standard compliance). * Fixes to avoid possible isses when casting to unsigned char. * Fixes to avoid undefined behaviour with shifts. * Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). * Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. * Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. * Eliminate requirement for and use of 64-bit constant values. * tiffgt : Silence glut API deprecation warnings on MacOS X. * fax2ps : Detect failure to write to temporary file. - Changes from version 4.0.5 * Support for configure/build using CMake. * Support for large (> 2GB) files under Microsoft Windows. * Configuration and building using CMake is now supported under Microsoft Windows and on Unix-type systems. * Test for and use fseeko() if it is available. This allows supporting large files on Unix-type systems with a 32-bit 'long' type and a 64-bit 'off_t' type. * tiffiop.h: Macros added to use 64-bit equivalents for all standard I/O and POSIX APIs used by libtiff and its tools which are limited to 2GB in Windows builds. Note that these 64-bit equivalents were introduced by the CRT provided with Visual Studio 2005 and if the necessary CRT is not installed on the target computer, the program will not run. The wrapper macros will not be activated unless the definition _MSC_VER is at least 1400 or __MSVCRT_VERSION__ is at least 0x800. * tif_unix.c: Updated to support large files under Microsoft Windows. This makes tif_unix.c a completely viable candidate for use under Windows (in spite of its name) if the CRT is modern enough. Please note that tif_win32.c already supported large files, but only 'tiffinfo' and 'tiffdump' made any provision to support large files under Windows. * _tiffReadProc() and _tiffWriteProc() are modified to chunk I/O to a maximum size of 2GB for extremely large I/O requests. This surmounts limitations in the Microsoft Windows read() and write() APIs (which are limited to the range of a 32-bit 'int'), and may avoid poor behavior with extremely large I/O requests on other systems. * Updated to use I/O wrapper macros from tiffiop.h in order to support large files under Microsoft Windows.- use spec-cleaner- update to 4.0.4 D tiff-4.0.3-double-free.patch D tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch D tiff-4.0.3-CVE-2013-1961.patch D erouault.2862.patch D bfriesen.2805.patch D tiff-4.0.3-CVE-2013-4232.patch D tiff-4.0.3-CVE-2013-4244.patch D erouault.2861.patch D erouault.2857.patch D erouault.2856.patch D erouault.2859.patch D tiff-4.0.3-CVE-2012-4564.patch D tiff-4.0.3-tiff2pdf-colors.patch D erouault.2876.patch D erouault.2860.patch D tiff-dither-malloc-check.patch D tiff-4.0.3-CVE-2013-1960.patch D erouault.2858.patch D tiff-handle-TIFFTAG_PREDICTOR.patch D tiff-4.0.3-CVE-2013-4231.patch D tiff-4.0.3-CVE-2013-4243.patch D erouault.2863.patch D tiff-4.0.3-test-jpeg-turbo.patch- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 bnc#914890, bnc#916925, bnc#916927 + erouault.2856.patch + erouault.2857.patch + erouault.2858.patch + erouault.2859.patch + erouault.2860.patch + erouault.2861.patch + erouault.2862.patch + erouault.2863.patch + erouault.2876.patch + bfriesen.2805.patch + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + tiff-handle-TIFFTAG_PREDICTOR.patch + tiff-dither-malloc-check.patch- build with PIEs390zp38 1724054758  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.0.9-150000.45.47.14.0.9-150000.45.47.1fax2psfax2tiffpal2rgbppm2tiffraw2tifftiff2bwtiff2pdftiff2pstiff2rgbatiffcmptiffcptiffcroptiffdithertiffdumptiffinfotiffmediantiffsettiffsplittiffCOPYRIGHTChangeLogREADMERELEASE-DATETODOVERSIONhtmlCMakeLists.txtTIFFTechNote2.htmladdingtags.htmlbugs.htmlbuild.htmlcontrib.htmldocument.htmlimagesimages.htmlCMakeLists.txtback.gifbali.jpgcat.gifcover.jpgcramps.gifdave.gifinfo.gifjello.jpgjim.gifnote.gifoxford.gifquad.jpgring.gifsmallliz.jpgstrike.gifwarning.gifindex.htmlinternals.htmlintro.htmllibtiff.htmlmanCMakeLists.txtHtmlDoc.cmakeTIFFClose.3tiff.htmlTIFFDataWidth.3tiff.htmlTIFFError.3tiff.htmlTIFFFieldDataType.3tiff.htmlTIFFFieldName.3tiff.htmlTIFFFieldPassCount.3tiff.htmlTIFFFieldReadCount.3tiff.htmlTIFFFieldTag.3tiff.htmlTIFFFieldWriteCount.3tiff.htmlTIFFFlush.3tiff.htmlTIFFGetField.3tiff.htmlTIFFOpen.3tiff.htmlTIFFPrintDirectory.3tiff.htmlTIFFRGBAImage.3tiff.htmlTIFFReadDirectory.3tiff.htmlTIFFReadEncodedStrip.3tiff.htmlTIFFReadEncodedTile.3tiff.htmlTIFFReadRGBAImage.3tiff.htmlTIFFReadRGBAStrip.3tiff.htmlTIFFReadRGBATile.3tiff.htmlTIFFReadRawStrip.3tiff.htmlTIFFReadRawTile.3tiff.htmlTIFFReadScanline.3tiff.htmlTIFFReadTile.3tiff.htmlTIFFSetDirectory.3tiff.htmlTIFFSetField.3tiff.htmlTIFFWarning.3tiff.htmlTIFFWriteDirectory.3tiff.htmlTIFFWriteEncodedStrip.3tiff.htmlTIFFWriteEncodedTile.3tiff.htmlTIFFWriteRawStrip.3tiff.htmlTIFFWriteRawTile.3tiff.htmlTIFFWriteScanline.3tiff.htmlTIFFWriteTile.3tiff.htmlTIFFbuffer.3tiff.htmlTIFFcodec.3tiff.htmlTIFFcolor.3tiff.htmlTIFFmemory.3tiff.htmlTIFFquery.3tiff.htmlTIFFsize.3tiff.htmlTIFFstrip.3tiff.htmlTIFFswab.3tiff.htmlTIFFtile.3tiff.htmlfax2ps.1.htmlfax2tiff.1.htmlindex.htmllibtiff.3tiff.htmlpal2rgb.1.htmlppm2tiff.1.htmlraw2tiff.1.htmltiff2bw.1.htmltiff2pdf.1.htmltiff2ps.1.htmltiff2rgba.1.htmltiffcmp.1.htmltiffcp.1.htmltiffcrop.1.htmltiffdither.1.htmltiffdump.1.htmltiffgt.1.htmltiffinfo.1.htmltiffmedian.1.htmltiffset.1.htmltiffsplit.1.htmlmisc.htmlsupport.htmltools.htmlv3.4beta007.htmlv3.4beta016.htmlv3.4beta018.htmlv3.4beta024.htmlv3.4beta028.htmlv3.4beta029.htmlv3.4beta031.htmlv3.4beta032.htmlv3.4beta033.htmlv3.4beta034.htmlv3.4beta035.htmlv3.4beta036.htmlv3.5.1.htmlv3.5.2.htmlv3.5.3.htmlv3.5.4.htmlv3.5.5.htmlv3.5.6-beta.htmlv3.5.7.htmlv3.6.0.htmlv3.6.1.htmlv3.7.0.htmlv3.7.0alpha.htmlv3.7.0beta.htmlv3.7.0beta2.htmlv3.7.1.htmlv3.7.2.htmlv3.7.3.htmlv3.7.4.htmlv3.8.0.htmlv3.8.1.htmlv3.8.2.htmlv3.9.0beta.htmlv3.9.1.htmlv3.9.2.htmlv4.0.0.htmlv4.0.1.htmlv4.0.2.htmlv4.0.3.htmlv4.0.4.htmlv4.0.4beta.htmlv4.0.5.htmlv4.0.6.htmlv4.0.7.htmlv4.0.8.htmlv4.0.9.htmlfax2ps.1.gzfax2tiff.1.gzpal2rgb.1.gzppm2tiff.1.gzraw2tiff.1.gztiff2bw.1.gztiff2pdf.1.gztiff2ps.1.gztiff2rgba.1.gztiffcmp.1.gztiffcp.1.gztiffcrop.1.gztiffdither.1.gztiffdump.1.gztiffgt.1.gztiffinfo.1.gztiffmedian.1.gztiffset.1.gztiffsplit.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/tiff//usr/share/doc/packages/tiff/html//usr/share/doc/packages/tiff/html/images//usr/share/doc/packages/tiff/html/man//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35291/SUSE_SLE-15_Update/fff64c3568bf4f39db9e3066930db0ef-tiff.SUSE_SLE-15_Updatedrpmxz5s390x-suse-linux  !"#$%&&&'''''''''''''''''''ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b9200b8e6f8ea326b96cfb89e0d8301a827c9bba, 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]=dec9b0039f18a067d92cfeab91446caf098eff7d, 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]=3f38a079cfb391d861420564be1496da945f977f, 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]=00d20afd05243a5a53fa6cd14e8516935431d3a3, 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]=cda460276802119f8bcf998e09dea6f5cec97e19, 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]=85d842c0ed5191510aa32c24ff3a52ab8f803a85, 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]=849a045507a6d57aa3ead5fc347fc6376cd6e1a8, 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]=d7c689ac43fc8f027c5cb5980c8928c265fa939a, 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]=79d39ff8da584b74673f30a15fd23d9a71608c81, 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]=e7baadd3a5c8059b6a2b8c664404967e70aa0ba8, 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]=7650631f3bdb51773ecbef1e26082ee8bb733682, 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]=a71eb8e172b21220fc4fc8a62354e1238a72ba29, 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]=5f1c53539a6f087b13982836454c544f6876c6e2, 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]=51ab74108520581e87f40a7b718790a0b7fd7eec, 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]=d19c07d9264436c0b49b66b6de0c075980c84b6b, 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]=ec5d06df7d17c30b613ba4a18a2d964291ba5278, 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]=0fb1d898be22c1516d0db78c6e547719a0d93a8c, 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]=d7c78531c62463d904a19028d00eb69bde47c2ac, 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>BGKOSRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRۗvdP"Սutf-8ab14be47785a9acb1b98ecf3258fc165810aa21b74bdb27920840b43e2494083? 7zXZ !t/8R]"k%Hk+%Yv[#GU\N ^Xxrj.ḯANV"2 v?%#e3y9 FԟRiQALuVfz(u5ʭ%OŒh"yl> !?KkX-hq}hi;0]dۘv qPUӡcX{SL[5ޔN ; ~5 Xt^*A'rq:Q C!P(1F%(l63yOGoϙnϯ{<}1x=è^A=A^]b8<ʞl^ޑ)ڍZZH6@uj^B$k8K/5H>|a 7Q$CMJLE'όPWNPGi\Z*8iГd$TziG~=ff0u_?%~8%[ VXLYc V җ<'NLJ`YD boC]ƹ&4'qVGg0c85MJd+K;d"s -PM}kDt wwOx{ߢIE o=Yn4V4eΘr]dr_!}g4mIM0njp )co''<.jrF3ua)#T*Rs\nxi>۸GUA:7{vLMF#D'',9GNA@PBLDiJt2E~֏b6$“#vҾHJ+pݐ_IN!} 3 &s 1HCۡe=J iO0w /D6)G9ݔG[)V&`j,J*|ɟ*Q#)ZR, T^b6|JUEHl9|SPpC?=ilKG:/ϰ\k~$;kHg%jO %l'A -qʍD{`uB, E@'5CH`r1*xR 9ay>A 0tt'Mrt&Ez~[[ xY9 <  3<zPX'"D$eB+Wb3'Zeඏל"y[@;x7Y  ٰR@?wLA7speeo;eee潈mWSзb^|-_<֎V5nG y*Jj;w}xa̎kjyӄ|-IvQStYT~o6iE)ғ[H7Iq[طy[e}+H% Bocn4o|ȾF*Ȓ)Y @"tٯ3@AH\-|nD->OG^0 ܶj}@eI}Bz`rkث>0ĄG̖1g#عEODdNBƨsJ(qq?Q٣+OrϨz6{2=ƒLHQ3Q5<F^Rhn1Rˡu Pԗ&u81hLZkGYnnآ6h-X29|NcU- naqFo=CysMJΪrqKP!~yeޓ!u:58== A|SVK~ 必ЧM^\p::[#k-tXuilY E 6t|h̼$ 4e;K֑"(<-P$+֣G7l4^ҠqI*c%l^yhײ"D2]16ZTW$;&.t2T do[ĘHmo4v;qW#9׋Ҷ"ĸeS$ I::${VWMP![yX"7\o}[ Wz)<$)_4Pa1ins^P7Y>3ʔBq]N0#*YP8{ZJ -5!)Ƀ j*/70sƼD]%hg)\9d2{uauKúkc>-\jI|vðcȝq@Y.l!<R*1MED>@yk(4:IYeBx9z=tL#P:P\6r^RS5=0~twEm}2Yp솸e"W,_Ux4FQ[+hTfŢriӨEe溎Mb@٦OٱG\?QcIoY/BI -~P52-ImU*WawU>jܦ 8_)[Xd|#z+8 NﻉP{÷tyGVQn)m94a>سu=Y_3 ƇE貝[&ݒP} =OӅ9JР&#́ 21}: fΝAO{伵Dcep?9jsp\ 1ssw&\q ':up!x^yRbڅW\r1Ǡ[eRCG!&yu~ '&QqԇL|t]ʹ\Ĕ.;C p ,A3EpTw:z}O.q@&ZKh-2 F<,SJ_L fSCZApgxO]yEwTx? Y%@U`X.'n|ϧ NvS\?a:SB@󉑥>)Y-@" ɭ έvD( 'dכR.Bާ >AD憕:?hILZ:G S7ڙE~%En)-"4h,UC@>eSvQ|uD'oP !R㟁nt-Щu㫞)LN_(PH駐㔥Blз@`0\ž? &#\@[pp#`yŜ0;tG^X&%F$zXM=+ų~%%Blg/I*&21J\@LR^^\ԑ#H΢{'x CY75; S_@l JAںh-Kj-Y;(ib= br,Jo6x}-i2$ḨyMKTeUqIQѸgnidX@z5X?u=2聘 )/4am[B=t\GrÐ6[E?[7;6[QH]VDs)DGJjmLbe uRsh [k̯;lL b7\X{FfT h }xp5;I%uO^Ѝf DD.myޢ:/e2A͎q >æqÄyxa%4\&gG?ԯ &5J}Pm0) babP>x.)R9/R8IzS%ӷ>iF@_eKB`D+!a”NkEef^@5ǷIYͶ/.m$gOF8f|b2/=UH1{<_!ƺrA~ˡm"~[nv̺kHw?`^+{faRi:1mFFiWPX2}' 1y}K ,u~Tr~j 2bD.YiV_!ˈ"b=8*QȳkN=WFwQRӭ&Y˞jF OQ kac#L0~}OKpML}XcQ|žtoVt8K@J-ѻx`aM23^^-ns[Wym J e>}D'1%)8erKZ=!0Q9\WeL;W\l #.R,$:לd_dzиyC~.GOHS({ /d[ _bZ* nɳ(w bq#PU/jɅ]xM {:{{2092֔>_#k:}>& R.tb/B`]h߼.iz rKv2Tĩ;|Wtj0YۖZN`H;t7.nn?1X aO;%HRrh^ oM0S6R,(.Yh7i턭E)m]d V_ԹCq~YdRbO˵BT׵Enn- '{@9Gy*2m{=4.7Y,q{ 6ܲ8EK.( /%P ;d<L+wSQ0+Ļm^s 7NDeh"{#ԇ6.9(kڶ<~c?O͔v<uQ\Dd.㴬uٝnsDȚ| ϮC 8D[Bܸ5Y-pgÈn\|O^Nh1bOOHJ 'lRUCjOx)_GiY_. OmYGu[Vrύ/Df_3X)?&XgM8w>iHUWPV`4 _-8zCH$½Ϙ瘞eWq4ͳgPBi̽L씭NFTYnzt]ʘ܁"^h#9!a=Q$cJ$04v< 5@8h `wn㟿{zZ/v'}4>κMsՋxrR5Fwd0vz *h̏ʫ-1#}~W/m)64uZbzp&^KC{:Hř}Zx/ŌW꫑(ӎg@ls"R*A8~;͈:p^~lûυmmJZMǨ/=y }8G੶< =N޺t ٭JD%wG?DzP42,7xn6C6&p mԥɾOa]T5)>xC1 燞,29`w16vJiãN6CDkР\+yO&;Jh k"Yi\ب&bBm_ 6s߻B,_=`eȫ;c}>Y916[quө].mڗ;D %iխS(Ar9[? cry8TVI0lPjpUȂ̉(gԬ,op%|t+-kִ:&*SdȌfqh$2wKxL59jɬ5@$p#Xl!yж_dbzt?0v󿳆;'d|+9_w^GsOLjZn @c̲Zu!eC֌Jo%K*+)͌}rAo+%Z?/~*j^ bG">vbs48< DQjg  HђBXؐM?@bV 7gg{LL-A`FP? ot$Zd r}~}[6CС%:;Wyߕ?̫ P2`Kppؠ}͇H o{rlzڭ$u)Μn{2~rm0}7.-s'z᭲;U !I"X㳥1B/Ԗݍ.U/f8x2 Ixxn ú]OJ2(d>}>Whc%,,Yvywϫg7\s[9{s)iu} e.aB̜oJ_eZэzy\*[Dm_dtc[!V/wr *)v % Pg)F'ϳŜ2plvtlVteg b jѿ1cl?.ہ.J7TpcRBWv$FZ }ZC"&ם,6gsTTtdfTY֧s>%A=Mͮ"SE쵀7حNѡz C庤+,C6k &vp0aȾ@OPsONrיҫro}hW&O^R锰xqP4s>طY'$[iF8ϐNh"u+·Xo$\4fycUd~E_8}NɆy択,W 8|@ZekSBr^B7#ҹH '@o%>- ǼĤKA'cu_|AnR&;h?\ 3͕)-Һ9WjwiӍr͗Ξ=pSӌ7Yn%֍} Ct 2hU P?XoBK /Mm|4ˤI P./MOgUmS{,q@ygBE" F1O!l1gmMc"h7/l+P\Z~9 ux,1:_\)#]6 5荆hP550-\>e@S--IY1ĕݔ9Ygp 11CVkJ?KEax"=-k{oQ pI!9)0!#e=_[I1ek &罵yH(TAʬb2i wtasGZ97@6\Ȃ`xjj[ScFm|8="hdSZJf =Bb,.t~h G!%x7HR6DŽ<@q:wؤ"ゴlIYq6BV݋ 2 ´D܇`b"թ#XRc3<$ns>"wN3Xk7iY+!.M}pa/_sz]ZlftOQ4yI2>/D%RtP:lsz߄(񲔆?w9x{*z {lb:(ghQ#yq~y u)u/@KtAv* =ĉ? !%. ܞX⊠j9IW 8D=W D+8*ދ1#X쇷aNE-ӒEcᦢR Fj@8ꈉB˷H1/uӂ8wqǚ@1[xᨮ&wN/!K a|eCu.;*\=?~Ԩ4?4j\cYsb!ꔅ7Z}CEoby~-kƦ3p^+ItPl M; [ s99'nYfҳ.n)_Ie2xaI ~ICHheVX)V>RB>2Z9?ɰ(Έh?/C=>U$ ta*JGDn{S^_^"jV ~iG^:H| l-j⊻)/ͻcL-}ȭPߋe7fQvƗU/NgPZ0ߌEhvr}[V_j_/SƴsxNJ7Le70ې ~7>7wk^3wcU8nYE7ZY\e-7gGmSo SKmE7cLqh{S|fRKԡ#/SJTB ӲUOdq Zm")l<P  sDΤB_򞏣HwݓZG{,Ine?k ]s݄7 ^Ri2_gyG/7.#S e|hgkf+qO=P 5U G2>)Mf9g5/f9'N  f6_IdM ly1zr]4;R ֜inml_*\,jQ$2^xN^ONVm)jTuzVr+dd~?F?zp<~yasP 5{qSʼh +.{j>̫X(fRHx6L\ ǸNg؇Shb)b'e^Nn~e-VTtŔy3/1 Sr,B[E؜Lh`i|6uX''l?r-l)2kCe?ʹ1#{'}ŪO)t6T \tY+v5qeJgCi>X`Tgp/D9F= tDԸ<vzQbㆈa'(BEqb{Sݟ xX|6vbKάu?/C!wl`3R#<=3I3olXvH BցwGeMR5SmAOk@k*(QRf۩[ٚNS0,NݺH?ԒHS$i!#1Bb z(tg!Д>I\O48ȣ$w qxrL*ZהB MJbEDMLG]yitZkl-u2=^0s)+ @rpNSij:gʚ3>tG\jHЯo°J[ )gન„t,z_`!՜ۘ8T dQhg%wMïS[t7*;;2<a>p+0lY^_E!hMфmfW3w ڊ`,MAs|*t A~|>_ ɺ=bQ2o7+.EX$[[.j Q 7E\/3(]xcԜl.U0+Pb?ld.7]Yq.ˊHx}bH)i"SO@C謿[]->4~-kFnc|c˒Q3( ' N+Z9$7W f./y7&vL7 2'7dv/.~Dj:Lhw@Y d'eryj9Bip`J;/['%5H q}@ }+>OI6FyOsKWO؎=Q]*.0/!צF !"|JG7 \kƓ'⼿Y‘nqSgwU_ii,pS(BYE&*>XEՑDB7V#I5%!_,_Ε(}':[#PBãgiUR,LzTVn>6#bODL:+|.RIQ8lKY9*ws U=dlZkOy"LzB@ ǞFŽZbm+GSīMPk2c58k"\8V ,P䙦T#!^xFjĆVuOm"}w05m9.MzRQ(ZesbUgLBg[λL2 Sup"v#fF2+>w4Қy~uWP)솚JZ}O2[.މb|R귇(4.b c f,ilKFI*L }ݼK?B$dО<Xm*-'hd7|RxtՋuHɖƨڽ -:{y,X ۨ)rHCLtbJr:j2BqI`OuB V< JI!'T#'|[N L`CpFYg ȜB<7+${ DM8}hl!\޷x><@\|N f`]Lo!3wt?y Jo>N{zQcNQZ9Bz vA͙e*[g67=c@g+qڌOElmp^ U ^ot-NF{\ǝSRz :ۂι/EA?@UW)fB#<:) zZ,8Q#aU wZxPIfk"v,uu^3g] olC:}10or+E{6+gPBvFl}&_-Srw/ K]tg?i/.B?Omx \${[z=ohIAHh.qo_kMcMYd`x:57Η96限ІmcC U|CPR?plԇk& J@Umk ^q̭L`-:rC@tЍ?LG˽<T9(+El]&T4k6̇LJځ|[)=r?Oߪ37ͦ[h6ĸ$LwpURVl#Rͻ*R T0%Lg#I|5veͽA6ie5_}(%?;d3 #9A{!>5_0wwi7F$_Xͤ޻>;ݬ!:@Qpl[?$GJwY; mk`)Eo xN)b_d.V`ie&t樲UD5w8g7^#,M¸w2phzT# CDwG>AUz{@ [ fްn3-yxk?l]XnGn#){+׆]7m}˾7̢~cfr2akBX@(shQEJωC t^n" j9o;wkD3)ٜ[h(M~Bk>;\Zɟd @t߮f4m$ȚUǒh'%8E4ev<P}aX3RG'\BS .)2I/ǵr5OZnK4QGu 7"o'yr?Z.p^UK9GvhfS=|aCCE-t^]&qHe@ p@ʽ,);{5/k7Ռ1"O;T,9 Y<}hR˩5}9!-(!+-ȮG,0,[]zīht"<*S' i}Mz _ϗp:8<;8 ɇHZ҃#-> bS폱CȗMRz*̒n  V 9 PpbHH͸D$Pm B*/ -@*3l7t^OJS43c10\ WEvaKNU9<NdzxT4%4O2Z?pla _B0*? ݈=5Sh) d+B28-"DdSt 4Մ$XHMZQAU3D &6Ѓ 瘟~u%WפH/"U)qЫ,D1,)Cc^EA*O$ ?dKae G3 z6(>ĀU#yVbaGXE2;et EddûazWeu jb8!>҉OK& K6"}*,97k?֖?+Z-;8E{2ܻwvV@\wUe?A%wI383z.,u:k 9ح㐼l7GW<,ѯz#w{epjt `Y<9fqnd́2g(N^u#pMbT+mb!NTܸpxiLaj&,V4OVZD (]7bҸJd3(+@y8s*Ҽj%5_*53I84-1ի;W5 =8/5qjZٴy6F7{sbtͰnGtca\iWuc z,2hX[RٔXi+eSQz\ Pg(7(SyZsD~~bT-<i6stDGZB&y0ev*,|BSwp,L{5E[bTn ؏ A˃!m"k%I xqA1T-?̍^>e# "8YV){`ٓDnFpgP)&|qy#'Y퉇 {u.s>љKi=T RĉDBnP[EE=r r.KCDQi8V|bzdӌ@ny2zohydC%{C!ۧu!n U]Tp^sn7%̀κ&y[{?qdfg]-Y3k7] lפV? `u3&*zoM?xEQuPWXH\3+ D`|x  &V-1h v/*sjZ.յQdC~yD0xf3Y]2?݌k|aXZ[ECYWuCN#{ fsL"^%ϬiSL|ӻfέ2m#&=u?)d6δכW4hmXxzZЛfAf O鎄u9?-/^9v]! IhUۥPgz3-QFlہP][`T Uk/Jڵ̓~9 29vFۋz_dxzi9~x e4Xqlҍ|?|c$f =@'b'[U[:QE['xФW&Lp(K.syMMMW~\?|5leN Q(v\Lj~w٦Q>D^(5&y.{C]•?HY%訢iHhb?WH~'|(+w( `זaUɑ$AZ響@c3 >mdLz [̟cSg7c@٩y{5%cčB.ZPkb'''jezkQR2`VHW;Nxom.UǧR~j]R猷ߞ7~d΋8罡<"h9cUO{> =MMkՕx=ChQ$/g!JnjH9يؾT5Y 'H )w܇q^)F\{TsmT g| Kk!wNQl4@=vp G YIʮpKiKheqܗ~2^<^Kr2:Z -dLw%:%Ocg .p]'Hf5|/&mNPv)RZE‚}gƱeDqa j-ܣGo"&EgV:}pL=LެpP̞.ɡi8ف v1z_[]ta%rZh/HTgj6#8#4Pꦊ"sH0mij&y_xgNd ,f 1Z:Fi NN:7NEGY.[ Eꉨ Jnr Mf5g'͉*p\O^w6a{CIrͱ/4ErFJۗ\a%`U0n"@wM0RXcUB&ޟdEՋT\pm2MXg>""wBC+||.LsOr2[TVNcxU!ŧZyGSyu{]L](q~Jpt| Μr!/&0=oD;" UWֻ!s'!Բ`oSg8<kK{PȃkIКHRW{cxZ6p'<8]hh'Q4zeڮR+`Yn/Aʤ?S#|#̎IM_9el_`XmPV;4ԴqKiƠ}|(35&S9IȫU͏ eEWQT |So{D-AcqPGά[wD`"K~ԺPͫWƹVVt7VIw ZD.܀ުwI¾oba\IJM(B5Gyv"74]l$. ͖kP%i3 PkD8r`RG.o$4-> t_,=-_VB5=Z9&FIPeb:dUvx($_0g 센߲FT3J hYs_FcSGf@ln8]g kt $ޙ)W[*ԣ]LWQh(vjw5-M: ,Ƚ}Xwvj֓a$ 4#b0]|\FwWmkUkҦ^LR%[GW9줞#L2i'zY 69{-Ò:MɛBbOqܩ~1ϹBErŸ{9kB=.rU~2uE!22wo\⿥{j_\qwZzCj{&NY}a`O~,25$NS(3ԻJ:}eXLB=Ni*zTfKq-V;P,ߗm=ӯEF?o`pigȌfծK^*;nuqWE_JƈԒy `aSY #fr3bbvWJ3x=1hĬiZGP|{/OO~\ ݴ~2;D9Ne"iMdpY0`EbmjZ`7EЛȀz:` 6JAjX @fY5V[7z5w_[~ z;P 7.цDN@OUMU,h;DquZqK?2rpt.B-X֕$" gVT|粀 Gu±#M쵲 (YPff@2/_iTb|OeBpŚI44Q`j?_?dċk"kr8fbeL)S,u\}paJ k4706S9O` y׭ސ01xΫ5bY9_V+}/;wsY2DMcecB~3sBJYֶ~eǘk%#.Kϼ^V}FfR?j[<dp誢L|F.S=^nĩ ^$*̛(ŪpvڋubonyJM[,y-/DoGφJ_/T_![`:||ǪCFSwA2ܛ+q?ڧ0+Iq[r8GG%> <@HPfPDiA[OW% J__}2 W}غ<ބq|q D0_v[ *7d L e| gGB[y&9 &/нMZۡ\p9YV!Ef@(;ʡv?q+$g`b{}#0[ )IGdC\.uMN"A#l .^WgF.Znq&ugpw\ZHekF"=,)XT'~M`S!$ PjzjHR!z9b"rGב&\ & SPWѬZaƎ^TS S×YpN'k> AzU0鲏@"Z4#|J.~m5ɐBSRv" 1걨yK 1kd(uWw5+uhji;&Wl̤yAk>,bOسǪ_d/VPlj"1Z-e35q `C9^zI%E&W(R'QU s ErMo縄Z\xFN!zu٬QLO.يxb 5t:['nQ:lbkRLBG4kQ< sWNMB6܉vUSq[09 >J\&kxk$w_QDW]t3xz%']40u: kS/{ 4fʞ0o|ϔDΥ=O^vUL??uJ@H8וJ#۰=ä/NZ0K[^##L){ʺ,P^E u:Gᖳuqldϣ;R_=[+ l) 92]rQ9d*ͭ1 Ʈ˩h pEmG kg%†5[Fc@rG֯J3ը O{Bpʈ(=/opf8ĭjdv16_dPJ.T?)uGg҅ǀ+k/A hn]0s̉[?Or 6Zg/BQTGeL:G'ʍ_Z1GJB T"&SZz=9cT85 [A٬?]#d眾=Nz#7& b (WgHSg-+WI(`~ J80~- ;'Dҋo MFWPcԯ~9 ]e.'e.DLfcS4 8 VKa򺆐g1qTsKG;9Zˍ93i +vEܔc!mSXlbn7Z@ȴ O؅2w< Er`7οߤ; ?Jޮ):bJauGֹݪߟ W6/8껀 e$ x`~Ȋ}#SdZú35WVŃ;n$N|ɚsXycm=!‰r(;G >ϺyLG-B]F\<_q >F '{!ޜԎ.(= E68w"D/՛NɋgP2d.뱔kx]p@; .51鹴`3g#ۂ2Qr2ESpF\ߚ E?Zʓ֌kl:2"PK? u.YW]T+WOVS82sCIla %/A☯Kܹ) Ľ74-\R)/ځo֤A,pP)Zy,#]@ECeV A`hVؒoF -@A$E9;qd ?x y gOxcWwLJXT,nDK5M/\rr͙S P23fhd Zb*jnOT2ր2!O&.YYe28mw1XٚV ]y-9m:@y5ʌJAt]5V JԊ0gѳh{NYl5[mH ?w%9u_0"u-nbk V]{ەJKe\əW,C]ª ;gg)9o?yBƬu0 4r'$@=-w7U7҃rE* "L-x$NbQ'ʯR++if|Qxq'5D8æ1zB8_ɇ+(4gHC B2#ƒ>DMio?c3J iI-!( #bTwPPČLMè|K}:HY^5iYm'_SX#|:frY#t,IL{9@WsE O}nwW.l-yȾ:GP{h`{ 4dY ]JyPE:%5V±e#G{q`ٗ~jɁ"ܫMDo"||!g4s-j h?K}ƍ+wʂF1X[ʹu<VT8y&n1:ͧ>V<ۥ* /!e}-p>J@ D: u^N Be~9QۗmJ +s2,? kU_6H i!xC ^$ZO Ʌ%hϪ66FZt(SBVd593@4{?]_T;7,TۘN\'-m 1YdA kQ70qz,sp:EcKM$!. uk{& ÊԐgl˳m}0:>H,-@`<$+L+n !N[i}QzL𦡘oM𲛍%3z1l{5|AC_ gim3N. / 5OYDm4NMfpFa YRL⮈8f0 O"&OQ\ư -dk(8׆l P0 .QhnJV,1C6F8!&xۧ}f^&ԭ^~wBEWnEڼϞ;J1LRQ]+|Ihq^u"BnԈjجϘfjڅ&bW7'ѨN!aҡb)CD 7+g߮s` [08x\bs-N=bdV#bςol^32Á$k,WixQ ]6K*Œ_pS-B,R r_+l\ 7mAdi@jngT5ZYW:@ |WcֽTsMZYdڹJ≆*/bω*6 c [vcVh{d\\7ۓbA#t,>!Vڥv_KԘRr7 V;p> z r=xoV/ ,ۛd/52`1 N7&Ҍ(y:=e}p6b^gUwx[ْ 9*![82%ʻ=hiOq[ ?:&[yQ@U9KY }T NCKǡ7Oݯw?F/UI_CA&6o! _HNcY+TQ9,D8kr'K/ a[SK"^odK|( NUQ]BGߗs/J<7 `AA?H3fEgP3 \L|}yhZa`s rԻG?4(H8nvQ`4 Yn^{n-٫ #}t޶m|}4A_CjP Tm-O,SUӚw&UaJjCAu&ʋ*n`45]mcHLpADDܻ!дGt_[UR}E%#{g;R~%R\-mL= <ނAٱ0@24Zmu(rv3`8YNDUh/4©dق&9{io;sM'„o/iz3I|<%Ee'h *$VX|#2Ņ,_ЬK_u!-)^ @zrHo#VI1`Si:F]S+қ-wW})WjbiU>Mfԡ>mzn{PJvϚ&>,%ϊ:iT L;Q'v0I|w4L5yŇ@28ohwiļWIEc25ҳGHC,UN 齻q*}:Ludz鲲XYzE3s' );3Yrʦӑ^KH~ E7GB_9Ր.bM W<پYOdalZDFM,W7nzDQDI7~oPkPP!/hєmu|sbC٭QBpM<_7=n* ]e[XfG=6KĆ.H}0LG=\ 8foW_恂\|,]GJV+ 5+F^nEGQK+Pe' 8 |$^wXHB ] 4H 0d1_Yp:EjTۼυ a` )u1MKuLf iU8T TnAgxeHk5&!)#Xydb)UzESH22|>>MaVɇcz<뼧-0?,-|kY[ԐfRVD#7~s͐/Y6YCnr+,4fwUT#W~8_[(jILtz QT|.Jˡ ~ahXu"l LǾFVRittB-=<g|Œ+J[n'l츊1Lq8lC.&3EKӇ>=KddmU$UyQ.s[PEx˴HFi ,0Y ֞xC-H!J} ?eH(8OPI+^ MqL:B˱Ohd"'#Wx-!fkw^ۥk`{AwA5>4 DȒxx jƦY~ NL:1u,ߺghkQi-4gv/pmj'10)UۗXk7'#Y+ȵդc#Mz{;އQ g5# H+Nynv<}Iė%T*IQ!!ʵd@!(ځ;k[ 6U$S.կ2ٻX YEeElp9"cbw$sp_seۃSaÃc)=Y ^.l#v[?;CPܽe >JRߵxၬKD/ҊDQejyQz·&`fI݆Ǣ] Oqӻ"3Ih],XVX3 !.(1iݘ Nj˴D$ާ~q$8$S\_C0 Jl}rLt.T0>Œsڄ| ߅sQ mCI ޺ovHoTe}v<R#mT=it*QNgpfqh'M-j- ոRgrg"[G`sI(k? rk".PZBJo0χWh^s8J㼎뤣| _N/x^4]d+R<ׅy'VT*0 CcIRnJg}F8.g~  cN!,QrT{uԅ㼚ddX~=s^wz$bnƷAR AVgOᩂ&g D) J\lH&!%cjGxƥJ>#*f-1{G5/ptSh27[8lm[y.#2uA\x7L\*UH^jf3h5%T S`0C]X~6m-_~1?/ D7UΨ&X qk:H(!*N` _Nɽ4ޜ m+Ѱ|XE}൞3i)'6x90sS-_oUnH}sU$AacUq`d%?Z*r^0FQFB>;cw+7gp^bbl6ċڟjDc`,K!5-Ҙ=i)G {[ݧƣXBӶt;;S@.8ӾA!| u|YC>?+F%5hdD۞ ;ΞQ0w7 wLA8ڡƑIHZչ&v=3۾KA_$RfMzI>~7 >V/id*,1B^.s2!16 _kW[.%gE"~8?zN䧾b?˗|op݇И1! }6nٙ|&=t5S'tZI!ol\<ĻFx"nEĀ&r(c qb#|Qi?蓈d 6/gٍ[餗jXС Iq1b{<o&N';&@AEzf%vXJA2weY몬|Lc)l"8Tzvi\2 GQ%TH $ŞݖbG7Az-mMz$(}"BLiOU9dm-^+g_?D"^*@ KeAp?V6J'8*uӤm^`RhZ%z<:WHUP9JkKpegjT@,z" BJ7HHO>Zл-R\- Flu;Hfo=Do2gh \vH$ S?}[cc#iR]K+'9s0W\5}IJ\8["m|SaG8o@aR'ܮ_ѳEn7v4}JXS4jxJ$8z;]{aj^cNh%zcK6 @1vߦ"G S,L<&SR?6Y.!aGtZgɉg04c W-Dl8"שJD86bSQaԅ1aܫC6ĵX/${,ekcPo0נ{3y|YT&G SP{{R?fRɔ 9{ 9+Ώs U#=maҙ8682y-9I麙PW$jikq dXo `+U%t~bh;-*YQ)rSwP@G#n"S*˙Qrp; 7h'}#F60-ipj֚F423)Sܮhzd7\kcl;Fs&:#sl#5$ J^h`d_:-Of(z4?(Xu|$k "5@G8Tb `>B|aƬ&R؛^"5TBFwul˽G YhL 7vrq?1MT3$&==ҫ4jL1XV-N;b{MuxpNVOeN@2Iӌ{=B.[)vtSQG\.\Ihg8[:TcBd Uj3¦t nq#>}bp1*s;Wj,N ).;فdh>bqO޶*4mw$7;5Eoh# 9^ dK6H:Ad~)_vn,q·ue(j}h=:G vxwlL.l4gbA\UC⛺q7w4 |p9a\C`toi'A6Zj7{c;D).pUWJu.)RjSrDxx+9 KWt?xEPkT*=-auRP?i Ho7XQ#z[#Fei EJmOr]fsQ' M5 C~} Sqh#\t@xQQ.7/˘+I1!˞pkVμ 7T/#Y/-}$ ݽj|Yqa}bG ME>؏ ND :U I?[ 놫 BllT*vn[R*+LR[ڸy^ڞ{p91 NQ zk}325pZ[p:Vxa%;ĀncX%5'n0  "!Y6eg;,۵WNE:%(o6f͛6xV6_)Np?懵8%C,]cqM8;rbJ&DRTPkyNP(W>ˀ,UԶ$Y*lx<ݯXςDXqC5ANpp@OMbv5D`"4ZDl5-F` In ݠT;vkG":=Zens6 u''yq]a"DE ocAGkc#5ٗ)QSSܾ@IigavvӊQ˸T07nFYp]4{ix6_0Da`^hlɼ:1` `mr;p-Nm_?B'2q9*.~؏&A+Rմ*cφ$X-Sj|0p))]ic^ qYmmfu؝uH[qnw+6["^nF1JٽR1 5m`jp' y:ͳ3kò. Td *ZSVy}.h<'& :@W.wQ 8^[2S`L5VwZTҐ۷6ҹǮ=aC*SgjTrZawkTvFDDNJDʼȌv"{ N=VCpvJY|bz&˗YuOkK˱`rqXM!lhPf~uh37 _-uH*S A+Df7Ԯ47r7++᧚W;gϒ/t:L'Z t4;U'""EaXaШC4Ijբuraٓ? GV6jVS Ւ~ fAjXX|jɍU<Ŝt* œ Eg!uFuQB~+rRd ~ .+8!iciOENG]qO;/',J .G=hk9`-g-{OZt"ńeXf}]s8+CWmGiw߿*Rxt҉{LUX%Hz[v@0*DW&m=H趧t5WIf\nl}=N@?!Q!'^u(v`x=0@D#}a.DŞh;Zm24---TIKFN[/[jf;X[RQRXxx@r'~L~P_4xp$Fd5_F=>J/J)eȵ&(leaI٨^&tc0?ۢE[ fdp~pFh ;`L V1 y`I9d\k݄%;k3Sq'KQ,aC(YCPчb]+,6 4vwD_'`i楔A9HΧCNA Jb I*JC 3<|Lp]CLD+.S(.#g2ѱ$$O|uhvD&2@d ՃgR'wNq[rmRr\rNtH} c IhZ {yџly`mww"wo[2;GI4|SQ5LZvC~LuނUgov2:r@ eԃnM阍Hy%"/$T 5FGrմcm񐛐H>w ˏ('VzuzKhM#۳-@|ij zAK3*WA4_imvM"!|9|[۲1^מ1 1otOlq$59!^M2ڔQM[vT)v9{QȂv|Z\_ظI^Mh4X)B pY ]B[pVJ" 7Jm Rl?p 5Md `d,LhJb2vLbF(ַĢ:eW|Nc7*+Pn-s=w+jnWgso\`{iזt)Mn?)/UnI+P}LX5 ) &ڸ|i3sK h2۵8q٭W;nK\y|jGЗz FbwO-fH/`?(O0Tpk$ V[?r JStTA[P&-U9sܠw*/b)Z-|n8:>/>ߚ+j#ce;|o<¤,\ ;w}91IDMqN(Y~. NIÛ؋fs/stAa2L W(W %i CH1#2W}g#/gD|d yecՔo$b$Eq 8F6i,1kG D]!!:ӆyO`H4$bnaO?τ"CL8k"U/+;gLJߵ+ Qza eE[MyRkpRXHHL[K9;c+n8EY+8U|M7COT.$ڱ%5lq&텟]Y=\AFS T+AWO\z@qi %y*WMڳlm*E P3t%w@}e(ܼT5#G!.lPNqYG0~BnN>EFԅ9 tuTZ.:TtoHJWZ?)@Agys:;U\פƊӶujb'iz$ 2n:ikV5N4p `'3%?,J@ K ff.>F&Xs0A<`M,T !ТU-QXe LmqBcE뙨!|ry6=pKܞ=?0&lPw.ƫeޭ tgQTKHF.%o>ڷ8J NsQMV xj#}`OA.Rү6(/~q@ {kVȃEAiCF7;7FܼGױ~_\c]rqWymRF`+ si/nvΨQGN`>J4F )j#pru!OKʶ7Gq#U np$2VfřKSѪiPU~#zN`PEU3QOQ>k4*fԲ BTjBnʒzp7LN,P7,W!kp4Ts# 1A;IX pT4r|3¾>V+LM}Ϣnr#\1lmb :ٲυ@{ThE7WJYm` e#[X#d0,2+8j,_0dReчM@:#4<!EvW PQgz)Dpa˼J5DŽ'ڦCzV-`˲2}9kZ% AyG *(v@HLBwj0W@`Y6 @4H@d6G4ìRIV&ŏ>(?'ׇ޽tZFu6@PKG3w \aUc*䉒)i4>_b%Tr:_]JqG27g\{S44"'B;z$#Y iRbVy~ d3s\IAon,oǗ H{MFAی{\}0RLN"NQ,{vԐ3Iҗ n*>c$(T6WdRA(߳6Zil֕K-6;K`J63 ֗X! q3֙JחMo=!h kΆѝ187sg\}NF)3%<ը8{Q XY2et[;[%{$ɚ-U+^sjroC8tKKµ}}':!s]^C3 fkOMRae\&ՂzhfдgAIYK*o>J"\{_IȡdL).YxN,nE!ū8o0.yXȜ_ϣ_6zMPj (ȚkVOK^KUDgеPQ(/&?)Ζ/&a]w?#dB!ج5cRX1:˒{Q1[:91E,Z9O\(vׂZ_4Kg&ft0Sfdg2P'5_lUBk9RfR&ߑg):bG'i¯K dIԭr rku r ǯ/f$14?Q~oWi C^,aқ}n!~Z=vAfՃhsX#Y^$+>a;8e+Λ4K)R:13ɦlAB&KASmw*dD/vxDJ]g~e3>WD)>ʷi~( 7aO*Iz{)N`1g\pP xw]!Qq~ޢZ{a/MjG*8qh[4pхUP{ 6>'Mfs r f MvoܷNa#Yυ9{p#`TV);#ZȺrE Ӄ,N5㔙v%)&,_~`BAO|2_Uqdol[9$6® AZG$X>~uL:"m~n|]bޣY$-WK|42GgPUcZJ9U4mաO61xcō.bF锏RpDßS`o-+/$g|RʃBX㽷NG<>䪘R'أSfHʖ 7dݘ@FTι4B$76iW6{#h M ӷGMM++:G-+ |i,\\) ΟXZt>i5&/C׹ʡr]6n3KnEYTEC:sk;*#?v)[PAsY1U@tJWswvh_ \ ;1M߲ZBXAq:%mB\.T^h2ԄF;qi@,V8^rk(Gl4rBœ^_& g]^$0 #3lG|ECl1ieH"Tz x .<.&nn6^vBus/i-ds%^}"\-1(7dCV2, Ga,)z0ɒev?S[3+Imp5v5r4Ҽzn: GV`-5e-;M@9$N ðձ >{]9g?^fVv̟&F9Ƕ=ӬDel{?1f4[WӴp6˕46մ:-]d@DJDև+ P&%)XLDOSlJP } c b6z HZ%)?Gő4#Mb^W7f_5 7YT޸|׳4n~u51nhӀG+QehRsiJ(*PPDm\J39 }}jXgKBwx2 F${R|18RsI!%$ͩ"^%Y+K MI+.Sٓ@Ř#F%iIT[h$@3 )"!LsQX4. :bO`#5a]t=wF9<%*aa$#< e '.z 8m h^b+S4y~KM̫`̙F?_!FA_0?-%yY TS  &sֻpo ;ʮ&4J nuij\B' a;Nlվ [ 3Tb8X=(ҜF)t> 3mD|_"="e~ʑXjpH/]hJ"NwF>ҋxg+pDN:,+w0b:c%C3A-^0Ӻ⸫h9D\~6{^7>dCNl|tlW;wNs i!2CQ,NnNc@dxQ'B9 "AV8swKĚA^ vp=}Tzڌ-# n0)klIS!m̷`3tvoBxpc R!|],{Qu[+.(/5E&I3vA*B>mehWhfr)G?AF5<1; +U CWM+u j1Zxc'&;u*otd78hN#E)$sj̴mNC($y6A%?wOq2vYO.F'^oe=l =ݧ(ckGǵ 5iX$OUz8i5|rBgPb4zFd(Y ^W SdC]Wa Sܳf+͸9L6XVrir=YWlvF]ޒTߨEdu󋰙(Ebǘ ^O7'_?/sGVYՋ\!Å})]"w?ec/v%U0Ykv .)Skv5M xte"crTiQ}]3I$ {YjZ `p> N&LLc?`{IEqOU} C`f@n;"[Tm4R4aUucS$JvT4N 2;#V P_sGVQ AHZUЕrԤLS*VQo;6]?y1`xT cs ݭ`dZĶ}gj]#2/XXQ*jTͪ{s ,Iovׁ֩Dز,^{PmIiѼ Q/$"c>cj@6p.p8i%^{`YuN9ZFxbEg I}xhl #hߍnR;b6a_|̄0ttZ*9d%"84 7`Ab۝8[*߷lGeAdm 2tD5Lq:f8{淏,H} QgZloS{6GU=+Vp< Iɡ΍nm h5Q,S(?5FIE6!;3Z_PuF[9Ku(7㬁PӢ.~ħRqEڽt5 Q}DBqA^'e[? .3Ufg'`sTO1?+@/ v"+u'?.[ޗҠF^!r%JVld+8Ty /__ }f$Ǡ׮h{_)5Wΐ ܜ'7D2:gnhPfFilx|E^w$4ЛB oUPs%O}CETC%O>˙UN 'h Whl4l?L̰y"9R" ՍhV2sǡ9e/℩Y:V6|fe )yh:?`0veDGA"ZK+7#O? }N0n,Z0:I^)6v"-RZCM׊A%2DJޡa 1'i;O˫^Uf˦/*&D.aL_1b֖ 6¦B:7J#1VB$υ=5ѹQ dC1-]hJ{8_KT=Hݑ.W-Ge1=2 \ h ڇB;vQkLVlL2j+e>epGWOG#m$̈0(p|Dd0}3Ko~n!0ͮvh _by*r̰0Ցh%i"ҙ6V2JB.wXq﹯TW=D!sufi} mϺ:bRtQl>H¼JBtǣԘYP Kg6&!vcE6)m\d&IRTv.`w=L& 4?ɯ},#,;۲M-*`]J@~g\'UR>ltxkXUX^e!ɞsJniߟrө̊@((hLkāĸIXIڳ@ԮS--rlK|{K7Q܆]y- RT"ئkԈd[X lR;'R5_-z'AD"YH&`{%u'/z Zkеa* #*$!orY0Y,xOʚll8 HiЕv# ۿ`^]ﮭ K>ūit.cœU8.]&Bܿ.[:@yIiQz솴fnLJռ\͜\7\X30]%4F}+BM%htWxM&i ?jShw5S= nxvSBohhX$JV[ަM5".OȾygdcB*a8*LSu٥Zμ-LO=aoS{;cHka|VZ^ïƢ+:`RQ Hs,qĂ)F@ I:~Cfe#=M2{ H&@9A6wyo#'<_N;6 dmd'cBE/Ӑ $%̨f-I2 ,~釣jȴNquK%.B?5f(H; mnIOJ wYy{1?m0Ai)1t۝r0ٚQ+V\-ᶺ9.鹏AU"|\u>6o;Ә@۰ @^ 3U/i싓_ dԂ7&xZo ~,=4OwL#L#۠;e?z-=5bI%'!]3ש(q8(BԗO'Ԕ:F7sdk@Or [&88Uf2 sx _h2iµsu"c1= =s@5)壋 kTӎ0LW0S{4{fC), o ^kڐ+ҨkAZ6" 7FJ/`ճwhQ^4$})E9tח\+K\Tj#dΜV há.1|2|ӠzgMcKb{a!\ͫ+D}ݏ* lALd3A9) TTм&ZH#= 6a w=&6tJ&A_t+7EQ Q8sʸ%BZmx3HJj规.VE%n7ѷE&f5%M@Ɗ26=!BufD\SEsf,%a+ ϫ*XvMoo<MӗјqWdD](jG!i`hFcN9z3\A% ;aD艺8>iǴMei4j`fOv.7 sXWht_7ڣ~9'$߈ʣYg}|F/,%~vJD"Q`2`6.(e=g}O{qmeF[s|$,ܦ'`|[ 4?+D6에++>i[1jד#ќ%>môH8zjnk9Vpk=x?1Jȕb6͹sVt4(TjZ UEIiHrnj^Kfa^51)FT4ה?zrM4y`s%f ajf$2Tc9iA 19YQLԘzkXeUhJqyc/42='u;wҪZKygrx \͙V$."{ܓRM45LoȫE`޾D+P&7=D#)!ءԯ+:+KERy3`F}3&jTg&yRz?*ߨ s~0z*3,=syY^@3G {ӈg:U F%IfL_J:WưjC-\S@Q!ۗR=޲{Ƨˮ${^r8z-gvaD93\ej8Z`2-,m[}E >6I$L#YҸ&Sdy•NJ Y{&N|zP8NēLđPս$2W=Z\no?۩;8 hjhP,,O#]"O: -- ΔyFl<6k ص m܎IY݋@UᐷGJFeVbWPE|s' o\+DO„I#c@'fIUlf xۄ*z^&|zﳇj; =Y-B_YlH0yޗEH%+rEȋ^1_Jjp+ Ij |aY#Į1җ'oAcr@}aۯt/3 ousοDcWY_1ڝutCaxgu+ 2Bqji-⅟jO!9tH ǵ"ZA=*> ³7PIUakr7Ít~ , ?:RA̔ D*1Gp'+kl\5_ I%2mG/fs<+vpd`qTTiwu֭'v *+TDҐHss8 3РmvvidoՊ~ /S WZ]t, {0ɭh3q:! RbݴSAf@y x#xm> xzƟ˅lK3NLe]Nt՘$a)w.nlDE%v(1))'ڭUsإC#~WHJ(҆ v$nuY~ZIHmEA_G-YLha{]tĻFHސ.W /Fgӡ"zG(?8-G0$3nmnC6=]: C}Ymp8pҹ隿&i0ړBwa%fU= rhew…p_v;ic4rJ MOdbSw@X/^7917#7kVKk)du.Kgzt|XNFW 8uFa" 4WgSԁy$^[]߼Ry(qV~2Uxڰܷq ;otNj$U> NV,$ *X5AvkJUx}07v Fz0c.A*tkY^6 m }@] *k[d< s1iT8 "[><\yqƬMzx ϟ/m(̜  D̲|cPgz?!q_&UOm#[ިS. NGf[9]@bp -(tsQ,2A8UӍɏ_{}F6$^9ZҮA(:M )?~tHV{> VZΡ9!X҇*k:GV+VQL'(RK?c,*3\ڐQ1M l԰ ҧ>C)52-eE[*-o=ΐ{ ^T|%ZTEiʫ6yVx~&H,5csPýy}-F|ØojjuVs͖?ON nigdlw5{>i}=? #;;EEwђ9 6?E~ Fw4ًr7or{vPWgu}Hc}ĥ̍XrrFD 2XGs!/N`1 jz*4smT"~[oa?y]&`s* xgKa uУR ~O Ho_V7~q΄Y}}3\ԕ~:1r=1"yĊ I _"esZ#[͌ ,=_ha7U0\!RC"6/zB iO>ShVSK>06#qϙ')NUXfߣ*LǙܕuo)6PZđr`]`o=./jd,tNRڹKRZg'Z&=%7Gpq$[r߃W>26q89k 9WEk.k9Tp $mGngX;0^¶99CC Hⴥ$`u*W<]WT3EiE"݇R*b*i$J$I1ҰREJߝ.<:gN|T4*;F85;_tZ3bi{{UL ^"n.m] \Q0%03?ǽ^7$Son\E;=~nR=G( Jа NS!X ѯm|wȶ{a}ZҋIɐC(TTH}m P8REC &&M ?V?:q3 (}BZU&.4x!)ֹGm8cQaa0UO"æj~k[tORH_'k4CLmoAl%I,A<=/]{ב7 "շ䉯1{ oo;v/2~6'SФӾ7m[`^N!sZ̐-lUxl5>+ՃyLd 43{2y2~yZ&;^>`FCB95?sEŎpXW_ x`N(DO b1}GQrM:i[spb.ޛ5kvl>jEېWY82#2+/GX gPF4H-qʷ Zݳ"pɨ,]xko@$сsE?p" ybnt44Q;ݪz Dy}fZT@FAK"65Y '$ĹJ/$:J6 =nҜ)kwVpC-m3?l]%qPJt_lenk̲W\@H.:+L^14svg::ɟ®ԁs eG)>xǮ 硳)̦BSQ|`MA-%hR ~|xMq)c M8GrmCj.Jrf4%=(氷21+j{]zLiŗ|&=yI4FkXU;%Agj&R51>1K2α \b}֪wt_jJ ;gJ%@`I'mbQ6E%%\Ѿ1eǾCX2\Q]=\khN(q;+IڠZ/*0LiE@If >vH-o.t*%zFK k&jvn& +uFHKnv#Q%s}Vus1)eFd}L gr\{??+Rh_.4SS.na Ȉef8cVE눩8)-!:9gː!'y?GtY^lc#* }\NN,dHk :Efm !RږHMg׉vfq6"}G,=MQ)H2xw >2[M$W\B1>dHJe'3dl#n<х.wVf9@NP"hLKT*Qp j:׾Okmw\]>GǩDkZkȉ2q-J,@gm_w8HAc{w{Mù;{RG`4Z5k:Ik~.:޿X =s]tYɌ#HuM5ղRBLU[IzUghXΙ(A\if{ #KB!GVo7 $zl2A0*c}fsxi[o\+lgP_d7!6 yJ{T;kagCu~o'im'\}H_kL*Ta3ĞK.JI>3Hph2hM*HTm4ndV ʬ6+gO}~[~HzmAPU~|z'P ̯[DU[?v򕮻XLW%٩7fvxቔ=q{Np/?I~c[FKUڳ *,]pޭk`5v` _Gk_Avi]Sq:vY)\Nx!|aP^3!"]oux5"9x%:|j/MD/4u[q !/$}" @Hʻӎoˎ^HNG%j{$m(H:-\v, _. ڍ!k##/+jF9L?<^nAR*/&d 3vZN0&6vЭpoj@݆`6zr:{:cO=A[YJ&_[ T(X2=;!"2 -2,Vi[ݰ\XnjyK))aI?+ȳ?Ѐ)Ni _QNcc)\rr< q29moqR"QkuӮ]:܉t^F#fŸ`4Bm=NٲMKtpC:5(U:oU^t>xc{3tukS 2G6V z-1O7[% _0{fqOBHpIw5[e|9*|ѻg1yhOA6N"򍬲taLtވ4mLKV,\5MLwfN7V#S"_uRۆނ5GlQyـz$,8TJ@'b\t{[kqC˕by Z_m?alBʵ d[0'.8m9;iKK666|>ܸ=dp3ЃDB'}EP@WHJph,<7G&ERވkkh$,t~`.s¤CR汭p%HqKbX>u zęG=Wg쒾lB÷nde[JC-hecTX%@7'#;3t, H1Z\l{ة82#oxכ!^!^n.S778q{;4͍]y akJj4 ٷcj)HQ\VUPĂ,#pj)Hmc12qh4RMG{TGn8#Tt?ӗ`džy%܆F GAaJ=#`Nゾeyz x(uPn\1J>5/1 Vk7ƑMrY3) Bq3,eڹ%2Wc\ 'y,z;*gedhU7a;L#!%p t=c-Nf!SMn8.8%PUxzBZ8*rܚ #u9)u p&S)+ScX]TYEK]|1 .H)Shɕo"& tRoˆƑ_ExڶEV`H=68jW_# TiOmڌUa2YS~9f@bt: rS2$BXnO2tiZS]-[ZoQ 1[pV坟􄫌UX>I]h`%?T)ܓS@ /(_.[rzRkJ$b:!~H+?T݉HќTOċi cz-kr 2e))rK ik/ Qc?92ԛ+qŲq%i(h Z`1,ަzWҗundp b(w~W+o Jf&+Y4G)7Ѷ(cPJ (ם i6,s(HpCÛ,=6QUѓ _:*yH%O40y2M!S.*..Wޮ:_"Y /|ļx,cfK-"3>zS0"v%Kbdr}CW(_Ij䎮ڪ]*COtj% rǔ Y[̒.-v?iiLc~kϬ#tw:eK( 1ɽ`&G[ѐJ|}PiFXߎ>n3(ZK-!A"dٿXÊ]R\F%nV}1rP d^Ƌ~%BMfꛝWnErO)9;=;q@˺Hd 85[yaa{})v NsNhC-ݖo*N=hj;+$J go*5≍ V}&N1/1R=*A7D@D0iGpK8"DSsR~y"-}C0t)?ȘwāʫvKW()V3#/V7]{*S`]m.Cm`ce*4}S§97'okU^Y,9Z[@VB=z<Ӣ|I45yA;>2iYvBIߴ z3LRG0#4T)#Q! ~fss%"-SVE ey{1W } tkkE{A%Eيl,z(w[oŬHVYL28U|&83R({" ^31mbs*SP[pT<MCVn(Ǿn5M%~NFe,]ғfOlX<b2U&Ž<8L`!glnB~&5;w2 eg ޙN|U} <ZrAʹr!~.Sxq͏/FpZ*U&@28̼x=]B08GЦObHug ]4JU$F#g-pSf,}K#jI0(qڕu]'Mҿ䏗@@U }J%+Rm.sïxdCo\ 3#:`]cԦh.k*slQWZHΓCA[c3GDggyI&;Fo[u5dΰ] @g(:z2dsʎiX9X$$ۣq//Ӏ6Ctq-Q w0KS#>`kEUbbava3ݿ$lkjSiu=@JSB /DLSM̕G_z;|jXС_ ك.'V' Fe:S/Xu ӂPb2 bl;օMR֝`S`t De3r֗^bhQucm.kV! ` R Xt`L(3>YcVKzH`$|eS(݋A: CڇQ,L=*AӨ ^P.2ItC"WFޢ3mU;Vl5zSŷ}<@][j^V͙bf1~j`X2Q. RqK˥,kUA]+P"\Glc8H9 K[ z7jTeшpilnj*=>ʪ>0D+G }Fѯ2Kw%2/&o8-,*V;ݷ`" }PQA䔂WhX~a3b݅c|DE)[zP;)tn yRV dA{ˏ@CԖڿ`&Yn$y=vNInb뿮RqvJJ{Ċc}`GضPίNV(lbZ#i:1Ngga&ɱ2 A;d #ȣ|zY~?Yv 񗓂< ]kA L@Rt$SgjI3RA@pi7'M|r!1#ҵ^.ܺ^QYu6O~r)Ha|sy fDQrsէ@ԃXBU)^ܗ^P*5P!xSu2Ԓ鲚 2ABg#5gRB!yYDG>tC!Z^nϠhfK#>) ts+ $@%ݯr囜xz̕S"U\֢ufE;E#kă m;*k:-|a ͛~t(O6*8VRQqtjsboǖMv}^fSa9AYV>H3?p.ӰB%^! dV8t(ݛ>lNKjmrƣ} $0tP)^ w($$PUKQE}mO5i+qȵ(4Qg| $>MTsGcbS6|K@ ~].0❞-l jlu g\FJ<\ H:ߥyxU|-,bTLYי?ǀWSDgW|U2;0+` !ݿ\{[XD=mVXCV lB~ip0t17FM(V%A{͋tBe,w3劦U9-aIL%ZXG̀ aMډP6u3q7ސBS&D.\뿆~9wtRʿdbjz-ɉjL(uRhžW)=d3l`+<2ESIl6F}Zzj%Z:/FBZaQhxEWyx!jo,u_r?J+Ӫ\6H:aή:bC|_}WUHYuSqbMοV*@݄rK ޕ.cg4 45dXژ-5 ZjWy,T H}_ *#FX'? Odӟl"pq!rj܃MLAlin!ƦYCˆeyOu.R~^܀S+#68Y!p^``==[_[B[(VO^u'5&NF8ztG--*9(1Á^ܿK~V&#>$«'m?r>:R9+BHw썸)<;G]^N隭hWl ueF ֪o8zNhC@&? 7J ~|a{P!e.ߊ%u"73D?/jf;᥿+y5> Fkqa `qc7C#Re2fWk=d3#λ5xurO"Da7~\SWZz"E+y8*A.ij`L:֖ύo Ѧ?tL퀡Hf,-N'3>PkQ.EJ?,SLUhThXj숣pu_僗ޛjRQ2>J`4 !ڂ"Ѵ Rg9T` AO*["iK"̤C=>2ɍqpd א5UVfg^Uz`36“|Qx&/Gε("*L~AQ|K-)+ܻ=hN0{*QY3"o˭8ӇEMȐ̻p+"(pJ$j)L8U aVƟ с@` \&m;EvmI˪t˭U҆\zFb‚6pO7.m Ł~ ?p w'! ępxNd"VjC0Ijk .͉>aǍP-)[G~{H?\9O:$+{Q[_;.=-(7m>TSgjebIⵆ~M|4M'*/z ^l#\].4lBBUb%@uJ3g!YVv\n65 >k`V($"4\Xz!0C]RX i,lc;ڎ]8GG+HQ +lwdu=x`׊Kv_߈UC 5b}TEwL~=딚I/~KU6aS7ܭ?NQg_,Ł],m'iWJKXSBNo῿noy>]gOrESɿPibZN<^ ym>JªxɨtkWX3<^?1Q$٩y͡M6D '/U+u{[Z|tP˸17\e!B*)vJFRCf%u*vȡRShj\ZTuDv{G7ňꥲؾܜ4%hߊ9@G 1^~XET@+J5%h-2<냑$ HHtx@@ż)YPiQT)Bky߲ m1#`6T8V{ut@.Si9gQ>ςpԁ.&紶h6K~^A@99b@bn+jZ\`ݰTډ:* PW @k \}I2tO@)f4U9q`j$dGm]fFXh`ccj#sryoZj]˯}5Abjy LD<ɌU3%H[ k I<:G(\wRX֡]X0NKz{EEے 'd~feI6JCSR_:wJjzCFKJ?VGoq3|sR8d8 ތ)>ʱΐ!g|MU55?AA$|mo@ {ɮ~):;U!~>ۀV#b)6+6dY5_U5uz L|lh|\B+Ts `tLza"~hzPG>J!RRd3OcY 4g/?ˎSV;^^@lmGae{G@*Fo+)[Em._5q2dZbuޯ/6ر2Ч_]W٘z=Lk&[+mB4i*A@oʉÿ)3-Je^M7& J* GTwzlR:9V$ʠ0t s/Pc‹ިڊ '>5xr+*d:i#CyhY219BuOޝMd)VRR ڀ4C8l/q*[-C4I'V*Ad+"Mڴ{dP__“OpW0]S&P ΖpOAgDa2Q:@^;ĕqm=Ц Uk2y8˖Wʞ6hc sK0B£G@Q-.gE^dR~;25]$>>#DDW lR6Ez6&Z+&[Xb{ޠW4 0 )iNF̚j"}' sJ*.tB2rcHe9{:{kC)M FVҊAQHhJ,#h24!\OHu0= 1=# !\ضMW\}83E %u!&b0_#PQŚOEGd: vD8Q)6CTʤ~\+3kyNC;L"Kb,&K%ڝΓW(%aƎMu9`Zl\c 6ذMF )|nXV˖\; (߫ j'k&(C[tW:v2`P1v_2Y ,KEֈ6>$N 9_PɧC7> p\>^|o|^R,g\ĝb |< ]C{XpLB(̇^ePvYuo ( Z37֑Ղ'iKPٌvw=,9{Q-CLHօcwV54eu`_X6d 9X]M{ZrZ]a0!q\v8~<:G.9! wa€lDIEƀgR.U,m/ Va$0J' #k¸>-)/۔FH=B>sV-b3P|A y#LlNhZ(DlAp*]\f5~M(\d/ǘTn#ۨY oKOfɘNg%N)_eKx4vupj ԉC ehcAN"گf;T!.JI|(DN22D 9&ujy* ^V_w^F}hwbXhMAfa8WKn8[}Ic'NP[\=r|icxe7X69^q~-۬kl{'QC(Qgh8«v`Z@0 PC/Z4Kj-_d3!4,".l_OR6u1W^{mfPwkkm8|t1 X" D "u32IqȞRS+"+`SpUN0#|ZԮ}{N 5&sv4f?>ܺ]SHW3CCO|Bsz'b{w\Xڏ(] qg,>iho[x[dxc—? 8${ K tGE?oE٧Vgp8Sy,G^lo,۾Ss6((ngs!E nn)Ϩ O/R aPIJu=H~1mzH\>|EjAeG:UQZIMIj<*I=O1&k (75=l80 OX6o+"@u8DNU]pԓQ;]#RG9x+9_}ժ̝IIY Á iǰr.#* A'jh7=+C`CӑϾ "lZȝf#'فH>|1_ 3+ّy $܋.3t [(P z8MH( oxԲ()F}J̟R+pP岚Vo+\KJYe%e6RbR)wc>`7?tD3y(H\Cް?1xb*wVGrWFf8Z@T,ٜ[L3u}]GQM"Nn<;|J7“8!9Y3e\[kGoQT '#j жk\9A*P:W^_r]ph*f5CxDz>o0́p68CK8䕽g*RM.z'ҡ+$À+R.4,JX,^ts]^n d^iܴq,-h]'OdqΦhLϛg%:>Yx⫫FiO„,􇊠0EߙʚG .geq@hKcewʑvH^uP$ 1PGQEJ-Y#/l$n2r(%6ŔX]kM~u1ZqX#؄"a1f\̋?ӗwX1{.@ 7I=пh#{a2O7r{@z궒L,fy|[=XSh)4%А%Z|*gOzSZEptMxSvĎ(<#{: luWMs  zZLsi@J|)a@I9Od2璵Dt0hQCj8*ќ tLjLT hũnB$l`*rvՠ:e}aԄN4_v=tDs%%\¯`G"h S*,6;kp qY8$%nEi@R|V%(c |fn)O?[X~8¥j #=Jf/oU]SR^nPda:0 JAzV@:}1mp;Yގ7ǻ8&FĽЂ":Z#_SO rDIVʷ%ݛ~vZN)1VkAWxg}B9n'%1d+qМCШr`1)E4[' d0~HDY5M'>Rϗ.I EA~" D<\Z:"V%yZOXDs2gCwFNEF^ajEa .;ꭀ󚤥+h7xAzR5X8f(?D9=Wpٱqp|k}是yjԉަO]<*ry7-EXArzM;k'q˟_ԣxr+ {I?y'?l@eW氄s埌y õ8Ri*mG*]ꋚy$KpmZR3$L*{8?^,m"O\ s ZXYUD$;h]ǿLqWfO6b"W++9.䛧 $,KA~AxХߠ_1YaEVHC_G]i/*(J~PuF0ȇ&HAT4H Q2LZ+p G1.iŽWsUov5jh4OH%7?̈́n)pKsz8BHtf'J!|;!6EK Ɉ,_業ջ[x ꤧܴ4l|c?!/[@~pXC[td g|vJ>|mI]:/( юg}.a8xFE9{Ib?}`0K?bYȡ7χE*M߇$7o2ύ y!^j3%6;TJ]tyV=:I&`xV) |dQ Ktȓә޳M%E֓H3D͠5aB~XD1> OclhW5y(ָO2ܫkЎ!_he!>` ,"\hw&{mJWSXtv-$j #3>M:װg@)rS{}^>^ XPK`RP<͍hs t)Htfְ'wiZT5^p"9ps}kKF+௤VDl@d&),)iR1T;oIa;1|ڦ(TxR4az>vuޫ8嚉:,EC`4`Jm $FzZWtid'n+](RJL!17SPliWxʕo̳7|V\/)L`r!g8NOwa!ES&&FیJ˄K٠*֑WUmTZbF -Ԭ3fC(#@6Aa1X&ު{'ldye7pS3h1GCz~ai\wJ BmsximzuyG(M]6Tôw}5%J{vJJd"*<֏_pTq$: M׏$к{s܃ O85QV)}ewwv,(2_ᆛ,b7l$Bfn~8ELǻlAӤ0F洉 [sjgjo%oVŴZe.EZ}mͩCWz n$p0Տ w3;%nX*7t=C{@4~ timt>>s=J"% 1+Q4G4Q0as[+Z͒ *P;U45"?=hƈIE\?خɾ`!{.ZƎ@{{:GkW"#^ϣ<*a&,dEbh0-V!|B>H uiXt$aun gQ~eKW3.|CGNR\3q6W=;H_y'=پfmZGc>_nڲ2%O𞼝~cfoM*ڈgŹ co:S|1YcMp6;xhx൷w_AIFjin^4uAç2 .b*S6۝=E3\rv~Y,UTBsף hJu"QEt;z2yż Uz\ru7͠D_XHdENReC\k;4qo֝F"y1zl}f.'5åYCR6 qX|1IFn#ףBeA陁 ^Ef>vD`K e[bCJPwIr^$0H{vWJ[yAQAN -_H'r]9MBG&a㧍 UFq%2d6?F6jAqqZ >B4GF\~&XYFd"VG.Nk#̕}),ksƕIVXe|D0rWciJNm*XY_K̼޷˔/j-R^0+#c5Wo[ 4Jeכk0V<(g#Hak0"G0h 뱞g J{y-F&)wpmtnt ߎWUkH3E%oO.#ߦw*?O;[Q1b,A \ Hr`v[ɃMXk/8k_m'nm延j: ME[U [ "PщatyTa]3Py "թ F=E Bvl]6ͣNA #,(t,Z2<+V41Vai9s߮:x=2qNmD&ӟO1)-ھ[zO]",j7H?r!%Q '׭6&{"H#b[^bQҷImv沾 ]t_}ѦEp:CTp ;)TВcW-COR5yhM};J3E,MjKv̞5ɼef喙a8e8+$zZ끹꼳lΟ0hB#W?׉^׈/ot\=Q;tYcͶjc OΘprҿ{]ԁu繸Tܔp*a7Ϡq0P5lKTŔen/Gw Ӏ-Cוו@=R/!ns,jXx(\ِ̬;!I۩!<dXA->KCsd8n)go ArieRqX9폘'=.btaDX|`S 8pXpذ pKW/&^j@ " FYv7us VĄQ{ߣ]x#xeyp8 >9:28y*R3-[+jT R#aɟ^+Wnw^0E!3GV|8]ꅞh]UQJ -\4sEϷu)) ꣫s'hvCutf45"v,E8z/ހߣ;:lo!̖i'AQyMf! _6)R_]ܭH~X&-?A]Ri8jQ~ *PdCc5T2`LFn奡>YT2H!O_< jdN:թTvQ{qQTCVr(Ώ%" 4`e9{̑ɅD@]VtS>zaqa,$ V[!|&1;ņ42Z0Ƹ<ڏoHWU32(נy~h{ %nI^'$'Wy|Ϗ2` uGjT>qR6(\{߲\1I-$hVyp'aumB?nʹE+5GQndb=aiG#- :z1{F (c_04l$v쳇)a9?P!ҕaW`e^Õ [aF۝za9nGݗ]zL-.u Xk\߈J^-]W$\W(`\[yԥ4_}4/+ƲqǠX>V}yuO,3 nS)"blK; ȫLbu5EX-ɓ厃E wR@ƊvC*aYБZ!]qcn,8J\k|A1),L!!BT0βxUE|{Y 6}r>8Ku|}EsC|GLnTHf):D=ql|2 _ޚvGĵv䧿eYϳX"B?ښUprB?.`{*.r'` )R+pJ4,*h ?Ea-PaϺ`{xQޏsЬq ?*67/S﬷ؾZְb ecfRvbQP_%0)XsF~&1Ǜ>ι/$U,z|o:XwSC7O<ԾK/24lw(5?&14c@!(@Ϊ8v)|U؋M OB~/ '][Fnal>5F>tgkOi<,lˏ]@aG:)(" |Iec /yPT=AU;0QWnrS~F<S25 sE৥s~7uPpPp}’FgndzM+N3d`Gqo0YN=:Z[-(}IxgvIo<[yvUM?bO0A&A\"F̥Գ$ެ+W&/9O{y/{6\J%?e7 P_F/!IV=-zT!A֛0ᜏF(D5ʪrgK={@P piNޏiu:x |?}\̄*(cѠBr7Q ,C޷uo2\F BF%hhtw&bbxT!NPԭB,[VZ>YgĮp+lwaȬ#{Spږ̓9(*t*pio./.bkR,+hEYKj1 Ҫ4&wk~RF!+m!e=Z&g(uHq'1kxsߨG3pzɘE i>{Y. |5K{1W;J'l[υO/ żYyZQj-tsĊ٘Pئ+wgXgJ4Nh#H?7ӰB}NUJiHWP:7TlfgsWv1@!ɬ7:HY=IQ?'cu+:>hq>:VJ(^NB}(":zH#310C>ЫDXykzt)6zj$v=3# / ʡKI\}\3vYN,sK 1@핎Y^q46k4P(ո(ATXUmzk,N֕ڗ;Բ`c?9sm5ݱ|05{јfO?~'A~57koVVI?s}+eDzܯ-BNU?A2OdR[ζh'R(dwtr2D[$tD9&5Pn6p%(  ~s#~X++_[8T[qZHuPS^4u"*K;q[#ϞGBx玃7a :A̩H ,뤉[DB K^aթm`N5ɦظ2M.vN*!?,_1V^)v AOF"i>f#<1֏ .<ۭ^.dMJwcy*yrig$`w b)rP&< WǞ@çC8BSMP1V7I1l( Ene>I8]hV-Lա :^j4uo1Ogn$^hv"\&O)s*0I,ݬ2sTȄAVmz^gi~hW!dcʣNxZ[dk=%J0XsGw,/x;TK2UTL4DizcWa'yrCE`֏ +c2qIk`g!f~~'FTI:mpz(+y7⧭僛hZOSg=?u>"67[{2r "5̥B9¯ʹ3j W\ny]]jTAձViV R(|?~KI[JL@Y{'!;/-c|pw*Cv Qvj?t. rT#&ᭉ9p"F` ] VܗZgXْٔŜ`^B%XcmHſZ7do?kºGF%fU\LQt0``SCEPek9,@l b?)G!{&n_jK2eUAhؗ 1ya" c-_p1;Z|."j|^y.'W1_W<C>(M5ץo08]-g3ʕyJHN@,͑tB|~,$@bGmC@ f D%˲5@Pw-4́S#(^ iJ~xpazI+%ͫ;ŭ0XSo3gi0{mabuAro %oeA<HsڹP |JYV z*n!d-!1#FO<1"JFÍբ哹0%zpJPaOj~#l9]?>xDd>586Wz8r$<֢IQ^ T!;6[l=‘T8Hֹd<7da3WvXn}Y:q14- ">TO2 FZGS'#K%ID麽bcWgE11E؋9ғ]yKfjt^U^6rjiAu Ba%dɾN2]82fFa=3t-a"JD[{OtD\‰,_=1փ澝{l9hFKƈ{큍P(jjCYFiRQMᬺE/˼E^/̂j A,L[v_@uZӀM6Nx"ާKiHfͻ]h_>9.V9GEJ2,>Ǿ")!8,CKxz 3=2_4%Ppcrct5d4"`|%Zs/M:4';eCǰd{n !Зi0."z?ڌ)͉"K9;D>lR䔱 E/Ac B`Yq 3 Z*֐H1?sHAuE/, !??^72 mfdMn䇉~f; .ʂwd_^Ye0bb0Khű\f5PX%|>"".onX(NcvNirA}튛7{JE`Lh3 B A(ōyd5<7 ?^M/N+԰#wwB6ySnWC[4qql9䌦Yk"[]Yu+RVN8̥\>@َ<'9),5a{~ngVuK UG:iWm FiB.hM@GHm](O.PsJm.qƀ$I'eO-F`ߴ:}Qj]7v>i#(X%huon oP?Lo"/#G6ZӉVo\õ̓aVSn ]ɅlY)v~= ֺ P&GGN-Q1<6(<m~K+0Dz13núv %!àLh#sLnS~Nsf!(KoAcAԋ!N#.8ƙ|[Y>.0wY. M_*~A #-r;OOpMrWܹu VŅ&ApSq|JHΓ;lWn1u1=9Y !n˽逊+1oh +1YTdg0rֲkqˡ] =Cl@_#U~l8lʫFKa?!LزRʹ@o{ uڅ㽒\.,Kr3C+q[ZHLLi&qGb6$9~: z4%0О?*CU1K=BºA RBֳe<Ѿ =04=H8m`JG+wsC "{:+ZMr侪lCnF`H 7 wWkYB%gvĐPiMس{rkG"(&?_ߜ&9É l%?ta'Kg.tz[+`V:;Rsq[X,HEel>ƙv+5yXP=&y'U(L>$Ww(II~ /GЎn5 LН~Da%{v+.YuEf>#aOtq\yJQOѳLq.%hc`PArjAp@h.8H%4`I]oQ߄ɀ <8}ӬuS%? op.1vƫl*lTD,`&*?OEEAM@ A9k@ZKd 5|iaEl Β$Pt?`fUDZ[uBRRpY o)yE6E ،]?ue>7k~6`bvShإ VyT7THNE#7dp.p2̾0+Zv#~ n 7Z9˯182 _ báz옕H J: WR2Ӡi6yFlE!}I>kmmʃ{CJGrJ)wjl:cxӆ+ ƒP?^_rpGlR$@?&$ZEkap--_.?']ƪؖ0cNT5X0;BVbPQE`P76Ğţݘ'OxuF z &b4 E Dَwu(=Z%&J"k> XS<}uݷ?0/՞ F7{c\-Z0j*]X9{o0et#uW`'Ba'[7s3f#rN@2oS*P삮՗ίX),\d#?[k#_$Hݚi_' O@ii7vMn1)MdS\|Q3MT2Kdok˄q !ښ{6lMG'L'7b8R:AՋ '*U< W˓ d!ND7P'mo2eN}GGaiC]&@oRi$ʥ\}I: {+8HEfI9gY FV$} _B܋`Ouڋ()4MB@f6L/ onxji~Er=\kuX^߄8mL<<Rt$&)X M-9*fuТeѠHgíT ѩbt:c7n׷'_=[8\:ۤbAf?['*NWa ,5 4.h} W[[rps CfY[I' 07Aԑ )Zkb)kAS `v =^P+؎jܠ8 H1>Xd7hܐDrp1^`8xdܡidpU[f8оㄹKt&> 2-F} p?j$}6C6W_䎵%qԝ o:MO5S[K}XNIt^_f Ce +'/I3ht? HoC{ŀη}Y$5Ғnc*, hG@vpuˤ6 ؖ+'X4$BRGd(Z"Q5L{pb6fj?BM t0t#"aAMvKwZڌk, @WȔ yޖɇ,t_yvL!!ϗ\h훹MqdQhIkP?VVt̓V`EQ)msRY*"w .8M_bcc}نnPP]l=N0TO)2Csh}ֆLߔ1B#MU=2MvFϦ3[_ʬpbe|-odC3P@ƤzȚؤ f>4!_Ħs_йsR\j2*$Rrם W"鏏hbz]|Ydh}e}rZsF#ӝv}Ix%"5A$Se糬(G$$)Iҵ0~#a0<1fP_\5E}_'lG-?0oHeVQC[s+{s4J Q Q`q{10Y*>FZI+~\kJV{1[fwtY|(XZ=|GK0 dG5CZ^٣AyvI&p @N$كCmd "u;bhg(ٚc(q /-J}=Yq>lY~_:y+Y˥m4Jy\cC_ PO=A A'?Le֕sO< qU9x!p5LnP0̿ƐBq@]birmKƵ" uI[9bw|10޲HlL (RYIAFW˃H֣LyBvKk[d[Sa9)Tx!B))ͬA n~J3iLZv>ro@O4 x8ͪQ`ruu}y%D]դ#;f&'?Ezu*.UW UC.. IZe9!3%>!&dޗ22o,}8ɘF0I ߨ)#LI>k?ڛX4: IyVpW8w/8 tSɻ  l&~=lj>ګij>PG㩷+$ٕ; Zc;˛uPPu~Q~2QR^eQڭ;,Ϝ܍~48/yU4 \b&Ny8%OMUlޮx=.J=쫥᳂&.FKDpEւ|(@d 'w+ZiNՉ \U-f'rTRSMY7q»Z#Ft_H\\E{'z^;jЄ ˅_#kՉ;QRp;ܳ1Pދa%mޑqTG=9&r԰uS]]VC~_ХַnU] [Zy+<<bt΂#.Sv!Ss?mL*ùޕI6wD݄ʚb qӇ4mL8|m`]h,i q]+KuH+!0ֵ z!K|?tVjj[o Sj+I7$d'bIGo IڨGY@OnI@lPl/v ޙt]L_Y'-D}{Ea. 45QCSFEZЪzqJ ʭ94oadRgUq7Ș8x|(iErM[{%fnTfJݬvmMZzZc>O?Uz; X꾫wJ'BQj' <;hkuݞҿ N1 m(p08JpA_ V?w#/8嵰 "S,>gzB4M8+Uv@ 6luOĚ}rD?P iz+h; papf)6 B 9MͫOH 8a֕ߗwd8&y`Hbӯ5O-0! emX5e OP ?SP _ .e@۶/mA|_Ɲ~ޱk ͛xՍ6h5VS ٛ,Q=9CXѺIJssv,$xAoYObw_ dΎM<7Zglg'@LY^E.n)-Zw&hbK3ˏӋ@PH' ?SFA8?0JKyZ.չFiLŸ2}.P%Գ '>+Z-Ak"W1%^2e8o{_m˝\I(acL,#~W-y9[vPqJ م002eΉd>$+[X]PʌQ%(MU<@gz,KZd3C~Ɖ X຦E7m]QDٴw0q!ɱ+V:=tkWTYy5W¸9&h/)=kgO??* &(D70UsRu#Wq"|qj6ꕑl7(8]aM _`y^@@Q# F"> }ۡ`IK>v#*{G7xJx?qaS_C«S`aԢk/wjBNqR .Y3,-Ef `]*/ߐwGB#;lҬucXXy$ -& $%5JhY]L ً bH϶A NBսW~:FkC#,G$=#Q F#ͨ@{%PN3qrڶ.KY=:qv.6NG5MkkL@tK_OB|fHSIEjF|T;⮱ \05-`%JRe&mWDV&Sb7u9n!͠,2HY(>8^Q;I;%ʨx63I w#+>VG1hfpγV}[2f%:qKIBc82-1*G->?Br 5C[+{"x(?Hn4UZ(Xrn瓼OF{ʊ 9U44D0L܇w i)T0)".oc KV)/~ E9&Z4ng/{oIZѴ/+DtXa~TtEҷ8jeY 5ձhǑjtR{XewtD' w(nZHg x4Qsvh, KO9h;o_QpqIV-'V)crUq͋,訙vD&/r 0So[RNqg KRQB,tKVš~\< ]A-9J{ADG#܊E~znЭRw1*>Ax;t+PV.91$ģYmn:= H 6=&t0SގRX/ *CE(? ?95?8T^:hx)::DB[b[!ۄa wU0!R§{A~ Ԯ!Ⱥx8sXUG8TZ] }4y*HGU)Í  Vb_c]7oV/| 4j- b2k@?a umyJ x"P2F;os2<Wĵ^|UDN*c=tTXO@2ނr"O앬[)4_+6 oslu}V[&W+juAQbO}9 I!o(z9]k *v7FAA*ɚ6tCy;]iƒ]]vka2ܸ8jy |MU!R e!^c։ !˔KwRT0ޱ&4+3G\ ˓o1HO @k!M׫TڻFHhRLi98<W[5Uh+6]JS6`/qrHf{ǘ~VUIn V6^\Dzu9SɮIXژn>e΀FΘ:]A&ܘnц8 '$PAd.@7W_BO:vNbxVz l=ǹ E#Bq"U\Ik,VZ2da[0 SAyWS-DqKJ]){_Q:xXu`¢O&y(0)1}<ԧO3T¿Gkeg"W6^5o|-41@/AE.64&e1-iAؖ$b ;3Cf0G5p4Ёm=l>$s_~Y¾hէHM v(h{=IUgS="wE *:iI>Ot dvW!"QRnW,j[SsyyW'YǐP.VHWB8³@~alٽw`5D lDSM@nq>co T'7F1T=ii~;oc @6EdcUepHV{'JbG"b  qN5.Bed7woYZ@Ʒw }K$ tw>{|v?1]sgpGzlm\Q4^|q]%[yTѣ#t/t?p Q\AZi%$صM~۲6'k/}mBSgbՁ$3̂f=r(sK߄@1ä̩;.`x 3j}WAdD ٲb Ϣ|2ڰ+ ]=/`:|hn~zb5.Pyt*Έg}G!y2KU2Jlo~<:tTگyC$s߷2f0άӰeC銾Y Osg=Kԯd3"t#7{ccɭ\ ¦b/S "n?1 ML;UCC8ɍc.So1.pA?z3R V~wVӖ4#:wCݣ_2Fjy܊5]TUpj;+-[& AzFJH$j# ֭͵)yH*caA3 thrEPn[&Mb!zVG%yf$Onk,'70ͧŅx\;0z$*II-<>R`UlGr*E-[$ 2 kVeX &;y@Fd$l:(g:AI= xnu]|QꑭAӘ,[CGiqj93WZ(8Xܔe?_~g: 6Iy6*i4𞲑}o4VA9R$ATd8>$03\c(Ȅw #;|Zj\X-]h8s%!wDOTp6/r>9,% EF Eoq^ pUÍ#1+# oynoi bkjQCW`>-Ł kn/ Dߤĕ-П_yqw9MdzJQ (W1:OzN;{p 9w%*́֓e==m?a-)'M3$=P;dE4N,jе~"]GAF7Zr JOy-o]83StM]gjo:.խgU۝ 8?wvߴ ? USkh]WH@D ߖф^aN|-DuZ+az3_$H^:L+<ܑ(G1} YH˄J[*5/pwG*` ΘaȻçoC\i'Tl3nЯ2pa+t|⭃raExq|J_7e #P*({yTtfR{JP˩NOc^CfȲptctW]+4ĢuI4WyLb>_ )&]UwdC`H<˻;.Бw ן=B4~ RkJ|{\q(OH.(9H:at_W+pg#N{% њcVC^DNd,.T gWnSzF^|7k+2Myģ_Cj-cBNw'24(Dk+h4Ӱ7u WSNE~͞J-8>8CFg/<$<]pVLb4jyq&g]AQ[&7oH %tWҼc,648NNUl!}ə7o%AddN2.k3qĂ i_mʮ<1D%kS>QA77 %x0QZN qOSC|ݐ%yʫe<0Jɲ01E !齴\8&~b+)/ vWĚ-w;Qw`I ~ObUn$`*Osedt6331u!auS.)T[Kql}=q" -Xr6.ʘ. ZUr~g `( ׫{*kXF*6[KT 3{DWVi0E09Ӫ˄᥌dp6{/+a:%ĉQEZvh+FQo{Q4/BŖGZ&& _+ę( EX2F`qx%ۼchd;asvL?ֱ/_tŔVPQkjh_$U!<ںy vtB)`eKP Ih8"֣GK 1ɀ~B  l@neP$g{P- f)i'}p 8gg+Pwse#@8W̯.,Pjr?%[瓳E^jnļ0 Y[;lG} ~|ZX/D:{nK(05Р5kFraO.]PUhw]*EܐUm1KڹXd' v6ĻS~ék"'2C9D)psytA{ɴr8+z2gڡ^} Km[*~{[J_+ \ HvDP:oץdbМ:ۤY-å6^rT4Þb>~e(|!ɽfA( 6/Nфb{\2i;;|m>O\-cAMߧB/#{v g1㾩^ZXI4O"1:BC.i7Rw7#s#OBdqz%tFE2#fiJU?|HWR [R $DGwS;Z̤1> @el%Ͽy%GWr|K@+OhRם̒Xn DzEU ? iL2bJ &%4+ȄquӼ[~_#'v."(eZJh U4!1VzP̑ʁq]vH7袉\j[i(qa7FݦuE(?B|TcJL~%ϡܹNTI*%YB͖AE w9OW{TTQ=nzuGEz+#A>8YCSs;ΗkCxGĢq/= ׹?/:}m jٴUXOОU5bV8F_ү:\)etuYڇJnTW8[Ivم4WT!)zKh>"Gy^rأzNj+Z0w1D'T(O(]6-LwOqF(&x C@6Sx=t8 F{n eJn?"MҩoxEih veLxwz'X[ÍqX 2!Kj0HP\=jY2ʭxֈҁ0b⣎߱@gt[qc1ٽV'ؕ)`v6Xw` \C`FMv}z(wei56O8gOۅyB3F{!fwdID&>G6g;n|xr-żED~bE y]4i~6lJtMM}{S.>Rag!Yhf:a\"1md9\Ѧt_JUEh3.%0%qY+=!vu=ޟinc{A0fH0jՓ3$-w®L5|J6=xsrEIuXvkAm v>mbgq+ =QqWQ(խ\`mljp+ Ssp*xY? UYo$VYԸ \ψGPKpdjb`@Go]RkjUfnB6>մy%og&{{VF+|8垖dBQ0*9,Z+L>c;aZ.Sz^%dAx|{Apd9!@AƵx\;xŴ/a}cįn1 8[4'8|0,G)6f(E^"ʬ:Ő;Mh4)݇dy쏭bO5xg>]90ȹwY`ɱfe^Y^>`Q.]jR;$לFf3")3/S؀] &f$e<"0 o\mj4)`Gq: b2X=~zBȜ=>I(vIf`(qC' !s(`m㉥Zٙ{+s]0 ?yH&(I>Ipx&"#^ |z7y5PJU?t򝚠S Oqga_\Aywé̎Ed؜ߐ"wv|nRM؁+FSfHTLS°gʕf [ˍ-LCNk l+o26N75ζ4uĿ/]sI~Xv+G7hړMEaHxCx\ @8 Z/dO | oa)g4n[R &u#sMtɰũEԇIB]h2ZJv' 9Xy NnQ>R|Oz 1*'r [W>.)g܈ע{,uXM x~ dßtr@2=8S^ǣ.}0XA4NAZ{ aAaY`mrdlܼ\޳S}m3(hս#.Wz#m ୹0֘E6 YڳWw[;C0WV6B%4fIv;K#0uйizIk‹mi?g[jo z:' %},m$8K+n&?²z3 v$&#Ճ~~:K4p^paQFŁt00o}oېDZTPP"c?uӟ"qe9%ۚjU#NWC!0 &ҩ66^4(<DfF4 CWq\YP$(?BCU f;sy'(uxqm ZNXkU@HqkE;RT\ JBOwT|o 2#ЗW@|%jѭm; ZDJ+j{%.R:U ޚPo 5Bvin+c&WIV1h!)i ?LG944m\̑{i -~Ko|ƧR!% _ۮY^;Pd.v[Ӣ5#czޝ:OYr7X.<;/MWR xqA.8+;AEOnNl4W2pBJ0P$-QHYfU9`\u~<?~kx j!怏q7$  l&TytUkvi0؊%PWxw;1 ;p?0ޥ/K;.KM\#\?G9W4ZȑyԿy +ʻ܋ȁڏXe'&dx7Ü:PZnusjJn;E,ծsNdL2NإÍHuF?f\V55U5Y] gzHq>OKsɀ_`f-!a4q0csW_۠B p;٧1u2;ɩXvGyĮ]dž9?q)wS71~3jG{3oFaYv5m\]&"0N@Rs`+3T_&i008.= Bz> %nY TI |}uDtkZ$!8ȠVT11_ouU xR<7ͧQQϺӦU'g؜X,_zTN~g%MQG#~jo*ۧnt;$cx,и/ڈ|4B\.aPu9gRf^3zo*~c9Q!VV }$;0=wZ@$mOx,쯠D<*jx&יfAS8vg [d tѸv!VDY34:*cW[R )?93DC5MJ'3Dh)ǝGk@ ]1 O׆m6*@v\z}N aO|$ aLrBũn91 rlH%FVF`vnq~AQ*oy-stHk\uNק`aO9ϊ&oFʺ.FO9{8LT]7 ^PןTWHXK;v_hؾW72VgĀx"(kVC`,:>e<=>Ȣ>Oq 2J!խ,ŻU50%LIp#+ b%UYTB/ǭbj.>`xu9u$į'BAʵ"Dz#%l06bJz!"R2]~7%ܣpe;V8E0JAQ2ӞwJ+j= ]l toZ)_e&u`<& v|J]]\xɢE"•"ST=Pg/ ny"pYwJ[Ll6 R0 lp r'!9/X͘/u}Źҫn|!rĤb2ivr8+QS~&dex.اl>ѱ:#uUބQ"'r\k61rTX,]sK]fZCմA168KV y)k>=w3Z̥nfq5:cXjxvx`{Eiλ5dq|1H:}\R~*&8Z8bwNWڻ[-<|6(VHUwk6m|ܱŞG?qD11)vQ)͡1'J:u)i>[6kisq&{ l h?MǾW w^ITʅI9^dA+O(#Xsy#^ʿyzIgSa1NuKN~530/5",nc.LU0zOzM@'/ |;^ΣyAF֚vdh,ut Q ٧gd@:9%6L1o u/ zX$h (xu7 d$Vn|(d쮂AU24¥h/@DXÆ0g;I#342*r~A ]p&,jdjO#:-=V_oGyt~2g^oYEG܈PLݓ@烈 C>m[gC+Nׇgh/͖)Y:y/EA:3@: +COJ¥1wK~)Co9+tڛ9l$&O?xx?Irg-&_?o%-;y~(X|91MJ_u2nQ4oaȑ2Cp.C{џ|4Vyhn5OiWK2 nJ(4f"OwH: ׯ+=Lh\ĚL |HG|>Q)1@%. `xj~HAQ;V! aEUSKwc!y4&Q`٤,qx2K<\lZ. Ef9E?ju1 9}$JEboM$X~$nx3+rl^AHii|셾lS{H% kC Z+5C LeN(OB1W-v )t#{2roK说xw&@'آ-gt"W`V}so@i +ߔAI_>]j?VI`< Nΰ΃y ʁYNt u7\lհs]_)67/{87. owT⫙fU`~|*Qo[ظo= 3}[;rԩq/jcḟx7;s)q bZ h}o }UY/u"E"I>D䓃"$);˶bs5J0oZ;7ⱽҰ1.>1SsYpqrnCs} xo垪4h<07$A#-rᣁPa3Mua^"śG- 7a6X$+0rTU lU^;lHV9*O\ &ң=xf/˶<~L'sq*w PM~ީ;;=b1,?J$@au&`=>y{#x D!Ga- kA.q D9Z]ĴX bozV,BKJP\Dv%ݨO2NrǸnf!ӹW4D+8o!NngGTf"?_CTyΞ';WMxup=/Av처Қߩ \Ќ1)dF2!'e0b# T[u?4* KԞ>&_?+6eg{ jh/PB-"xEc>"ev P5X$ jN!Y|?$y (At =J.q62 }n|*anQz4d0_+N+xVިRVI=*@M["4L}km5AZ<8W~cֳ:#pZ2)ht0ZO~n}T le6GSyz=L@R>fQKM'#{\$͊4YLAOwԑ@ H7]ڱ& 7۶nqlk%8Ԭ0?^Ȳ8-c626V?j[* V[dZR>7I6K!Gm((kOva CBJ:G|UHKٕ+ʣ~gzR$:`ЍY_1YVSKkYs\'esRxȕ=^Hd‘+L}]t Fu5u=䃫TGI|=9ΈS7ʸ{7i,JP$zaW@Z\foAg1❄̑Wp<(Fj&kh_aeoBg>I-V-f y"rBP%'iM+魳:$ʇ[䳴ĸU '(CoVAbI@Y(;QFN\ M)$>7?d1 T6~"kmX!m e{$bkǭ++ k2%ή W8~[t*}!f H?'}?p]HvNP6s{ZG$, Qw 0rc;Mao :#ܤϣ*SxJ>iȤU\Sw[F0ܓ_ JԎ4\zT3Eٲ 9DEjP+=}0)~I`|km3+%,PmmV.#ërIӕr]_*%F]E!KV[Rx$d2Uj̑z*HOt4R쭂G /a kR4䦰+G ˡ/JC8fۂ&4 ءvD .BQ_n5VfM" D \ *(DdsTek|žC )8 fۂ)jjŀ6 9?w * ;͞ ҺX)ϔXȯ@hL1{u t3Ӱ}(m@)~}v$ZI+Oa/s1 3P)ʂ=h b&_ZNȴm<آT''ٯo&X{F4mWq,n!C_fBl&`~To*?)Jt1r(> G?M0Z7GR=.tAz^}MW4Ar 8,#>>NuUš]?~++& `۵xw <ƿ%O +樁<*3y~v,*pH^ʇnPh@­.|d$N98=&C{C;í\ v4fj#%P֚ԣo/<_u0ҿtJ?k6uQ{3]$5e!}KhP‡a1u%Z e(h^pÒ3FM.8\TwQޮB} ۥ#>7êFravb;)CӲ,g4KuZ~`l~yvWQ qrtA@K˜-E_4PFj  y} 16Do eq6:}J{\s^bVjm8Q^~푨1jl:o-/ ?bmj_IwV0`Duvlp1]E}B`EI9訬_7 4.kekrnha/2<{.D^w5Xuk͘.9XubVL@2nj%NjnuZct|KZ8Iŝߗr~!?gTs56"cUd a7LZճy94SxQ<\pm+.4u.kQvcqDzL6os[*٫}ȑga3o5r#na>ë$RoKyd\Dz('%=9_ˌSyjGge8Jg?G}$^ciJiwl( r>(GnQ8p`3[n}Sdc{8=t:{%/kډ: O.v0u\H]fn c&D`ҲA: Rռ-N-!tR᜶[n:Schwa1ld6aͳq]|Q@-DZ:exI7%y= }jfLG;qrf&fR^GJ0l#p,C\Th=I[%ÿ|szN9:~%v؀y^M@Aשs)B,}ܙܾ7\GpG*j aQkcQ9}txK\eYg!^+;JF e[e`6Ym?Va"s-`FoGil'Tui #$v f-nUۗ8yD^Y!JiH"Zp/bWV(VP`WL:'NbuZ = d8tbC A+6f j<9[177Dӷ /TPYJyn.E 8(ur<'ٯ//E /U.aPO3b*}Tj|Cu`-}`C,$"OĖLijTbvaI܁&-u'(5YVĦ\* ((©yKWK!hSסY/i`91~1ҘP5-2-IT Wl}ߝz+\:0tg#%vl#R W?y@& 7"$Qa^5((N1gqm@&vR%ޡWWL{_2SiKWj16;}&|C6Kvf~р,m]! QīƹҝuեR"V~ݩ7&3Ȭ*qKC7N.| 7a ;D}^m/Y}: 7q Yܽt+rzϩͤR?ږ[Zkɗ6fX4)kYVGI ssO *U\K59K  1mLjqHU=. Ưw`ٹ,J(FFl˸=AcB T;E5s3z(gC7ꍡSL9k17v2uJvYZ$/M`I0 ^d r? 61hHz?~vmK@ M 62/̅,^?Kl:gg}pؽ'&-^S{H qrLJ?DYE,šCa akՐ) ʒʡNmrǧ$o݃Ծ `@c藟 [KP31&R`4a-*-!½fxw9T(mj~NSO5#8(]#1~wΨrZȰԣM "n@}l9$Q7e݉-`פklYRg f`eͨf(O'bLPб2ogt|ƭ\n(J갶UܛC3pn?"h8TsHEa:Yu!VI]p |WtߓQ{ֹ uNuq0r x^))l YM%'E(;0 Hfhx'MguA@Hu2|@`awyFJdJ kpIHn A29>&:L4fЦB_ɬ0u23D ^klO~o$)#W+%ׁ1ǯmj9rj bcp^-'JcW~b2pDhSOn҃\'84ᏹ~f=:-cipHdZwٺAXcb] @zHQ"ɐ Jv Qug.`scĠU ݒeXdJlƙ-)_N6&^"O13QoB `Կ$Zߔ@ ER 22!֩בrFchA͊TB%ā?.8=m,yw'Ų+Ȃ +9ճ@YY܇?3=GZ2Nt,G99~ $q>1C>Q3X%q 墾nsȼe6a%&ê FL4oO%ʥ&m[3aBU0gO&aE4tm[./'x_]ڭ\'єn}rᏼgâ c+,`0 *M(M0=T&@tW.[V>SQCݞmj%6Bct ǃlNH#8 T7`d1܍U8!4&} Sjeq) vP*lt+ D"oN=Hg,}wxJ&Y2Uq_}Ŵ}}_i@;DR4oti$? |3XT$Yigg\N#5Z<W h2~ u.$jBEϠD99^nۨB6ܗTV#)kdPI`0C4rko|WtK:UOvgPccm9lK6B?jY`,}XoS]2lB#d[) Y1q '@^EY[BVvm @mDž(-yĀ=3o2 Bigr!ײla%4{c,(ZL#H~UcmV{Z #<0jIq,CpiRףxrjSyW+ߛ,Y)zSТPf;I-\dRIe7וBpbR"җ9C>hW?v4m=Ft"zf6 U2Pm IPVf"s.zqO`ȢW)'rPT_D>+=D!_~!DSR釣ӝËnYeb u/9<8y&/Y{;zHĿʫX/P2ErUTHvd>6Dz3,I NW"\Ml2o`pυZԵR|7],TsΕ4U9kx*}jm.d1O}Zy: !b0KvugGCߧ} !](o{vMO-N<$ygfxeoЖKA bӍAT aL!iKa?cI¨ N6z{|y,RѷB^Q6*UT [7%JJަ[~=Qܾ1ٷ 2һB cه_ Ek_E{#E&mpfw` [biqO 70Dݡ4 8b8`ޘ6s Ǒ{-3o.Xc$}S14qR:`F72agZ_av_aWV -{7WN}2zGu=s}>".#tq;@5,a0x^oO2 Jz:/(NҴqܯiJ@!Iݏz$ f_5ѹ(fFS GsRpX0_X} aɶɥXuN~TLU[n5P >B*` TBJߥ:<2e>'kgDOtg^^Hyy~c)j "e\X~ qG FF gc{|dM ]Q*-g4Bl:4@`#+sX=h($0L%eT_x__M=>--E{#6-\ijD| JX2yP;(M6ʞVO(ɤ IanC G0d o"_Zv|Iz!~Uirn95G~x*t u f]8 䏼*TSlQ zz'kvl}ksbh@O |MW6ZX2_&D;fpquڬWM[lۛrmV5+6X # {݃RpxwKLcVR1׽m;>Pfnk{ ZRorpYD!>tLJ<@VVP¦"ƛ&d/<1'"ȹՎKl fܪd·+t Mқg66!/a& *wt6xg@ š;TaŘjeT"ManLh*;$RJm:OxV}HS*ҡЙJw YR_[? m8]%uL_@r(JH{gk$K}W{4X?Eb3 sj4M֏RJL}96˗hGdR*ۓօ6XD<7g}փ%1 mk`4Rp@% {K&ve~K0LYx9)✰M;QB^ ?YKrp$`5{+ћz{O`s Ԭ0i3ON8p_w2 A#LXWRόa86W\fMV{Lh yʹ&MMLD Il+X)ĥBRZd$DbHmɑ_QO[4rmK|cy>*٘h,h(A]iȨɜs !vIO*r IX| GѺ} b+@-xn$7tދe_"Cr ڮGSy _B[XDČ,kcttF ED*gE,Dz| W҂j[M?דvՙ;&Mx!pvbxQ/D`?vq8.vDf^lC v=jhJ@D0ظ?PwV^a^mZE@ZQ=vV F )]Zx ڠ'fN &=%;Jձ&Ǒz=T^= Ǥt+YdZmzӕu9w1Q;2ϟyHf! m|迅w4l>ZɈp!_xZ?H3pxs## O=o 18WmoNW9T Ux"͐"$A=P*c߻c~T='dYfҴ׸ᕈ_P:Wը0E ($Sq퐲-/mXefMVXR\"k\ /% :^V )h<ٮ=n *'jV]1LzujÄCdKe%myIvK) c[ M+d\ biNYa3v[Uϯ *YZK-7g%Mi{Ćj1 E<yOqr\9=VZxjF&}I{M &I`Bp,|L3^?lo@'vdlWocU6d2x68jgN+cAES h9ۖC>B4Uiׂh*/H Mw+0?H.gE^6^%產n. r[ܳ ^{ޘ-#Pȹt[&N%}g]Wy$,c5̴ 4;6:ue0_Gw ?4Hλz&>hbjE6:uP/nAz.M;LJ GVx]ODy _*C`P@ĉ+Tehܕߤm {pE tp){*:\>8yкq- P"OB16rS4M7xNOa<%?]H҉CVs@z q}ň4ʫФ\J /~V~rCDgSλ#lN_Em9N!i^,TE*SC>b-qi;MbyA\&˓H"#G~"X]0{3z/c&( _r[>fCգpUSw1qpy67ݸ2;w;@gV{Hh=fg*s/r8tqsW#^fcvuCƟ 裐#|-8v#'UϳIo))È, H/*q&gF V`s͈5 .ըt,L!A<=OI+~}][/z$ ifɽvCʄ\N'B>^H ;OcWh(X"ε묇82G Ǔ=nr@ Ĩa kϧϷ{ֹ3+ɝ۝P8wxpU LDYIuHy#KD8;OìϨq|MXǛ֥h;}gZsu*D&{`SCξy@ bk S'99LQO.kp΅kixqZ7 eh-FZF!@0Qb_ `j:Kwb^L}'1$W8$ [QXsNj5cƕ+ʖVz9K$SS$׌xxe}7;b%{KE S6nꝲqV6Yo&4gŅF{Qz L6IQ֔D*y.ШhQHd;K d_3iJ_`aSO轉"Uy&+ rdHmLh,]Jrqr̦Oo1oW~vC/"eY3U)Cʢ܏#2Dlz5n/7 Y+l 9Cc)k?vtXNWEfUaNa $4|=eJ>>fBǐ4ogCo{ZpxZW&sQS{#mQbq>7F~ c;3!(p_NO00MqH"aڅbRݾ<*銭 PVgXU.ǦZQtamstP;I8aR}&x)™Wl-Z)0Q؛"c3HFEa^7z*Wo`ubm3WYNTtRPvxFmZHO~be.`5,D=j'8[q$i Rju+򎵹F5UAyi-9؁PA8|44OkHٓpw"cOԝ \Oߛ>Ek}~ؾ:Co_se$@g#+<{팲*?|) `4;-ŵ)2ᶱ,[ѤLw~(> 3@o/TUt/xy:orBrÔz!ívBVԱJ;2AV6zvAe;*7d4C񎪃 hiv3c̶҆+iW "s$s1!"ؓ{ DtDs=\d|~|V^"ZZ< ztA8'Ϩ0rGCŶaaP7brmFaٿkwua:Y-M+1Nw (!# ?ODOTRs [FКj얯c8pc݈/qi_γ7:>ļli6c)^ C`scR!/-]4dXGuX²C ޛmz߱c[Z=in}が)M )7KY?cf@߄a2_PdbR̓ i?w˔LZ TƦg#o[Y#Q?ǟrdGOjfto Sr{?t#`L#m$%nꠞ R5j:BgX#D!vcɑSk| pf2UT~O(y?Kb8= -g4a>/TF Q]]v,EŚ,]Q= S=}a9pƜn5^'?־{[fw vjrN{Q3zԤ*"r EfթoFgIGʎ/zS%̪1DYkPĭ2Z ,sY>tz.sD2fcȊ+x'ft+U߻]-'0 Ц/ &m{c /lbaFBQ;ߓؾ]ICRVp8Frm,-dHZ,c'?՟j,EUR۹=w-*tQ5 1JvQ{3)A l3]!>;m7a?"eo&bgz.;K29retQ.%6)p΃EQ9;X /;<" zNXσ.jvƺ)p!Q\6u8(ro`h Nd{E ^+nAg3M ߉R2ֈYJ#ԧO[֐l,[bGb>ZC|ɪv96gh] T#~~B=*xXg4MV$UBhݿbޑ!g‡`k{ze}t*bhB̤3SL[U[|X!K(+$ K?IQ4q;%cc{*~3vAtwooY *ӯk)=65r)\XcS&<k7>9좐,`eXH?Oh(⭸eE Fi\e] #G\427"4s[#'f\Hyw^/G"( K+llʻ:170H6{umGGC\B̈px_ЖtA@r% ~&fwk40 h+?`# o_]! PYh.նV5dph."˻,$4!pX`Rem6 X"2TCm 20~o7ȅV-}n R)hkVY;Aĭֆ+bX@͡L7|ֵVï>ZCdUU jr1N+-WBbR(mw ϼFR^5uNp>Ё1c F޽V/*EZVU2OIksy ; َ7!,&8ʌP'B;r<̏coљi685#;QekMD\?̪/ظT"c0_Os63 VuNPΣ'u9z>?dl]Db?.j}kEײ # |#}|tyj!+`䒮3r!Rjh݄owʬ-d2RH1<̑C]1ga lZ @2p)Z=JG+06k Eㄺ}Dتa`V0 blq/:5"m:R!tOXc|ܫ{Or ?Q9-3wEwKs{XlX\b(/}q:*ŷ.6a=LDAUBc l'՚uu; I Q|{z.h>Yp(& 9n+eGW f_g<,OEN'.Kgf9e%LD&V7iKg=b4"kY;1_@ж"׀ ׈&dmxvE!p]Yl_ؗI 0P3{>65УyR۞ٱflXHu)qgY;gmj,%ꛅh}HUISgdvMJ'eFa/1$4Կ qٸSr02vwܓE_J6>^VV jc| /g.hX#z$:5'J ".PRE?C} K9 UX_L+XsؑX3w I\*6$i'Wcw"T/V~.f.em!NEBŒ9dX;&դ=5Ji` ofTmZJ YSY襬Z|}xy'>OK??7&afnC'4ӣ !^Y]-4ʨݜDŽYXM3{3KUTB\D?%-WM6D<1X(@>"ݫ lh 2 wILלS/֭i{@A w+9!Cjlem 2$,aނ4RtyKV5ZئjGCWt^=t֍)hGtIXɂ>dk@CeLW/ρweHG[3t\,q,wtn_,͆A>Z\JmϾPR*EQ(>,8Z\—B .T䉱< tt="-Iq#;_fSo>7ܵHvfSA bdZ̠sª,:]tNY 4-U`} )rSg=F HD  p_J ֊K ML욟w,}QJ]9aBaiYo}֔1pa\BjDkz/1@^XґX:;|(,jVYӖ|.E;I8cIX1c>AS-Kxjc堁a͍R ݱgigD[ɗx.IAxM(}G/>Bxci1g+=+eJv6)CM0F0:L/>@D+nJÇ=?N2c+Q'% "cy&7m$}B}NioݰJ~2p$1;cU(w*wH 5mȷ>x }^9O?ӄIꡱjJ781,kLݾB j6'^<pM/<UW41=NI'qȎB)ĢO&($K\ 1OSd3yQqFQi1S'|! #`"u ls‰vk^Q4w:禥|O|#HVϤ?[ q~9|來>PۉN vmݴ$5IJg0.1< ]*a3,jwqV({,|>ٖS;TLK r_ fC*|CzU/KK{3A2"Lt&?Mtch3hMGix\z] M54QJ`%JYN7I޿$ҥo"O6I.Y/Q~=فq Ad>Hzbe`}!, a(8~t|&8K܆s$nG*+A{nS9tզufHcͲݑO>oFS_-]GЩ >"(q #Ĉ?.PF(WEɦʂ"$v9NyAIgJheݮ$vOʶ T+Hݫ#}{` \gi,f$ $#_+5 Xb(c6ģK妖Jke1E/)KԤ2 &Ed-e i"IgC$,<6֫4Igg%;PNѷzf3JЇ-M?Yow'4 B ] \χd5JHΥL`UTDlQI#ÿ@⾜^|ArW=4a;WiRiN(2rxxw³t2ov#" h~2A*uG*/5]@&5Uoz9?D!}蹫.>6{fGwt}Ar1zZڎOU=٭ ؼ|6W@XI*Fkv:llx#p kY*YuxMo³wefw-)9 he[\Q`4>]E`}\~,ȤT(rrc*v }Tt1x(k/Z4#&7+5Qv$ԤB(/ b?TMg 2:%'@|=ңm h BŶQطs7 _G e NI|yMڋ8 &č_ϱrCc,h6"./t:SI-5?L:bJ4BV"E..k2\))?>SZ--έ$fuXw6 n MR/IfE*J{!y`IKIDWR^y5!osD?F}7͐_#PZiT5EAJM?_yZ>l{[}A~*훅s6IC%@qa^$sdtm\/}I36RauDhV3Ir.[Zȑ10iRże"H.U| kO D܀l7Myauun$e=`'o \woJ^%@KWQfbJcCU Y5-}+hReUl#>*w\or,$#/25%NU56T>GNa<\46s>n PnHeIܒBf 4L(҄h%.` ?c;ϕƺP٪&@Ij BvCMyk˘3~M< Sm%޲>X*v:6bf^ 屮0т$ oȅq?LOi-}F&`Ȍ 60mbeOJi{ϱʈ4瘐Dm^ÁQT~&ˌ[q< Vk;r8 kd۳S:+QηG<ugkp*K5xr=u{Н)Y{>όA@Hta$ ,YkUO7ed.yKsEK=ѹmM6@! o彀_>P̊IޚseKfPמ P'=.t'bp W'`%f؜ W[89$/ Glbq5lIaPCd9;Kh$Vu9Jm3ob qهKqz_ǜx D^20w uJ.cTTI9߽ k+V#}%ݟZjYQ&JZͪcNUD,Ihy5՞ݡa}8$豶&gỷ`q/+Fi(0w8fN^zv_8,RPgxl_\}RfVd0zH>(W_=-)q:X'UrJd?Z xJ.\D|™dPm|էu者̨-+.e0Ԑ␣qִ #Z.T܁pn ֒,Ο 0V!8.9 xYcъ ٺ0uY!2~$Cn2RwIuN~.BQ_[Xh?>p-@r1 PzkDw 5_QnFAZ w$?杯Ǜ}ݴKU~uܟB-)DufS˄K9.X~\9%H&{E[ Ab/Չ{,}O{WV~͇_vE[X6Gx^˙obE8< cFUPrF{` ILM"bs?L`tܮ"-RBhvt5R+F9asc7"=40KV4AUXAp=ZCeoZ_ɞ '# +fWvSiDGu觜 @CQ[G J*/y(-($kԣݙV{vcK_-]$V L4-T^ټ^ТxB^ߺ{ G/ETFlΈ^ JdmM"RpfA i qP3C5 cҀz'}r>{N,b+tSGTwwn+H`|Hw{c3n4CI{X;nny'/N< .T9/_9nbʡ jhXAVT}I' SU >ܗx+.AEj"ZNm'Eˆ 6T3~C#ǩLAr,=r,3yVBH-#8ԯt.DVdwW"&*5vim98e/$;/PΨBo'g>MsejϧQ#I/pmkNN@hS!N+ 'du랤vű0]O.*Se,tRYI+>6c셳;Ƃ96l#HEӢdMGGf#4J[9 U˂⛝W.tp]{SPJgeTM-18$Hn7V]=dDC馫Æ?sZdEN|M_:[i&Ƶmxu2ڍi0 YZ