libtiff5-32bit-4.0.9-150000.45.16.1 >  A cMep9|nҞ% &Z j\ U+p^}yg_ f#9L0[5}'k;+Z0#j%d(8 =ﱕ;iɾwt'n^dCRI>IqxbJ6g޹ 7_%ywYZ:l3f`=zk;!!.8KmϬ NTon7@jZنѼpAQ$#:vO[AKu t276bfd7681912c7ce6f6c66387cb362b69b27c73c30a263f991919ebca4af3d3a55c6392d37ba90038b86289d6cdbae3679bde00jcMep9|L'{[ɫyB?}qF0$Xٮ$89$\k}M<'3mV6{!&Ĥ"*`ؘ(w,f~BюIĺBޓCN$gq)>N݌]RO~)Ozw9j"NIx|D,rp=w-C^6)-t>`&hLYm0`;,>=ІX{9 TbP.CURphE`Kp">pA?d & [ 5V[ q    x  \(8-9-: ->lBtGHIXYZ[\] ^LbVcdefluvwxyptzClibtiff5-32bit4.0.9150000.45.16.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.cMesheep04SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxx86_64/sbin/ldconfig%cMecMecMecMe5133048077449d5f231b283f7dabb35c4513fabb57cad2ace3f53e272bad6f81894e7ec5cb4249564cf7627971579d346ecfcad60b75a7734cfb5c75f9949c54libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootroottiff-4.0.9-150000.45.16.1.src.rpmlibtiff-32bitlibtiff.so.5libtiff5-32bitlibtiff5-32bit(x86-32)libtiffxx.so.5@@@@@@@@@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.11)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libjbig.so.2libjpeg.so.8libjpeg.so.8(LIBJPEG_8.0)liblzma.so.5liblzma.so.5(XZ_5.0)libm.so.6libm.so.6(GLIBC_2.0)libstdc++.so.6libstdc++.so.6(CXXABI_1.3.9)libstdc++.so.6(GLIBCXX_3.4)libstdc++.so.6(GLIBCXX_3.4.9)libtiff.so.5libz.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cMCbc@b@by@bu bu aZ@]µ]µ\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/bin/shlibtiff-32bit4.0.94.0.9-150000.45.16.14.0.9-150000.45.16.1 4.0.9libtiff.so.5libtiff.so.5.3.0libtiffxx.so.5libtiffxx.so.5.3.0/usr/lib/-fomit-frame-pointer -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:26370/SUSE_SLE-15_Update/0cff04b2c7e52db22d25fb615e7a2741-tiff.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=1a69e8c3758b4cafb56830dfe655cdcd42e0ed59, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=52a4801d10d375ea7f046dd90f31ad0cadd23f9d, stripped PRRR RRRRR RRRR R R RRRPR RRRRRRRRutf-8ecbabcb6e14e095d1b0ba463c3ce1dbb330174cf6631f6e25d3aeea0aa748ad4?7zXZ !t/:] cr$x#G !&P-8_4|@sՑ{ج\3Rc_`;a3 $yo'8~?y[Z[ G8.s!ߕ~tq@\|:R\3=5 6XH};0OR{jx9B*KR?M퉲~KrL?8ʆv9e=#{W#zp0hb=icF ֫V5´L/dygPT[QSCG!򠰧:R2RES/^:ܐ%[]Kb iٚOJe S-ufC%: HZ)CZ#zeyl|gu "'Cᤧ:ӠܻX_p\kV}Y]8ő@QZ_*jۥ|S#$X~3_ohEt]}*p! QzqH,n$D#}dι}5 M 8ک׶C[t{:܍B9ݯ߲)TZKjDp®ҵ׈" 'd#q)+(*ڑFj%,ppsS5S(Ci5nGqW|:<2UFD5ZY0'R+g+h!ȤuK2Z4u0I_Y@ًcSa ~/檀W6cȊc~#bDW6'aӻWiOpyyYDV^ {vpe+Y9%g+5M$C۱#kXq)hs\t{\Ck|&'@%f**^{eMXbCÝ=9R$q0=!>tKbNSV1p 559ڈ_^V+Np"6'BWzpGes,q +UBY53FK$X7EJ0Z ͻH܇29=5 US`2t-4v-GzJmA"4_wdu-& ad5bUM56#tB~- }`YI5ܥ=i3Gk<'íܿY7 ѻH\$~O.x#|k+n稗nưK}h5}9pIRJq9tpis!/f\2i]ESi"\Hxj,4x2,lKZ𞼷z͕2&UM"0(:SFvF}ÌаΤlό7p3ڛ%`n~ѫ^?niYUCt"knɇzư]BmOQ;c⣮ hqR۵?VV hy%<;uApi^V;M=1A|3p,i!vhs B&U\f[bnXִUouӽƷdh=jteO#5n}K ?"\5I0%PڃP~_1':"LKt|f5=vӸ']p SbObвjs*XiTުD% ^YF`ViÖ1J8e*7GN`嘁c>ۭ >1\gO⑺^[Gyt3">q Jf!nzZ?Jbeʓ}blUkT`I=࿓#d(n\AE8hH ^6*vi10hpjogb"Cg"wR5_T甅'cU܂fJ2-@sS٨vEOKReӥ_;|@>;d9D+(b`潀40صA:7+8l0 (aHi%0Fn;=vyA'g{@CH.I1AROSbg̣YT Һ^E[cP78̈lCƒ =X3,NӭuL;(bAn¦ww<+>zAC .Zǫ4wtB5T ̊8HI)3)9S>b#7tFQ1CiJs-8 48*?F)K؁wlu ŋ(.Cd-tP09 jHp7HR% J ,e|0!峆MjlN=z+BTYiM(ohA%*AIs1VXR3G4{KKvZRDʕ͉~V!N&"S2``VrMm_!#xeZ.1ǃF<u!^F1]hSPg \iʋ)ހk+J ԯRpHaBZKa 8ϠRzaD?$Y嶷mHu #K8"Z˝"ajYOk3/ÅUyI@Ք#Y-؄%KBl< pXֵA1 2mbb,g$UC/vK}PNnM␋2A5S]k13㽽{ 9qx/ĝV1%@x[D5mp"h Zˆ^ѨD3iÅbMC P[sOgvu:]F'/,Z8pl*s hӛZ|=.foFA qŶYbnmY֊"rkT& VV<CvMgėqNcENbP>Ezzqf1bHj)0;K5)}\Ө?LMN1wp85Qq:LaڌKH )DϽ,2yWiִtTt^ ;ΌW3p4TIXӠ7[κy݅\ e\~BU\C򔝼їf),x##T}-dR~{hc9  *GE]B_HU4S:u9gU{9,hqwHv_i%D^frD{'~7 =kfmHWR }a@ ~xmlӜY!8X/trq/["IW '>!pg_ƶv>$Ad1u.ANz>7T ]Ie2~uKe-ֳ-ۂ& 6eLːB-o(0(`vo@c2럁i0*Ę#q$)*<ڏeIKOyހ|[`t4ho7|Ζϩjrf4dէny1b9u{ly9f/R3~ uxe{>7 T9=V\򦋪E7[6Mѧ.kYq¡:ڸIWVM{u&#CBqz/s c*)O7Q;-HGkA%պ 7l@O2̊XrшS@t J?bҠv;wǦ7raT cՎ::c(^b. Zu#A}$HyJ,H DJ..wr3 2Є\+Ji": l `"S'Sڕ)Va5ǰi%|>;^φ3 |‡W$5jTY@!H6`WIؘHţғ~DBeea ;尸*Ɇp٥RR4?xNkig,ݨN3R;#\7A J+R=z ;B3t4! MƮ@Ԏc-֭/VgB'^!Tҿ'M9erE`wHIYHաOjKC~Mw 7AkY0.HuLd؉8ģ +SZwD0c&:6w$!rS+lAC JUQI3c- Vݒ7x#5& D J0+S*C~_9U$DYzMD[0O8sˉ:\zUY}aaw~I%"ktk?е['< va:MȏsBG!VTaXyOCTUl÷׬&@ן=eD5xbY&-) 1;;w^YQoiS)EWq>Ij= ;Kx9ip: 1ûΩD0i-~ ЛtKh3\xԜ<-9+ͳϨ5jm}M J7I> ,7"f_돸a 'j =oȪ~&>|M8͂ S T6>"a<8󴵸Uya p#,(OD!)p1. W왁`%]%y,n#;/Υ8ZPl RaN)b@^#6ǎLQÙ$F>b_ƧEFBު)A0n\@N8ɕe |nPX}}撳"b)+ ʌhUjcG@IY-ig LEeA:;5&MFYehxH?Afy6z k*FqJiCA4x"J^ٕ OUD 174ֵS3jnRp43xQh}R'Id *3W2oa!`a6t,-fv.$*>ăB:A,/ HMP>_vP %mTx ]=*=[8`#MH&~&;<G㆞,m*Hus":!wiT1gb[!/GY:A1YfE 4ـoND)@I)% P `|}ENatJvvܝ>b7joi)gDs FufrܬaK<Ɠj Ia} i3zuqdK]5g'yq(L_I5 cv)cȗLrpMʐDjmwɇ7x"/R0IUKY,S)*8wW,8胝vW bzS}[E~dg62x00tt,.hE?]\T(y~AH. &(G*B_wlFkXTؚC6ܣ&,4L8e\#(ꬼ0GuS@{5i+=i]C ֩Ŗz7[`{wyc+; 8m|\_K~9\ᬒG|γ}`bIOo ߵ#LjO$kPhC S9ܚ$pN2v?%-;;XL]]M ':AKV ^rK`jCivt] A5{&i~:D0R<ʱOGr N7-9EUuܼ*5) ^emX?ad#160=Rٺ\"^]4n]-R.㽳!}R[3lfϛXf+zևB??o/ uW(Զ/`Bm-4W):G(j Fԅv(n{ .GwSˁ!_2s>/R/;]ʙ+l !I?Q$x չqou@k׼X 'O&zrqבȡ0Kee}Ol"cqi1:!xNj֏DW@CvM7?ҮF=}w5'e 't0Jma5Z2G |6,/Gb)hc+>+&[ b~v~g`E]؄eIdD12+sH|Bc|6N;۬Prw`<R 7$6.ӻ<ףʀ, WJ襲q)xKUeyv1`YbHFxYnUr'*lNq}BbE]7WE֘eؼC瑹: @yȻ{^Yxbu]~5ߔ?Q}jb1hH@KE߾m;FCN8t_Bzܺ6\sհ<= ΣWu6zzî DvkN%֗.uB 7Z4SKȉC1]J B[O*}fh Rk8ϗ #Q4,Zf"ȯ. #ovNBjt_ZFc΅pF#(5,1 ZD>c7j_dni~2Y+ ]  z]1X ɃCtT$sUlV9kM^ݯQĶ~1jJ=$s[c7sKV"qyIapC1'cʺ riĵ-&<w[fd\r晓w\ʓFcx#OôTl]11SrS3>$E>gۅBy4 U$Xn.C3w/8 ظ]~AEk Xt bbrg-َ-Z/S"`#K][[Kkg](ڗ FoFRÁm<N HD5Xr43O7U(Kp ~f-KvFe8;GދEW5o^jm_^〕{:3b ' -$[Ԋ?8SW+ __$bbkeDAd`)– 95a5rCPeT^GZc|G,x=׎~ئNCѨt6%)k=:S wGtyv5m ui1X=n0=.'dH,O*0HvTҖ:OfѫK/hTLT⸄)І\k*8:bӯ_./bx@G:U0MMKd3CkH=L[wIDʎ4 O6#^qwLTĶ3c,+a޷-FclrglIPfT>yKc=)cEv 2}֦ fgQS )>gXLi|xVxL. n! ہ9=^n҃ dQb;jtH A^NXk|w^xL.x.t/~ ZΛ^ nr$q~Zg's4? NxW/ 7B_)M]l,ق/ۖXʖ(1v+ݫlEO,m#D!xYDdQ$);HxC$kuk.%ԀO- Y!Fms! fK,Lot#1$+fXofh+_˹&3Ô0y&x @8-ȹÙc"Zqu|MݚԽ4̾TY4DW@:R&ua'/5gҋʮkϣ:#%j(n? FQ@z+GE Vn Cfى~$ B?B[rUZpH^^,s4><8i{%^k*wx`EnI$?]8+*heгbO6I B/)u pla..){t=X0;ցEuU+ 'iDT]L!}C?#KvuY8p#K4$+ ^k=_H X+Q'‰aC%em>}gM398 67ȆQT2/'ۄ>>|r`Xãt% vqbX1so^҅0+L%Yd"<G_]8pTh F&^bߤ BF]ӡpKPR4V/>szUxcʗROaݰIZ";yق[=FXl$P@q4xŘn<;]D\ u_E,9u|$!U9@ײX>Pgz^q>㠓je[}u}/u~zhEW<Ȋ{EZ9ⷈC/㏘4b-%iRRh8s3?X:Co ߩcFvm0 ;)&2<fI00Nv){W;7Z.ȈWoO<֒C_p{T:i&&qb1g\YS.8a*.2bh^g<4m)"X[-o*_¤m&͌ = anRp0:&E\&Ű" );D;tn{:kH|X%Hs,V.,BϊЮy!.enz .C6`4׺ϟ\2<9&~{_ RB9{|h.u`Ni/Hx* βbh]1ȡOJQjmа7UrmAL;º_+_韄%PSbiI#u/Es;"f)h|2?jG҆&MI]|,d; J"% rjQ4i/f4CjDf z9Y'h4 յy̿y_|nдF qHoCr!R${񣸨 ӓ”A]_Nh+IAWer<}Rd:xBy'OlH]^Ilǂ}zW!xq uHب#>ۖ}qTsrTnuZ7/fjGkPyB2Vqv>\@H.5NKcvֿJOJ 5 DM= &BntGB<ʵ*Lk#1R A?WtXxE?QI]epl, ڦ(([16&``:L 3r`pÓ:g06ߊEIS;_D:8*`+z$;(6j-Țz> .ld;j +n{ɓ]ti>\\ cvsT =)b͈(:T )bf/ֺL@HU"(6WRvQC,àKʙI.}DM='x!,*ýOD? P-;*@_9 X@:@(*,,tv# |)V\ Ӧ/2@T% 1%<j9pLj )1\KF!o]吷a5dFudOSiZs>4;,WhR-zm{lEQǐ2˨igpC湑IǼT8Sly! VuzL{ )h[ۇEf^Cu걭lPvD~n[@RټCMS}_GjvMU'?dMĝ\ تvU&/#z]E;㵘$ g^q]Q%e3&(*!Nn6sq5tFkG)UI+~p+i==[(U>RAyFH4pqjlܖ6323~IoTK8)t8?WO*7XC_`*v j Ryz[N,=M%6!vFΎBd^#w f݅7Bl.zoeU+To4n^^62(89k6d{~[nx޴eXOqKէUj;1 FJ>N)cIAvz>a%aǛLbѠn76殐!9{Ν3C-{r`{mJl{ʮW@OOOජUS+nPuЙ6:D*&=w+r -tW9-c>+=LH- &s9: E6{+ш*z^<&CU 0qW2RcW|6o47wB^VTuo[7U;XtԾ: cdq@oNDl*vu]_h49L%x/h% QlMP:UQWve8lHYۀx-Q+ 5a o_7߹tM'RpmvMq)K؝%:LX#Т޽bKLUSN){ف?:Y~ikcBO?Kh3슒|K(/Q qA3Aa6hi;BҔ9XVguc&|ajhG(< q ,%Ţ,iDXw25^҉x2{zft;m)cNj.SC7{fWXJμ^lm}?k"d 1W-{Þ̶&Ui_+Rmf=t^9 L FE3"`L|=9F`5zW!kF #/דa.=ܫO L/~AI DXp5+&PpT=XmCX I59xs i[[Ԍ45tdcbd|U؉tRX+>^# 3n- H'>fi>@UBm%,3. ^!,4H+::Ň!^{: :IE6 e7eG(Xb|" LHc\JJE4?9vK|j}.2{x,4u:H,˻9/wi7gGFDagQrE,2ҒqW aC_U琼Ggv[mؗ!Ls1^ȳ4B ^Xퟩ҇u,)HvmAiuk+?E RZYdPyzS#~^x9Uxrwk⚀bgbDV<@"n)LY E&\!$TjdFzW<'9Yb&v:|:"6Y|%+asfCQOUБZ1Oʅ 0(d|&D|@-"ytbRK[|(fh  Scu}ޗx tu)zız̩-y!gr5> ؒ: ؈&-ˉ +8ЭNrʝYvNv7DKœ;?K2%跌.NToz xc< XL%_A1F}jێ@0"qIAu:hzXH 7:\)N4k^5F~P"wӠjB^}fӷW",&#P(];cZ!? 1bϰT|WXKzqYrR7B~ƞ9v1nM; Kf?%8%6'LV\yҋQ-Rʻ՞&3cx)EJ"z/^ =x})fTLVsGۚ(FfM)?f&=WTϜlFp-IG  1竃^JA GЖszQODr.1e2Rl(I>w]&{ztY| tXbueҦmwʭXưpz&XSt W$S!uyNfR]*#gPN$Ncf +y~;b\OGyFY>z2c Zs$VS,3^^$H ;S#El >@6HJVЇRyI/:/[krٹ ^7{II=CDŽ5`Eҭq:"|lbGA11#霂Nޚfލ'%Va?#s74vr2O,6Sqm}etAOan-qWظJ,(]n|}ΰEz r Y$J2wO88O4Jd-! =fiT/I̵-`SFJjߓ6x 굩^&AZa#Qv" jI~7N)*::"m-dO)EĸQRGt#!Rp$^dVCla )2<#=hΌX{̷y'BKG;K,-)mGeoѡi :;4$7l~u C'f`gwRVg|+3Yc3tk4V[0/foP65lUp tV$ĚPNzJ-ݭ_~Z@$R*oS0c :cF8R0 p ;MiBokEߥFs\6WKd%lL•b`mQuNm20(h[G.4}Le&}.|G6I PAJlڣ0L*|UĿ寖DE/.xHq:` -uV5Vy}7=/4#>~hHXRꋛs`x+qA<~sPpB ?-6KG~߼}nڻ\W4qJ}G6뀅/׳Ǹi,Jzvn}Xhs7*O`uR̿$6WlOuSaT,+$i׭LbVfz-D.31H Gł{^,AĈئm~La)9B/l `ϔp02._) ԳS!gF@ .ݧ8Һq2/QA?:}%|Ɂk!SʱVgnG_G !hYdHbM[ ] 'z Fњ*Vd|Ӣll9=XR#(‡UC.\Dׁ$=Z󛆎qbH_"c 9VCRo)VBVj^H æ3a@?`Մ\CT!r8I`۽яw?zվ,TFq-YhkI%K;UH<]at؂[>S,(HEgtL(y#[wB34z{CbDh΃ʐ3%\Kv>O,:)'vmoGUנi_>:kw@47Uˉ{8R滥l@ SXB4J w_r"8OG~AB"2O0ĻZQBywWdtvfT,HDDZ.s,(ݖUU-h@3R6gbǟP 7^O{Qާj_ip n Dr-M('X 94a͝C?b܀2 :܈gݑHoNkѰ<hd9f@7Zӆ|Q݀w=;"Rriځ?qq"SӴsF7*Ԝ݉ߩ%x" ݈̥+_''hduw4pEc v.=Mr1o&ev}KOH; 'E-3k8\B4P|x~R&=g5Λ~e֘m I(s^/7nnKFn.-ذ[äR/c:6:˿GC[k,Oszw 8PER 8{?] xII 2 'W̆FBB#tJ,·;621$ 10נa؜Q1xR\ؖ_q] (`_i Γ'Eq8rS^ cɴ!o/D]fG'u)tnRx"qy>f^FD%S>z&=}vZ8Pi.&CXWU76sTL*ma>TmԞ;'*F݂/ʖoarDA>%`KHmS sŀl&ʫ:Lv_ m#C <| Qinc}ARGK7G~@/a7 w;lcR{kmiW%(gȯ\5 ;Cj9"emS@LJɟwsSy +װY^2?)8ѐ(?w>7"])X"~*,C/ĤvX<"d3~G,ױ=i̮Ξ[\v`jUH~? \Q353t kEfTsʓoz@"_c̾܂e;dOJ炮'#1OV)e9Y]J3$n+k]r |{pGdǬrߩ"`pSޙ/@;nB_E\F(k) H}Xm=.e^A=5i.11ew{pڐCX5_;4_PRz! qlɠ7[lz zO&8!ٚɟ;NH `en߀SO> z8g4QI젏@ZhWǠ LT+9u?f6hI{Jj°^DXn Tz5;t.!6%TU-/$Z S^r>u ;16mG.g@,UHQuAgN|DϠ=2=b?e<*y b1|[;\gp''3lWDRnƒH{(th z O\yp'vH!4>*F2yxjH BݙG5 mL8UZUfS+PyLNJr+Nٯ aCIʀ0VYN_Wpi|8@$ON; {O Ν%~ї%'QIsEy,zWګb&g0Z&-q06D;IpyuA|Rn+ \2C΂PЀLgEmIwRzJGඹSi_Ǫ}RP|"_u 6?x75];6lʝt !`kkyK^|eE%+d=j ǝgbҹ<"Յ6*fnǐ4^[Z:K٧-Y8ei*rS'T; |^H)5ukKe*Gkꇿ:=WGqG'k%Qc|V[>t% ;Cv)[VJN孊pY[xN|lw_LmF)Ff5p/H枑3qvCInlA`AqFh-BCV;3^*8%"^nSEp[&4dn%]ssQ>MOw[sSv"YYl5j \ GIzQrZoފJP^]t6-=IO(TRʢCQΤ;gʚ>FhNҮJ@d @ݖ-y!]|mN?FZ<  jw3YGJiTDQ:˨sB3zo`4vtXnqR7*g8wVJO)^5T )U!ɠ*=xXV1<*p5>Vc"V&u$)TN q:vBBkB Av1pF*KƦ!HDLQg.ɘNwv) \@WӆAb-[ f &\ǝ<_sw@{ZM5O^~jg25;`7U<mRYwǰY2\pF>Qd2Qy5{)>L.B|,bvX,x|'\#A\m8X. Dהꖼ԰^YgRy:UVmk`41Z3pV{%^egVOjjxOa]ǻ-E%'V1C !˼ґ'JN1G7T$%R4lA;dy  slniB7"4$;ǔ-Ssʜ<,N-,~Cw@X&^.}LO4rz`+jx]S'eP 3|fp9qgF[ѢܝVKEeE}CcXx}N_ !xOE $)+pmb6Q_V8z2p$fHPXGCW"tXb^_ww+B; wS極 Yhq5Ғ /;3}Նt}ĩcBy%w!`_t<a8HnކO^ojY-^UVvVp¶e31KDm$KԩSg. IG,ob?%*-וi2CNZkM Pk.}M0MFѪodGP*Ts@ Wr\zµN') ">,K*<2"7o("Y2# ]'r I#NQMnL\H+Y6"rxC-7Jxe64oE'Jo>y[7k.U+ҋSYk"[> Zi4\c~}""]c0:eKToſmmbxPJkubFi\0zlWAJ*irɄKX)V]y !xW=r~CN ͎p>eO??PMxP%|;-_en'LyXwcqe|(5t&.?]bziƼoi):}7RGN<-s46!H|vʟulw)(9MT޴>V=jN,PMdstl [&^]= rvcd]F0,\="ڃwoaA 3k Ss$9M# }MLU"=2-{-׏+;&-DjccFxo8q>TGB[*MK301UQf,EvNMh 4 f4Ȩz~;Sp~*Hij`1pY@*oLEjw;1M8FG;uKdֿζ)WRdgI2bmߝ^ѥVt3YS{>cqavR`Aމ∯Dyҷ 2LMMe:UIGt1ٞ6<{DY@pN{QʼnHQ#C^M wEJ8ԝ؀nM5ҎJeIt\gWxK$BM'Y㠄5gۑT#ư?ԺnnoS5 SU7Jfرfrvs{(Gg\Gʕh3o=߲څS>ŮmҎI^r9e߆EVtyw 2QРLYo9I@ Q/y&_S.ĖQWWnTVW![C_kNYauT3tfT]$i$;l(pP,pcBƿw*¶wl-ƾ\aQsuܞR9ed$@e,6B~ҡ]d>w!Qq&kj `O9j6CڛX>$e@MXE mբvo<55ҹ HP(Nj-RzzFrW?c7sptDZ@4uxܧuNpxT {̦<=5F׸Zwɵw B>XH6ܸ Vq.PkLK(Շ4xWmBL m=pjF\Z^)@,ezwt6>uː"6d'oe>ě2TC^JJS؂^{ O&]$ dpk!6J;|M5siJ7v% F-T\aݢS&`)>31aL'J<,OQ3X Z~G B pI=-Hq֮Әfׇ e͜Og Y%VjKTV "l'.1Y*N;7nռ\Вq9j>"wL`ޫpYPאqf]WK\a4jjwsOiɨEyAG9XϻaK ?Y~~]x<@`՝*ÀTzBF.a^K:}n_CtA"OuK2{j 8钓1:8iW勳4; `yyIԕ=y&JgޫɖG5w;$wr54DXY8tLzkg7k|S 0``v[t 9l;F0 uw3_%8Dai 7-AuSP7IH9h}/WVD䬸d\emN_gѱ1: Ll$&+3PPKr,LJqG"1qTnu|Un6t 2c_:"8't,@4M#m`V$gdC1u}.H~ 6IG=6G1Q [9qhYN(]!;)^HhDP |2(>ȀKZ]UB1K~AIv ef˶fYr8B"Uf|}* y`I`:(-E`VEPI>:/k&w1^tlSc? MY3oܟ O!d;(Hc~R a$;$I$N7j0Lڳv FD_$}XLsfֻLd~-bI>qM.͐K۴SIʦw9s-0~er-ưRk4S"`MT]ŻeL9w /ẃ'S_R|?T8ŭx)f g}Kq{dM6Y 9D&&hvk$T}_`=ȲV//Sck:GNۙ؊{ Lxs6G:yo9;skf6(mp s9uoK3\:g\¤)]wff3*f(B!m>sm,w?imi5niy:=B-dPX19=;n^rg28WZ9LV(Xt fJNNw*\e2%SҮ(G"Q+k 02xZOr3t*BmqxI,(ǝ ;u o~=7M 灔-8jJ]SV7t )WgQŒVnF- ?w# ڱZa [T7m&yFzVS #T!$9* 1AS:F7=܋ EL*yـţ*pH]{oNxk3NNc(׻gzw_rs Ѵ14!- va-Ǜ%lxďy} ݝŘ5Tp#V7QuUR?@Oߚ8ʧbN+1͙[ Jiăd,<e G0vd8< :u(!O+H.,¦UhǣAVUxg6`o0U>Nk]爑(孜tFRķ]r-> m^;:╹C*O-}[c]h.}r:m*ޖj։u;[%ڡ'@ʼn=;LjŸDڂvU%~(y_4:9LCWDF;4ʜ^:SZJ+%m dLW\LJ"1{\q|We%_7u;h *!b-sRچ*F7TkBO_%VIm/H~#50o NT|BrI-%)=A)Oe"%;H+è2d`r@kո&Al7LU V֓5 JR55 jNR4i'džSA*ko -Kml?," &~|EwEЄ %W^Ϝ3t ژ[ǻds$EI? XV>Ytt*D;wzpi>)lnR&ʖ\znx88|JAec6CDbcc*5 0y$'IQiUi,أFzU0u.Lk-raB;E-:ߒ?䶹GMb1'R|Q^ft 7 l2Q=,_B|L$y0:JX؎&-&yX߁>aڼobCē`B2󱟽E;BɤXMp`(ru$'{Bnt:r||at ?bI?7>`!&ి9hI74C0xxUoրj^Trhڪ#?WGF'J-dӷ=lqZFLZ0&&fo lr[Nte3a?W0x3Fye߿qu'dKQi/<l|)tm{2~b{ęsvWbHYB*VP r=ys^iV*!b656kF 03\d&aޱU1Ӷ9Rf ̒!/v%dhe#0h..߰+x@fK5 q>S]рԅfPؘ 1cYב'ru>X;ǹڛvΊ8 qQE^! &[Ĵ~] :\j '@U=d T؈Wu uJ#sBֲ8Dn@ɒۘJ~+~~abJP^þʿ<pF%>trB:WhM+DD0>LUiHݻ ʻ9>ȯbZmM"D&$[z]IbO4E/EQ 6u!qҜͰn##:`#q5J4L2S*kh"J]iЫ+َ~$ux3W%E;5B;p<IV[f)>7NUVL2nE6 ̠ɸ6}p Qةm2&Z]Q}d._LiNvɩ'?%E!:-2=JD, ٮHGE£>tS0Om-_. I7`KGH~G#8&2⺣[j0ѨM"mH 5Zfbwg>]xl|/ ,!d$f}D@qiS>y۵U@7;ub/i*׫=}@y =֦ F⟬y`ò4@0-UNET^V +H>aIqΧLEY⌉M/`h]4f`*?˔)x^]66r&}SG؜A^`֏f^yO.W;ٰ\Gtjȣ ~v ]qSuJT]Dj; 942+_-1JYdO^p7xWh7j@V0[w^U Aix_ÂjV>)-Ef|I|xY ۂi: 5߹/ x)V* 7Hvu~kVbH07(Ǒxhft Lc NtR í8)ʄ8f>d?m/_~I9Z -Um\ 9|T~< o"b W3| zZ-"_6P8t>=QT4UU阫2"O$ɝeַcoC\:l 7GvO`53"rYn4␫Ż8mKfWEOC׭R߮t7) (f+rZl>ML$IօíR1+B ΋|4%rL\Qs }&Qc9+TuyO7F0n_ƿ ܾrMg~!ǣބSbM]qX'v x*,Րu Fq'ThY0: Tg N[1~4qww #޼Qi WSىu SP0Jt|6 P!o4m^CW48/lчWɎFX,㜤_R2Vp~r/EioU,C-UMl^1o]3rC O#-k1%~j푓0."s%"I[4[ -d3G>[۟tX4?Ӫˇ'=BLH62ywLذ `l)΃|8ByI>:sۦ@ŇviWJgW}zbwyĂ`}ڲͳQG'+@YlI" f\Y4tz(1^ RoC1=zՔFqzѽ=%d _B6'3Q䮖PܯmצK+{}%Nfn5wNy)3,8xKҬCq57|R͉^۪,:8gQwI-ϟƘсB""jR0vU?[W(R/ϔ{Fd"F#7f{>{cZsAz: w$"y1;R+;Y]MhGU۶DZg|-KP~2֚^sYGJ.2P"q!x>Fili]S)gM?k]41? @`lhL嚅fUVzj“iژ'ru\ w‡S]?PI[QYb' (.Zh AVdygܾrwYRYMV^^&`t%ɹ/~)&zm^ǝW\^kXzI]k8ߎ2ĉ@_PXZ+?.=dW/TE|28ѐdwA Rwqx;u@eWQI{_zA95Y/Y]vs~)ps,hkkqIb wSVwJI5!^+=;BxPſ~,&9FGPVΞpLl]-$ٻ"IM^9 1BF`)RNpj5 {ܰx2p٦?QB=U!qdz^j[N ЩS VǻsG;ֳ"ح.wJ'콏YF" ].??!7.Nz}۹؂x+/lw}|1hʠޱy=+=2UAvg2.YkS[9w27 ,7+it9,+oB=i#C*v0_f)a÷ͮ A0wMˏ޳ɝmij_:N,Umo_3dkVyqg Olh}>d;ށjwYǛ>L1۸`>S|-t_A:*tbesQc3=$Y| >o $D6F8=F6WN?c7!JbtOǺ;POgǨ:6MA{c0PY7؎~%\k -oq.d;ggJHO1ѵƽou1qt'@yK)+~nGDOMw2'+]vp G4q^iΦ)u p-ucmR)rW͕ujW]tD G.gj>ٱA#OORgqk~xoY̵N3CKbH{ )A4 mӂ,:C˲)-#yTʀ.цi=_ ۴1V9jw~GM2awaxy R@V6oG~}wѻ_ n]3\uڂQ4~ aIێ֋(F@հOcSBzOè9Q~k!qMB'ɛ#t2 yuO%'NAtRy#YLW_K_jN&;b8I <,; :"bA;Fί#ǥ-ģhܙy 62QBxh#>`x#K`(ܔ ="Woбjl(L=O}bX `+G9;6USi'1W`H?m&#uX^nW-Tx2Oʏ9* &;f͠.?4 _(OBFWdemD"X]J}*lM/Xʑ}]vA72'ȕǝ{/e=Ng iWUmN|w՛ V0ZLwCH 8 _ pqr;t[*[k/*P(bl\b<@u"5BfiP/#|J9[5O[ԶNK**c@pPh]o06SӐw,q no?w<+.dt3b+W,B%8,J-x3g" u <\'aHlJiI0a㤧(vE}}ƏR{}\9 IW_#DuK``ruƬ۩)'ixOuaeL,d(,@vBT%#p7@o`mc5+Q:0*+~e[*`^ Դ*_^ ֛qz4C:b/& 6PVVx:[~s==<^X /+%Y륆 >p:*{En"Q@@(ߦia:#8!ٽЖj;GQɑ"n uZ؉˗*^`ݻGoi(qz&X:7m#Zõ%׹͖XH?[N9;ȝ4,lG2\ ۃנl&ɳkR4D?` 2G'mHQ~kr62]2MNicKٱ6Ljx-lw9rpŀ^s@TD۶S~4FU~[6‰zQŪ}=/W27x Ym*H)AQ| aJV2DoP*kaP2v +cCJ {$ܯ8+T.ь(.$3\oFDžvNx_&l,ըIeפwZYiV{9a~p`"w u<.Ɂ}=~n4'Fuй65Xe6bJaPUO&\&4ϒ OQ 'I?B\NK=Cq|K 2ZK1"ߏ1rH;=:P3JqD#W $ť'ﺗ~Ov2E(gDLxJQQ/# AP %N/d*׳h`ZIAL}cجk{@6\;CF5=’*t8`v..'tlܨ#:Dzl-D@]Dh1K8F6 ̪d^ygfD˫E,F;/#';qA 3ԉ%GrAUdGf@boYU/mc-nLzf"OZb{J JNEBgXƂRh, (, ^ uS2ģ{MHmɚ)#-5yf>uax$,;]SVE}yg2cw< W{ B.Yjd*B5lIŬ2[acvnϨle~_FWF )"RzT*c@0f bK~M=C-33eUer%igm#n+AHYŐ 0;s3T8'K5 㬿^~{#* 3v݇W,`Mأi*!);KZOJsp]g-`VH8[aG5$}R'bF*gqF"Bm& Io3!XMv#ڋexM%#8doslǥ+xf o{^}ZC+w@!giҫBKOyrگ˂Ft%9s:;CjK,.ְժȮ߾PrsYS\^ sSlV#:{#J8aoZx b|!D-v;O(7k*S:MSR"KwN[WI(QBڌNt6`0K8"oϾ9;~vWῇiBBJɥWW@7'S%*f ;iĉZcV!r"!NEbZYH&,ͫ LN[尐YM;xV #Uƞ\߶Q:\K*/S4̓R^:Z8Ag9堃^xH4-)g'yˊ[U?KǷ.Rb&] yD`:%:CFPYEn*\( W0|ß5=E %xrg6{VRnb{ g;Qe3ۓn.ǂx] ٰnJl%a/0v6{JQj_$U"Z0QePKsGas7IY+3!2aN> ᑶgsڑ>F;뾂7oĕ?7-rEU- ~|8-bB鰋ɗa^1frY~W;(Q|HyK8xcxe-Cg'̛mUo֚cgkV,NqF4JF?Kv禮)|]HvO0UfNQL4uMu,AOzP9.1]3QEB.= 0 cJ*Y2j MTI#|ϓ)L5\WQG_Hj )X*4̏Ε.U[.JZX72\z_?nΒx !\0V<sX@ׄyqB9?h=Mc?>zG#q<џ73DJy&;ꝋf PraܳfJ}Sg=^Jm3˜)Z h(Nn 0bZaunn].sl,/;1`\ſm.*h\TU&2[=z7Z4:fdQ/eXH7{B:4QP$46#ԃG{pPA } uFHER‚eV7ʟF p* "F[-ze8bQ6.WKӳt>1ܒ(8>7(PB`/NQ@'B{I M!(^Gf?\K.fR4z۲)+"!>z>PǹK@Q%  #R֯ɪ*,Xmd ;\$بoXW>{{ iPlD8[]l${MnxJ&r;o3}H\aV/r1'JRD)'Qjңԏ"/ lc]a9`2:`-@d(A`VL`1`9  5/e=ԙq [{,OnbQV}6+{6"),ufF>(/[d6'.o-V{D)t8v8<~V8%C0Y9dS: ;!z66ЃVGIHazCUBsiWvx;NIt Zܾ+ΕDrF2{"Q.anVQy*OaUV$2Ow,%=*OfOCf[ rwf3cmx ks1%'^EbTnZ6^2 &4{ч [8\W|/۬Ґ}-D$$Ng i'6,x8~,9{ cUt13 g.AZ~{XN\;JKX=Y0c~Bh 9Gaƹ3wbkE8 ࿂}NYx -*;*FL? Lb6/d}iDG_i:ڇw?6RUI"yۘڀ ~PFI`k6È9}YGc,|jhb6/y Āʌ@qZfq"hTvmYI9R$2aݎYlr% iЉH_åk2-tþeBB9&d%,Q!А֦&J"=_/:B U,$[glLJ3K8ތHUW5@8ix^sV/d|IqPyȷby 1'Ȑ["qԱ \vc dʯ>q[mZn.Gϐ!/9bwKj#s/'[`y#q9hAE`cE.U$_Cq"@6L9g)ic&w8b!mp`K9282%/8OK ǡ΄{4ԀǦl*FŞ*!̏ ܆!3HT "I;>ZY +/4el1p"-LPBEGXΝr`'[+ІSqrs'wU-7& -2;V ȼ" W&vZ+~ГL+F(uϚ2zU # \F#uT [ Ӡ f(2j s!-z^~={Kwy6-: i,pdV/7H:,ץƟ^M/\=%$Dxk]h&c=řp䞥;+.%)&`|+,,U: 5Q ,%d,o֦ڊlSx=NՅ&:{)ž_Tfpǽ˳W]a.QI=Tjg5- >QLY06fk FEmU|QGUՓˆc֦pp"vw+cJ9Zp]*xu3qF;!g/^Kc \•4 Ǡ2/TliF'Riq!Ǟ \c7\TKY0,@suҒM#id^qSh-ZoՁ'%0'AfF#K?vnлXZjQVA5ѭ%gW!k,u\׽LeN+|"#}@?L_dA! Wy˨ NxOXGoMڧN2򠔪[nĚS.U f\6V2il#z%g5N3.E,lH3DE`Ypo:ʡ):j8<%,yR}Ѹ* PLrȘR*)Ʃ8/7>> jqmr='Ni SȡԪ 8i'OlKM7A-QTd+]I6$ASÇP0KO5YHw p#o/Zoxiyw 'Or49)^z 4\t&ֆ3j/UJ%7]s|<V9םC\ ,pa=⦡mdh%K$ {aw0@(nי|5"qg}OddGn/$Zm)cYPk}ѪW_" &Nilw^гĻF˹}[HU? EBEE˥iKw&8o`匸InLtE{Z7   uFqgNKukUۈuO';OjQ݅IH$Y;7~SY|x4!Qrߋ+dz bz!FnuPd\lS+ 4p`6qH{O4M5EJx8LjzLkQ;5.3i}*׷=)6j8_gXΣK'dRCBXrpލPUAp(fx/y-.);)ra/܉c3q @<vq߶q=Ydß+ 4of@)J;{=DS'byKUzb5t&8=W*4\$)斾9nˢ^ή!ZTD # |n Hs}M᏿`fρ&9k$/w 'fsQfHF{!͵)Nѯ ZFvmFm)җ̯ ͰcB2 ެWShv)SEf?h&gSVnBT_;aũZ+O|IXe^# L^0<\h.=3E#L2-x;Mk _(#WO\']m*;9YK8BԜpDFd.k,1sƼj(ȸabAр >c19)veMVL8uЁ(PIҏ; +.kN;Uu 6dKΊBbYh{z2q _rfq3dgh@#%` a.x'"ҲD~zeĄitNkb|[Kΰ#[:inE}0y:[Fb,~u G}-+38&+'`sZ.IVm}fNރ'Q=揲xY%?XBu$SsB {ba@5̛`Fn*)jS@ /9ZW>=(6 ~4& h}x b`LL#kN91 ]#7rX )Y.쨲  \cs[^rGΫ_@\ yU:58DX*!4 d]" X)KXp|6 wB(˵bR%:l;l\kL-Z# >ARD#R>-wK֪\Z s on)i_5 u?$ta<9mZ0RSy(a[ 3cc7c ' ȳҝup̽'Ôdkى7p,,(gŁ_aiƎ:**$I;cCO ?+h顺eO.1UplI|e1|H7.Yn8䆅+8Zv"`߶YArL5;ԭ5D^wmq,e.,;cױVmgKz9L/6gݥqnhv]v~g's#owZYHI9#V32PF1yTz{{;!U$FV-i$M/MCp'O#ALԦ`bn`sAv) JM_U-;ٹf,9o7 Ԋܻh#$ڎF5;^d9O] cl{}T8=/H?J2䊏%H` M&4ΖmRył'Cb)H~b} w/RIqPNuyҖ8{\os __t{t< *#ij _L `t+B̆%&%(Iy!D&WUeJs׽*L:K!q ?cQ:X\3|.%0S )O')jrM8nWGCSS>aB꿎xBrϲFЈ&#gNh=nGh>E'{P@dqp: BQ]XzdvA8s.ɸO)K թPqmK;>Rm$WG-B+xN3;ϒ bli*U/4$_#…k,_u7)ZgcyYHmu9ݍ?( ;d!6\ 1dhçz pM\N?[RPʮ)!)xJǺQ_5Nݿ[fplɦؿ ̷E2V5t8VF@['W=\~Jd.xےz/lj +^VȰT|>]@X?@&w'>)3Dyvlt!1}+`AfgJ{^S^ 3>UU#u2DC7Ƀ*k,wgD/xmjx.4Z&<э !mJtҋojx#ghTB%ݲ}jjF5DLM[@ե\ػeǗ+*ʤY`h {&uB7-6$pswovM3 4՛'y|ۜwK<^txf]"F<#uWg<5‹(5B7@-<J.}½qtEIC`⤩4B4Jn$W3G1l0D܀$S"ʞe{Dif&ͨ`K+vaKw$\A2cg]"1cO^0WKˊFs:{.언exjoZ RU|Ӈ99@`fղ=ܽ[i|!IzD7F4|]`yF~B^Kps:SyܙP L $+CV|WaVEeX>T9t̯P <_݂ͤa|)/<'>Ec@ d|Js*KޤSJLT OM4_S?i@.e荞~oZ}]c? oD]B_ooŽN颛xdc:̇ ~>N+ \{B"bǂq 胉 {oRK8h$.: W4>]Q&dXm,}$>ei'UWTHz%ȉ%k;\rZ$ug7J]cMvDžТFRf*^\DI9+iY͊e҉ =*t2b$\"y-a]ҷ Rp9QMncù"jYZ0Sʯ(_O}чZ#11}Wҵ:Rٺ}+WoQ<嬻taWC9P@MW1@8 VOدnۛ-Κk,lF7:ZWl U@܅V* /Ɋ!" ۷f16 ֶN+'N+'k dh4-Fw Bڿ'6E~oӥN~ %xr+]G<د }\93F'P PnP:ōj Ij,-F'vHm3WJϮwؔb%fI7. bdzb$xA nZ}@XR/{3k <(@{N\aB9IR"E%Y^W/dz'$p2m1`hSr^N t Cf>[Dr]j< &sΚZnK=5/'XIkj̠20Z ?(Z1<-$PZ5.U?VvUR"w$=뫊Qؓ.,L6vM*kM>O%nL:"P^͔%*4~@Հ؜&I#MloL)&lf!|6*r>0AɏT -_8o>JoINAJKLDMl99Atx ]3T|xbW3P!i9޼7aL:ebx.R[V3S̮<ށ'ȼn>}':$g*|&[sD52fGZXZy2|YywSa2$:&'c ]\C{*֮Tyq<[^i!?dU˗ytC~" 1i]5Z-/j'M9Bq\wv*L03/"z3U_tjB@S̡ La(fuB7yՃ<,NSp+9vk+~J," ([G7S5O|idjf:DO%3(S j_8e^ "ǘw\q+`D8"w= yTث~}*' D?]U6Qenmm66ZIDORl[Ml]'_ GiwL3Af)S^E0*\]T k#-ikA>OË̸HdWZU| vUJtI"E4pwJ{ƖLz!wLgf'Ը şs0'QNw'gW1<XjQF0=E?7$c?h`B.:bWԑ M ./ bMqN7+zܬ]mZVH͓UvZPeLDY ]2/p`=Jl-5Q$NXC_ī]=Or(_ s[I,9:n %un\w(awt,`E)hOAFl2pQCy΁x Æ[g2oĵvl?z91?MN9 G6ğQp('J ;m"y-*DJYQw ͔qjǮ1X3e WX,ZMNY@PbA2eUw_P3G~))_צ\>fE4šy_?JDZ aLni & 53̿1c` h'NUT j|]Kd,[[jz=^)K=va#"rB A>[BE^pZJPՎ?r?@\&}zYnBڨ\4Ha؋瞿eW(Ie Te_JLQTIˮ* }EgǼ+_s!^Z|6 NQiu\S.AU;Eu˼ns,oZa|=XԎ35dl3U) R֙EX ZAOсˍg 6 FKU(u6ce/5vg0T^SvTUM0݁X%Ig@p0쵿 80%:Y!_3 Go-챹x:~hnb"jf-t-1G=)`L"%1o)^ ^ZB9(䃮 p~Ĭ9%0zV|L}:vuӥ,jSTu>ҮUiu=XqZ[CDž3'DpߢqS> ™66w%emHRj6l 4M-FC{cT؋Ysl.$Sv3; yGZ"3ș_k^`X{`7O\K2[2I\>Ō^V'P-OP 2v2ǷE4 L7 B;RH^Aľ`N0?6xUCM&Z`' f3z6˞)9U'BKݒ3 ܑ\ݣZuYU"N5s 0cڟ8v0Rbİ6`%C f6 “b1>{QuY*!L?T8>Yd(HUm)3"]@?0%LA0C*TcVHw'ƹxX%u!ځO5ɤS)H|F8[WµҀBeyC}.EgңDQnO:Z pfeIhs 0Vͽj^wNz$A}kJȂr `~Qp+.$EhE&DsP6% #>[//a}}|MuRn-]I$!9áBmR)cFOnϼG|o[j;^ \T< k2ā r"אw2E2sG,FgK RlSt륤N 2ۗsWkpkq~0̽Y*7&Y O0\ ;s}_<[}b0*!`t.'!Mf7<n6*)w?z*M6Hz?7fH,g\C9/gZH͕ gUoRd'אc* Z.I|z_:Bĥ 0Kd;g}p: N3^7b~̎ݾa Ќ zo/F}tY`xc5|k"r{9}=!I*;_kHg+gAAp>d?5Fw @_7pJ\vR9M ݛo>=p}FZm\OO뜽 Wanoo+c[ӶZHr`AefrqP}d-&ip3lb!#/(C]p"HmՌhY`fBQi i i Te# >C=9!Î=A(]`ӻ꠳6ЍEMC`IE>?ֱ_KpvQSR!̫;TC#lY/h)(\sӾa]i'_I^`J?(ݝv`q 4x5"ti k0=5vK5N<dx89R~f6x@II:֡!U 'd{ g_ ]v3u%wzrV"r^:ӲzmIAsqN]4/³rƱ|W\w6%]a6u &bG^n}Xn\̑nx;)P%z3&M٤H(rcQWCdW>R6X^S+zn- ^KBc-zmaeĖE3ԜD¦%b}%$'إ5vɩʥڋd6`2l`6Ab8(&X ) 1Y_v}EWM=YvkںpŋN&oD(lЃAA RFJrrCBʡj.5'E.Z,vgTx-R&r ɸ0QAN9j旓k2:tB2B@K!z(9ڮA-ȩӄzFOQ @n۷d?&ci5"搗  :tTyVֆ88T*(Ee*R¸=II/g29:Bl1Mh4Rίr5(>`cr4ZdU<3IìK65c/vIY~Wfc[З^lCG”k+[.<|̲YpR(p֒Z%hH@%-( ej?_,.+U"O^I\1Lya,S `Q<;)2GL.x3Mjyl3Ⱦ]=~N|e|Vj")Q!{m?YxĴZrFn}g$ꃶ ,le-ԏm;7lgAzxYh&oSep# \K14zgfG #PoWxJeϣo._&K- O ` a9kޛ;>NA/Sbrjˈ^L")8Y\)FC)'H&8KGQIs Ř|WWa𞂓n ܡ/Ԝ0 zH7ߓf]d*THw`pĽm&r煣%a<4p/8%.*ӊD>3k1 B kDcG '6rZn m^fKr-ܩ@ =&z d&pBeFa"Oq9N_.vѡxזrꃱFYFO0(c-9c[IA;ݭqy\:쌓k$8hh׸.2'c3j22ːv‡}ZkjǸN+Ts=um0caWZzva.F]5T5k,$P/U[X8)?2E"(1@؍/_AK3$ >'%s(׊xQp)q4l8ء̄:Ja)|ATjgֶ#߯@=Vh|I "bV;5VNTw/:mTV>bx-*qJ{hrTndr3 o8B$pj7mwï=Ds+X7\Jم5,3=W'愬Lm?k)/Hj'YeThl+GB =C()i{ *YܘY?HU&P}1C'vh zt7@}k,xC<4|I~GgӬT#^|]HL2ykE͛&'z +!$GW^YL_C!W$˺]c!t_ | y,s l~p=l^2,y^daXpL@{KAGF d?Ef.);iRbl(0Mf:5up9`؝ߒsArb`ʹ34=}veegH+ GםRYj=D}Szl$ÌMUT.a[v#`M,rISGy[ |g@"E+Hhb3ppم r߾*VH4nqW|Tok ᦛZ"j{+%4GiSXjYQ̴B[<9Cca{Cܮpռ:ivŃX  IuǶ&As!|,>sܡtH0 ~ϲ4}`ƽIPoT|+jS=Y4|2tzcg7N>~uN]vǜs]~!'Y_crhٽ9DޚuJwVDk@בee&1D;y:ɒ(z2ԁld0-8tf,*>֒Wt!+xn(Ƨy Dl]v#SDnO`Dq>fiU*vmg a8VHMvn=?cJXe+k6K$aH3V8.Cۥ0y,.|@!:/Fx @wZ B΅rЗxI14үp HUH,2[=r(2:ȋN '4톩|SX#gw{ F.;`A8,i!N[lqŧU~TmJ>jso)TYܯPqG|~wQ0`AHR)M(abj*Wy2&L:e+oaFz%<)9wH_?$FdhJ&o }5o"3UiO%=̒nGmOaL$Da}V ; -sZqފ{^Qײ/A=RJyky3x矒mx`f-4L ג+wݕ@lɗ!%c:\™wnU][P޼ώOsvCGVn3B-A~CVy i!(] h4v&$H.{.8^x|m5Q`--yL~8 { 6PHer\Dnga|tlV0<T؂)`jYV:S_H]B#1~}1ͫ2(BaX%"5ufI4]uU]׫0OV iB>XXD5Zg4q{ق=_>R[liP$zR_TQqp]?fQ sW1"dBPC"{w'R CC#)#/$<_%$TK`~'٪*^ b/zeJsW Hmę3TD,|FVKd" m.U)f͎T} !vLEE+#QTBS}{ƽeu{s2Qi] sy~P>z6.N_:Zǿcla+B^$0 |o4pX{Y<`wdA;|x2wj!1*^Xj=tAgJD>Ʈ CYOuXc2ٗhPLa}u~;OcOuwd3O ` X}I易\c.uRK&X4֛B "({a_"ݩ20ӗolߵVo 09ss0ߙef2I2tJU^]#4UBΦ `W aTkYvseĤULnбA*X"H?O~pqrlfbA54?hlTCl!<.0H]Dܿǃu)=o\ڌaA\RW8s)}&d8]1{J֊Wd+z}T-漁!Ӄo >tuӂ$b&7u%j֧`゠(ý }ݛTRJ`uM(/{n;N$pcxv[OT Y DSd"d`@N'-qT7tC8B`N!sqp¯ $OS VxM!/h6OJ?~bGq]x(J&RO ǣy^AwBXlD20zU|iVvI'P%ھ̋ ?J,UHçDoI[N_F]3 b8%1>F͇h!FJevow5C˟}*BqsSnH?*6o>{X8Z|vK]4|,d-\z&_}%H5ρ#<._JtbӅLIKIV$0 "yR§ιܲ;DLUXIJWsߔPL[ _""^"r-Ė۷mDnM>7~P.pM,QW| ?da"No1i$؃5/58 $PBe=3Av(%?Kx] 7Jbaå-&bve A3 w.0)!Ţd˄hǝ{W=}܊!E6Ѥ^ΒwFA.݌WM8,6ԟ#<QKlGvCxŭdtGnu|OS]#w :Hg*?7(Ɵ%%җ!X컎'Hגl݂1yRgͼV[cr"Iuh ùuvk^+XamEh" ~9P\eAۏryT"Gy  ÞȉGlo Xx2 ;8AA>W,w v\;N-˱Idʌ;%ry MTlKM[n웋Y]Qζ < Mt{{ 0rhzNȕe;o pfHu=vS#Ħm? nfP7@Kp2 dˍd7?@hlQ(դ9=~4zV{N+Bҥ wD~G.#'PS y\7aHO5bm3$A. R q)q?lϮ&oKY6[A٬8XBfI DgN0@~;ڶ{Į&IZ]92k]n]UgE.L46qV9ֽJc0 Hǣȿ# cTN!2E紐jqc>ZVOr,s;^ɹ~~q\TS|^"scZ g §[`TxY;|@(mqFY*a`Ud7)z>%uhΒT  8{?sWߦ42(2O!wrUbl8X[aA-+l|kPZ㵲ѱ=[^"?EoF󵱁9siB\Ү{$*.,~UKw 8q[ NB3'.k`{B,+kx1wk)xQCoBSoZDbI[ v-) j7|2 ' Ze$o̥LJMH }җ{t(31vUE##]ѯciՎ_o.p)U~dZ3}0ll~yXfg2%O?kCe%oRY]SlJ#WRtпRYh (Nkcyط磀2p@HIq1BsQBw2P 4eSxGd"3c\v{4⾅Z3a~/!V<3z>odɎ)+ @(A%\2OXHWFd73~h M+3VXOx֡]UC X 'F2mN7z5O/Ց^O"{`vlrQ9572t$JGƝQbwh0/ܑ g=A3;4.ޫDhkȶgLJ *jhn$g~@5fkˈvɄWgZO #YEM|I(L8`5NUދsW B~Y@q."Ǩ MCSI.ooI6) _tܗ[+R #'k*BY8̙:eQu2 Jjy:I |-lV$h9ftF*79$٤|z4  <}H0tq< `ma}cK DջZ 0q9/ixdxxM<RY@(MjCyojIK8H>_b5Xݞs"VviTG"jpQ\oŕ{Ԇܐ+U,#!~׻lυcBX~A IswzYb@MD$V8'R>/\2__v2g3Cwcl{_d19Ӵf8y{00 -vʲ)z(G4p"O0))8k΁} aJJ22j>#ZƋDrCB=2߭HQsCs EC^6!ƤRϋrxo_')]ذÒ46]`{ڏ@n_dUs@̐ځGcd.|$j~\85lL L +dl\*ن~">8 D~%(D# XS)Xhzڱ6UnQuW!N# . Gmq7A5F>V*@{0wQP} `ŧsLu:CB6=+mPV m(t~G٫'"[ߺn@c%ǨL]ز|Ya6o*=y{S/*zE|=/mnP 5H[Ad3]$%~ {K??p;;`-;A'-`R%WN5 ڇNN(DT-hYdeO,I44)zPlHIqkn'=pE$VI_u$л'=Z.09M}5Ym8^ -%(Y@E*f|t`͓14ܕAH-POyw^eA8;) HMT Ǔ1Wn3ƩYu1?A7Qd?e0$44ߧ4^ޔjBuԍ3:D,4B62PSQ(%{ ꨲ-v(t?~-a㡵g 4עΡ6LiDpod({?h*8nf'oAT~l%hv!Jf"v.ndbP 1V\8bE3" |7|HFf0谌p,d5i(]RtSkwUFp44 ҲGB?̝wvvFZ"IiP15-PWi޻@SoM=mԥ>i[@ cCU||0ep [&XP"]{ǣwmk68nځt6DMw=W2ٜsF|O#rʟ$=˼_A҈[ӥ:_L^.ˆn.mJ*?Ɯ]ZJvIjb=S* ŢK -K9IK+]Ͷj(#1K(St8 j#R5쉂-k GofuH'ͥT^*d=rdDӯLܬ>)\3&VcFUDXMTѶ^Q HasRp: x9ðSza,fVVX?kT֛nGp#naIWL\׶~sVgLȕw˿Zafcذ[rX ؅2C g*Zj̈, 1yuJ; jkCiy/y؍.lCऺ]ͳ^ō [`~SQܘۍz1bw^$xM#nOC.p">cc P) 4o]_A`GR1# lZOњt)*E trmҴFX~.E= 7D5G\Y ` vWPAm+P+,vO]F'B?\(T=8`Db8qR&݌;<}Ք կz.xYa$34UOn'r/7˅(@x礨wZa7ڍ/+]P4*🯭>`yecLweb)v~ M4KQױDJIߑw/ {OAә;ů7-אg=D0\q˵~y~M8,x)3 <X @1ϐ>MQmɝEoh#y5 /^3q?<ֲ\&az#aO!}*4takpZnTzdHJS)<-LQ/ Znn&Ƴ]fG!"Ԩ6~XG˒^X(m4]ʚsyo5ؐ8)$$d@0o<{՜ UN,Tk3. iHX>V.穹Nm\sBlÎJ!DFP4kkf*e/۔K|SWfW#Ugx <aC7ڱ5n ]"}G.k *V@q 5"PiGnlmj.^H$[ z1g<d㪘{z.CY/}%^f&H rm͠"?Жq_tEƘʜܐ;rfz3Z%|G˜_ >!i [j;=x]^+*ߦF&'YUg&n/v1-ʚmKT 2ԍT ^ji O/bJg{ؤ幗if<򯤜 CW:m$bD?LU@gS/-WݒSvz ~$4#J&qJ?`?k[ccG!΃z43jG޼XV^U-a~җy#BFp??k@YL`K֞ +_ t,|Q]B*z;, jJhLf/l1| _<ƌ1#fM?Mj{NgF),[LC(.1']F1W$_6ÝE[o&`z1]/HqyI@))p1<(69 -#Vt~+KU}g{RBUT.ǡe^{M vdXsZ@=!w3`mΑ8^6 0 MVw˩ڌAF̛]E%aF\3$*Ժ9)T[@d*JI&hn+o/XF+.nNXTQŤ2ouJonJuHgBG`zY=@!AU^3ȽΊ^:1THwzW2~އD20KR̚YF̩w #,ڄhsSor\D$8 S]cÆhד]PU@ɩd%z* %cLEύPS߾0:_]ՏRdQ Cs%ϣL& gQVOA%oCMp Յ%ax%*>a!f1 kfCm=MYv[lXh{cPGhmAiT9+g!Gh0qEBpVBuخ?*q4 7^]JeA/|OVh<*@\|u]Ie=EFD B/2  Q2ʋ3M)qSܐH멈zɠ) lѵh"v޴=碚&\xN'ɰ0wls>'nj"b1\m#]J6# iդ&vIvL%}[/<)ta1cz<DKH*I,AF(2й1(Iovʪ`$-A oyX~G[D֔in IKw&/q1p)8 Ϝi<@tgRJDRFwOk7ɧk`֥sh~o* Z]!4),P«&}]Ӷ[)_įqßNg2[ۨiaeYRO / G0ZXi 4@Շ[_>Bߓ]ԙβ6xʾ2(ʟ a2PÌ5WEm_0qW)@9w3שu3=нjƳmIP#5cA(VDO@X dKS:F^TRMĐTb2+k5xbXcec;;ž=g8N_"aKXa:-O3U:R/ǃ?$5g0Oxt0&°9%\AX*btWצgI_3j娞QK4帷)N4 *c^F ,Z,dy'@$"BC4C=мvdA3 2xE TJa"sѪ*y+)L 叾v~[O] lost2Em$~uFXʂ{鱁0t:Hi <,qƉk+XNo}3qE3[Q5%G~8IcMǐ妐 Tx_5Pg@(9+Sq7-Ĵ$2ϽC0ml&]  L;G'ysAkxn^N~<`el,$n}{ SRH=$s*wanhfhQ퐫ȐڨDӰ5? cOHXj/TmȂR8>ɸ %g=rlGQ5R#ڋm(kjȍKA9 Ԋ6w򳎪C"2;DUqKԌ#R`R(GՐv,k^ȢZi+w&uIb)7̃>o0mFn{%UˁdU~Yq4lzeHYo2E0]!|FN}6>׮Gq|ƌN!u t 2F&®q ;:ǓhQ*wH3rvN4R8OśUpXTGWit r_yIGG-3 6i2ъ<$k p9iYT6~_:C@⌑M5ng% ǛKRq gz|7`2%Jg9m7UN Q[pUO' Z)XdVA:]xAL/' g2D[pR갷MZ1~m/'p5|֘OG*් Xd؟#A>v픰 r9 9ytA1I֤R_&Ax֠0Bq#JpᇏAX H8|('Qz-=CrXhajج36LF81"2,ďr39񊌆+7Mr'h`7ro:< ,Œ liˉ4:nSlBۢҾW$g]aC,Cx3h8ޯJDB }5+J1PuX^8 fgHo\F@`(eÏhXGvOy>qEDfLTmWϛo`Y\eI3%مZ=X<~kbw 17+0, CAv Au;8e IH0w_K lg.N9^2%E{櫠}1$]} e m/ކْYmAZ٠nbfOʚ'i('F" xе y K?J렟Dxs _mt>?x%%qkƛ#yiNڏ}s+$VwLm8GeV"%"J*_͆ i ,vh;dStة[J8n20OGy"ll̎.Q8CCms Ý:Bi VҤ;V=|4][Ɨ@ÔtW4P z[ۨ`] ,  1/Q6ϻyR+!uy2W`Z>"*qǛ^yhnE&^YxFWkx2Rg\DE"WkX@h=3pe?t9'xͫL>m:5"f9l+٥D1>lO_BE9DLɼ6zk4(u[K'\&]̨ N$8)d;n*6_]P/=50YX֠ ZEEؤUN2CՑ8x4%@nP gEH RmCll 23Ish`_]K_2pBb;~TdDɒmr ?’g6褡S\%DiL!0A_A>v*ȚXRyH" ш3cBz(c4Ho_md,Jq&0RB29"y xVf6MƮi3%M0 PWH&ӑF|%`OAc8>c(QaU^K b Zwkm~ݺ tP_`'#nI/ jĀKTzPqwWR4 }iqWx*Y'?d<vz_PBo:J!cmPh3^AzRd#=bl4-j:\a@ xCA17p$E|vc I7s'- (,7-K`SeJ /g*n㠏g o ِA|ڷL!Ɂ;?~)"T~a`hw,8R EwXC5M]է`޳,:M0/$^ XuKZO eV j0bP6z1Zb :Hjz!.r-G9N /yDH=B;#=OVqxty&=1U)ߨ N\*]?T@35|?*L? g΁ta#be||[lAwa~ UP)JA|鳞jY7x C/|Mh'!mn^ͱ !;gTLJD&!vW"!Y"k'"n|T֫i ^j %ZI-f&KfVi#k)  ip6[A9y 'g`tpTqFej'ҜVL%#xg"M+vZ`5oyMvТz3$}P/Al̍!*2XMLjudP4 #uIfrI|XXߓ_{]:r1>h [Zy|jJi{3}3:Ud$@eowԦm7zT[6P@ hÉȅ/WXj8&=}V)dp|bf聋׫aX:͞{Aj[,AA`%*p[ 8ϒ\ZOIR A5(/IE)3lyf̧풄#_&l"F G /*kA47<6YsT du%iosNpχ, 5vpIʤ_;x-0p!':`F1GVeCH7ٽV2^Ghx)Q1d5-W~@a*^mi%E`rY a8ֳ`#VRZ5Pt.G<(9pzuYun bdIT:z-PG^:\ҌM;KM8ڷqAx$fmNĬHnnȊy7 EXnd6cNG'U1{:,dަ8_s~; Lp,"`0_t]W ~nlx;gnMQf 9@N.H=/O|0UVE΄Vz*< Xf6//lF42h1:~L_}~@@խ LH ķC'f)b(/Z"62眕_0Bvo!n) I҇A=N<ӮՃZGEf*u͢0[.x"K7ԦXL>TQc_Vj_ n%n.^یbo|H %~WMWNɄhqXBR#=eSËBR4ή\4"UQ RhӪL8d^tM-QUYtH]Vi& XŌta,j4}6fdR:tN*PaB"wd~;*%~p%k,jeͧHT`b@sX"$rM?poty)@=9,rB>먠bLε}pj7Vm&/h* Q$8 ^0 ܬ\=kî01(a5#fob$S ;7qF&jI1O֫Tn=w. Yhfo%W35P_@xI 'F;޲STJ:t=r_1wCXJJ.HZR(aiuD1#WV0ţg1cD5cx~|#qTm~g #Hb>T,mkJ՛bAE_ ڧ+츓ĬE9:BuT m#+Ց->/}ٚ ƛ cq$EBc[{KӸ|.ܔvp֤ U t`&S|oWW;Y1v8VWDZ2]HnX4k*sR){eMerk,Ì^dLʒ4=oo]L>YO.˞9: a+|C i >,}0n77廰cmM%ߖ7Vh61a&5Le14sdHwTǩFrO'6bmD:(ΙYJ3 fېeB\]5{!#{*p:K.HY`DrX8xbrOWz/PfD"xt tNrm%c'Mx׋2/1Y|)/S'3<c)Q[VrJK Gg|a*=28,oya6-I4^ b0$Z|>8 Z[ox:H)6UϹF¦LIO^*#a%!5H@.@vW4-4^7/[N8(f. %<^C6c|9\t(>౑U˷"r)Gn֖\ئ qM$Wab䞀;`w zT%JI? ܋&hG q7Z۟{e+BZGs2mR$ !anK* akyW<6\B=:6umVA$Qg`D#?]$f2Ya+-7VŽV$ЬUdhƵdYh1|@=#$/ѥ61.h 5r Ut s~0=WKz̍;>rXl\7{8rJ4KRD"'Z4CnE]yɦMGaܧb(TV6wt^Bf;A!(-fЩ$f$ J$)'9I^IN2ZT 5Y@p[~2>dtA~^L{^p*No?(A;rŇ]kI8TK].L c"د*{GK$q䦲Wz7ͧ&UDh~UD;*c@\?ːK%/{B!yl@ [ɳY \)rÄV˭P~8M_V#i71$k+p$sR VQzOqk<>^iYPnSSXÀ$v 7. Z6U4]?aR:>abI7X lFGb*b4u1"ͣ_1taO=ub^e$RбGad[$MuCtx'$ Z' J1[]8fµ#W\/1f[4$B:tRR tKBTl~׽WP鵃R[FۯU7 <Y[A6NbQ0@*V N3 &DRԌ[|m2j답u_%Jƒ,:s8ºch4<l:б$Nd!!jCH3dn@-eGԈ+jP?)_cv (v4U}r'*,USќ =fr׆e*-O'aetنNߊ3&Ŝ5|ˌ}EyCFa@,\dP G2 6b,ܜ K2oZORV?" $ ivisQ{E9Ka{B?"otd3 MZ~FF gvZq_h9j˔IJKJsW5ZNNIzDP7u׼a37P~^`?GOO>HO5;_;NyB j}AV[5// Jz  xmM޻ 'j!?6aׄ6^b¼ 5Ԙ\\t[rsXjƎ!z0E?ɞ*MSÏdrGAP ?9< LuH{\u#N4y%(`-sD6Wa6?F;ť?ּ =6J38º=t(W!՟7Va# (SWȕ\y?srgLrL:rA]dA% Lˉ61&p7mz&Abީp V8,뉁ܮEt;JH7yNdu^EJqnmw6hj3hxEAR\BU83)82, 5==;^(6T5ҁMk=$ ɽk;fثxZ>LM#AYI q#46 IQ4{6QRLhN77S-Yck6[dw[FcUhXړH0aϒ=7Ӻ")@4bLoSLEòWGa!y rka^}8̛|Ml%nHi 6ogS7a+FK!S56K\u] id]Ne.cķk^j]]ΕdžMԏ߷ -; yB gB?!:pwk0Ɓ-$8cn2NKbvkD.0-[iGҦ+/2g }<Č+B1ĸLΈJ_9Us.^R‰6Ď>9x[6-{0s(㬉 [FE߂2uS7zNjT xo/ i/зT.F^/3fe莻}pJm/d+V|#-LMk_Pwz)2$g oΌNA3Xކ#!_vv*M hέN^ӢfB;q[X{SWrim#nřIvp1=)Roe/'Y]J9/S;E}͙{s:əVZ#z;Uk6"3sR`1]b+%V0TJwcGSd".f*/Hm6k+1 DwelوvZa݁ENe.\N 'XspҾÞl |/`2#"]wSW!>vL !b<= ]4o`8dhޅ;FWQ&h1_/XݱQq vsJTcFP#~,j0gR 2ɎVdQAx ej>֦XDbJ7싟?:JNu(H| LnyV袄8%ˆblO7zӷ'b2+|a{zmB~Z:WKS=H;pԧ!N:o= 뒇7w6QM!&PCdBXkYܚz@Eym.(vT=s;}>2=6SdQz^= u9!9s_M灌r-Q˽P}# ՃC1K$P(7zV(l16( ͺUŠE\ ?oZD#]T zEh%-o'I<@nux"@ QQI"¼u؏$50hٻOaw)d-ڷò1]`'H|z&,)ԬVѥCfz?:Z ;G!bgNwYѰIPUfd>bJK=Lt۳{蔑.4O99Co84wL\˯-4.`J F4#D;"ƺ-JY"i`ضJbW?s>H<2pE +-t x-Mls br^X• j!&?f1vzQAyׅZcJbj8U f=yV{:Zjfأx@3x&+"qLG-JA0As%ќ0ZjrXsuse^C%Vޠ;"Jqv`Q,\lӎE\ԖHjmYMI | ctIKћ$uJ Uz8^( XZ"ʌDsI彏ڋn,6FN2\UaG\,%3%7X4ڶ9OQY͐]t]J7]Kpb/K #p:GS7|uV"r&vz1͓ynheJ%Z'AfYq,n@׆~7rv0Ɖ"8܋7Cp7vM̗)[5\U>Nޢ)t}lr#XC֯;V : ܺ3dsN$0=SC%Kj!D'|ho ͧ uS֫;^3LZvЍ!j?:9Ez׹8L)QZVb -}!\8~JGY.cmL{쏷qDJNrn.$o$mhzmyL-u5c@1ME%;yn;!#VDkKVfx͇)Mӷ%r& FgpD@HT>Q)stƱY:[jR{jɅuQKoS5AJ!3 ' QOzKmM’+ ٝ=83m|a)̡Z:92W/mE0D̯i(.'p!39\hӥt1k>b\cՇV$lLX%*׾֢<^h㠷Ǝ2dAQ?l#(qjwpA-EvsT60`?'\ez_8V֛%C6hBGiU?e8ThXW?sGbV2 (~ˮaCbG(X5}YmmEjq'F3dlGqcL8>KN|ͩMݜT^30ްaky3IpUg<(+/pQKD2 ب;8~0A.@)5p qnr(f ulb?ix@>7 sH%T"xnaOڵdl #D)Dĥ,a4c*f[֡bCJ#MĚa0ٸ6d◈kC2`4& "ZT`9a 1~0ga. r`.`F+WR wliܖנBt\R{ U%)DEm'\ /5EG=ޣs/C[T+2jմB9-a۵Ø0; ~|oSЁfOAKG*oucζ(B "`(XKhneDwcYcӀ0%yu /:˥h0Bw8'z Ca36zzB]O)fҕCO{F#Me>0ى V̺,;v ^YOw!/e_z?$mkn{MB3e T`ǂzlFH!$6GF*G NܫlXmub)Bs^8"~LK(--lc=IOP\K1fQPdXZ$}$)4 92RRit?^t9FvUK`Bl߆k ZF&RjyޓK34("4Q V)TxyGYz:6YAY|K0du齚fF֊PSuZbx8Ij4n٘h,/t@ADX"S>4.;J`|/UޜlxsU%k+˥+;bR@M!iLB*܃/ZP#(-yN5O}i)K;;~=sR8[}Xob' 4J%Srh18KM<9TR|ZM:,Cpv`;: V}T"f]L:+0NEBR*  XrTJK?J ,)B,vR<F- :aVNP4vSqXMq^fLcJ42POkl:7njܚT8 wӌ/5VycDSkK"73ch&@% s?7М?f{Lw‹hbSӦװ> sCy*V(WK9o lnY(/@)w$LhF`aRr!af ;K/Ój{ vE .h^EL ֱt -hԚgF= rb_$ܧzxoAf81I 1,϶PA 5ha@\)a%%WeИ.~{cbIP/b"%.ɖ hbPߕML_ӛpFu|Saa`P3'Z:ʹt\8%IYW{'p!N*ԺATYt*t[ م-;P,rdN`m*!fp-h]1rX9-KU#^+n gE1(n/O=њRkэ@N;FFnZ?'bP?vx 9y(Lg=]ZXQBˉy`n pQ*7)B$/5K[j7L&~^R j(Gw:qt(ո5ʊhbllsX@R2G]OÌ pClKQQ~é^(GGZѪ^FaeKbhz{'.{4{"w wgp+K<}/ݰz2t.^U8nd?`Շ<i;Piٷr,. T B^dh-sMob}on:HF;a=R[dq1}?wIL>y-شdΙ~ͫ)?I]wmשAM{0;}X j I*xK8Z${b3ܩO/7|ܤ:s` !aѝx䈤h~f#[sgv٥I إV9\`5H-FC8`%EiZjz % 4$ު/7S ]Y11و o{f)nKAAM:9@J[ԆIkZc,#Ol@ܳAV |R:6|Gs'?^x?0tu72!;|gy @R)| K=w~<8!GX\UL7 S)gzrTq "oESpԈ{W %*ɻRj9NOasBs&1"ZtAh*lX8aBH-{LX|{v6@mfi@P&p$ hnD \d݄'(bTRj(NaPkܓ'%ƍly+a/,K!ʼnpܯ'1s/dtmǾxGDie4&(GϐL%??fBOU5ϓpWՕ`QQ #4KzJAR r4ݍUNmJҚKh+4zRuʺ*n%]+=+msd[H8[hSHIpn%`Y:xYmj߂(~o]vA4*J/;'&z+ܺsc`RJ㰒Wlʓ֒fK_&:Oj2aM%򴫬zLHl8GlI%9"W6%nK)M"0\/M8IB;z>JDף;ckD/+} Z@gК_` 5yWUvB8*%B_o}[Ȍ/u!aRlKũߥo 9] >@8̒#~W)XJs^3{a$y{AW7 82FJ"ϵA;)OW]VFU32d"}H.yvDUO1zӼs e5IeuMc5Vf:(*-bV81Vl Ḽ p E4nUƖ82CTBݣlFe͍'󙭟`jtֿ'V-k< "%5PZ{6 dRcz*g $Viy!y"a`+,7 lD t_|kBw zM0pEثoV.@F }2|TQXE8}ҍfO\-;C}2+hH֚ohG>洀lzCD6h6m-k Yהs'tH6LlYEudy;ΰ|ZzZhS_Er\ͦA곽D=nZ$JM0xihlZs^)gKjg HԚEsO۽RXJKC.U- 2j Ȋ@wtMo)elUobޟ$~<a\3KnջZT /zs.8֏<16~ֹxNRqJE!|` aϻCO^˂Pgď~_Ϩ~iW7B!8eIf_eq҆Uq# P* o8],KbYcE/:I*YIk)gp :NU&7<|'R\]_iC{\$gL0Ghw,APm\RQNܨj3DVP[5~i/n5|=ld#[nyr1]q*8!|>-sWj櫔̲QS{(TrNxqsC{ѼӲ^ehE4w[/{S՘cn?bH줄qUIc[TCSq5 Qz֣o:U `~8aд袲\G}Ԓr`gÈ"yV';/[xa7`ha=KA7-!h0*Dv*/he΁OgT>}b#5 =WX\C G;Ty&gxǀnMf9LjvN"aοtL@n|JD(K2R'Ld~f\ ٭MNČzP) B;;++=RD%ѩCPi@ǏY DKPRvtlV%*G~xtJdp0<(SElO~s/)-<ÎFb K'+ (Pp@~ qgq X,>X|`Ήn9@k&%Yy ϳ8l$t֔ɗg*=r??@pNHD$)q)9I%OYc0p ȁf/_YX "d, (˛2qEզ+C@M $&fPۡ/3GԺl uBCOWܘZ+/EC?ņy a3nE^Ḇb|C+X?1L$>5s/-LN῞3t 7h]i :?ɖQvtwt*|t"`d5ϴ)y:e ܖKCéy; BS'͈v{c: |PXVW 1V4‰>`He,e' J#;G7CFgDGÕ1sʂ]x}CzSypnKG@HZ yD'1<<,J|j0P'׺ UAbʟR[_F{{g Jb,4n9*\x]#bP'D|\Y2߇}K&Z .=rcQQByb\O,5 #~~验 [1 *٦?s[a҂g|eW9$`A%@ȯ-N:3Le^oc4Ľ>?9=LNSM{3DM$:#D=k͌[d~gБO$As-B1P4! KР#dymѲ@%ϏFmP冽&qgIj?TWbLi?yTMDl*Y&I~11 .Xr-jʆ\S}ro$KMܯ(įaL43$>t;Wn$]$xVM XMvr? 2ɱQl ơ&Mls=n0v] g6`L1?Mz.[9_mD|kJÈ3RAMڌX2& d y&c('eeD3GVf#ЅQlZx. 1I,6Lܗy/a17/0S'hL=:<:ROu{?J0:7C>x {Πn=jE$ik@Uu7K\w,9 XIM*)8bz Yԧ=++$c ( !lmɨwUi zQmZ,qAB>F6PT=kkVp@住H#ү%92hXFȏZ[n5dALڝ;r<ŹK+N]0-ѶC(e9,uK8Z{3aVl_G1V$k)4|/x"φ4՟8 ߎUlPneMYfv)!(qK yZLoJ٦B 7.mCn1b1Oi?ekzҽhHwɾP: {SBա+fQ.oׂ  ?23!Pbto5qS@K؃WRNU,}0\\T7 q7'n ݀\_Zn]h HUQfEyY[1Zbk2ܿt|V6VhT9X03Guab!3,`@LC(T ,~{2pYPnZWˀ)2}5mi0'$=*s3(4Y^3}#7o~ڒ![0UMh2zdA a<̚M[oNu9+ ߖSS`|KJY><Ѝ/mT^~˓fܙA{ph酖} j2}m$O;\Wu`K>oEsHr Uek=se[3tiUr%|^ \(_r(I9sziTfSߥf|6>% rk?F=h}'Uz>eܿ!KMШinOv",>-r7cߣXŅVRGXT dr UO¼2:?]5hv/[ z  |xqs1 dq3# g1tZ(!o[=#ׯ-hQɜb2h2\7L"<6^D~3Y o&OW5.z s誝 @959)5viOQ]\ZL78,px. 7Z;uF8)甓~ o qHK/e “6_L VS|1zZ+Z"~ȷ2؃4̃VLG ʔN6jMiJs3aDx %V's~Af$F6ԍ#2~}P޸И[m jm E/v2bP7@c的kQZ xf?%.k ZȞqUh)Jl֐\&1&+!Z8>} uӛ`lX+y:+2HYbkx㔼LbM niyaH()}P͏cEE:>Mtsl~0yE- (q R.?x}}ƚ2J K*sd6n.4ГuLs >[=|<_F%weӁeCZIЃst$'vbP]0ߩVqmf&:/EƋ1_./] ;HG&.|UJp>ŐԲ*J$3|h&#+SO_•e?™z4O0W!~w#^ ֹkǓ3&y]\ΜfRZ5ýcR/[@{ȿɕ󓏹O {9ÜWzmVz C8n!e0 /X R,=h Vk>5Ml>n E+FEE3ȕChh!gYGdG\s)I3LݛflUf50- ܀ Ηq[k'!<،z< աaBĐmuH{`)G>$}t5uXHџEB}+lL؂F;m}\.fzp w^7,>. 2YC+W!NzQ J؇\Jæ{tmPlU;V ?3 &cߤBO3qF} $Mq5FI S$Eà<VYRRȁXXvvY{7e^v$ID, v /Zbq-!d.[th+nIܙ?P !IKVMxx&nAwQsEeT(c(jWR4(Fs?x64lgj¢Zp ΓV E#$ WQ\oQha"BqD `ҿ9Uü\@/ۆw-8/ב!aU#7PÁp$ rO)%ÅMjV\`/kC xi:]KNH/ghȠ@:ZgJ3mִ 4o:Eў#9;?Q al18/` mbzjY=RUR?z_ hCW>\t,""D}<_CA?6!&|Qx|$a]n(THJUZW]m~^aAyܖ)$),M(=ʼ7Qf';&+C$Pk1~ϕvOU,6Qxԫm2r;jդGdkrױp(o:qb] r/xeeX9g C0]J}.(vr|s zHd1KTd,?xF!莖+X4ClB1:`rJd{{wX<hk {kzg͏2*52=Q )8MCj>aQR֘԰q:s}oe~x!̼_P 1sWab0}0O\z)>?;:(?敜Tqug"5ܥ8w)1M5te`j|#u}0Ic,,,U tN%+Wb^;QX ќ((ebPܽyE]Ѐ#ri0[+׭]"1-|1uZ `vÈjZR<7bO^y!u=S;E+ٷ\$E@9g`}-tW:+ =8!黆S+3KfjӐwWG13dž\~Aл=s&R{@'T(ЈQeaj`b=Ȅ&0bϪ[n"B[dtFvmk % yJ+.n&pfJIl$URQpF,W|W}Ǘ;,YdAf Hވ`#Tb'iCT|RuzK:|(&2rzO^阴v$y!H"y`ypLq%6rGpd(HC(B)ҳG]ywadܥ.yD%EICC)"7+:/;>`Ο>~hY//g{ŗ1R䕫 =Noyk!s'W$һDU &ۓҀ\MNxMF!>U*2JNաymxHEDU_ =m/;wl)w^PDQWU*9 GIf Tp`6*zW#.f9Xw,$űSm,8`%OWU_3|tXkAf``xD@V1C1 8h 6;2|mr1%ȣӟQO[;^/XI^k %gEY<"?pHʨ&Kb'J Lw1;Sv yܒ`܂q|kP=Q," 46:(3[h`v<#Ƿ:59_vlu8/t\#$Zx~1$|§[)w5zPѽaL\^e;=].|ūjmMQVnѻ,s X`3 mk>/8{؈a[aSy/jW&`D4rܝ#9FL"qo׾rH%y \"Dϕ&oi'`)(S(jz^cZ>$:.U Kt̗b|_0* gJQ+:3e_ i~-}jG|@9:H 4pzr<7Dx?sד7+lX/+<}ARZd~/DB\ńG^fwHг]|'rZMoUѬty0>l-Tߖi4'A`fQb=tԩ>zH6L.ƘGaw-htYǎaz)&ĐWځT)Q_'f3cTO湑/uYn':T]n' ߈w:ྌ9PRq'9 )FqY_$ 4k,ɚnX8 ȕ〰j*`,AZy5 7pJs @Bq@$yp8/Rʯ']ǩ)f(e9ۥ5`RzZl.ʼn={Jex#FhiEE2DMX1@9hG`Wn صB{7 }ke?z[i`c8"*jٯCv3hkcZ8XBaZKh΃So*°ՔJ/ߴ Ft0a鶊xoU?bJLHo٭-ߛԴ#μR@ΒLT<;ǑV ¨#*> j<_@.|Ǹ dL|*SB4:ٞ2gKǏ1H^T[ kږ#;M\g[buRt k)t؈&|f/<(2! R,^ւZ}dA)K뷛5\e1 IҐY9)L&}UFX5$kj 5ىz8x2YJc+9 }=zѴSI_Ti(amst(/;75v Lz#\)rg"'tg"ޒ^iKiܡlcv3a1~̫LJ㷙j<#^r1j7AbvAMT& ޭʏrN/rq|}Sf0᜿㴏YI'p1/2n:8>sh$7,j[XˋDE>}"ズJ}|q@vRlQ5s$#Cj^{8^M7u+*jn/SHV增B2 I`ճUl0hқqhf&xpĥOg<&Se:s]`MМtM?Qָ3eKW `0x\ê=EDN[(*R2v?p+$9=C`j+ཊH*cʞFn,ӽ o$b/])S'~N2Mw#j̔jUHhס"Y0rnz]A+1F؜s>!!*/9u\7Eo| MmGV;n޽Yw.4W>T G峟$łOX-f* $#ʪlXvH<єn8uJ뻪.S>В2E&sus',C5Xa ꮑ憛=Ӿْ<D/ş?s zҘ) ){4S@O]m$ SG88. yܮ,iM2 M9KQ͘,?қ{V-9 !9/.P`Epߢ'g@it]UØa#. J}A}6j-ssߏoi1jQ>. M ?gh61HOᢇ@% NiRbcDj,:JvDRIU@=mu 9gǂND! ֚ffz\g^ ~uרu lxt3(}~9]bZ?Q)$JN$q`/I*~p`Bu[#w穂_8D0dR֖/ɷ PWD~7e$n"޹w8T֨tF؀(/n#T*n`4f W:%xRDeI=Mňp_V$_TR.g-",r1lJSxM_l?M;QGAE*:;b}QsgݖmC[?z"-A{ĦKB19/E՘molޤ} M\:{gE:㌩r iT\J#^2t:wshjyge6Mm6)rT!@w35H?T1m&.dk;h?/~uorH_/rGh+*a֐K6ߧzLo|ג:X!!i 5Z-̼J6@^WRgPf3F Uϕ!6PyiP(w66-ߑa) 6Q ?umoƾIwA8O]Dy5FjUGw}tE:z-~gDLxdsj::M-7;/N9 h0  :EO@=ϟw}яZ5x&o#t[]<^'S;5O >7_Z*&Jv!D2>rkfEG`(MxFC-XPޖL蒱iѨ?,:V϶+zf[2БF$^L7ߨ1bxRB+o@`2q{uP->ox^f7L"9Cqp _[܍Ɔn qry^7(wfX[Q9}r' JZzy'QC2诗k8b?Q896OQKOs'Xཪs]=npCÑ0wl48wg@6e)Pfɠg;afL{4`aQ2`-l7oIj4?m=3\[@I yX1+KGU{oM:Eh! C8g\u/켌6m/bN2h_ ~ZQ& ܶ5m̘n81Hs;UXWL-n+_uip)xu]IWG)ڐߏcNTSMBKyp).bR,?8mPgI>DPc40 ͑Ƙ,/ch5P/+ADJmңQ1x(' d'uJY"'޾ .Fl{RO4ϧ*FbuOտr+~j۳t>랜fraZ8-R] IFAuAU6 ;'Eĺ6D(9X<5=(w>,i3\5A+w0d&4~i%b}Xϴ(?",7&0 Qu0z8/@Tk/1o,V  2]Sys!'ܻgDnߩj%nPd+WF5vucg&n?]:Lef pD.c+9΋3i?, $w{$yA=܇ U fZrmIڤdua)l_kEk((twB7e15^phGXFLetmZOq6ev"^ꘇ-}Y8x_#Q`Y5Ks$D!K(Hu]?̟D|[E.oU5zbgdai CL;A"|8͌ṋY=!v`@ROGjErǵlv=F&xUsA\iF'=^6c<6BEJ{0i%|$S؜?'H`ito ,<-zgr+rHqŖVK$OixWjͱFŁoiw7&"6'⣟=TkK>f6j2m8>$HM Dy,*f,\IċQ&q29)ѓ]\(ư~WR+ǼJ՞me wߞO1.olMLrbI!'}2CadgMkuLʓX@Ttb¶6vev IrAZ#۝@;x6˗"rcf$>J$ۘV/^'XQr< IF;^zy#dMxyY\?VWNh-+-&6/!b/3X^|4N2->6rhm/Asg-zd0ӵMNy ^|ĺ7E(A,>lT͌Ѵua -?tf9PDCb]j] !uHdp__o$p[ Qfc !zHB%e$6U]'fīloJv,YگG0;E<7a^@^mɡYzATZ%a5<2oĨ Jp.%}Wp@8Jg&{GgΠ^jЮGgČM0ΐ}d@0_9(3W+ FZ~4zRSBnR}Y훰". */pݶ稪[Y%L6jxU mtxV \ Oh>gBDNr4˗dd|/;?:`0h3 ޠxv 4Xr;waDAZc!F0eՇzGFQ">bқHh.U՘4, d!lKnp~?v&cTgnR&l9p# ]O:3!\_{ٻ?@̉~aʇ9K5oՔJ6IԀu :#+e?4b#%q:v|28H1 'J}E]"_,蔭Cn:yvz6̝ȶgWϼ!|kP:`u"ptUX#c W, ^8TW_<a0yW[ʼߎU#>6a2@(u׵\ҖW { mf UٟPM =<ŭ$)L͔wXCYdTHӆr ֬'Z^&pQLsS|΍o|p)׵g=FND-Cn;Sb&ܽcӨaTvۚ"8QdX0aO; A0㯤K$o+H4dōr>TӁldwʀ-:32@ U'|,r/KRhvuT"X{CXX jlu7nΦBhX tP`9ÿkX9z_ж=iyv+>@lc'(y~ERC%dLo}/\O5}OTuŁǕS:VU%i$}63ʜX5yy߸U,AS9mgv!B\V"8r=(9QjʾIhd ݻ'b K`jrE{Q؜1bZ#K2,=EJFj!| ;2x; ٯYc2t8򺒲α*U>iXR}<ޭ"Ūa oFN69OWpt#6ʁ5M lސ9'qRd6gߗaz69u0!;/Di+yG,&<ä7gSB +m ?uUyLsFjy#4lHw*Ud) (%4Oڣ8NJ}!\#8sv@0E.LGkSyo+1QyS(9Yja6tl(ǫDe8 >kpbr4P L[DV{=ZgS!}c 9M9:_"')Y9Ao靛ǩ\ƧT柷Z(Ҋ鰖zGX ҮdF~!+gžK@ix`y7~^/'EY\3YvBg]V w_N66L'E@"V|[vFDVgujvŌށO{ʼ"A-*(OwWЕ{iA NLW==e|rʥBczXLZ֥ZİdwUzj<<Ī9!0'/p}v1'ŤyQDCFgYh?735Kw+Kn͗GHȕ-MXUnxfkn.??7.Ou;*`"/w.LGKwsжB50ZDRwCZ_GS[*^}|H9_'(K?O9e)j$O| \@ځI] [9Q!UzbFtB6a0tAVN)Mj#"sa]6r2ګ8J> HIۓdiPo%k!9*1!rB򇎻?S0[^X> ^M4Uz^fٮXuq>\Vef0`;!ƈ `BW*2T^+:F[PYTIȀV*^c᭣Gmz|br7~ ̅4 !_=<^Okx[MCޮ8+/v.ӔFU!6+]%IGC3Ly-?VufW٢v39F.9 0Syn X+w?e_ ]~' z+/L-cKp\,T{~6xl@ !zW &L3cg&l3 (D^ߔL MtC$+ZH~(psxDVxz5 i}u==fƓ'tꅻad5/A[+5? .ck /NuXXS_;OH1&F}T/\$ڠDqt<@ 9ЋM\O!/1JtD0X'otK췮a]N: ƪ 4ߋ[6< KZ^]^U Upb&pX+y:#l`>`{m}0!uǑᖘk7'$ʟ6$'@#*)!,,jlRIXfPxYHi Ed9\_@PSɞ8yWj7`J؜#+p Eə3N=EAnsK]=~u~;t(KZ~3utPم"O8eu9#dZJq=ṋуQ`ny9! k2S9 @zI(X|5/~kߌu]6\ Z *eD#O*]Q?s=#_g"e!!]d4IoYij IBk r~{'p6 ps-7/c|f`p_6WS߂%#sum0,:?ͬl4{C*s)#)s(s.{ 8vtMP"rK{^d/?ke}^qW%Ւ}o`6櫟Ɂja/eK,w.m{ԦM%P_^?j|+iKWgSQa`5v2$'}(I$&DW-==sT"?F8+]$'m f50G З&ZO-ceD D9 'N|s"cTqJƧK ^-C!]M1X`|C;CaLyHCtف$'!>ki- xu+e޷666chTZh|T'kߏ=o2A/fő&#vWR/к{J(W YzYPD \GI3+ZK>;߀i8x;2uWI vZ&kW+BBDXmSf{ۢ]$@A7LVwE ,9:QD XqӍ *iY>w4\0`s2Myga0ܵ[)D7&崘=fUHRNF+cB G}n9>`$lӔ#EJC{ Z,[Z^b ƇȡT W`Cpz?}_  3| dV[q&I;9p9ld+l>PH5l+qmGr(hat}q{m:齈0dd tMǏA't7O/W>w; ^-{L{,*@05> o={POwr(ۭFޯF9 @"X@l9rFuΨ6CltHk@F>a?nnu!8vbP,h=ϓ{KXmHw?HS";;Ę~ta(  Ny39x"N|꿙 o ;ΘN7}V̪o}G;s9☵72%̌oM+ֈiH'vw_AH0@Muü`PBX6 hAzew"yAaEoUSy߇*.UzդYq$©(wD|]э\[(aZ*fa72i#ԏ4+k98?y:V/8>Hr-f5Rѥ4447^74 F%n&zM9 T)AfeˣS#SNְR uuv8F%csZ!gG* ЪQĻ_cbiD$) zX1E> \'R̎ɪ=n&$a+>'n_Sx+y*9So;4h jX%oA~^ zL{cU"MָPrވEld11_h%LK*ưdу43G bFX) b~{: : #UC%=sY-6/ @V޼tAIe0d> &AN|Eɴ4;PFXwz5ʬ)gúrț>=p+nO>6TƬXǮ\{|gA8Ho,C16 r (VɅ܉H/2b+ =}iJA9Edhлjҍ$SCk/KDWYl nH`֡%n\gVpUYUQP*<\cOoQڑ%rـURS5iE8j4)NSJƺwʋMU Qm޳9 r4J(^ڻt EU"?Q?![jyr|HY6֑dXh-w .H^ kx!4u'LN\o\%i*_Jԏ~sp.QN'P0|yp51ɫ>tp+p/&"Z0g ~Yˁ sX.,6* eK k$lr[u@vu0䞡 8%kx% FI˻UqoVpFxyb# ]Il8CT߷Tlm_Mc`긴P &iM DJGQ#!M y{7H`ؕ9Dž&>,1.WC(Orw!ZUP%(FIۭdu𓭏 Z) w$ NPT5j}/%JT * ,&*|s~ٹon2&;#fb߀ƒigo7If*-WďHO}-EY%rF'*Ś fS}PNf( ÂC:MSL M/E4g7󗅿(Os7I5Z<Q7qEl<P ܊g, i^Nqb##_tGk+YD[ܽɁ d{YEI.jyiq'V TV`5_(ٳb]K|/>4{+R6QoK;om*Sw.}( z' 0Q .p-yGOIB+-MFޥ}ܲy~y>cڍ[neY!pХoʳǸYi/{Vq<ԋΐ>?GtV*^$W|2Zlj۔U70qM/V,$Iv{_X*t 7ŦD+̗";e,? m-f#Bޥ>$N}`q 1Z6 ʊ_6f0Vt՞zg/qwd}.[V62krOVe swUN[ 3O=:H+~U{tϵeGTجߴjt2;}x OnStu%(h 6Z#`|+n&jSR1õơ׹)҈׳XfR1$9>Q@(]l=LGTK8hv57l mAkJIFIoJ0YM&^*j%ZPUko#GNYmO7|/KB/[I="&`_c^Y=u{.+2$3b/~cyτ&WBPfCH >ةPZbz./e]!ddCVVbdzt۲[)d Sdq%l ٝT{PbdCh0}@ uä c:Rt6Ƣ-ir #(Z_a9x?=wG.a,UM_ r^ .c 5]X?)oQ5[[@+D@^Mʼn+;RFI+$ṋ]WK&j*Fxi5HUtTM[m&0Pw6ggfz!GǃwHv%sߪcfyh9.~1)yKjW߼O@6$­cOOt~2ʼ Ā6zՀ,.y>O?&8h7W_Ċx_5zƙMYѫ@@K9oDxYZ1EIh .c%Ceڻ0@ j8?(VϿ\+p\4lUE0?gЈe $8-l䐍c gxgw:b,E6@7eƼ/evWowLt~y$P(PB%SydE 3Ǐ̕YN U=2QVn g]e7 GҧYB& o{qx ÚJL{.(x7o(ifҺZtH.? )<0A ,ri1av3NhEvP !6?_ Ӻo°QF6gA,C=bo 2$RwXLG_s{1I+L{+uu?7 A)Mg0_±}|h"!y1WNؠ8%Ѽ| ,:<K\c:FmT;Ix8o{lÙQn_¹&0eSĻM;385\GJeOB3Ɂz;I.kP0pR \tikKe_W>hW ACXDv@L˜p^RFĜv hy]T#ƍ 6ncP)4S3 {YyQ/'L9>{m{qYX@^a̠,DƨDaA.7\24;(E{pT^. Jigeʎqp?9&qcyr|81m2RH?2hs![\O`"W[EaFC8R )_TqCg+$d'cM ڔZڨ. Ubm~fN63豌F}F1[r=U ]m};D.*+~B>.[j"I* 2.ZMw˞g~ExpJЋ~ڻ2Y"X6{Xo'!eiGp'r=1>N#0TIOXN;M6)ČJx5<ԎiJ3g |\Θ̘Et`Dc!V_sbO1'$B ۄg8YsGtUX *z%rccj͞a"bAAkd?b%$=+4Wճj3+ibY fTZ3ʬ햝nXZCja}[o]O(SO0?@:e87C$)QD$JYSs [4RVD>s}P?Vm[rjSgHI {8?5B7?9b<|H) ͫDoxQ^ ^!nK5T\lnЅ/nd\1ݥswua5"]eǽ;ڼz9@X͈AS kMvRц$x0H'rVlϲ0cۓPs2?vyPʼn+d_іx'vsQf'RYd[_tQ!]%r]ɞ<^$(p 9r"U"u`Ŧޱ`i^-""{w *Nj>$* .w#SE ˙'mZʫ&W?&\;,.񭉹[):|'Hr i& 3l0b@Y^0!<]f۱}+{UYj1tĸt%5&Zqd>F W։28seE|fK~c_%"y=tJ flOUO&pz:^p>CafnnVCq+d콩?$UZIޖwE|]?+KՃIyH0^_,ĊDjC=˕K iF|}ĺv̪Uc;Ɛ"_w8r0y`fI.s.fyia"8$}7bҏ#OV$SngB"+ޠ;@~X#: cfB.Bl >]^j{m&o4njâQeqaSdٮZw#pR(;dM!KnͰČ]IkI Ɔ둟<} g`$IlNY\4ͦ^}.ɑMj8̬A_:H&QgPt> %EEݣy|pk HX}$ZV]M"O-(5Ilw|tak.7]ELD>JgTȮ<(v8Qw?]c_nXm+"X*Z"j}f4><%N}b@sgD9ֆ'JH3X+Kli ,"!![/vfȄ%xߐZͯ\9hVn 8v2uU. "PFpД'/}g?zjSM3CM"e%ZiI@XdVxt)}slGWMNIC*@mj0qБҙ\\ǿ=씕$$PQ|ph40ɡ'u+oB}+bI-(Ve3˙%CA(H,̭#V 80s M Gi4EŪ#mQ N|uPXaUa4XW:A=$+3 R|;3e Pa,ÉiѣL9F@};AY#(5 +gؓo#^M=߈ԭT`EH+Z~e~[]_d|56ͼlڴL[$#;#]D@;@^|ª)=iKsXS0*E%`Ky ;5;jjCP4+0li֠d6E9X✭BxlA.5M@9&Al^boWՄU89N g2bnsQMjmh.r3d2 Z,H N Q_VZ,ÿfC/0,Cr_RI]UI}U\e,D GI pbD ©ps_)P͙g[]}dK@r'z]OZY/as|O'o;mǘCQl"iu. =o sD0%ZL1F?$p#h Vd&n vI_M v!ncUuwn~95-{Tܑ< 0I4ә;ojr'achD]<3P8+mWǿ1F$<KR }1\F*9L\A5Ю6!5G8Rfn,IP񣳖]&;_n8?e9!޵~<ՕU˦uM@`0 ⦈nh{z>7yOdrCj0GŽώ/y?ig/Y"V3c!.P % (j"i}"^;%)bNJ"#ܱ:&=e{V@kMb殜^0K.Zx~D@o$b@ p5;%Eױ*Уڋ܀.C߄A~@eLY %q4( ֜>XSR=-HEƒ||TJI[=dke܃uݶSBuHP.8)SP!`Iە2qחaڸpC5YXF\&OP܋@ wBNq敾pYDv}nhZw0F]^.ǧy۸e8KxiU nDDq9%Eu oB'<~k K×t1%Q6] Ao]ՓsAn,]e3<9jݍ2"@T Z7Z )l,u~˕╻ZqQY Isi6Q+a #&*%FߥaHk^H/y#q`2F¦gN;u9*ZY5Иb _PN3473ᐘ*}L "lKxL1N ۍ馒t8e~`'Bqz PP$Qi:FsEu^ߺՁ|pMn '1>ջ hWtIP͊%<KV=/ ?ݚ4_S%!~s+oOdy3(-PCc@j͛{K_ΥޅCȡKw2vVeL؉:KTu3['~ T!% R՘~,ך^ʃLݥ3=O-lx()R(w"p}㟮n3]ȫ>k S([sVǦ5Jez9.u!\ʦ`X!L2^Kw'7A!}I1$dt",L}1Kڅ#HAhm<8#㌫P:b۰֞@uAW tb'R@?pFmRY-9 ˼&Ut}?@F 9t"+l{]OXr]\(CX!UM'gf[79m4c"~x=XwƔ?0?$$@Ip9P'vEw$u3(?/5:RmFezƑY\=L_|^ mn ETb罨l/9z-S9ʥHhZɳ_NMӵ;prTi2kBtcAW|IW:LtG &^[ d%fMJ*P(C/Ĥ7|dt 8ix-VΉspUJ&ܶ ._]VkhMq"qS[;/0d2<*WHD4`6 snso~]eS@?QKbZ>M7h+7 u]=5lHzdYhpf3 d>Ah/:- xK3|Qr$rd<K:}8pBoG+A.P9"psO~Y2lnIcϯ`N:o 춗{CҬmGMu j=+3CDY")s[,[s&_s3*1%(PLh禙sAɮڜ/l4QkVf3/k^؁/b4+ իC {=8 ' L@'D5kn%ӡƔE7{,=yfOu2e^th=`|/g$/[W!WXfbB Q:=1apF*F0Joo q1r8.L9MHuɾժ[d=6r3X T0\ٛy(?Hӳ/:n=y6cbOToH`B=^})Dj%!zG6 yݙsT:H.e> e%McH(`a;\d4Yr[8uyU.CԾd|y~3Ji_pLlʦȃw`OanGK[SR9U**1Lg}rI5j83ixw5 ʅbj_q)!px,UaGpdtIx&8uΌ-alL"DSj!m@-A)3ΎLي =+n=*@;ڎŷ/rw81Z;IS/ @gnfӻ0Y>(f@A ӴnZE>CSlP= J}4c @^̬GTfd;>e.KZ], x7R$ҾT/[_F_^Y(싹b0XPgrAT9W2p8SQri)iY9ѯ|mm 0غ6!wuy]̩mkLGQ1\;z;'3WZgYSȮ.!טA}8)O'jS ճ@Z z/oH|:W x{HVE"A!GIa׆{u)Bu@^"ޡV 5{niBMf{N`*^IM$-T؂jiu3 dzorYY #),~?3\]-`6&ñvtlm;wJlA,,=9[r]W$6ľxH}24┐0rhCċiOakO3tÎg-UG>eY 9p|?5yVcXb>i+79Q #RA֟#]uLTky̝|f*PRZظm4y1_$KhLkV/Wr^A6F2Vрgts7@̮α{f 3AhT*R.$ ܯ!v:s2`tUS-mA8ZmI+ADfЌŞ[)޹` s>:az_7ﰳGR+9$!4"ByVrVkZZvY }?u7ot]i) ~huwa<+BE56hJ[@|{vd"ؼ|Kδ57rT++Hu_ZuKl NprR!wdBОx>.3zY HTXNcvQU6ҊgYj,Thn6&Dv[N#S`8h1'"c; SEkCࣈKdִ~E]V(=cee27vu-M1VzG`j35NUg?NO#wt*.3,m-}"309ByHtV=j"^) WOˊ7DoPK3tmeVoB]31?4F+q7p(ü|BO_&|j4uDr&Lf]SAlT޴\*$QImFo S@Es'(Ơ|~F+mi]/ i#ψ/ nyUl9[$GVb)/JcsǻnwldDz+nM馜fw@&#B8Mjs&Tiʔ5B-VVDli]jYѢVܲ$V- BJxFRbte9$AS.1:%AHe2!-@'6q`r\*Hi#ϳeNжq37+;3=O d2JOrl.TsTOݩM즦r3l[oI6'CaV7u-!n33i_b:*_nRz!:ւwR["7o1#ZX}i16s/lՑ;vspgКfvdC `Ghq Ow\>L*v\4rdtGrrA‡) ,>cM^Yl۩[*n _ :Fw#хC@屺IgL;p.P n'& 'QaTH6Nid%Z^IV>CGkVVW `z0ם^cltݓPpdڌWp?n `NF?eU_U eȰz8yTPLl]I-\b8-1LiȯUL 9͋ O܊^'g~NRPG"J)A^XΗ=|h9ri,QB 5s%^9d }3ЉެM)rmulΡUl]߻-umT r K\z%jE 7fYf_q4?`N~#[U*Dpp6w 9ƋQ;Rg)|x[⃼Pb. 'UfQ\dp(GK*ib}o5rQ\%l50@e2m 2 o`zutYW!'2M(2JcX.ܹ 0PIc9jQoxi= Ϋv_0TipNQj;Wq|H g3{rɬsJsfzIq/]?&;c~OvGytWf7>N+;v0oo^K?ugB ׭] U|>|<[Q8v ho_2 ;/T|1t2/f y*؅m- Ҟlm cB$ksԱgBaZte!]_Es{T+ D93ɽ[JX?,.;*gPj [&FR#aIe\o# FUm.hVRhwz6z,$}ʙuQSkI{YtO,n8S Y*t&FF-)WdĴoF9a_kqhnȪzUii]|5D9axQ۫ѳ"B.hӗm Ŝ" !'Ξ^:t79& RL><_fK[l>RFO.7'N4 ;-#$* -z,B53(10RC"_(@U_6V O3&7'2A78lQXE(oT^BgOqnt1Y9{DE7Y&߁py;QxJ"J9h`0$繚9ƌIz&xZ:iHpPm%f2'y;>R\7ۻ+R;vM鋙!$CbA#;Xt6jfU1+}=N~x8aIG2,Op?CcEҽ!DÔ(3ƛ< S~D\J4ܨJxŒ3`س={tl 3$#:nW8h"qq:J}k!QAQv-ऍooxЄQln*0젍ppseBcgW -TVDudq5x bC0!W 6tqOe7z`/J?f p!wG ؜HJ,< 2B,$WLdY+Ӗ&l UY316}SđnV*4ny o70t " Xuه[2 ) /&^&f/Y/й8p"u7yԩ29L;;:>;wVɜ:J`~0Ϻ7o9TՒ7J>4 \~/ f8`(PJߟ-IfJyzP`[益IzP% w2s-Y6G5 mvVXV_ Y+S\ 0Dn:zQ XOpkusEE0ϗ4ݤMd J/[Cǩ9Nqza,הlaӲ-M ƻ`nJ嘍@ E7-Ë -my[jCx9‰Kʿ c:6i_H@N| 1|Uޠ"k$WBP`]*.Qr~=FT eHgi {KA*Gl,7z","}Hb@`Һ'.$h,_B+Ǚy(T&iHHt,NYtSp%,TIOvݻ"wd@4GMƪ!:X؝24Vsh6)~b}m[=`"0 `2x/Ʀ=WDCLOJ :|LPn19"СOM=s]\ T1hFvY 4B%}8?cYk:KԒB-;(G"X*" A]g=bЫ'DK]d.j XIPjs $-3TzESBzJΏdScf4is_9mQhR-dQ" ֋zEȊ0[YAhx}3;;uy}6kL =lH1iuRp^'U)\'P fBwFJ ߓ;bLW]:Xq"JEZ>NQ^#Nߑ "QA,XF̋vrV?az$n]*L;#dW{^eO? We r܇gJu}nQe J;k "+q(eH9_+fCm[UI}]G'H=cARc!FLjqKuZ׌rrb+ $IJOGmtwrp钠I@?, @Mk@i%rI?zq;+ ^xu&E Ȫ$И}-S4H7ΚsYɴ)s2KBG/*;c=)=]Qi4a 7ٴ >UNXW \yrW'UR/ջ38> 6z<i7X8:d˻ xMxP?p"CNA!O  7WI&S(HOWcȶ6;~|_0Z_͘ Of< G1%#rai)H.ҽD= EMlu&CYfc&ӷx8VU[؟D۸#\-%Ԏξ+i>\bLB?Rid)܋ 鑐 J<0"-*_ T?⧚z%D=`OW77&(HU(C h5#a󬰶%KhsyύUC%7q1gǓtROMי/DD=>:SjlorrKs=dm4$Ɨv9Tx p=:Pjۜ:u7WtYW6]?Z;8@@D@컘G<$&ҖzV än3>[=jCW#6Gƒ]E{puB.T{yvwha2H_'r`.Y^O~%t~SVI>ת o2ıKu$>Zf%˴= LCEKiCZY(#-b6TÒp_WEƅ^p۬PTӟZ7LjR|W̠2ӽni7 f܏9& ]=OVJUAُ_{/(6P/8N_Pn۟[cCe/dfI³'j.Kc <qa)=|.We|5g1>h|SS`=[ppЉ|AiY"`u$ _!U <=|iFmyy1Q06\Vq(9E={ǧ8?OHSAT1KeBQ-Nr{6V¨+5MS-6ΏS*Zq T8rDOu&LuՉAGJP_~D©%ChzVer+'BI?i[p1A'Hh'Z +׺ V_J`8%ZEca'^$h?"A>#S0(ٚ` rxԬY)=;#ʒ{?/.@wD"x:I=y rS. vwPY[9+~ʃ=Br;S H~~_o{(A?\TԐmf }{ќ.Fz&5Oo3t5ߦ-: ]*R<'M%|Vn)vh Fږchuc4ͣ`F~ vZ]HEDs CvQ1;jpcSgY7 cVv=M^ȃbyrN( AmfQChMFKs@%Eft;j0PwX;hpwGi =%xu rOIP$ |pK2ذ74 ')Ke}na,AI,Q8f)Z5uWbwjS#&9PJ*ίgla) D CHŮ/8di_5s*:\=椀[g<ۄdS 84g7QyW@BuM"y " o*Lk E gnmM[ZQ\<1)'.GX0(ĺbԄb,1J6#~S7O|9 k:5J&9uQ/꽾w腆uhݬOƴ%'xJ]> w(K؇o ?Zϒf8+cF&u~$>`56bU/>Ccbv)3!EZ;CbC?*g,Ւ[NAؖT@aFVǑywҾKKm([fQjB'GPg}M/1aɯBץ%[U*=:ϲIYn+ZH Kē}=t#¸ }EZ(}'Z|#Է+#iTK--cRj_9;Vdx,ˬG?0vRCsÅn< ָE>,6HmSr}MUs%hepJjskq: J[* DtUֿao}yBR #ʻ8{ϫ9!ر Y$xc_,¾X2,;M>X]]{PХ))RLP{ \/TJ SeLW6tg߄1vS$S&IxE9!4c^90HDo}T(EIxF-n3e TR`v2Ł2 !wT0}ﲃxEsaivU6l"8i'`DBXVM6Cp3{f!x?cb49O4 H4 )Mob6p؋ Bbug-Qs[`t݌ I$o(($o/H |/pu2bEsVz:UI]$1aiy쟀 ɀ7-ŭlQ=yC&G)6UmXE]jE#L0̍@宝ṣlMJy0m+{bGgih<:JF{Nu Ě&"Я)֛/Ick2-n$rTDH>Rf>Ds<,`kEnRtD FT\_]OVI"sAqxw=X-ȋ)IC||Ә4ͮPu_gpecPG^Q02DTq!|Uak4"֑.ý]yCۗlWiϑ-DY"䉕B.qnJEgkh<HkTـlv7SÍ,3l˙P̎` Q@X@}Y'e^].JM6|=,18Jt⨻lb%oVT<+de}PӚ]뚟9 '4|vmiٴ(:x2#ALž:C$;.erJ=+m&Gک.!DŽҥXf(1!bfv#x.w\ѴqUKk6BX "q`HqNZ\K]qvXf7h(#UWU:SVx=.Y^xM(njb*J5EF\ 4/q  /'(LRɴ=O.ɦ}KV)KpH̅^ڇTDfС%P-^PrxU7^d Y;]q՗TrvMexؙDz:vkV/p"Eq4JSs i@`r<'yXRv-U-Xղӳ~UhK cb<ͭzSS@ݏuuei"QvNZ1]َ5FڬF 5BY:^]?k".ef2{ uM'{++6p(+iS@Max5T=pMV'C'LDzxmkav0wuGo"c r7kr"m\JDzIQc`X6v,d6Nlpw=|`Z`I `u_2R2)yn|q64bD별wb#ևYfpZvnW>D)W9Oxe_StR$$+'V)Ǻ\ލB}N{)ͦj}1},b _Pg?^7>([vw޷Z~JbA9 }0$A$|rf O!:0on٬NH#0S6vz$Iny_e` X_2`T }1Ǖ3`SvqAwE뢉SXWh0$_HZ*r˭[ F 1! tA%>5 OZdr+'?8X/(qN9g" gaR{,#e k'/9o):P^*>ߋD 3]/8ne~_wA9@ax\- S<~ΐﶈ[6M;sAٜ;,P( d}/McXb*/qأ|;Z]Iq Z= Uub `O֨6!C+"'{tsg P[ڍaMXBD(06w;LRʢ1P|酚YЛ[Qk o{`~V,&k: Yqy1oSy,c jyHɢ߁+x`>KP:ii y'sBr9tC_"@j?XX~ougfktz3:*Vd4m,dP9:nINSknudw Y+נ*WN@ZƮ-B#z;^RK}joc#i*J`:?%5GTy6cf h X=⑎Ws JW/ /$9tC˒{KHeV!aw0/ƺ?LG%|LŴ#C $jJd7#k#Z)S,@E*KkYP]4KJs"LEGB9{|i 336F>hL=kwyt}/ŋe,2px<8cr'۟{C@[K)b_ #2O#l\#@ZΞC_D?gskD9fz$ 3N#"EJu.Kv+N1 -sy \Iz.Aj_u19Ɠ3:%!Ȇ.爣A *1b=ư^N]xr)'N Ҝ~anSYRkt-@H\L-mFUδ{N1`vi~I "Mf/rUis`DZ)NcfT<}HZnPS.ZgWh`REp -ʆaIB1YX=٣Kh~u.$Gp#s5M^=A~kB7-$qBtQt!@#o1U"!~ƅ&_N>ٌzK;AtT+LAXkJ$6Q$*u}5^Z;er0Q3pYy0E4u$>\9Y"*^GMund9PC ՂWG[݊aj"b! 7Je|7M4oC T7fP]'rl}U^=I.$lXԨXǠxB~Kdv 8 K3ޢ5ʛjmMLk%:}]؊,gNLDڵk K@ae`$ 2zP٘Ո/.\;(m].8trl;|^밨pƯW' 5~uW7u4z ٪Y9_zZIvCxDHeCr-A27⤤pK-<r(3*Z]!T~5JYUr&~NTpm^ Ջџ wD[6UD?JwxwgIh_Q»W{Ni _ ZrاPeZpWHzb[2՚?mۙ<լ+-97}- ǎp4cҔJKQt#KtHX,*\ ֭_aUCcGZ"_m?4 EJ9 []vY$kR#tVb5F)Nm},D9^-NؾO-+N0 g" v'3~`cn2ʒ+7ؼb|T[ӵ!azCeIUɼ">+ᔛ *Џ"Os ?N2MġSoL-ÌGl օ 1xb=TΕx[x|.WbP+BN,|GVl՞D2޵ r}oX^(gG^Uy j!LiXG]F`Uު7ٻ}nM ?xT&}9_/!h{(!q48خ#X:rSyw#?#Un'5 FsEH0OiЊz4S=Χ.&WD8d@}1WU1<v+=)lkT,b΢JJ[{8 _5l$'L2fhTiaz DNE?, FDaGr~|9\X%%&uV_ږ'+k6B\{;!meg%~ǧ z-ds苅 "FB!]#Ycڋيw^+_j0}9v=ChUu *^&g=hpa>TMQ'xQ\[S(o ˳٭&\CĚD2|VXr̉;'^fzt(mD6jcю [*n'8-P Jla}셁h8F^t!u<[d=^-NP8Ka 4D+֡`dEuucBĦy͔ѓ\<٬r&fR;Kk+·H5`) <5η9}z ,dB`r Mu4W#om @ePtnME#$*Lr8,y@:w~DVfkhB9;:u|3)Ft%[;yr *cS[~R1GhӶanxC|uWe#({2:|R-P)Js^V;~임66r8߈ -fI!5Ҭ+xpJyKa{ꇙ%] GdF9_G5i'24maوTiwc@}ܬhglz)J~EXԽpe!U J4' LT!`ѭC'uT%+[cY'T-Ovl&*)m| +x>)0Ѭ?;/ôvu˛ 1T=2f "\K1HgVK(VGYX1W0B#Т-%Ǹ{5Y#WBKEg4^{{mn@,4& ^wpx`γKm9@CnCdjݘ:K(M׿~{X=a }i=Y~%3E.#=*y: ~!6/E.u^26i. -A/)읛LH=Xɩqm#F[L92Jw?QhI兼9|}Gk' ř[9pÍ=vDY{iiIz)X?sHś3A+{_)Tz% e'|hvۿuY((No3?mprqC>Ks Ҟ}q,gT"cRnNI:)Ȋi㚐+gW|Yr 19w5cbvG1,HamylrNd;9^#/1A<}YT!ʥ%M9@P=mYu ցfoBц75. B[  મ_E=0Rg$3B 1/uԓXr0/RP:NT-cHvzMM_F:ɢ@: c O5>vzZc(^8%eħ 'R8!h<DHFb<FGdL뇉>{.@'RlEZHBn4VFobE? SQ~,BnkY,'pܗ}H"Ps$˿=lad#N?\Q0ɬ"`%$/bv4鮡 QJJl$z',ՐOR\awK@_C|T~#FƋΠaG{=fܞZw[랂m#74핛 Ӣ8ACSuohqAY䒽L*LPʻh=s:aPQ0@og` m'^W)}JZbv 'Xq3+ɛD 1"IM-oZRkP$%5 E#53YG{Wka&˰q ZCCB%$C(hCQ:xdЖjD&{„{1F/x2i\&A Nvެ zLЎ?';Hw:$]w{=f:7dAh3M/_ͧ dZ`riTJ&ûqGl`\JtXfuXea*P$G?,$Y@XAFJ?@d,7Q#@Pw2>8 bL]qI7L G>.LpxC #ir:8J)q;Eu\!oZ37#HGQ<QkwbfQ Mv%2NzB'@}8tg\154ߍ=7~{@j/kD7r1s^Vw5М..5Gq.EA9aQYRkS?BxSijv3i^9#Fv`7m@먑$B.߅~ Ju_/EߌJ;N>jݽX|yƺ,2I&zj PfmcVI 2 ޵Fk$CTpL\z#b|ዴ 1=u`p2:R=Aͷ4gc#i"+ju/slYtR5RZfXY"p_[}; r]y^^oWρpM9OK]fY1N 1MJ,Ӫ\)=&[Ŀx:},H"kj&"6s'{ [z%b/Kϣ ¼ojly}[ P@XZKq:& jSeTYPhQpM%6ٞP$'`{fwx &oQl7Jƒθ 1& 0vNtC4B?nZ9DaACv/CC(l4,>䉂kQz6TI_4 Qq9.aNW2A8}w0D`0#"&#1P ֔iĚ&(nLyIQ " .vM5Mm_-P9NGni M4 I-2 fLey51Snf nxώʕIj7ݵ.pzDfs*\4ن[ɛʶ~yl2GO%XGW4dv$#k6o= hWql(hdcXV#wA̍Cek OY0qTcɾ dUz+27؋^Ts.[A ~/ PuSmխ" R8ҖdھI9 1mܱ6MT{4}+_ KsBURr]K\D`1]KKce&պJ}.ƚ |ALusKƗ[. cF938Ft;e/z'VvvDD" PQ]hMk9j]RQDhEޞIT6T6PܓA 1|HWڴW ~$`FITn皨6ΚdU c6 +c̆ 5Gly{mɖFK4 ݜ˵U$XB-ȇB(8TR,&O33Pd`¤TEh+XԤCbuDs0$3L@nX'?9vV9ia1t賕ޝE2Q':FX^ソ}KѴepJ_ 6T ymGa|?X5rHNվcDOOT :mR2tmu?2^vU|j$c]LuIC-*qYntׄ1+͌:@I_p mSt`tvRWs"*2]pax{1hɶcj%OQ:QN Y[=5M.qVu.P7䝡tlHf\MB-t],S@-"ST8jx;YDF|~IPd暱m5:!豢P?I$3"'M߲zv ti@󝒯I3Z\%+H`r̞YˡUa3lNpL%!u\|nSsMChIrQEuVG4VNx`kvF)!':!>H +Q|ib罞F&S}Rsoskʍ+ௌbLrj}s;W#0r)-'yN?SRf4?WW=林;j`Y[sM]}&J#K,-yMHEYC9^Z?Zݍ'v 2:bG:Gm53?hké7 iMcOU{2xv^.OSdoEw Dwi@/Gtp&}_bpx|Ua6crNBļٺ|/J‘dhq W8_|"SSA{9 FђAq2z:q[BM`Ed,IdT}rnʘkesr>a-З\i = mX 6,yLq 'L+v˝uTDZlࡇҒ3IS0sc:e/jW,8ľ(i+{{]mXBUw `|*%wDZ;j EoY&Û3Zh1 rޱV11bMe )tM?{uιy(%%ҁU0tH$lmؔn_ة^W,2:8th2>7L$;Q-2Raȧ޹*ASDL$E]H"ܵ"N03Zɣ/AoL>c֐ I]BڹЖrzguW=؞@S t=CKB ?4MpKw9 H'9Ѵu}7AoAfat/R4\DVawmDzJdR} vi9@ƾ87rY0;*,F.o@9OUdh=dyQ(B`w^b-Ӡy"tnڪZ~5ɩ;FV}M3L] e­=U牼2y t_F!b`;/hxԷFf鱭U)gR}@j? DdPѷ-&.4g=zH"^R!ƚ`pO 1Wa9~ٛJW;ʭ hF}"jlrbقVK+2Knix 5.TpepG')D5 UIؕvE ݅?53[ͨ"Z*Gk_{,.%!#3= ]/?)Ej.½pi1 ]mf:g0!!eu*OHCj l@N/oְS>/]]=|T = 0Q;5XN]qA N~^AMEXLD {!EKh @PaUsh@CCk9zq_tmE(u|r7v%8rB~3늿]W_u(4n?jxP>AO%ƃv45(Nǹ7 ?yQɀ`٦"'W)&J9>ȑ W"A6 p,aK./J,%;8z &~uq~4XJ7Z{|c=~c>%-hkOyB.W"]AD;gM~A} YD4o3|3:'C pK{~|o~zR%e`N6oyh6;b30pﮜ:v2]~@h)oƗ|GNf=GtY:3ݾ',0;On3a EMti5yj:?}slvQG;betgJѓ8 P2,͵"Mjxم].wCP,a7cl)2Y|hÏĽu?n,@])/.@WȞ$:)kq VL&}Q)+z~;DVkqQᗲ2tED V ph̞w\;VPGv"q1?Fh.vOkq  ZBijZSj=߄$篋I?GGpTzU d6bڲC(}bQ%@`_JQ( QU🈉݋QXm3owDt2~b,2 l5es"# `vlcм_P3O{4t$~Af[!p'l6- ܐUucdh|9H ;ya7z_Qɿ+"=G-'X/5ݞHbRq{zF2[OرT}&} |`VO2,6_Tn׮LfyGIOi D󮗎k J*eʄyᰩ%BG TX` ., Xk*"/[ץ^sJi|JppD *N;Oz_QT^I;čiyV(˼d3Ppmx\4DL?D%d7ݗ:c?!Q^y})﹍o>zcjTv1kjJFSbP$|_W.%ТS!^G"rsߔ7a;GbK tAyfr۱fBOA^!}Y5=Zl7k9\L=a7/+X`c$,,OX K4JWv?u=҉, RD5-i'+{!>3UNyY΄Ѝk]) ('VU(lEXyמ0Un\ɩ cbġ xYi@ Y,+h 9ts?c;H%fgՃ,&"xÎ1-UN9Ƃ"; U:lf)NK{[J })#96GUʗ;r~ 7 ;BL#E^>Cu\J%BQ$׶B|]}r]o7iL\S<F_!t"75]AJ*U5VSJ( 8)Qzҳp{CS:bH(4]ڂKa[}HG1>jXqtX7%VhW#ͯ"S|yĻm'fDh62X7=\ (s!L+Kv~y}i`+l[)?8[1cY%-Q .w/ {r>+銧QѾ$ETP#((2M'?vR9oP耮;tLdžwG\KZqgN"H,6|L;3hbŰO.F0]nKCX!5UİSxg$×` w'-v}Y#LUb=l¢`zT#h_{uETj%7bh$i)Fs/&9"F]c^ gB sN_5fu^Juj~ҊzsP]U\nCw}혰!~re|y@KTY+)stWDiM,b:zZFWAĔ›+ChrDv&CV]ҀA=22IF,4/Sg&H :Ӓ'1_Z1{r͎”FuGuW$|͎ʞDLQ,ۨ4 Y>BX^bp`3GTm7$̣aգO굡t 0>G!9yH -b.jb_m*c0Be^:l{K!j痍g;rkL<޲n9Z8鹠'Wmq&R` 4C]>U g-/D GU YZ