libtiff5-4.0.9-45.5.1 >  A ap9|x̃DoG0{'[ej-'`J6=7b>07ojs9|zxC9d'YZd8;% :DnM$"(fN#|l ![v?Zwb`e 51`uֹ; =̎[]v!vy!{q;M (qheThr b4acb98514c36475449ed5783c5da86cb33d03e243a26067e5a49f3c01662a72b67c5f50c4b0d5f8e463974d4ee057312c3f4273;ap9|BwZ\Bi vyYTZ7OR))Yzi3j9 h*ol0<_yx}gmzW$D= Ϳܙڲа7MoF [=(k6BqJ5mo >p@?d   M )JO ev     T  ,|(8'9X': '>@FGHI XY(\L]l^bcd9e>fAlCuXvxwxyzL\`fClibtiff54.0.945.5.1The Tiff Library (with JPEG and compression support)This package includes the tiff libraries. To link a program with libtiff, you will have to add -ljpeg and -lz to include the necessary libjpeg and libz in the linking process.alsheep02SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxx86_64 (z @mA큤acaeacaeak7)O@ade822b159bc06f77e666a8e750f32f8f48e9a971ef449a6fdd948ca0fc5686e64c4d54588abe2ebac7c5b6084aacd3fee008d2fad06d4a423ab0f591ce1ebe002fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-45.5.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(x86-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libjbig.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1aZ@]µ]µ\b@\X)@\Q[[k@[k@[$@[t[{@[)[)Z@ZZ ZZ;@Z@YI@XۡX@Xx@XWXWX=mWint32 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 PIE/sbin/ldconfig/sbin/ldconfigsheep02 16436191804.0.94.0.9-45.5.14.0.9-45.5.1libtiff.so.5libtiff.so.5.3.0libtiffxx.so.5libtiffxx.so.5.3.0libtiff5COPYRIGHTREADMEREADME.SUSE/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libtiff5/-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:22626/SUSE_SLE-15_Update/53e11be057f469e0553bd4e929bf80c0-tiff.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=40dcf99abe99efb066d0cb9dce2e42edabcb1dce, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=49c520fc88242c5871dbb0414653db86e6f99de5, strippeddirectoryASCII text PRR R RRRRRRR R R RRRPRRRRRRRRӍ\óf|P)=utf-8922ab68b58fdc2aeb784fe399142145f3ca4acd0c983d6e2ea58fd0579d33002?7zXZ !t/u] cr$x#ꍅu`rdBdp:or#⫐:OE?Wj@K^{1 }_c^2՞y>t%F <}#.]8)4nW-pN/8V|_FdI._s_Yiid2-jlGsiNϜ6T< 5$z91y\nū+;gŚ)<2L=o7sYwKKtTPCJJq v9mO@[g Zl+A߂Fyđ,3b2qKqdt"S_EeQ@PsĤ0p3]!QK=52So]b,)A <_y$0<|ܘQqp%uV_#\l*&\31|Q8Icm?@+=}s6n_{ycEMt+Q@=txZ{rڍ`|=gv-Z1l:L1Efy9*Ԍֶ0?{Smm؉LƗ[WѦ--yhZ4l:Ք+_etHeҳW"DA ; #x_YD+CY =h {۔@ tG؄ZB>hy{yȺ'?Bdax ,=`Y؍<[@TX:+Yg 5tصدxUv/, o:\V");P{]\5{29\tՁ7bP" ~>3h$i܁^s/W?/q? @ʚaɇ؍\^5 Xh)c}Hju+޵YP3~>K `֚SYJg?$%VB=n/p—f7\[4@ȆXS`Llчtj )BIdj]Cbd}bx 9A3By$*eN2 )6؝ ;k0D5#,RT$ ʉ;R;h{f>svB" 8 ;:%T]*ᇽS ${6bsOOpH!Rp'p [ >Ha+pa"1"ZsPF|IOHnrѫ 4Ү dlvن% * ~B"-,fp`҈kjeMvz*MA5jKhȊ+7^!kS:GD$~ԆEFQaUZcHEjP#)Oz:p[畿>@[Zh2Adϫ<3$!vpG֎QƷ@!-LST)](ኮ"2F\lL%`Hl}TAJ)x4vf@H1])H hVKWEh6s2u;c*EDt0|9``Yj{օOKAc 9C*Ah\\!jK 8_Q$7P51Y?w5b/d,䍙gY' ODN("W+a l?9m>*kzRp$nV8އNnJ# Jq={({LRKяƵ)l_#xQ,!VVEH] 5ZLpb<ļUQn1.guBցsu02W`OhtE4j #HҨ|Nbz&c*Վ~O^.<<>BsM-lTA5_Ԭ =?8^R٥-78 w*M'@^etã=}&$ n9_ZpBs%51+#}w%iEzv:C%Lx>>GEc\ÆS~(ںBizJh6Ȟc?'牍dAFfݾpҒk !Щ:ѫJ:tzq09)ACvHNn#u0+%A_ؖ8~t7zq8v5!nt4SZWfxԂJLCmN 6ts: &.y2՝>r}.~`-B zw-S"^nSp5v~e̺pgWc6&3u7 _Գܯ Ywi>1 -b o!I.;X2*Z2Ľ'|1o-r;JO~G,{GTPK{ڸOw,+!+Anz@gpsdȱ~4Q@`,k ̿U]nauPUpϥCm俦{s Vķ A 2%sf\ db=2~-PV[Q6O, wx3Pws!M8W i *`hNf;ldoq?WVC-ڗ5c1cL zI3R޹"q"G\f9:jsӵ_fZdg#@v#&7MYwϱw.4}8Ǝ`óاZ뤼ܜw~;]Q?Z]Yj"w#T$ `NOu[*Ia {rM@+Fc%1} ie0'-#qBxN5OoeYMhV<,z'4"ʆ B flWty@osι'}[rڗuk)=x'ڄf3:e!Ap||l0*Q8Q Z8l(;˲INr}My\cv_ek~:ZTyBnUKh% J1 $,QQ1s<ƶrnQC$֜58p^tmv3<ŠLg~H2ŮZa)pv]V=WO7ً]y a Ňp?uhCg,)tlt)6p%:9[K|lj">sNw['C|U1>k SpNzOr\XƢm3e“s0+b8~ƃj2dTGrˆYMA L`]̻>%--;oD'ONm~o U^?q/5Jd_ Ljvm=#LwHYlZ[ᩨ1[[.5.>v'enɞ{qV\=Ld}XGD+#2V>2HuQ3z6BOFA*e[YQ8D] %b-Ev/0rcG5M-D v]F"hg oBC7&hIhܻ q=mLg{ belХzx}A+SXOՙ*fTp2ƛbҸ\_UM=L;3#3> 7:GҺΩEۿoEK{m^)H!U3d 1Isi{ġ޾+N>t`ɧ bo@۔*I??z!ČIObۙ\)~mFLM k? "gSpΓv)'_ M78lC&# xY+9sAv[P,6/Mr! F쇝TC>ͤf:eMIˇ&X G!7~!U-%q/Ncִ(ͭvgpT}:/1gRlW)]A3k+ 7)~c|`+VŌ ^;(,a(K\ Ptzyϕ*H}\w8Ki_d&ȭ*CpIk_fձ hv'W'S clyuӁYN:Fߝ3Bˇ3\sm靤ܚR4i2xCu ЂPYСJKʜ p^RjC8!f!rpŚ#8΃Qz{\ONr3ŭSA._ZL*c54֗>:4>YmnQޏۑdc 2r,Q{P=v: r…1C+J H8ݝ= NJĦi.WDRGV=Srb  7R +5]z3@ѩ]*yޮv 9K_#7PPDokZ6*kn }K9F=""ɑ.5WH ;m@0ZL鑰AyR{r .LUhKoV9M,qzk M^r|QK@, ?X1Ac.l^, UL~& ts i\zcsAt ~:S8L~-GN!4<8j f"8E=^X6K9 o7B%kcPmȯt-0O!"'Mw+F&k 8m#&B.jA#xF>U#w-$3t=>'EdXIU|H[>VL<wb+IƇu,DO{utxdiU=IwYg f=Wpϭb8R7M>u a6(ȟ_9Zb*Ƥ/mFIMc,U r̀wDGBVd 'tF v:WwU<ٸ&XΫlF]YBn]0X+">;]]a"3c2ؐ ȣogcOJu+* fX툤D'[Ig0#DSƖp^.rS%A!0γt{uH}TJGXSPч79֎ .u!ƭk MJALsUUŹCMx"~bz\Eߨ87͆9%9Y^{Y% ʑ:/@NBz,W62:|p|iZrH*d?zyv3 kA[k$>qDŽL@r9\ҧ s[h20e@q`Vl`J{`M,BmA!qn~v֮F'?y:mqK{i4#fvMNv{Bq_DKv]|'B*ܕn۔H}+2ݐEs̳ ċ=JRJ,ᴙ< w6[DݚȝvÔP@&BQ79<Ӻ s-~ ^gd߽Ve~xOpC:Q!?v8&Z_NR6' E-~G-{E9u:P^޽i艉G Vb/vȿWkpC|F67OЦTwi("2M4S3?մ!ؑTfKtvzkX{ ]ʵpvb,[`3n˗HA#7DŽAUց :<1r)xl˼`b0I<7` ]W Y}'T?dTRl:ԺOb6V= l۱'?sHrE7Lil `&_/?MB&i@&/ż̟7싛1efHn 刀ggϰʇegy#ltE6sE啓k}k&z]!ۂH˾)ݾd)'>P3gg!Jb FdDr_vE3{$ʣ׆3ӓxj|u&1rBq]i\+46sH0H{[[J 6>F:oO;A"ߨmyDQ:ZvZ! 12V1n 5m4qQ5qT1*Nߐ'aihYdY}"yCз|vYTWS&-qh{=tP : ic<=ӫP`5]6N*74%1%Hf%=<\up8A pSIJɔj~/ R~Gu=cZǩ,dD9Pmp4](z# LEY0\n6rw*c PRaAuXc*~WB6t}bec%F G0\?qwԐvۣo5jFЉm URVTήr={1z؞^Fj'qSKj')MhR_2 Ó9tg+le(U۶xEքo-(++F)S\a%]٭h6V*8_Řl$kcf:l9*! A3J7T^4+w//1PbU&X AZϾ$$ sxJF:,Qldcp' bHw5ݏߌҘ&)sl,z#AHGR߳m 51ym )relFuAuh2 | VoXxPL* t>kzĎFX2o4W&yCSgf[I“.j= 5 &oKez`.o"2 -3a4iS0%5ԬtĒƚZZiNaW:b]TA0NrK/*N&V$ޮ@0ӺF- M~EnN K.p- AL>7;roJ)WF67ueebk)\i)N{p`3wH'[!1^xp* i,eonTuu|l\4Vg&5b.:3ev5q~N7 k]1Rjrޮb?qPv(ߋV>ó-G txh#~s3BО7ʛ0C=ˋa`L='d{4HCrKatS`vSHHoX(rk1ʌH D'6=v <)+s2A0 tl͡7f }o™:}N+OB-dC+GU O ˕3#<7H{YDz C:Ӝg@I͵x{Nw?H {b}iX`_.;<$mR "r!$1.(xBrҪG}  N <NI~AF3)$2xu:1m .b'%Zax'&gx4Fmz㨉;[ΦZeUVeeIDSߎI ]5t`Pc[{z@[R!<OgE*w_Lbzp03:b"w(+jWDO}YsYJ.7P ]~Wnq3~&>VT2hCVlc1lrdjCt$-Wi5ɾÿ؝cu;^J0=^:vȇ^wi5џZ:>B /(m/ztH*:)Lq[d%&+vx*?xA$eOy@X~ЦάY% BB} ڪwHk|e&g®fZ[,^ECZHbU> opcRY(J| _Pq͂WO2.f!ן9 `t2bUG?2nkD#s@sЅJcI&xj%U.?Setl@NWe2x<}LKG`[M_RH [j&x=Oz-?W:2$`2[ W"%>r%wkEgͦEA{cpѻǹB=(d .eyqjw gM':樮YD)1jNAB5qU(b t0PwD l2#wTyzF> )As/o?gW{z)pd?g:7>w#%=đY6lffU+UAуpQ l,6e.koptBޞI?>ʆ=E /?@XtM$Ny9ۧ;fu*&jƨIAKL Ó$E;')x3,l|#96ఁST uץt3bW*MmxD“bC=Z& 0{CheZ7ܙ{wR*p?҈BT ID;ɿvLJ*z78~8* IZdCj~V 0)Hhv휟 m yH  I#"oYoʲVy;>WFH  ~(Tyy[P98@)Q;2ր#`؜JeOV];c٪.ǾH5PM:@*N"S?a YKfuʌMC㰷*QOcXN!vQQt},2")9_98"n=?,J{v޹3Qa*HΖ1T;b%pL 382(w[z8Sn:@l=ƘAƁ6~T4A9GTK7HM2{oK-?VkҔnH,^\ʏL? `5^_ kS$v6|uUI󪬪йͧ[ E;Ja]<6y(tXGԞsDv- ͊tPzu '.Z!<{0p@ s^*z9l~xdfH ,,Q0dFRoQɩc4N3+.ôSe (pT #@Q{n`+ kF³'(ŠZRBO}?$j* {gʍЯ42)Ȍ)pTUg`Hpą5muAj&yI¸ሹAChv乸#aTrehV`VG&"m0 U{ 4r (mH%4bpld J7`YFO[xjU3%iL5Qꅨ Ш \jf,"aƓ훜r:S0nnM:ᩚH"'}hʹP,果 N Vh,=bYP/?N!Ł;en#SZ̕T i!Qx wYqD] "V/D:6юqFEDHau&6u:cAY5D.m*{ 5Y;F.bڦH|HTRq9,< ӈ"{G0ba֟In%<;~o`uXB=~ti6Gy˄T~yӳtuv/0)Fx2؆ 6*}~VJCy&)g&'8WJ݋t4Dn&}pMT4 { 2;RsiSXegM+u)L.,[ܟN,?t^9"۶梟(:R!kuIB֑]ep''PZL:rbVtRAZꜬس?M& #ۦ(ɢ6ü/x?RqZ\k0SEm>P)%aYW|.T GfEQ#9pz7eFZZzsPMkIYidz1SݚugaVSX{&Ҟ4z -ds/R" 6$S5 PՋN;L Ƶf39:bŔbvkV3޴:@8X+[֢Oap\,ڗy'}f{f A9^Jm޷%󯙍+g5tM)D":*3E-2zXѸl:o ͏ Fk}? p@{\!>]io+tv7I.N bWtQoU!??7@)4EtIq=j( r|׆9>Hc!x2'9ˀځ;,fF&jkQMf9ߩN_ vLZp2AGߵAm. nvE?pch ;צNix"Ÿѩ.~F\1DY_j3bD=Ӡ` eԣ1?npH /KhY8hjL[&lEC;cjm:)C4vV`!r6;[U[)MnS#F*P! umMoBަT߫?|uA4~OCEn5Lw ;un6iDυc3_?+OEr_u6AE6d*".iMYw|+;^)N;@ H LӗϸiWE5r'NMjKgw0A"؍g $HX1UExyRŰh pn}PtѪaY0P^c]Z Q :n řѝwuW"\r>@ջ<'iɞܫ9; MSJ$c,KWT΍݃/>Fpߎ|^qkOgkNiì XuѤlH_ʍ= b f`@3871 xkV1|Տ&r(<ۍrxr$h| ̯fE7>a[Ճ\WsDvW왎xr#ЙWr\ȿ7$YJ;xF҂Pg|m 1Uy8dv{5:V"Zqd_ݖL#[S>VlIt r)$P͂[8_&M`lr2JJTVۓC]-`hf3Vbko-O,&L$ݴ^#ͰT= ~?ÜnOla4$!s.e,8Z8 I=$;uOh0ii7Xp+Gl<[KL+)mï#CQ6 H"->R4U,`D4bsw5iT#C(pK7{A~kA8'7p7^d ֌. })ErcM .UՒ&>Iю ﯢ[5C!~A6yEף yғN۲:w cz-8L"jNAHA%dܯ~PZB]T8Vcjn[5ҶQO3Ge%f9pDRmd5T3ҖPuI"Av䍧+F[pYAMK"z o M@d'ko6E J_፲_vBfrr2|>bk0;z8Z *Mn=z0EQ"h!"tBPb ?fY%m@k22_o`&(!^]sV^o 7-)E?WZǰXa!J-v7MyOjƐO 9P[+n!{ 3&zbm4e}rŘ-"FT1CT|=OҺSP)osi9`/']9(_-;<&)9+9.JUe-Z9k |0#VjYbI:% N'/ وrB+v 8Lٟ-xɿ\.lz^KgJ WDAEk MF 5(p~UVB BZ-not6ٽx:-dZv5*,& COqؚZ\{LrKdYC8VO5C4'Dm3$yiRPfA[Kf[}~y; lÁ qEJiuNCL-IWCg;ܰh!r=h\ar)irK0H5'6qWcB;DJD.R, )WrA]4դPZRPϊKB0]' 5VHaYR¥f\4v\^5rzMo*&&:U m`6(Eb7laq(aM#b}`=_T#N7PΌ$Gsw u)gŒM™<4'K I{5 >tᱻ=(\MbR? K!Jm=]d]}2 wEVA䨭stȊRHеBwcӿȥ(r8m# l 6Ej\Hx8gK<w,TL,/fu"55JgB#O(7 |cZV[)ݜxQN5t&B0> 2'h PI*Ml1^RAaV]EPStچJnFs 4'*D]fL:*_d!ȗ#~Q%fxܝ6/zT^Ȁl8dLɻJ2S;:ի HG!B8a ^D蜓o_Dپ_U.z (p8 ǟSu?\Jt){2WR=F|4 Xh@y#/靏 r*_D(Wދ)qS&_LJ׃:zmĸvFjnaq ;h AK4Sz5Y(C$vd'jrh)9|ez*ק%b)=9Bxbff)bn%rS ScC˫xP5ºo l*䷜zcUuXWWiZpfU=z|fA yiBX ^5w. ~wgU&nz+R?$aT^2ɬCir3fN|/#4(RtSPOK> tia!2F/(g|Pƭ]^ТE^lqƂBV߾<#+[6옢o$M6eJ<6LhGVe# ZT-k M&_6KSq9 zIԕMcf`N)\+Tshpvjc" C}+ő8ErrQH䕴2YFA!,9,cϷ MTF0 wו4i#^SB <οNqQqw|KI0A5(5-wy/cv> ]2yS cYN%lDzR/2;?" ȩ B6 !nn~/T(Po)j)z =v<U;IJ9fS'3 B ~@F.t?n֑(Dی2C<%^fD9(-pV;?⩄Yed[*%pvE00{ $*H,HR0Z넭e["jf qiyem8IFKhqg!qvžCczEh x/*&BQƙnsݑc[Ұ3PuMEiƶc2|_n,{UESV}x8J-8xJMG^#Sb/<ѯ-I h'a|rCsPjb~TBU*Iwu,M-4)L1]xk#Y@k?\Gib&(i۠A[L #ۛL|y?_\Վvu2~DO^d;07Mys&tӘ< /*R Jߑݨ j׼A-5trL.'+EYf|!vj"D7Lv'n52_s ׻捿p~Fm3!CTة!sPxs>Zm1aձo8cxR HDr-UȽG™X@F"?B<U*?qKjM"~|V< \8[ w&W0˲RS笟uAwp0H[qhDW@ڙT/vοϧR1v (# 4 m@^xz#5B11vSpʢr$#^MQ*u@ K{MvU }˞c^߷.KxV&()"[ʱA^~él sezSeI#4䩠WEucH}I'򰙽;RE1[~YiW=gttUMݲ9k5DŽT9EdsߔLIb@:X 3){ۮg-~]7,龵hцNh4© +P?,K\yirxLԤ|Fm,Rf8:WGXRB 4U-0^ӏ$`覧?m40\~%3 $}!~ YΥ~s-/|ApR}5S*'xehpW m7sSi3ð4u )/ڂԷ!Ah雏&:#-Xᝍ!W/齸4V}҈;pcf plK;(Hi[rgfLdm"]ku7*6oYޘ򇳬?^zTh5^Jf.h'Yv4&4ƪ=*ArkhێFȪc%Kne,\s2WURM9x@?|ݹ zm EP%S `yRbiZ0e%LjrM^7d/9MQa PGd4y܎hJ-'%9~d]NK?S)QAt;+7UmT#ӛ0<0]G"Qᯇk쑮KW r#yYQ=iY[ szTmx5K {S恶EwIe7CܬP?9 ~WE7gFhxCZ߶d^BSDy_(G\IY¾G=ʜ2 ,o/S)Dԑ̷ەcBT;RKy+?mJ"nh!Dî}m~tjapyޏS^91/_">s1<lb%,f_2#~۶![jl7&|t~M YvF~jۣϑxsFm˧i\."v6@ګ8V/lGh@"ǍMM nY>TxI)@C2=Og@ ѧ$B,ۦp'VvO&iM ,т+%k}F›> }8F%MOY!BOMB:?Ԣ?jWP+L}L\,S'P5]^ADzE0Tԓ8Od OT0[=POu߇i~xfFQں9|F+ײTg# p +f瞽$9)rJ 3j@ t4D?:zٔ-&/[Cn]=d__E!jm5,(ǽMC!6ȟ70䏗&!Vsa<ܛcLh7`}xVe qSB Cj Mj;^gm<]OF\wxW52tg.YPckF[6wR}*iJӿБ!}?q?=;a,fZY:MI ھQa,3cwIHZ_tgWBDLK:JvuqCl y!bMQ{pƓ kw~HAt74 T#IDZ^&Áe8fDcdI ϒsn]MfLF6ϑ#/z(aMSKa]3)_5K (3rts_0 \_A;r7(6HY!!#|,gNO@iNGH s)56U閈1me M_ cM!\ƎmZj|+uV qC@H(MUUM%Xgr6iYyID9^N1K {镶]P ǒO4Ӽ |8Tȯ8Xμ|%=UD$#/Hs-^9m9)iIÑ #.1|s !8a5vVȩڭw*57DZ u/ƃ8=A[`Bwm~ao:o9 hϏܷc 6u4׀%8IAָۦs=!fI Gr}8yNd8ٻ ^;Ay&4IbR;k+ ~Kc^` Z!ɂNz8'0Z=X>#s05Ч?IRI0g-=IX ]( -/~"]+DŽy\7+$,xDTx$9ڛ qG$鮦jWЋ878*89A!eo_q DuS·T͜_)6^t3C m'mj<-PE`{p/ ^\+ud̿_8VJ,ٲ$iM!H5 ! / daV C .K2B٤9sN }fSiu v'޻-8?y SRR/j\r"6-t]c| '_]@G/6TAzhS"~(Q A]\3+Ҡq/)pJo קʔ fȿ>ٔ v cg6*DzC&Drtn{3-"y7-ꃁAއ8=IF`Hoȴ٭bPv|3/{@+83?5ˮh}T: 8$vD`uʤ C\#?ȱN70y+> HKDWen Aə2A$uC+a `TʄGWW1 dK;vB-AA`t٘+w61U. qA E]B+'ϒףrsHT00%j%"n :r׋/Ny?ruVjJ79w&6 {MlF~bE׍DdYAZP/"H2AhQ/"fV@"WGd8[pRɢJ7/_V?mD8pC[+e. > j"d^Q΢Vp pO\|5=E-%q*ؠeߑvE6DAgׇ&,FǓ9Y,rPo}oe.Z/#b@2qs'hnX~̏A &֢9`"j3/ FJLNґsmBS{>;ty=c<<)fs.,kv2B𤥯yo5T܍'DZ/l6FVbP|L %xtG4: ŀTh/p1oJX (G.]ƕC݄c:LIe”ߪV /ȓjd(Y! 6bT9BO Op&j 2 # vq Q1*(Q /q܍o2<$B:*/:aOٱCuQ:xCGW7֎X/|j9-;; 5i[4(ejRĘc A*.ɇ0 Q Q3y\&یt&q,pYPLjLwgL87RM=IWU7]˔9p`䶽~ZO5}񲥸nGڧ/f-ޫ^7);* MefV@mvDޚ"9 ẗ[')ёEᗈA%,l&89oDq"rIoЦEAc@ݹD$VOS 8L9L[~<3*ȯTk"a͈̎R9?Fc%ڳ˩]82$b/ڈƺVgј=JT]\>N/ԊWC<'xI[t[;DY.t\7oXu@~%^pc׉$Q݀m].gdL  |gxvl !0\`!!D||BpW}u+TDɼ58(b0*j0_baT0W2|ƭU1CgYc)C bK2I)m⧊ぱIƤY4,',$,FOE& ='5ҾfH:P46w"μoĬ4ӑ%]Kvڶ\OV{NROaFd΢2X0 i4[hEqq){4EMok0,[G tN5Z~^;+RПS }IIxt47*`4 .xFxF6Oy >Q$>Hsco ;^ Y-EZCQ|*'wK@S9Rd\tmE_Yutns%}G0,iUIE{YB!닒 s-M.M  8da;3;CZ|iFUqPr؀"+tl!YqZbYI ߸̣t4-Y:KN< v#9?ѐF}.)Db 8%O]1Qv-Bynɘ?8.nT`?klĮlśP"Oh |D7!3MFlj]ʃ%1rԳK-l8RTtwIxt@R @Rpu"|]uC }jHsOVoz(#\J-69r\(aL8'(StK Ȝ%u(ؕ]/Qb#6VO҂R!tYZھGW0Q $O<4jc@FN [3j NX2J5 8-rSsX91R#Vg΋TsoM<}[Kh\]b2. DrpB?wQGܯHn(Z|Fo;~7RnOܫ;L1%XB*\p}R Q)zX7Zm|p!zo[dM|'uYTon.Nu "Ж7oxw' zhm:vB",0W|ĩw]>rb94&e)U_[B‹k%w;8o'"=%H-[[FffF5>6,ΆORﶁH|fEi6UGU<>xn$K#["Krǝ)|H#l6זf`h|ui rǁTG+/av2Y.'!hʡΰ%Ms>>E`d# /,0#ŔELmz!e54n;ț'x(#)TlB6Мa4BG__XCAΥmm/ /QY;\*Z}v,TA +/\Ff 02!'7m2SMⱉIܽ٬ t8rDaXV7^rqY{ã"(ZCyG.Vj ѥQ>&m\C74[@ʈ/GBBN28W=SEe1 S;o3 Bogy>^8 sBkɧ"pה}%Ը&tbHW?K<B^nr<'Ⱦ9#Tr3L$uUy/S`)8A}^mi$=jt* 4u-=N^&@y?f琷L٥\H}R0V(oqT;ч"9c(r"֖5JϤsIi/t'S a#-qSdz[ۨQ B>C@QMEY|N~R_6֘=9<1{ S<7 #փΥwFgj >y"Cqv="J-~ü RY:lzġ2WRԦ_e$:!>:yƫrǿTJ=(0^iWyLO@ۺ wu:+.NV^Nea~Z11яKS{Wþw'B:Tެ4%5ITMo׾GfTYXRe:xΥN#󀦾sה`=ίD,ރk;sTGPBÇC4tJ|b›!DK8yuo=^9ԸCakQU \v5gFϦճQԍ1:2&CdlЬX'go_ m>e̲>2B=)+gZG<')^n"itھvVfvϟCh#~@l9v9S6dDT0 >z{}'eLz#i-"QckBUJHy,K]L gxأB)?a!Ӛb5iW&g6F5[;2{鎌]/37)v[ eA+Ɯp=vL;o*㕔 V3L̬, k;}S m vGKxWgiB0"\z~$}9~fW4UeSo%J H *Da(4(X3_ H6_7^4dnR/?P`o3qAM{|C * LI n,)WuJ_s M9+aN8|COlG3Ô=h^hӅDMw #9qOoR3˿>̃rŰo {L085bJD6}c'I4`DZ^`s޲P)MXNΤe]!]Rg25ꛣR\GQREؠzhHf(Z(R>4\`p SӧMVTh-}֛sz쵦/)×isEH5 @(>)S_}^q*I`]K`;* b{|Q¾Ae"kZA&J(Zg zSCV'h w~4Rq)Ug94 פOVNsF%6w7E D`Nޯ}E]kۓ13^n pI N)09¬{A=٨w,Q%u/%+wX$ᎂg)C8㯾`۞@m6lMA~t l|Mrtǜ g~v6GӕAQZ8Vɳ2yRJ)ݖN8V2>y) f9Ki 3߸k/4441F nSaZZ:B!}A+!׃22Ksr|틩:nH_H+@,=x=(ɍWz%f0g5rvRVN13TGa[ eF֠=;FR4T""Tb8_'ck:UuڡGF_H-2k~}0ܹajfݧAM-묪"V5G$lfDT|ue[lZDo\A5} 'l} DM'"f[R.U^0 a8 #ve1 =d;!xGR쮵*zL_vW60茨(umH#<3 ԞJ!aE wT.Bi n0 & 0{ N2ɼ!%D G0Q֮ߞݼO65H [O='s&A/Rp~*3E#-<+, ~l V WX}fPNykg $<\_Z|G{Zc]PHՏ=zpW# r%@# N3 A=ܑ #v,.0Y|llACœˆ× .w>.1d)Cυ\ݍ狊J?ƕ¶.#kYG9[ċdp%$38+ zNV*E 3*00I"K53>c[Vג( rF z@]۠GePVN"' FNKte=U+r.{q0cdٲ60{ڔsA<6{dSء5u7FGض"E}Z`z_6?F 46'jZ̕@|Ba~]NWaMźN8G̷6"u+2{33fTcq|e]P%cbh_ӅmA 82"j a#g|W:/ԛ8snϬibdj) 6%O S<U1JObUѽY{J$4$vvqɇwyѻg& 7vulaP؆)ĔW3;Rؑkw^iu* g$п=ܤ k&5o2#Aj*@{|$f+&ps7 ho5Dޙ4uAʣ#ªJ\[PSɟu}|(DSbˏDJ'ZgxlbJ:Y?DZST]GV8BniVn e(ol\]&GHiRiΑCg:Ě)gZW0*T*vK c/Zڡ!%+ *셹c\^%>fMZppu| f,Qh#VKTd$7)9"fƅgk-`M^yǑ\FKc (8E[/R$5~U21AZ+"77 ,6//k S\zIξWlTT˱?q=~ct FqKJo=˦G˵Yr {u);Ds {jg Brp;qA`gLDF]9l̲123 :Z{Pވ$džPbK\Z"$R*cE)-+:?һ#?ӱ<. nnSM1vq J aG/% ]?60_Gg[Mt),.Qbny\Y{ dm"22_kTc?cСPlrS{4ƠΧرPJ})ZN}1Rl~Kjw_TQ/0`ĭFXI7'|ǥ!zGA!({)cR[sV(?GO6uid¾窡K&2mᝳmGE0^468ǴkiCPF3V n]l:?If 3i19\&R Uɾz%.ȑx@#G#o&~K9 D mccl.,Ȩl̵- ADT VJմZkBFpn)Z5r8 qݢ"k[mT 9 ޤc{*5@[}Xi`<7Ueα,NEG6udXb >[oN5YR:,* .=O~|8a:LNdF(M <~YGp wЍ("OGnZ4*fǟpi,jijQ87]p;]fiB3_S'D8\+ B{tsuNd|Z"N$x:e}bO̾ZJ@}iA=#E*Ť(|j%,wAJb1-^9(QoͿ7T{K֎H>l 8DdUKn/ rT-[[k),qt`hn/UٓJ\pt)v e w底[t\ߗV TXΐW?|nb 0=|.d̓r:4j1ذB,ϧeE6ԈgoJq4qirxu]4JCnӛ X\ X8$d0I גUp/p Sw&DpYW}2 4Gsy.RGl/,.:C5~s(*NiZ\dE,Q;j4PJss"`|'$k!]b:Z,b>+rvayݰ_/`?SAl^|ZjNJcTdxL֭TT3_*΀_蕉h/uTm4yu^T.2|i&AE򠏲A+E# L?ǯSЕb{GYC^z#7YA\6 ܄GKѴ,̢tmW!0 0)%m9sZ:BM8W=szNG ȥ> :ҩ^_߸M|(5M{083k8'#xvηY︖;9\䴺'٨+>VBkﵶxb+Sd'6.feA)Tҳ#v$Hn_-kO)fDޠ-Cb5ur2fEf?ڊ&>L5]T{T:!ܧajU\H;x↫\ĹXc;veu56μUѥzK7#Qĩ;X,C?N$B-= hi6w57T::[AmKjdxM5\x߫:Ynq]a5,ʼ:35H:"ߐh%~8[o7y̾{2{E~ AT0 mKdyQ l!&+vhhu@p3fQta3gPְ+˰HQy"  Oz>MY*qR;q.ϭ _!==t 0> 0irXIp`7j"`B,)h?7``;,eXX:z&qL5feVlL{o40%\NؐLWEGdcǒ۰@0dD`!>%MhA/ʪ[3 zJKmtmo4 FL#8!VIhEzK%*v劓F=;wesSȥ6b}(vV|Q֦ʏ%H3|Q_>lk<8frLV;DُO0}cF g>ie4mH?44h`JPC-}zɕ^4I#Wk͍yax1:bP_~a]Q=zq53Rx*NX)Qc;M}1Y;nEE1!Avcy>>ZW! qzft8@n=$ Y3m]~E ǐK|"NBa'e1.gnҖެhPWbcY?-1n[74EnW#4O>hE:^BTѰsq@ ]߄Lҽw^1yW?o4$t π>BYybTU(鯌=eqsrNu%䭐?%1;,y%UE3cv lr# /"J䥗sO/!K*`٧h .SrR6 7b%% <6-l7"_(mw>%U98,:NV)|Q, -#ha*)2osLa R 99i a%0d |a~J\Lථ>rY5y +$jY_}~4L#-rT|BT |= 5ϲDps>x6 uo4R%y!< u[2RM}!|ʦ+?A`%4ʆ0zFklqޅ"9$>m=ˉxl&UKIJlðӸ?jkGР7dD7O>vax]}cs'(t; l o(̬G]3[I|GPC=Yľ2(lP@ˮPM"Z‹2 i&17ˍ,H |n#3r&+Qs;ѰM/Z =At ;I2 Ƚ6Rx΅@0{-f$)5AH/Ԇ x. }~Rk@)LŠ_єaBJsZogo-v=|'?*7v^ *N4>bnYJ &w˾0LE5:e~w+7.-;>*B>RI>=⫻CV#נRE=s޽W,$TP;Of ;8w2D(Sr`ïf(fw#C;Dz!c+o(3\?[Rg +8Oo[?)hvj,Fdb|q:Z įLl]+d KPˑaH[NF c#*/ .j8vA DO0(" QK䇂#LLpE]<c23H`"w 3>ǙRVs['j+7#bKj򋛣yy|7^<&숛&Ni`̳ޱNny8#u(6:}+  TT"G%ixtCpEQO왔|6:Y"ʦT_JV=xl̢8L0f,/=Au}m% N2$gR:dlH> xfSrˏAhavSQ/f9ӝY&-6~4 %ߎMF38/]0~>HGb]QpZ>_pe[FUSDz .xedj(A̷ӹKkuduizXi 0XXo yoMweX]n8E|g.c施,kC|T+CЦS2Sܩqjd a0[ ,X?G\o,B6q|uC94`f\Gk~m&\⊔۹3nrYMsm 3;)%YKLDG B8:foEF/8">&"K^bw+%U[կ&wL#9ҡx_q N~X߉MƔNhJ)I *eߖ=h q&d;}0KbÆ &w}@2/H|x.(-=rx,d}([4RN2rEcN&ۢF$ W68&m6d_y Tp9EM$,@? `*5ѧQ^FTEeZ}\DKcB#p  :~Puvn2cb_U*5'q9"cӠu\[Fq)xz̔~/ڷe k w(4kv}|BV&&z+a'.-3t5 AȊΫ0?# ^%s. ,}-#}paqVTg_4lޠa +@cOin>q á\hAiVlV X^ 8Āץf6&_cE=11Y =K e\nERhHlhG#qqCN+ ݀ӹy@Ձ A j5t+=|2rf=@4XoiՑA"{9[<]*O헒<=\[ 9/+bot%d`2TT ^@JMӖ:Oߎzv שU*ڢve]vmkޝWsbӿ;]&h> QŃy,5ّRauY[qbAu}haaѼ o ~X2l!EqS΀=5yz{Pј)tONe2˄TYop2ٻ{tP~>΋9c'l*Yt9..ffasxc[wR ٧ A96:CEG.Zwp!c22z5M^^lqd`I.%*nRAPd? o.B0MVmZYrw$ˎPH 9 hn-AUSe(n8uM?Kw{~mt?+7Uv~ )6.[>Ɍ ]Õ-DYm,` k `/ [yPw$cZqq`W"?9В:]<LtHb$3_Dw ٳ-5mL7C 5S\4lQ G|ﭛs8*X{{B;X=?) 80Ha!^wE*>*C\% (c p^XPxT,Le,<{BnU |$B5!s=W;9#><83hH#.~P~ݧ*@nAO ={g`!N/*15DA J;ϰI#[E ;!pyw ]XOfQru0 s}4@YTmp=:ͯfi Di2|-Df|2:7i%[o}OS{NWC ~tPʬU]3$p\ԺlVgR7jټ_3BuYub6TX5i!u6M5`I!6EP*=b{Qp^ĭӜ?v7-Ǯ~Lo:ݨܔk%-q#é69iES@e+=uiK6h36-$U5H=*x@YLX=fW 6vGN>)QsM N['qnl΢?TŔ=~.hl2]YXzF~>^.ghZQ߬{_dN0\~xCY~7>) FΧ`K\"&QZbπq-Ёw9 )]^wŜ&02'%FDw̠/Lgkc7(`5w>l";1@Ν(Pܕ 8j6^>cȘkeKv{W!$}XϙT22S|QHyM {}9\#rogVtuiUr&Җdc;q/AwAKkx,[[ %n'vb7:DKS_-SIQIZ](rh":h6N'V<^p3\[!7iC8(FoER(md2&kmtx u8Knƙn .Mnq ##HlV{\b9G»\<?{\K53SdT3NH{꼯!H0 5M/q1XJ+֙ud C=wnoҘWOv73ϡkAcX' ~?Ɨ8,c|S^bXR߷aYZ yDuJuR_ff8g\T_iQl+UX-fVgpgRkHʋ,VrIlG흈\`zȸrb]r5B,U%&frH;X]}ǵ!H4-az&jnV*j= cTY0RN5l,} T2hC!Q uAꇔk"N yZOײ'#4Pnjifs/*]KqS\5Zjj)g 8K|KG&'wS4dk}'⭇0ut?>ߪ> }0k6+u^zW^!R̀y8eu-B E 0T9&2(9DǥE,1UNۦd%V9)b#Sb')#m- #QMUmuzI*׶ڏ@_#ӕH_8+t* /%w_XIk:Ǹ*t|KM>dLq{OY\ޑ_we4vE[A}Ud[ ^I0YK>1{:qZ{s$big}&2홎E!aɚ ws ">Żl1e5tҵ I>D]}N'ޞb~~wa=+m7R~]ާy8,T&LSQA/??zśb3$νE&Pz8S*l+^ #j''mA[ НV-/" X3 M֥LK#9ńM=bTHE[̃˫r:HzY+7nEY {Z#f>`̝@_ŋ_9l+6,*ˠd4?8|iف[l*ȫ ĞIpUі[hx VqRX8R4 #ܜt'h*CaZet)-*6 mD\sLZ{UGwl;3(s'SxѺH>,kPny:`T Llu>g4q19(yvW8it)w:HB\C3, Є¦A:{D唾]{vZ돜B3}PJD# wlf@.\O@ű+'sM &~*>9yzU74ôq,jڜE> cbn6lR?"%vV1k [ȍEHorG1C ۜ܍rN(ܜ,7#ގoL\N^T@<{'1ʎ>R`>j6]pנhL7QRWW O]J[Qz,zVz"A!Փc YzU]\ h㏑Sfx`bF.}h ,I:\F˳"|Ȟ[V'~0EG3+G VJf6+H-cK14i#Ga=iK`А;z+ZnBn:63JT^t| hưG^iEzv[ K,;p}eD࿂tcGZ/&XA9 litDkb<}2ՈQi'VOJEP?3FEeO%'t hF[f-R?Jn_QGqbR|u=ڐ{1yqTɢΖ0rّ<ɝІ&\ uhlt>!}ԡTzQ/woT"oN pDOexNZ qv+:3?P7T#]j3bsD敺 *~b[ IPHxiק5L݄ڼVy>RDk:xpO3$wWy!rMj=cs3Z2tӭ M}{鵣25on1E(& Q(H_{[VVM.*4FWV[7MQ6U|t1|'qGۼw{2̴k fGefƍgf|#@t7=(큂9.%tj \˚-Ú{=M0HY5Y]1̑Mӎ:0"Z|$e^.|L1RiE5i{:JkZx|2}:ww+ N^, ؀s(ƤҎ+M N ^IBQ2~ϑK=O50_7Y >`)4ژ8:! &UIB֛zg]fy1`Ru ; SՒa>rΎŪj~݂;U?:I__Hc;N~N>%KI6wkk$p+ɰ7+|2IlW669~b](, 0;eFP8a;cfTK,"f*_ Oٍgy4iyA녆,xaKS.VE=a&w^DӾ@{mUz "yBBQeOȕn*'X>7K*dRD09mhPƝ0>s+!H\n%yg Z+H)7?*~d2G~j0%ײFڹƳv웃0л*6{4/ׇ*検 0Sx!NvXպz/b\`Ix/m"ml(gM'rI 8iץ5"Nl p׏RĀ߫lyg5Kj7$h&Am3zSѕ Ŕ4MPVЩ]g\HTpW4דANE4bE +Z"Mw$.M݋V@}tacR#[XZGزr?txRmPeOaj[ո#$eˉKwt}{xysiȷ U"O ! fuֱ۝Z׼O??R<IP\:.,D/{ JN&:kP 5m*n-u<:kx 4y,B.]N1SJG$AWo}%U4WRۄ5ƽ}j+(d,roAsp(1V'e@KҜIOυ<Է˗c5;H듦0EM#S%bF`1 /Wj!n]!̭)&4q8[ 'jO8%ƞXK߳3!G21iM5 +3  8|^! 1x/!q35eKoKsplXJ[Au%9ms\62'MГ u*ZiENog' 6/38Օ"sx5U"${xJmWJ=YވZg`1{"9Ջ/H' wژ<Z c~4lCC<ô!lVeM8Ed oo1"$}?w n3$Ӿ 4!VH697zeѥI P,(~?A&T a5[+`!ݸ!ڦab=ĸ!"jԀD$0A0Hq~qrmFv46a5 ⒞^M(E*~\'x bOB.q~Ǧ˝Zv%#ӎFnB=R^ݦx❮zt6J:Rk&N7z/Ӌh ➀WV9g5Dd@92[hg/'?!Qчj2w7W1 _kvC:f*S|^muO] >f.}#\x }/qHh-Տǒ:$'r+ ⍏J*̍TIIJ 2`]@UTߟO{ ͨUXa뵩-9 څ}_͠gdYZ((ز7c1VK#qF -'_#K i.-wNVg=:巌W!rپ@;#(T[G6G#7 9xa*Ƒ;}Vف߸lǸVu_ ZW:8 I3f_zx\gAa͑LB;}`˧=l_ҫy(&0v^'XHQ+I{1 >kpk 39xB ~1é~S %Lo{[\⫐'@9Eri&'2]SM4@2BNSp"g:a2!kOZ5F`my^WXRLFrwEjI1BjRģTT8^<,SX98L[U{X{B[6F>_;S޽xY&,RhF^~_N7~aƋ(!kD'{v$tG䫐1숑1{+\Į¿hV5rE[RέzI=ehYN=mZbtk%Zۯ5; v"M0?2ZIR O܎ݢ*y{|EebC?sdغ$3ߥ ArzAT/T@} @)nCl*GN {1^؜dNҳڗku"/@+\Kj$K/KIܝ>Dv2%쪇WoN*T^f>KkbA_(> w;>^ЉG!Kq Eqso蝿^ pSbӃej"ιcJpQ:IJ\P3H0>9^J ޖ.8-Ժ!{iLzG枦D]R;"TлKR:#sNCJmXf !ѕ{NQe9K!Mnp_I- 0F*!9Bn}NVF2eL<1Ժ {P?&L*FY _kQ*J '?y[93ٻ%=˥;GqaumNwnYDWFnI!~`F4rw=rZ)HC'v@h\.{鈦Ze条:]~4gX!ưiȇl~zO-'~Q-./fuٵ$Vap[umF2rϰZh^ CG ¬쉠' K`{ҩ}x%l|+Q#@C[AQ$bpӓ mOGcZհne P|FF_eRN#MES{4 df `oR0'Oc5RF}4]s8+I~cClTxwR>uEY0O\њgOg'J&l?VѯH}0%{bKI>X[/罥Y+' #ޜgMp/}|FPE'p結\$%_*biܡYPͺLl?څ)$I&i<*9_ ݦ;4sH>^[eM#'8AXW IbbQ1PEes#xkV{aYJ#ij7POal.9){/uuj5=LCY.t$@m$o.I ".D7Pԙ.ɇ8 ҊrDP5eGFi*ၗDKK=5!LRIΒe틞WzbIOh1QfOE'K0Y/E0[A6(~b}*iaȿ)FXM9[nQaQrFϤn;R@lĴPGTӰK"AS`vgt%q܃*Al*.{"&h$\AZ &M6YAdR*9o WoPm]E,!3(Mofʃ7a_Ds0OJNth*Ӂ H]}Y08{3>S&;*[bEF ~g'_&9!&@|O9J+ Lj; M?9g(&u?}!hU:zs*1rݖ 6Qv[HmXP(g6D wb (=P 2CTVĬaHǎһt>׎~XHQ(je}OM5]}@VE8JW#1gD ,}i{76w`n/m=kAi CґVÙRjS% .$E.񷧣 9kR !(O86 s'lc E5pxOSv63rmhJ4_)AjU様vyʊ=V<~'"_.:M ] OGYͿڨM$P'l0pQU3T[.Dވȋ]H0crŎk4 k8U9l ,]Z3_|ъxz(,? d#l$>F!{lb ONQ{HJ>Mvt$P! ʩA߲am|іjD7JX>llR4:ԏayPNc(5 &#}Gځ"" &.[- hP}{iT >@e€vfIAFûOBVO#1't?sKt?J C3ȡ?l\ 0o^?4|L{pa%^'6bt;@XYǼg^LFUp _#\v{vX+˔c)- iߠ:&⇯@koP3 ȍ/0Ug| 1g7p4aq솜.9 ? SdHK4E i;–͵sP֠H_N xY-˂L0x|T3/d^-6xTU7؍R~Fî/CXJ6GV֍h+x6/sq?(+VStU=xKMqո:*m#:nSȅפd`ffd 㑎@ވ C[}Ȑ/E/҅7 ?Rzƚ"h( \F#Χ9&Lq䡈^L?rp"9>ͭrG{<AѵӅ "$!W}WS>#,'I0ʝ(-;ۮ9qcMgAd8݂)\ Ig O.ůQfF!~b-4JOEG"C??1gj#KI4yXơR>B kBn3nAU-,$Xd-K`Q[ g@$3H]W*j&xzn/af9řDZɤ("jn>YU8Wxk@83ފ^CmfuY(cE3dAR.+ PEFr Z?Bd?`YHe,*[nPc!Eu<1'v삠Ci,V~S8$?&~+ ("R5uDZ$ & ) cB E%nߚp9Ts$ZІVw!4'b\ 7U4.(IE3`F.Y S QOt@zY5%f/H +bQ-{56 !\QޢᲽ2㚌2~נw1*([R' =YSv)ӏ<*|!9D\BS[_A߯fu:b u Ic_KB7Q1Ue(MR:e`5^3Y:3/{2&0X9e8L)v]֧k`q/c_<4.IX2﬿ /̕s2C.:ot4u@0{i n$6,v8VJhZA'0;Ԧ nl}\ݛ3C̼ۈNHk&no7Y F:O]072y ̆hci@- :e4b|]PѬ6mqe,1}-;_UH@T K G]'+b{z(v Y_# J$AEYqW*o0[ Z!q .S8PIQ؏sT;{u<[ (Υ2NЅw_^h:);Pk:a?Kg*n[UV?dP'/ ZTnTsDKC)ExD rE2.M?l BUXdoBqYCJYx㨗rmgW.wn.$@|; ђ?"çt([)u7wXۮ.A.YtM^SS@:^D4x={3 khjHL5k]D)||b7|ʀ1yj^pgNsgRLύã.vRQ@tNiaaP07W]obrʥ7U{/WwzO5\r҃MXù;r)ai"!vL/>@aǦ5BXTJ!8NkL¸K_߿b DyhN?Q6eH dct.o(ڱ_u6@hL nX")Xs1VN <: ̉=12~}YX(NC^q= ݕAR:L|qপBKUėQ $0"?eœC.ձQR+A#L-Fۉ0Oڮ"8 o y 3zPntDh<,LtMBdUA^QA2(]=I_!)v}.Utd%ǠF>|=DVn\FŨC' $H ^7ɜ?5lm*=&%$DlŅ<ʆNKN{4}&\Q*{$C;Z=3~\&8?Uy2*b54(N9,h"dZ<8,X¹u] V'aP3]a=Cl&9qՒ'ҳMŗ&I5 'o 67?#'Wt[l%'˧l4i ݻ]s$7p6MmdWo%-jI'TP7X>Q9Mڬ%OT^+CS;sRFSDYj 韝cED@48Y_cqJd#ZRyܹ ,r&0p*:6rۥ~OQytL rӋ&̂X5h\\1+$XKwԕT~6-+5C/Gͱ \H}{?ug-dϼn/5Y24&O\}3!N9:&gZ1QԫLK%.h8%,1}]xUMOϕc{PVũ_"F[A 9s)͈YrT@|햫0u`ԌpK;|ꂑ y9S"6IGuud|Ffaٵ3W?B`i#U칷}ɜ-}0 -v ^={Z!Oz=η>{SMyw j2| U{vcb2]s`Ypq_QCJ'G^/;VBw껕@h<5>ׇ5Hx:u1TU<6tԃsŭiCH'Aje04??kAxd',K4ugCS&bK{qWj:B112eIڿd/͎)y=v+fʕ}B=GZoߠjB/s=x!35 ֟?Baȳ۞/\AI9/A0I8Ք> ߁XpD{} 9#{6fOu|<Ը;L†r bj2^I.Ŭ.+4@sxeJ:߼=$a6yfS)48yS>Z5 bx3tmmZeO2*3|5娡U{& r9KښR]F?M/h9\/m|s3ϻ9yDk`#q*˘䖩 ؃ȬL72q6oˢݘ۽`O(L ☂as"5t)҂N7`&["mT},Jre4vZ4c m2};! V㶱'#WAh#f 8^Kx+xšҷhg#|qČ>pKBtFnpٌb.t|SeuтѾI--kμ _칼X&PKGMt~Cq!/gYNw뉲 -4He37AHYXބ?t$#64mM;_+]~tr!I0>l=J\.xt `y5ñ6\MZ̻ҍM?7#g\Z~9FfL4+~&4z}yYi\ѣzk ;( m@ |։R,dY*~yfm!ժ_ vLr5Y!ެyiCFU7==$a)/e2q7YgONⲉfRGƫه^jcfsC4W;ҫ^E2VZW_3CTRMRJb RS Z\Waiv^:5w^Gy~=^֊=NKکth yX_,Qh W":a1/3CBwYXwK.;Lg"vs~6VbQ^"̄xgFP93f_x=97~\ݑ4>nȢ͗m_dU^(CEK6)z >=%,dj eϦB_g;78 "LKnN6R[8 E [2 c o vvXڇJTGAQvo+Ey/=הxB\?#6K^ |LDº,ϷmmMTc;*|:Ry+Gל@tÄ>͒[tDВ5~Ќx kO6~rjEŽ ;fLj H6zܦI>`u<{MPTz2P>R0[Z`v'zݬdu+=[]ZB;GiUMe!/uyFK5b10OG?_:xxLO4(gB01 Oig?;?}N#fF;-9hO(;GMXF^:v3B >{9WB^R{rA&Dm)W*@-Y>NkJonnhMhI%ZmMnջ(ɛ|6 g%B'OJ,ň}83|i ;õ*/rpM=V.xF_Y'-zJ"]KW s :Kw=c3opFCyn7ٙx7#dtއz67w 6TNe8>Q0^^-۟PmCP Ce/m\"Jc_Zp GT*SV3d^j8T67=f?^Wmoɏ+է6Gv@_Y9d3-#0}ܞ1Df#Մқz0QdT];D1GH{+,FK60N>[-{S1EZLơUDENZ<҃٣J>a 4994#B_Atn $v~+ʡ'3@L=sOaB0oDŽ 3f+}T3 {\KDP-He&9NV1A9Os2x%₳=͉jh}nfuV&OvNʓ4[XtC }<7H|GT狵@zSmb` 6 .?&XH#aV*,iUz+` 3BJGםF{ I9-`6 Zymv xsofڨ4hF1QzAy*N|7F>V)fQOղbr떋McD;sW/NAN~3ssxbM]9c0= ߌ۫6tB\h޵?mѹ횲`ve ս/nC&FV oF <9U &bg pަ1 U@rb \‰_޵*ƍ}WRnшIlA8QQ`WeTeճV~ pag2Adl`c[]X @'>.,$-jCݿCIr-Zc+6&X]Ƕ zDjZA<R4ْuZ?&B| ( %S-<34 -dFD5Q/toOi޴gBgEgag[m;T(>67R-ڇ\uTB|_DV?n*rX =m)JoY" `xmZ;kVgv暊$ qy2'Ob&P"ލ4byCy."A]@b+U[J\lڞ޾GW*vxڜp}t+]ąGq2$OizR3ZuQ+l¸Pa$1j,Um]8ʏ8'_gЃ*,vIH H]c7Ꝯ.f<@,'0^U7﨧L:3xMX2Bf046oC ^E[C&,VZM YRKؗu[eGOd' n p`:[6vˡ_¦X,rnF%G⠻(@&X`.@9 oUw /NާFf]&׺ݢS} AX\D&CǼ ~C"oxb" #Ԙ7OX&? 4~} ֎6{sJg涆Y(|*q>lUX멺?tu }LpVg ?y<ԕ\(8G +tŀJ"7웅oaMԿ9 &`RCyrNQCR n^x1FF: Gq&.х)~aScil8p|<Ǒ#܁`vJ]Ld|+uK?1K)(29LD }j=hs6di^N{bY %[6m׺vS|߾EVM*V,QeU\/x]^.:[˜/K7AJѠr+N抮\e$j`uPښWe Ie4(=E&hu1GzFK^m q_VDw7V;e2AgrQK'ڨy= t6H H@H EhȢ\&kS w1怂[=|߸Xh͹quF چ`Ɠz&,269#]}Af04[!c u2S|y󞶟^Ȉ߶J^W<˫3P`Ij{|=MTť-.=ϝ[@ProBu-Qx_ FX*P{][S'hum29k{;!GۍJ#@^m)NZ.f%2:_Rm Cf &G6{m$>WyX7R7]UZ1_'SིIcLN"o8o·Ck0L'YQtE iaC:7( !K:eWuufhtd+dw'TzJxQgcS>QϯY>85r}K Kj^_t}CDy'ZP = k&XAPio׈R+'-!qs;к A◅)1TPySiNYY G`vo6K$p_!"9C]ϡ74o&,NOo$T=4 N,U@ cWl^2!\d=4 u=t!pƿ's!?kbp>wfdёCwOI|:, 6rp(vгqލ*{c-}HLDVB 4א-<+طP%=WUxK$XdtoQAM@K IS4joqV_06 'qR`!%s,YŢEa*ǯݷ >d-qӛQ6hΚ޵50;ӳ;J@˛KA4s71g9aۺ˂2kdHvpRԨlm;k(A3c`;P\&J`)A;Jr@yݓh+FՖS ʥ׈PεrrЄ%d/=[ۚEU+Q.KѣPFK#Rx`0m~0(" deN<dF P:F%_?dzg2KV,.Dt680:IV5Fn,OXrr#1.8xbxnbN20lgQP1;k]]Y$J&~*\:P%`f 2 EE8.jo)U" O\If!T A菗Jٞ=Q}Fo 6J84ܾ2"9;iZ(o>-Qڷ|JC`als-!ł,4J8RNWL¢a #hD԰<܃YkEρ=k V@\d{w K\&¦1cHas9hGmﳖt7>!= +|y۬nC:󑘾6̭ŲoVB.[G΢3)W}իR#֡ f)~GC=#7]}՛^yp$ޭxuUK%iz;㞠 gok(WTqHWQVɊF4B{9ey{8ouSoxҸ9|5k4 FV;z^d<[ӽ5*:y- 9: Q!:IGp[. D 6'nyr aEq8saU B;>Ϥ(7Y,ږ6ȣ/o#2vנ4ᲇLSNnr{.WYV}lVO'͔،0> iŎ{*]X{T{'sV;e 垴h.,HǠ?ZnwQާ@U=F@{N"^CgeA'j0EXME}B\#>AAXCA\nDbg\9r ,g0d'27kS}%+&#wCW>wV,(!woIOUA V@Ҏp%htL6iLE AnAx$*w726{)kPC~ |Z3($A^qnNJ?Mp~};*ZdvTn?*1 #^HdP F-K.KБ`v$2TDS w2ЙDPk)tebvZEYRKȩe!CH!>y%wL&Uo…KOBp;%q`L0k> ,]ߢ.GLs}-~ZmyfN 5E7zwԏ9NIK5$|qK6TFvTS^^Rd0L7>J`)mA{EQW z(BfˆWB7q0kQ>`NK/ ѵ:W͹\d,oL T?:@4w`rǍZd 2K̢!뜽sۄښvf(G4f gGs,KK>$X((ö:T/2_a Wϐ\cߑsWkT`f7tď(3qJ=9.ڑiUgG+p >2ZjuRk!\qͷh ^J[+YG7J2 "w*!!;`G֣Kg_~D,G(4@fFzdN}:yG]{SUie%Vsy9RnKI}e`rpvb6ܴ8.+xfd[A-`Ż oVZ ~-  p$mWU 3]V(N™(B·U@9Vrge J6 XwÛI}v]NY؍ȕt3{G:E1 BP~Q ޱ"5V!Ll3M"A^ mk HWW,skAEE9z ÜwM8yO]y  'W MRL NPqe=4<66j+[9P{]bcWc: U_hF(N'0468LgV\M烧9F8: xA5JoO676XE?OɚkfDښ_&IoOlꠚ1 *ՋN+`FehZrB{Sd; 2 -F.VӞW5;Ku/ t 5(EG)i }5YKsfpT؃u6Җ)+ZFzT{X@LENᶹ^,s qlB^CԴD lC &ak@Y3 vELzY\h 'nV) d&`tRzKOBUue2u%gªqbSa"s͆owyy_In>_|*h51FZÒsr#.ڏׇ@cէB^_n&·׾xA Ջ*ZS-QcQ*X8MqG]#s+1^]J'fы̼f{K;Դڦ!yBEx|'<+HME OK*bZj&:2f_܇[â)a`qf@-~*D-fAdǮNVȐH<5bIfBiiJ)hlvoMXߐ[lqa~o 9D{óa =ƨ͓"t>V7~G0&4s-!N~(Wg$$: 5cUsr*d$4|kDga\/Cܣ>0T83ᬒ 3" )6Z?IÙ3Dyz2A5p;+ݞ(\͒/>M!֧Fk2^h5xg23F=+w,0d;D*z.#-G >HL$-S[M^&@.!Tɛ`K-h8nBpɖJ xCnwA |NM2p=5k Z*A"ERu[q?,cB:zJ Zr (PQ>fpnLF{Tn*deʺ[UJtq:P*I:ivĹN[COjlȦW-|`bxMνMz,s{JzwG.G}3|idĞU$=1yiNcͽ;[*ˀ@"un`~S̆:Ɏabg\huʪ}^VE9߄_ .mg%pB}(~; hٟv}!+ǰ}AӷhKe`%}3LgІoKX)UvY"jD:KyhfB0e|?li'zuaF? G ;Ѣ4vYżHC R?EgUJ>V,4gk'޾^x&Ё(mݻ7wm^ϛa(Eҳpr*d` o2(TD04"O |' /Ki$N7wW_13KU&%<}M-(E;󼑞;;ꍯx}EO)>h]8U#)7aJͯaQqqDxLcL,T@*Y  gQr*;#bˤwd.8)ul~o֩mcW4Tv8Vh6<>L(?L1'SwuccK&um#}(n\-ۛl^Dm.ӲY0}jtSCe;3Ek e^f?%5sh8<ߚѤcOFā,dc3y9y?V,` v˫~9ryp ߴI0o؍*(*WY#=i#P,Be[Le^8.MȗX:Sl7ˮ:!Rit=R{K-FmJ5d9}t9[CTc~ŭ5IM$ҷTiG ki^܀lwg/= #8~3k *V@iQK# ▏o2ez8 e{IONzboЀ~,XT%~{V7 Ȏ73IxSEkUy P(/ -*}񭁛ܸս5~5> h7c{oH'nǫWw:\I 򗮻shٵ+ܭԢç&|IR;\Ak,΂k\kh>U:1S7,*}3c }ZkE6vP}]jqRAs$oRE)ECl gߝ[ 1]2}繊C{pycnFfI7ӎx[{A=G`uu$)au>d]V  cvIޠ vV<3 ?N%6P]ߧS7KP/hZkc^5W)>k:"]b9F,t V<6:(cגalQ2)aXvUe mI֮1R |:Xϭx (L1lAB!3W q廫|h+h|MR\!8v|j6⭕@&܆9wZ""S3/HF9F'vb*WHpC|Wam̨AYFfi ālQ BALVlk6sIVX=-34j% FՅg\`j2`B>M7pZƯ;Ϻ=td BܢvF8PI=Z|4!P ׃7NwGW˦`/)[ޙ3j+cjY۴05WDi/GG͈L6^ރ {4E\ W :eVYB3Rݬd "Ϡupo<@382T_Rk 䬊]}jܸn"PZ:OG)8ŝ@xQ.c΁Vn#yVO:-i+WJl$co%A¹wm'B )N盓bXB?aXLE&MrՎےc[~4h&]Et!|Ե膒-[pHRx) ^p4f-װx4ު] MO㪗( 6$ {ѣc\J!E& ZdHYuV<]eZLG%Ǒde +hDIk;A0؄2ZF/_ ?ie(g3!_kaob+20>aBi<-WDJcd`U07r1oCgVdb)f  d`9eoS*:r!$;srx$4sӝIU[hYA  qBX307à,\#&1ճ?<&mWO-e?zҘdJa&iK ;{#ӵ#K`m]!\;sF~ )b+k[Ou1@=,6oZac8'HxK[9!P!m-;XzUm ;#(nǤ24?'n̕9~#_saXtGF?<tW2 l3(2c6+.@"/mxԾ8LM hYv A^4C-N>ĉO!vKi&8 $SS˞~똝-t18)35`-pBG(z9˾nb΢[~}|#: u<@BYx< V0.^̧> Y*'k bap*0:L}T`2ePD|O.x]1Y-8# ɻah%zv}gGIzPWW +Q @Q@ZTa\SwJM..$ 6;yk-ӳ)vc-ֆq w"ъRT؟J0.w$}4Ћٻ͞8C00:z+Od3߽UP_.i-#v.BMI2/r}1#UJď1mAxiMKS $/G 5ENFK$S]XEU#WEbJ;Pc arHsόcz!P6X.)&%/4B[ gO"A{8i@㞞;CW#Ob# |i'|M8痱:lV3+p ?#aCH׾ؔ~H3^Ff/* 7Z!3I q~4&160Qld 㑇BUsأ_YO&k5P{oRkrDtJozSEaw| 3m|ΆL: :;57*q}ȰM*ZEm3Mzľ&OMH%@0M;>/fs]eO@B+hi2BϞ[>ùr 0hک3;OjFO'vo.X:8g~j\{Mij7V{e! "_M`;eBAs/Ox 4~Di}맨/*Z"}("J^KGI|hMA,ao$O;_?*>GaP._ƴF%c H p7Oko#63ުb%͛DN?N2r9?(p"DN/K1${EQz)+k `.W#Pw &>U@J]:}uq A.Z%йe|FN\8gn|B~%']?Z6J9î97}`cĭcRNTy#dCb91-k]9X6E'My) H,|cء҂\Y9gwrӰd#yM#/s# NʴZΈڥqV3Bo۰tĦT45>jGgRt_,Խ{ָ!REج<9حpEު2eJfVO'ÐHQv/ID+#o.ĝ 9mQ[M98@1S,ymET @#7bq!Ȼ LSdXu&+5>JtШkXυu!e%'͕N  74ڇWqO`ff𷣍إ_o'("~c)iU>`IG Õe\݃[3\j\1i7um=~4dwGX=.GzX< }*~CV geIm.ep&8/[H·¹zoXB);Ɩ- TރdO#X)ؒ vT}D"N6I_ tہ.zYtF"UA9ҫwv*;{3H!PdD @*.Pt28tp:Oկ41ڙvMs3v4WwSfpkU`I}5U;T HaQHk[W!T2`ѹ/)5z 6Egrq9ͦqbGVe~{-Dk+*`TX>!GylYpᴴwSĻey7֑|`5^6,ORC:r.X(Lx1`:XaF(08{[?A[Tw?z ES6a(ueZqڕyvy{2\SԶ>MH;wt 4y-W}˭‚c?|Թ-0DIP'VKo&ByDL:!5m6Bנغ5Q:m84[,[X9+&N9,` DGǽrD /Lzzy{M^KIxk/8%{`k:SQ8秖x$DrC*b9XnO&m>:d>Ʌi!Ř w+:i6{:S1Ņ?v=-8y9SMK!]=#a~+Aga݂D,Ao-RS2VQ_(  %X8 )I~.צB[ ktWMv<;CD;,%y蕽t+_DG utMgv^ƦY5lOy( ?4XT* ]^詻FyDkݟ?_r,8x*0Q'P؃5:ѫC3z=7ЂH=cY2S" I8d Epy`",`O θ .y(Zvr6/z>,m}`P4\o(C~ލ䒷 r:rLjjZґ?/}Q YEδhXk49) +T/9 rdO.f{U4́ cc.>6YGoϋnq^]'+H FuЌB ZH)jK Zq旍ڇ\+GKC%5>` - 𗣰%~^liQqɊ$b^hp]qcySN=p (\j卤Ԕ}ID#;x ]( ]pI-!ܭWUTIB ˦-LWgt ˗AX[6c\2]7 #)mycXC3/*ԝ:>AxuM=zxO9X# \֜uKh}1r2֫O_U,:,Z%iR]Q?P M'dCS a 7SA| _;E :_~ Xg`ek0*>,^Jq%o{q0 |pf` Hcb^_Tk!?N.;u U,Z: nPҵQ%N.p-]Av2pGuäE%KrD{*>x^'CgK<%SnyJ#5* Z1_.[WӞyhaޮW؀WS#1Z860me(k%fMx d  ./.'#UӥaA/:HvB]f=ux, r/eLsM,Û;/"879=kj<8VqXȊjվ@o{$`ag@f-+2^X.b*^=aPO#XL%@z;uHՀVW$߱88v|gGމTtiXczlZ8TX2d Xs56FM.m?]V;I,$]s=mB,ˬ|}Q.sn?5B8z~iRr61s9[EQ3[_l[Sģ}k ] {FFCy2Hp 8mK~O{ߺi=:q:Aj P~UȊn>~ģ/)ad(A;pBgkD9 Ti8\ݕiWe7Yݳ'^4|Y=-6K*XLa7" bzL%%jo(x` DU)(5a﫰DŽˮSls2PGJ. b/N|/Lj{_氷ī~E;<w=x.aC7IFg}~F֭RyU\LE^ ET7(_`EK28 ӡܕll5ޚ=̻DȀo/ZGL4plb%t1d_)o?CS =h`ksEJl\"ũJ4zFR C;n*Y wΨڜz=hCQ bx'!"qO˞ Z~WȻ&0\EmM{tY%[vAv|yЮ'6t;HmACd+K]qO<5Hр?`g5TRO5٬ &Ў4X½PDQRK{i+zֶXzMPc)8_~?IX!!y@{ 0NS;mښvNLWQ|wS L(vn(fU;*Q'pO5jhMa]pڔMP[Vժ,U7L*8p2@]+/,}65@RY!oONwkdQ)5n3R«?q9NhdFl<9f5Fmd(Q?a}/x4ңgTh0$d=U"\0h*hRVimPcbx+r` (N}O<[F yvz,hp(C Ao\$鈐lG,Ps49$Vq47> +?_4`ڞrUV~&P['댂80~ ]DNl>|Y̋6YT ' Z9s俶!]/'ityūSc}oWo`"i/hi'n=g'P4A(vE`5VA2C1sFg*a)#F$23*BFџ+A[B:N!gJ9=Cnz~nA̐Gg%mh|TҴ3%sNޔanhԯb0&7i%F6,A',R.)pbV&MxIUoi@UFQ*̵F+]r5H1obr4RX-CO8^tH#5'^KÝvH@Dz~`T}zL+Ux^k&b=Ǟ>7qC9D+ޓCU/P״ BfF!#nǩ e3ݾXjkD_tJfڗxQ@h ~=G]lް6=p); 9" l̝ -k`1޽mtR5Kuukυ[[a!1<=*'N%$3tO<gi=ܬYVܧgt*ZBQ|> +_|X 7Z'-gD.l}) #4 _KݽtM>R%ME@ V Qw7Ux@Ĵ #3-[ NxO$B`m: cc3Y }@`Do2i(m0G،(daU.?&ԓ&KaGUt9S]q?a)vAgeO۪͌|Zi$[pԝbZCs1 Y}i c.l'<;Gnd{l֢pq1)YIN))Ȍ>c7SI9j'eɋirR oNmb3b@Xuƃ>U9tf-񺒌vcnv ՜-O& ŧ΢c&bb3s0i{uD뾇56ݨ~m Ef38cdL P "> ;cMfn54 |>muM}±O=EI#m٪W%ztcݲ&y5V.-}6l H{|8Wz__X +Nāc?cɢa"i̓vDK$h4̉r<% `7ɬF,OQ5 j4/B_F޻ PL[ݍמqۑB&i$xNvFޠ҄m?xgDN_J&#\If>: T=n!j'DaB&rf+M}|X柵Y?HRe1? t`N=ȻXĉ`%Qiʗ гa8k.6=9Z;a÷"Sh9R'qB,.7XBL|jZpZ[{g;WupLFRjv2[3 ^m-70،*N x]@O곺jˆ,+=H?+'ySjq]O8.ř,p `0dt:䀶 sg;WJ'=B`߳R5isQ}GxTց4=҅~^ ~<,re-fw+ݬ'm 5Oz$53T†hD}< dd!`?OӮ' mrfr{H HlDt}Ls$` D*עcC4 fEHC*~l89ٖ8xtkK+g7Leum8`_: ئ='qj3u݄s~BDxRu~pˁI;t (ؐcc?q"}^R,_,h(mxzU`8(]%Ot.ḂU2čǨMoR. a&EtnS.% N.W%j2}58$Q6 2gRx/r9Wߓګ%wn)LYnXhV, z(SCpGUىIq[pAV}?(j ?^̜LpDH ᚪ*Y#~O `$mGNG|7; )1 KtICS%w+AG+==DŁڷ(]0gtk5:C*%?V)慢KD7`$̉h3tO?CL y!B ?)-QqäľOuLj+Nןj2"Qe7j.N:(mm9^b<߃0/&ՋX0YqީM8XJ"1*< \˜N.V%jpeЪxiUUE HF7M+nc3M,JoUzJ gi%6k{*^^9$aYh&ۺf(/+E")3ִQܯW?r<'OWwT+ QU E8фjLIs*Jmn"58 -:C^4CE /֝hA^E DP0i">$4! R9aRC iZ+Yq{붮F8{oU65,ΗUlܱ~+@hN3\`dV\*{zBO}+7G~xX>qtF 'DkCUEʓ)A=ucA@>Զ20\θ1G$rL&Z0.βIzIe,`ṋayt( REcA3*J0`avمްG[=퉱K1|*3j3}qu_ j f{Ș ~$ BCDxᛋ!QP9g_sBt@/d.YƯسl~O@(Z\ w D8Y%3:TEʖċz!'et>͂}D;1 Ϩ3!D;+JD&nVkMkU|S1vHY(0@Bp; \'/0];LX?*Ƥ3?Rw%pR7*lgW&곭f{SmZv(.<*:)ŬOHRRb|s6[TZQ%6(;/h'( 6BQ\ b&3şEcdH&s s90Ò0J-YQJm{ 𺑭䅁 R/ 웏uŅL-+D*%LOR5yKA΋!ِ^kPG4+ߢ$pl2tL%H<5aػh'>N &~"v/(lB eP3Phd.y 5n=`dmb=IFSCLGlѺ|Țֵ!85AB e~v].̴*&+=u28:/%U0~<~֍HT{-7A;Ix%XI(ÖnHG2 V-+Gs{LF}7-ߔ\T9wlט%&},v$-xf74 ;Bܥآ<љލm (ugt_ 0"7.v VwM$pG=o\z5 G7{ J$V6nPĭf2bH~E8MEQk@w6$6Dܬ'#NB k)LMўu 9ݓELE@i \kSNE뽎}lצ:%rM1cͰ\hϒ3gZb^'Nr˳1!6tΙ{¢O;N? 1j-ğ[VV>U'YM~C-x3O7*vg{ncȀ*PDg:J2E-5N8K(`dP 9 Tj>=Ӎ"`0Ž㺿|wVQH&\ 5z,xy]8 QJMY G؀9@- ݓ:PGQ=B6{c5ӡiQŽI}u_'#l0H5}$ Vo834Fm zIlH7Ǘ_zjV &lV5dͱ?]yeqU0ô PN3I)XREݫ)іbW<ߚp*d-)׿qPM2`);mMGz8XݕCכ30YW%3(@^WL C9Lߴjuݥ`9oy5N?a*pȃZJf1iZCckG~^M O葯%U}={f&_9գ5lAMy]Yp~`UOf{-E7L8= m<'Kئ4֐k .a2.]O͸&0^M9D%W6C[Ӟg 7Lvdž6sK\&?hy3OYjUFv0M-VW[/Z(oP!i@o-|֓'X $ldtjkM8#r>4hdI[kkxe\-K䒘p_r4SVsܭ`[o[. 4'sԑV{-OLgX DuG{0#M(7BDX纫 Wt^~jt=͍qhvLiH؜I;WF=q@qwaǒ./$d( hcWLFS$GƸj'hxP͏li*uVHalp=~`5m 9rOf ]܅{)B:pzxiK%13V]^8w ELLyx-[J[( [G1v **$٣4ޠ b :f*_C]G/}&_rc7zzhx/pmk\E< =DmV0 ̴qg-2x@Qט_l: mυ_ P(ݳ$5G_0x.3XʹCI|> z͗qS]&>JsBMMtM:UY]M(av s:[K#B¨ ay,aK-lj1P'ߒ>uz J3W-AvnuX.d:uJ 큯'{#5YglX(E( wat^g7 "n)S~qg1lN"pRmqqr[цN{F(lgk~Fׅ|<|<Q>jhǛl #CE6]j2ƪ{lk=t.R'y_si LfI_Āe$N2d离H9or'"7ZF ȕ_JMGSʍ<*3{ʮH`1M:ƨ> |[~g\b8~<",ԱL8u Fas'l-&\{U*۝UD5s.ZŚH@g?zQT.VU$*$xD\;l`qKw4Q3"MkF)tNtMy5%|vRbI7q [k>ac%KT;-, ܍PHilMD+K9vL§tv 3$u*mŠuA+~ nBaLî:8F7)Sr\7?}?l?ϩ%DP)Ŵ+y] o ݖl~cQ6CݜѢhã"tUD趵g!!oeok ?Ya1e OӴ9uUtG@2i^Gט!_\?u`cЏ<6|Z2g(Ll@ކчU,ȳEX:Fm% VZaل' ;cow'PJwlg0,-.H>,_﹛GPωl+^e-vcFGD2oWӣ5l5 <$z4Xu, 匄۲$Pm`^I#et1l^[^jV*$ۣX|l2whw='?f3?Mk߫t Cb^QF*;j+dM NM8+i]r" W6׃gp@&RZUm{&)J\`6\He[ݟsNRM&YO-CrKǞݔV6\mF8;k_K> WJNđD:_9KۥvӨUw$r6Ʋ0K]h<~Ma"xǑ[ҹQӃͷzӍC^If_D?+}wEn2TS^z_^6G8_9⯛'lM$=b0ۯFJN@(O"PR]TDeߣYLl&sO5Rcxp nޒdb3n9(Oߤ2opQ4@G?zc㑚P&ZH ZSETȜ#,|DTzo%>a*.LZعӺ3{%F~-Dx=7yѥJ2Bszi z3n{iF \#X߶e;ʨU\|TtbzZC>XٝW=^bcg ~bLb"[+*Ũ9ڲp`)/iIe>#xϼfYۇ^I[&37n0uzXITMIm@8XJ1 r^.5G"j3oXHΧr5i+<[&%D "daei o0T^w U+ny<[ BxY#:@zH:WD?۵7RY|ގt%[h"7;LKc;b۵M>fiwvg{=. [)vaì9@Ig:| qy:Xo4")>@+{Bg)k?^UBkzqSB?+:(_lRI?$J9P%݃DػrLW3g2ًrS@&$8IiFBt[oCÝuڬO1T»ʝ)(bd`EQݒ 坘ѱQOӛ>0FKqt|lVhɭL$30')D8Hߦpn%"+3lʴ=8TޒL^ wa.$J=?h5 _ [覇 g#WiAdԻ%pbZ$|oK5pV뗰!sMq,8IO_tD޶4fʃ2 bl̃ z}8Dr  ! Dj @X5QͻYn`H4I3&ć5O< ܱ QDKDDO5XsF Ӱ=@VՁT,DՌz\R!:"[bg#N u8qR:a%|:U9\C2]^"ʐRRiͦb(j.?yvِW}l#T8^F_ac"]O@ {"xSЊ#QhvɣeH  v=4:b]g<{<U;FJOƙDoQ:٤/dMIU}?Cך:pqez%qo7 T1bTwѶi<[ E# VՃz4  kUWa|@FhHO"@%sМL<Meºd1g?鿫|VȜ6kǹQ W0uHx_glC"lth3 K֙cux0 9~]"ynmYQuÔ'AAmL02wD(3lIr(l7^wʟ8ч| `_4c~ZJF29VJ@WbR:b[/q̶&JM;Ms<1BϪ"}4|:;G\rRF8"0e3K.]ł\`>;׾vQw3*^zR0NS<D%>#K AM}vBRg*eGpl6DM6/Bگh9OT*;!/2qY+rɘ̥tsgEF&dO HNֵbY)lz[vИd%V4醜jHVh;Vǁnlct>ߩ1\' ǒLڀvD_o=!}"ڱOD#(bW\Fz9ȢیC{_16+́鑒qћ*Ъg iw}0,9~8Dt4A,%p!B V~b|)4ݲPM$.Lu (0hM?A$';##N: i^2U˧T$(S9YW-:d_YE*(qo%6ȸ@qtj,/z֩:nr޶h29Ccs䃯7?˝5vbnn@7 N#ow\bd&!ç0>ɖNAygofA!gLpU-۠٥d!3ݾx]ٖ̽E8 )؊pRP#;_V* ~%^;nlE! A.,E`/ӟFM%ztZt|rrF&G4g9k8`}5ҝaхZ1~sR1XxSk(P'5܎v:"i)Ƿ[=QLg]rk6p6?߳%T{q6QNDM݀#*_=w{P ӥ(0+r\¸3KS꫏pIbm>QߕPUpw)w+\ мK IԴ=ۭvӻ,% UU1eyD `}O8BΒU_źXrco#X%w㹅vb1zbA &(MW"UX\xAn|U1Qt{x 2i.7(ViYDQVLZ2ҥA7 [$ ^$yw:EXcp;N?ivK}ɞ^$ T5NVtvhR޻~<s#i5%K^Jt5 *'.\?;ѝ"NOkM`ߙs9ʡwlOǜ ^;TИ+aXt#u*}/,#R%'sN)Ӽsʼn1גcR)Z{Q;ʖ#H6iO_JZhR+֤?vL7jlub&}@ Mp2wcq 'e y5kp0`|F2ҷ]RC6 gH5zQ\K1apRL17 꿗 2յ6={ˣ٢&)C4wʄ闍b85e MToZ:= { .eČ*hxZ(7p>O>ei&W?tةuِ>y:Hqg*ٖIK{/RrbД7S5x |,$dF^1[!~airr;FjЧEM} Ƅ>D_yV)7-[ nF$6=jjBV,pDUL#f+䡼N[}x$ ̣?!nS{*^Bk"Bd-fbW|VyɆun]Uɶ%|Q92s_~< %Z#ÅļlA~Ci)ěcKN0u˶HH\=C`fAwVHȖxڌ|:SBbL=M:@SFX?HCyU>Arن5u#@YflȺ,7Eܹ$t"4zx:jYIC`.ö[TsI nN8bjW(c^|8<; p p*d{qD۷:%s8(ϕOCwfg'ɕ yT*P(8, f3(^10\YdV(U~n@_DKӹ> [RVɎ1MB>lS%Eu8 #=|ү[CE\9Oqx.rq_b5!@ܳk)>G 0dq~JQ|%:7!F'ZrQ(T 6 YwM5Gu?Y)Xzo1H>a02DDn3٪G.Yv 6W-d2AF~2F~ w6E=bu"VFv̱!UJ?L "'~?n}F :vus!ϩрFJjsFUϕ9\6wReJP -=ghwc_3H9gZq) g A-#6n/##Je/So=KFĜxX T\[15o|%b\dd7#.iznC 3_N 1v: uxw/g7)*&=1Gy%׍ȿWN 7HX!ToJw?sPY 2 nJҍZ0:WuB"EЕ#Xghvs'6꺒jf"؀p \=BA[G7iH(0DxTNb]n3i*ƻod_XQ"V΢Tު0s[h8dk?`>b5 _B(<ؑ3 ,u6}gĝrwRz~ wZTF]0 L^K43{wDn֘.\(@P[U}!7U˜Pɳhșqn%D(_ @7fnbiFKzP$Z+tzg-On^TeA7_ᛈ$:րK69 ۩ ZC:ݫYslX`)) Qk^֍94$L[8e%vMYG 6 :uAgX[ATejSP_Ro%[^`Q2r刁tyUݪA핧c0ZH;F"7L6k?%"pb<5EӔ(O.w渠'2Ln43m.&D2OzTC}ۙ%Q b6FKѡyZrhqGc`jS٬cyL97gZIbVZ9 DiVͪ͂ '=;̷yߙ\apˁZv!P7FBi,QN167CNUnHOs5㊪xEk= 7zPh@{HK/0; 7hǶxv$@4nɜv$VNWRr߇woGfɒKazgJ5L4lL':Os~/aQ @;~Ä5ZYD:*a 1_ $%1BENf=k-D!pbBz7$C/Ď ,y|TN:ϳT閰UBWhw_Z|io<~Tmql@Dc_~wX# aw2F1v=ːE} $wXf-0Qi_Cr᎓?!pWR0)}]dIw>ONYoP1y!6'ղLw5:^Kv8)mWT*ڦN&RjLѰ<2yp-ٜZ%*T꫅(Kb-uZJz5Y E;c Gcρ+_viݺz|{]owؑSP rLk~G"@{F1 ; a\d"ziyG$fHYYO}%XȵƋ(&Q9w_;XZM/gs;">SBzEkc Jb5ERy˒aFfU:R\k6&!W vpG@;Et kPRPeC/M@6׺$pXy­݄ylJ;+6U; )H G|DƜ>l=ܼ:L0i?69l~%ϓ,ϝUJ7bA^{-*C5tA{Z8$ZJY; \70<Ft~|Ӓ| bS_hց6{ykHJZ_Fy!y-i_f^\D*^YV5]f#R6u뒮}7EzQPemKdΐ5p% tT +?錂= j{+hSi+ x?nؾi{uB.+/Ö` >Wl5Y}HJHj \ ia[_q9{*㼸X]68dc=UǐC#¡#b^ly> GX c d]K"F<-ޣ*h o0< 5^g}EIkI|l,6!\jtcL+:pb&1]g쥢ixb0+bmhxYE)x"ǁ>#k 7=2s%٤θYMe!r4\< BĞfgx/_ `m{qq_Q׸s4cU}F`>818i$xOPUn*S|;/IDDW}~nHeMZm3vG[8q7 \AO[ .<&TV0:Qyf򃾆0SI)zלRp|`7:B1}4+ 6"wh4Q4G[~2M*(2w,w8݈RiKXLV _AJ[yrMGon.;O/ D]麏E)? >3o6HY*.HF.<* x!ÞD$|7$ J8CcYz'tYO8c /H3aqD@.u=XpP~a1zi('Pm4H mquDlͬ6ݮ sSqY Ⅽ_zGBlCR*e9R1&nClAdԨK!H Wk1LB^ll֘{X^z1gSm)=ȁcںlM)}6vxbRQJ@}ގ;'*oQ`ϛ z¾̟@x.{;\b_'9RPE|X Iֻ]Y!ry )R%095&vm4=)*xo$ ,\- Yh'!o1,(z@cS*K͉GqUM7lcX=,4q n."⢾UaEX2>D:R$LCpv uG u mH܁z|?%ІsJ%@9wZ喯޴eLa4`AOȣ@&WoIT] (?(o~*.jUؖ)6s)CNzéy{^̃nYDʈ8N G ;w0WnY[ʯRzGM=2hq̮&['DM&]iIc!B" //8qقPC5ao aA]z9(G,h0fp|}SyMא3_D3H}F$a,R5u;*.# Uv6#Xg"|=ߍByAFdE~}w^x=t̢ i<%e%W[`NIJ@$z_.4Kfu#mm6 *&e'2@=cP/Vo74@$WË媷mrM hoHSܑyfƈ4}SVEp DRhDѭ# 'MpСsװnthZuLȎZMR?g4O[[)w2xrr9쇐sCB.5u\{0'B- aR1ź S͎C&VVN˿gP̰fMׄJzL1'mɽ̮llcmS7s+mRo>6EFQύZvaW^u%ĥu 2g1Qy&ch©- E(2h+TIUv<~Gzo8Ycp7xZ7ws.<]$|~6}nQރL)kG(({'ZfJaq0:|sg7`-Nso8xyԶ;+ hWŒt4\-7K1ձӵ aG|~q)<-b s3>Mڻ:qULxnI(d-$ӴLM۾c+ =EHxBo` w+k U[t!2^/] 1$jJ#VeOqRaŔvg&ja  \~ʒgWFI 7mŠ8S YSa!rVVyx>VSsaeA)Wm[w UxZt0Q ኼminuj'SWLkDϡz5d-"bU_qqo|WAZ%T-28 +gNn:-Tl~ "Oĝ.vwgiO.Q[cqg-. p+d# :lDIkR`›b[vƾ Lk۟"뱯_Dbڤc3k~crُQB4"mC@+Hhpp5\ސ:C1ǟyjQ~"jvOvՒVI$ߘs}g.v1GډJ9P@\xZ,Ij= ۚS;Ap^=&ϻ*l'4uU} /@[J7Xg 9}BgS 2@SCP(^= V5jAϓdq6⦲8h@ԛQ//WfU;j65`[1EUfòzS j>tޛND-*YvƆ@=ݨ2 BTgo㸚1MIoFOWIZ8PXO׎ U_|5Gy zG"*8ĄsJ@#|12 Q>ĥůl^߶ D#u7^;> Mg*ƴAK}ڧ, `zڭ)riqRtYeI qa,k}Ȋ&#7JmytJ!5J"Pyn$}3.agm<@G:H F7Oiq3qxH wsl|Dqh/ViP#"ɚ1]?ͥXS ¡g9HpojdZ99 UeIK-›uJKu$_2 QJ6lɶlUkC={WsE S?,'6.DpWKb88)s󝻌\Ė5lT4o=G3 Ie?ʲ !ؗ Lffs:+\V51?ÄUި7%R9g% mzDţ!]DplApH`#a;3ui *i ZV'LȮNvR?UՌ৽TesPȬZ9]ƫ*Я o@Wu?+; !Ad舍SD &W _Jڨ6YTQLb 7ݼzk[5I.}Qݟ TeJuLxrmC?:"sa)_%6L8_@mI_w4UubO"u09hV,1T)2\^hGg.덞 ]8j:m`&e.@ty"RŖokT&^ F4@C7`m'6m!<×},};ʳ9=nU>cL#um%(\o d1z}[YGxe\Q`bbTlfKJ[Y6|F`G=SI+-r8fuQCf_'%n*f/3ͼ''!C20yOI}㓨fANGx%;u?<ih323tȮ8@m@u8d.xNMM|;<3o63*{r;W9UԲZ!z& y$E:W:.rԤyI\Vؘ1IДi_vfz>$:Sv"Ӥ~(*)JI*),QU>H8s`q oi=dkVX ܼ凲q%Q5V>."Á48蟹\"لػH~O'}лطy+6Pms'3U, J)ش4(cqyj9Kv]*YN; BJ٢ÐlPgA y㬙8c끄y7-G!j%p,3H.vBLa]ҙ8:sQaCFâaˑܵ{#9Țҷ֎@B0 iϫu(\}đZ|[bXY2r;(%=E7羸97gHOh$-| a;dxO@iORRW`t n+z#s1=&["UJ J]$ʈW8Hӯqc!,+t|8j']b_҆W#&Jvy3ap̤+g.c3 `K%<*J L 4LIGh(z caC D0 dc"|o XҍrIe8za$\ qQe3>)ljR7%eWj:nƓWh]%P(X3xcJ.e cO6W_ӄ9Vz`/c:p9I=K=nP[8cqӧ7O7xKFoE@WXiܳ?Ot;d @߮h̋1A'%vW$$ !W3H7S"Z'X O4RuY޾6WUX1WF^uX>crp!ڽ=gs7;t'D/+Fl ڴS }cKHE|~c$n' #O(CVs4ףcGB\M5ϣ5g!P ΎZ ˁ*k`I(>>nH'Iϸ̥[ER.5*@Q1V&76n*ȐJu:,((зۜv`lW \X>;O^, P,}ecW Ҳx2YmV.vRU}Ru{f=!M0҉]iFڰD H՘9o}W w ȞDE8|Q4/H gXTȋb.g=G#`ͨ:rVO#L'Z "kjῘ=:_|CW>Q325Ay]=!wff[1[Q"EL =lއOaϯ59C1ȫzPˇT7]&1)WG X0ApOZ 9%S|8#:+'0P0=-bwXK^1Iƴ}),ID~T &{R щ =FK4._^WsrnF:'0 **W{򢚍"P'@Z2A98tV--T>禩G;&hhiJ(hY[U úT1"IlG8Fp'HX^/gVD:FD>+{|@TW+`૽9&6;,h@P6vvVQVcwbLA,; !nߎth*uA3ܚ"lnh㰼Ƹ`˽mˇ[JRD;Ĵka &\U̧݉*[r揳eG~+F`"lu_ouPid ~74EW$MXba}g,/ #,xz鋲8hCr[I4l y`80-I|Mj`%Uf:  [-R\ORCW~ᕊ}J.GCrFy6-%gLZ~3DB+أǟwȦ!?RphuDT sLx.n{x_./M6hbpГny.x|Շ 5? su #Hx!;Jj˜l{‡F~Fcv; YoM>p49bN" An&rb[V:S7MMV)g#I'X3yGRu=+E1 wJWbo ImAQzalI!*ժ?8:>+UpzZPRB7C ?2UE (EQS֞8U<2ż`=`VzAŸ@.GĖμ*jx@G(\9V^XaI뽿lF+H4[;2j8,~F;i#Wݥ6= eJ_ϡ3>jxLސHWߤt@w/Hb G( ABX.\FtxvrE(o&,u3{o]Vto+%vPYa7l];n~? ^_rYޠH{.!/*nbiytQ/YV_?^5V!a)YX|VRMf _6G/=LrPRDFuH2?"́-(x繃F#zTKRꋵ)1MēAoB|IYN1ף秣"R쯗֋+d UdZ1I_#?3 M-vnn6_Pc EtݴV PCF4n#NiIP8!t Oø-{3hP'"}N~ DLX%eV{jY@(4Td%^.T^Dl4(#E^xd_m=Vo~q9k;gpMnWs<8Rq- !OC*dh|r ԁܕW4upf2-8 Tʬiok1_k|UfG1d΀Fl d-3ߴ*XEkmyn6N"M\_Mm+=9R8̌l]:9hKe::{Bq-M IrDoX`n&v@,y1j§쬓< CӀ!f w1ocuC661C34(li y#'J6ۨR&;`hXԘMo0nmXGgʼrxa n)$l[Q.{ tXa]6pFfsw5 5dry3,p%>D@8˿McISLq WSp@z/RuYQSEM*XYQj5(g}uo(U - ( ێ+9P3˵8Y(X )DO%XoM >㺓',x(HvS1۳MG3<] GN;y{*R>YIkq͆U`(ߜiHkN[Źچީ&b&!*9}/N - %hQǞH.L h4- tAɩN矄4GiC4@}JJs-Fbͼ-n)eQq3j@J@]r C{84̷\'R$=S@ajﻃ)s/E1l xy?+]}Mל%/tݣMgc^˽̻bJ((┭ޙ.`s!H7u93!+s׷R+@jkΌyΉгϩ'NXl+Ŧ\r혦ޘi>؎f <8U%44u>Ue^(C{e09c طd0p3ҩ3][5Xta`~Nt= h_@9ǵG,~~GW 1nC.> .@01ƶ?-m.b&\M4 :ڻ jj0?ň]kEHvT?`M#FAЈէ܉\:rF^UYBcH7\ã~ׅ"~#̓.+4 8M jw:uv3P*$)E z Qk_Ȭﮜp:leܘ-bYCԿQa$~Ͷ~`'~*J|G{7,8R_ؠҡ`\YiozԹ;Nߦ\E" DuāeUpR?>8!.-(c[DD!/n3vs 4(!NglWJ|Ӭ ;xefOm`(# 8Y'<c)۬C_؅̏ [I%@:@Xⱒ5(>@rf?|lZ5u(=yW_־PnI}߶EBA?NF0kf_Ճ;]8JkMB1o1aMsaTs`[uw ZaQz`́ z. b(6¢Q6x خXUZrza+xc0E٨/)R&O`!vV.\yVӔH9QqS1d,G["jU^Va^Qp 2A#t*6VE y> ?U+J=\n2C( 1={jq GrA[2-I4`xNzhǣm 2 T1-sk9ZOۅ1l[ǎAR&_(n1y:0UYR?KKA/bhpF7tF .aZ߰&r k;ny)D,Sj^wiඟ*Ǻioa5SZ*H"~.Q|`2: $ YheVQwZl7Ua8p `z$J"g'Eީ"kj m*7s2 ZMl^ZY  &WNYXH" هJ+y%s/Hٻ;M kod/ck0Af|%M_7ߺQo @_tB>$4PH^`B*F֢~y3|3#[.Ax~ߑՑCh)8lYq/Рz˛.)TO]*:doU= 1Ga溡9s)۽CƇN*VOOtP/zq7ݓvU'Q} Yӱ;M|WF|k>#̳"fZ}h wo<;䎅Bk3BcM,jFE*YR|okUFLƜ;&7q|/t1mܫ*f\^aCL ^xRq|k /58q"OO -a)gvDZw<C@X[T ەO8Lwuc}RzQUV˳_[·M#,%,X)Si{hCǎ8<SbgV$@@=0H-QٵY!3Q)}6`8uzFjsg6D_c4Xd( xDϚ<%" PG4e.<3+`z>d[ǰ_ZKqRa|g{`Q9DJ(QdGDbn&[RQJ1PBWp-a6hd_J. ޝŰϝh\%4h&@}RbX"/?Bb!p kG}7Ij DAf}[kQ4%mݎ}O;EY  3ci]e%*v] =3QɁF7ɸI_ Vd30]kBMޛnR;rkF2tC-D՚WpC5PoW>s:apKɣϱ=u_|7к<[`y5G'!BymZ)Sm]k4};OzWg ;^YndVY3WMoE1\ȪEs,I5+jVKw.&m74&<4b-ͣ/d MS-[.=n,(p+_$?:{hh'sa}Q}dD`vkt⤌!-3(=;-[Jym<(j>?<fY`O8I = bHiYH| -|O/UݴZq <LmA˗kwI$=(54VC Ev_fzl#W6"k& ^^F ^TaCڢv%࢘$K >.[zR~;5Qλ!?X'm @V`-aKُJNIaC]:ybz^#p4n:`hAx4TD98@T>~B 1+>L-= ̤YAif LP'V]RJ\a"K$h$[0nOuqa^[rZTU`6,˻tGͪrcCT ;nĈHw*^ʬVtdCNu-LV0`3I9* g e{8aI;Il+R湏U)df${o͚`P:9)egvװHCbuPW&!Lч _6Pm EcRMf@uy0(IQcSA+L\.09΋'d1S>HUseŕ42["$@<~IMJAzK]{"mnp$] I-.`ю-l* 5™9majfH4fj΅.) 7A5 JqחhL,~:P%TałwMsU.IqjvIӊJݴ~`Itl3}YbD_V&Ma/Z#;Ec&95z8nQL~8pү4w; <&.6g2䫸<>) ,l9a?EC6w|q5PMRqA}dE#5#H*ciS*} '$t.R%5/<0!2I,Ȧaf`dvԐ?/1 E3)aM98j묚iPwRݟgնfhM} q7UҽTn6ʉ)jU kZ1-5ȿAE^z ?t(`dKcMκuX{=xQF,̢.α5KDu5ʻB.UC#FNhuPAZҁRƟȑY.+ZaVd\j՗2o͒g~@6b[]6Ht=*߭1f&˜~H4eG|D&OjfP.]P֭ns Ű*E =Y&=I͗u\ !F;/6g]ؓۢ(u'JLŰxv|1~B  ^׮3_~0u.qnP %ty߉ KԪȜ 8?s٤:mBOڿM\4'\FOUEsG< ?SEKx&ʍ80]aip۵bo CTW[`;YBgn6R16$`f@2,r\T2T^$#hr HP؛j46)0 }̄P/ܾDgu2MiEp4ye)9ֈQ V\5::kvqhnmyxN] *+!3,u; (ŲjLݥXBy̺އӨq@ʸ59`@leEzœoIz΋}KMb|@:ڻNuAϙp[IتZ&:uc_+y;U[ysꩪPjpHKiij]V"Ip|J㝸EњORiĆӽW!-Iz[/ Ш! U:C_ZGUaaG-$LzBf<~2eij ϷSVf5 R4>-|(#@jQ}ٸWdn'9-1mL=Y÷eS˒OE4M9ͤjF4i@k] !G1=KI]b.^BrJV|K04ϋ]og<]M%IǗ/z-URyU}m*pKqv0B\Mew-f'gK"}~w7Lژ Brl ܶlE?$6=;O= f{b ]Zm$ +N.w"KH=u sڙT7֠FoN^,#pzdkjeSu* `6?R,, Co5Sug4I08d^L[*:ij_R*SS 1|9nEfx~R'"w){ӑ1UӹK$vqE?x-=ԇKt>$n4s`4~_OJ$Ȓ9ǕgYq(il*5=p  z_V$&jd vl` &5d5pH4z9.xȼ.n0NZogA0.q//K13^a \0Ǧzs}xw5EQrYԈ^h~@QmON}g(w [zKL-%.Hh]+֝{E$LƔ =p.)\;Uhmy [$d0 n ' ]#QOoY;,E0~Ù+S/NJ0\ED5eYM@גl<üyYs[ZDAXv͑kf-nͣ8 '-Sbdj{]]DY Ѥb1!f \x>X<gvH5$Ns|E26N3QC4 YȻrC2< Vܧ2xu2@NH@jZ0LKJ`\U2E#g$I)GPإj Pi+.nb은dICL:q5/AD|3" K(aXIn5Ea7jr "_tI/v8%]&}ޅgYHk7k-xGxMy/-C n~{Ia@%޺=jNC7-';k՛L?1}kaxvӮLP 7SL*yQWĦ>ֱ e>eS-cBFa=l ~!GYѾ jM,ؓgHWaJili(֕x`ghV6<,gף0D/rRG  @xR\i]ղ^{b^BCn(D(K9܏ Ol ՛\bkC>2J}Rf3'ܐrbػ9"ߓXd l{s9ųұ!5 VFV&oavŽ#5`EF >d2F!wq4+`5iGeǤC^' lf AeYGJN^7= *Y^}r n pRT m9+/YC/n#XbnwN/ӈ9ll<"cC3dyqU4&WG)='pL}TH>4 µҳrÕz?nB}X ӀT" ]L9}9Z Y$~DBӍtQn\ؗnp+I;at=/pd/n35iNHI|N*궓ރK6\sDsA`@gf,#v<єq:=g&-$(3V;gN^"0"ObVL$1v8C!($C W&:UlM+֔bu` n㽡PC,>Kky'4-Q9a;zVE)Z'L!B6N4 n:Cu3XƙŌ4s[z }|uZJB=/ϓ&$Hzqcas_k Qˆ0Gg{{|Z/Kw:H›OZTo)|\tGz<rp Mz*+,E7JW|W= fq6Iܴ#ЋGG,ޫT:u?˻! 9n n}ћь,u!#s3b DT6t'%x&Hl! c*\Ϫ]6S5BY]fu *ȅhOw}HK{?PZVQerPl[% oL|gl,EXxH<Ѽq6ܡ1c8ժ30H.+W-u˃"$t3i { npX1ݤ|}eOK f 9su]~1YOڛ#>a{]Jf0s 6zL2etУzƹK`WA OմI @h?;;^mJ cdvbr#ȟl\=X4X(%7[B*l`d585}ڷk?\BۓK.my)ba]f2Vќu6غG!NZc?C@!)7UV#ᔜВ3hB$胬گs5޳x˙LR_MU t:<4\ӎkK?+g

贊 b~1iV* KdLצTFQ/RtE%Y__'2DŽ*O~+aUySZ3hq#LKZ 4 XN 9/&!_p4E.J> hxZ+0K v\z͋͢8^Ƶ#hT ,gts@sDNm\UyYga&H3nN[J E2fRs9uq6&?P9hcg S;fY0XwT |BQ 47 C_.\).?*CE9L {/=yi (͡dMM:b,B믢]ՖZ@;+×̶Gb5zq'IXA(':x ݹsG-[rGɮkǞŽ82+)OR 2ʶ&ԖVLۄNa{D[l+]x"!+*8r~"[^[>.}Zk`9 P6S}hr$1z[#|(3 ZWo/.YnէfP.d*S@饩jp^p[a1xrhrk]-)m}9Yػnڋc:(SUgX+D!@1XFj;,5ġ${0ELM؁+=Z`w+ҡЇ*,do菌q܂燩 ؆T!^ENO!}p..7LM8 vd r֟Sidb&=2 ϿbE{,t$d/V_.Sİ. " =6|kia~ 'D^j.ll:4ݦI!h|PdGh^GU% ( ֡95(6ʋ@cmBG}+0e'q߳4*+")Z//SaxzZӲkb9@9bvY "sAnj$,Ou>rn\Y d tɉԉ+HB鑛+M!-~ayjPlF94to\UO7'T}V;}^\xf w@çX=0H-8[𨘂KtIZK <WpEѯp*0l{ ;)qb4)0XIyvD3[TLZuē/Vi>e|9g 7r2'hzZ>;`VOxKeLfm-! gVҪqbnF1 ^ԉn.ژs:lFH+h "{Bpv̦A@Z)\i>o22k%9euw-S Pds8OzךlFr҈ ͺ8 dX~.KQB<4zsOlamom!H#T5}csB.3|p(Y4䰑jLJJKy/̔v;ѽFмe[]fF EzKσ %` S7}m(@UE3GU[[*|+tԺ}Rsz鬛yCY35Vge /k~bT%RdeSuHY.kжd&w,U~y&K }N9_cB\EP6d2>N9zӶVS+ԳM ).24lj0?W[_L>䂿?  ֛V%;6d'xgtSZJfEHy,{u;_͚p6]N}ok_-5 @i‹@p̠ĹP@dݒ+}d:q<`g?.?6v .7wV^fn8;t-.e⥤ 'jC #+?L!a=˾"Z4J@)n/6a%d0fǥWA䒼$Aa%)=,L\x- h %urfj5#5pffqvo[tN0ԟ>%1RH7q(;uԚo7tJzZd;G0fƄ.-#5v#0\-I3+o!I1GgSY 9 P^7OH'Tq#sɤy(("eX}Pފ0f=&(֣.iq/40\ԈFU؈o<' 'n2.3<]bcU֤d_.Ţ>j1dُhG DagP~`@p2Bz5qm*U d̚K{ФU; N %Ѓ\%!# E7>$IcL\`!*>q z~W1/I9~ے|WVei!߭ɡv*Νu,6ToL<)MYAG v* ׭f.蠓)3_nO28E7sJuJ+ϋ|5}K)Wɂ C]%Kv2ཀp3,HȵA[RCt8Q #wĜT p)2V07ߠu 3{V=9v'f;!18Qn(zIk=U!me=kRͪPJI0;aHe5M? ͆jJ  n ^#٨'*_-޶ByaH>*P*S EЕr7y ,h2X,K(S_ '`HrG *3hXO"?y $(t_40X а/Du jֱ@@reʧvҡ:u3o^Zu1]̒RN`È^''"SvTzjaG &{ڌ?n'{NjLyh6vDJrաZKEY%q G;#'^_F1>6;>8XnF Y*o_9MAGd&wXKOrٍץ6tVR1jo;,Vf<[;z3uvYK8Ju'/3LEjJnpgG=Tvw{ghQ&8o-#o?n,Fn1;RSū[tӄ!vleڴ M8 urE/SmXWfMHnR^yqqE >~fa̹*h_бRNsB%{M` !t wȺ @x༠6GOHA:_SΩV t)`JNgZ a*?z t:?zN\[%&QZD[b~N8 CvvouJf/0Ջ6y/%cC>X3+8Qddg`}-{R2 yM>)T({ -]>I-mY'>/9"N.)˻S?÷?FltĻ+*gr!.k[CU @沼1~pH]1 `7<<@Zc4?qfLDX5ϡ7"YAp0GۧX2K\^\ ꖲ&̏\V9A߆~/Q=2=˞٩>hԓ1i k g׼;Pβ<&I.C﮽?H2*ߩ$ ŷHOC7uN} Cyϊq5rPk5ז)~GE24 $-"3xCYOƗ3T)PɄ"oq@"gB$BM |)酞)L.!a<4BO2o$[reJEP)DayI v主>֙#3~YRƒC6՘&<u 5uT+}lӁwd.(<)taJIX9TBZv.gYOEZ-!T3|sZ%w`t{7ަ{'|<[!@eՋF#?z7d-spybd̼i5>?,l:EJ6 2KjwUTG- |pBL~|'ODӗgل*'ؙWaZBա3)ݰ.3_-)WPX h]w_(I ~ˈYG<~]P4֘|g3mH? QyGѣdҶ:-O -M(Z: bjLB8,e?p:h\Xݬ$"^ 餂w' KM:jɕxl}x*8m^΁/jFk!.y<6X+52<"S/ZPH>7]vh(w\JbJWW*ct(z:q*C9k\䈃+LJ~cB;̙Hʑ>ZDV/IYkKI(_$&jY~V˯Fׂ|=񮬲>I7[U fU"'_ /ccfc3f^݃%xgt8U$>aiČCQja_`$ÇBV+wdE*c=d!'`טQhGRku'61=q [?WG-?z: 5q×Q6ٽ9cšc>+Ad@9Mvs*3B`jm~싮tI2p.ʗQKQ?F]&?** RH$gǧױp^,zd͎s cyM#kœMҞ 9^.&K']dQ̬xݢ`~sOlb1},_k)ˏdMm|$fVi_k9{4#] >Qo2*’zQ)f_ i/lGi OP:?|2D4`uRv&IP|+| 'BBI vyO?T5X?I 9sT'Q-ziNט̉ITֺ6oqxq[9Ǭa G΃@[F|:햪˰}dw"^=sHo 'њBΡ>Jy(.Zy w@QrpM(1W'<CS˹*bέa=B617ƤrcLBݟo؛P'':t3(6 3mGy udBN&ޘ\1^ܟrZѩFk9pAg>_Վx BAiA.Js~O@C}KH`63X>ΊAw4δRCĢ:1-MUlM\aptL- ήfmPJ-jE|蘵E~2w1cs~~Zds]GeEwi#5+?\FZl!psIBҡ<69k#L2"rG?Y5^+\n>#D0$ ncf~E}r{a2ƶHISinoCwU9˹+D)$PؙD ߧ|A!eyM괬G*Yd6~{J.&-$tqÁuߚD2;(. H`BdW+Bijٶһ,䗻wcYp~-" 8rWVڔ88ׯ\&燬nACZuAB1a}P#X GyC\.:GθKfp]9CSov#ZZ<2Z ڳT .Xf|zC*ZӾd v+?fF^5A%r^,? BJꚐTyϋ7ƎA1!r-A3D4xU+F^#ǠdT(kPד"w:bêyH4氱&wW[vN=EA:GX&~l^<1ށ Sh\ec%G;nHZ: } KX>Ŗ6>ݓ<XLY328í`a>DLłgkUYP N$pP@p˻ ޯ6朙K1N֢/4 Ihrx7ⵒ,dcu")n^䁞'``r5.fţi*IîGG8EЙ]~RxN5'؆"XiG_SBNX~=Tiޚ (@& 8ueR3SSG?$KY%T%ph>欢%R$N][wmZA%1#;/ġl81Um }KT~ V/ORb-# g^ƂՃh6UsVQz=I}QLr^e`LV.9^1|F.VPlu{*(n'mCOv3rs С26]7p eDFp70J s351+L6u+%J 9?<]R B"N7wwJ; p9(0 CBơEeecC]bjпd:zimD\0#q o+ĪK$4B&N[1:9,|)z4Jљ;z+ \e4Tgʺ?RNz J]돿q-PUzu8)I#NWg² SZDuP[B~w/mHkg2Щ&:L Hf=jW!bkcN 2{6IZsctLqZBƯzRӘ@6z6ck9+9WSJQ?Py#>;==3OFD"Erv:=`8QABFIz ZH ="9%]:^}IJ]Y04GPțDz"(Gxd~H{o@Ҟ, wV)XsjJ9DzŽk[s)vZ_dF'~v؊PPWaGE>H1}.Vbtw.@K z%|&|%I^D?XG .pY&I} q2@?!<| Yk!S޵!PMʏS41 ;+G0Z7 쿉,W:;WGBU-Gkemցvv,y{ë]*r9mECC+JPFl/ϤwTK1W+vvVL熰ڄ >q"O|C2uMm1cr+(C3ED7V+V~I3W﵊d')?~k; 6KV]4{0rC¤j,J}Gg$a%c׏I^CzYϯkueйe^EW?}`S*/nVoN Q21j^L) 6?iȞ-q]ſCn@a~Y :C}1Ut4vȜ(F(,V\yxϪsH7ӆ̶ %^^ 4{Z>)"gO(erE jK҈Pnf9Ǵ%i[%|I06JA0}pےS1:Fc4$ob{G_`eD2{Z~^}UIsJoH~pMi+ӑߌ-ʅ-t05e*"3-%\:lX:F? (5O3w[F:o)c.Mi c)z$PD;MS0%]"Ks"QaGe3&}zfJh ,6BM.#9ZT),wNL>tA&]7RL g);@C.">QT dy;`ِ[gqmfܓLb+.Pځe1^YOaIv*Kaށ_]'_iUS;Dn/y}Qo7Q(6\s[hkܐFG#n!\q ᳣rnq3^Gz ;ˮDs+꿑l8Be3H!!{Kg;(!#xa= 9ʭ5EY.k-1+;?/yW6&A kW ^u_6{ ϤI/f,7ο1_w~OŌoz8X{iuc|-7K[cv?Q)w*ēEl i1F:f\,.Ĉw ˊPN`wi+}t#wh ѳ| qRN3vI-=rmJV}% ]x%q>G`"s_s6;٬.v@;QS MM[Sd0ƒ6x,#0 Wrh}%Qy: Z&d鰸.v %X-AIaUia1:D\ߑy$-ײ ̜m-^Y|1yNfizJ4 mm40yc7 D]DB}Qy*?rʜ3A+!Geƀ<*Y GVm _&=+k%eƮ$br=j́@`2fyX24&|ݠ!J{Hg_tD_3!P.C2 ~6*佢! .zoi%݀1(D$ )=̍۬ \R֢M/.*5ɿ񀤆z7wqr7f呕d uU/޴S4=Os1.&wQ6G@$jT6{}Vc(݌L8! 7*_ ƼTEr& AqaMDަwaw'KGK0i`윭q* ϦHbNl`ZuA$gx~\U?xu[`0[TP\e9fYO0v)(gfT@tJcy8$ZY>ֹC-ۄBUqq&<_xߦĝ4w=4r0Y.V~.`whb7nǂяJ$S{ e 2]'_LLvߤ-ǝe`uWJfK0Ğ9Qb?e VnOO>.eʮ%%.q:HxcE!}>DЂ|' Jkf3`썷6Zx ,,l5W'HJcR۲Mݵ >ŸOHldjFвɉ.Z>-Cۮ%엓6nh]lZ6*y._8(Ay|G6l0nwxeF N`xfPgi'D/ՙ"z^ĮY}2Ê`T-ψYAlU* &|mIa wˇH.@FJ4)3~1x0,gV+LHPx\%"F=6%l^ XKXkTny~|{  J^V y&@?ȹLX\#]T c5uKrqf<~[ohXQd1mhpՌ {qoFf)Rdr+4`ϒ$T \2G}zh%I$Xu# u$T'55Zj\ vQ1DPr˙'DmcՖZvhpMQ߲嵆XpسU]ILERL [ՠKB.rJ7Q wU 7O&\=ZNנ) \ e,=+(%ѲdD8 qGt]bQI!֐vX.ԙUݤt4ytc9~oǘN^)1HM׭ÛåK[yA2]u_HWx]+ʛY-*J5ÆVu/UTW5 lG{VYxĵ*Np[>dfn,O f`;XZZEb9$M *ogj_[L:Җ4@F:37.zy.U::qM;-<1]ӆẙVKWv2}.*RD@&nr}e)*k ާ~¬`I .x=x4cXVҹΩPr']5oaN1 ]g0 Q e{Hw)&Dp7}(^OC#| aG/#_"h trZ~FmΟ% iݴXijek8L>-jyVBS͐WSRfXlvFْJ:ڗs~S4@\a\5YKp Zb;gJ7nwZy!oD,kNBˮMq=ewu8NtYe5XZp|7Xl.:MDu 6zv{"u&u~cFɒP1$HO3m5F N^J#/L7[2nh~n2- e]_A~Y$G霃_"^DրU3l,ya`UkJXt' l9^uqÊ]G]mV\/&6imI6~Fޤyj$&oᯋbAityzWg&YfҢ۾Fh]X @:SZBe$V#ݹhx:\ 9D] ,Ǟ_Q!uIA u[4<*+Ġ^97V>[s)"UpbU:jbB HwQ{QdǙu=ʖS/2Ҽ?@"JEu>1K Kʟ@؃(oChQЏ:oz|&d4>MptyZ8@U\QHx"ғ3A Ga4%txLA/ 6p4v:شۇWl>%9ӤS80TNWb[W^|w>:&Ht-!MC|/gC4'(i[u[~ۉzfL3i dٍCz؃Hy0Aɠӂ_=<nD^XDdQ4Lk'/tgt$jЌkئ;Nc]厮8{v\@& k0%!(1lGJIz o9.YlfTy*S yӘ{ٖ.a.#_pt;(^si}ϼ d`ܞ <;WLy]8!7D5ri'8PeF.^JTV1_V#@ V d-{*na/@{!E:][T>Fࢿ?c[?uEN Et{h_ϟj.< ^CᘱDΐl^RK"yEq2UuϺ}-{0 -}"9(ݩ3cޛY?Qv4k d/aNJF}*zڠl+9ȉV\ZB iTFϚ9oo(n`ET2:~}[ԜwAȲ:B}!l]-}xp769fI']){3si$/߹'[_bfYa/5S)=++"P{66Y7W ԉ$#@`\J/lUfJZdZZb*>x+hVf6-Ppg秛Gd]O}N7ks= 6j 74,im [@`+BD&{@'kYF=-rǨBፓJR7[_+lE/(!;<{Ή0u2d]*pX?Ȍ4FP|VhhZM " nϾ V_1*_kP I dscZ Nt||A̔z[w΀Xzz߶Z'(v7]QECHejO1.;.h B2پH7K {PSwIطf~X1DPceB"~ " ىPXh1s_r;޿#=|,p|_IRic?k,Z@n5'Ip ,Ɔj0&-m좟:1WO>2HW[J8ߧq j*s`H\8?G\3Xs[|(bt#zWfw)o0t4p<>w^c_rQ" 7sRHSd4(@`ÇOHߞcŪ ?g#e WmZyG"1oaĴd/ &c׭T~z #s3aehBǝ)9lts;>g*MVMMptL_9ÊPA3uE/5hkǒ4pĭ8KcePG AN-6 }Yx UOE0@t=y S"9{u@{Uc(35x|$e9¹V0a|݅h@fUYS x j`>&F8}@З"j ykT\q}g3(.0MCht" $>qD{aؙMv%暲-~Kud>$ۂCa\hɟ`9GdO<^hLń+!mFs]yg5bst4]}現# Zj;de 8|tb *GOiuƪ:)KzmIV$W8IGtka7mА.ӧ^廝m|_SH;J~A>Do&Q wX剃x]ÆnO43b1FZ? KyjQz`P%ND&Z E0ek^|aCUC!lz.z07O$NZ,iRR#hߙ? K3Ɇ4 4y׮Y5D8Kdp)fT4Ǔm][,mkB0٣W䬍z53̊At,+PL!эt(vxCi%g Wkj\Rg) Pu*Yw2V-O{G D1v_CֺeXݦfjʣE6@z4=v:&owHL.4'yKF00Ԏӽ!/[Ϲ@&jǴʬߓ6y90k3Gt^w%$Y:4L=rö }fHg#J4[Sfgaw~E:xS5\߇-D,H>[eWNJ] ť,o^+ 2>;Zx ڴJ CW 9# s+'Xsh국ԄLkY/t߇9?miqChf91璤/ @~` c0Fuwtd`z9g#ZoSc; ִl,gdi1lih4P M|{|Z޲.$ۅO"XOƩXt Y,>h1f0#"ۤzQ B@1D:SX046+q/Kkj(`~4j*%>!<Ŝy!p9,р#B=:4m;c5tE/TI8/g,Fв|ÜN*TU ~۾](V]}[jC#nƤiQ̩X .~Vu #pNcma=9yܛqs V4;8)!OޱCV/d sqPU4Op}vP G@ǂM +UY,N[+7ֱIl,.gX=nF7X۫ÇKo -$?W[pm5^Ticˏ_;e d5lrL{%=7^͇ը] ~ZrC{1ALx5 kcBJ)@L,?ݢDQ7ӫ>u0ME$uAxg!Bz?qN&[R-vrɲՙRZU~$[q[-#b|/QXp+!c/Ճ:ƈC+Cjk5ռg>pt?Y!2ܚ_n+ /Mg_p*3VЄX|pxx{_W5L4qژŊCUV+i wZ4(0Ḙ%^5!EO :06߄^ }}0nNyA"Q=bjՓӄo x͎q3Y lP̨<#Tptp O5s.6Yr궎 $7R$3Z8[1kiCc߰!En+K_4`cp, @,;Kl\S;\ ٠X"_QyQ?3uqw07/!i;2d/m% Ӱ 86 i%i&o:r)@ШjGɅk5v? dz9?ܹ IC$`tr?B%̥h0%fCy6wvgJLctU_a=v:zp.'һ~ܬmYNyNRxJTBLaPXDqp5jAW@#%Ԁ&c,2cJ5Li"֠qeb7Ik#5 3r)O ?Jn>wP'{6q87 EXn9ɴ2t-Gtrb.qX "p1w+6jLP1`╖Ҏ~>ꂊhgzTeпQܤAW;0ZbTD+/<|@.>Z2Z-fOP1&+vI6#ݠLe`g7?*b͆W#J˅|Q*P [ʴ; yTGRntiOY Nh+QwͰYc()¢yl8=^w lGvO:ct 89J3uR^<6@avEͪ3p(< m8l2\a3cF\{1j҆๶?{V Y|M `ϖ$S\R]1κM#G}|ʤl 0 G $:ڴAd\<JG F@O aoΠ Y\_8WLC,Dm׼uK|2XUDg<:%AJ(4 o:I\N b ޯg_%RvVg!ʁce"%@1q]Y  ;gysg>@NJG@^@ޟy-qdZ Xσ52Ɲ0 )bSz!B]#)IE9ji &M':WK\L'[:no"\$y\hA`?f9/5$<IqJw]ke C~{"h.|4[&!iOl=!_|k55f*fhr"ʻ76$'Pc?i^CqU\/|Xk\mȸWXbj' ܡn-eolN}_#@S Qd]!ۇj ):.\ݰzA;81j 6taIai8ˎ;iML޳5"vr}z2҄5,cIl\V P'lan?Uq`X؍)tvCLǚ 9`1]gcs2AS0 7H[e]o\Qo2G@7Ұ$p7b N2*09iK#9-}.x}@WӞp3W !N=KuJ\OC~BpfR̥BTDp7 +Ol#fWܤՌ*9":9UD*B- Ŵ&)cT3#S٠jdSd.\뮼cmp14a鑨+t,3~۾PY \.<OQ*H_P2Yz![jf]1Z sJτC,1cK这lJ-%5}ưK8Aȣ3Iwz _q{4A":lb9 S>U>@WP8|4sgԣOaI倌G%k*JyY]ux- &P`e!+Jc&<Εj!L K~;"q ȫ*<Fψ%`v ͆KS T tԅ$]k>ԘnF= ! -Fuzf3>FKj [!꟝s=jv]MK"+cibb26EV6YI\S;-iX%``Aa"pUKW*i/ꉒ%`w=v;xO96=Bs][""= :p{v݊6Fqk =0{+e'\rT_vyyi9QUD9!pq`UaQ@^7l7.Wuyȗ$Vc۩+Oe8!!KZg˜OƏ'T#EҦM3N7&i0%Hٕq1%>sVěf_SԔD/Z4X5d6vNWqV)1NX VNMQl7UM )!r(NŎEtc2INtyIzcDTBG}h·aHr3KLg>sG;hQGYx>l;{+H\\/teܓ}6.J6UiՌt&MH*}hPDF_ n tRXyR8WIET*2/FnZ5Ztq  aE푉M)}7!6n87)܃=\ A{Yjx72vG3JiqǘEl@5a4ʎ) D.A_Y]S\2M#*6}KӜ\Y,EolV^B0IVʑW\ߎ4TK oHrt +/RBOIf)WUtE[ [isDXsWœo;LƝPT[A,f)ޠҠ ZncOW}~^n?"׸떬H 6\hJ~y߭j.T'be/a䌜D&Y<\t-#"^i31L^ƌ2gQO׊3E Ĕ0Y.hHs}xϺ8B1e7C_mC`g-0צ 1p׈pϳk3ý@ b9VawS9fOy A'l*PmfnU&Eû]W-;aH8Ʊ0;A )Z<4% \X_Ts٥vEgw-"=Inyl'A2&ޯPL;?Xq\8M8_%ߌIu!lY:f^3s[V^~MsZ(/6!hЙ{IoJ -P-uWƧ'VZS!OUq&ʚ EKdݵ0O(/M~}CEZ7 Ʀ;_1? {th$}qHc  YZ