libtiff5-4.0.9-45.5.1 >  A ap9||Ʉk`շ7 +⻱=~ -D]H2`mڬl 3Ό2k (di(!|vV=mN$y &N}\guC_Q[d'a3,/h^?"M7[W$$&'Bw۴^: ߢnА:lC + Zځ#iDٙ |3E*$V|xM9a7997ace5d9836a3e7d75fe1dd0e77bcb5a871d25f99a50dd34403472ce8d87a7497522e028cc07eb23e70d6ea34ac24a37c0a74V܉ap9|dQd֙A'sTXu˜^qߟ憣YL ޥLJg|L"7JvŤ.Ot|,ѿ%Dp@4?$d   M1RW m~    \ 4(8'9': P'>@FG0HPIpXxY\]^6b}c&defluvw8xXyxz Clibtiff54.0.945.5.1The Tiff Library (with JPEG and compression support)This package includes the tiff libraries. To link a program with libtiff, you will have to add -ljpeg and -lz to include the necessary libjpeg and libz in the linking process.agibs-power9-14 ''SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxppc64le z @mA큤a]a`a^a`af7)O@a_5e3eb6280e67bc88ac295a41e8c6503e399fa19bb87be574ae84875eb8b80214eb59c556b2f7a38d0b948b861ba23d5032107063baa8f75dc54bf85e8ddf307dfbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-45.5.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(ppc-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libjbig.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1aZ@]µ]µ\b@\X)@\Q[[k@[k@[$@[t[{@[)[)Z@ZZ ZZ;@Z@YI@XۡX@Xx@XWXWX=mWint32 conversion (when refBlackWhite[0] == 2147483648.f) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1907 + libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(), and use it in TIFFReadDirectory() so as to ignore fields whose tag is a codec-specified tag but this codec is not enabled. This avoids TIFFGetField() to behave differently depending on whether the codec is enabled or not, and thus can avoid stack based buffer overflows in a number of TIFF utilities such as tiffsplit, tiffcmp, thumbnail, etc. Patch derived from 0063-Handle-properly-CODEC-specific-tags.patch (http://bugzilla.maptools.org/show_bug.cgi?id=2580) by Raphaël Hertzog. Fixes: http://bugzilla.maptools.org/show_bug.cgi?id=2580 http://bugzilla.maptools.org/show_bug.cgi?id=2693 http://bugzilla.maptools.org/show_bug.cgi?id=2625 (CVE-2016-10095, bsc#1017690) http://bugzilla.maptools.org/show_bug.cgi?id=2564 (CVE-2015-7554, bsc#960341) http://bugzilla.maptools.org/show_bug.cgi?id=2561 (CVE-2016-5318, bsc#983436) http://bugzilla.maptools.org/show_bug.cgi?id=2499 (CVE-2014-8128, bsc#969783) http://bugzilla.maptools.org/show_bug.cgi?id=2441 http://bugzilla.maptools.org/show_bug.cgi?id=2433 + libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not do the #ifdef TIFFSwabXXX checks. Make it easier for GDAL to rename the symbols of its internal libtiff copy. + libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 in ChopUpSingleUncompressedStrip() regarding update of newly single-strip uncompressed files whose bytecount is 0. Before the change of 2016-12-03, the condition bytecount==0 used to trigger an early exit/disabling of strip chop. Re-introduce that in update mode. Otherwise this cause later incorrect setting for the value of StripByCounts/StripOffsets. (https://trac.osgeo.org/gdal/ticket/6924) + libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of items read in StripOffsets/StripByteCounts tags to the number of strips to avoid excessive memory allocation. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2215 + libtiff/tif_getimage.c: avoid many (harmless) unsigned int overflows. + libtiff/tif_fax3.c: avoid unsigned int overflow in Fax3Encode2DRow(). Could potentially be a bug with huge rows. + libtiff/tif_jpeg.c: avoid (harmless) unsigned int overflow on tiled images. + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() and BYTECOUNTLOOKSBAD when file is too short. + libtiff/tif_predict.c: decorate legitimate functions where unsigned int overflow occur with TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() + libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to disable CLang warnings raised by - fsanitize=undefined,unsigned-integer-overflow + libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessive CPU consumption on progressive JPEGs with a huge number of scans. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf Note: only affects libtiff since 2014-12-29 where support of non-baseline JPEG was added. + libtiff/tif_jpeg.c: error out at decoding time if anticipated libjpeg memory allocation is above 100 MB. libjpeg in case of multiple scans, which is allowed even in baseline JPEG, if components are spread over several scans and not interleavedin a single one, needs to allocate memory (or backing store) for the whole strip/tile. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf This limitation may be overriden by setting the LIBTIFF_ALLOW_LARGE_LIBJPEG_MEM_ALLOC environment variable, or recompiling libtiff with a custom value of TIFF_LIBJPEG_LARGEST_MEM_ALLOC macro. + libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2706 (CVE-2017-9936, bsc#1046073) + libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that a double value can fit in a float before casting. + libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, libtiff/tif_read.c: make TIFFReadScanline() works in CHUNKY_STRIP_READ_SUPPORT mode with JPEG stream with multiple scans. Also make configurable through a LIBTIFF_JPEG_MAX_ALLOWED_SCAN_NUMBER environment variable the maximum number of scans allowed. Defaults to 100. + libtiff/tif_read.c: TIFFFillTile(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation (similarly to what was done for TIFFFileStrip() on 2017-05-10) + libtiff/tif_getimage.c: use _TIFFReadEncodedStripAndAllocBuffer(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2708 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2433 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() function, variant of TIFFReadEncodedStrip() that allocates the decoded buffer only after a first successful TIFFFillStrip(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX() functions associated with LONG8/SLONG8 data type, replace assertion that the file is BigTIFF, by a non-fatal error. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2712 + libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc to tif_rawdataloaded when it is set. Similarly to TIFFStartStrip(). This issue was revealed by the change of 2017-06-30 in TIFFFileTile(), limiting the number of bytes read. But it could probably have been hit too in CHUNKY_STRIP_READ_SUPPORT mode previously. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2454 + libtiff/tif_error.c, tif_warning.c: correctly use va_list when both an old-style and new-style warning/error handlers are installed. Patch by Paavo Helde (sent on the mailing list) + libtiff/tif_getimage.c: use _TIFFReadTileAndAllocBuffer(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2470 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedTileAndAllocBuffer() and _TIFFReadTileAndAllocBuffer() variants of TIFFReadEncodedTile() and TIFFReadTile() that allocates the decoded buffer only after a first successful TIFFFillTile(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_pixarlog.c: avoid excessive memory allocation on decoding when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2554 + libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZW compressed files. + libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZW strips. Crashing issue only on memory mapped files, where the strip offset is the last byte of the file, and the file size is a multiple of one page size on the CPU architecture (typically 4096) + libtiff/tif_dir.c: avoid potential null pointer dereference in _TIFFVGetField() on corrupted TIFFTAG_NUMBEROFINKS tag instance. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2713 + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile(). Complementary fix for http://bugzilla.maptools.org/show_bug.cgi?id=2708 in the isMapped() case, so as to avoid excessive memory allocation when we need a temporary buffer but the file is truncated. + libtiff/tif_read.c: in TIFFFetchStripThing(), only grow the arrays that hold StripOffsets/StripByteCounts, when they are smaller than the expected number of striles, up to 1 million striles, and error out beyond. Can be tweaked by setting the environment variable LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT. This partially goes against a change added on 2002-12-17 to accept those arrays of wrong sizes, but is needed to avoid denial of services. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2350 + libtiff/tif_read.c: add protection against excessive memory allocation attempts in TIFFReadDirEntryArray() on short files. Effective for mmap'ed case. And non-mmap'ed case, but restricted to 64bit builds. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2675 (CVE-2017-12944, bsc#1054594) + libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2683 + libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate(): properly break from loops on error when stoponerr is set, instead of going on iterating on row based loop. + libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped pixel number is not a multiple of the horizontal subsampling, and also in some other cases. Impact putcontig8bitYCbCr44tile, putcontig8bitYCbCr42tile, putcontig8bitYCbCr41tile, putcontig8bitYCbCr21tile and putcontig8bitYCbCr12tile Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2637 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2691 + libtiff/tif_luv.c: further reduce memory requirements for temporary buffer when RowsPerStrip >= image_length in LogLuvInitState() and LogL16InitState(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2700 + libtiff/tif_dirwrite.c: replace assertion related to not finding the SubIFD tag by runtime check (in TIFFWriteDirectorySec()) Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2727 + libtiff/tif_dirwrite.c: replace assertion to tag value not fitting on uint32 when selecting the value of SubIFD tag by runtime check (in TIFFWriteDirectoryTagSubifd()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2728 + libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressed file if the codestream height is larger than the truncated height of the strip. Emit a warning in this situation since this is non compliant. + libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK() function that checks if the offset is not bigger than INT64_MAX, so as to avoid a -1 error return code of TIFFSeekFile() to match a required seek to UINT64_MAX/-1. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2726 + libtiff/tif_dirread.c: add NULL check to avoid likely false positive null-pointer dereference warning by CLang Static Analyzer. + libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExt Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2735 + libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 that honours max_memory_to_use > 0. Cf https://github.com/libjpeg-turbo/libjpeg-turbo/issues/162 + libtiff/tif_getimage.c: avoid floating point division by zero in initCIELabConversion() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3733 * Changes in the tools: + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + tools/tiffset.c: fix setting a single value for the ExtraSamples tag (and other tags with variable number of values). So 'tiffset -s ExtraSamples 1 X'. This only worked when setting 2 or more values, but not just one. + tools/fax2tiff.c (_FAX_Client_Data): Pass FAX_Client_Data as the client data. This client data is not used at all at the moment, but it makes the most sense. Issue that the value of client_data.fd was passed where a pointer is expected. + tools/tiff2pdf.c (t2p_sample_realize_palette): Fix possible arithmetic overflow in bounds checking code and eliminate comparison between signed and unsigned type. + tools/tiff2bw.c (main): Free memory allocated in the tiff2bw program. This is in response to the report associated with CVE-2017-16232, bsc#1069213 but does not solve the extremely high memory usage with the associated POC file.- Upgrade to upstream release 4.0.8 * libtiff/tif_getimage.c, libtiff/tif_open.c + add parenthesis to fix cppcheck clarifyCalculation warnings * libtiff/tif_predict.c, libtiff/tif_print.c + fix printf unsigned vs signed formatting (cppcheck invalidPrintfArgType_uint warnings) * libtiff/tif_read.c, libtiff/tiffiop.h + fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2596 * libtiff/tif_pixarlog.c, libtiff/tif_luv.c + fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2604 * libtiff/tif_strip.c + revert the change in TIFFNumberOfStrips() done for http://bugzilla.maptools.org/show_bug.cgi?id=2587 / CVE-2016-9273 since the above change is a better fix that makes it unnecessary. * libtiff/tif_dirread.c + modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline(). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2608. * libtiff/tif_ojpeg.c + make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2611 * libtiff/tif_write.c + fix misleading indentation as warned by GCC. * libtiff/tif_fax3.h + revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. Raised by Lee Howard. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2636 * libtiff/tiffio.h, libtiff/tif_getimage.c + add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. * libtiff/tif_getimage.c + fix potential memory leaks in error code path of TIFFRGBAImageBegin(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2627 * libtiff/tif_jpeg.c + increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with "big" tile, without using libjpeg temporary files. Related to https://trac.osgeo.org/gdal/ticket/6757 * libtiff/tif_jpeg.c + avoid integer division by zero in JPEGSetupEncode() when horizontal or vertical sampling is set to 0. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2653, bsc#1033127, CVE-2017-7595 * libtiff/tif_dirwrite.c + in TIFFWriteDirectoryTagCheckedRational, replace assertion by runtime check to error out if passed value is strictly negative. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2535, bsc#1038438, CVE-2016-10371 * libtiff/tif_dirread.c + avoid division by floating point 0 in TIFFReadDirEntryCheckedRational() and TIFFReadDirEntryCheckedSrational(), and return 0 in that case (instead of infinity as before presumably) Apparently some sanitizers do not like those divisions by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2644, bsc#1033118, CVE-2017-7598 * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c + implement various clampings of double to other data types to avoid undefined behaviour if the output range isn't big enough to hold the input value. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2643 http://bugzilla.maptools.org/show_bug.cgi?id=2642 http://bugzilla.maptools.org/show_bug.cgi?id=2646 http://bugzilla.maptools.org/show_bug.cgi?id=2647, bsc#1033126, CVE-2017-7596, bsc#1033120, CVE-2017-7597, bsc#1033113, CVE-2017-7599, bsc#1033112, CVE-2017-7600, * libtiff/tif_jpeg.c + validate BitsPerSample in JPEGSetupEncode() to avoid undefined behaviour caused by invalid shift exponent. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2648, bsc#1033111, CVE-2017-7601 * libtiff/tif_read.c + avoid potential undefined behaviour on signed integer addition in TIFFReadRawStrip1() in isMapped() case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2650, bsc#1033109, CVE-2017-7602 * libtiff/tif_getimage.c + add explicit uint32 cast in putagreytile to avoid UndefinedBehaviorSanitizer warning. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2658, bsc#1033131, CVE-2017-7592 * libtiff/tif_read.c + TIFFReadBufferSetup(): use _TIFFcalloc() to zero initialize tif_rawdata. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2651, bsc#1033129, CVE-2017-7593 * libtiff/tiffio.h, tif_unix.c, tif_win32.c, tif_vms.c + add _TIFFcalloc() * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c + return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2130 * libtiff/tif_ojpeg.c + fix leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable when read fails. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2659, bsc#1033128, CVE-2017-7594 * libtiff/tif_jpeg.c + only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). * libtiff/tif_lzw.c + in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=1982 * libtiff/tif_pixarlog.c + fix memory leak in error code path of PixarLogSetupDecode(). Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2665 * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c + fix GCC 7 -Wimplicit-fallthrough warnings. * libtiff/tif_dirread.c + fix memory leak in non DEFER_STRILE_LOAD mode (ie default) when there is both a StripOffsets and TileOffsets tag, or a StripByteCounts and TileByteCounts Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2689, bsc#1042805, CVE-2017-9403) * libtiff/tif_ojpeg.c + fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2670 * libtiff/tif_fax3.c + avoid crash in Fax3Close() on empty file. Patch by Alan Coopersmith + complement by myself. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2673 * libtiff/tif_read.c + TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c + fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. Should especially occur on 32 bit platforms. * libtiff/tif_read.c + TIFFFillStripPartial() + avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). This avoids reading beyond tif_rawdata when bytecount > tif_rawdatasize. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1545. Credit to OSS-Fuzz * libtiff/tif_color.c + avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1533 Credit to OSS-Fuzz * libtiff/tif_pixarlog.c, tif_luv.c + avoid potential int32 overflows in multiply_ms() and add_ms(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1558 Credit to OSS-Fuzz * libtiff/tif_packbits.c + fix out-of-buffer read in PackBitsDecode() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1563 Credit to OSS-Fuzz * libtiff/tif_luv.c + LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_lzw.c + update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. * libtiff/tif_pixarlog.c + PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. But untested... * libtiff/tif_getimage.c + initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1663 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_getimage.c + initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. To avoid invalid float->int32 conversion. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1718 Credit to OSS Fuzz * tools/fax2tiff.c (main) + Applied patch by Joerg Ahrens to fix passing client data for Win32 builds using tif_win32.c (USE_WIN32_FILEIO defined) for file I/O. Patch was provided via email on November 20, 2016. * tools/tiffcp.c + avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2598 * tools/tiffcrop.c + fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2620 * tools/tiffcrop.c + add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2621 * tools/tiffcrop.c + fix integer division by zero when BitsPerSample is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2619 * tools/tiffinfo.c + fix null pointer dereference in -r mode when the image has no StripByteCount tag. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2594 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2597 * tools/tif_dir.c + when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2599 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2607 * tools/tiffcp.c + fix uint32 underflow/overflow that can cause heap-based buffer overflow. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2610 * tools/tiffcp.c + replace assert( (bps % 8) == 0 ) by a non assert check. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2605 * tools/tiff2ps.c + fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2633 and http://bugzilla.maptools.org/show_bug.cgi?id=2634. * tools/tiff2pdf.c + prevent heap-based buffer overflow in -j mode on a paletted image. Note: this fix errors out before the overflow happens. There could probably be a better fix. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2635 * tools/tiff2pdf.c + fix wrong usage of memcpy() that can trigger unspecified behaviour. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2638 * tools/tiff2pdf.c + avoid potential invalid memory read in t2p_writeproc. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2639 * tools/tiff2pdf.c + avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2640 * tools/tiffcrop.c + remove extraneous TIFFClose() in error code path, that caused double free. Related to http://bugzilla.maptools.org/show_bug.cgi?id=2535 * tools/tiffcp.c + error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2656 and http://bugzilla.maptools.org/show_bug.cgi?id=2657 * tools/raw2tiff.c + avoid integer division by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2631 * tools/tiff2ps.c + call TIFFClose() in error code paths. * tools/fax2tiff.c + emit appropriate message if the input file is empty. Patch by Alan Coopersmith. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2672 * tools/tiff2bw.c + close TIFF handle in error code path. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2677 * Other issues fixed: + bsc#1042804, CVE-2017-9404 * CVE-2016-10092, CVE-2016-10093, CVE-2016-10094 [bsc#1017693] - Removed patches: * tiff-4.0.7-CVE-2015-7554.patch * tiff-4.0.7-CVE-2017-5225.patch * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch * tiff-CVE-2016-10266.patch * tiff-CVE-2016-10267.patch * tiff-CVE-2016-10268.patch * tiff-CVE-2016-10269.patch * tiff-CVE-2016-10270.patch * tiff-CVE-2016-10271.patch * tiff-CVE-2016-10272.patch + Fixed upstream- Added patches: * tiff-CVE-2016-10266.patch + Upstream fix for CVE-2016-10266, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031263) * tiff-CVE-2016-10267.patch + Upstream fix for CVE-2016-10267, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031262) * tiff-CVE-2016-10268.patch + Upstream fix for CVE-2016-10268, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031255) * tiff-CVE-2016-10269.patch + Upstream fix for CVE-2016-10269, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031254) * tiff-CVE-2016-10270.patch + Upstream fix for CVE-2016-10270, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031250) * tiff-CVE-2016-10271.patch + Upstream fix for CVE-2016-10271, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read and buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031249) * tiff-CVE-2016-10272.patch + Upstream fix for CVE-2016-10272, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031247)- Added patch: * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch - Fix a regression introduced in 4.0.7 (bsc#1022103) - http://bugzilla.maptools.org/show_bug.cgi?id=2636- Added patch: * tiff-4.0.7-CVE-2017-5225.patch - Upstream fix for CVE-2017-5225, bsc#1019611: heap buffer overflow in tools/tiffcp via a crafted BitsPerSample value- Drop --with-pic, this is only for static libs (which are not built) - Update descriptions- Update homepage- Upgrade to upstream release 4.0.7 * libtiff/tif_aux.c + Fix crash in TIFFVGetFieldDefaulted() when requesting Predictor tag and that the zip/lzw codec is not configured. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2591 * libtiff/tif_compress.c + Make TIFFNoDecode() return 0 to indicate an error and make upper level read routines treat it accordingly. (linked to the test case of http://bugzilla.maptools.org/show_bug.cgi?id=2517) * libtiff/tif_dir.c + Discard values of SMinSampleValue and SMaxSampleValue when they have been read and the value of SamplesPerPixel is changed afterwards (like when reading a OJPEG compressed image with a missing SamplesPerPixel tag, and whose photometric is RGB or YCbCr, forcing SamplesPerPixel being 3). Otherwise when rewriting the directory (for example with tiffset, we will expect 3 values whereas the array had been allocated with just one), thus causing a out of bound read access. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) * libtiff/tif_dirread.c + In TIFFFetchNormalTag(), do not dereference NULL pointer when values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are 0-byte arrays. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2593 (regression introduced by previous fix done on 2016-11-11 for CVE-2016-9297, bsc#1010161). Assigned as CVE-2016-9448, bsc#1011103 + In TIFFFetchNormalTag(), make sure that values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are null terminated, to avoid potential read outside buffer in _TIFFPrintField(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2590 (CVE-2016-9297, bsc#1010161) + Initialize doubledata at line 3693 to NULL to please MSVC 2013 + Prevent reading ColorMap or TransferFunction if BitsPerPixel > 24, so as to avoid huge memory allocation and file read attempts + Reject images with OJPEG compression that have no TileOffsets/StripOffsets tag, when OJPEG compression is disabled. Prevent null pointer dereference in TIFFReadRawStrip1() and other functions that expect td_stripbytecount to be non NULL. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2585 + When compiled with DEFER_STRILE_LOAD, fix regression, when reading a one-strip file without a StripByteCounts tag. + Workaround false positive warning of Clang Static Analyzer about null pointer dereference in TIFFCheckDirOffset(). * libtiff/tif_dirwrite.c + Avoid null pointer dereference on td_stripoffset when writing directory, if FIELD_STRIPOFFSETS was artificially set for a hack case in OJPEG case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) + Fix truncation to 32 bit of file offsets in TIFFLinkDirectory() and TIFFWriteDirectorySec() when aligning directory offsets on an even offset (affects BigTIFF). * libtiff/tif_dumpmode.c + DumpModeEncode() should return 0 in case of failure so that the above mentionned functions detect the error. * libtiff/tif_fax3.c + remove dead assignment in Fax3PutEOLgdal(). * libtiff/tif_fax3.h + make Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. * libtiff/tif_getimage.c + Fix out-of-bound reads in TIFFRGBAImage interface in case of unsupported values of SamplesPerPixel/ExtraSamples for LogLUV/CIELab. Add explicit call to TIFFRGBAImageOK() in TIFFRGBAImageBegin(). Fix CVE-2015-8665 and CVE-2015-8683. + Fix some benign warnings which appear in 64-bit compilation under Microsoft Visual Studio of the form "Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value." + TIFFRGBAImageOK: Reject attempts to read floating point images. * libtiff/tif_luv.c + Fix potential out-of-bound writes in decode functions in non debug builds by replacing assert()s by regular if checks (http://bugzilla.maptools.org/show_bug.cgi?id=2522). Fix potential out-of-bound reads in case of short input data. + Validate that for COMPRESSION_SGILOG and PHOTOMETRIC_LOGL, there is only one sample per pixel. Avoid potential invalid memory write on corrupted/unexpected images when using the TIFFRGBAImageBegin() interface * libtiff/tif_next.c + Fix potential out-of-bound write in NeXTDecode() (http://bugzilla.maptools.org/show_bug.cgi?id=2508) * libtiff/tif_pixarlog.c + Avoid zlib error messages to pass a NULL string to %s formatter, which is undefined behaviour in sprintf(). + Fix out-of-bounds write vulnerabilities in heap allocated buffers. Reported as MSVR 35094. + Fix potential buffer write overrun in PixarLogDecode() on corrupted/unexpected images (CVE-2016-5875, bsc#987351) + Fix write buffer overflow in PixarLogEncode if more input samples are provided than expected by PixarLogSetupEncode. Idea based on libtiff-CVE-2016-3990.patch from libtiff-4.0.3-25.el7_2.src.rpm, but with different and simpler check. (http://bugzilla.maptools.org/show_bug.cgi?id=2544, bsc#975069) * libtiff/tif_predict.c + PredictorSetup: Enforce bits-per-sample requirements of floating point predictor (3). Fixes CVE-2016-3622 "Divide By Zero in the tiff2rgba tool." (bsc#974449) * libtiff/tif_predict.h, libtiff/tif_predict.c + Replace assertions by runtime checks to avoid assertions in debug mode, or buffer overflows in release mode. Can happen when dealing with unusual tile size like YCbCr with subsampling. Reported as MSVR 35105. * libtiff/tif_read.c + Fix out-of-bounds read on memory-mapped files in TIFFReadRawStrip1() and TIFFReadRawTile1() when stripoffset is beyond tmsize_t max value (bsc#990460, CVE-2016-6223) + Make TIFFReadEncodedStrip() and TIFFReadEncodedTile() directly use user provided buffer when no compression (and other conditions) to save a memcpy(). * libtiff/tif_strip.c + Make TIFFNumberOfStrips() return the td->td_nstrips value when it is non-zero, instead of recomputing it. This is needed in TIFF_STRIPCHOP mode where td_nstrips is modified. Fixes a read outsize of array in tiffsplit (or other utilities using TIFFNumberOfStrips()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2587 (CVE-2016-9273, bsc#1010163) * libtiff/tif_write.c + Fix issue in error code path of TIFFFlushData1() that didn't reset the tif_rawcc and tif_rawcp members. I'm not completely sure if that could happen in practice outside of the odd behaviour of t2p_seekproc() of tiff2pdf). The report points that a better fix could be to check the return value of TIFFFlushData1() in places where it isn't done currently, but it seems this patch is enough. Reported as MSVR 35095. + Make TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() directly use user provided buffer when no compression to save a memcpy(). + TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() should return -1 in case of failure of tif_encodestrip() as documented * tools/fax2tiff.D c + Fix segfault when specifying -r without argument. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2572 * tools/Makefile.am + The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden. * tools/rgb2ycbcr.c + Validate values of -v and -h parameters to avoid potential divide by zero. Fixes CVE-2016-3623, bsc#974618 (http://bugzilla.maptools.org/show_bug.cgi?id=2569) * tools/tiff2bw.c + Fix weight computation that could result of color value overflow (no security implication). Fix http://bugzilla.maptools.org/show_bug.cgi?id=2550. * tools/tiff2pdf.c + Avoid undefined behaviour related to overlapping of source and destination buffer in memcpy() call in t2p_sample_rgbaa_to_rgb() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2577 + Fix out-of-bounds write vulnerabilities in heap allocate buffer in t2p_process_jpeg_strip(). Reported as MSVR 35098. + Fix potential integer overflows on 32 bit builds in t2p_read_tiff_size() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2576 + Fix read -largely- outsize of buffer in t2p_readwrite_pdf_image_tile(), causing crash, when reading a JPEG compressed image with TIFFTAG_JPEGTABLES length being one. Reported as MSVR 35101. CVE-2016-9453, bsc#1011107 + Fix write buffer overflow of 2 bytes on JPEG compressed images. Reported as TALOS-CAN-0187, CVE-2016-5652, bsc#1007280. Also prevents writing 2 extra uninitialized bytes to the file stream. * tools/tiff2rgba.c + Fix integer overflow in size of allocated buffer, when -b mode is enabled, that could result in out-of-bounds write. Based initially on patch tiff-CVE-2016-3945.patch from libtiff-4.0.3-25.el7_2.src.rpm, with correction for invalid tests that rejected valid files. (http://bugzilla.maptools.org/show_bug.cgi?id=2545, bsc#974614) * tools/tiffcp.c + Fix out-of-bounds write on tiled images with odd tile width vs image width. Reported as MSVR 35103. (bsc#1011841, CVE-2016-9538) + Fix read of undefined variable in case of missing required tags. Found on test case of MSVR 35100. * tools/tiffcrop.c + Avoid access outside of stack allocated array on a tiled separate TIFF with more than 8 samples per pixel. (CVE-2016-5321, CVE-2016-5323, http://bugzilla.maptools.org/show_bug.cgi?id=2558, http://bugzilla.maptools.org/show_bug.cgi?id=2559, bsc#984813, bsc#984815) + Fix memory leak in (recent) error code path. Fixes Coverity 1394415. + Fix multiple uint32 overflows in writeBufferToSeparateStrips(), writeBufferToContigTiles() and writeBufferToSeparateTiles() that could cause heap buffer overflows. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2592 + Fix out-of-bound read of up to 3 bytes in readContigTilesIntoBuffer(). Reported as MSVR 35092. + Fix out-of-bounds write in loadImage(). From patch libtiff-CVE-2016-3991.patch from libtiff-4.0.3-25.el7_2.src.rpm (http://bugzilla.maptools.org/show_bug.cgi?id=2543, bsc#975070) + Fix read of undefined buffer in readContigStripsIntoBuffer() due to uint16 overflow. Reported as MSVR 35100. (bsc#1011841, CVE-2016-9538) + Fix various out-of-bounds write vulnerabilities in heap or stack allocated buffers. Reported as MSVR 35093, MSVR 35096 and MSVR 35097. + readContigTilesIntoBuffer: Fix signed/unsigned comparison warning. * tools/tiffdump.c + Fix a few misaligned 64-bit reads warned by -fsanitize + ReadDirectory: Remove uint32 cast to_TIFFmalloc() argument which resulted in Coverity report. Added more mutiplication overflow checks * tools/tiffinfo.c + Fix out-of-bound read on some tiled images. (http://bugzilla.maptools.org/show_bug.cgi?id=2517) + TIFFReadContigTileData: Fix signed/unsigned comparison warning. + TIFFReadSeparateTileData: Fix signed/unsigned comparison warning. - Removed patches: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch * tiff-4.0.6-CVE-2015-8782.patch * tiff-4.0.6-CVE-2016-3186.patch * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Fixed in the upsteam release - Changed patch: * tiff-4.0.6-CVE-2015-7554.patch -> tiff-4.0.7-CVE-2015-7554.patch - Rediffed to the changed context- Added patches: * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Upstream fixes for MSVR 35093, MSVR 35094, MSVR 35095, MSVR 35096, MSVR 35097, MSVR 35098. * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch - Enforce bits-per-sample requirements of floating point predictor. Fixes CVE-2016-3622 [bsc#974449]- Added patches: * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch - Upstream commits to fix CVE-2016-3623 [bsc#974618], CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069], CVE-2016-3991 [bsc#975070]- Added patches: * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch - Upstream commits to fix CVE-2016-5314 [bsc#984831], CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842], CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]- Added patch: * tiff-4.0.6-CVE-2016-3186.patch - fix CVE-2016-3186: buffer overflow in gif2tiff [bsc#973340]- Added patch: * tiff-4.0.6-CVE-2015-8782.patch - fix CVE-2015-8781, CVE-2015-8782, CVE-2015-8783: Out-of-bounds writes for invalid images (upstream bug #2522) [bsc#964225]- Added patch: * tiff-4.0.6-CVE-2015-7554.patch - fix CVE-2015-7554: Out-of-bounds Write in the thumbnail and tiffcmp tools (upsteam bug #2499) [bsc#960341]- Added patch: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch - fix uninitialized memory in NeXTDecode (upstream bug #2508) [bsc#942690]- Update to version 4.0.6 * Supports CMake 2.8.9 and later. * Add missing file which wasn't being distributed, causing unit tests to fail. * Make shared/static library building configurable. * CMake reads all version information directly from configure.ac to avoid duplication of values. * CMake builds are now included in 'distcheck' target. * Autotools 'make distcheck' now tests the CMake-based build if CMake is available. * Fixes to avoid undefined behaviour of signed types (C standard compliance). * Fixes to avoid possible isses when casting to unsigned char. * Fixes to avoid undefined behaviour with shifts. * Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). * Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. * Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. * Eliminate requirement for and use of 64-bit constant values. * tiffgt : Silence glut API deprecation warnings on MacOS X. * fax2ps : Detect failure to write to temporary file. - Changes from version 4.0.5 * Support for configure/build using CMake. * Support for large (> 2GB) files under Microsoft Windows. * Configuration and building using CMake is now supported under Microsoft Windows and on Unix-type systems. * Test for and use fseeko() if it is available. This allows supporting large files on Unix-type systems with a 32-bit 'long' type and a 64-bit 'off_t' type. * tiffiop.h: Macros added to use 64-bit equivalents for all standard I/O and POSIX APIs used by libtiff and its tools which are limited to 2GB in Windows builds. Note that these 64-bit equivalents were introduced by the CRT provided with Visual Studio 2005 and if the necessary CRT is not installed on the target computer, the program will not run. The wrapper macros will not be activated unless the definition _MSC_VER is at least 1400 or __MSVCRT_VERSION__ is at least 0x800. * tif_unix.c: Updated to support large files under Microsoft Windows. This makes tif_unix.c a completely viable candidate for use under Windows (in spite of its name) if the CRT is modern enough. Please note that tif_win32.c already supported large files, but only 'tiffinfo' and 'tiffdump' made any provision to support large files under Windows. * _tiffReadProc() and _tiffWriteProc() are modified to chunk I/O to a maximum size of 2GB for extremely large I/O requests. This surmounts limitations in the Microsoft Windows read() and write() APIs (which are limited to the range of a 32-bit 'int'), and may avoid poor behavior with extremely large I/O requests on other systems. * Updated to use I/O wrapper macros from tiffiop.h in order to support large files under Microsoft Windows.- use spec-cleaner- update to 4.0.4 D tiff-4.0.3-double-free.patch D tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch D tiff-4.0.3-CVE-2013-1961.patch D erouault.2862.patch D bfriesen.2805.patch D tiff-4.0.3-CVE-2013-4232.patch D tiff-4.0.3-CVE-2013-4244.patch D erouault.2861.patch D erouault.2857.patch D erouault.2856.patch D erouault.2859.patch D tiff-4.0.3-CVE-2012-4564.patch D tiff-4.0.3-tiff2pdf-colors.patch D erouault.2876.patch D erouault.2860.patch D tiff-dither-malloc-check.patch D tiff-4.0.3-CVE-2013-1960.patch D erouault.2858.patch D tiff-handle-TIFFTAG_PREDICTOR.patch D tiff-4.0.3-CVE-2013-4231.patch D tiff-4.0.3-CVE-2013-4243.patch D erouault.2863.patch D tiff-4.0.3-test-jpeg-turbo.patch- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 bnc#914890, bnc#916925, bnc#916927 + erouault.2856.patch + erouault.2857.patch + erouault.2858.patch + erouault.2859.patch + erouault.2860.patch + erouault.2861.patch + erouault.2862.patch + erouault.2863.patch + erouault.2876.patch + bfriesen.2805.patch + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + tiff-handle-TIFFTAG_PREDICTOR.patch + tiff-dither-malloc-check.patch- build with PIE/sbin/ldconfig/sbin/ldconfigibs-power9-14 16436191754.0.94.0.9-45.5.14.0.9-45.5.1libtiff.so.5libtiff.so.5.3.0libtiffxx.so.5libtiffxx.so.5.3.0libtiff5COPYRIGHTREADMEREADME.SUSE/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libtiff5/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:22626/SUSE_SLE-15_Update/53e11be057f469e0553bd4e929bf80c0-tiff.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5b440211ea6e6223ac95fc99e96b8aaeb5e4d2ce, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=35fdbab1b33e2902281aaaff6a69e18b7aff6454, strippeddirectoryASCII text PRRR RRRRRR RPRRR R RR R;L\ښto{utf-83c46c54a302d7b1a52db5326fc67811aa401a5d02464ce2b92ffcfdebee30f9e?7zXZ !t/[] cr$x#ꍅ#ow[<)PN@0 CT"Ѵw+1Uh"#}X)jN& 2lh[-V3&|k #I?Kr*Fsߓ3YZ; lw5lO+mW n|ղU)-‚ | FNph0 Pv.v3 ) V~aX^F܇//3OzJK&*䄩H)Jyv:,7ŶGn![Ii<=jϓy/A3uCV ~}%b*=~ EwH(EV %a?vL0 ͙Б%JZqZ Z2-O{(S&UUOi?#xWdpRu=#"j‚epe 2T IސtL {;Ɣ)q ߽c*IddL=Vxq'5;0q,!c3c&3n2ޝsꂚZyv3FK^xMcۏ"c6[t=go&Ml=*^(1v$%*#7T~:WEDhB#_cl|**2x:HT90T⭒?b-\0$^$`!2HI](Opav;NϳÑ  /7Ejjژx ;؀Oɚ.uVe|[7K]>#-^^f%ѫrADmB:< sR^HX̛6+oW@ `\NPt*ooi,DXK۵BЫ\~6VzYSZmĥRRd~ ;}D<-'"C A3ϑ(O7x^z:B-H-}&`4k;@[(?qtb: p/yQ ]4ij@T:/\]r V{|`#0Hߟ"OƜ9[8![oB  [ryqTޛ+%Fr3t*>l@ -1ZNMG}b zqj҇oq ۙjW !I)ݭRWar3Ħg+fQ3Qތ3L ceq誉>x0R .b'{^tѤ?I7n7*v\&4?Jͣ$=}=JQڄOK-@r.aJL.i7By Z6[xgO6SD0!A P& h4Ag_M ܁l7_ɀN904kFjΫ|~B -=a#1G@D-C )t{CW(z{est_x{O(26x:˃:|0Wiq)+uW a"5 \ht1"P@_ta'r1H¬ztJ^5Lc%oJh`8I #X|W2XAgaFb ?25}ңs! ;xv7?͂cKEM- |wT4 uB@o(qaL^!|u/tf4e!3rkKf7[yuYqUj6Nqfo¢C :8;ok^6}IT\Ld_&),,ƱǭmBxi=xRKET;]L#'}tQ 3B!Dod֟>r  0"Oha#I}Dդ?2ra)Кb]v}HirH!}۬.;u֨u?xeNo}o꤄DG/>"`씻VC(~|m쎚%T\ 0xlDyhx9\WM'RM@:fw-,g1h€eӘv,',ļrۀ@"1=,Kv:?1 vpmmNM 3{аp"q8 ~g5R+=jR$"QcV>@}EuF.{~^3fgк~2ʗQ&m-N"},z"ѝ?aā-YjK G'E.BϜLG f<.p !t&-wU~1}@}jN? ̀nOP*H\?vh| 5Ly'OẆȣFʄ]Us;EF0ȑo맍)iCqJZyr/7b'{,QӕW/[VJ⢹՘>"&h vZ/ز-W*v4ݤQM]"Zq}!NejAԷ{^$ZRn?ڇqJ)[|*wkk}ލ.>P.H%;& M2A97BMn +y,U673MMB؄!o9RH7ZGvNEM8ثqP%mJ+x3f9 Gq[%+vJg Šʟn,r{b|;Y\sNstj48^nt._U`AR^2%/81qS0'\\/3k"Z̀xOX͒ TH#.9#e)Wi;Q:u0ڵ$Lw@!–bjx}0\K#Is:43 f4z*V|qerݫ%O:wVj{TQyz˽s4/:턚yD#ƽ j 2*QBwMp.be.P=r=7,Jx6u{/ƣgȄkrl7 I={_ƽP߂63Ec 4Fr?$; 0&c:L*h%CVt>8@ ~;d_m7R8Mpw ,\٠SZzWQ ?"AL}%0M S;3u.6i;>Syy }ۦiv~}&ȓaI z'! ¯,]_AYDc=% ԉUn-sпZ!,*6޻YU6c-MFˈ=;OUafc*tڬ'@NFf91zU#")_SB&vgL6rPuvՔ14_U s}@kt=ɯR˘1zа:@" ʹ9BDݠ>&8bid2GikWoGZx&L~]8>j}99#^YJ {xOcwŰb"Kn2~ q<HaދJg 'Uv/KZ*6gmD[AMWْ̌S_M?.՞9>z8b=$k a=-fU7hޭ'6@&h~8a?,lKheM/舊NTk>gM(s=rr>JHL(K"+3.=X~}i_*2ANPQ 7)/{J`$&}x2_cS(Qn|IMk!jNl BG,6}{zgᜀ։=jjHGuGNjկﷂPw}?p~ aߢn`52[N5d|\Sj=U: (xnnˤA5t-j$&5 :DQxi[GXilzM 4>}CAbEȧjS<ʜY% 4ixL): }:7yoFZ1B Axോ%s2 fSaki-_ 53k(0<+#j[? e4$lZ)*>Dupۜ+g 愧q1 7&I<3~g eWp>ĉw Ί:|L35!( gf~*y?4ڼMϰfl8F4t7$9sIOHw&D`X /^܊fgwEz0Sh a_+GŌ85GF0!/YuNe+7Eyĉכg _ oп o;!ޑQ+i=7Aط~ kp^ @!װ`بİÄmLG߫mx m,^j@ARO!iGEmPe~m~zǨ q՞gwhl"'h!%mL J=zFn:{l =U)5B0XPҢA ^r-J[k5ˏ2sC9 z%2 wO Ia&Zzh%)?wrdCȑ$@33Ds/}dLf&w֯\1>9t#T|6"%HC'N99PǴaC}ҪWY#BS3;:6? FP|D[ cGn3hfa6+}`/)?h/>Ǯ<4{L5 ЊE䕛F O$9p>Zt*3CECSMV8KPUݽ# &;'u+op-( @hxiq뚈E+w(Ru،ܚIH &:9x5P2B,B5jkYW@!,⁑9I3_ťB}1iĶHFV Iaq3;O)H+E9OøcUBO RRَY$U3x JԆի^a6da+{wCyC }`G>LSF"Y ɉX*\<WTE{`)uҌgdE3>336^ך H 7 (Bg,=bRR4@^R<$dFfk`he/r2s¾zG\j)BlT9M/ܥ$&F|{OZ aR\8AZYn6 Pq0A$1Jc%U"&c󒽭(Z"N HQsCU9)78 |b!ãVQI?=^tYkoj+ *)hj8'3s=JqZ;_#!Fgm*JPd5%34os@ڲ\JXc|UU˞Rb- Za4v*8'W,hY2(ɍPr+e(xʂ/h)dz+r[i ͕["8"e6,_(aEIn;pvR&Q mJe+ЕpFTty Uu6lO2Hp곭/ק%\qT~@+0iL!D_K]e՘_{WU'QZᇒS#H&39Tw0Bou?3X|ץH?i@ڪSC4EB P% G*-S E>g'pnN3 t]£}ћMLMF{63{>nb,&y*Wn@v|B@H+ m!&Xjw6z:r:gInl M8KrJ?ŦiQ!1:w)Fn -KMFr#I!C4 *8enExz1@j4_EoX;IBR5-w\8,}tN%_[ 8γo\c(Ѹ|%$GW Q۷׋4u;0__SK m_/Ta;]-nM#0^vJHOC>M&&ujtM1:q/BƳ2܀) A ՠU(@UXI0ɒR Lz6Hz^R 爯?HԱ bof=O2 aي}8ߏK6Īt|9'3^ТsMC L,1+g1RU: ;+>,熨A ΀ך>db֕/*dƅпZg7a0@x򠾞D=B/d ryQ iDL2ì.}>Ҏ\_]1 %Ÿv9E Ю+bBi-DJHhybn')%(#O:]6~O4]|n|wLŋdS)]{_Jzx="#Kc9.Ƴ$|6+0C\ًC0~*VGE3_I 6}[Qa 3g0*ĵ |02j}?E̞`:x!@D?Iڌ8 #PcGGlNY{mAhjq482]fR ϘGs1b5ORvrM)V<~4`Y`19=LOI\q>sR/]Er#·"60L=4|ijdjG$s.ľ~n\JjB crCV[ ?Jue)fsN094Rm; u\6z" Y+MXy0ƶaU+k7 *ЭOO\7z|ӌM;nΑ=xyj[ArG\-/YAnt@ɹʛ[#GM)P{abӳ^FҶU{zؓ.Yy_6ga?0y<Ͽ1#!P[KF}`GUx=ɱ80ls奰G"3/ۘ0*FkPkS0CtEO*e Bb:"mE:}Pb0hkg6v/tas×ĉ^!@$M9t.6'1ϵFVۘN12C[V<$t-8<*Vk̑? /kLNJ3F@ū;G[BIBrꞰ,"\_)D:lbakuK[eМ1ɍ^:Q޻d迋?da 9ݵwF mV /ƴ\=(IS$IN/!A:˂uqYAs7ҿ#RU_~"C5e]Fw^ nU;5fLpˣ4"fѰXbUTBN!a#'e :Pr]9Sxwx:{gZ?a$>ƙ&q=kB6;'/R?h4TX.8UHiW4b"{Q}8ɾbղ5@Fζ?lB-|w`LI[t,_gx, /DUx7auxý=[{]甚>"ˎMC^gy s0ܽ/Qldw%5pñe6Mqz#@.\Ljo' (o(}Mj5(yQ8K1h0 my`XI* ОX ӍKnHV%9 Z/|X&烊: x&`P0f3&IZT-q\ۻIf {~Qb9>*!,E9RqO Oeg0 y8+H_hLsCWL.*˭T0۫t,J燳՜[(Y(-$lkZ_l>!Ɛǂgf-:jn?8$g4][8;#ckf&ۗ jFD$&#Xe-3ȗ9yA'GJW QPd q(mҩ$֯U2UR.`J9xJs'h0]:MVbAknu!{m |bqRCo](ԝ *6Zoѕ1[d+18C\#ATf>.JULd9{ Jv+t'l'q&v-#r pSֻvXKӽZ@,!zU;o4Ұb}N+ʜAaCK|C`%s},qG@|w2!Zm"{ܦf#h7nM#yP05HGRWL1A. $mz{bcd-?r2[jT?叅s\ā0ݮys[x%b/LrtX떚fKMqS> p0`D]yR3aLӷ=?QɁ9 Ǧn0e\F ϙjL3&JV hփ6fu,%PçA+$ldB![5yD dtψi6|0Lq8wb(ftqoKBTpDroUOභz>h/dǮ{)g';jbDh&a #;z, w@jO,IOd!ڔ;Fk*dSA ? i&M'nS ]?-C(*SV&řDIewFOqS Ĝj6L̮oG/tmǯ&p^`jV#Y'? tϼ'C"bc&jH`!OKkzX@_ٸ72r[Z u垖*BVqۭB:Fɸr4mX(Ԏ4ηEو^r0A 76M%9B*/]M'Y(|xbeM2|th{ ~pfB ܮ8ݼn8ꢻ6#>.~4ŗ\oɚ2[CDzp^vpڤZ !aDo+΍Sݦ k]3Z;.J?"R BwҙOB;16e`xИM$lWcT*e$v-_SE/!huDzz9+cǎݮ ox'N#2g%1~* |. `۵9 9\)5|,?{YF/i\+fq۵3Q/'.DפxJЍ몋>Ĝ"gG.(uGg:A8]/^]ۂ-jh @Mްl0v|5ϴit|x 2Ÿ,~qlqbrX:=N>@-tG*e&9$ڹgSSA ]'}ɱ"jۿ|64z^PwZqS: > }rSQǢgGe@ Wsjc*zVI3?,]O % kѮ78m8]:+~07zol{IΈjgHݬm%KJH)аLC8+duIKT!H8麍>MP <6c6z}~%kw= >dž+ˆ6w 6}>C&QqTb:h鏝x6nebEsB\x#TRy9; +Hr\Z+I/[. ߿WUC`gҌ=K DT02KF?~ QG1( fQ~h}t^#2=hDzj2t~T?Ґ>k;䛷 LJ>6AbnEYuL1`uOJW:hM%gМh/ˑ˜qUՙaRHIc)](I++4rBKdY< snl^Ggu?fɺW.C bRA_s Wan#9Ntځ Ku0p@ ݁g"qu!(ʐ"LNlE"jQ|8пI&uZm36]aRҊ4?׈Z^qߠC^c߈Q|)s9)Du72ڣp l5D6{LT m:x憖Ő)glY~@(Cký_ֺRry?0h LDq] V2L<Wͪ|F5.L%%]Ρd 6!ReIS@X5)6ՓZiwqO׊ biư [ZU. 9 Q[s0zbuvm&EՏ|W/OڊXBͿ=nLA)7LSjS'.3ӟٙYNO ̶V4=޿ZPLՄ"(]_oH'f4$3Ԫ'OqO"^ AsT"뎘`yƦY{PVXH[$<͏AR= ,$Qq!y=I$:xؾ=jH]qmhI7eKVEL\;U]rzW;̹_L{!U#2 LOQ[8P3Uw SpNʭKDįlxt ةڡ8`:#.[4O~Dn}]G{FcxGyir\.cTR,/+h\REҝؤtMNc1Dv=9mhuoV0ȎeRnI|8Z|M7ҷM1H/Tڋक़1:7UF:*}iJfʙq2 leI %WuOdpUf AQі>N$`I 1Fq]:=O+%] ^(縞2rRwV3ov׮2=݁8KTG}Y4 Z2| #ojQ|em^ޯEHUk k+\^lsfJadDVd`VDZmVJOq[Uz-`?oCwW=jI \,tyK.5*dEWp{XbZt07,2PVۿϚRY2({ʧl[]=ǖNAob/_mr:[z u( s]K0-M~Y`$nf؈%PPx]uԈgm` zH!9cפֿl4; 6Y.jߨT \>rBu+J^nPXޘ7znxm~#g -{槰a|*I&aN'; a?u`z7p5N!#Zxoa$_?wQCV&kA+΃{6 V z%Zs4$.|[vlJ|Zx&y0Ք ~|x#1jb h^Gܙ"oB|So buW$HK4M0%񸒻#{B8DEvqƂT$'nEjU}ewN`KvNs;ɃG"TշnE1%w~t}6ydk4BSGm? Y(ڛt)LXA# # Y\TN|'rQ uBIX8l@BǶ TbsK'"%gXD'k)s7Ӂc;Kƃoyư|Eut.8#.jcb;SC egKKOp #ZDSAd0z±4C#xiQi< ?nw瑢Vm;ٲi˩ 0T lڟ1Kb-5gBzcx :~<q<[ D!}]K#w_ΣK$Bݕf ./hT~!L.c##wm嘘HωxEnE'REFA榫;3&e J 4&xR"D [Ѐt7GxUa|x ӨmcC>9bqzvuʔJ 1(|ƙНōγ}XPQ;|ЎAl-8ZP[XD\|IA'z%k(w@B(fDs"Cx\#U{@  #M_t,^uYފ`5Q.ʺej3M4SEp١1",*`5m`\\(sa,%"SNL^b[x>-k*PCݬMk#Qj^.VDp@UgƘ0$e92+av+a 1z:H~JegW MZG Q`7_-M)@ 3Ngy#mWE;$l!b1bnU8q|&F>?QO4gx^ve=?Y;JN8&c?8l15ԭ[UZ&̚v]&S&حSegU 5iz寠/c*ҳƘԻyPy=n"W0m 營/kI3&S3;=dH_VxyVʩ'-r;sCps\ONX ڌpEkq~c_m,&zfxɠԟikCzhuj3 zvAЄ-aGATc7;f7\fY, v$+ɉN2kqc6bqlƆ~>V>ET!\>/$K<# .u]\s[RUY*y6Qe#[wN^}pz?- _qsӲŬ0ͽ_0CdQK¶%z5I(aӁ͐89]: yVk]!fF$l@e~%ћp.Y#JAHM O#^kE]naHbQs 9W/m:S蔖T&' hsqޟ񋷿R$a+RZQ+yxfJXq`sp{"ݽ흗8.cEc/߃:*%v>Il_ 0;}3"zXͼyCڿлDÔ4NaӢ.jS;n%i H-nSj"Mz Rx(RyKLo cr?qEy2#'l=i\"/g3CB> \>蟣Q9\WHiBHL+w$Ĥv=c^QfHX+J_ Em!5ny, Iz*_,{dGp&L0^Lm$-_Kv<`EMB<%T6[)>VWf!49S+2gLêuaKW$oY^ryaUojv6(ۙtª3^QkW WoEŀmGyyh.6v@<&_b4l!Iwtŷ*hYEyh:R_SətD=5gb)Xq9sr@Ǟ]eչ⭀[m8y(—T,ʬP++f2k/ þ!'eB&ۄ_1@C#7(/Z5J )_PӰTq*7"hX =fךּ=ς5ݓl=vwXp<q[Ɖ, ؼXZE**.v,Q<"GUՕ[%Y$ _SM8Dj@TԃIz!s\Qӹ6JLV<bN6\W{^N\)FBqF?I;! ׊2valQ>\//-+g~(9^V(ӽHX@7#bj,ymخt!?ht;ԙeٻ  aʐX "v Sz"Tv;!yXΘ,;JMTKWHfп`|dFEJs}͍J3|8PU.E]EjY ’Y渲H k.`7*޴1 7hKxXyOapK_w.q#?޵m}6x˥MsL;{ΰ{á2Z \+%n֘Ï.*a7EQY|X-@́[?|AJt6H8JowdE_ ϗ?~9p4r4v@`o"g74d]P0;6 EiX=k.rd1=gB (`dtK U&@{aKm_Zu{Md.R]n閵ד W40x|Tft#0,V1l:(.*DSuIC JOUJZ>*N$TFN|w 4 =/vd)%N5B) RJ6?ݜ"h%ar `.0lP^9؊A]U2GFUN _SJa7>J9w,^37H3\珯N*n W;0O, - b6ȬS;Cx.M&p{cϝA`wXI=:ܕYZz }ŵn,| dz_9x padl=cu!Ͽ2HO`% p^ qd;PUw~e\-aP*eKu769*O)!j+`q16ޅԳszk^lT Nsb/U\*)cl\xBI!"R_D> 'rXH}>9Uk<='Cob(>:Ana;7}05˭iT=u6 q}\t0CEle|?v=MmyG1mE0G*umB,Y'(UzJ z"*ENW43QWHq$AHH˷}6Jį5Jli$!!Lc;0>|S_oK86)zW҅ъt+ 8F>w$G8&veK}v_A/ARL{/L$A<Y)dNHiֹ}bW)7hTwPLʍ/JcAwɬ[gIF9vZNڔ6:V_Z PðqqA";|xcE)6d֣E{Ss2$N 7.q®yډ w[KN"BqRDS9dYs *7ݞ l훊 Ec|u;me{up8oV6yb,d'`S P" vGfv9?աSQD\"dC[3TSVnpC`ul#^NRmʍE]errU[_2?ʁB7A9<= tG;95b~sib|}NhYAJp΁ V}NM;g<#KsR*+0rg 1S5zZ",>aNo(>f (G} UZ;xzЉ){,6$>]tCch4?HauΪ29%y_`$o'+R0)v왏Fg^>@mmʕcD IxmTc U, ՚Xy2L(4B/, %[\ⰳT,gW|Ճet-xtfz+d[&ǩhlz8a/>njK\Cƌ ,v a\%ФTSox z\EE +Ew)6 Kg@.^=؟z-!HF $'$<ܴD/Zo7PNNl_Q:{xL.W(9v3v)yɡ~bИW+0Bހ1.q8;>yXHq"X˺rɷ*p-:&n0 V:;4iG*f$-Χd'NR`^׍Ȩ)}YUO԰0}`Rw xR~moNWVj w+=;e͑qWjG,xqa-qTi%t ot~b3lLßYM HP$A`pFYuiV_z *Ў6aoٻĴ46B^jhHfZ|=e_='R|9uONJ肄+Lry|$N~12Gʣ'A%>5Y]v EթERLNduښ5#'tzQ\7\0# 1u7ɒ Pm+ :5)^*xeLsD +iQ$<8ΰԯC>/ *`J|m @uF -Ҍs# i2zUsbcE*`T{rIXIcU?i6O 7ҳd {vB-7YM( %ՌEiw]#ׇ4p}Dm|FğJu/ kY }?d+{@j# <x#WG&5c™TxaVߋ-=9hrX@76Q}9qtoa(|4$$6؎zÀ'JVo{yBlwӜ1͑)F֛.~;OX=AĶ]s #;,CMWTة?PփaLzh[Ne~e麶 =6U&4ElϜXxL#2LEޏ6$Nx7* t˹ܗ]# :,d'0(ƀetȚ5Rc`Lfaݕv:q{`GMEpO=J2:X x\r5j2!kjĘ̂wѡ7WEo3K1>t]bJa}I 1=9h38CQ/-M4Y#=hgTqe?l ~6Tm"'0MJ%DqO;OzurJa95kHm20ݼa_zh$z^o4@zB|tS;U<]F+9 z <;}lq*sHk]lTzq[Λ4cB:o!}V P0 Ŷ1.YcM㷆)21=S\Zpp6ksVu0xɃoqu,EV'{6IyZPu?զ?O!Xk.*UCbI<=Mo>iES҉cLLҙJ{IMTN}I`lx4|՜2- YXQX4LGٹ@d+⾛:O,4*]ˆvFO.2nсpW;JZQ~AG J;$;C%#ERn>iUtc9VP0V؍QwK_5E}8lSm3wh!<< ٦wmp\@o Cڋ4FtRgI)śJ,_f>ɵ-$XH:.DC*|$t6MT,)}NI;܅ˀ.aW.JzX'ҀB3U3Z2Av;y!eF*ŖLT,I>Cub#bx᫆d9>O#iK!}OvAxT"؅ Gke$B2LRT !ȎKjb%z2/W}@h UׅŬJ*Ldl:O^ cL( Ql9ʓ%^ڿ.*](F^U \",Hsbbޔsqms3sN'EAcZRZK=tj6@1<ъ^qr#;Жq>=H2H _z]Q\Ҙ-#0RFIo^7~H,jzWy8&ʐ?NiS$L]`Ɔ:VYP`x'79◢-p=U~9gk(۲<^d_wWK-wgb 6=CI: 1ߦ[5"M{~$I/ Z[Zێ^a B Xrok^b9a\T_"S+~/l*GކM[%OͅL d` BSbX.mdʻMDaswe̹͕&>*)\9yӭ[]3Ft\1wp}u6\u1K29ƅ<=@J~@'>M)mێ =^'},DJXKGFj׾ID K2Z ZWtQ*_rw7:y1Ъǐ[u5 ^20G8Qc.lz'?='45;hZz0ATE_u01!iy-*DT2?b #Q4_,͌eGj%C:cYzZHt{Wy;Wv`Dh\fdB Oɇo*{b<z^sS-LE.¦}!_<-M32e-BRi*c9L 1th''Gs`֘Eqy,.%tK QP" {P6o41+)/!a*ZYJ0bx~@4I[ϼa]޼۬ŕ,7 +ą ccW>V'QQGU&yW[`,g$%,_]O F :kec^M:/4V́䃖\/G"վy5_Iv%l^()g17g%pAt3%d4"AƒOO_h* ʱs>_IN SOBIFQyT2LAF6牑O5 ui˾H+"n,ǍB}|zs hP^ (vhSon{xWw#Ϣ˪! C˾JۃPwكEbtJu4QW}6_tML"zn9j8kB'NJ4xK)^Wm~hʗ9>꫊)i8bUɊ(Kj41?k'ymufP)nzi8.%E8@t2лaae RKe HKyڭ0%WҜ|30s50W.̒4ў@  !m[k-Ӹm[V4t{1ֿRCWjy^?8+X\BVCn'Oro9ǣU Yԛ~NkM3<0=1^nL8rn 2vHsZ3gC[2Ox!kyX*K[P |WR/ewLAE jrWmZbl7b]>q[vKr}\1)c'OdVU&kJg{9qLVلjU)ѐcьjbevf*r81t=M]* DFM|UAB,isLMXSu62b|EODFL# ?v#,7& ~j/9 m>FeeJà/C?e*М0b$@? 5&eajYX;wkoВpIUQ=Q|ZuIIv9>;EGn!Td/aכ?<2W&(\mu//BiÉ`cb=a0Aݺ;g[2vmHix4lL=7k)^&Ctd xY25F6XM esdF/+ki9v`9<[~wä6mns-ΉLǴfҙG 1bfoQ<1@01U<ɃNN{f>g)cb+D-}˙Є#\zcsjG Lb/O{F^(|&١뫘p|ިChld"S^tZOY00ٕ4}vk(+Ӎ]tShWP[eeQVEtg|S$~=ygTy$0~R9aѦ40o.W׽!u\ 1:1gB͵<.O 1|mQ#&7.+HtZ.C,&IxIIp (?/0-C+Nu!ڛwHuse9AL;Tv7\_8s[;8E:t ЃṲ;>*UX9CLJT6<(usrx]v$=EcA' P#8IFZIlxϪم#giS[B%{-sasY Xs@tiV/"4`1} XdrC}ۓ̴^mo&j\\_$.U%jo (7Wv#4)ZG FxϾߏ:hr`6HY0w-I=RX87WK/zlZd=-bCȹ;^;Oj0'XIaC~`11d@pѬ>B p?ȷgIJ6:o  eUMKp&d9tVΰ̅Xl ^x%9V2 eoHP[WIblı-k/*t}o%<~RDJ<;p#O2=0TF:ԻZ)Xt+V0elg帬4w P5pNNDܥpؠKG.+_} 7B>'?J9u7_TBD8N؟w_J2F~lFW fJ))7.4gmD!9D󜧆RtzT$U /F . 7EF^x\{)p6Yf(ۯ}ppƙxW`Ia$?omdk#+YнM|ۭqט(Ws@ng!D;B2H&}H(zг0߇iԎ7lzov‹tQH:|2+V CLݷs[_=YER7ܱs7qq9S e4=[ms N LYqu$-P1rBTEÀ8kч=- BņkzoWHHg)܄ L Hęlv4Gw@'kCpx]ܟLޠ5KE6Lm(¥ubW{lCIa -r' a51ט ! nDo$Ͽ IpEKߩJ{pVĀȀ2h$!<__0W^$xKLJi*DLEᔙ9)1O)o7K0 xZ/sH + N(n81"΄LFBu'9IHm ÎroUAy5ز TP S|"*hLΝ90ӛ#@޵Ԅ4QCMh)~UlRu, s[m F.%D%G3Kyȑ.'eeժuO'TpnDG[AԐs3X| 9?*4zYx#}孩E+N3& p %F=mߐ;  T[sw rSml[HnlYKvD4?lA]k$`'e,pi5bx{\S@V%k +Yvi dA[Æ/LJ ðU@K2Y )W.f$ǯo:\wa RCBSl"_vrZۍ /hu+k4gg%|!URU3ͳ[PW)k^zшϐq9+="}7~mEښ^#Z>3ݤ*J>|8th=$'|Py^=az\ky`g]҉7Dw-ЌWnum Q3[D$<%q",19g @X|Ň Xn$þF0[FC-N90Dxs><ҝWjCǶzT6fk7A:M+O5p;~}ܷ͆7e ꔊg>MN>. ^t:/o˨i?]—ww<Љ Wje!1^lQDy@e9^en fvDDЧ ^QMG=-P÷ @(3HC > a1R30L1Pa-WyJ2LmV~vPJjJK ^G3:ŵhS`ճXTo^|8xh h5 :#KK,iJ9ocs 0V c2$ ^n;,"2}V%#nW!B""Z_Vݟ8?RY%Btt-P6dd7217%tÀ$@7fTpL)d\V(œLDf$k[jvV.'Qs+YLK&`vF H]m"9ox8.Uf.zv7yS4,a)e9҅}ghNё%mVZޘ_fafw0}O8gBH:hMGt7,B\Qz)6{DN9-JlůA[ڠ KYhyG۹N{iژ,pF@8_D:Zzk^ed-4UBRc2ܾd&qnGv,p}Y?P^O? ~49wn\Rt.ZrsV`+ߐIl0rd:3(Q(ZȞΣGiYT@7*5jYVy*>3I[}$_~E۫S_*"1L Չqy\tzE֊J'×6ƿ\2BI?f<u9HQB,#5 J|:F7l9uO\k{bThsAA!}'_>D_rcÑIU)HKt^1U/:G8.i;jP揍&lr{IKi}dޛ(w]ynU'|=? +v :`/V_n *݆/|`#3!5hfϏĪݮI(Ul!W["Yk&LoU 9OCwj0 U3B%ۥ4Och)zt<#3 ZnRUOWx!׷!!w[\u#9/kIb頭HKu۸l'CzH*$3n'Jҏۣ+r~ښץlNTȎ%#mFp]Q٠^CCDzHr?EjJ%[%g-$ K.EFjO)ͬ5rhW^޼Î>4{ƃYP0%<l\u`#EUU#p#f?l`n#38Z5(cf)i&ZݻM]Aaa['>Qjl!Ce7vk^u'_W.sR7:T?Ȩ] {'rq6.~Jk_^\g2B.%`vI K魗b|Py $X@P uK OP-o{,vo+ T>^Kdײ35;.NXr, ?^`ʾiphd|S)K va|p\^ 9X~R ( pӴe-G`bvzip~(n tCƐ7<3nwvOv+-j!IV4EЮJD@4IKC̬BG.xZ\ŷ/XGK.Z3Gs1V(LAejkA{ as&6wk OoWߧD"΁֜Q ԕ3Z~Q;ZKM  1J|e#'̊V[FQ* ԫ:-bG)˻1֭jR$I y!LYb]|ImTG=D\~B' 8u\fҫe>X 7&.`bix$-9%qnr\:Y.Y"QՙMVEPV# @_HP9݈) kodwުjMM+ \n<wSE*&cP} ̤-Y%Qӻ'CmE,dwԮ6>m 'By](Ba!%KLl6D+J&koQ+(8>2t0LxD~a`XԂkW Qř/2u|yRl1[xx(/_~ wEjB!% D!l b9)(% obg.BWY%$dhRpp FQ+$ Jy'G)C_wG :Ι4///qf1ҞWǷEݾ-+ԡ2䫏 ŧUiE7Fyf9 Gk8S3@&>Ɩpy]H)@K`TmN xPg7xkr݃|:D0=tK5.L?#,nURd ]V9zX?cS#P,Q;iQIi~ cy zGnL.u.ʝdbP (wSNR^S3NC& < V{~!7YMsG5w .G.˿a N;nw]~[~eU| 0EܦҀZw e3~#\p,о(6҃F6 lJ)@j55E|1_Ӡʪѿ+ȋ|s( V  uV\ )&$fY]Wx9f2ss ~ԟ^>VP!;xr򑝩tgⱻ\cppKgc/S+WGAfO`*ν87{<焾?JpH8,Vpڽk\(DZYuJAQK4ZD&V)WD3C b-էx:QÞF(zxfm'qFb{;/k w7>ZhRջ"A!bc45.}A5=BÒBH #hųRG 6w(jE #9 T#hֽV"txʝLL ®Y%!R֞V"}(`R['qXq05#:goF1Cԗ+>m+9EEg$"Q oC,SAգ:K;ѫ$ =XX% 8g>/U *C m&C없M8G 4f2D+7AbAhw7u\gͨrg%?T6^jXXEjhTzr9/j|ޅX1$A=Eфigj6,A97?Ap\/s+<ۡTK -i@bWLlx`kaU_J{%#8T?H2k"*Z1 <@3M[dpVL vTq>ˣ?dku*ҭ!l~ 1㡫;v>_>9r/ȁ| C4$k5o@}vA~#y9_WQkoifmN}ṕ `$^RX ehIdI\kBuBwjGxW1=A/`{Pq:]Gh0үVv5 B>P,7A0[cADJ8Y܎/nb hJr~ ZPS=٠ _}P|_''PH ` rM㨝A6ec}y a O`3 ˡVA!c@a",ހE=’P?ėA/AYR2v"Apg`ҟE2H#]LhPzu2c hO:ݲ! xXh!yRMhĵĦ&z"DKK;>6u_q3d# +dݟ,`L3E$f姩CdM.Χ,z(UA桊Q ḭ,7}˙-;b )F u/ܒ ֍_?=ԝc~0lxA5\=>G% k>=۟a0ᚲg'D[Ma\ȧ6{^* ru: e4~Y*W~Y8o, .G1(N\s^Zʜg9Ӗ ^32?![NϦ Cxu$$"UYҟ^YWN"6\9+L~^ضG*@ԁ ye)~Xu5k8xb/UW4yVcj*f };mL6,ZjzpД[8c%*`I҂˷OEfv1Nz9WkBI=!=CJU<D>Uk8Q|N] πwW2[+ߺ[i [XelM(V[pC$. %90%عuo3u뇌xӲ`"a287ŌSM}_"/<ݪ|ppo^E Rw/%T3ՌrZ6qC9(t 7* ("W9%c6!8my/@@*;#H La61 D5%dPkrs2upE0fxaSdɎN' "d-H]h* uC^6\mF>GQ{x:dRaDǍ44vFDbĀiC*5^R3ԯ.GO nqb$K:zkeMZ5ע, ?>W:SZx,@%mÝ> +'X8-*1ٚ`N!@ԉ=T.1>|jZ'?W> åw[xw 0l/\']?IdžZ}m`_ 7 SH1o-I̺-5L38|{FӜ txumHre-_|zHv #kN=cqgGQ)rSqM͘D&Hu?VPLuzgιDmU/f"{mB%fvݔ $<#0BR*1-gvHz] 0) k9b}6D /z{yApbu4`&+I,DꝻkg(φEI}tAo1UǞ ͅpSIJLJ6 3jRS63: .\(ObLl CMH|_k1gjp ,S{7|RNEnY AX2ǂTl.遉33J`厡2UXw2ƀYG_s)qG ^rOI%T|K'Uxr=t#MKPTq[Gq HcE Ϥ++ !XF|~&-m|D K < T~ƙO|a IMh"FH͂ _@ [\Km.> cä&%;`7Z뇭ǃSU5Ѓ{*"iwC:4- P 2Êa}c]+y{G\|GQVdr9 汪T9fH`A{,f?cA W΅=hb}fr q8(E[_T Kz_>&z08Gnq7y}jwD&+os,|i$Tɽ,/B*v{Bظs3Xք vOdX5ZRA4Te4j9~a6oS;@F>+ juGE;1ɵyrryOqiNswwJyuLd;'sV5k(3VB0\}h^'"OW&/p vbb7}2ʷX ;p^ڗk~Ef&pFLߣ)h֨sG\_[~l'\yt3DfV!4\B@'XPp*BxCfF703wG9Pqa^k(۲f_!>ڈFPq( ~c܎RGEd݌ݗDEo!kۅgtN&SFeˮ{1^ \ 9-[L\2/rq8 ~L|(Nlu0FC c!C$U bNoѲ{(4{R"-+w 7L'ZRd7t-7;IB`|V0P_)R"zƴx7$8B>q8b;V".*G{O~ ̑=E@^{xT{ڂ"5;L4׫:&-KB>䤚*?RPr!^7B,ToC_jB;Y"@o8EMjy˴䌞 7LdƔU< loXSuLVB+SF$ppMWvߥ(Tuu_T\ !8>%4F~OEK_ˆž%#-9,(lxT-[ypsj#{3 SY1^8)^(C#l(}^/(<?eT!f1 `(TsP a808+R뼏ɎMNS-! {W0Ck*ޗx <"ƺBiRb%û>&H/"npDl‚[[߈#rw.2~ r_t<5NLJR #}4ھdob@Zhbp\9#zDjZy|X%&-\ޙ3`cke' NTA惿]Հl*b\"R=%1R1ڊ" ǍBFݓ [! ):մ}/ݒ':ZqD8FydNjHgT'Tf_r#3Z4FIZ#n}1\otɇQlPd<-?ԙVReIy=:-xݺ̤9 Io l|}{bT\<#^2OAt0|0I\2mbFċ09͏tˌAz4{4&Lܡ'< <1Q&B[+/ږk"n2sM9d7'/1 \, PF(DyİGw1a!1{PC8j2^*T."1D(h7io%+B*يyޠOJ@];r)(cZ_׺*m%-s8 2I#vc#+"#jBsbEnwr4 ypD{~a"4 L@tu>RRZNze9RNRݙQ0-Ó4;y{>4&^0~r\iyʍ! 6\ΏCO{WjeO8 2 ęP?FRXOMȏK|zuԆbWgئ裮Dz:O-kc';szT_)4NRp+=\7`us~l7 _Rb=y7/jK CkL ,0]g.6-Ъce9>29ֱpGjJ *yr\{%jAպI99KI3jhCH+: y>ëG`OվlU<^y)iBܺ60P7EM#oT؇**mHܜ RnOIɳI#4%hRIsto7_@5$yocPƢM!$bOؠ3W fO e?C>sj26oys!=Tq9-q&u@Ik:$4u:}u (Eekg?ˉ4͙ɪvy Tn ~b5$ipbFnyBVg ?+$y|=X?oxtK&m%4Fo=렼_OX^5߹-Y;sn*(3d:=-h? ώ4Rv%⭑SJxǢbʇ<'7]gQ V6SSo])j\H_\qD**$jtv:]Î CO&'SkaqhmeLIP[BLLZ/$Q 1i_r9hsDwMO1 V,mόƩ }Wk -.T0VT:{Jg6VIXciP}UV$"LG+[!qM^ 1=,N":dyqR!`=uugI̻ܤv^*"39^f_i^k0TwYZ>JD1 }ς'()!Wn Cz#B)E:It P9] MȿyaiM32!["92\UɦHQ}Vg/͏7]Ƥoo|O㣟ϫkxbzLuKupl(/l귚K'|{[:Hs:c3 ) g~.2}h鱗nX>1"mQr欝XYlmo+ݨ<У(bʪ:gR; IGJ\(({ (Z]Kj_:A{SwYXTQ7-45D| 7!s~=CFcyepZ,IVVϯAq/PVWLt1C$D=&/ '~N.N;U4=ax5Gd2 1Էi T*J"!`8}kKO c<T)'"uIcA%"NUiD,hbe $y4xn]59i'$ԋ䷫o|I5$tlTH#_U8#1俜tSjb6H6?-\}mHO~i|uH{ K u,lj@ewŋ}_c?5? ~”F7vhMܪ@x~j@h([xX< \2ySaZٺIt\w6zK}Q~2NaA UM1?ȶ+u mj}Z@p6}9GΒ1Jit{`8׃7@ϒhfrPGjMo2:_yYpˮgC%4}PQ@7_,O֕}HU@3Pe~Zָ>B67W ԑҊ07cD:'̵!&<)C+ 19Z鄝Ql A~'n.W;>}/op.ZW~ P(<i=(\Um=#ݽ#[ PCBNp!&@[lem'(ש̯XӅ)GW}dkv>zeW;oF&B\@ CMD]!NU0)b#^ʭVeCh{V']ѸV/}4p?2tZJٖVZ4f(rǏL2}- NF*rT0DhAQZٿV=[A"$ܨHTnbchHtvYT蠸u>ǐ- 7`Š,`OR%D7qiޒ3NeCu,;4ɰ)_$t!7ݞV\^ZT((`I):Y V^Aޖ/* *FjNs˖h;x Ccm> b^y@5ߦ/g"*PzQ~NAj,m_1-@-Ls#CU1[RwӥxA6t_L´nEy2͙UN"ן 5 zou{;,nBҍ*.̫bȒt]ھb%Dg1,ޞ g* &eW{%aRWw4l=Q:9>.ȌUY^p.VQ<=yQS{I$SR?IPEJ W(%E 2IIJs7!]{OQ ѐ[1v3 BoA}A 9]9Pr9fkn2b+_ Eɟ/;jABxB+*FH:zիi&44`Hrġ8&S}bdA(ż4QD24a'6݄bG`"K3t5y N_\8n:wIn L6ʾSݕ9hRsDcL]v{41в3tN݇A94 {Ïj%NV5b_E ˼&<>ir&t5Y !#择W#F:o2 oa%>S?|>~x-4.|+ ߨbbpDz^B!Mޔf[Q eD(Ķe/%yN7/y.=j/.D\BgB5 ?!U13GD&.S".@Y1nWq?|gBn:%/Ѝgj@HƬqhnPg-4|uHQhVP'1/%& dASE^J`׽7 x ~}V8. Oނ^w3@w4嬿mȊ91}iN Zs^K&;80 N0'pC]|>oS !iDS+LJdZyok8J& s3 1Rdγ[Mopb=z!y{ƀǧ^A%UWEXe"U_OӓosCC| 0M5  Kr%$@GLmz&&mmmCE$Q0əwb&B]^&_:: s1,8{ES2{FBHS<Ke^?v$?"DXqEy;x+}j? `{䇂k%Ǧ[䪬L, R.EwsOe<3/{R@Ohc&SRJD:K/~-5,|u$xj_sU<\!t*foPfW1X&Cԟ@ᨉ0`MA8j'AC}8V s|`%:JBݰ0HQ0< sQb̌^hA+Mm߈9vHXxF8h I^E΁ ub\#ԾD(0*AZghY3ھє[}FS9 ߆('2LQ֘W2 )Je3&n bD\ywKw!|л=!˶Z E4a JxWB|FayB>LQ2;X.Ӱ# 3BF=Kl(黺N5Jm+ΚK Ɔ|y1 @7ފtRy,:⣅1e5e^h8gr?-dDGi y.\^^U1)qL՛Ekg EӠl'EeeGc _RȣMx|t;w)2(o(P,)vIi$'0a,Ј hRQ՝@ ٶ';^Y$Ӊ4?{;-ѝ( Obw.@ިP}`CG&aQ z5'Ť1}my$6MZG .+]Ӂ_I2񤜳k1%esTP~HxvكL" .S;Op q}6 )F LzN ;߸N̍U5K-*~_$>_$s%wFn؍e EUe+UycVL{ K/ r@rlDLLDv#oU kשVJMsʙ ꯑ4a?jDRƫĒyFcHa=إL>c`3HaH`^Xf(8}[L,nwpH1HJ7 )x]?sMP(9͚]R~cBhܮC{kO$ė+V .UΆ.A]9xΫX*$(7ON;,/ꀾCE˰`% xI=)/F-JE9xi8Ds&./5ph'妣&wA Ё2(@E6҇)> K`N8g]+󝢁;>,ՑjW#gC;vj0p;cٿp7vD.tdO?5\,FLz7;Psii} Nr ?.yVh:` F'}@s5lkN.oy5mF_g ^|Ȓ ށ,#-Pvt6t*>'Kՠ|f$Cޓyz('! cA|aSRN.{P{͚$Mkt#S>7himhB" 4[""@~rn VQٱ h"9:#[E7PΎ%Ȇ^R#;I*3kGdBA%Ct Wb%uml_`n7 z d[a$ðbz~O?˿}XpuODr$ x ' S~ O\g* (jO7U 61sF5r}C{aƫTD<('YH-6)q! vp6RQ%=N]wo{LT0۶F,ChԿo+L=R室e9 B'nIh!^-+R@0<|"{VƑ_)U0VgHqHPiy..(y谥ԛ锥Co`Ɉ&\]Qп#:XC+TbyXEGo;@d53?L7C$JAS {(ά8JðJQ5O߭HWoVCJ%(9\xGAh 6H[V78UVI YCS3d̳RTܾߚ ,BrY(wg7McN,, gOKtXk^ KGEOuT8 =KFp9"PV恣/ɇ<{a:[AE%/Vč4Y["(t-lTSk[$Bw`n"dqn13;6z9.N+c,+t~Iv.$<\wھ\L^% "Oí?[.h{RJTcV9Q)CyGW}{FhԒ=è<0˸8IȻEA k#M}jM?;;I."H^':d/|ֳ4gTlc/d{#xۢ$?K(B;Tdb0 lqR.Km,#g9(:d)lrFt4Re0ܐ$%J4\ۖya~6pWrk_f+^n4i7UPǀӼP:k{@[<>LÝ N>7%:F7m(?γ# Z@YhPIW~ p9B\l3gW XTHm://0D.,˵t8bFj`j$<cSeQwВL%܁sJPςdAOpuV"Bf1^_d3bנDkBu?Ժo՘o9q =嵼׉gTi:5R~́j9PDM[(/Yy[:'жB!w8L=(9>]UkAƕy'biRo\'c9-{'GODKUQ|@Hß]՝J\QSaUk)b]p\QC=k7 e(ӂm(\F8$U6 Zb#z2%*f:^ w1`:?'J^6f{~ǁ \|%@ա5BmWǀ0f= MbfHM2i,.Эk_ B8,eFfGnC&8$&p~g~4ͬ7*}1F)f4$|aB:EDY*U bg\ʙY "4c nIĥ)G=BPGkk}R|9|Ku(U"˅oʙN:zWm8xwܭkTnMI&MCi#QvrKV''h(+$uSckBԷՂAS̍^Pi %Usqdblܯm$79PGD8,0%щ:.']dRh":a.EqDBk"U A5'i[=&w=qH2шSil1| 722 ~)VL%fJT$Gުu !v faaFwf Vs6 {[Jp7TsV B&Dͯ NGtC2ͥ: RΕu]k.[fѰmpldՅ{D-[YlCxO5qکhqQx 5Bbd,4O6J/:ƿm~n8@|$q'ٝJiQuB( m#n?{=Ve:dܿ|3/K[pkчyB'~Hc0> 8* =6|ͥcITbWy{X+j2&@G hͦ†z f{ޥq Mj>nxT4rԄH<ּ/ tQ9TjuҎxdDPq c\~Y"zOtdI<^l sOcm~W,kHMFGۈ`0O*R`P%c;H6§}$}^VKk,X1*9&BC''eѵ-o|( ;[lp.? qǑ&R< :Crh2L;+`2,L-Z\Ojp4 ?%wD' D?LS.vVXx\CO)z8ЍNPL<22aH5dD{D(ߍQPׅIjvrj}coi 8,L}ƞcۻx"v^&o_.1޿Ij4RJv AM儔nl]s8n0k4,vK MrB^B0VlM[U$bVZ!Bi I]Y{_*\ʜt#B7)C2 kxJYqw WőKHE;mg9Si}Ř߂b^RZY]b!$ARce wmz ԕM|Ȫ1 )cU 4ku}Siҭ=1{y; Rқt}|и3hH6 dLEM|Fs~]B cuk 1 35}_V+"}xMyM6nfQbbܖ9 RKx~7Rf=zZ^3T<n@djBPRqt՗!<}Y ۉvv7kF9!&5@)#$q❇x'c4WkU6|5N=S,)RDt` prUFf$~o|{)MDO茼_@ .<}$Ce}A- j#,شF\?9Q:tOÅQkɮGHDx"𼉊1E['|B5Mf~}5%A0@@5e- Lxs+3_S ;w%ٗg&&4kY;ng`GKֿaI F1E7i ;wYޘ\xMc,@D9uf 0Ɣ Hߜm1 i ӫ3V?/Gԃ1m ^լAx]hҁC] '۔C(N|bH VU5!1q$T$ x+&OLF 5'7|IGOsv&J%e^ ݣ z8wt*jT|rkIou;rHwvq[o e Z60h4N5$a5p&T=Q'MR" n! Iu,st5҄W vlI & ]1[rd-sbaas-s "R{r1e\^UH'E?PLKc:UO0=IޟG٢ZWtՎr.?2SXG>о2MCEu2RY4>\TOaÍ"2S'f C9JܯS̬ h/IF[c1%}uq(ܕpu9Fp 2` IؽA h V'Fi l,}.C*?eW@2>Wj_He1T࡫6W9&5lQ63$'):"ŔtJ:*ɈPi{ϯj ^.NxĮPo:Dt\|땭 *.b֮'mΪ<ǿ5ܸ 7`>PDP J/9Μ+0w=ꅸuX27WfbK nq×AMPU7-)e &'fA3M gޔ@!}r=dPj-2|u|$wn?m) ׳',g a]M|ts:+ta2h~'`l`v/@uz9Y$$)X[w"o0e9W\ .8m4z!Xvׂ=AcQoW3=h I/ۣi88Ca]bm&)݄PSD|uƼ;d\ðQ;VXS[UvNF~iXf>4 S𸹂1 z@"kJtKNtVuK= EQ"_x|X*>s˜FJH=imB9`{tkG zA#èRg wM⏷"깩^ƵRϛ|D s$a8gJ9(8t\ Mbs5U+U Cqfjѕ,]V Yr6PR.7fM 雘@j}c)6)n ӧ^>$c<;y{j =G4 }C82Ϲ#WOgn>YӐ(oGEcOQH (*])`n^#c^2>l5Svg#qo,8fjjbzqAfVQo[},/CtҌ{G5F[}K8PV33XVKS霝ܡ0Hm v^x˪nd: '4b*;T}KUY˙}Jɪ3bDTqc7WCa!P\;F,ˍPYX5 K:jNWM{2EFJιLwљwd!7 a[}Y>,)ԷZ.@m` aJT:R.s@{t_:0sog<>RCoiXE\F R"Z+Y^:Ap$||:e3 #40+U35R⭣G _*!KE "q%PC*la")Ɲ暖&u+ɜfWq=!$51K=gA7B5 ]xٞRBRBF]j?Qvp޹]/;: ֭l,t^4 _c 7@J$s{)scyQDOzAz+Swޡs^Ua#+۝@w>flx'%rHi_e$I.xTJ ͎uIN&/E~^sA[8HU;@0ťviϰѼ $Qu"U5ԓYQbK, JQ.ߒTKra+ԣH`)ukif9 x^!0kphZi9_ȈS0gkw0oY_J1˖lVfxN䋌r(H måz1PMC&|LOݠ4?㑁f㑏rM6f)cRg̢^voa @*#!3s> ю uF2?5pǟ%>mMp2;78/"kIa*oTrHv3( L phGKuF&͜-پs(mNե)'k c4, \Pfja#@;n/m[]Ֆ]hȉdU|9Ucs_X8/ ":סt3VժK᡼.G_.B }ՎHt%x> ORYZr&DhE}@Pp7Vh:P8/| M-[mٓY2L [!wzTn5"r|ثK~! QcY)8 ڊƬĺWNbCGeU2bW` c] S >XJ 7Uq#){)c-35%qRe1T'_)6Gf:f@Qئ`!-.rr`tRcDoзW8G(ofLo暮R l#] Ss-`}?,x2ӴҢN3 AU' qz6t7EVI e1 Gl:գP%{s^DUڟT/X>i{F7Cޫ W,FQU-al p ,[4vHi׭2%B 4|zbP/u`dsauSa(WHqڟbЬDs*6 lHKez硞J^NcP4R†`"w}Rnĩtxg$/ţycEDp#~q=px׋0.@ڢ9hFHv>c[кhP{ˆȰۑHͺCO*tGໃ KH;@28'c^xsxdMM_:pR98u`RI6 [9Cw_24UP7pMq`=lihRC=̻!8sm?}Q"KvoB;LfdcB@B6Ls䟃g7H9O92+k/<1#c%Σ.wM\."$G6+rw̄VpġCA ')'(5I](0cqZ+7&x0hG\\%o.ln faBDlkܥ;a*r}2|JZ`h{C1u;)b՟ p&'õosG`ǽs&S˺a;JrIz#b2~Ǒ^<mܛ]|3@-Z9/%M"=!jM9XԽ|6`\%>Ra ?UuSp雤=]N[<=j blqN4SCU]!^I$,##3D8)K%{ TZTmP0}Ј Qfaqe;!ߓ=\2?b:=R -җٲb\k_b ]% @]e׻3-Jމo1KYgV417`lBSEޱ=a]*ےɿ(ۭqW %2JE x߉HkҢuIj߼FPCnc~SIƬS9E@80b6'L}ti4$'K=Pej`?!G 7tG{pcғSҪy +/n"׽uɿ˦'{2*Gzftac|cԡmtعt޲B+vAryHr͈E:$=q-W_3 9@7C9‘D[օSǿcI79{awCQ zgR%Qd,V.G:[l G?ѴErPor3.טּg\or@/=:GVJ5ʵA )ަOMbgpxC btd;4u02HJB̄=,KA?,i('fzy#-8:dⶸ9g"t]3H/k[s#2iNC?ZOHHX6+L2/7$ ?wmZѹhniGXι`k7蚔@@#'tM 'i^:l!sDN|sޤU:Y4E)J_zd+'ƙO*9{nl]|T` ڌ(~A03\e") 2d1EG,c5ŀc{7&;I_t!;!1R:WyQ%P?tN},)AGK$\zm[PWdl!Zmxy#;Yq kq3Ye\jDYΌ Rl]  4/+"ʳ\ٔ_a&(|eҁIClF6aogJhETTM74TzEQb-M׏X9+/?YQ auT\FG)dMQ8FUd_0ߜsJ+KX`^]]mmpm{~̒\PJ`W+p]# +"FL\LA[2@=^X|R:5RxE FO8^OjM-yWpL5s/>Byf0s'=5bnfN4OO~ǝK3>v*ܔ ?g,';=H3<1bpZ5Iݽo۔w=ٓ ׋ 4F*I( me9Ϫ[>!/.TaܤpKH (a銩~O;pGP{wU+ٌ@Xr(Kh =")JH1>D;lS?UٶlLhfN/ }\jDn+P̻c3e:7۰eܧ6Z]U@N0:jP2y>)d u;4%£=8b]*ZLG 5pL=(Y]N3EF (x\$M@%,j=efLH|Rk;D,:N$3%&x,$bَo:1rq>+n )e?ߝn25ŗ+$R{=}5Hރja5OA^-AK~Y\j4lD21SRY ( N4k'&`W9t =+k~߳ڃvW,ъu3 ;%G`NC"gC6Uۦ.Pl Iԟٸy1ʉ)|(z<Ľ9ؙõԌIl9UZН 2\6 F[{\+/ M7c|;޾痀 #!_9N`TxsQtw[y^#e6C0_A-ttI&ҀR`Y 2E`z6$ZK9[ w:\[‰$k?{:_`xؾP8 Pb'j#.qy8^|pVB2? hZT?/Hi0.>|V9Yi PbU~N,@I;P w:9<6S~ HzV[$3!7c{PəmKiw+xvvr6 +LL c;: >=(E!K󇢨:Cw`)42j[U,a&PzJ0P؃_4 kv6Ouw𖴖G?0ձIx M8Mވnp6]gW}rN##e0u/i*GggZG*)33PC{x(n|OXoS$gקzI!/ *1fI՚7E4!}Dȼ "~7> !ư|:5)'(F#L+Yc⒖!}>R컆}?.L3U@T̀AL(d0˟B}՟/_Hy, @6 Wn=;*?/s DW`wiYX~ [{Nj4cR%2g\jFQ׈Q@Ae{2&L2-ˊ_4jGpI$LArkqnѮj:~f;r)M&4sԫeՍ S;ٳ^ #oHHF|3$_=HO$ωnN8յR忂m*DK#2XVx`U.enP3Q!+J HVj{]f޹ʓԎ@ gS—Ows<)T<=)Zq_[m6Xf%>~!PT u8˩3Bi  ^[MׁF@u`gp=Pc0Te9Ou)GA- /ǡCr'=c;sǜO`tUF`bku>GٮC54Swg!q(3RbUTۺ˥s\t O[Pr=!?oN@DyuwBe/ѕԟǎDNoظÇ*cc~emTRAӳc? NH{wgӮPBɹ[Z}WT 81q3&QE/3*Z._Y<eT@ hD&1j]A'Ewh&|/hmw [PX&T8!WJ==9L\=ȤDn`CVy@Z Ck#7)DKv+OY6gO`X(\V\Pj.կ=wRtd{VwH,JAUabko#;s6KCCD}2:A?-w^&jGF3p'z;&'&#1oZлb.# p'|+Xla()/q1z]_G" ]/hH;4@p,W 8n#M#T2DyVO/MW!20d 5v(&[HR8So[R}@Fan Uң-[˞_AH7AUFmJ}.#ٱQ!nwU><c9d(F[JtBkT^ZGUXcL {+D D A㞼Аu5.֨?:JKlǨ]A(wygpor2r`H37#{ Q0T%PV6 3q>DoA[$aϖT2a6@&5gMp:es RVa_]#d( y&u&qXl<qijQB #VLӐ`i"K'<\+ JDNe4RgNeFh&hh/f?HT5*VZM|\nNjW>(-a* D Le^Sj7,? vQ(s5g8}Wieg94JxT,{!㍲qܯ9M1$U%PC9Dd5ߏRpxݪ'ck(_@t?`Ƽ@UicUlbq TRI绀ODIOINKJs s>#b=..Pvnq0Jr&HvKtRLAnVe{ѤΞ&+d # ՓiR0CG(t! _9=I70TiP=ֱтu3E9%t%Nj=I v<) pGZAUm(4F>s U:_MB>K1^MA`45v",|s q={#0lC)FaLW4T{H{A b }1T z#ވ5@>̹wROr7J- JF"{C%YBUidz%4 _i閮kRҀ+ dEE~*aK(mZtFΡ~ 8rTiGRx -s/q$=RlV_ Sg=SgTY=P_͓p|=]FBz6jhy˦$G'zS7/楀_1#-1A \)^XNË gkx#z*F <ᙀz#4eXuNjA\֠~Ok}׭t怒PJn\KpI*F  -aǝ"#sQN͕I@p6Hv'018s)lŸ{&E1;Kıv;P+υa WS܏ 5 T!kM^| $R%+Ts: axv=5Yّߐ)M$tir1bvr[] :=m0kmcӵECXi\ik2"M'3@-E IeYe3$s~|8kB@ 繫 %,V*fFC?_4V0ņ5QEE!~2™1͑4Lmݳ/*փχkVd4`2hP5z'L(Ņi^، 1zBĢ`uPOHsתpOy`)FeO1 "ahl6:x%ߌ߬9`;ncN%I*~~4qSx158sg ?HjI5}R=qe컲h7XӐGDyzs#*Wg[SUo3nR$TZPLBJ_'/U 'Ir*1޲Z< ΓL^|$ OP: uWx1TFF_}Q/-Ra聛=PN(4Jo>Snԭ ET>FA8џfV~kq)F[[{ցWq'gft4,$~ ݐ%'(o8 veR"azȔ\~=tum4r\3 ZvM vz}0{3FgH +hN+Ó^"IՏRI r<}};7}m#x|L&C?\_kXp>/ y#ԟ>WeA1elތ2(TRմ*>iJ>0HUL{)[oGROgKm;'ƪNIA0{a٨;PcZ=1*tODyou͏4[gcGBD~8 yrW[3'+dQK7B T9j- @1B47 QN ۝tyd.jlULs(gRÃ%B) ZX'$ ض\j$ڊFN3ٵ~{s5^wJ|H0/(iw1m McsN:mز[^iCTq$PKhZ@(IQ:x\ղ'O^~26.S`v]m.)P_ 4kj4`8mmZ7)m&ʰhxyRϊM`q#D(dlK ЧupP̄W%'_Ѷ JPPCTCvccⰎp2r.%Eh? 8,8.*t_`>XB!ϒ.0ʧ@Փ]?dZEgJ蜉 3sb^_?(2GIC#1řD ?%I` 0x%x>$π8i6Y-3LA%$swcx|}ZM[l]:oRgwr&ƶx翊B? /d>]OdܑY CgW~Ez쟅?0,GC~,J1J(\.NY ٧f(KuR(nh<m*'Exʫ+QB9* WG,$Ьa1$/qbahI+i~(Sq`1vZ`#ћ`g6ioeVn׺UU&nKo9 N܌.B^˃S|ru-]Uo~ set*Ɍk\X/K'1*K.odJ-Qj3Ǡtb䖮 um U r0 A# ˕W?~_O'N1}1Mi]{,D| _;ֲܤ9Uᖕn)f%%J^<SE2EԾyw(}X` pJݨqPw^zK{CFI:XЬC$-lNt4^& Lurj\5\㋜,.GMjI_,%#& 1]H >-Ѿn޻åC\2TڻGeS:.^E~x$%NYJ<.7PUk c-G'&h^FD4 M=?=S:s!vԔ0U2GU F5x<ưX^+HӯV]ץϵyWx/ ب\%wiW3M w>m\ +eC-m0y{zψY/N >9|{爐߉{ɓ/y]]tR",$4r(aB~ FoN8YE5t XiFBC>=`M *@&`d{ap;'YW^~%&y\Mhrt=^\Qg7nS59agoVrJï䩍6~Yr~&ey Κ!6BF@ AכG*/YFcGxhUM.[ h?r=ȿXoD|dh숩+ÐRɼt%M|aWsWq`AHe9XBTRQDrCUlĨ-T*v{~(b&,<o/wb|ɕXk Q#3 ,̆`vUV* rnT~ |EuvC~8+O1 qqώdGBX +덢ne#Bi{e98 =&s-&3Da@EHP%<)88:NfS4y?@wFWdN([eѽSXh{( )vYl-4/4j+ʒS4.E&E4Q#L@C飯W(cUrxa`_EP*m @VQ5;Iê8>#&{_rxib* Dޒ)VOA!NF{{;&&ṵg~,IG$ \Vr}c3`Z%+Wr8ɵ=?3[ HŐs[4陃Z!bowF,/P6Jlj) ϙ<-9ÅQ d{8a dohf_S\Ve,X,'QGr]N8S+\̽N ¾PEu%&yš qFMCThIZ H$Vx&9tPٹ)%u=cr>"$FSK 36VGBiw7}νǑA$|C\xq9ɂ,|RM_R'-VIMKU9roxRڽѻ`nw>eB%FtspD~etKO+nJ´^Os^HC [3:,w4.tJgiqO)&~f]iC)AVd)KD-x,O#7 (ȱg~Xcnt%HV;F':`{ YX?xaMRB UmI38ł%`m5V= t?;ihg(Jrq@9L=A3 nhJBqH6,;ޙK' waN|j4. 9-@)^Uj?ˁؚ h( } c`ox9ȕOͅfmg Ilz.P`qe'w+P QF.tlJR5, ZuJ qfsǐz鉫:u3cʢhaPW׳h`{[)\a%l 77,b Oecf^tbJ= S&9m j#" W2;8gR ]{8`[- K*O8]y ʳj@[LVv]!Lvܴʀ1"~ͬx1k9?ځnsq⇂ֺ؅RC}񦐽N4i7a \!yLlm!A! QJ-G98?.m_7@6(KsUAZ :X3r^ eˏ hdU,w"d"hsCKƫC/Jfd:Sߛh 1m2IdT䲳uRZBFbJ?M .L O @:fAWdJw"קB=zXZX#)reԲCf|F[W|6P̭PplaX:ئ՟Y޼>_)hپ[+R.@ uBFwŷlW#]d8Lo0Ӫ7%K2Լ_]ƒwng^J]zJ+EMdq'*r((@U(3 }x:s RkB'Z 8upY޹.-i}ӝx#u}"HeϤvqnPE63WWꫥ$e{3ya7 5e#mEYw5 /(ײ͏fyW) 詆Qh6AdzMg*yC%15E &V]c1Ƅ mC7 Wu7*dϽVFLRKt-oMb_=1.-~u1:  "(@RH;rA;LùxgJ 9ԓ[%FD`<ʃmElq>q7.qG k?,pjsIgj/4gk۾.toߠM. ,5yʢb"ҙDYCc!a3K*B!:'!Y w2xɃ˳pwZm.< ǟ0xqA.M Bɋ8:CAV֥&qw;hmWe2?U7Ɯƅ\M9MAo.X}ge[EDgiliFD?.M6SjjH]F?żLPi=)P5\CM1p,"G+r[!WXК'w8dLښUVm*bW2fiy 1!oho$oE\VJH[ަ# =%03F/H î+&Zx=M6wX/m*jY|(vAA[hL9ĽWOт $]@tS mbe3ICC"%LY\`JqEG0{ 'hO_mDhN%%pI1N7t_!J "GGz^<{ ?"Nvy3\KF"!?Xn*Յ}$?ZL4R3cHS"~t ?X*E^G A )qB mͧ*5C *,BAwRD#*h$:l AKWpԝ|`ULWht *b-3kTm| yF֑Ք 4D_r@.M4BGV0SK|_@~ƕ)I iP jTL~=t35ZJw$tSI H̒P-}x87y8NTotעV.nQ0 k=;24Er}NvEXG̚a Ɍ Q݊ ڕr\wh hY>4U<w6z=cS@LR%0:xEjG=~NSpW&~H<˧{콽V`ZPrS}/wQبö. ,Fr_פmESyc.4mF(CUŶ {Mh4/i2w%Dj@mv) 3Z]HƉH:/q>՝2c,Lp9;9QqI;FTY~~9N:g.06INi'"qpoڄY7^ܰ%X-m$fĹF PEKW$\Y&jgDY$ϴ3+LH252tɈ@fq:'1J"v?(fDoiƴQv{{ǀ?I ZiAz)1[#kT3HguCYjΉ)֫YHf Pښ-:w\#(X1yc;lFwwv?lzk"+ƲZFmnjӡ`F4o^ݼi8PţEhLPD:$ka;5Msb^8+t6 #uUZyzktC)cC+}ُwVCTK'ϥ v8JvаJ{hGIZKbԓz;%-4$;+1MrS7 [N06EdvUWFU5_X;^*)q܊-ԑe1#L͔Y-HXF$A0<%KCO+xSas痰Q6s:~Ÿ  f,W+F>0<=IJ2 @ǩ큎jӛwAdqNJ'lR喦.p?M #&pkI KEu8Co7hNቈ.*J#5jxy3jD*Bjn_N )`͢;(/ ɪ!1((/{ Ωy龷0}~@jJnF?`#j}qJ#մ'6oZH7 m|B 4փ~n[ `5`m( do.ɘǕЗY9u)lsRimlm$ r_%5֘/l߁G1|] Y (!)Aof`r-`guÆ ɺPs1e7~ރ[撧}Qx5^sM7ѣ,V#B?dI */m Jx^=s0G% ~\A_{}ւBFɣ:JI#iJdY!u )CFytJ/܄ l bca k'!)xډMXi<F&E8ɁNz2>Kn&/8&'")`.y0w\j<*[슡U"omF4f/xxQ-0P=q6ql 0A09k^g%LrW䑃% kt2w6y&h%|[G\DRI00^| =X7 kT3'Þ0!;TD;R9̷݉1Z/-pG(CS1*3k'QTܯjЄ Ө*[}UcCj6A;)J\*-3A~aVȋG!Oh}̱kK)3߄cQ/~4C;]eM?JɌ375םʈ*0g\t{%~NH q.6wDCĶ?mQ_ B'hH~~G?C%C{kռ; %AT=(6x%ZqGı^mٵ6(9/3f'%[+`W$}loX(e9|7⑥2e8HuB4C1(XBOk0>Rb CeUh|/1͓q2@۬MǢR6/‘&v媉T~aiKaW9Ab4i&C"./ݟ\:ٙOZ*G|X"k@JY A&0*܃{;&$TR+9V 2:2> ~E  s2zdQ?N+:'[ Mly7XB## gc;.Wp>ZggۚG򵱐;|!{Qe̳"uSv6}WOʓEezc|YT*hH&\[4{ r3!s2h,uQ -N+Πl[R RVf<5Ӿ˿;zg#倚P2ߠwgw_em MMÀ8r|&J~MudžA#7:!LL`ͧc8jjϙs(+ʉO|iJ Z`3Zσ_ %5{ETnW%A^Xm喹j)SRd3vpa"9~ KOi64/IS ;"^e9M@ 9 YB*Ai~<1"nB~~ß3V<݃י};;>nu2d= bgbd]&{({ʽUJ߶if(S?\ֈaQvu ;6Xv>6o(E6_RcZf“d Uk7/3 r騼zH!gȒ Uf]sa&_E]6`9;վ &fT-u,˩ءXπڷ\HNf+^FmY5I!IcOuhtX4wެT]tH+DX?7ǽo W%ڇЇEƐJD .zێ5[#4`v_'b>_tZ K%:ʏѾ*XZ33pV{`پf4//FA⿰\vSiz#i3*W1LIt? bYJΝwe٢vY2!ׇd핔ýϼ2S>k_`)"A@} Ρgֵ$bfQ)R#VR*5Aؖ8#BgMMe]DKƒd5@cAQ6F_W6ZB%9{/C 6t?. Q֛R*>omx.y#ױNm~4j:WehG~WJ L @A1`?̘IO[hl1$e`087{M$*Z% ;y \VNTQr2D%i2[fl&-ܗsQN܏IO} *w ~PUc Q_̟l0^[mw {/L:zuaUr[F(`π$CCag+YB\rJo`Rqp.*&^RU >q$6]8ROa.Gi+j(^wnxN&[W\IJW|z^g<ՃH`)lGV0 #4SkiGZFhT`&PsMc7Q eC 6`VQݨUbJ 5S-7tYX$mAྏm~;_P%bv"V)RtbzIM2R1l`TF*24*rS5\6Щid~I*W( 0T$~{Xz$?h-l8(OCݶk$*~>e rR :ye^ʙiK(!_`RSLַG/蒆Scg5x>5UfHo D&F9N C8%w4 5>__CCCt^d]+* c?f 'R)uNh@}PbHKcE$!jNŦ~pH6BWшn >axei)$fOq {4B/(=z͆V_AtX^mПU-_Tͪ$Cd^DTwA )=p#U,4 |1>&kNf:V[\> ]B{ӓXˆmj}XʼnsK> LU[n_e jsh3n'KE$42Ѩhi=i:*+JU DSB#>]5Ur \гtyizZPM·U-@NlAbvp{ Oز|{s̢s9 P #?~~4X"dK,V*4lQb}cfbֶԒXI]lj񆁝uJi50&|_f*Ax \?Ao}\ʽwD\%&rІiVv:"f2E~Ņ Wy7q?bn v)bA";Hi5~0"ne)x2q#ce;N("{`ֻxk|]}XxxAR;b45s F*/ktW LL+l$6-3 fvMb1XPb'Z4c~p!} '{w_p@Bt Smy{V&EmVd[pL0G;˕0,h$j?cNo:W-nO&¸T4фij^IRh U0h50 %S+-/;,qɺNSwhSia!;S9})4k*!O/N Ps|=u[` (㣏g0f\xHb$iE $+Rw}_iWR+alm6eg_"{8v*в#U)qȡ"%|˒S*tA%Z΃#y2ķv#%Eܲ}F_45%d):L>vc _;ݎU?YdUw2GGU1_*UYŌJ&yט**]Afr>ڔ )2dFچZpoڲJ4zPn :EvY|iB?QhRh_&iRRntYat.#CkmMZz&heZ)%oLtr}L#@<4ƚ SA_xPլf;v# F3z|*d|zf)/ViCns^T@endӞwJvSdKP+ѵ} }9A-qa|F1ۗibD*ƥ )>TEg5N nœa7oU8HZ}I_? g*Z*\uK IK߹љgMC=[׀(6mUރٷsRq@^o/}nD"MPkp3lY_)oFq`Wk >t]"VAmVr{Rx.+0&Z'ZPʥd&_ЍLDZ,dݧzõAU,~mE֊2dm WZغnZ}UHyj5g`e**8fΠXr&Pѫp(Co{W(;>U==56R &ETr;`\R}G! ۥ*݊ FTA+mǥƅO9b{ˬUpLCWu+q>!ۨ#3z`; RyGAl=ODzKxulڼtGWy0a\+2nhO,)As[ i;!f;l\^ 6LbR-<5;Ew3Ů"NM)jrnZBZ*k:.Zz W8{  1rU&q"p+=]ETWtbٶER;G M .W9+3i[؜լm CE\ qÁ&>K M?/yp3 ,藘by$]}ц]ɵ悾\w1ɟ.lɖF^+ )0\FKQH_Dt+L{8Dovb H=+V2u' L ^diXucszw@Q8hײ`cn4zks]=q' JCge[wKxO8+Z H[QhӅxqD%Uo5qT:\븢/OS)9k)ry,A-,YSqarU7H1FP;ez?ؙ8Vam'idptyhmiv~Si5PED;6xxqD6/@h"tqqV'*>1eW$ AKx`H7rG4/gA\/+@8r~Q=j@@sļ fwqL8D4ϡ ~m[/G`toCV$C (i#@Ÿ@Qzؽ#۠5Tg`v{JIFLYVsײXԞ9 9jPEw,_0[2Z ~*>d|w{:Qm퀁@7'ܫyy7G Lsw"^Oht]*3|RK3N$fQb';QN/z#^wdHb~_VU]wzzuSQ͙4`} |*y[Nr Ctț('s~KWi'@D7;;3tv).f듭V\Ppfz#hpM`3ϻH=L_'ʯk4>%G,lf^(FYKI>&譙.x>,_<΋f;.Y}py>ܣ60hz8LѓaHM<ςnqAɺ|t*( yBY0V%mn&JM~\"vM'uICH0Ap8Rz'`1ס:I_!Gs|YfH0zJ0Rv[B}%9oH؍͏B1ý#ʏZS>$vi88@d_WFq%T1G^OfЕ4ϥevQf#y \ *`]wZ\zKKa/LЗϚN捾/?0>u -ٜ]kzAn#ytd?ҤkEEa[4-0aDR2sfd%~WWjo'ǟq*'$I`;A؏ ƒ[)+$aښ(,+I(7|~̆$c=`+7 {A'%t7PCLAF ,Z8yEEcxO.v^w6˳kG/]?{|Q% dzj#:>XtX~Hhѥ|=k.B Tm6\Dw׀r?-odG>~cn\JN}0a6&mN~W^۪N Em)n qq|1Re2B^r;Xãɣ3Juq]$0PEbSޙp;P+@Se,W-fD;f[[lKW#Ilc:^1 S.`Iz@ ESB+SsX&"/c3sMR:-6<[g;P2 oG;םEvQq̟])f_zҊ.>E:zQj;4~CX0J@#;uCL:z/8mQItOVav.kb*)[5@O;H95=gLA@zn0Qw]Yx!4o , uJ )3Ct1F<bgR!a,8!<,jH\l8>4w/sv˿)Ι]M tRL;H zwA&yF pK՝Ӿo,' `bg@@N:C ]lէjx gcރfkMImv i׃T4D߬(+9'iek4n FjEë/1&Y;\U-ݬ]F:t#mXBoCb lvb3N>a3Kݍ8} H_Y{SBU@N ]N3]ߔmؓ#6h/$3gLn8g3kϻwny"lzw 9X}| Vc!qÛ2@b+~R`C Gm$qҀ<7tT6]z鯢 N12Rdm'CX"%q!go8ǩzN. 0~#Vc硩kD)M73{!G*'Byg͌E$Iw ,1`V'>ɶ#f5ozwov\f52 81 23OC8UցD]Ir׷;-I$@ɶsg!2)0R ` -R;QV:Ԩҳ}ɖGZ)h*XPI 8X$ͨ1Ol3e2<ʓdi4 7W\b:6&YɌh)Xkm(E+=U@oazWZO\|}#/]ʼnγ{DTB]dH2n݂Vc\f%|{9姼P;/nڨz^"HQh7C(<@ D˪l=!%'ٖ>B})+;LNl/x,Y9>6DmVs)Po2V"5,G.ʙܐ[rɎ0K꽭 |ws}hlgN߃1OsV^-Loy4d@]dX]OXIVbȠ8%vŪ={CBOyZVsrƌۊ*՞% 7E=JrW) *>wXoq< <7&AjFMQBؓY_m*B,W<}i^@O"e^u: oD=W*sHqsܶ,D<- Ks.5p{qԟ6=veK!n:Hp5I3#tޡVu$x=%^pt%,%ֺ#̖пW!(7.FAh1ctق#"GDPءʼIa69 hf@!P{Ծ;QDH^DΆhpt3T ;<k:f;=ց{kȠ}@r 9AI}MPh7,&2n6^DKEecojb%X_CS v.yowY~,K@+ O$ QJS$&⬉r {)eFMayp>0Z-1;9h%[NSOӖ7qJae B%ڟ}` Y[l*H! ?'<ԋ3 ɽɛE.Q+}%-FX`Cm4;jd`uSJӧ jϘ(n\AT\uz?_O닞"X$Kp8۴Ż#=lzTOp\KHbW:tT#;4Rcr*oZ;ʷ-:uz:ޞqNa?~euƥQy{JfP) ƒߥߞ@5O#VkMI^^ +=vNVmπN*#:g8w%'[-B5Wo|vG+@JӶqO\zq`Dn`mA/3VOō\(,zBrl*7%X\ _G'92˙E+Ԉ_bsP#T e6lۿ7S&{KZSx9%6ͯC7<((Zvh?]Wt#YB&JL'{-'YlSAias~;bTA#'{35>#,9b"% zͶ1O =Oͬ[/khxx_>u8H_,f~[n EB z%PŎŌSIO`ʦ%4X%PҚ4qa<+F\8I-Or&=Rbnj^yIO0u&Q1?g9"x[l%15 /W\vf̬ʹEܯa%h[Eo:%;X_6F9a{]C]p3?0h'I7t/$ůGD3jQ=wH.NU2V)_DC? &vtA]qv]~6rܴk4ޓCU<<)϶;RVvߒWb;$c5)=6x :8 4ARKc0 iBK!gH=JM6)we$ak Xv q'͟}u_ ?/k<Njk+^ZoYhngK^@Y.q $ HXX*6Bq9r5$fbM" kWVm T"Z&1mlTVLe8iR:&K<4󖿮ZhU齋BC`soG kzBsݧIw7%Y~O+%;46]M/!Do]cWA3h\ĻczfG7GW0 |o[7x)ĒLAhhpĵU~)зd].^Rm+4e|RT%f75d\ )G_=-qXCHNT}B\,kVHz ibjP\'Ӭٱ֯q?$~u>j;i#'R2LHf%wqHT t/x"cJ3Vc1id؅ߑhQoH Gb;J ߕOA ;_<+p|$. M^U.1kgIT3d0/=da}bP+8˿EP]=ԪMfzw,-EI/[Y}ْRmm*% . 'J>NFebx9_[I>I\1\+2JPR'#v`ɳ|d;ZFG`x\#f:AGP ba0߸\CfY`U.D'4}Z׮?zZ}}qBTp+\"yĥ_\{ <3!I y"qV^sZģtUA :^ sX~5idM,{pdx1q [EzQ"jѥCĠ|"زvET9tySoE3y$FO9v:\5$}>nwߎvt'V吷'W̐6BurZuJOK* tc;y+E^#H˲GځO|8ifO31Cm>5ōUl:zA,s"7)d7ԆGM|w?26OxA%#`lVgs]d8ITiHAF% ZH#x'WF3Xk snCP(C@)ן?~n* q͛y'A7FhjX/(Q6e`!lTJ#_Bp3půbeP:= d*\- C:I¸[.nߐ[WWqb*-6{~-ZݫSٙIЊ ?唂ɫ%&S~JL!ai)NޞG^eˤwY}lkLsm""^OϼKMOPe"í$]9B@γC^qm ֩_TBm`ݷɂq%X/2.}?vtgdDvQMpJu$ɥ^ U  xʿ~#9 mi`X|8}:eHz-z\Wx*H$HÆoңE0ѻlO1@q߻0U|-L >yYq=ZIE{h-ڹPcIÕ`AQ^'@s,o?TIփ^Up-F Re$Gb%܉We,Pb*`/~|R>Mcn9y<\]{&~:9+*n@GW1`AS S,e/[CEty]?bLܦo|=m FՌZږgsQs7Bp"E\BRR&Osg<gO 9Ln2H! =ՁoePrz* {0ֽx<' `Iـ ֏/ƕ@xHǁ1r \_LxubEPe +a< Fxx@ʅۅVE1 C2r'?K-IKoXxdat!.4NҢZ(̮•ȹ}hqΦ6t]d]Bէ`N g6sVZt`vD{Zrnb,%7 gbPk< " K D63m^cwlg!61"67^+(aMet|!P |` ^#nwH"LڨUfB| ^klfuq&H' o`jT>&!^ҼK&fG޹0q`e3X~Y_B4}7 aQҳQGR̃ߒjZoK ؏VN2fd;Ab R 0sa"ۦ%lM苗|l ^VDj:_bZG S/}$&Hɤs4'M!ERBN7piWUeDWLQGN?d3nN窲M%EnqҭC[h M^I%`e?S&Zg#_Z`ⱇIІ\>xk݄Bܲ)Y'mܯ*[n/YSU΂Ѩ ]b].4Й ^[\Zmwz=YGU[RbL;[L^(&T84C5N( *H2E3~tm2c+z/UbJ`͉Sa(砗-k_ūD¤ъ?-덌6dNN 6{`XV+BH+d޲}vSgI`il A/SwD3%"_,FWG ws~ǘRX2xY/.*ӫ(41ɷڏF[B y-(>ͨŸ_A0D=~C5ދvLnLޝL&4}/2G Z5̡> 01 )ῤab iX/2eHɸ]rf"\<8_41hZZZG.Hugz}LPքqc<9 8M&/[ _]HaI2>#g#F;H{^JEfS'kt46Ra'3=?D)=Kaq uVꖳQqvcJ5k ^e0%`Jhrg;n-6"-v`[(cKHO]0[MxhΕJ@G/\0%QT|4%,"c$DmPgJDQ=xkq-?S툆9: /S`ݎm2.bE(s$_`rg.Md".3aRWT/oD vFkFH}@+c-CclPۚ!W}O>+‡v>9/Ϟ`W&T,Jh$=ôw.9& ]i:CbJwQڀ M1 Eˊ}NT\:o^Z6v0׬'-"Fƒ[G Փ%HpcUgW5^g Ř GPN, ^3l,<i3+~ Ͷ)Dp64&"𗷋bE+oIbDs ΀[AL;4mE؍؉&q;@>FXV}+xؤJJ1$ 4ukM$6=F@Tڎ,dq@Mԥ 8,rW|W{6 !-*;K򤸖)1yRRb scۭ7lI&}KCB^lgY8B8 / < cMqrEw2m{( 2wUTźf9k%ʵ*n mSVԯN_ptDukhسď9'9+.c:T"-M&Sfy#[dTm/Pn —-}-sbrwW{mx3 kϰQV4JlJ$cx/.4ZNHSj1yY=/4kM.Kc5NNz@vElN& >Ly <IVp%7!"T8Aihl͂؅cԬ~("N[mD1,o'ka+,Ȧ>Z\IM ZP`I!~ݘ{ѝAMkCnltd8uY*K$@/=짥Uh}BH6Pb -/bnKG7 LaWeN$?>J9EP:dqX饙FXո/ /RrOY"Jw88Ukmڤ- sO˸UWy7qD.[ rRvJ7V[#s ?߻ɁkW(MőVmG7s>Jj꤬lCXY5t3Z3̆.ye2d*[u] ?;:8[{*C~1Mu6q~ǽx/J鮽pWpfR( *o -}QzI+%lqi(0d,,y6mPځO'\ :z$#=_{e׎]A9K|/1J*/ 'r-j\L2LWl Nru<2sq\of&EN g='l)6H|lk1WEVl D1\K /# `Jě~An*+U2c1StS#rX:PR//D`2 Ia@fk&jNÞqxqm]<i"#į)9ю'/v%N ]TW D3D\{/r.݋O ̯ NI, sx PG?+#&ah,t1±n >ԝg9*H](gŚb`oMz9J#L$'=ކ")-mw@Y ,5DB`d ֆW G|30 .HgWAKL'O#W3նNOj2iw9&舵KG #OҐ% $$d{3Lq., [MH+)c_U9&:d`QQG'}WzlݵQoDE'd!XjSyOƋ ))Og67ٔˉhbq&}P9v*q !ZnpU}O?s7}İܿ> @Y /Wzvek6[!}yp͠u}U0ڂDs%(k,RYq1+KH~X _ 1P0Ot[LJЍs"N3OAp2Og[ŽdZLk(6Ɯ }'3+F %rMF_\!aI9Ӯ9;4Pa,?ջ]j-6ǦU/h |7Ж}G-y>tdº?fcُ*zRno#Up_=smCuBM}Rج5oݔ)CWV8 J &q&c LHc֍5$ݖA]YbT]ܙ#KdG Z ByW]!dB [ng 3w.kNs1׎ߏx 1 Z 6 ;*B"%SdRSW?y3*VNoK0 {H&CB:fTcQܶQh!PJep"M|>?v^gIh`|@yБ8ssڥ(2W>KX,IDbNEܛ-PpjF%zxgCȑ~i A4z;\tҫ5fwzҡ)3fC7\ȐUkOeB,JPc-Z#[^ W5TDb8=/Q9žg+>򣣢ty U"䋬'{ֈbb^*FL`9-#cBDd9^,DbP;K}%9˛<ߙ|ۮ>V- cb)<\N!@W(zrQ"\+FHū`R>ԯF7N 㗮F-Mg!ͺ&.2͐7$J],{/@ >lzpC7tH@L r&d8fD( @^D0Sͧwm1aF(Ƀ$QF4ٞKh{/+%&Uga dC +b ^ `Xj5Hk춟&#x=&G(e+ywk}'萶7j~m>ӢHs֒'z>ÿs!;3luӑOI| Pi YQYzr f֤=[k/xBeLHWm /5{>#Hؽ, Voٝwoү6kj#eDwQދ18jҦ9Tϝ2E;-Sg`_r̳鬐8nC>WΦ$+bmD 3bjbyu}gaT@:^BF742Lgלo&X0)KMpaGmGzmV4k\YJ֡o~5n2 !6Yk4H/ч\K 979E#Xag. ܄ Eubth?>G"U#Vr[PKȝ"_TP JS#/EBr郼]0ZܸA>n?X#Jyk4;/dw3lI<7lovZw[7&M˸Rf fCU?E= x/JqʀvȤU l+7 nnm>:F7C[uڨCV%܃Nrb4lh%tMcv`1ɝߩ%D8ϣ=rduX ja@iAo>En~k/B/FC]Tρj޳gC?8En#qX.QؚЩ]rV)B7Oa?pT6" e Dz1 t@qJgq/TXnBzysֻ z>_`B񪸪%2"46:xo4--̹ԃ !Zr@(2BsZG0U!/sng%1Qg;o䏤5*'И$ ._(vqڬ7*ߓw' w3ãpJmRZH{ڼ%ιcE(\]{UTRdcz 3lԸ[L@v Bx%,at3LMq3ɳ{NSC(-F "yW7ERn 8Z/3sx<ϗ: 7 qI6sݣT"l52C PSXTJ>y>ςx[{9 dQBlP"+a0@g<)@Pe?߳/! j >cCa,nܭ wGwbƌAu#"sIt7dՎx<~LWvK=fz A  IZ}̻ލutUWz%T-a 6k N!aWm+5HAY^cM fȡ.V5M="rP\D Y:j,p[Oe_"Y` OXO&y* S5?YZ}/zK\V %Q\b^D2h$wb ,?~ʿ1+m^^<|f zuY*L8ҵpl&fɝiT\ZSq)\ƥ{:ݠ XqVWq1>@  K?lSqU4 2Mqj) ?y6կZ/Npb;Bɣۘ+|xՠss < G(*%jNMs;t/gT%"` ־84dlԁ5,`5X BM&e`*㵣f|uj^(rmr7@l槦9<& '=2< \t!ʁ¨hP Gve|qgI3ВTνQeN 1| K lDyJr0 x0CdzW@R?m;{qCHxwVW]>BݐΔ(q{z یJGT2 =K*geh cҽ$dV 'W)[ﻻ7;|g:MlCꖠ͟铦#sF;<*Dde8o&g7m0_^8:Au@V`bDe&1eH;5s>q}{TT&0zO-rs5-94.rv0я6k(x9WC4q+8bֻ#p`=qA ҍw w.uDQ]ƕ(G :2x~F%43` !&`8kSrŊ8ޛTVp*n-#1 1ɻ[Cv N+5ZDjo~G*dEIhlb3~1#6ul/x9ŭ iH۽̨^o ?/%٫,о\D\O>Cqۂ4wir&H4wUM%ڧ8"Z*1ns?-bp"fvuMO(|V<1O@Fȱ&< )=8N%I%Xy6ٍY8t Lv]he2%Du%) ̫ ~$+j 3JGek΅Eޜ9Dj FjFD/uĤJS@0ђF; _H S[_gs2젵>^-?2anB,ϬB)hi ØՠF@8m9+PlvLTo[ht@nLzMA%*3sYŇL({Q&8`#;zkFўHs?]^'^H{F2^'UiIJֶY& ٞ`ĆlϛzF,j͢6<'q*-V:\I;eh85uZB I']L4%tJz3ϟ•R~1cNC7YcVc𶿑ߎ#"4*[aUݰ̈́AT,Yl0 2^8;f;ƍ&`*d^eR E Gj$Z?1?&1LMxrlz9/Soz@xghb}6Rks={Pܼz.d388edvhmtZCggb!uq z2ENz&\8FLsul`=əJ58YѬSm;Q-mDk,s-R;Py[\p[hrLK!9͑ Za߯, `څe=fڽJTF{z(bRIf ODd9n fs!7 օz!zh|WM~h&3UFH6:G"M(a x~w=|{s=M\ڜx[ FQA 9I`yڮQyB[$RS%Ϟ;FOy#~J-4ڹUW;I-%Ov]Slt9N*5 @G[R J0{r5M8+"{ph1~xC$ZjQ^oBl='$PNAgΦG-&I!fF6S'v?6 =';z\I%(%Ɇ7^xlpZ|sNqԭ궳8^:?AZ )*!Tᜡ:w֚ZR (uzF=,#Q`yBPRg6nؒf .mps$" "#;XM zʵ&3Z} :H^}a *J|ӯ`HFw\˲ƔOl'f׊%2hFfVEEaBwjPmz%뜟% +~ʙc ^{LVG3aX+B|!ɧ>5 l:JbQ Br#J^"j)S<W2r /ٜͨyJ*~q&`jZхJ^={v~}=Ɉ5JPꢷ{ȘMdz D ވ7Iژhp?a^j%dyS9ΆtJ^o}7Ѻ+%w6m5{E U !k5>P+;38?fy2z)NyyJ׃owK~9L`]g3TcʑTH o_c9$רd.:R|Pg*͢|nRvm)n/}4T{, )Rk1t8~J63uR]"^%Մ3\RsR>$N{5̲b:Po[joz0K\)BV]gcPqXBcC+h&~@|C70@)Aox!uwyB+eˊ ߑy:[%Ӵz)cW} 9ŢC QͲOvxTMAI Duz47t&1"5ہ.QRyGqq$ _J6̲O ΤGoMC:%r~g@tz&Zhy,=1Ī+:sg!I*k4Iy])w˒ER/8p.̵g cbT?"̠gC] BbS@03\yტ›'(*_1F}ˮ~Bu>\/q`!ZƖG\kK:{/L{ *%R ^#Pi Z#c}9L?[Ynڽ[y@AvH׀HS~;,=WX&x@/1f .kx}L=\W6gh~wcҺɟ)wَ|Ԯk,M.; |;)qod#N2QP 2}o:. hچͭת6/*Rct%~Lh+):B9=)1QZ̛p|DZGlLWrM}awv? 㰸6k,y"kH6gʪ2[|/IaLÆFN8GyB j141]G>()%fr)n\hk2'ZƧЊߚȮ,,h*gE2S>G ǰ*C 1W("2:iu?= aq1: /40'C&6 #0k̹PL3k5ɺl].^G>vW$C-++T{_ E\(xF _gS`G$:yHp}шqur7#:ZI='*ϝ{9ycz) vSa3["jjnJ:ĜzԈ~j&b,uC&[$ƿ}f a mƼ-\m4x+o'ۆo#>VBu0a9\x2^P>8ЍhUžxM45`&z1%`8j|ռu9JO~)woqGn&;`nӗqj,g&.$߭9`;Sd[SvW*9!2JJܲ#Xsّ] JFO/(F1.pb.18M (.pbriCzw'!\RqϾ~ٮj߯cSc=ק,3s*Wdݝh)?KËE,D)DƮFqL~G]SXii!9p=&$Pbڮ>fY6sdlzpVh5=Hum^ڣZG"C Vzj*#>v?A'}.j>E1ZfQ-ҍTl{2"9Srʥ Ɵl !:B3|a6^տaeMo~#:;v\ҴS/+9]KPӃ|XIɟFFb8MLn[uXFlSC֜ã2G%+H> ʊ!Oͬ`i)Qӱ$q] U}dz*B2 \TM#`Bf \qtk SxgdGz>j@l0Ճ(2 Q0R,D[jsE%" ﶭTΛ4*."m$6y G| Յ*=5*E`Ci`oqAi $JSzGBKҪDF3MKSbZ!k C@+~I@E-Tfo232j$&%[-Z %ì'3:0H; Mm e>2qrl mۀ_k`mx5hXVnxV5RtJ[%)Bv;mUHv"<'VAGH}g$33)^N$lХM7 PH/KdA\t𮜒7PCLRq3I~,RȓV YY e¯ T*UGRTy;k^{}^ sv'#gd?KS m4c%~Jq ǹn5Q(JP@mA[)(J>"7haz;.sgycz\\h i~C轂9A@wƺMy(I@튛n:/%i?nB SZ\/:/Uܸ7J[cN' 1E]]R&L(/‡q'0b }Y:(? McBw\M:'yq YSr"_8zeUJ+ϝm`ykdqAHbbH!ru X ty.kv7?M%r}:^dUh,ϗe{%p@|d曑TGq-t= O a\)[ Q'rmI *[%b~иC&T4r kffoSч w\r_B/(F_5a,to6GoJbFoIЋ%0Fx'wo)IcM86㷸ݢyj?oGAw@j;&![5 `je4&1&BY0oo!Nm1ŢY7ͱeC!Ljǃ߀쓴Qsr Y,Swslج% 4F+Yo)@AE,) !bdrw*fOVS|~vヿZ&,|(wPer(Xtsu !s(lĊ-߫!`KG~.1ȾpuP\ c=W$ɳɛy@"=Ci`;4 3up+P)Y#l澒~"hBLBb~t!R󧬄ȓ$ `H^)ej5mB>ւ,s! P^ +l]'.% Pe|g`o1*WzV(TPĆBcۋ,ԔcW+\KPG'Ўj-䶾' 1VF OiQPz`X*%f[|h`ZR!7;ߗ*9iZ^8ă[7_)u%ObX`?-ɔ58˵OAb8Z}@H}S!^ծ;#wC.ԈҪؒKSW!8 <8&=I=Xqrz*_M5ѹ" #~BXd3[̰I1&{SLwa:گE$0K=G Y}3su(PB;,`[ t[Ca]SDُ%[|( lʽ^ d潰&3_Ȥy9O/V|"Hn7pinvȉLru"x$P-T;F,M Z!dsݗ/r2_X,fja:9T&0QExxc^E)trsadQ\"떾foR'H-9 $HMw(PBo3-;\t+* Hc.Ƥ IA) Da;GL5LZ, &2 5MvJBDWVq5]NAa#rh獨~y=XۯLR70 c^j%[$|bJ[O@OShLv!6Fh uH۷nl<0g"կPq(GѴ'NCRl /FFgtq6y9eA []maz@y0i’.ٯ.!%?ȗ1os> T晵=f>n}ڏa$51,DR8)P.4홫}:0ih\W[w487LYxֻϧG~םoٛYe, g^pyo @BX)O|T\@emf||cF}sD.2i2Q[&?2oh+ i:-PSzW_I率f4ɠ58H@yoX̝\ko4;y=˓JpUcT8+9hn²CJKQatX6/LJB8_zoߗȰ+pi@-7"Kh`9 aRh@8VǁL&`9Sku&-}+y\ExuP*T@09LfYC:l 2$^L &Ub-7qYt5(5|fI5\' @y^ PN4> o{M t8ݯ;p53갌B'y2☦MO fn3qu)Hw#"&wx k"u$N$q}WAа:zC:٠tT_6v3JP&J0 Of)6kSJnZox248_'Ba qG @b8GmД(X|5HZ7~Am3VF{лG1dJ'= zs_JP⍡"7?fgqA]⥸1ثfF,'KS#3"h}C л**pmW.yɮcKtǐs"C0tϞ ҟ8,?|QFľhTȰ`L?KG`Y$=Dغ4cCOFE-v9n"190I0Ӎ' Z ڸI=GI"Q>a+\eCT H,B5KfRALԆX[@zo-ǒ ~nf#k^5VS9md8 :s]}GdSfmN"|1m2FVg \t6FL#ӼgӲ @o3V 6OIATKCA4==sy˾&=f[[?Ά6v!۰fQR<; rIoF8эgybG i)sAnj^;0kPʠf_Ӵ[bp\I=ΎrRۡb^Hܰ^TH-qkDsm!eWzL%B3/QzʺLg 0כ@꼞F5_x{9HZV2Nhh02VjEx9_:sʤ4 SA5`cG`7X;[GkMmq+(`PUSaɋb@`JUtϕ'i3T gs@!SdyOQдҼwT^YdNfΖ0,S7ѷM`=*yIȍ3<7 rV/@G[ `g@1 I*@@ՆJCDExV XM(DO}lD1g _ͳт&I6?Vӣ_%xcRi?:ď0{dyg&[@aR\p%d.*( bxFn|Hb_g;4XZ۲!3;p?V(uꇽ?,[l:2͟vq۴ZӯZy=(*29eA.UlYqv߽%`j_g-eX[&VL=6˭q)*Nqk.t$|cpW N`rOt~vK1Qc%TWb3J>`I%r U3_.ȜzG: q)r Dm[JzDa4GB3MVT6rQu2"*iC93i.(:W(f ))2[Z/ 7Q,'/9fvgxIsbMU xGijuyHKItw+k+_*x8lSX4Aqj\E<yWkU񲽞nheexHG mNW\yۣr_<Y.`DT cՅOP P<EZ$8u.96I #Q~HH 4zٵ=$Hxn*zQ4WhlNe{hь4 妠#/`)؆&Ͻ5=}:-?t:ҭ3N ޝ&`vGKc-Yy %:2o6M~FӋ qߛogpΜ&.ԚVJepA KqSb?Í0FBQփd$Py(Snuaq /VD,c}'fZb>: o7pxKA&wEXQboT!׮-2ׇnEkAw0&0/ZzR#]:-3)H4d&]CNIJb<ӂnttZԞ aIv )E=-=X|x%зn[鵜fgm'_xl Mɝ_qJ4Ea kUO$_/,do]aI쨫&e :x7e9rCn./L'^Rb|,~Jw"KC"IzI i'o8> 恆/*IXm]ݤ@rgn@[mb+L ='MwF,hns6YS]aIoX-r+Xqa:y @k,{_sz1?b!Bys'IBvQ*iʐW}a=7UlgE8qfEIEdAv 4.b):\jx>hG H^F2Bx^luXQQ" rXתCZHWdR%r :a #".cu,ǐоOcg.M_,q@]uVJj ڠ1qߊ׹˲s&X,T@ ( jJ c3#txYkYq@蕲+z4x}_O IiR[#sdT9]YM}(L" νaPy$LᮻJUAwџ3;żK0)ooV2+C-K0\*Y̬SߙMg k_9;3\Gbv(CElhlPqxEwz!{ݡ0Z̿ԉ'ur|}7zA֏pbjuc#t+Hm#xu #x0"^˸9bA*nooϑ#35jqjv2وÉSP rd%s&& j2+0 Q oIF:qͿͳg]dr=O+O uG"B$u<tk,fVa; ( `fSr`G@ EQ]WVdFl!f\gFPW,c'\Cc"Aſk+m;29vDE?.Vn+ g3eONXP:M'MÕNɓ?;j<3mń[wkz Đtɖ>3B7PD5X:E$DQTK[<윃hEaSѱ>z\vL11Hq9*M T9<Saӝ<۟UEb>ٛ,f'kMўCzF=i"N<C7<=0{xQ*, ϭF·IJZ Jg=.<ۜ)c]BLI b{{/|U,Jr{2?D 8Cj{7„6i%PnC !ƤM>AL S@'@sotjfL+ TeM&U]hOxN xmX9hRgg0p}gޓLT>\RyZ@W7g3yш &BH{Rw8t/F. R8{Zvsjiz9,L6] H3WEU1j5U#\,O{67DzZXҢwZ/(_9 }9Ie(Kt !N''hK, X]D]*͢,n>~:A뚄C a_]n~p<`ݴѳVKZă-ޒXƛ礡L3wv'!kt#c ؁ZmcV3^HXGPdї+"P0HPq\e 6\"D &ŐׅZ1}+iHe[Ey;1s@:[ >ǷU_jY_IS'Pt?@Y9G0Uⵔɉ9Q> Ql?HVJ[ʭ!YaWבn2`&%h/1:4%^~یGQ^SSy=O U@i}u Ut8|.]Kh+R ō< aJJ:1 5{EB;кʛ;mIM6mzZK(SP`$ TO`jn^u n'RS?aQ"Vz7U@ 5%6ϡ.M|҇F;i6ušrd.G@.IA 8А0'l]_tuk7'P FRu>Ӓ{/l6<7JVqn M#2kI8h5iB\?/GК9xm$ yfi\YVSD?:CqP!9AJMBd)^7X#POӭ 9F{ڂVXX-6Ɍ 4Ɋ?cSǬf?0r((5Pz\IvrG;Xn=`n WnsE(#d[-77@MƠ? (Σ(qDUvU7ͼ b/MOoi&Z]ö&tEFR3}s95]gco1[0FIqdnKJ"i3DZ3BBxa*sMY鲆JuXfP-UE:[y~%@@QBHB蓒XDk25S P944A)prj{,'Ey1G]E-xvyHשuT;2,= XFK/(P_0L4x 2@{#eDƊ9ؽg&}ep3WCքKCJ5h pRrAR;cZ ݏɖgC>^gD vb9qIح $b5\Bw|H̸(%zU Ay QrF]M`)kM\coRZ>X&`gy <h,+ 0%˻SN011!w] ͬy+zg:| *K BؿM!n1 (!W.a:U8/bTK%rx;+Zl-!H?k*dGG< 'ic0R';8G/^ALǺygj/?mT:DL: RtO֠وsRpq%gӄuGb቎XJQ'ZfQ~ƕTDo+ksIEcW6KDZբ=a1XԏIp|OU)^۞P|kmφz@: +F-y3MBfbsH0-tg ݘ㔛/`T AR2e. /s.P =ng:Z=ex(Ls=a>θ`I@7Аi*mn}w/~"Ig҅ԫ3ҠuZ㍸Ȱ.\ٌTx!pՆd?qpz~&% Jb4ZIH+t+[U$~a&4N{Ҥ򨫛C 6H]?/g`7wp=RCmM,EobVQJ{a>|恘| ~*3ÔBٲ;ܑO([ ]-)AԸnV ic-oi15~rIId{G@>#/\(ÃJP 䊈u-~Gs C܁{bnqBCCwTk활JL{\7 L \y Us[^'v#=JY@s xAdQ+ &eA(iٝQAPY%څ~w pU7C⣮͑&\倘8 3*loAQ!`~WHYm}k'֗9rkg V@GGZP5EB" %XBIZQT>WAv/2Rd >'cn<g(Ȅ_4@ݞ;F0IB3c>h }Qmd)5i-;b9crZaCx W#n^+fTJ`Wfؔ]T|zjݧ}W4@͕+ ,e{Ԅm{RA&k~<59}2M3?wk΂qwTRl!ަ-u-( }I o 4#)QG(&A,nHGT3@(6E 5+_`AN["+vsJn#!^#GfsG-~bKohyZ٠fH-حx~lH0`lsL#Q3MS[V&_ 0S"4vS0Bj ?\L*g>*iBŮU; '7g}h ָޮCh\_҈1:}WsnPolj$I܋ҀvŚ'ތ3ǷK.AohjGLQJȌu'Q߄'TP)D?uxH5n:]i A9" EQu8.U{%ö&A)[`j9GǾJJmsApdYx7rW.vc hVj4Gz iX(hO#qҺ-J4%d r5JTꆅNy*Yp1#\?Rķkz \㇀{g~W)!"SI H@5YB +0T{M:SN#|\N2ypjMɔYq2ɟ8M5k±%"WGyNl':)`d?*jo>ez^."N~qs{EU1yN'{DO'I wri>$5ziHi~Wjv&^w{J"f靧~ A4 /guւTܠ_ x6iXj|J9d s7-$MPR!@PRnBLLD H!A2Fw;sвK(yuyY5XDx^ ^o*)ݴbp&V,N,K gA|P- *&<C1JWXO١&X.ߜbՍ=._`7@wmb:$?렺HAUld%`%i d 3Jh@t>1vn0$ӈzkwS^H>U{Lf#?lW>ZƘ}KI"&d,ژ/`B}ޘDQ V﬛&<_ IxvYfn6S,ybp ߲NYfcsWhRԙ<7gxPWXFFYuGPJ@>PSE(lŪV=*kz+5[ZϢB\3:<&ն{Kr? ɽ+K]:I~"&ҧ;waH.S)";`=y(Ncrl '#'.BIf v0xA!܅(lEPCq~=0Q`PyS;Lwr*^uh+&O|Hlˑ*-l,8h9Y`z&3g#C1"JT OMjm;Ϥ?M IА ({6t- @R߇D-x8TB+ z}M׷&+W{gQ+ vN.NzJH#w8sx LHy7`SE8@(^7,ET9`1 o;b+^:rq/D܁%v!9) X g$0/kIYA#BS+ mB癬- Ap*1SsYh&>f>c'nuByc~?5+qH6g)nl6Oʘ,G<0]ws'S&OW"b%l:M([gلϽ勍yId>r͊ 'JZ+MQ\0((87!AII_Rm9"9p8;5sP Y"1#X|w Bh(—XgY9Ώ?(;@}.vKq۝{pz\6RU"ȠQ4tmN0Y`rQ4gxF%rjz"í9eD"8ӈqbѹ '+@L]&#%y(ʱ]u ]' ̪WU\y0,~!f (64c bdt:WV nYTD44D(_`+ Ng^hȤ䍲FWqc+i_$utQ6hJ4zU~K<u~zY!vp`4K uLrl{Pъ+LY :U(f]uy\=p.dO A@eo2x~wtjf51|["`|%/#ӡ:ߐ"7mgi:qqXFo[P$]58ZҦ@@/+CT _/*ixNcyj\ղ?;|cg~fw;#L"I"o(21ȸekԟW?[z$ڴ͏Q]FgDYV0p@2jヹ%k6ZR㛮(臆rpWtBŸ8*s~AFg7~/\\=L}Nc|e+xzߖ~L+>ɗ|σl}er(IN(A5(h69zs\&ؒ^M]3Ր,[K1l-bz֝nlt`7YȧR&G\ӫ!z[-㶡$߼Դmbd ʝOتmUͳ ޻3J2CP1jyYsK]_[Omؓr4!ChRI~JfّԀA8P~D 0}oRekO?]D.Nm{Գ⸍ٕ{8se?UF NPRq25D8"y)j|>wXDD$| D.Q2{7zov{eX^ ן9e6W9 ݅u{4 fMM%9\.7?PA~?|&@BbN> :Jr5i qW2PoUW>omQ5fꤜ|m}*r{Ayc)'*^?,^ Բ*م*;I5\\JJܪӘDK|y_ʵg-=.{5HEgNۮZы5E$gOMQm.:2i|h]k ĥj(LYf"`WGǡ8ԣ8H@.I>50 2JzLY'S)XMM,B` ?IG#%y[zY)̝Rq!MB_=Y`!z9MD[M4VɝIx!!i C\z3 saW|A mLκI1W mI, :Xd?1 0nd 6pϠ ^e9CQѓXl!_n0DROӓCo  |婑eeԹtԝW,qh_Oazˏ6#%?"gEqFe+?%+x΍جp$J:t/ݚU"GO/BhXL(5O@ڊP(ه?x tV?p|[29ioB^.Y>f4Ryxg+IZpeuL t0>m7[1DJ;cp(ums/n T=両%{Mbt8#Z!= 8#vK6"F17 #އhp c]s+:BouXa$Xe^kMBrD={0i(U"uP]>֘=d1V"!X+6_޷ 1 K*I r x~|:(zP*!O=CLHUJfaWgk 'mL}w]+AhGkblQo=Tuc>sD:.`7g^J+r ,ǭ̒3>&!zBP=PK,ܼRW?\pvGH hꓧ}rNeͳNw6vZ% I3̐9jD5}t8`J@K8^r_bÀ sV >l ?w & lPnhcyi;8.wEaև&,7Z"OE:6m=H˵,L iK7 ?8Mt͡klH嗱-|&(ժ]'V-{(42)Y4CG:Xeqb8CO*R풝JwqŷE 67vk,x?!O6t$Q5 _n\&qaVE5  C&9  /3u N*C6n6@'ڙ:2+QKȶƖfv~zw5x^od|g^@ɲ~Fm Y͓Ģ5rZd7sCKlYXOh~ 'Z 'f< ՜v5KYw6 DS ͘`tb2Za\H쬐R+*4q:eY2!,薙_#MHV`p{.:!h:ZFd,hohǑfeh/A!xt7^pޟJ| [r^um'Nthl W΁QQi)>r1Nmk/ $r[LWx^#W\vxr+ gY.EǞ~uh,lC!K{=5"BtgArўÆC)I+F54+t?<#hfmM["?C-;+@ۤ%g{ SbƟJe+#[$˜tet'=r/uh} kp(0R4'hRnqf+@I5zJgNwAC7b{,dd2EqvU?ŒnHjp0]5z+CR6 e4աJGNBo%S[p?M3s4 ֯/q+6( ! cQZyt i#1CCZ@Eݵ׾SObNo<+sPOpV< .T3o0a/?WP.vDUh@)R wP':YJ;_Hl6э:%ng_O0Vÿ2Ph~߃oQD=K֡c=iLŨ1\ 2dpgZ)9m'ސ}oG?\?K-Z'YS TW ' w[#,@FgljUpU' VǺw"w`X>hXZfZu [uB*٪+n(=v)h#&%i1-#s4;¹G,;q z5i.>H['ʽ0f&?JpUEf_:%7L~$@R 䴙>Cf(qipd+-ǧ, qIKR7[hL#b Ym+rۤ) qT:}4,w)fZtO9 AI5/һnwsdEjlK;.Bv0JOr@Ftt|ŦC8x=8:CK=zkN˞ew.W(vky&~CvӜIWgÁU^aa+ [_^zۃ/V$,>(-:7zI?}0=mW?B wLx6ҠIJ\T\J$WJ6DñKUM-gՐ1Q_|?~WgC#ZJk6JPF)>ٰGU*OLs_WLSz)2N;9x2~ -V9~OT gVSè(G9oU:rZs~ ,}h:x?y9?d;U_lSDU/JkF%pm1%%P;߉#^.t1blyo0"ֵ{7&䬭y1b[4@1 oDk{Vx_w9+ܟYĴ/}@w倍U Jd m{\NmsA.d6<yFLM4lI2^D,LϘB\C1Rv Ex O!pRJYVl弌erM\xܡ˄v-i?<qZ|ד^ɑHw];.NP=y9`;-wr0-Dw#ra1u7O""hܙ.w3A' 'JGфU#3Mq';|٘,@n]I[ ZGOӒ%ׄ,m@Q=[-wCWb,b>`Do`.s,#zNɧu.*m pjk'P{3 'U?ɩ_ˈKӧ{?,Ƌ}R쉿" @`(|:e@w'#*:]mtU+̝]sEp7sUۑabPciCp} 5S78ymiW'EpI_v ڞ .zHJuj+;r";q:,la)؈{=}D {qMqnX-v$fEtF;اu8..hhub^BeLf/b@+bX>1ʩR%~T%3a3R4 GzSw*_9deN#ORrTHn\lC<՘HxŻ> H }3DS^eXw #GWt`#,4+R(;)6a SWMngnuTgh*` H2:ꣻ#CђIcR oJfmtI#d9bz{&,%Eb(ƺ?'Q$!t<.NmM?-X.tgG:2$RTN ?-JfMkWX$ЬF'~iC0{}=k:jJ*f`>|'9B"$\ cCi}=mgBtͤ_8FAXV~:vY(D_E}njJnpUP>J >:-w!  H1% OF"kUR,J2E [ e}~2:SG޿/ Pkm/{ԑArƸp'K;IOM!1"ftcYcܜ70~i;6ĩm%FE--DB8l7"Gڋ k5s,EIcL1}T'|^^Kb-"*OQlx:W PmS0`5NpU58 Pi]_h()f[3GB6GIBZ&5%S5 }{B$+ ŕ*`zpw敨xʈ&'"!qTdυ[dcKwHS\~ט aVL8h͋77g#1_xsvR+" 1AP96c.•Ѽ!fI^es%#3U&u͚|?57.X?{ EA s"zR"y*cPG"liFB?)&Q8;|Dc\"Ej),_m"ҷ`\ʄb|`i70Ci>>7}ɪҨhe4eE,n-= iyк!@UQ>(7K11[ȱ`\!X uaz }k-pwF֣g2< A]wkSؒ}))&},(]#$;ɬ5xv"Ø/DƉ$; )%E8sȾe%sLIlRʎ=c`eExV32$jI>܉0W<2 v>}N,|`ϳSYb:q*ZLɭ-n.;iȮmS|tp,366qqSd zQiPA#ߋ"{Y67I[: ߰pݔݔ]6D8ӂl!EmUccA,? $GwwqCMIWѻk1v(*+dLm` domrsW _.*Uw4$9XdP?Y} ].ٖ_#pr]jcz&@O!bYz~4%ޓWmq[-̽ųV^KG7%I_gBoxM<Sl_V[ (N 갺^,+"nz˚!đ 4OhP:uE,:O,`YA#PuE!BCEB0 s*pՓc{o)# (?|;k6?*8Iۡ5(FIXj.!G(Qֽ9Ɩ6 YO@`P0(kR+!ng.0&0|vE m +jE'=>8VS1D#Iѭ$oJ$+E_5UJp{Ҁ1=iIRSڕ*ZTԊzM-' O˂Ng6R%z.hGY!Kѷ7}|)ɯK3-lqiRCqwyW$slHo#*RC+T3җpmNѲU]/2w-xFOj^xv_sJJןG&_nԎN 8}Eb!fVhsUI@EtuoyـTǴ/Mx툢qLY&X-DƜ:B10]z0+. 5N!,:{50QvJlib-!JbE?Eދ_jaK͊-V#и@pshFB U$V*MF3jlOfǬu_$r["| Chεacmj@Q*sgЂ8İ>! YCH%Lt~a!xPJ[Vln[s}і]a!p+vٛ[=/m3Vy%fôJc :tS %pB %܈}/M.&.WA>zHnƵ9npo#S6%8g/>r d TtV@][=pL@$AWw骚NZ8^c-ʶ$] 1 tw`QlR"* ?*"|E)D͸I8Sf^+ *H|&S ' =my 9(NxHTH%ŜöL_'mc49C'%s@TѺ%,, $p7\SYA.'F DD?PgURk"YQBy""^g5`9Y~jcޮ}X4=Uiz$z D\P$5BlL wy˔2U/A: '3Ʌ, 0lC}H@E>G%uh~;1?_cٽ.re.:/a >Qv\fZ)Mܹm+8 ?O{H<'?z8>Sz1$[l\ierH%l8~^O=:ܻ )6${I Jd~ؐ su?IlA-ͅd~ LkD\>w 9&n ܲ2j{ӳY~RaZ{#`Qְ}#>3K I} [ UCjhU`EW=.Y?3 -"j6F8EB(HϫyK#ڇhQ;N~~ 1v8adyE;뻃HX 4pVNjKIj{+^&d桝b$~yپr:Ճ*#ﳒ//fd;!$` w\DI+c(SJGePAABRBP1ذ峼WTʛ e]xfD`(F MxS~:4E&vrǮȾR6 q9~ԽqP&MwhxgB`BنڔD̨6&Y$E9n'en UL9#`wgOQ'uA |".H~eV"uK^VQ}͝@Z w`ZÅraI>$uӎ&l Ety75_jj ġcf;4) nYb Pt0'#/?h )2^[Ц 0a_H -1ȶ? ׮Iy24;:5sJF|( jZΘnShꉒ [_ !ڌڲղ>u퉳Loq*SBel …)N顋?iH:5 ydF_TJdmYӻ^q+J !UPo/6g ^ _4xKCTU%فd'oq^*7ӓ́eZw˕13p` PM,QB_KP1i(l>L-'oɬ_1kd*2Ğ" t?^'Tu5!ҫhtiK11t?yE kZ vC\MA:s",iO+ʬow'U8Ȫb2她ࣧZ8}z? 0lYvW#s8EZ]KxjP lZv+2MJ{l6r%+d+e}Gs(P B+%J!Oݬ\ (O^S팣Y?mM]bYE0aӖyN5 yՐA^٪z~ QU>X ϙc[kBx>gH/Ȼ{k mži^|BhX**fFFsLY%p{rMF+\q0,5p2A% dMdf kވf~Z68A? beU`׈ɘ#VL}Q,p9{}zKx:GQc.! ̘ZǗtͻ V Nl0-(jGKkscTMaU ;*J+u(YCU):n-N j ߿,x4 H0OKޣ:ɷTpҾAL M^P1eс/`*%.p+"PUzFpW_#1"*]aF4,B6f$A?xׄ(ot "`dIjqV1{K!@e޴;BwUGwbz5q79UH32V|ٯ}Q(U@9]&8DYE:8H^A>h7%jL`3{)*cގazP# ]Po^3&Q kЮ ,yˆ"X%R{ ``LxjE>؎\L{& =~,`Mj"q;roܺ廩o}#fDT-8ƒ6R~gޚi/`WU\ K)D?8S``Rr;c:HyBCVοwͳ__%Gj%Z[(`۟=pS6R?!7ĥ{(O: +1E0=p, BW K١A,i'i 7.}j?m([ȪS5L%L B=hjjJN <(+a";An71`#8݃]Zvn4{h!؂Î.l gl1ȫ{k%tiX<]S{G[9WY}-}[mku ϩbi/-;s`-dV T;.o;h3.faG R6tn[w K J̀ ؆%H,RUBam\ 1%ȥċ CR&jG(ţ O:13\]4?d[NzXHPM =/a7x+xNY+8'\?z^Ն--b%N#H; 1NE{/bi]BulA~*խ߫82i5 +I .QA|?_޻4n^.ǽl!qu6O*jDCqԭ ;ctS坶UߛmL}j9׼ rv]y\zإ#f[ܵ mKER,o;Fp)2͍yLN CK9ǕL ½u%P#Hr n !=])XPrv۱=^D9<C;+g a` =}xIϨe2^/nB!U<9@p#P{-!Z`ܹjEnΰ(Vem^N}t_C.*FnGw7 fu<ٲEFjA&ҧĽ}5A- .d;>{~ᕭ|É̸\* x3M(Iь+9fք|f`* ˏ's@K/ja*{0ercwFO.δ-b)wn&eHXx*̧gMZ렯r.mKflxjDuLJ@Voq 2]\HCVD eOZ aƃ ,gΤ5\\-/ U2qbkQ+?aҷt6HP1E_,4(9`d[zcG(x3X*f]|< $)d|"8m-(QXftB2]#CcjUPIx7Ҧ$.p~<*c$$u*6pVw(s,of?ygk$ZjKGLYw3`M\Jи)1ݏ`b9bw+,J2fPWEJAD Ug,BgrH:́nǎzw}j=5c=z2٩KsL̝@#c <,qu|GS:ktش1Zƹ>W+9Vz{%i]eCU/Gu\lc_7z! -QUqK+7k<? .\ȵmSq}7[R: ?H/a#0GFQQ'{)yT%=fG"]޶B9ikn9/! ݶOL1H`?ƯjF> jXS=XYzݘsp#wXgBjPO`^AM @D @yRȞ@~ĺB4})S0fPC:ZzTx2]zlxhɟ 4۝|Rw$:XUX"Ӌ8+&7O?,&vc5e;,b[IfjԼ, Gl`u!kWK 2pYmn-h©gz8Rq9K]k>5[w}KܳI@19gZgn SnnuOk23Kff"I Yp$ D*Aİ Ǖ)\}8o %j+ ni]ι[W H$\&VoaǗd׿UL}b,>H6ƓrW`4ڠSZJC-yV $-:L!džҙ>SXN7']CXͅ[Odv;x0+.8X$CaJb&v.t9 gaÃݤ3LfM8Th|)uZR~`&irCֆ8A[,p_]3TP)PG;:myc\>W4 if)^|ʖV G8˭5m7ܽѽiI*UEb!2K2OKPsS ])nf? 5p$_PT1`ҐVI`5' 6T !j]D>V!a A>ֈLaX}0}e-@=Ua9"/:% ǩLby ~=(dzo>ɿފmB1/؆κX|:U13jc5#cqr*O•F ~#J;v|4Mu@(kЭ5fţ,J{ Z"݄^>-o6=PMQqP/pUKҸm_.;#3u'oG$и`OBubov)#ꟙ9g-Kԏ?-@si=\2*aQWb\f)]Diqc/rdD5$kaZ X1;dKqK}l'O+6b|vRto6e$h7)jŃ@I}ݣ_dCQpt8χZ 6;`N_h*mj9ՂYCQ=zT*W [ّwQHB⿓WQdgT9gel0o]bv;n:W̤'oP/6 {EW@ZI]ﶼN<# wz իLݙ7mMK8:C-{7eN>;k4_ʹS,Qx*\#K~}jNZODn9+Yp:ztBdq/S BTJ^(}jÒ645h:YQ_yH=ŬūKz]0ҳ=wA6_z4<lݍ+PZ'݌Ug56iH?kA^Un=@OL|0E+I2)=6կY04HnOYB~MYKa|TZJjFCژOY^k0-Cͷeutjdhb0](/g%KrOB~6O;X , JK>Tkسr *$\{4k룜*XdvQ;L#dͬL`/>7jhJ dz^ A;' lԚ?~_e*xqsp E;fTӇ/N+y̨eulk#qr=D=z+<F}' +6A`E\%DM~EQA7 ?6ARBkf-:6 ϒVKxY6 *J666qĊ.$d9xypVh82&>% oeŨN$@Q;#% *A0+Q9bxP2Eh DraDWz8?eeH0h3AOzrl}ޠ >8x" 3)x<;+f!;3w'ݮXT4ͅnUq`o |r! {(k[6WJpUr4[n[nea{WG-*~e64GJ yȕsz$gqyږ_~cAs\L'2"ʦ5( Hn/I^[OV6|)[ui~ۘJ2<] ?صJ,#ʳ~{xՁm*ަ!_ kRZd8Eb jmzůT'~ c2Q0)/;>_15\BO? ^4JOƧo0W8=qtșU(un8rd˱Mpn&HN^31Ap%IyDJi({b6YnXrڗH}Z8}!JtRǃ|g!Xiu<ɳ[ l֠-'o]ApDPutmSԯॶ~GWx¾~I#ofI:zuZ&` }~WZoP2:#A_bʜNjZ\`0cNZ6BgxBi҃5f<_&j)e1ZRzas!±)R[X#Ŷ:'Vʾ&J.ȯoP9Af_? ~XTdX.;KԦd!9 /{4 xͪZ8^= K#H-4Fu{4 O !>{B]rvg=¢'C'\kDtۡ 7P |RDS K|o-juf(1K `_9y+{4Vf1:=Xi}] s|=a xF*+ &X$&jZ[弞oax&CPbI0>(wAplޫZQcoM~?y$>6:Be42=(pX2mjQ_Uن5FU# 8WrT YA;xx`D/T5K}pCA%Dw#gWg^uΆ1VF@p&Xˑw-V^sqT\-fplfw,|ptƖzuxz&nuGb P F伀~vr/1F8Bi9R;۩&[RyY3m?#G(~oEx4KsRR~+?r d@[ChMZ6"txpV#aYW˸t?>9vl1 ,4/zvP2 }5r ˈ0<#Ԑ@ډUKx2 }Nx0(t"$'|[.hYԅY몘GL<1eGYP5Q6&$e$nPa}j@ѫo[HX awt|%V7so4/,=_gF#[FQKZH;ŏ˔R;0NZL`l甭,1tZf :La[XbT1N,ҿ6 X4'ˀAnł ?EnڷƓ}tVSиD%Q()>9f`<[yn[ek}^tx%/RQ2ٳ>ډ/J !%[(5J!Q ٿS;YQIpYo,v1mk.<RG=#<O2 o 2\gdV4B2wn[**=ߎ3=2Ow(0n>/nni8|PqDi5kww1ߋQHmL,# q %.[HtfT% L'l>7V=n-cD}0I&ꂉM&l٩RB"p,(wa]2Oe *?ޮiY/~c5/݆1meHqXA*&C@ݠ,](#b7Aqc6}b/2qop%Y,~#zQ>!]vh9aď "%@xhmR4hZsRYgQ[Sh{^Մg.jUtK(2gپ )IɦUYq3Ju s+}ɱM#\ 0,Iök 7hv_ 4od>VkЂp|Vm[we:<˙AVl@ZQiZK/TG6n×BɿBW:0r8T8_'jb!n̮]`+&V^6ǡCE0u_|?ј6x6z`x:9-cfIއ jUgEJXQe-j4 ұqh`PsRc"x]&Eǫy 7~h7NNU8i? ^ɳx J!7~ej$K9m-5Q5׷o, U^;.Z=NT[z]nfCKA*# zڔfPj:gv¦j̼KP#uqv4n弸3AvdpY`wQ PK UL/% TvjI/z%m;PL_/ۘD({:sO AejHw{E^ ˜샅Nd%חNiZ7h|D4U'trNzBnq@F#S6{7%so<'5-0H(#PfJp][j1Mru94(jRߵ˃p~<=ilK3N#⫿כLGq i\?kh*ְZmU5&OevN?~fl:6,hh!fC\Vk)2=Nh ܒE~ KLY3 ϓnȡd!43,_:q0 5tgQ|BXbu^Zdb8JKW \ɓ[t'sr .+0K) Xy5IlH*\!m[OWJ `|ȗ0[`?=2dHU"wЁE@'Y5Lfft?/+gUim矠# 5e/t?Ye /%]1Cz Q t _d ϫbX0[q3e[dO 2?$i>;*e6'Z! PR s 9#6?L;@5SrxDyUϭD? +hD/gSO@cTs)o!D]Kn`!rö]W_iaxK|o:d|vEd @f8BVap%Opy/9B[n/RuTG?c9}-֢K*>IE)%43&=JyGdD5-օz=Q$.iF71amZ+o s5l[U7הcz\(ܫy;-ΘN`F*K (  YZ