libtiff5-4.0.9-150000.45.19.1 >  A ct_p9|'}J$,2E>Glq=N:^G41+ȋ * @$j8koBIO0͡~g6R|yG~aQBveO?G? Kݽt@5nIluu[|Æ8Et1t]y7S5t.t,LM[f9mt T3тr"7 C+Y3/EpnE I֞ýV~r÷! !y|'3]ϭ R\6 Vm${v(ny2o7FBNU!Zpī̬nz I(hAG 51{kdS7z\ vp@?d   U 5V[ q    `  @(8(.9.: .>@FGHI0X8YL\]^bMcdmerfulwuvwx(yHzClibtiff54.0.9150000.45.19.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.ct&nebbiolo '7SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxppc64le z @mA큤ctctctctct%7)O@ctd3470d6e9bdc5fbaa83688c29e091c8e12eb78c837ea943e8a732efd5bbdc2a09e8bddeb9217d38ea3c6d1f9acc380e2fa892e2e01000f1dc58b6c60c945d240fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.19.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.1cp@cMCbc@b@by@bu bu aZ@]µ]µ\b@\X)@\Q[[k@[k@[$@[t[{@[)[)Z@ZZ ZZ;@Z@YI@XۡX@Xx@XWXWX=mWint32 conversion (when refBlackWhite[0] == 2147483648.f) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1907 + libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(), and use it in TIFFReadDirectory() so as to ignore fields whose tag is a codec-specified tag but this codec is not enabled. This avoids TIFFGetField() to behave differently depending on whether the codec is enabled or not, and thus can avoid stack based buffer overflows in a number of TIFF utilities such as tiffsplit, tiffcmp, thumbnail, etc. Patch derived from 0063-Handle-properly-CODEC-specific-tags.patch (http://bugzilla.maptools.org/show_bug.cgi?id=2580) by Raphaël Hertzog. Fixes: http://bugzilla.maptools.org/show_bug.cgi?id=2580 http://bugzilla.maptools.org/show_bug.cgi?id=2693 http://bugzilla.maptools.org/show_bug.cgi?id=2625 (CVE-2016-10095, bsc#1017690) http://bugzilla.maptools.org/show_bug.cgi?id=2564 (CVE-2015-7554, bsc#960341) http://bugzilla.maptools.org/show_bug.cgi?id=2561 (CVE-2016-5318, bsc#983436) http://bugzilla.maptools.org/show_bug.cgi?id=2499 (CVE-2014-8128, bsc#969783) http://bugzilla.maptools.org/show_bug.cgi?id=2441 http://bugzilla.maptools.org/show_bug.cgi?id=2433 + libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not do the #ifdef TIFFSwabXXX checks. Make it easier for GDAL to rename the symbols of its internal libtiff copy. + libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 in ChopUpSingleUncompressedStrip() regarding update of newly single-strip uncompressed files whose bytecount is 0. Before the change of 2016-12-03, the condition bytecount==0 used to trigger an early exit/disabling of strip chop. Re-introduce that in update mode. Otherwise this cause later incorrect setting for the value of StripByCounts/StripOffsets. (https://trac.osgeo.org/gdal/ticket/6924) + libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of items read in StripOffsets/StripByteCounts tags to the number of strips to avoid excessive memory allocation. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2215 + libtiff/tif_getimage.c: avoid many (harmless) unsigned int overflows. + libtiff/tif_fax3.c: avoid unsigned int overflow in Fax3Encode2DRow(). Could potentially be a bug with huge rows. + libtiff/tif_jpeg.c: avoid (harmless) unsigned int overflow on tiled images. + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() and BYTECOUNTLOOKSBAD when file is too short. + libtiff/tif_predict.c: decorate legitimate functions where unsigned int overflow occur with TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() + libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to disable CLang warnings raised by - fsanitize=undefined,unsigned-integer-overflow + libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessive CPU consumption on progressive JPEGs with a huge number of scans. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf Note: only affects libtiff since 2014-12-29 where support of non-baseline JPEG was added. + libtiff/tif_jpeg.c: error out at decoding time if anticipated libjpeg memory allocation is above 100 MB. libjpeg in case of multiple scans, which is allowed even in baseline JPEG, if components are spread over several scans and not interleavedin a single one, needs to allocate memory (or backing store) for the whole strip/tile. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf This limitation may be overriden by setting the LIBTIFF_ALLOW_LARGE_LIBJPEG_MEM_ALLOC environment variable, or recompiling libtiff with a custom value of TIFF_LIBJPEG_LARGEST_MEM_ALLOC macro. + libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2706 (CVE-2017-9936, bsc#1046073) + libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that a double value can fit in a float before casting. + libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, libtiff/tif_read.c: make TIFFReadScanline() works in CHUNKY_STRIP_READ_SUPPORT mode with JPEG stream with multiple scans. Also make configurable through a LIBTIFF_JPEG_MAX_ALLOWED_SCAN_NUMBER environment variable the maximum number of scans allowed. Defaults to 100. + libtiff/tif_read.c: TIFFFillTile(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation (similarly to what was done for TIFFFileStrip() on 2017-05-10) + libtiff/tif_getimage.c: use _TIFFReadEncodedStripAndAllocBuffer(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2708 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2433 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() function, variant of TIFFReadEncodedStrip() that allocates the decoded buffer only after a first successful TIFFFillStrip(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX() functions associated with LONG8/SLONG8 data type, replace assertion that the file is BigTIFF, by a non-fatal error. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2712 + libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc to tif_rawdataloaded when it is set. Similarly to TIFFStartStrip(). This issue was revealed by the change of 2017-06-30 in TIFFFileTile(), limiting the number of bytes read. But it could probably have been hit too in CHUNKY_STRIP_READ_SUPPORT mode previously. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2454 + libtiff/tif_error.c, tif_warning.c: correctly use va_list when both an old-style and new-style warning/error handlers are installed. Patch by Paavo Helde (sent on the mailing list) + libtiff/tif_getimage.c: use _TIFFReadTileAndAllocBuffer(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2470 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedTileAndAllocBuffer() and _TIFFReadTileAndAllocBuffer() variants of TIFFReadEncodedTile() and TIFFReadTile() that allocates the decoded buffer only after a first successful TIFFFillTile(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_pixarlog.c: avoid excessive memory allocation on decoding when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2554 + libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZW compressed files. + libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZW strips. Crashing issue only on memory mapped files, where the strip offset is the last byte of the file, and the file size is a multiple of one page size on the CPU architecture (typically 4096) + libtiff/tif_dir.c: avoid potential null pointer dereference in _TIFFVGetField() on corrupted TIFFTAG_NUMBEROFINKS tag instance. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2713 + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile(). Complementary fix for http://bugzilla.maptools.org/show_bug.cgi?id=2708 in the isMapped() case, so as to avoid excessive memory allocation when we need a temporary buffer but the file is truncated. + libtiff/tif_read.c: in TIFFFetchStripThing(), only grow the arrays that hold StripOffsets/StripByteCounts, when they are smaller than the expected number of striles, up to 1 million striles, and error out beyond. Can be tweaked by setting the environment variable LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT. This partially goes against a change added on 2002-12-17 to accept those arrays of wrong sizes, but is needed to avoid denial of services. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2350 + libtiff/tif_read.c: add protection against excessive memory allocation attempts in TIFFReadDirEntryArray() on short files. Effective for mmap'ed case. And non-mmap'ed case, but restricted to 64bit builds. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2675 (CVE-2017-12944, bsc#1054594) + libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2683 + libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate(): properly break from loops on error when stoponerr is set, instead of going on iterating on row based loop. + libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped pixel number is not a multiple of the horizontal subsampling, and also in some other cases. Impact putcontig8bitYCbCr44tile, putcontig8bitYCbCr42tile, putcontig8bitYCbCr41tile, putcontig8bitYCbCr21tile and putcontig8bitYCbCr12tile Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2637 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2691 + libtiff/tif_luv.c: further reduce memory requirements for temporary buffer when RowsPerStrip >= image_length in LogLuvInitState() and LogL16InitState(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2700 + libtiff/tif_dirwrite.c: replace assertion related to not finding the SubIFD tag by runtime check (in TIFFWriteDirectorySec()) Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2727 + libtiff/tif_dirwrite.c: replace assertion to tag value not fitting on uint32 when selecting the value of SubIFD tag by runtime check (in TIFFWriteDirectoryTagSubifd()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2728 + libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressed file if the codestream height is larger than the truncated height of the strip. Emit a warning in this situation since this is non compliant. + libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK() function that checks if the offset is not bigger than INT64_MAX, so as to avoid a -1 error return code of TIFFSeekFile() to match a required seek to UINT64_MAX/-1. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2726 + libtiff/tif_dirread.c: add NULL check to avoid likely false positive null-pointer dereference warning by CLang Static Analyzer. + libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExt Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2735 + libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 that honours max_memory_to_use > 0. Cf https://github.com/libjpeg-turbo/libjpeg-turbo/issues/162 + libtiff/tif_getimage.c: avoid floating point division by zero in initCIELabConversion() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3733 * Changes in the tools: + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + tools/tiffset.c: fix setting a single value for the ExtraSamples tag (and other tags with variable number of values). So 'tiffset -s ExtraSamples 1 X'. This only worked when setting 2 or more values, but not just one. + tools/fax2tiff.c (_FAX_Client_Data): Pass FAX_Client_Data as the client data. This client data is not used at all at the moment, but it makes the most sense. Issue that the value of client_data.fd was passed where a pointer is expected. + tools/tiff2pdf.c (t2p_sample_realize_palette): Fix possible arithmetic overflow in bounds checking code and eliminate comparison between signed and unsigned type. + tools/tiff2bw.c (main): Free memory allocated in the tiff2bw program. This is in response to the report associated with CVE-2017-16232, bsc#1069213 but does not solve the extremely high memory usage with the associated POC file.- Upgrade to upstream release 4.0.8 * libtiff/tif_getimage.c, libtiff/tif_open.c + add parenthesis to fix cppcheck clarifyCalculation warnings * libtiff/tif_predict.c, libtiff/tif_print.c + fix printf unsigned vs signed formatting (cppcheck invalidPrintfArgType_uint warnings) * libtiff/tif_read.c, libtiff/tiffiop.h + fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2596 * libtiff/tif_pixarlog.c, libtiff/tif_luv.c + fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2604 * libtiff/tif_strip.c + revert the change in TIFFNumberOfStrips() done for http://bugzilla.maptools.org/show_bug.cgi?id=2587 / CVE-2016-9273 since the above change is a better fix that makes it unnecessary. * libtiff/tif_dirread.c + modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline(). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2608. * libtiff/tif_ojpeg.c + make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2611 * libtiff/tif_write.c + fix misleading indentation as warned by GCC. * libtiff/tif_fax3.h + revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. Raised by Lee Howard. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2636 * libtiff/tiffio.h, libtiff/tif_getimage.c + add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. * libtiff/tif_getimage.c + fix potential memory leaks in error code path of TIFFRGBAImageBegin(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2627 * libtiff/tif_jpeg.c + increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with "big" tile, without using libjpeg temporary files. Related to https://trac.osgeo.org/gdal/ticket/6757 * libtiff/tif_jpeg.c + avoid integer division by zero in JPEGSetupEncode() when horizontal or vertical sampling is set to 0. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2653, bsc#1033127, CVE-2017-7595 * libtiff/tif_dirwrite.c + in TIFFWriteDirectoryTagCheckedRational, replace assertion by runtime check to error out if passed value is strictly negative. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2535, bsc#1038438, CVE-2016-10371 * libtiff/tif_dirread.c + avoid division by floating point 0 in TIFFReadDirEntryCheckedRational() and TIFFReadDirEntryCheckedSrational(), and return 0 in that case (instead of infinity as before presumably) Apparently some sanitizers do not like those divisions by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2644, bsc#1033118, CVE-2017-7598 * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c + implement various clampings of double to other data types to avoid undefined behaviour if the output range isn't big enough to hold the input value. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2643 http://bugzilla.maptools.org/show_bug.cgi?id=2642 http://bugzilla.maptools.org/show_bug.cgi?id=2646 http://bugzilla.maptools.org/show_bug.cgi?id=2647, bsc#1033126, CVE-2017-7596, bsc#1033120, CVE-2017-7597, bsc#1033113, CVE-2017-7599, bsc#1033112, CVE-2017-7600, * libtiff/tif_jpeg.c + validate BitsPerSample in JPEGSetupEncode() to avoid undefined behaviour caused by invalid shift exponent. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2648, bsc#1033111, CVE-2017-7601 * libtiff/tif_read.c + avoid potential undefined behaviour on signed integer addition in TIFFReadRawStrip1() in isMapped() case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2650, bsc#1033109, CVE-2017-7602 * libtiff/tif_getimage.c + add explicit uint32 cast in putagreytile to avoid UndefinedBehaviorSanitizer warning. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2658, bsc#1033131, CVE-2017-7592 * libtiff/tif_read.c + TIFFReadBufferSetup(): use _TIFFcalloc() to zero initialize tif_rawdata. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2651, bsc#1033129, CVE-2017-7593 * libtiff/tiffio.h, tif_unix.c, tif_win32.c, tif_vms.c + add _TIFFcalloc() * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c + return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2130 * libtiff/tif_ojpeg.c + fix leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable when read fails. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2659, bsc#1033128, CVE-2017-7594 * libtiff/tif_jpeg.c + only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). * libtiff/tif_lzw.c + in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=1982 * libtiff/tif_pixarlog.c + fix memory leak in error code path of PixarLogSetupDecode(). Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2665 * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c + fix GCC 7 -Wimplicit-fallthrough warnings. * libtiff/tif_dirread.c + fix memory leak in non DEFER_STRILE_LOAD mode (ie default) when there is both a StripOffsets and TileOffsets tag, or a StripByteCounts and TileByteCounts Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2689, bsc#1042805, CVE-2017-9403) * libtiff/tif_ojpeg.c + fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2670 * libtiff/tif_fax3.c + avoid crash in Fax3Close() on empty file. Patch by Alan Coopersmith + complement by myself. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2673 * libtiff/tif_read.c + TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c + fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. Should especially occur on 32 bit platforms. * libtiff/tif_read.c + TIFFFillStripPartial() + avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). This avoids reading beyond tif_rawdata when bytecount > tif_rawdatasize. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1545. Credit to OSS-Fuzz * libtiff/tif_color.c + avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1533 Credit to OSS-Fuzz * libtiff/tif_pixarlog.c, tif_luv.c + avoid potential int32 overflows in multiply_ms() and add_ms(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1558 Credit to OSS-Fuzz * libtiff/tif_packbits.c + fix out-of-buffer read in PackBitsDecode() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1563 Credit to OSS-Fuzz * libtiff/tif_luv.c + LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_lzw.c + update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. * libtiff/tif_pixarlog.c + PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. But untested... * libtiff/tif_getimage.c + initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1663 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_getimage.c + initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. To avoid invalid float->int32 conversion. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1718 Credit to OSS Fuzz * tools/fax2tiff.c (main) + Applied patch by Joerg Ahrens to fix passing client data for Win32 builds using tif_win32.c (USE_WIN32_FILEIO defined) for file I/O. Patch was provided via email on November 20, 2016. * tools/tiffcp.c + avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2598 * tools/tiffcrop.c + fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2620 * tools/tiffcrop.c + add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2621 * tools/tiffcrop.c + fix integer division by zero when BitsPerSample is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2619 * tools/tiffinfo.c + fix null pointer dereference in -r mode when the image has no StripByteCount tag. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2594 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2597 * tools/tif_dir.c + when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2599 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2607 * tools/tiffcp.c + fix uint32 underflow/overflow that can cause heap-based buffer overflow. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2610 * tools/tiffcp.c + replace assert( (bps % 8) == 0 ) by a non assert check. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2605 * tools/tiff2ps.c + fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2633 and http://bugzilla.maptools.org/show_bug.cgi?id=2634. * tools/tiff2pdf.c + prevent heap-based buffer overflow in -j mode on a paletted image. Note: this fix errors out before the overflow happens. There could probably be a better fix. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2635 * tools/tiff2pdf.c + fix wrong usage of memcpy() that can trigger unspecified behaviour. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2638 * tools/tiff2pdf.c + avoid potential invalid memory read in t2p_writeproc. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2639 * tools/tiff2pdf.c + avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2640 * tools/tiffcrop.c + remove extraneous TIFFClose() in error code path, that caused double free. Related to http://bugzilla.maptools.org/show_bug.cgi?id=2535 * tools/tiffcp.c + error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2656 and http://bugzilla.maptools.org/show_bug.cgi?id=2657 * tools/raw2tiff.c + avoid integer division by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2631 * tools/tiff2ps.c + call TIFFClose() in error code paths. * tools/fax2tiff.c + emit appropriate message if the input file is empty. Patch by Alan Coopersmith. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2672 * tools/tiff2bw.c + close TIFF handle in error code path. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2677 * Other issues fixed: + bsc#1042804, CVE-2017-9404 * CVE-2016-10092, CVE-2016-10093, CVE-2016-10094 [bsc#1017693] - Removed patches: * tiff-4.0.7-CVE-2015-7554.patch * tiff-4.0.7-CVE-2017-5225.patch * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch * tiff-CVE-2016-10266.patch * tiff-CVE-2016-10267.patch * tiff-CVE-2016-10268.patch * tiff-CVE-2016-10269.patch * tiff-CVE-2016-10270.patch * tiff-CVE-2016-10271.patch * tiff-CVE-2016-10272.patch + Fixed upstream- Added patches: * tiff-CVE-2016-10266.patch + Upstream fix for CVE-2016-10266, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031263) * tiff-CVE-2016-10267.patch + Upstream fix for CVE-2016-10267, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031262) * tiff-CVE-2016-10268.patch + Upstream fix for CVE-2016-10268, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031255) * tiff-CVE-2016-10269.patch + Upstream fix for CVE-2016-10269, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031254) * tiff-CVE-2016-10270.patch + Upstream fix for CVE-2016-10270, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031250) * tiff-CVE-2016-10271.patch + Upstream fix for CVE-2016-10271, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read and buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031249) * tiff-CVE-2016-10272.patch + Upstream fix for CVE-2016-10272, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031247)- Added patch: * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch - Fix a regression introduced in 4.0.7 (bsc#1022103) - http://bugzilla.maptools.org/show_bug.cgi?id=2636- Added patch: * tiff-4.0.7-CVE-2017-5225.patch - Upstream fix for CVE-2017-5225, bsc#1019611: heap buffer overflow in tools/tiffcp via a crafted BitsPerSample value- Drop --with-pic, this is only for static libs (which are not built) - Update descriptions- Update homepage- Upgrade to upstream release 4.0.7 * libtiff/tif_aux.c + Fix crash in TIFFVGetFieldDefaulted() when requesting Predictor tag and that the zip/lzw codec is not configured. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2591 * libtiff/tif_compress.c + Make TIFFNoDecode() return 0 to indicate an error and make upper level read routines treat it accordingly. (linked to the test case of http://bugzilla.maptools.org/show_bug.cgi?id=2517) * libtiff/tif_dir.c + Discard values of SMinSampleValue and SMaxSampleValue when they have been read and the value of SamplesPerPixel is changed afterwards (like when reading a OJPEG compressed image with a missing SamplesPerPixel tag, and whose photometric is RGB or YCbCr, forcing SamplesPerPixel being 3). Otherwise when rewriting the directory (for example with tiffset, we will expect 3 values whereas the array had been allocated with just one), thus causing a out of bound read access. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) * libtiff/tif_dirread.c + In TIFFFetchNormalTag(), do not dereference NULL pointer when values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are 0-byte arrays. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2593 (regression introduced by previous fix done on 2016-11-11 for CVE-2016-9297, bsc#1010161). Assigned as CVE-2016-9448, bsc#1011103 + In TIFFFetchNormalTag(), make sure that values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are null terminated, to avoid potential read outside buffer in _TIFFPrintField(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2590 (CVE-2016-9297, bsc#1010161) + Initialize doubledata at line 3693 to NULL to please MSVC 2013 + Prevent reading ColorMap or TransferFunction if BitsPerPixel > 24, so as to avoid huge memory allocation and file read attempts + Reject images with OJPEG compression that have no TileOffsets/StripOffsets tag, when OJPEG compression is disabled. Prevent null pointer dereference in TIFFReadRawStrip1() and other functions that expect td_stripbytecount to be non NULL. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2585 + When compiled with DEFER_STRILE_LOAD, fix regression, when reading a one-strip file without a StripByteCounts tag. + Workaround false positive warning of Clang Static Analyzer about null pointer dereference in TIFFCheckDirOffset(). * libtiff/tif_dirwrite.c + Avoid null pointer dereference on td_stripoffset when writing directory, if FIELD_STRIPOFFSETS was artificially set for a hack case in OJPEG case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) + Fix truncation to 32 bit of file offsets in TIFFLinkDirectory() and TIFFWriteDirectorySec() when aligning directory offsets on an even offset (affects BigTIFF). * libtiff/tif_dumpmode.c + DumpModeEncode() should return 0 in case of failure so that the above mentionned functions detect the error. * libtiff/tif_fax3.c + remove dead assignment in Fax3PutEOLgdal(). * libtiff/tif_fax3.h + make Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. * libtiff/tif_getimage.c + Fix out-of-bound reads in TIFFRGBAImage interface in case of unsupported values of SamplesPerPixel/ExtraSamples for LogLUV/CIELab. Add explicit call to TIFFRGBAImageOK() in TIFFRGBAImageBegin(). Fix CVE-2015-8665 and CVE-2015-8683. + Fix some benign warnings which appear in 64-bit compilation under Microsoft Visual Studio of the form "Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value." + TIFFRGBAImageOK: Reject attempts to read floating point images. * libtiff/tif_luv.c + Fix potential out-of-bound writes in decode functions in non debug builds by replacing assert()s by regular if checks (http://bugzilla.maptools.org/show_bug.cgi?id=2522). Fix potential out-of-bound reads in case of short input data. + Validate that for COMPRESSION_SGILOG and PHOTOMETRIC_LOGL, there is only one sample per pixel. Avoid potential invalid memory write on corrupted/unexpected images when using the TIFFRGBAImageBegin() interface * libtiff/tif_next.c + Fix potential out-of-bound write in NeXTDecode() (http://bugzilla.maptools.org/show_bug.cgi?id=2508) * libtiff/tif_pixarlog.c + Avoid zlib error messages to pass a NULL string to %s formatter, which is undefined behaviour in sprintf(). + Fix out-of-bounds write vulnerabilities in heap allocated buffers. Reported as MSVR 35094. + Fix potential buffer write overrun in PixarLogDecode() on corrupted/unexpected images (CVE-2016-5875, bsc#987351) + Fix write buffer overflow in PixarLogEncode if more input samples are provided than expected by PixarLogSetupEncode. Idea based on libtiff-CVE-2016-3990.patch from libtiff-4.0.3-25.el7_2.src.rpm, but with different and simpler check. (http://bugzilla.maptools.org/show_bug.cgi?id=2544, bsc#975069) * libtiff/tif_predict.c + PredictorSetup: Enforce bits-per-sample requirements of floating point predictor (3). Fixes CVE-2016-3622 "Divide By Zero in the tiff2rgba tool." (bsc#974449) * libtiff/tif_predict.h, libtiff/tif_predict.c + Replace assertions by runtime checks to avoid assertions in debug mode, or buffer overflows in release mode. Can happen when dealing with unusual tile size like YCbCr with subsampling. Reported as MSVR 35105. * libtiff/tif_read.c + Fix out-of-bounds read on memory-mapped files in TIFFReadRawStrip1() and TIFFReadRawTile1() when stripoffset is beyond tmsize_t max value (bsc#990460, CVE-2016-6223) + Make TIFFReadEncodedStrip() and TIFFReadEncodedTile() directly use user provided buffer when no compression (and other conditions) to save a memcpy(). * libtiff/tif_strip.c + Make TIFFNumberOfStrips() return the td->td_nstrips value when it is non-zero, instead of recomputing it. This is needed in TIFF_STRIPCHOP mode where td_nstrips is modified. Fixes a read outsize of array in tiffsplit (or other utilities using TIFFNumberOfStrips()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2587 (CVE-2016-9273, bsc#1010163) * libtiff/tif_write.c + Fix issue in error code path of TIFFFlushData1() that didn't reset the tif_rawcc and tif_rawcp members. I'm not completely sure if that could happen in practice outside of the odd behaviour of t2p_seekproc() of tiff2pdf). The report points that a better fix could be to check the return value of TIFFFlushData1() in places where it isn't done currently, but it seems this patch is enough. Reported as MSVR 35095. + Make TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() directly use user provided buffer when no compression to save a memcpy(). + TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() should return -1 in case of failure of tif_encodestrip() as documented * tools/fax2tiff.D c + Fix segfault when specifying -r without argument. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2572 * tools/Makefile.am + The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden. * tools/rgb2ycbcr.c + Validate values of -v and -h parameters to avoid potential divide by zero. Fixes CVE-2016-3623, bsc#974618 (http://bugzilla.maptools.org/show_bug.cgi?id=2569) * tools/tiff2bw.c + Fix weight computation that could result of color value overflow (no security implication). Fix http://bugzilla.maptools.org/show_bug.cgi?id=2550. * tools/tiff2pdf.c + Avoid undefined behaviour related to overlapping of source and destination buffer in memcpy() call in t2p_sample_rgbaa_to_rgb() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2577 + Fix out-of-bounds write vulnerabilities in heap allocate buffer in t2p_process_jpeg_strip(). Reported as MSVR 35098. + Fix potential integer overflows on 32 bit builds in t2p_read_tiff_size() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2576 + Fix read -largely- outsize of buffer in t2p_readwrite_pdf_image_tile(), causing crash, when reading a JPEG compressed image with TIFFTAG_JPEGTABLES length being one. Reported as MSVR 35101. CVE-2016-9453, bsc#1011107 + Fix write buffer overflow of 2 bytes on JPEG compressed images. Reported as TALOS-CAN-0187, CVE-2016-5652, bsc#1007280. Also prevents writing 2 extra uninitialized bytes to the file stream. * tools/tiff2rgba.c + Fix integer overflow in size of allocated buffer, when -b mode is enabled, that could result in out-of-bounds write. Based initially on patch tiff-CVE-2016-3945.patch from libtiff-4.0.3-25.el7_2.src.rpm, with correction for invalid tests that rejected valid files. (http://bugzilla.maptools.org/show_bug.cgi?id=2545, bsc#974614) * tools/tiffcp.c + Fix out-of-bounds write on tiled images with odd tile width vs image width. Reported as MSVR 35103. (bsc#1011841, CVE-2016-9538) + Fix read of undefined variable in case of missing required tags. Found on test case of MSVR 35100. * tools/tiffcrop.c + Avoid access outside of stack allocated array on a tiled separate TIFF with more than 8 samples per pixel. (CVE-2016-5321, CVE-2016-5323, http://bugzilla.maptools.org/show_bug.cgi?id=2558, http://bugzilla.maptools.org/show_bug.cgi?id=2559, bsc#984813, bsc#984815) + Fix memory leak in (recent) error code path. Fixes Coverity 1394415. + Fix multiple uint32 overflows in writeBufferToSeparateStrips(), writeBufferToContigTiles() and writeBufferToSeparateTiles() that could cause heap buffer overflows. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2592 + Fix out-of-bound read of up to 3 bytes in readContigTilesIntoBuffer(). Reported as MSVR 35092. + Fix out-of-bounds write in loadImage(). From patch libtiff-CVE-2016-3991.patch from libtiff-4.0.3-25.el7_2.src.rpm (http://bugzilla.maptools.org/show_bug.cgi?id=2543, bsc#975070) + Fix read of undefined buffer in readContigStripsIntoBuffer() due to uint16 overflow. Reported as MSVR 35100. (bsc#1011841, CVE-2016-9538) + Fix various out-of-bounds write vulnerabilities in heap or stack allocated buffers. Reported as MSVR 35093, MSVR 35096 and MSVR 35097. + readContigTilesIntoBuffer: Fix signed/unsigned comparison warning. * tools/tiffdump.c + Fix a few misaligned 64-bit reads warned by -fsanitize + ReadDirectory: Remove uint32 cast to_TIFFmalloc() argument which resulted in Coverity report. Added more mutiplication overflow checks * tools/tiffinfo.c + Fix out-of-bound read on some tiled images. (http://bugzilla.maptools.org/show_bug.cgi?id=2517) + TIFFReadContigTileData: Fix signed/unsigned comparison warning. + TIFFReadSeparateTileData: Fix signed/unsigned comparison warning. - Removed patches: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch * tiff-4.0.6-CVE-2015-8782.patch * tiff-4.0.6-CVE-2016-3186.patch * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Fixed in the upsteam release - Changed patch: * tiff-4.0.6-CVE-2015-7554.patch -> tiff-4.0.7-CVE-2015-7554.patch - Rediffed to the changed context- Added patches: * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Upstream fixes for MSVR 35093, MSVR 35094, MSVR 35095, MSVR 35096, MSVR 35097, MSVR 35098. * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch - Enforce bits-per-sample requirements of floating point predictor. Fixes CVE-2016-3622 [bsc#974449]- Added patches: * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch - Upstream commits to fix CVE-2016-3623 [bsc#974618], CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069], CVE-2016-3991 [bsc#975070]- Added patches: * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch - Upstream commits to fix CVE-2016-5314 [bsc#984831], CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842], CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]- Added patch: * tiff-4.0.6-CVE-2016-3186.patch - fix CVE-2016-3186: buffer overflow in gif2tiff [bsc#973340]- Added patch: * tiff-4.0.6-CVE-2015-8782.patch - fix CVE-2015-8781, CVE-2015-8782, CVE-2015-8783: Out-of-bounds writes for invalid images (upstream bug #2522) [bsc#964225]- Added patch: * tiff-4.0.6-CVE-2015-7554.patch - fix CVE-2015-7554: Out-of-bounds Write in the thumbnail and tiffcmp tools (upsteam bug #2499) [bsc#960341]- Added patch: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch - fix uninitialized memory in NeXTDecode (upstream bug #2508) [bsc#942690]- Update to version 4.0.6 * Supports CMake 2.8.9 and later. * Add missing file which wasn't being distributed, causing unit tests to fail. * Make shared/static library building configurable. * CMake reads all version information directly from configure.ac to avoid duplication of values. * CMake builds are now included in 'distcheck' target. * Autotools 'make distcheck' now tests the CMake-based build if CMake is available. * Fixes to avoid undefined behaviour of signed types (C standard compliance). * Fixes to avoid possible isses when casting to unsigned char. * Fixes to avoid undefined behaviour with shifts. * Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). * Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. * Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. * Eliminate requirement for and use of 64-bit constant values. * tiffgt : Silence glut API deprecation warnings on MacOS X. * fax2ps : Detect failure to write to temporary file. - Changes from version 4.0.5 * Support for configure/build using CMake. * Support for large (> 2GB) files under Microsoft Windows. * Configuration and building using CMake is now supported under Microsoft Windows and on Unix-type systems. * Test for and use fseeko() if it is available. This allows supporting large files on Unix-type systems with a 32-bit 'long' type and a 64-bit 'off_t' type. * tiffiop.h: Macros added to use 64-bit equivalents for all standard I/O and POSIX APIs used by libtiff and its tools which are limited to 2GB in Windows builds. Note that these 64-bit equivalents were introduced by the CRT provided with Visual Studio 2005 and if the necessary CRT is not installed on the target computer, the program will not run. The wrapper macros will not be activated unless the definition _MSC_VER is at least 1400 or __MSVCRT_VERSION__ is at least 0x800. * tif_unix.c: Updated to support large files under Microsoft Windows. This makes tif_unix.c a completely viable candidate for use under Windows (in spite of its name) if the CRT is modern enough. Please note that tif_win32.c already supported large files, but only 'tiffinfo' and 'tiffdump' made any provision to support large files under Windows. * _tiffReadProc() and _tiffWriteProc() are modified to chunk I/O to a maximum size of 2GB for extremely large I/O requests. This surmounts limitations in the Microsoft Windows read() and write() APIs (which are limited to the range of a 32-bit 'int'), and may avoid poor behavior with extremely large I/O requests on other systems. * Updated to use I/O wrapper macros from tiffiop.h in order to support large files under Microsoft Windows.- use spec-cleaner- update to 4.0.4 D tiff-4.0.3-double-free.patch D tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch D tiff-4.0.3-CVE-2013-1961.patch D erouault.2862.patch D bfriesen.2805.patch D tiff-4.0.3-CVE-2013-4232.patch D tiff-4.0.3-CVE-2013-4244.patch D erouault.2861.patch D erouault.2857.patch D erouault.2856.patch D erouault.2859.patch D tiff-4.0.3-CVE-2012-4564.patch D tiff-4.0.3-tiff2pdf-colors.patch D erouault.2876.patch D erouault.2860.patch D tiff-dither-malloc-check.patch D tiff-4.0.3-CVE-2013-1960.patch D erouault.2858.patch D tiff-handle-TIFFTAG_PREDICTOR.patch D tiff-4.0.3-CVE-2013-4231.patch D tiff-4.0.3-CVE-2013-4243.patch D erouault.2863.patch D tiff-4.0.3-test-jpeg-turbo.patch- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 bnc#914890, bnc#916925, bnc#916927 + erouault.2856.patch + erouault.2857.patch + erouault.2858.patch + erouault.2859.patch + erouault.2860.patch + erouault.2861.patch + erouault.2862.patch + erouault.2863.patch + erouault.2876.patch + bfriesen.2805.patch + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + tiff-handle-TIFFTAG_PREDICTOR.patch + tiff-dither-malloc-check.patch- build with PIE/sbin/ldconfig/sbin/ldconfignebbiolo 16685878144.0.94.0.9-150000.45.19.14.0.9-150000.45.19.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:26866/SUSE_SLE-15_Update/6d2d974e3372242b94107a2c56a19623-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]=1994bbaa20e13042d3e4fad588404a9723293af5, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea60bec551e3852db2a03013dda1debc233e3848, strippeddirectoryASCII text PRRR RRRRRR RPRRR R RR ReeI]ĎD"hůutf-82bc122f0082f1938849be6ff9309bacc40969324c543f8b3d90b42a9d80fbeda?7zXZ !t/] cr$x#GaM6|I HQͩ72xH۫ܭVxZQUg4LJ4tl Iψ6-ǃa/ު"M~yW"V ^IӨXƥ7~zoHR뻷Ioȹ2'\ʜ)$8L+^h QFꇻw 35㊆[iLr%ACҳNɺazf ~C_Pf:88|1bKQd }z15곓g&0M!d=pA%WƘG$ "NLWq."qEWwbSnstG}vٸu=عηEaDT_Pesl/Tp}iNt"xВ`qDm.7%#o\9CYM&a5[ 1E_Pq7xyNfYؿW#Q#4D$/?E~Jlue-N(Ϙ#DHYT`L m R\_WDm'eN/IRo(݇qS)Co857%H|U]kIEL@EKz W$`]s{ r,6Y.-EDo+6S Ki`6Jh [@kb"SՂ*E, ՚:f|`Ѹ<"0t4ml&Dا [>m7l|ўz4 a}L]eܦH,đ6q( +܇Z+qSc'W`[fitKhef#vdaХ2b῰ 9 }@o]!yY m7|ԦvڄD?7F+yIDww^ 쎷oWq/$}benjԋӫy܂.W≍Q>f3hvmZ  J}zxy?W.80A;G}]w,CB`WGpWP/I䲒;S=v:a:O,pKG:c@LN$9}o<1?rL"Zj=s;=<[4ԛ$Loo.`:]3Ḅ\x^Zso" # `" }@&)ij۟ }<*{ _Y<}DCU/LġF ys n*ܤL'$>=mJ_:Up3[G,ʃ%2C PVY t*kC2!$q.٠.e5fw"ЇE]]1G^4).X0 \5 3栎!s"IEJ>S^%3xE]*uh@:e89Fc&̎1Cr ;JIsoڥt5iBl uCrEo?J=§>I`r&K5*& 1s"GU\&K&_z9,V=Ҷ?OB=Q̃o qG@bHk7-bC6+my/9Zmޏ_Bn9ld_r 67u^"`JPOu~/p3|!|"_!}v'2# c $ߔ;.ta(*KXs` 2RYlU7Wm> Ahnb4擁LdeNK2$~vC$S>%;هE\Zv IHY=&Y\`tɀTOWb ]4$]cpQՑJuc@~G4V,6QCw;|~/\'&򀇌,?@0ޏTHXس¾oG}:0XI{ff|ե탛%8,^;8#`#Q>\@q_Pd7HB&ۗ0s53z;# !`-F\hӊ8wq;$] z)wa  GGRRw1!AMMUtq1 {/vd.R*Zm:z7(Y1z`%_t`͕K⇓MMGAE򛯔4;1P:XNtV8  I~h¥ר&cVJH &X%z\6$A\! }X۪9}h1}Ęʓ,$YrTk>:`$ʅPMOi_ǍisQ4D yZiPljuom,S0×O0b} N/bwCWЌ8jFy?d;K+HvGn%hNx<hVG_b(78wƟk7<9[u b3\iހ(-r;ҏ.],S_r9C=lɫ,6Ti3e+,SFd]CӻBMn§z~0p |<"#zu Ľ2970*5Nt4ɲr>]|x6gû-;jNw; V$;2et+#.}l{u|USd3[I 7`aךF`y4lLT4&% ߇Q-*x!q\Wci۵\GV'@!; ;| 9%-7ŜY~B|zᩍxΘ2$0s@<"=&Pl4C& ,^=u;AF _S{@Iı;]mJكc[G/7lBKv(T4mjA5^peC^ [ ,\*?68Ȇ(t!(a}Ua8U} OL}+/G#ã-IB5%RK}@uĚk.tY7jc|}q}6XI*FGvM 麘5@@4t a1' ),&GǦB:C!?sj|҉wVj+.˦Y*`Pe@"x3;D 9JFSPW2Tґ`-~:[Dt cv z?}8s4QGHj:C]_h;B )m6>0J{]]5.t/Nbm%?tަДs `U$(X)Ʌo#3-p1> {kHod)6avqv=%`6OjWe"~aظяY:Ӓ)g)>V".ք 49=Ѱ mfhO"v/A]Ŗr!T<<6,e 44{&iQ:/v 鐉s_qȮ΂R`\Ys8DԦJd=mwij\DW/br9F-f|i0¿ Ry5 7 S*/#BÒ? ipcNj/%KA+$4$ź0_{?k~Dʀd,WLՇrMQ?y -Q7x-X᧷w-[g.{ɧK} ][%Ú=KFW*=H-.\$g=JEI⦷e/"mrT5b@uFtai%Kے; 7գ EipC"9 cdl䋋Os#C)!O],4ьCZ gv(j9 Z /ƣt#zȭ23n xG!oPQ[/P CQ)H.k6g$Ukڠia; xb 6 t5`^ *aJ߲dZfZiySFđbwzv'T# }%n̜ |^&xE8 fg1,3G~:-!n8!=}/LA5uB+;ᆯ7E1`5SaWZ-4Uoz pBB?nl޵5eWo0gTVFRJ]ӈ6ē 웶Yjw靖J/=Ǐ &˗0;X^v6ӍW pٚ +V} U"{~uWjeO +5ukp>g%THOQt]ԃ\ ړA782rN4>ڴrץ %H7 fm%|ǹ;Gnq{/5r8NI4 > IK6&QN|J]<ʁ`Y,$2Fr{_.0kFi}?*|82 f!szFS}(~ e9}6k\~)n4:R9-F|wQze>`PQipganjr^Lk)PI?`t+ݬ?>('UwA1{L>fB맠/nk 2Ūm%Oq7(0OJKbW€ o;Q A{:aӄ$_s槰V5uyI7Cpbe04؝m.nB7,/W3V%/&, ЏN*pu?6xSD65x@@\yCg3 qj:tt%ʖN.,ؠ-`G4x]|brZEi6kӔ9O{^t4FBq~6IЫɐdA;~TCg&"2/u *'0eEpي}8PrUa 'ֶRz((*(֒feWcr7Uu'u H.zn\$aj &Vn$ݶuUqرG]lzQ/1 ՙPaTb&uq MYy)8޻~.?{-W*xy_F(Br1jaK9 hd3M~N_ߊi"M4(1aKu'@b]=vzj~QuV!bF2wF8qg4H-ixlF yvyX.&IckY-|_óy {#"حR]5l47wM3:smnP]삏сnaA8)\Z.bȐa ϴ2d/~L C. 'zb)4<3iI~lOE\x-af=;߬%`:6 T:GR|ޥj7 tqd'Au7IFQVzMzI%pi39GoZʰ~(Mq">?Ԩ)%|1W!@0l`to_ "h=(t-^`<= e>8srծʌsL0V}fKpg ~]J0{Lcw6 *:2GG,#)zVb yt|:l3 ]o6[jT1FDJh>|PtI dG];MJO̯3Aa #|dϱTze{COnR}-GIz)ȧ U'yzz O&ʯLC#`kU=߰4Ħ*/dߜӋv=_Չ0I,sKb`xn_SDՁ7n\j.bpo!$/s…L&mj>"IY>T=N:#f<5,5T *#I= =ʓPkaK۠.7՝9}EBoY,| 6(_ 5.t8@z0P˅G3?a8 `m}nAy,DyCINeAs%~AF"F EmTASehgfx%k qJB9&0!)fN/atx0UM՟s6L2WO@pI+82WNߥ{-ŪI8J!h=4Í/Pc;]7 TҩD,jD'򵏷m?mJ]}2~| ԎF<~2_rK4W\(-h\ z}%oԭۈo>媼tѳKt8ma4a)dnW՛CZH,DwF 3EmɊĶ4X{peQ#pgm7R̺{w|lj틪Jړ@ټ?0h#.Dqw3%\-<<^o)!h4V׍_zfZԇ""L֭+mk8? /fɺNJ_KF:/8TrXVc9N&;]*7:.Y~5޴3^Q? 1늯.ׯO"'󓳣6ʪwC F#ߚ2+a9ɨha s%^K)E2 "oۅTt;#0yѮZ)x恰 `UCKHlpjE43t#_S&Im^+ [U)mc}J"DAf%ΗDsV" *()"$eTV /C gK͢rR11&гf#)QW)d-XAF~`1Fvu;a`_-ҞLw2䎬 YF=ޤdDl`c< 8h#;Xe/;L@fјd{:Z&P=.G`M 5r<:w/>0 dswipC$kWk>FӚX'E(K2uPq$ i5o|]Z[1F/X0fdKPC5tnG[Cߧ FƐou XX@J&,'ܒupeg.6m*^H78q1W1٢+\}T<9 V /mqNǝ\!9LGl08S49W~[$3cxyUQu,v!ٔqq̴d5rB@`R}b␻ L;.-ȿ3uc'eZvrO' c@725J8: Z*b:`cƿѾ̆spwFlӱ .SvmE+Ʀ?rAB)DqzA}aC$s9Y-hZp>qE,k~1g|vdqFT!v+*AsS^*|8Lc0S.NՄSH/GbfU:9 dgujt}5B` ('8~}Vx5 .3JؗzHIm䣃/ӛX#is%lÜRiIx1ډU!Aläv:ҡKL =f]A`Mr@J)!L9o2e+Z:$B:ul˜m_0m̀[{/ ٗKh\~Urgqv¼t=P)t|14h)B2a9 ^! l[%wE.101'-,eCD RĈ3.k+~Y`JUN\kM"Yٳ(MxOԏvXB I=z<=kboo><{d%24im--^*A;[;|K(θa{/Tx7NNl僨ɳ `wB e+lɐuO+R1S2 ׽eN4o]Z!$$6@ <}קAV}?dݤQ[o@x=W߾Y@Pm"'/EG5+AC-9袸C!ʹ6ѹ,t֌9`[ 9b%[ DPJDbO;D[ ΆԦ!-hmd\探`͢3pWL?]%xk]7'IAxUr 2voV CFRpd&O\fMxǙP7wLS7˖a/l,Ԓgir o}%Kw|RYǰk{^{5ǬktH8]b|floƂlX|DH.3/#H0Rn|C@ǫ Íq ܋cv  A~QjiXñl.};ZqIbDg0X?6eB F{iu)j2@G78!vc,g55q+}a;W4XLISNv#(2gѼ XܜM%Ql(TZ&I}rYݩ(Z ?|x @X8oS9emo7-8}hMd§ Is6P.Yt wg /9i*xمq &>\}Qc%[zF+pܙTE΍"烙QkGD(B6OG,Wp5\jOge 85Vܽ=Ad/J+rY]\Y&yg|fVl7sMۑnlz+WhnJɄsvBI yzs z ^ ~ |ʷ>  * h(f?mnzsk-v s?.Z$ڦYPŒ֟=-AXѰtUѡ 76B>?AJ!t[1jdеy{93ec 45*gbLktDE}sK~Un|bȃWg[;v4j+1'33[qpgPJb40$ˎd7HFPd6T t9w(  KaӁhÍj9>`6T%kQxԃP1U@^ak8AAI+ש[W‚?LV-E iW#!ՁBCVb}KY:Tqd'K^MJJ] N̓[QK3̎+T&]8Kr72q2vxMF:S Z׼HG#v#qmo]y~K9&M+q|<хۋ+ )qbCBs.霌e2) ^)"cL%O֘bG!&nŴn 4p~ <ۥOpz?e[yzhb+ w~li$䦈x$+FCBl mJ =Q۫|ŷ=L2% b|͒_ GGc |,p +A-H( y*Uʩ4}B% %ƙ?}}ao-pHVЄGI:T7`27s%{wu}s'z>4k}5R|`?A_S0~ pp4.3JYK]@"]ιq‰(Iϖ˥yo  (G^RTP%7)N++t oieNA,f<:]Lhr )H]0I"S-U uH&1j~.P"_s)u388ϵL0$qۅK]~<#1[R)Koh]H:a^,__6x]&_*3]rبapE%Tk\ӆ`Y6]SҊR┵UR? WH.X;@dfDtz:GSSsssu9Z?߉9̾2@s;t${1 3q$?+yiIQN #B\,( LUG=ЉzmdEi % P8b%^0cu7v3l%\Wpq>Y@ aL̼RSDO|@UCgIoI^x7?Q<+ysi`\ !&h.}y]3*xLY EW 0> &J$}AW1}]۫S-&}J,>EH8v"^d֞mԛNPaJXQ+p8NwQx  Y4?kE>3 X|#3 f4̡/q4K܁:ϺQ )ƁKURQsA1X_|?6ybYxF]|ɔEm1 ZY1&K'?QBt iK]@熱W D{ _` nAV[/DO BlBx6.Z5>vf)\\U 0{3)>* Kn ù[Q!п`j w|b* !^V}OKD4:#P9g_EzyqHK #H"^ f0 S:Ɩ90\TvW%6+ҋ"r%#srwb=Wb ܍XF{9źY5@0;g\s?IuYHpV"JZq=WA#>p0>?!}ȳ ` ]=VEZ.`cA(}s2>9!I [LoDv/C7?N>ĵ bU150(qA?#,ȈI~"Z>bzӤuhmʱl.7|'-TO2 4}ث~en޳%c";R}Ne(r]nc"? #p誽͉f&iw/{w)a YVwR #2ߦZI.e*ә]9Z!O<0VQ7L{3/d p"EjKpHG`:B( 5WYQb4n̆]}yn->u yM:cj6OnM;oPِb;⸷Y̖%7Ʒfw_WL{f&VjJ]x,"O5 Y/.Z\&s0cmRLDc`m 0\P9c]jnƯnxn2jj TgLx-x9ǯ|+q3u6魫`|1g<xXTy!oR?n[".$LEMwKŃ DI{2xl%;~ٌx-ራ>K-v7n]f37ij'h⊪q"(#"|~ƠJt5l9 VmqnEm3_N.T̗ , rU ka(8AvD .NR='1ꤰv/[=b^ͧjpv}&a@T8wȉNȏoyudDMET+VH籯S-&߿9H-^Ax4X欑'{^WBGqJiV?q?%^NC3a` Ѭ%̬^v7[+{:thA7bjJ6ȁpzsQPvqՍAl5dѮX-MQ1}W!)@ QWvJJOE\0eL_9-tع&=.P3z3|:%edi8maћ$aw= M6~~Fm W?ɣ0+jkFBb1⠷hnO v9'Z2AuK uv'[grpLx  K]@0b8$zt#ՓqJ*g x& 6 d WuKȜ>x]t8kP -(d_-M T9%f( Bc3D>:<]mo6#3rNrh:}a ;MbICZ*Nq"|bT*&܂}9煙`ȶQ=%tȻR;v.AI[x!%A;mN`]tnWlDGFFofKC-A2PDna- n6A'D^%+[xԧ'BqWYdiɇگs%XFbB\v{4SR%P3?c!2F|&Bmw=` @!# Cz'RmZoaVY9 ӄ# [-w}m+#>~]n^hw /{Bf$Qy?)5a(fAQ7mP b`eYcXҋr38IujEDDlPt ̄ݧҁK ĀҥhvF yϘWσ[?vQjN.Q/lwm 7b~6|58+eZ^EL|yxu5^[y"頊}feBy:ThR]L䂅5c81CiHsv 7y~x;7)X"}!I* ]Ri@#㞠9jebL4ȋ ^k۠VW+ΡI;eViH4y)Z B\q$]LLh TmTK߫ѫvCe u, V@ۥuz141pgnl>km#Wn I( k!kQxK_wklq֑N|>)SƓcB> oO5UpD@l!1ǙT1lXj}yTY ~~5[N_&;{gxbDi;*틖}3 2ÕOo/_~"08n8Xc#VT4mXlz`X䥍lzr=g͏1[ܵ#Ç+AU~T?oW ގ𥑍g^?6]|J[& 8L\XL+WL70:&#<:pLZ [3[;pl=ܞQAX/n أzcc̬3yו&r|c_q.JN܊ JR/`KS-<VnնS<$&}%^ꋻ4z7F"Uǻuh'J#·>۪MPt6^\pbz W:<:F'X`,z,E*v;Y@H8v^NjO%^bYN%s{^)Z;i%?15B@U-_ ƒgM^@6u(Mu4\2,]3;3[䜥:HYLQb;0_Zx2aZX trA`wi: ƈ i@cHL;Oh<T~F3[juU $\(瘎@dD(΁@1,1 ˝8fop^d&|ՕB/dF|ς'އd]WsRdG ͼuepE}{c"4q qtsA). <2 @ԻM]I'|Ǎv^g}Y*ԾMDߡΎ~p"rmoՇl3\ƢB䷓(LpEB2_BSD3bef/&R i> j#G]k'J @~{<co,dx]\6`fl)ʜP,p(Э7~*O6=3y vK瑞^0%q+y]7>y'c 'iV=Ȗ"ԎO6KnN"ֵ8a6l)6Xgb54_kYCHHd.|#&l^b.Yj‡+7ێFlFh3 ɨy~ķU@u<_Mꎳ֟2 : szNwx+Ej̸ә|ykC&MJ%;ұ'F4V֧_rctCC#Ѩg#[n%7ZnֽϏއR/{Ȼbݼ_3=e]LۋŚ>F@zRílwb86\>rjٷ? ..5q?Oj@s,²!^G,x)iLbDž|,Zs퓮ޣ(VjHOH׍/Zt.kH)Dd3O/mx4I5Ԙ"?imM¢ 495ry*LdoIq&5?o׉/]K0ˁ mI$sW F 2^0?/s m> :nfA@ ewFs,N8e(^7rV#e%5} 99e[.@fF5`J@ʑ W`̄ȭM]3S4Ʈ!əV9s\< nsQQD>KMIVnXuEFSjמp:sC|hiMڎq8['` rBbvz"3h,Hq"#g]@~ڛ_}OTiI':B$3<`Lp|Y톣ɕ|a"ηRP3W+rQFtN . :,O\BFdzM!K۳k H(B .԰x qVxRjKD?_J@ج)Dֽ>v-`tߜfkk!ϙ&'tHv6'OP XQq${}֙?$bBadMR^-2F׍XA5|ZgVN9aa?/BbII'4.gBS0@]n٭LV4kfrX?F$wKIj?dĄp|XBЕ%P+˪N,kYEPؓ!Q Rv}+Nfrܲ1 W'/ $Y1[YCBXDA9yG^_هe!t`$xti=~NfUBR]) 6U3}ǃ)].$Ӥaf`EA10"-#.Țpv\Ú͕D3t ҩUT!SW5SWr;YΆ1t˨2{"s+LL)8H_pEc 8_&l d@ Ÿ@GE4:lv d$$j&E;zT/ɉlX(&}.)pPm@_9CScq"t/+a;iNiwR]+@;Uz9N\~?:M4g0xrg/); ' + HFZ6gwQM*%`Dnbd)G]l}[,ܴ0]'R93/N4/99OO C:XIj5Xzhpb4RBzlz fBCf@G%[fĎ퇥'\whH|Z#rTZvM @vMWv>uW J/TrY=觢"TES& +8ZE@ݞ-IPW^tZRL(1 &ٙ+ ?-[+3{6 Rk킍HE8v8YEGqKd67*| [U]805skΗ۟ZUk6X2`4s7 =C9ZJ>o6fNbFx:zB {꣄،jmiCԱB<R"5Jx߭9ԢP,LsŎR> NJRU4g%dFCܓOEhe;*K*Ο2إvrIZ{W Sٺ{OF*ΰ M[vY4)Kasys,9R1}r~٭@А8jEdCA `q N~ *,|-/@ B13&dCH!iMWz'`wIGRwED?7>;a;te"jSh݀Ed3 $0"fƟ_vT:f12%wNSJy"%@C3Ӑ/&)~Wo9)ϓH bŲl t pa*q)W2h9I֝|c[C_({%AX=aĢPȺB fqCJ~+6.}Py֗ttY`11c=p&WM Qs9wPx_>9sR<~8:A 6';|^WSN>scpVi.HKN.ƒ!ܲ^DkxWϹah֧qH+m>,%3_iA`fS `eh. Ӏjn^R""Q~ -Sh@ $`ׂ u:P8:A}>PsxoE&3Dxn;ׇp<6S'Q\lq$F=dx.7re1sD U9lN=aJe#]~QE6ճ0C~9:JpZ;dHWbI76kRwz4%yzFV]z)‰mdNk3{ynsP GR@\LD>1VhA)d <7 . ) 6`Po | 0JubMm Ta觾7(w'sɤNq9"Dmi13)w% $ JNj-Ҕ1qLh[1oޱ>qBgi/'ϱ zzܡV%"ܛ4" X<]F襶M3u}J7,txNDŽyƞ>*Am!L-6{IsG9]1H+3SНC \V685 9^hE P TbzSnHva|дkA2 1HxUf(\iûwdGR:ǝ`KZs43'7?/ԞBn+;<`d-蝆q4}K&+N ' #ݔBo#G-+'4_k\7в&&nf(؊aQGӱT&'}j)/3.B|~X ]{Ḏ\,A.(WRj\Ȭꆘv‚7f :eGyC}[k-5?aU55: ZIgLBcVsLa$ JC{rN hmBMH-=35,&Tӭ(&%(\[ j} p*oM٣Ajёb5o|\u}\t?BOU l"ϣ.p\Z,JXBJ,k-C50pLy L~1 qc]WXE^>!廃O Қf馒,"gϸ;Ŭ kڃ*U>TC{o{s+#꣍K`Fy@)p1:y̷Uv]Hh-x K@9ikY4@E#FYu ؕ!&s#S JxS3fāhDXT젪:ؒ"gWR /<Źl$e)zlʠ_B.j8t%k0[bFk?bU\IAp2ӝGD7W2xI'6Xl?OBTNO^HFkGtZC)t* K2w@%C ]E +TΘL5q.,uQ?ۙbW?2C:0NْN7 +~ N !]UU!+@cCa-˚w-üZgsC"8"D_0U o:j*A^U ʴ{ -`^P, A+%c?s:WtE")_RcD:w`ȫb8a`^5BLF F\&B0R'uJEO@.SQ9e(3+jG/X,vk˚K?(ȋC. /z°ڤf^{˩Z=\lz44YPyl؉VzNތ>d QTƘW{mѥџumjyG ᥚ( %ijxY׊,B{4_總 c Iۺ "7#'hY}/aɕ hǬc|_GP#[xb:$#uxG-&c,SAsqoM)~Vݬv#=1!'1=_z8coE-aCpv)%Ȅr!L]=E΃~T/h,A7%PdI"jg.t*ŕɦme Q#A&RX,㑮]oO\V+] 1sUmy3bLړPZ2þf8f ,R(42ۺ>}?):zY!&ku7ǨU IU=]bY K~Z|xAhg)dr>ziJhDl@y_iI>x9a"犠2|GJcM;%ʵ?KtU$> G0ԦzbÌZc.G^Ah*v}wy5TJsG Nv ={ j0R)m+L=%W3Γ 3΁I.ud/ҏJ㖸!9DlM|>R"#Abɸ*LW$> [<^[WӊTҨX~Rr5Io49DϰgSNpL@[altCAST^yZٕBDt}.o1@x45XW bu(t3)܉~5U0+XlB=UnU -֑z"5j yX ݦ/$zEq pHubnZS0Nr( "d?,9V96âr9]ǑySwnz5T?},Ȯ>ZzuуlA N N}S{t|nAn *몭 Jf'&g@}@ۙ`֑APˋ-B$_A@z-"ե w$yQv xK8ֆ{/ QDx|d)s.!͢UW4"ntG '4( 5RՎ6v;ګ #tt4a!RpY ̱VKPH/6V_S 9cK}l >=M4Bd%IٖLU|H[Eg 71]7o%N*cI^ц!K8z@|SURu- Ъ6xy/MwPw\BfD7_Wi4|P2{`A19:TQ=FK3 dc.t2>w& gTt,N.KbCr7mXLhijKdi-,"6p!oi%.(,KKm6)Ht`nF)й۫STUaoչn8Ӿx Mt/=ɲ;elPR70LgzªqҢ*ϳ3=[:He+Vy=) ˢBZ)kkx.`B}`ٝx]l8AW@m| ܫ1Iܻ(գ/a}=s/oojz]BI +Ul;bQݸ8p"E $W`cK]0qVzŧpo ~"y^MIL]7:&iTg^Y. C _Aj{EtqXIyBM Z@ڳ1rvL Z/N:7&eQǦ=&"Dyr/΁UhݿA#[ԙlkc p0N:8 {*(9)< @!7c:=E 51|XuSp4l tN?y3eYBT3g]){4s>YΎlNTaY$SE132Dh*A繦'0kVX1^ @bU f?ϾeWwA ? %Ry+MQ\r <@ME]Ǖ'3ZxS6ΟI[RA:r=\rDCX0J\Y -|B7lgSex PH]=>%9aXt{)3͒qH<ar"*׵?xlRC mPjZ98 @PC^#1؏QZ̊4.;&2,c/fm ".M_ {7JPŦ!|$ku U.b({~}9glGeP@sPDkb)WeLV "FXI=-z'e1/f 2{9\JS'G\ df}a}nBndg'ܽ#3g)wTe^>w)y ga]WOB__*_AK?@ @WL UC/&Nv FcexX^w!Qsَ |'k 0?nC0ޮ\ [oRa; Z E#f#N*_k/SMlw=Bޜ7lh*$0%o|"y^ qRUt l[U_hY,*tGnP IXm4t}L'bvO@_ܢzagLj5u_q)n;'ޜf{YC`>!B-!xJͲ=Tr_W#Rm8B?5>zi%#|B(Ybk]N19K{ǘ~C&t$}!K-Dw%Ow$rwA.i?Pr}=;ʼ8$ʳp4 W^9(j׃ޥf]5hS;nZ~i`Etr2  jf&]{@KyM䉚,T/a>LX(9d ,h(0(uF´RdwO/kEPZY*0Lɸ眎i͐4yL}#1dPOؼxakEb%+) 73c cyNNx6M)Y'&%[IlzMx i(Tь[=6K &ߡm1l6e›yqW4Kh$ك{-sǝ?Тp[ޤӋK9ȎDp7Z((MaPbNsO1}ס+fyƨ k(W}T J 2E+nqT]he]B\TR'HSي`J es(N=gt7M_(WuW̫ ߎ,Ow& m,oab)ס8,4 IJ@PR,L!~Os:+T…1ԫƷo4!Z0ԭFbGJ_^Zqz<ϿoPv-t!f7.lp1lkKkzx8mi"ckP1LU^#d[]⛒3{03iޗ/\uy u:1 Zi4DWmS)`)_ék4M~tGRUN*f(L^529̸>aw4vMs;?` &|KL|,#ܓDD$iGQH\b@{Kb6x=mʜzTU'ʇ2̐b|waL͗Y :w`NrfW1 7p^5JHN7\SGw%Xإ7PS,IK(}TD=eYw$EnL>?O݀f`$WW8Lclv?% s &RT'?TZ*|B,YLuպ3pB6fQ / Y|_Bw]jѴq6kѹB%F sŶ;#$WiAr(E+.zOϾ+$JW1ѡ^2R82o/ْNAR|ڭ+MFg9nGo8bz8u2n͈'L9`7>ms}ۖF ر852Θ[9ᾅi )5m*o%@:7 4c ќ<&ny|2T*xvZb0)o/1".g4YZ,e`hT*\AWw tJY+Z?}{Ae8zѯm^q$ktq{@t$1/DLGrʾcZyo.G+L1Qbj߀ғ*qf$t&>qqo_S6e`ah,qr6+q>JE;|3ݲu'>hh4f$,uV3 f4&69f klXO-A 7*\+S`4@τL*U_yNIR_GKUc7&:ų %>Dj'Be G;(\oҠKȴ*wsuf0}sT ӧ+tE$(4m#"!A(UttddWgrՓ<_s>g@Jw=w5C(ӏ";&qIi-.oE̖G){n}oXLMI^_cfHg<̫N~(\\ڤ6 (rč[p!Ii2N$Vŏ@,0x ĭ䙙A! Wo͚GSv[39{Ζ1jfW/xSE85pT<:"{ idygI\ hJ,yy<h$djQ4@}1vkD|05]Z<@gƢ:IP־W?"=.mV,GgP`7;,enIX[ez;ϋB1?t ҃s%Gy"5mzP1&5:YQ#w1=&."1R(ӟ;f_Af_B1H fI=6&W;CqUs#Om K|`E_jj *CX"֜0%m]jɢ7aTN̑J8רpubwifUR z'/d? 93{+J2/JO$jww^߰ۑ 9XFa?((}z_> tGkX/"app dd\ry^l+1@A+'>*;b- _G$fBR`T晳-Mr2BnB#p33;j .tc%=d۽)TΪbY1_ܤDҭ}84 ﴩz~a Szka;ΎbR@1:((5@$ Cpn>uѫw߄ ~6ţSEB")ZA&&n6TSq@!di}9u8,u7Ȕ I#: aغչ%( xp63W\4rKRه#LVN.\q&JsBW ^"@sPk{wF, "gFx"Skv^Оeaۉ2E_e?FT!MW٨rsQ x6P<ߚ's EiEn$O'хZ^87:M)UT n$EѺ*B'\r0t%ͦQFVn Ow-v4/|ݕ V<"H9sj9{hC ʣB@cꗓ{߄ϴX -x k?1|z3wo'QIE7$B@p TcG4N+T~/@pwL:A\a%nq}]MEVoFņGsۓh:cEy!Rxh`~—CpHW9v6KG'(l8B`^0~+d$E 3[T#='lWl|м18 : zhډ~RY1Xj3UQ*3# 8Flms%hDuHZO˜.pܰ->#(IyTEG5yYmJTjaZ , :DFXz/$-O;$@](6/Lxt?ø,.sk t剟L¾6=ԭ9HbO/2EcT1_Y+\&#ԩFx Az8 *ޠ{Ԯ2W)y!4-m#S8vb&C:>Joa͙I_s7Cp:R5T{ҽyXÕ$fZר{Ғpv`$[ Rl‚}owvNFoKs, X_iI?P[jIzz}z- Sz̭|R>|b e޶xK8r<3xeǕVf|P$U#1t4H,E;)hvf [}f+.B>cYjNܤ 󌪜?=H>G^Ջ %"p=E%:+T1mLc;:@p: @)bQFTzz }V3  R*-M*d}ϹBȷFW] kjVf&_s2mi M?pAӀ+Egȴ.x9Ey/xO/Ls_M(R?̺w}󓍋JV vp-hsjGv_2h Xװ i! 9j?-c,F_`"~dsqu"2uHGmR7YD99oÇ)˧rj`tHnN\H~%錕G螗BU +d%D}ܩ >opd7+JU\SN /7p%X:σ=_<&9ȰH]DޛN( evlk@?|1-)\L/LcA:OƊ ʘxXy!|iwғ``) 9hȦXgQ5wI,ΆE̕pwaZ|aΝ$9>RůtjC{\ rఄOk5߬d`PMK#|yT-^$beneL]tãz.ibk74[ʪ|k(O [[Mgr(@jMa@&oA *1=G#ڎl =rs/41*FK{g*/hPPB p7A˟|{~I~@+hoAA>3N3Q#>8^`Nbj|PT.O ` ԓ\2ԟG嬓Sqv[{Ԇ+QwL%K4'3ҹޫbܝv.u,zhl?W4 LMokpN3¼'-m_,;q.$D0207≢ũ?[T٣!#$7Qh$anG ".tO^ΉD[sZ@ Qqk `&69o=BlӞ&{8`y̻N>!_Z:*MI2#"s9 uPT~\.7"z/ ~[0Q HU|Tm5(`t}SN\5Rs$ڻ~rU\TsOBXF6gtMUKֿUn.T HT -N ȻM:In DJT:Wks*r$ƾgW3#(B#i1Sc6ÔD6+`;=Tj'LL[41DqVt8KD4h=2ڵH뽓{\%l~qk1L9_%ak^vFGx7yqa4Bw}lD 8 x{/JTD+q hӣ[,=V2 -:-Xr*e*(9p|;;bD,īZ'>W+5$wS7ՐECg`-`]s)+>ngMZ3Y,h}zgpmZc"8ݎ)CpaYxS(^'x. "Zi4{rϤ ؘt\WV}@=;HyއDۿHOVX:2|zO#(ɸzobrkȄEX5)#3|] T9!e~^7;bq@El N'c|zUq{Vo~ۋ˺{dk$ R}|Ӑtz4HN=x(4asd ` |^yF%L XJ:tXCÏ:wx~sخKc袑iny2 :'1e=bH?v[>ԁ"Gl˦j MD遖di029I|b(eH]YXk]t\jܙW3tBmSu֍;Y{\zWZ+2~ %>lE_U<Ѳ v+l;@XL2Gmy\t$f(GV3.!^OFaRu e S.DZd@uK]82S~'G=|0NCZo%Q@j?x0O![ɽv#UESduK٫p & ?=R Ҵ>1ix?TCƲ%E$Q\~eN~4豯k!,tvIwyz$1XT)*/ټa@-+IfY3w^ l&{[kQaC~dIf~VKu! nMo<7ݰ+}GtI-@WFR|:5'T\Yyͪqv䤖_ BrS$ehemd$"_XZeo~\Y鎠Cnb'"encKKKqZZv/9C:~ &k+j' .QQcsmA*zD'B`wě"JIx1 >pxdD!NqU C_E㶔̌$^yucEc +ڀзVE[&$lꬣV756~F`o[AvU8wTтQJ?cfAOai|:U0*nQs ́d _\ lqSK;ByYa'"7'R-Pukw@81F/;NiNR*3?%ogdזvbUTXt@<y׊|ΗM1K9#,5Ǚ &oZb ͘7}c( װ7} ?;h~FosDtdH!c7bȈͬZHJpWNn<+#Ql)4Γh1 s>.f_+dtKbj]S*FBSwpΫPhg$ݙ6q两q)c>ClN61HlE,mQ0L ?9h\\>7#`<,A:"l-zO/؏僬3Oe=vvn&]p&/3%@G$a>ݷD9 BY5&]K5Bl"./G4ukumWwt7bhGֈ"-gv}K4ͨn 8 G%fu[zNH Ǟ'P.4$ ،ωlg̫Yf2ʹW&v+:T0bUIunTkA=8I[n E]1cTtjb_Jʣ6mƂUa] j{ZJm@J@IF%p|teyRJc0>6MYѶؙ̕Nm˧KbXb:I`sCV`Kئ?TN6 %{.\L6ƃÖ}ؕ@i`t!((Y?U GK#n&qLcJ,z5_FE 2>GҊKiQJ'h)$OQp=aDm[8d jjىYRK:;Ry_%@Y>sg#=e3ŨI>$42#_/F}ѿ*w~:UTl`]_W=ye#Cld-<ѷC<>X=P I2L!zb(l&,XoœI#"=wǽ0.,*?\kU5Y/ B݆TѰ)9h'|cKڌV'=b:(Y*akGPOB53b:뢕`O5pup'q_jUV3xV]MhGi -Y,^AXol?USr)jgdƳ܌wy<O%8`C1'vm/[587o磓fe1/Q?>EV=po_O:]1FsyOT.':l JB2:*v07VB 9F)Q.whiˍe~ϖdK01J8Nyff2ѣ` ņoR0Z^U@azhW+c]5_gI쳦2.TA܇'\]ɴ*6\sSo0ecH4 {/(r9Ѯ t?v`z[uTsRTQ~ 94to˭٥&BS[߸KD5*,jl㄀ChK@ _cz96|(;H3 \|*AWw@8ZZҿ?Q2Pb+*9.JXpzaF[O꼈(fUU` R Y-uq vmQ&$LKD5.bMkd,<לXW&;DH!)Ao8-Ӕ8Ѓϋٰo;1SQfM)tnsF* qKhB#9i14¡v4\ޑ##Oc,.]SRd?!Τdz ؁ohCQ?s\}2Bhnj79'Fʬދ7Ig_lKULb.ā⼂<qTҫռ|Nڮe7򐘳 G^Wo2̃g9X鿮!.MhiE_[{[gp7v'S2./|F-rAs\U6p [?5k݄/NbQB>][RneJB掸29AtPTMY[r"I&b(9QDFZHzh3F!@m) X8 iP \LQX K2 S)30p !L rBjmZ ^#f S6:%WI 'zUzpcҥ)W, dA^ɡ!)&3XH11Q}gcҔ,Cmxes:J[YKip@"Ю=x#e149!YTx Y|t,~\6*  b`7"*ňf[M k ~[gPsL4[m6}\=o= ;xX@Cs8+>k/ mf<}tahYd ~5[g5%=0, +i^ ,t]ѣxPb{:qePۧ]2ܑ=@j0`Hy|~eDlVC<@p#ӊŨ2*'?""x{σP`4Hn9BgIOef%?]c;1ǜ1(#EC @KRJ;%Ӓ0w?I.o&ʾßv K<9efV`򡱸hrA/ںֱ>S0݀͠> lAY^FCIdN堜-rQ^ :VK"qd/4 O|dtyYA$9e(,-IpLj~|U}v▴Y5;~k:=ūU2B;|~@O&S}~!TVBsR^Ijph] `Sp @ʳ+e[ȳuīZ : ũ8c =5"T/iO}5恘sUGJ̛ byjQ2;>OrSQyDŋib~ۏwjTa!C8w1 tHtx#I kLSBUXkI{; <2_Z,֋ bcQ%7` :vZq=v !#g8D[EOH#΄Кr.-h=`Ԋ0l^Շ*"uU3"UUlU ϜnIg!Qd1PIiroW$}3uvΥYi$O~'h"5`gm7m6 (aY aof5 9Ym̴26HBu73g_492꼊qZTYۥ-C͋0-~޻pē\{r+ |Vѯ:3!^+jVaT^݁3>|l"be\;C  {oeh&̉Mnd"βM^,mws?x9|efv%Q3bbtd-T [cpzUSX "\ PG7;w VѢ,άTayEzkبMtax%&dSZ_њOAXOPm#55LJ5N%6BwW t^㡃zFٵDYӃd#?c9Z/ryogE/HՐ PF'Xq'7s4cs{'  ǿ`/q@CnD8l((!X? aK-^ .5>,L! 1s0|SpX6*)e".=8z7+WdM3kH$vnA:ő.fk8K3xjz^戫֏3m=}wqHuZg, r0+c yW}eN$]f^xi[2+xUs#S׹ KlY$2$7Zsۏ27pםT8VNJ_XS1]kFԛ^%U^\N望T J$gkx ٛu`K45E'jWon żpd#31jA_d5FzECdI*?xT`*" -c,j&r@AlEj?Wͨv2 ygngdz҈`,7[W !@$ T `\,q#hD DѴag-m.R5d)yYsٌ]-¨L;u$DoVuJ|Ѥ@B`OClsW8Cَo/]3,(/.+t4:z" d|WN!+NꙖ.рiW}د~s` kBC6`s˿W/rFr6xJU2U 3^\dT_|VC테Tc`j(|FNkHc)-AW ҪNdEA-5=NMdEXC"lVZ$7T_1 !ch+|n[>q '*3}} B`N 9}Ay9N&P[A\) L'fY5d Q%&^,P Zs&G(r @7#8܋;u U!6'F(zy"fRڧwHdi䩇5٩DJ6_W[7fRPq#i^6m˼El,ȝ|b%|P &0C8V89YEh캯@f է:{yYo0o8/$_L]^~g@t7%v3,Nmj3fnq4*E<[V:s[ӡU'kV@甤"oO.nTg|a? MNt 颈E[]E8T* )ް0zN *(&dy 6+6V}XhAffs<BCŚ;:S~I#wxZ8~M Bx3UO1c JBK[](4m:<6K (aOSej[2IU_w-n%di'r֠M egtejx].yh߫11-5XPۑ+әTf}O73K3ϟ1 w*ӻ{tMNF8b57mў"i蔳 oZ> $J6Yյoͫ${F MQWa*A|QS`/HH)nZ;VV\'H|,~ Oh]KU\iH|fOB2?Xf\M]!x*Y@8%U;#W7}0g{GV%>e =MEmT,Iѳkb?3rL,c "|cab̾PUyܟ(y &+$%X2 a7tJ>%*;&&~I~?8rD΄;혁}0;)A}2:gC4eÐٶ席)D#S=atR!U,@U/; 1oT]Rxe&,-s |(f1'(T%7C/J8ԢCNlBF֋FOXa#6Y#Fd.F?{o= R"n)ڗD, on46!V7ٽT,pfi$DEw&cB$ waR0,_eD P[W)UF @X!MQDBÍ)x4J=WODwmȵV$ V}f;`MV+dc`;@"lF0dy.T=Cxstfspv/&y*ӤE'V `'ԘY@4>6b[p4Gc?)0sA̺k=nuGSL|-fd͈)%!K4a z`EC>ygh(wB*Rծ3%=lucc~ǃE,VdBySTv٨0^&糢rzP׬IXh:. g r8( hE[kb~ }$=Λz1௜P2Ί-C0\߱75Lq(XZeS-Y8^gjlT^uZ[Vac=2'Y!&"a8'fiW-N1J "~AssVM46L&zO&If'ltQwkx>}ЪEt{UL .#.aՕ}%$:EO.p,28ro';WdAMCџq_C"<%1@8}^4L^/<_'rl]. u'^^z͑7q94f0dgnp99 eRFw> 9I o|BYorzQ5si\շŽ^ (<6pɔ^/%Ifv:kK)dlX҈QkwT 1ׂ!\_~<`W.`egohX$k qym=%>g$$iQNTRGJ@1fs!S p2bnN9z! mDAH҄0.W2|+W4%`&dW',M" G75f r;>ыMXz@:W ")[M[9}gk8P3v0}('o'0k[~J+i}E2rwMZe+Z};Z;n98X.:h ֋g޶I`/x@ GθiMꀌ[E#@11Hm̬ ' ##pۄl5I c)E xqu6vzC6c򵱷|wDĜ Y_$ͫҍ~y~|uBb3iuYǪڨINðO/Op[Ԉ^u1:lN[^ߗڂ҉h7[\(s;鴳L[\5lwl !bD; r(^ 3k2QedN/P+QmAF`|fAd3`bdWB&T=UYo(X _ټ-+CV'2:2uzsfRe9v)iNJ%uo6z%oy5Z+NMChn tI נ;dNke-{5e F2@V-8R}sh`O+9Ѳ~f8 %3@[u׀Y̕$0lv9>Ͱ4GSЏs}opOxF;XTt J=m2B6Yr0Qu%\9xlڈ.[`a&KE3eW"' B.̷aJ%^ Õb =t|Vr} ŪƧ`NM05-oW%!Rb&. xX)c<]zV%_lX{^,UéĄ񝊔*.~H ^dtKI;ϟ鹥gYRe^@joTR4ٺ7|g)5d5/u[õPHlb[6C*-w9eђ:PQ򨎨VrnocKG~oH){=A7/= m5tDSЌؐ?W5UG*ј[xg|H+TaЮS*6Z]:1.mm=A+4<܊i8=G:y(\AvZQNGɹ% 0">DL"h.]V6ԧ46lh@hc6W% QWDؤiLeJ[]BBntvX:32{g9O$\b/u Ǯ%}¦LT 0N/͙O?6.*Gu O8a[H͉@r%QU /|= ? 6:ء3&ZU^hy}ỉY|U&b/EN@c|MiNGR>GSSF s j! 1%49p Ӿ:GHJorzoс8)qm"ZH-AecB^Xzf%s, S Ev~QʔK<Rsڽ (([2Bx[#,1Bq]Lq=({hnVĆk9>Du8v'4 n~}A6f Mv2 (3 =/nMDߡ +kQvbmW#/evϋ6ekz5dҘt;MxstW#2z-D1:R2%պJg^UbBU84~lBkRH-U\N7 #OI>ɒ4p STo~7[&'oK"U b7B*)h)t59{3w- ﷢g 6A2]&td?[(p6z5NY58%Uf8a\XU?CyT SԞ`€2Hj> ў3v2D&'2aF>ݒז$Y< % T"EuѦ_خ8O965j5<%xt--,( t .N5a}0fdSY//E|!Fjm3_Z1ilVRlXq5@=dQW񴴵tF=$ɄlXM,uBT՚}IfW9J\2v8Q;Ju+ ޞ "WO+I49~ MP;ˎHs1ؿGY eg&IQ$TW JXA'm(ˠ át< |sYFe9]"@h٠cQ7SҀ'Bdq!W6_ ɗ#ofb<vwW0a@ˬʳνĉmPČ} S 'NOV-99R5>V8j\ s}۽GK_S^˫^?v#;[eWS,V)=(~ż ~DP%G[d7U1ATo36pTE<$}Gfʼl&ENYuVH!x} ηP_wՋoD !*^l&e0O-3@fp'2Mod&1ovK@}-j%.1w7{\N%걆D1^}O6Y=G-ruT9HD%ϋ-QT / jQ@0e<ـW͠J4W8k gL#hrltu,>uQ^)1 6N%`q/F]&3ѴEo+T¯ ?R<7G;9yQ w>la/CBlƜ޺)ce3KZ^T[JkT$etAu'X+zt=71Y`@|1KnW%aLşb3|b[@[iI 2Fv-yrc's%0;C6~-9 (@d1IB\?j}uIqoc>cw9(:IzuM}. 7Z0Z0񋔥 mRrpA*wjD+>kfc?>E\i)a69ӝaȞG\CeR a#F+MuT V.=TN1@-6e0΂;`:q0G4#,;8C1d=go%BJ*V1=u{[~o 0e9ad⊒<[|1o܅U +X0|>Dx!YU="@ Tew77AVC{!qԣs:'l$-kjC{}& K#iK!K%;HϨLpnvPthviq1|.Ծd4O䩁d_;?2V9==b oAĀE9x kI9oTW/H|' K KUUG  4w4ZF:8<&خFV!|FzfwJ7;dFwRC+*BA3yٌCsO،UG,:fbOYT:PSICEm,XN M@t{!{T8S4BIH-pi}nN1r*dNnLde??Bmw.ҨrURGG@e#DžB{wG{9hTĊ&$eR[z1zuy Pv(2ZЫgg M>T GP]!ʇnhgXqMu;9\\+k[h .\pc[׌Ix᫮v@8'#&~n?>"$!q<}Ow)5H Sԁ2者n8xm?>^km !\JFcKKY>)o{!~90ueQ`髪`y3{}K0 yAO)+Y[FQyϾvOU>9_{4]ISQ԰ڟr8h_(d!Kv[?E Ɨ>MW)1ySJDZ$!xMjf!A*6]. _~8bZ5n6SU*Oq5zFW_C']i1?Z,KL <"4D_\b]HPTzA_"řhe6FAIF"%lOO 0HNSMfbLs(jk{}h6Q5b;h76r;y AzȔ'[k!9A- I&^wrTs7j(@ zSt:sf$6?|*u>PX(Atʘߒ^VPk%6Vzʪ !;mZjS3P1[O. hpW 7B ơ%IF=o W5=fyaR}BR\W 9L/vFVbrhA Y HRA!וg"_wi&FwvU$\zܳ #8%W˵H$GΡ~Hq8L923ƕӳALGPէ!NEMR\)M)fȊaBi62pj$hBx {6$ q1 y+P|(4ȍ8oz{Co~~i"!8 d,B+ؼteEN$PsaGvܰçEoł5KV$ko sLDU͍cZӄԠRuy!4zrm!t%xcUmZvJL)/ᔴmrP R!=Wl%Z=&|qz@ 'S8`i0 Ն7/x9M'@uU<^էS^N4+ѧ#H^2g<6>i([ cLE:0?x\R$AOvJשn7̸܌s=.΅*sͦ{Oz,b@sM$1t1O0nbaӃ͝ ,]UiqjQ o񵕬ѡױg¸KL5ϋy[rTGsmWuI;!VGy㚚PpHd_{|2gy(ѩVedg-Isy%q7~ ؒ/<8W!A@bB މyjaaL\=]B>ʕ?UT)gcPte!qJ[*on+ʇ,X*6+("p /)b)1My.va+RZLl`bԚjxPzH"=@dKr(n'ҧ %6;[WMRS>q%%,VG^3fHM݂8l;9a<yxQZaxa/YBhN2]|BSJHAN0,ޝ,yvWuZ5oraZv^ !Ld9ҹO;V2w=4霸#a-ʷOƗ/>vYǿXmB$Dǎ 7݇3%d_Py[}D/w_Yհ C8!{?齀,XBDZξ= #K@miuzWzPpH?^ =-ݽH!~zlx>9vE1ٗudDeuCNBsgb/5.%IU">S~Դc&U!$%ۚ4y-̍AFY3oiۉ恵 I2 pmqlVؗ l $ puÎT98bdJ}+~M(47MBb ,]#>0ߋ x- J$])2#-ØH `e a3]`*iڨzT|46!Ax3n<&tPPPWG۝fX Xs !e'U/r* 5ɚPBJ4$E5g}W"?xg5~f,&byh6adܵrGu&[GÉR^Mi˽o,xU!!$\Ә{|$*zaMyLx>No4E1yP-WE{sR\m, bTim؊[crHAwaLe?{Tvޚk[ D@-CigRAҳv1]\*Qs xp4^F/)l ՊBSdμӋ l:`S=WCgd(5[8${-IxۅN0(+\3L)'ƕ g0ٗgw{N(%>Vs| GZ-DB"9ޣ4*"q`S.\OQ;Fj:%79vO:n%ֆȬS q_ N|_Y_ LE[Y_fDNx8D\pAmwVSw,j3 %@ufx;,GSOuF<,Wш ^N2k35,!ep ۳k& +2 ;>- /ў[Ymb!;/-qmhߴEoP`:؀q(|T,RrZ\,*\FHp-:SbOV($^+5.*%nwH 1 ʈF~X*Hao߉°ِ=Rh)jCJMeppF.h֡Al mf U;p_{U9h,~gk!sMi1B.`]lGzho>W(_1)=,FHb$qoly$"p3 %4yraya[n:B'P}ٺNҨyK&);p#&fŲM/.#4.vXw7[ ov\uˋSC(#<~>*4aѐo@{p!\Q ՑuG(]m( 5'zn .Hj0S&'CZZʇf9@)tVza 0iHd^`&ِfu7iX3$.l [q`Y0qW?b. ٦qSbcW]T!)L7\'^l, ]6s+ ~94U-5=@HH0'Jar0[s xdoN, Ғ 5Wsv3*?7H64R"}+w֓'Ծ,`KuPyöd \L;.i fhn 9OOi3gM3:'" TTivZXOˁYI^D)rxYFKϤV <8pBƺgva4E?W g{:٨YaD4/ބ D1R3ƾuܞB(4ao:$msfW≲`ـPz͝n(wgˀ5nqf9@U,lNߠ%9FFJɃ`B^\)+WN;G܅3KS2 ڢ>7b l4eD7}eP׶ taLƼsW*q]o$ ܩãkV1(~\D(+ш?ʽ9Elo7{?}DWǓ-NFZЩ"HnZ.G5g0.L>*cPp|dGIg$U'j%og 2B٥Ѕ{l$([XFrܛ'(ES5~O(M'::yS R3F}" 'ؒZL= gm&fZ#FSP#U9;&ti/;QƗ4G̼ovAkOf>,<'?Ѳ~4+'jؐpfB\2i(e FX e,zچm8n;ʑe}q)d<8zSw`~/}j8.c[+~ Zĩ H#|y? ѯw$0*"szFӄzNHnS=\?WbQQ -s`w%Djd-V1U$\mGaHZqٓU'Cdhy/ܥc%' RF~* 1d"!TZ݅.RDZHԙpFzt%aQN xgL}B=ὪdA f~ϲê ēU:ȘkH=|1nȢP$x\ТHA<;N9oCkbnP;@[H=gtA @>\_Vu|33J}orL ɒY G24x6Ow!X\n+~(P ae<dotx f-yg{of!Pځt^9:~ߓڹ/6= Gym2IN"-G6䩵-)w/h7X0}8Z4st䶆#s+^cL[ڦ-49m,"rܮWo_*AT{ӓsV$&,: KgZ.##ph%g?<j qmls`FihTk“]Tu~ŸԥI >w 6Yk= }#UAf"hP+~$y~[ O5+B;" Dz!8t/wy6 QfpI[*bsAMvFy}kr-DSBn-|yM7"AX^}~2У6ٵ2⏦/p_d:-׻#)w>h*{T,κRaMzH5BxUWY]tyTEU=zp^?'mW6!/b|N%\hwJoS`n$=PХ2APad]%MC} *A$ ]_1 -G~M,q@POο}.+\hRH }jC*bOWϻj&Q#.+Ы1rR1YYl9v\J?- 4i1|I/c_ ~W$/~S̖N'8#Ba2/A+$POG\xbӹ`%I"X t}. sݼq'.5O`/@g_9.XtL|q(M/- LhhVUu48GblZwKO.RZ`sG`y9)KkeF @:{Uc187,|]\%k 5oFDH$gV9wOdcT>*FfYj&d⒞vY7Ciwx3TEAH>?>AοTkF!59_v?29N[Gp/ gpha7YSE˭Ԁ 8@U!lxN$ئ[}cwqt 4F'Ȉ0D+#P$鬋;j+/T+ej)т\VX:d(Wh#u2n P M F?Ry@~|9 hMCNE9GR-q~de0t#//$AZT -nuk#A偃;$ #3K2xU}0|5a$h0MfXFXdL1`ާr8&o {`F0#k \gK!@u0ǩZ²6C@R˼sQk0h+M}z_pSޥj:Ggd`!,\kSU,qNUD)Hzs݉~Q˜0w8fLWB;L@Y~2~/3=\(qq- @Y̵ =++aCp6Vq.CuBIKџ=`;d$ x}/d.Jym ջwaT2x.)QӤ6T=BwD7G&aZ%c8ooxfJb #*w) My+w5 "Lv/I[6;~> JSF^=iâ@0Ku^JaW> 2o. )u?Vبa&>A6ZԳ6bKEvWۓE E-PVf<mXzѡtB81sUi09R@ @8$jSg.Iq^׫^g!ՠ9 tGI,@ *gtZ˧`1"+P`>x\$٨xUdh[0>ZF-&G|IG8+FS1/H5l2Ap"6ύ*b7][ Q4Kim]DkRXphR_$ gDxf}dkϟuS#B#%-U`.}v6X{k0ȄgV!*@)u>_+v؇=DΆ!1=~8 մA,'qxkl / J)BfAm~L{K$"5\2XUZ7돛b`{3ݬt0_,̼.t`7WKLQO]rmjC .A߀;>xσBb[wkj!+n?r<7 7"fCD>JXNqyjMpRmm5veg"X 7ԏ REYT֢d|4|O}Z\6i伞=LP>je;YXrY5)(x!rO$ >B3(+¼?;JKcf7\/]aZρ%,t32M}z-_b1!O91-ڵRA‘ܥ\Fgnz+n界DU\ ^i&oDS*XІ\.-ۦn,z&ct`ɇ 1?A `W& :#kz#FZf1Zn YZHਁh99,#:W{Wx~;}i~}Z  ENca vvE_N`))/J{q-%s2UBD)L hS({jma] o=nw=[>LVAtYpw|P׷^*V(4K(HWUFbE?啩K݁$< ohCBaG  p(d@-ɳ j~)|pٜĮWÕ`7AhR'zP#'/u^A$:! o|CHN&팮TB>]a信sPD[Bڕ{Z b/ gG0+,}ߒ~,pWmmuB6/zƜKi ZMqӊ|BgDtEY ) ȝY׵rs ӧU-h/_lxRyd {o /F<]"Q))PFRWT>Tᱝ+X- Vc:0hA鷟IstF4Bbp7ӳQEK*<e2S@ 9o^0O5m5TxG$rr8iت?*O ND1~=lU[hd L;7O,S/z΢^/+'X;wp8yi9VJt>g= n1γqxGFW̊OOl#cFܪ]).w[eM($aifh՛X8u` RK~|֩RW)6pzc@ EUdR`Z*UȄdHZ13ok <4jvJxU D0tzs@m#:p zH&Ғ(;*"ZMsGBݗdrMT_2 $@O*9mV,44\KBx p>:E[ fps}XY9*DuW,fV+hI2&wYAr7#vH)CZSJP~5!M hxw}Ǝ8i^ꁨѧơ!STb1X9S7z.KhWFH쑹tdŸEt UJP0x/]<]WwkhD#:36%9>^jP&?|bb:j[ Prȼy{oUB\ 6Uf.4?DH/ڳK:C`5zd`,@vEn|%A"q*(Ej/C;]XJ A ]vw;Kb!0ωɝ  ZT#GTlOɸ"BY*7M˪q1fќFд̔WSܩ&$bM\#n2)`h liMV;pFGW8p )=Ch`C FŴH)UcRF)m$)=,Q7l^LRGIM+k VR^y﬍?>)R$0v9ԺC[Ec ,Ch|Ȗou f<;P=k6edZanKyު(vS^/mTx,ꅈz|~<2VfFV}5 Qd ZBQ)2" $o3pg@Coxa'"YrwWFd6WȲSOˌlsv oFh~ݪn>=jŠ'|M) 豪gݤL\ANlv yz*$rXk1Q,3bc@tH ?ؗz/Oitԥ;@ * К v&-OgJT`HQnz3Q6raChM FqiS-}$žEդQq=5?p>&eYl{$ Ǧ8ԣsҮ'12UJ53/G<PJ!-7B&[ZR JyVhIL}z!#ŋ_~&%W]+vI[bDx) ~2I{@Ӎ6%#}?YpP)ŭw3~|J_~ ]ΩtrĶ Bs#n0}ד rbsuq6_Qvg 'mQMbwJee n,Kލ'-|dq;N&'fV9 2sou j C{hw,YOY]!IeJ'ݴV!jM_m܈ u ֜o00XUU‐]K̒Xng ;iI>\ϫWȯ)xYc al8>Vw`}HG.'e|lvV ,eCsA Q<{,}tJ?$P[: 'bF8I Ux?~ԓ6"z)%&\ j" R _`>H868*d`1h0 K$L]Zh|t;IoL_9K*6m,sgS-϶2;'(Aǃ"1Zl.`ˠyD FޥEä*g%\Hw[6ZS<-]]FwF_5 Eֱs7ݷUSh{FznORp+q#xXHvvZ*n쿁@OpXf|yЖDlueQ"ڔnǵW`ל0+^gs8{VY؉3jZdߏa8VF,^iX;1+w+GJ>g/pܝ4R\lq1e]a |I.q8E%ZՒzS8(?*?~kEB 7-κ?qcԂjf҈yQ k킂#(Rܻy̸Չk6.[᭞! ^hR<ה<-BK - Lޣ1 ,<wGlގ]ռqdI~= %+%S8 ,}qϡ}6y$Ķ"榭¡{ſ+~|.36鋵yϺa'Wɪ/!*O,,l 9+wlX;+Rl,pLE)Ѱ0S.|A_rt-s3Ԇ[*H)]Ts9w'o [w-aUC^O`tߜ;e!){QZNO6lrTjd^r"#m8T z0EzaQ mx1E#|"&Uu*[u*o ѵHOۉ NQ{nQfj8*RvِZڋWZ3oT?*P P۬rOb 1f~uxNT{#>x}0X+xf|ý*!`A!(-Bv]9[ ]8i,>8Br bp=vr+dDdPGi yUS/:x:d 0h\-AVl̋aUDC8rRNmOQf`~RQ@\r, wмs=f댩gkw侀1JV]?GOctBv==&=&ɀrM&xŠ~GaUI.(hhpɡn.jY~`ؑ=?0:`ϻcZ1,qCEjlu)wO EK3&M'!p%qGtB.KPnP."&åkyKQ]Pxo^q}03U%i2`"x\Oy Pu L[駮HRN6%1 j)H cSrA~Xܰs V/s{C CN G&1Pz$T-*bI&1G"2"ϵJ342ҺwCq xAਔL)k)Moft6/̞RiƐʓ0D7?ID?Iwrc!밬Je3y*;.6c'eUqhRm~9CEz>%?ܘ`S"Ρ}(m=wF0͜ e CIйT4^ D=')7w+PI(g܈*¶!9LA-&0+6o\'!xlՖ5wkE|=?9qbC?5*_e{0i:5RW':I+\\ KJ{ikhT6&u'~QW<~ũpf_?g";!ҌrMy xQ$NM` &:a1nAM<e`{FNPǵf_Wު:4Qa Q-^?QJ5GCRg#nQdR?^_gToouQP^x GaW5k{8:p<)yiXu}؏Ob8i2P| 9#4_pBY$,c<]$WZ$UI$^y車m;0RURC;Χ+j^]A+< OK Au:я<0S+k # $F걟@ZI3 )a(:8A5L4VT۱-Ny t5  MLFѤJ>ן[ S)8<w z,΍a9@H?gH$)~-!sgkn ow I4Igq܍Ro@Px^W;(#* |3E @[0Cl6`l)G`k!*ע-؄nf=- /uvM8I3^K3U%6ı :DwU\{1J0lP}tն7WRLAPz,#R;0=1Ȝ +Þ|:?pO_\DB0ʆI 1o>2&[,\NG~!^eV'Q="hYr4騑K2RI 7>>_5{iޫvWUC~T}ۅ_0EȌ@;fJP!nϭWF= dԭչl;]e#-Wtv30?o12>Xv]]:C%!j݁.t6<2w2nٴs*rɫ\xQQ:@DY3'BGHwBn8ڂClTdKOqmm,;-D: d !WgW7prKgrmu%>ynAmQnbz}6fm2hb?At{Þy_<&iKٳu})H RGm;ùl;R3Cɘ1FB*Pwĸ{iY {n< jqǀX2kA)5c« 82ٳ )qqP^0<Bڰ#h3ў@NZ;V+0,$7NnhG=^d#[T Fc@5XKwСNa$)x9YPj1ئMoY$fnar\9dVG.Hxn$'8зi8S.qNx;ߕVNZ{01liD x\hq˵ `YvW`qkv]C~6b\!6Ӛ(+& . :  Y\۬<4#_@,w Y[X!? S!1D:N~rB)v{b~ojѿʐyh,sG=\E>_<Q 1Y괵g6^s -;ӉT*T䙲!URg/EԜsϠ[ɑ]B13dAu̮'4*_1Jxs@SΨJkZ@_S#?R,ێI1aTZI05U8k-\OA?h̤ͿFζ:ͨ'ïJs!ֳEߣavCQ12/!`AWqTϖ#gE3>Iwsu`r@˃ >(1jbQ"yt s|9ۤZ>G#X,oSznͰp(Ĵ$:|A~&ֲM?ex]-{t`:߰ZtKkF ~7y.úcWrĐKD(h!چTg#"C!/'&tuc_0qOs.H\p=ZVsx3JBG.ڜg:j{0!~up@!Y4[jCP<Cn$M>5$=.;j-r64+)8i^apcU*:iĦviX"?]%"8 |amQ8VK}m`4}~➩|)ck!_2*ݚxo+XqvLEң{{W'XTlJ+a;VZ 1n;=:? ϛ4_4##I$-xɻ{ %ӛ01R|ohXգ[n,IZ1=aBW G'8CاɂDю{U~/go#)mA&,,_Ix݈񢑍7W]1C8 ޘ;b=C6 HM;wl" ?&]޼BLFSts^B^E*ý asƕo|AwO}U.B "4ѽu]Aϊ"Ico6ҜcRN_ y{QP*Tge ZjMJz:zY%gH~~6'&!dN鬨OMd=9ΨEMYbq:0{!-c׿x` 1 cnᖘʽϓ6xV#';C#3a 1ϟQ`8b+s%l νr"wd\6~dΨx ']wyɰ!%4 }UQԧ GfZx]V x7pi` SGP[>K` )&wF~aEx,. Qcycz֖4_u 3 1KӴ_?b +g DK>I*6&ov{R_b4Bۙ rX67TpVdoh3n`d\˯,چ޼i/ؐ nG.U}4%FIS&0pk ;8®Jv?F-5c/`3|CaY>@>78t5kpoZxq[۸n8_E]a:rÏȥ0Ua8C.#0Cǫ" % AzBqFI-|\E!Mr['h\w\L_@=SPWi9<}'mV{ʗ+5o#J5 q6@x^UDQTk lpPQrW@QuVv);]5(N=LGg,60aE1N\ꇚ(bv1\u'Umߢ_o84q9jS屢p P!0G vSU,WfH1(\s/dNȵc\/P9o&6Nr\JOZ=s+-:q&nOZL̕#DR>:3dW,RJ-5l,9~]2yer%:ҦXu3&|.1J`֤ 6Y~~%U3r-3TQ~H~+oYXmbW +dNz,=&G}xi?ˆD ZB cwB8}\.u2|< wAWՂo,Xk1އkLТ A4< n ZZ;ˎ'{^0O9; P .Hg.~Y>)i"gvZHdaBCC|;KJ<,@Nn?9-Ckj Y2rQ*QuCsT*HDv7ݭz> $F\MsKQNQd0B<7T'{Qj(U"1'0 ;ꛅ%b;  hc_xϿZ4U ^R Y9Q|cd! &5YB ~BX]N-ڬq# cg=('`}ݷX< xcP9{A1u^W٬.N`ɯ6Z%S$ V+ Ƌ^ S>qAjL ;qPkrwp%\6\YfaVdq{xd"7_EW 2vyiI+ǻqiy 2(+ nă!2LaΌiNi_T? :6"ƽqeOKvjt?/gH79Hb_-il T~k&OX(<,.L2*RJxZv8n0jb S8R?fF{4ϫ3o(VWE]#gbK@ĝ` )=-]̎egX)?X[P[Km1,(Y՟O47p(4M`P/ lX0IЁWV%vѦ>ٵ65W4(WiTd$ګ&2gzaQ;a>zbqsvfl=Musc䫦ѩ{bLکH;Qqek8W4()Z3JNܠb,Ý2Jq4$VR|;nFc ޓH0Y |%N0 '+cN~a~jF8v\ ę\87?FT@ G%*\n)_uk[X%Xh%LXΛB*^xͪ8]q*EyA5${ % j!(ҔgzwzIB8rY2{Twl#pRܷH:kgfKJ*}Z#3˯uTV6|"3= Hrģpcl3=?є_3 xKR+ ,<4(c!\UFYFivԒLpY& JrS)[ѓ{Qd̺ۯ&vA<'yNޫuHq° 0 GL.){a]T^]t~JJv nb&˥?;F.{1l1\LW ֊2)fQ mD-
Ŕ@K#HD8k;Dw>it'YJv}۪{$RFSQqH>uo,塊Գ;f],MꍕGC?\Da v/%6%bt\Y,;dh`GZˢ: WU'7HL(2D?s=Z}=3v0ђlQ_Wf Oo"KX+ܡ߄b޳w%fpˎ;M(i݁> vm"'N>wʗ58mG_MqjgD 6;f4pY8Y2soQZ=,7&PE]~0 `-L"0j-<5dWk'bqwޑN+,~Y0fbKjq2yU3nelB`8n }(w>Z%) .)z_IO$[tIdCrG Z@_Qx-@|JAQ ;?-&jY>6 c׈tnc$Rj+/r̓)Y+>$2 ବLfkEVuڑl SJG) 1XtJKt' T^·gkI4vK/^y4dSWtߋ;؃ BKMcy.19kr<" R,,]d(ʾ͍7o?Ljd ]Ƥa#!] {ӭC}8厙Op6 \1H0܌B@=p^+C}+wx^]CO`R? < FscR[Q ࡸWIr 6 ;<:x:}^jLvpG-*N@Q!~^#1kS0ֱ8o_Xe|+EXe]iRJYbeL)R S F N !x0Jg26Nwk+HtPݾ\ٸv|e3ȋ]퓓Ek<4$wY Nyö"$mNNlR<4;O8ELs"㭃켃YL"{xwoS/S+?ƒu(6QLۡ0Uvj^6' v1/l2#bBB/~;-ApF[z17mЁlƆ[+^5TN:"%@(hlϹdIګe'd僊-ﬨR޽#.'~V7hFȦSj6k:g*EAƆ9'm5: @v?=}P vO& 3ZIyWLI˹ gԇaYNv4cϾl̀ n=<2 lRCGG^1%D?5sMd:(i-#z " rCn\ ¼N"ݥA ,{/O&/Sh7 FiHmaN| ^oVcqZb'ke~]a]=~s=O X܁cS31ELÇc1>f,wgOgIqmU: JB]AĸLA0x*NMveۨ/Z1#7S^t,>{Ziڂ.yYDVzg_xqV{KbvM ,ٳD^#0F1"Gc:qX$(!{DM"n6D;ܜ"9n]8(KY8ѡ~A0WWK,,FKwڲk୸19@h\._w9._BU(005pzCѝKFR SB}4@OG( GH rlI$inXYL6)t=P-`j s"K,X@sc%Vp6`IX|AS+O6 /s ?$4V@w\_x펍f:Uifx@WAk7υyV`eO޶rQ֚]ST)jL iD35'gk(AX4$>kMr弑|M*+ʻsa, )tXjo~\u`6sC<:}:(Ed:g_9 e)M ˻9;qM8b*.iy;1^dTy*zQR`/84Fư)%P PB'Kr ;k5PPbsf)wRol#uh Oa'v!`AH[B.\NI/vÝC*SO؝r*Ȋ64]$&Ǜ vCO{3%'qiKP6>sɑ<8Wlfػ $8L~CvWE;9Aͬ$a"Jx4el2YC(Be?7ٞ"533FZt$Z8fV:BuX"qk0K92ĘܯVtY|^{qvٚbZF 5n|Ezmy5(w#jg /)lkn2 eywL_n/Keҝɍ8(0U,8ȓF{r^0@l0RDx(Ͱ7on1eЪKK9v,x8TDEGb> pK%$L u0RȺVZZ(^(9k s|uTۢΰ`oug"wߚw=0<,e~4/7;pWoԏ2C*ˬ= ’%~MK҆cJA|^u.. .@[CI_vkAL|raaS`!V /s*&J{cZ)-|y$H7#D<.#у*\~n eU q7XSn4TWmN'9M_$ W?D6Pc6sMj1jo'Ruq۔|t||ƾhK\Ad 8PL -E%۝ktl4/_>dEN2L7Ͼ`Klэj;X0J ߨ}yT֗;TskgK>;wv5 8 R,pƫ u]F^#~'IѝaRƲ_?-易je߿%cݷK!O ?W5@"KQY;Qdgo|1}KFɄw꺶W>ޡת!&VCܶR}ʷjHȢ37OZ#[2wƃ9\EDJĈ:F.$XC eTTiTLTW)wq?z!菼t'7DɉsqXgqk^fSRa ,hib.AZc% ܷ8+nd2܂K nKs]4ħ鬂#+ANI"8cg" MPq=ҋ½U-8\ܭou?k?#,8PHg$3^,=ʔ*oc/5Ne"-uv1Z'?:ghGPۻmC87e;5sG:PyIڑ˰a? [#A٨H[,cՄNE6#LBYs̳Y\j-u/>jt &dƦ"dM=Dx%TMrL׫ٳ̖W[UdrBOT ǰaEp*x7,ewq~Mچ{Z>.&*>44) 5G90vwLȒmܘ Y(3%59dGa\VWϟWybjֽ-e8nyGcc4'%:M㢜)|6 CeH@L _Ui O  CUV)̔#GwI/|ݾVR$ݐ!L9N yCR vea|Zp9ꣃ z\O]@|Y`*NIyt"Y.g6JfaDg.yoi| dPDknP%->8%'9(7o nvJd2D切EwQAlR/TFiO!Pbʥ>jۘ'h7uAHir#UuC/d1oVFV*h`veCx{e!Agz:/=E3iY[ F  Ϙ:>H1r fr0Sq\O+DDYr1^8"E^b|"|tι|;3™? bc .Un[GerEU;7B8J|֒%7mue;DwQ}mAiudcjQ^;JBߜc:B](~ɽe:P|Zg9IR[W:ۢNXygg68iʳrp %xT1E踾4aʄ 1xxK2\`{R:cHobԶ(`0MV>0+1?jZşƛ69n؏$#B>@o YZF[Omu0h}mODWLPB"%/>ZDȄ=T++)^ݦ 4F7?ݏl",#wUR<6 cAEׇ K|ie>b:a 7paSn!!Zx;rڪQ0vL;{bZKvD {c/Fi똨U ŤΪ]Fuyq >Kۯ<=L/ 1%T!㩽+ƫ< hݽIчXi:kI1{a7FG%z/&`g 2g̓qjYzy"%艀seAC@5:vO 8N mӰ~sggz덝WYs)\[$lyK?ԖF_@+Ibab?KS-Y3^m){T*0Wnp:'3k:S7N[g4} "BV -l$RgF2r=Md{ +X+R#TFsd%LUQ1>G2tޝ5==}7 OEczD6Bp~+(5O@I|-sIolPR$㑵K0J0LnuFf&Ya8ET-LrIZs;A杉&x/^͍EK$|/ARZF7ŠcsR#,< #_$ a;şnVg&G&{il]i7[@d/,̷\WvÉO'Hڴ@Upe-]Of:OO2[ayut0%:g)KZ݌G"RSB8uA,u2uK~f5TI$XR C%Aʑk@|A1*L۝ X@==5Nsmϔ}Ì|eD5-j\j۹6˶cZ׃v::<`9Jc9)s" :jQ/^PZ{1Svjy4.<,"^b3T*o+otn8@?sX/5hoBr йȹ?-=d,k 8nIִK//paA Jo!gvet-rx'Pj5eHTT\+ =<|U=j#.DONQaʁ)72S"VEPV<.ֱ6&ɠq1|Ƒr-䚍h7r>؈H ?eޗ~Ʊ]@oD? xpAPD[̀OO|9[5_ 8ϡ/k)lF/]k!6V9Wc[Oq/B!{c3_3d(92 <xW-gv߬R1hAݙVw7w`*S֝aCZ0}ߦl^XvW f$~Ps?;:`cp\ǥ|b[$\3{`5J~]ȉ.q%ǒW_a}NK[q[ؠVɉb547:V4h4fO!//pTleewC`yG;? iPC M;j繆hRS鼲F BU'~xվ ZXR%>FtdR)s־O8b FUdr_LD8^u5OT;g]w5C ް=wmxt$)4nlǣ$,`@^>6|Lt-tCY=۩U7 q=qtS *(ֱg'xݿg^AF;_#Zvrn6D=Y^nf_l!sV\p%6I B,~x;=&,nfbP M:0y|[Orаi*FnyjMj$&5N?@,˫{4PVwD]FB$Ȗ" <. {29n7@n|C1[mޗO͠#ɐ'/G6)aꗿ?oOшĕ"@hМXzu$'<^g]Z9i#ϩgfjBWUC%}A/SQ_ƾ8tf]^ՙH-meZs@WO1=& 0} ϛBZخNZ--{9cnIt[\\zbFqjwR q^,%o!*D%!{%Vxx&: j< U)JB2JBZϿھ)5 nVx[zDA$G`)99" `>q:K.<^~TvLSSCtF^%%X.$t.K =cbS \+5A #K 1DC8, >)|Y@&i*8 M¸&A٫F5bpE-JA5, #IJXAxq ,n©Tdq!;rX혒 |2m ;RA~:)CaĸXƚ/ /fZ R!&(rE eiLupPI4 G3b}#\:DW7ўNU]_p-+ȷ_JDzWմ1b2.ISfvٱ*[x~?-A@a4ޖ>Qhc}sE{]}Li.dF3ff`!q}"be9'DFO}}3¡&v_%ZOwA;2h'jP3,HKړZ__o8NjF#} Фw<%*i0\6laL eZ߰R=b_n!#@SKZߤʫ]1n)`z~ wI⢩ ׿cޕmðwO5B[rT+Xm*@ *ta8>J\{;UZo6(|@6;!)(ɧ"p9Ojg]7鸆'OjEF,C BisH\/6qWVQxFBFZ?,FZDOjE(̓UF*sL]BȮ*t^d͈V!Lgtϕ ]eQ?1&8^NYLRLq8 ( zZx]8_J:0Sؐ?;f#F9rhKgpGH1~ ,Gʁ ,V@ :x o9VY wpyGPul ΉNw87_63 CC40v d!'DxkO]7%I,{ 6HyWch# :+2Ka#sHtS(L۝)Ֆh0ޟi@KA8| 4M'nn={-vB"n R3H_A5٥3oKTO1TDDQX4hU'gs KW Mz3XUTR!.~Y@iU\ͫ;2Ͻ5hX9BN#K)>y{k22}zۀq'ƾ,#=O׭ ٣S6:Br/3o_v.jF}KDFw5"t1N}¹ 2%Y4;gǪ //NRNT٩-<0ed xLqz6l0181I!کܟQxen`2%ˉiiPn};8QKs,Ufؗ_AU"‘A h@b9i?Z]oqpQa4&~lH9# D߀ y~ɼ l?f/y7:[CFSg YNj|F[xl˕>ZZ$0jmwx!5s?vk'2!":?υmc-rN k&Qh375FCNO9BNNcpLg2RgGP |LWb۬40_= pތӜM~*[ ih@k}t!XH@?n+ BDXv^*؊ۜX>+Mo`:tˠ ·W6FDmC;~vZܱ@a&L;+aݚ0 -2Zmߩ)4@׊Yb x-yHB]b Fldio7 7x+NPaGM=B(m Mp9elўR立>)q"r]ZVFHŬI'92uv$.]҃o3Fw)ay+04=ЀB:+bu5`s9"4#69(RˆH0N֎iN&i\Wqa >e6_|CW3e _֣uY0i\2̿>'o>p:o=@Ec3n= ᳧)iKC_rkA`nJFE{؎p7BC|ETHvL)u1uȡknG ElŤ܆Vt7rPvA_ӓ2UD.tj2-o jۡx-4Rg߅-|QkKGpgbibCHϒtv̹9AyHMR& P1/b'wuq={e4-MK2 T/`uŎ66QWPvo[}l€cA3z2 #+.uZ/!T}ع[g &؈K,%歹y<%h6E,(3R= <'޶u$ߌe|wf ;Bmu-/f%@iLa޾a ^ǧs "?>EG)?EYhĊDF~͆j{{!3¯xɟ}aYąJR{2c? KT.*>%<∍*r:.۵ȗ(4|yZSGڲeuGABHր&rI%-J @X*;[*e,>aVDžb=E_o-xۓ<\V%=*]h٪/vQ沲1u *.6$2,ԈWAۥҹ+;ܥ)кrS*[3i[b}Of*| FnpzpcYChʆT̖ncXJ:!(ݚ*]|B|{[NJZ LAjw͎ԉ`"-+ ^N`W470v\d# p&UEl/( F284?~өk/ķȣwaZPyi&lßDM7"2ə'^xc==SV`ˤAo2cJ(**zjԻ-٥f[_+Tm(?mK,$%)]^?v\BkUQ9< 81j|~U9e52SUߦ-Mn+ LEd5q8] ftg3Ox}4ϊ[Zu 6+nAA?6Zt9OARP"]2wo(JDš[S׈kXa7]q /E!;Ns/z[Z(o7 d/*,Ʀ//l9m;"6OV@xΨMe\*C+{S+LhOUs n.-m-ȵ00RJM|Zӡ BM1n ЗL(iW.Ajqw ba[=iL%5 %z4v} ļP#[g,[0>mݛvf)R-cN@Eg\Qj9~0pl4N:sQaQA2vڑau1tżX8ݰ;;mFbdS(c I5~RUY;vT0 ~ћ%~&v`O(`!L %J<.1(Tj >qKi^̞yC wV̵G;bn< o=WQ9m+Md3br-ɒ6zcEwM4Gp@?:CF %T@Ubx~.!STq]7y%N4')ˮL1` 5 ථxX1H̹}N$!ωn^=~90W^mݨznF% tGF}_x%,Zdmd{l&~⾧|Zar/h2C>k߄k! R祋B7Moผ0 $Zxdm-)n\%Qw̽?3yW&R^?7_0 f(ۢF"t/ek@"dQ?,9tX~H# 4{>6}GguaO$"tR*XB+Nu5A[{.OCA}tCS &AjJMfl62JC&#P PDؿ"bR]R,Qw[ m-T4n>xYնsg1N %WVp+nzL9x0^Oc(8siR5 .bkܫgGmO;Ht=;iUTa.f'@`6`%mDa+fh:tY4r50ĽPeX~: qD3F jéƥ1|,'SWC\Z0;׈6R]\|~Eru$ؗ;t"GXsVursk 'bu@f֤,AJTlJ*i_d=Xx,)Df 1dm l޼D4-س54ՙ)il싑"k4Q' 894+%5a=CNt&B_.XֽG< (3_IUB{_oJ& s`ނpfSFPKJKdD՘DL &M mGu 8;4Gvn<[?!Iɂb6) BS?ѓ"TbN?Ѕ4t|"hBSU(& ȓ<}0݀JJ=;ъy<,KO,p67=TpHIh¨ ?3A"Ga4Ig1/n>FxW@m3r>,m}qY+3-QgԁPRzhhRXI}hœsj0gV_ƞgrn. I_W8J略,F,!B`ZEH۝?w^ puvu^w9%SdtgsF!Vy06f2X{d"#=մ7}?\ HrE>^Tc0nB +Mqc=g~ךkxŒM*ܘZ[>קRLkTIT~xdC"ZD( Qv>cPkh,@6Q$ >{cvomzt>7 ,>Ja_,^qJf )ͨmﰅcl-IZ ܫ^T7pYšm i䈡'F]h>JV~GF\q Q GHE9ntY<I׆k)\Jzz,b>2VO ۂpw3OiYq%ѯsP|1*!j9{t$ nudQ;Ъ{fQ\1S(ؑ{c*MV =8yN6xZ5m\u'/$B @0/fȖH`X ,'^ízwS{Pҍ!>.g!o]T;8Z̤:1d)* Or~ kڱvJA&@Jn,Bj)6zUUtIf.?w(@uAƔ[ #AMw0#&_<~+qK~vIK;"G*{cW l3Ja`(ml&" ]SufP< IB,>aeg"L: ")Ȟ5͈;.m+k *9Vbo^mMOcY&v'tPn&9u8#;sjW%Wh0O >$7$vXB#l=5^wn>tԐݗ>fM,2 Ig(T SQH4o\\4ؖUı \2}P5-[UQ Wh_U&+>:i67螺b]M=/pB&&b )8jzt-Ȫ5hn>C&N3#Jx S-"{am}% kYUECj&KhA34Z5iY8Ɋ, (PTNVHfglw 5p(vkm=Xn\\®9# Lan }BCO\4d;Ӧ8#-}At6O~40ѻkvۃ۸ h8'6FUP"uс}㳑]AwS"̡hO/Ey[}WS\uR/,p+':0TvTRؑ4ͥTt7mPpCR4ͱ,KgN6,Q5 ҄>6MU ]5lz'aի(WF f!\x2uz X; 7YkN뵭 ߔ\VX hNGn?(:Э*%Zg~I9lhlIN[)Һ)husY4KN]ˆMsl?ƌjdhB7dAǻ+;ƒ,!?r5-Fk ?a5VE?v\Aq*)^@@?ntl{ْ948 vU33C\8`LcWם_MAu2P_]#t50/9_އ/ ]( a(b燄R;4࡬q%)):>潬mcw:*vbHn]O뵹ؑ)6&]HESib@Wb߲6[s{3bOE?'9ދ;Hr?!kiuMn8I3pOcSfɱX+UvZ3mU(-NgDY#g6 Sd἗Г\qឲosd,vDyT5 8 ߷LDS81u<\2UMjSP) J°9~$h.4 ̽1&B)FݜTmƊZA#3QdP::^;HdM6Y9l}fˌڽidոyhhg0W{lp@0(>iUߔuјܸo jc9!%~kh~D}{tYl"Mip}9 X&OEc$Iz@`1_iLL@.# `9:bja3ZZ`4@@"zqlvmwɣX8{kXלּC[҉wzf%do6ɢ6;-жj kݴsQ5HYtpӞAIXEd8y7vBb {qA5@XvcM'لpkH],1i #" 1ڥPӢe90Q[LKI#>U)[%+9eE9] C1ez@ USWV]IfV+Xɻ( UŰ8 g^70;#E+.;[#㦴^via XN|Wعז.jxwԯ8!#U1P<^{h~8]I̢(caFBCUJzo ؕ,6mgf%:6VU'um /wOɱ0%"(@ }NبiS`8sYډhIK2~lt >/:<ZblHoA>BoayYSEGOUy瞓FƣADlP cQ |zhGɈgRIy;bV"yT¾z҅..>pԓ;+a1 D IUթV?!&:P]df]Ap2P,B WFay '@1Ys"L 8aL2et񧭄ϲlIzSlZLyLhvhg3s8}IG;ƶx9]@ 48D4䗗vzLM"Uoþ߯=U~.X H\i.j_~TZP5Q.>িkI9q]#}mW#.ldFAhfWAZ"(Usj(qh7u wթzï{!f"*&όbiꓪJBva }Gb`@_vrdzVG 84a ii8,.Dl {]x[h=;VtqnRK .gDpC! g,ߝxDoOF5N[2Azҽ3.WA*ēA0>¥=wP@C LCM*[*Vy?!&F>°ewy&{rCጿj9Y[ڜp1Twfi,!ZlBiwax&+[{@4$*JXGo r |N8| ccml<8j5Tܘx{jJ_yEudOt`cWRS'Q8 e8O*Eֆh^M1%_Q*{@ d;1LT&/;цj]gLP1%IV륛r;ݟ972aҪm) &_Kif3=trhAcjkJ8:ȹZ^񚚱>=$M=efh$&vLw_eĞIޱWg9EQǮ 0"ҏv(nFdwxL5[I߁tu#:x}w%vI=Tj{6L1O+.8}tqTnEտ2#!,^`i(Yly[b6œK%`v'-$U 6 ł-ONE "M7#v"sF` jZmƫ,0상߱K=u?Oykm}\qՀjίU59m)ԂP_ÀUy"̬5I7˸zI'RL0ZU 1A|D1 `Y [Ó*-ʯƥnZ;Dݎ27䰸7˜8\xxJPH &Vt([6R+=m{QgMnBd~v6Tw1C)>j~p|]m\7bӨ,fU7U0ܐ2T֖H#Z̪BcSB–*,9@M?s4+/l?2Bp#:H1߰\`CioneHg}a7qׄ$@;:W.qP6P>Pb~RX@/!3ti e'Y/$OkePe< *+io,  sRm7wk~ᖰ'e#zɘ;0o Zrl\gj'1Ν2jA@Y2+1)6mcgva.d'~k?@モ< 5涙ʖX\MW>}˧S|Eտԣzp}wU|E%VC&+ɵߑ%1jQsϫ} 279H> &4$GlCc­#|Y[C`/#Ш\9<wH 5bÁ[)EHpÉ«}ǒ5~-J`Gps-7MzN_ ^#gp#.CP vѝ%=3p=V%ш n;}sP`I5a<}KPǏd8ލXd֏!YF1sB VᄀmqDO f.F،?'H"/4:T,8L(+ؚiي0ۤ,"`YwcG:@TЀG@26?d<p+H-5AZ%;E+9^+k8~&Ts(vl:4t7f6u/xRB2=FIR{*=4]~9wq`D hy `/B|P({ظ!҉ wip1yIumos"<ޣ'sLEuVۍ5C /~Hvv x]v ^nњU*3a 1hsN9]p'Wu*>s'?qxrԌ0Rs wV9v3j(Ϛ_fgڨ%w{vtqAQ?pU ]\(/FP_%/ m#>.ҒYDE(~8׷@o"TeTDV2;[ί' R쑎S-Q5=)5l9W g]U vK=l0)Xl(܋8۽sNT{ @Ϲ'1LqlaK'Cx?-ؑsX%?t@nܲs8 6JSW+ܫ)0LvZqS_xeѸ"0kWʆ\\Jb'Yzl_hҵ+$ բa ÆTKM-׼]wvиNqw tځ}2pnDy1U ]/S=~?m2T9ZR; ރG< L;zUVj^:H֕RSX tdܻw|wW! ۧ -=ߥb=M3O]WXlGQ_QMO2uwBkxhg>cϝOI=ԑvΣL98;lc,v$fJw+RVZ`W>l(MLkdvow|Aq]$کVO|ml.]R)ni hpT@/ҁg{%Ak[^}/lD/ydHJ"i ھtt!MQH DJq*7I{s6Po79Y9]FЀ@II;ɛuה_$+.ja_Z#cUײ%Oۊh>R!+:-B~E{׭cs[c|un 4?uQ.$'aS U= kg4-[mCO+{X!&Ɩ 61d`"18ρ Ib{j5̌~4`5|DMW0@ 72vCW*XL.pS!8(?H|CxkA+ 襰)LZnrM+z) 7FcX)ИWgw`20jhRJ)<62n>w?NaÒ\4{Gr(E O}H֕׌J["nl4Ձmma)Scȴ/84 :k(6 wwrqJ~!Rʂ)rRO&L̆)I2ڋ[" h @30u95?gq50!"+W 9Enʗ70-υlRq3j5J"fwa")J zU>BxxXs50_?!AuGgXO `2Ve!QϠXJyUEضÉCwY}YIo"0ZYpz QxfdEv9 aX?p- `#ޜJEggm +֧$"8 y M:N«(JP 5D b6*\j o搝̎+݈nѳ4R0`g)(&Wvu<\l; P6#1H4*e0}Ҁ 0ߞY];Z˪œw t aVAW82ڗ.H.45XP~#nF"U+l?_:o4p&}Sf&74u@ѽL (N*d,Cn-mBCqMtӭIRw{m8 VI !9X| 8R5M96x>tv:m'2 +l={FFTnz"WCZyvwfI)?ep'M>[xA>( yd?'U5rPP UKϸY.bZF_nf@޲kM@t>Ds'HkXx x@616 ^g=)tCNXGc2glQ>+{ݘrC1;h40AAF7wt~Lg4I$aR;F^v5=)YF>fr^h`~\uYnMޙ\9r U]֊DE6"K ݌ W1̺>fmQ Q |. bs}7bp\.Zʪ fGLj:xUOuدt7IҥZ6`/% kQ*%uC^`]M1 A~F N\%W2g*LF%48I.֡\nYY[d ˟" 3L&L&eLnUcOSC<+DԷ ֞|u6| {.NT }3ӹ4UdmIv_sưņ>n#?y۱cq<+,{A] pnmMʄ-Ť' }螵13|Qls.W@޲M:_3q df.V']i& st,9ss(k\C896H'r3)5; "H3 +7ij`(z[N~6]C?4BGdO).V(c^xMi¡볤57T~[ELhG ێm ]*P@$RECмL!\Lsj 4|?n_)8omKH`;PBb !_V#uC%R!C?D+m%JdBÖ@bO@S$ 6fjw^_RH7e&h:')N> `g_fAxX&l04n.b;"g0 piTGH % BS xF(lAQyLHp-$HU~SAE.0 M p\korF V{Zм}#/͕?r7#6*Bsq: 1o[{BQVV 1r@)cU(-c(}pE}Oo8/h;f.3N^X1:!)|AT3w!=-xn /EsXt1G߯iWV@|sOG^S+};Fhރ!4*GLJ`eA611JjJ^UL[cRsHEuxߎ<8ߓEfH.]ՄWtk ]yd5ERJ5Y3m|9JH)"!ngPEC7 #7krK(l9Gc8G06x1gGX޽-T5 bah,Ww*иOŃ&#}s0C1B3ס'a ]Ar.2e`|nV4j %ј!|@Z*Nv%G*R#t lFsO(3CBb7J&qU9 R 쉧TG'7)9'߹5S  kd],jE1>$8^Z8d?,yyg!Xn˵դ :52&bYNfZ<ǫHt5w&;'U#{UyJWPsc>SHzMCNB&}ZzH6m;>$:n(9E(v:ԫa>AEG0 e,7+ w=M1]&z'lFe_NW كi@?KlJ"~`K(vC֋ve@8'* >,jgZ+Pgw@ L"]rV};O:F&ܦ "L 1W:yQ%y>2 7$1$eZLc=1p#1Cb {Ko4UwGw~  D0pbski1Ls[SGZePPLCT ԫ}n9g7,_TJ*anGl[r!Bhj MIxess7'wbz캶1$VKB\I3(>a}ԟ{@e_e6X/9D"zZ(KʞT~G?Y ^PsQDIoHTl{~UOEREPOhT-z멹cP|\g3uZML 4DB;ҧ 3һ*jnHӬ7k8~ܯf$h|*[]Чp/ZOas[kbݴОq~I"x]-@$鉺L%vז`8tW _i|2-eCw"^[dt 9ˀ2iTPZz BPQ3//}›dFdY#JԿPmCUI;鑌|$޽YTx*_q-^l_dt#L#=!-Z&m$X3,%#Sě47E=qTR*.2*-pc_ϓuorydU1j;"'tAn6M}i ě7sKd$Fcf3|vіN#lK`*6%@8&Gp@A`zqkjmYգN n\|lܤ.Hzxx6CyBVc'$LOxX*&p4jYS><Ԕ`:0LW.LCZwh< tU]+6 <Ѥol1;: @]ƌa -, r&%(OI:fE=^H7t*#CqSq_u"mS|6mW +1})W%,'aJz1=Qɰ4vZm`FzLFWuF5iKChF}wI;*-ʌ+NmiB% py 7ͶQmt~QH-9]%!pX% ^.w#) u}| wRZVp"l뤔JxW9҅f9rTk$m~u|ǭVeF~mcA-Ӧ3nUMDr1i씆CUŃ$#?LctX#w}?ay/nu{7{-}K4 Mm,߫Ih>aos-e=#ֻt$M{$566pݑ$fJ<͏je/:H2WVHiKP$h,KAL] [_aiPb%A+h5E7eNegx-65 LIe ҅W=jp c$uѾz6i2!XBEtOA`r`mvoFRΆ#Az8 hհxaEXF loTQѓbϬ^D0" QҚxPd$NϠwoQ + mEQs=a,~NT}ʹRмIu3oO(G<6Vovăr ջȱ39N#^Xgn 7%-:^+$D즡Ey/ 5o 9r%iX UaNOA`T.vl d|[V;;ikqi -ouCB#|hE}-'NuLjsթ:zR!0C [|#33ο>QV yŢT_i^<Ѓ hxltCR"|rpGv>y(K E҇s]&aO<GL1ڱ4Sf>g..V%yN>X?I=` o>\bxc%>(d)m IHy0 ~`~ 9t+)aM~ĵ~m_~OmBR{]r'Q'ʛ^ iұNy!p+&¿#v4ʦ߷ =m8{A`:Ȱ.V HA T}D~*n5gby0+)G&ݱOU|RRVi6vQ,}YɴƌhKMʆL}U`*o~t%`*Tq>37]±ܥ-ra` _ACTSnaFQ][m%y'H ts_;Iٯdw7^kчEKJ)jHP\gy"ҿ:A T,ec,)k?s廪Fgی k`Gj0*-2+~h;9&5)΃|(Gz$!t/KWWesm.yVU`8+Oup5_i2x}&[֎W$-O\S]yL+ Qp31}Z]LN*qadOfLp(P{](ŭ \Eh "یX_qup"uE:!tݪ҈ %cX7E r^3!"Ї+G)ʇh2&(Q'"vzMNDȗS^{ti߯&nGj۪30#Yv*+q8Ěu310IH@1B~X =v!Qo!B8jis6? {S2ndi"gЃ/T|9Ahً˪m BGutHTAP|>5 r ,u0{;'rw5*31>XD" " @5QwF^c:D?V`{ =h8Y+9HrRD 1=WKX+ansa+- g5:՜ʇpo >$%\PW p*g/]׃6Iy;QLn7ރ[jyلZlwo ]nzLS]e}czj H\ZrWLq>0O|HJM$*B+)͝p䎭ITcERBNT 'WB0a6'+#_YWˈtEb ([rExۗd"#^]RA'F7ijDדgSierYNMc)4J~>:_J@wsGjF`6]C@nΝvt Axd3sWYdJ1vrtHHo6]qA -kN^sUzJJqM3_ AG!*Yk`xʟb BL%IngON˷' 'pݴ}ĀIKŐ"I#ds@Yv ݤ]E?~P>ZY3-:&A w ! vWXu_OUډt D?l>Pʐf3IS|Kɱ!$wI&&KqēRKR4okVNn*Hن!{ P0V-2tQX%X֖tubRBTJ[4הإ+*Gz~Rl2# JH"[hEՈ^PN4leeOAb>ge)/QI2 ;0UW>뉌^cL4wf:,>J䄒To4::kaJZS7CE([ 3W"; ]%j~bvĵPD~EY M-%k52ϠYJq/dXpb67NXuf\݌N6pRH$s_ yZ+m_Iic*ҍYkFz 84ᇚ؈E76k_>P $DACwa\i%.3 `φ- mrܯpgT-uPi'σhn:Y]Z;y1"T:)%}"1^B+NFÕGt8b~a7tC҆iD;j;Ou Ӟc)/yɡS23V'oUzLGE*%ʪkЋ$㖬?mr-j:UĠ7 <.i{J5t1utLVZ>^ker="8\4 Ii )fjRF]jA5;롮ik.{M!ѕK.[(7#66p 38c6eN}a߷+t&~AStShLxyB gȿ{fܕ̓k-}PKR*)w} N'|xPop@%}taKD& vXlYO‘1fF7Xl9ՑS՟,mpVh &9Emf7ۃ[i НR? "@j3],5-TRU BؖJr/_RA_Xnܥ,Z}}Lo|ܩ3LS.>$\B7uh@CIXR3\gG4y))htj? %Oܕݦco70Ŧ j1Drc8څT%>$몜 5:'rDnC}ǂP}%$H 8Gclh,)Udp2'B̟aNȎ"z>m< a` 0-T(vݑй)yR3*1j)D^a cʭqL5'35sy,i@.U AC8+ pVåQOfxSVugn@$DИ֑nPv8s6&ArH[LcŎkK[mr(Rzw Xc3DF5tY\Q,{>\fG˪=.BQ-3wJ2k@cNŷ ߁H'܂9)=E{8s+V c:_X#HMt5[-#y .vd%"QRj htT'c4]OɁ1;h#8ߢgo}:šKp ׎t ]<^O>%;g/(硭cV)+f[$j,d)-S4 5ie5vI /5>lĐ]\{j~Wn9Qcݑ(#4\ڹ1k*3v9x[:k3 W8mg^LXӆ>qUI_2Y6 j&62d*oM;KcΌZU>CfK} X (=7PXs_鉧˽"MDdyĽNA"GS8MInP6] 4;FQJAbmu3/2TBdx0 KT GL ,oR>R*n|qE琉%"w_idRfp%6]tHTS$ Ƅ%݀!,xefLWOyg\ُpƾ:u9BE(QvKEUtl+ӗxCCf݆~y;4cL^4W(ut=y{ .BL6~Y)zv7*Os[~9 %vHp8 2SyKt"xP% E>*(#V5HG\?Y :i5!tK8  RVf ׎(„.NYX+͢C M{J;eJ)3yΑ#C̘ݴ |7j%=zme?6~t3tju=r c&m>Ҋh9Yagh:))9:di2$S iBM4~U7zȀ>4tEaΣ㐟Zi1v"Z2L?ʻ& oA)K;WaP?,lf"*Q-0꽮<qDс$^=QmH}~9AR%vHg%kbKPA?]~;JUˬdeFwolOx j9}0@DF^##)gHfUN K.:P HLy(ŢBېIsM.Rqj5,Gz~C]z5;Պ:߀I{B\PRYn d1q=ȊpS!X+=w:wJ:VDŽZnA+!6ndm:jӨfm]kl\xYt6J#t~ ֻ2Ł.8J*rBB؉ .W,R5Jшd;!{gK2.S7+R.6|-.Ԫ8/< NIh[BS|NM\UӺ$-Pܛ@m}!a뼩IP]sSZ9jǙz[փLrrZ8\zA5uK|[KW9OO̹ aw},&\!8ցan]Sxag='@ -~W Xt9c)`3/({U},cvZqF2qUIoJLZbr8wM<+nT=u:d\ŶɃ:|Ԅҋ~|i/\6tҁD^i}k4.׽z S;ܲ.q|J@W՘8< iBw T1zg@`W$Lp'+XB.Rwu<)YQ7d7E,HQr+, hL{&-G>? " %vLh ߻_C^`bsb6$þ 4QքIYF^e# ?2_敉 %.<2N`:1IcRxbY&PXs%+Ͻ᎕㗐:.J_%b=x}u f)G;W rXB6WM.~`"7rCw9\u} Y+*]I)Iys.ȡ)y\p09jl(ٌ@;^F 0 *kO` . "+m^ YV6khܰ5cWq&ՙ8x?ΐ[5ʢUrQ4;(٫{WՀeI`Ш7(Q+v ƲeT"qȒ8B[/ =Olw2_FVq5D~ ѾI`a S/ zl1ԓ~U )pI*o ؎>?RGB4Ix^7h2VBHr5yB\,* qm(Ɨ 5gzwVL} ѻn8}5A96Rz:m-@&i.pKRPu5~~EZ|Q,Yjez)^ LWJ8kckYW j=RQq<2]rH️7"<ΛSR] ̗H{Whuf@ ww?ϒ# Df.lW…u%" ?9ǂ~Р^af&lh`Pd. iƩ|."A6^a`bk7x6mpKٝ)[jO2ih] Lg)38.!my(o 3 u.^@P+ B(EB?8١Q;H6 sؼDҍ͎c'LqYxe\д8g>VTC/%ȅzt,6vgky``C_&MwIujĭ&}ŝؾl1򠾪n$[Wxhԡ"#hZՌJE*w0  d{VƂ=ieUVÐ'1\>3S6økf[KZ .bf`WKh/ ,ˎO(y(Jn. o*{[/~:`-|yZxaD씪A+X<}ˬ+g8J.1 W|gJa*L˨i"7:U1;[*YkڟJ[[Kw2 Zu Z?~sU*PȂ\R9*Rُ+>T͏_;}R(+19DVSxm@1bMَ}SH,'( ˂7?ҭٹ/BGP=>]$i+ dp̍'x+u*Wx]4ˊԚl"i$+hdR+TfOnqb6Җ}hn! YbXSbcAC,粙] _cc768z!ɹsYbۮaxҢ[m˚+MhCuzڭ$$7Sw;П:@̃d@ʂllszM|2Ꮷۏ/ = )of̊/jGG0ZGܶgiE'>N@>:_KIf0EHd.]skPȌؽmۋZSQW#PPoפ63$ۭӇhuޓKOZI'"Fx5c7; =a_6%E5y\<Դ9)C;G>Da?3Iy$w(XdskNSwR' H :`kXR:>3^"ЍB-n-HΔ)j?iۓ04s.Hkh ɡQ-:eأcyjɕA6adX:3*M( D7hK/A e%\Aj݆WiaK52S{ 3| >h6I&u(V/k +6(_6~#׿S0hƹ~;Zj~:\fW2:OGxC1S"4K9@w<ՖA ME_HK6)F4,of]ѷ8ع(0h XjꪈH*"#-Rm&bp`Q>*:ZK"6$- cg3'FkNiS?3"M.^ 48Jf1 ߯sC~WsUi8ɛhR~[IZKnK&1%WyE$ƿvMh5r=a\37') ӒfU|@,- A#ek1]ҬgJOI2.@w3?nk#1ϛ>Ba{T!+Ȯe`xk؀5ULB4~l^E!--U%g&i/{M3i nWEMv( "5rt/Fob!adh2dj9  ih;GeaVgLOumQi*-O;; t%`tB6J'Ѧg<1̙wzfFy0K-= +6? (R``Ц4X0 vC !]Vɠ}aƦYQ#3(ڈ.vZ6-JOj+Ls€`Pu('v"I wEnnb(+> 6I{|JiX ܯ >Z&&'hIIx?qA"Df#'PwJ+Lef;_dķAO&u_!ImA^gB!0YDwjVƛa!יVQrn^pM0/9._ sC`۷)V]:aJYL;Z+H>Z#:kc/1هntis8>fi',dg `*J’uJslc "JtN/&Q֤ReyOaV@oK*:vӇ!{%0p^B(GClnƎ4&77,Ewx~W7nwA^[,֔>Xc*";,qֻ:2FX=7x-;lm ӆ'MD->H 16BP֡QhtJB֩sV-%cT,4D\=hⴓajVQNZU`bW]zhNJcjIְY~hQDRD=e|PX.a2 I\Usݺ?cX]ʌ²%Es?!Dхq7ģ%@bMooK>m]TQ79qElZ0J/)|:wdi%`9#o8b̡wFоPnM V]tQ!WUA^ =T?(*f3sA7h;hژ}D ιxCsFUN_|G&E>&U/2+W=?%o͹ÐLv-'coO,0k-);o3Hz+CQa;D愓VԁI}a3pG9$֜H"̇\ɻ=؈KF\Ae"NT)Z CrDJؐ4DC׮)Ł[H1?ڠ5_n):iN;AH6TMq mk'vU|C5! #১ &3CoZq_ׁ[}$%:hoA䮥ZI0ƂKQO6/&:J)孋4֟C Njs7_]S͌Mϰ)sNeĻ@V]#GⓦhBgN kVf<ŗ)omfȓ)+{#CY7m=㳖\#F,{GEk9X'։̷W,W2+ I#O(C`Q.'ME$` |S]o|&:]6a0^Ԧ7--p-BzEtBW1pPq# #uAſ'J=7@mkp)J)WkOm~IJʇVR0! 6˂vknP8==]|G h} Ǥ@;PUaüpՇi϶&P/zSl,{a^۪.?5 F]Ẍ́Q-"ƁaJ eCۏy7ֆ Bjq2S҈^F4~KgmEuX&A ȄxBe"|7c_&0X eN0T|cȫTeeb؍T@*:p?<\u DqFJ*2Y m]+'َKL-d$灟%+\Лg_0wձR,N;.8/!?`Q8"֟#G뵪+?u,=@^G[4 ʮi(oqKɄmp4 ӉQvbBqQPem>v\AAOQRJ `c羲eA=Ve6:(:pHa〭u#bZBNy[mҏ_`[ fY-V̟}Mk\N*~mh (_a{%U/+t34w2׶{#DIFVGqutIy"B> V D˽G`4b)+XȖ|q}C%hF^bC6YMPإpOu4 !8'AC1㽲BG5AaSwҏ^INjrbBi4*upCjZP[x7~Ƅ"ܴT'&&>Ri%n1%3+ތݍ)ax)~[ʈlg (=GW,)$.t,ΣẐt{ؐ752hVa2` mO=26~h7dv8s5a ҦXǚ$u DwQܧ H3u#{k" `m))>HGmᕲ_@}L+hPW= rj~<(`k@rphCTIo3qON8tACΞpa r)Ɨܜhٶq~CW( $R5ZulcƍS"GLaq1407u;?dpV(jGqn(Lc=7<6:z|r $X}! O{rd- o+{߁K&oP>8LouYJ(x:;QW m-#Vα93W0Fqh:\ ejkBۀ눇ě1HIb jx<A0ʛMd7,$gҖ+7K=~gCg'@mcT;ZCg(jR <\3AX-U.)fD`/D>2eQ/{y.7&dS H\ 'a`haZbbn}k~8->s.$qFV=AeаM !uMH񚝰'Pкgiأ ;/.)\Ȃ<"m3༾P\ MP{ca;F8,jf6Ĉ@"͔&(TDܬ}eCwg)2n 'Tz-Rgc m죗UQKȽNX?G.zN닻,YCF&',ȸ"g4G7cZiY w5 O-;ʱ #Y6<&4gخL( * ė&\b96$_ӿ"^T* ;k]YŹd{'j r%K_C8 ֦npzK-c9S)-CD=)@NŃm>[R-*5͇xo@%Z6o/q%hM{Et NM}؞ĆGRt] 5nTǸ$7ҵ4!nDeM {ąHSUQ1/n,Fґ򪋮+XVd'ih$%r$PE|šawiM)je ?@}u ]p%N  ־W}|хk!uq4x|Ϥߩ;˜ j5U'SIJ[ [P>-8 bch,]6|/6pª_L߲qgU^4ɣgQ}~K" 3ii?d kռ󃹩2nP:**;"@g}NCt0 Mt ,6xߴvܑ)+Ōj#f@k/O>޺Md5: Rnؖ.CagqKJ^?d>1A7 {+`{F;,rs(㺒<[8Aa|۾˜PU G7e3Kay^"Nj6#~ا7"peC63g?BQt~P>L7 V.k&qa2F/NIw^9<@&?Nez?d]CKs 0`x<cVy!h}CQ_23<5&dJ+Q+ZJ9n xN5 FMesvvwߚ$pB/ pq gRaWQ2im+R:bkr;?zB ^]촉.x1,F6gïÿ-._\|)Er<- R>)}{6d!^'ra${ͳXץkJQA5VBMv'aJz'QjKe02ְb :Dw:ݲEs`@o=G1{E҉hD~ `_fƔvH7D~Cs@³~GO&rZlf]I. j/UxaN.kJ"x~ 5 nRlIZ{ʑÆ6-E](+goWHIvZ:xi.({B޺8:[ac39/yVY0<1"9r<'ZJAIL":Եյ*p2x !HS^5*ޡ)azhRr2l;W+Ͽ·LLn0E < JR<맍ZL]d_>+ݑfGَ]Y]|ռmB pi`&r?ؕ\+jjVoF AZw4dKg-߸d^ԑ *ʴݪ[Ɏ2OWDT,w &߽nA; 2PŎ_>Ian6]$,FS71ڙ+=?  D=C)Ņ.a#b:I$İN,(٥Y7dN<2 D;r{ $W1J&L2ā ?䉬UWIXa:t0?p@:-x_{Tk3mB4h%@iwPΨiu9addK#ƒ ׵48ӯuA[j&y@7Q ߓR .hL%X^8q5:(vp1o^NCäb;Ѱ? e8&@F`QQjgaZ%qd~{n9`GZj$hN2`&>q$Nb\6,c|<]8Wzi^$zIlhgQP{ w [vfG  &ẍX1Hrw VL RḆj1hn=Rcuv ;DX_Y!<̮[cTo;oN?ߐC&( 6"$epdOYN NfsxW{@EI^(#08 ]*=VR+JOQ @S쫢Ć}#hN_DV#dh@_jU}jkfH#'3XNc"מJdu%o<zOrR1}6/2$f5!,Dyz6_ l'B9lzPB5{x0<0 #nN@1*rj떿 3IAaٸYߐ<:^r@ =p =N[sRT :;<9,[PnWBq.!A9"+o 0NX:^-TdN:33\rʕGxjϊ;)tʏ,2Y%r\D3!AA7Qgqrn;(0 iSG֩Z5}|o3䓡#lA?Gǻ~a/eZ6'տ On윴˫šBa0j^1٭wnXq䑹t Vޭ4-b"`ZؐYѢlF8 *-j6yfO:$Mlpga=`( ^O)L3~&;&֫9ʧGZ 8,͜|l~ciPnNN<\%QYU7b}V} I3k˫Fǘ0e8UQDжmWSC̝앥lV>(pܛk͓ltFnx6tG H>(*G5YNY_Pj)i16 hL&ϵ#U9v;4 1O*@#⬎{8ww4 ^F=I8!2[0>ՑY#U&&(sU|90mhmB6- NxL2tȄVf ,rr;_WS@EcL!*({o7[0KT]eRb3 CPJmz* T rɘ 1΢rΥwUu @?8[碱K".'(bezg[basZ!GP*@U>6ǘ{~Y^h9c b fE07d<}M\ȓ=O6F'?>b}xDw jˊ6o&r@YM|R@%[ܖoׯhKIwkoi$WKjRs~RxI8PvnZ)耂JbX 7D%ϝ٠m" wI-bj:`=R^-EIHek6#04!0q'_cA,omMB0P$F"䴃l[Q]VZMK;s?igc]kH+35)xn+5?Y8[CWb!7+ùpSG\gm!{2^ەM:B @iV,W3dԋN4GC>2~%y.`jK.nQqQ3VYwnR᭿<1ڔE6Im"v;.!&:zoJ,` 馓Ȓ6sRyʞ|0ު;Qz_D(#sℂC-$r1+yZYzJe߄vNz~$#V壄5^:k;B@4 ~\ k]3/i"}dR^?[eH_ k8W3eq*mŊ,?>3KH߷^;;j a!H'жO7(W)[$D$Yj5ZRڟ)=b7@4%݃}nqfoAC ZoAx2asQTsqkdU z9݌XHpC AM~5Lo;O]{f'5 ٔ2fE4h[y;㓪ِgV>G:y }lpi3P_q*h'>R~^r:@@ܳCS.7n/8NxS>ێCj-MFtjH7/W[}A4{13y Е@3cM”S3{W֖3JĨ!&ޜ}# ^#">,Bd J@i,(jNM.7lhÝ%ͨEXZOU],ACrX u Ju\ ;tYշ_Y>"px:Jąw_KM4OVCT:f|OK G`~5ȓLv^o bZuKm3 w #="? l#Ei2*Ҕ\I|dRxupex^P_k ` X":D @ФݭSG#X*޴b6.Eބn`ԁk@*;SzL/JVZPر+ 减Ӑ>{rN[Qp#v0;y+o7@Oν+N-mH!TwqklDz ք4 ytr) 3_|&}oQ+h2Vd)YHج(T\kj/CYoME! oT/΢4ׄdɲ1|n髻rGtrOKq @={9Xx< L>&.%-·qg"&W@-/pcxI#9lߤB&ju}ut}av#8K3 G͉N3~}$.z-DS꿓m_!r\tvF^ϬL2[!8(]2e>c"PfPN([>~ҩ߼[ۂg2}-4q*a񄊥ä`9L/>f<+s[T 6W{/H;S "v"uPL%@4ZGT[JPġ6tˉTyKV(Pͭ# >qL-}Y7эI'1>K|q#(4^x>!<\@a_) (QC8qVn) ^§t"FDy9mnsgIn7\+o/O`Qd{Sˏ]*0 :m]6e\#~Ccֿwo!`( Z  ";|Ca=/@~a_9W!0[i?[WEA._!9P=۴5jK/P 6=b4O>eRSBpX F'CƐ w ΩIi%wtIa[O#7`\wc0iCFy5& vEDlE@*И;Rʈ`zɷ g6C /BY#DS7'p!|x&Pm^u(vN TG`CL-wapoi'2&'ѦԬȎ2~ 9#N/F 3Irzְ>Qb@{@:n! fa4#5Rl`^4c!v<9>  >;N'|Ϸ5[h{%|d+*[1B.@iR0zq'^~+.+0mX@1&lug /h40H+2vIX0^Z*RWFkx-!9mˡˠ훊U,ƶm<⛨`ښj$mM(SlL7< Ci! UwQ&i A8C~T_` f:֥ 8H_p/)k 71 %ښ憷hEяwGgYިN3UM?cKOj41,ңj-A2Im2D%~U sMf4X$u WQ6v` O2:e[QM v-ww9ϫdF,YD\f Yx)hZNly7mY|n)@jGV<i#)TY|AELN?kԄz47K~^1x`:+s";bua1c?gqĤ5vŮ^=Fz?TD㓌Sv ]>#lEFr\+N b͂|_םzFaA8i*h;#ph0,yFy@w47.H_gC3L~Ӄu+&t[(jU塾٩pijNiz Zo (MjB m Bt gb!LeZ]`'T3þ$GLeLW?qMFhomXʐr9\1O"E^&ڲtWlM'ӒQԩN7̾a{|~2sYw5F 2$5x<ƶ!Xu1 ȦwMCvƄ~a$5@LUK"wa\"cȪ4&iv ꮞuPPK&Ju9W%Q͞vc:v jtAWa&ZNn=d 8gAk$ηiO>5!OMj۩w@v,J)i<8 z(}BŠtd i)z&3.~+IrKw<|܄h8u;7نmBT2>/LfcDeyh]Zo 'ՊȐ.IYh $x)ӜV-pu./N44څ3Er 3r ]'6Y<(X)ef )_kNVfG#sk _2:pv#*:zGT\l~n{jdg䭍ܩ CgN)+L5]3k-\!^oy#7D[Yko-s˷Ukt[ohk'빩a6_;rz̮N@‘ q@)!ۻM2{. aE w2BA./ߥz }N-ݰf@ID%^]XTGfBꯚnQ'B?}|-EFt#/D3N- 4 ,\mm $yHzepx'.O͉fkB :WfddhA) o11m&sBo Fz7CA_tc;w 7."v=B68; >#^n*bqǭc}{ nq| ˪~O6C5nGWpn (̽{a|2=!T-%1:)~4Zlij%?9)f%6zK>hYԱOX{)YdE>"NzQm)gaj~ }"S5%n|6͚f #|^mtsV];Clpp8{ M󘇴:︘jɴǗЪe׭_rae2(@Rߺ4%Dy[Qn&`tJ7nt6oh^JV&K elc. :VF?7'[w໧*mΎjK۬@%X1ā_A˖R3cad*[1+ϼ9 :]4tfW<< 15 "ɑk%t'uRK)^Y? @晘1^VX4I8:W8 MmFT3٤=>#d% S٤d @h7JJcӆ:v"מU/9ոF?O}(:KAfe{#e/c_ g1y g]^cSqw^@0)o+(f ߴ6d;6/Y d [?aoHCG@LHc9"ToNxtIKz/:^MG٠W `&1&dzeŠ-R ҩFvNISbyYנ=*F:K`B [D?Ye~}q2_ 6،ݩ:w(y껛<~- Kz:e&ܜӸB pUċ&"1#BJE.)³wkj0%R bAo݆rvǨ'Ϋԕ8Y&ʎ sգԎVA# }t?Լ*'K1d+MQ!6жM2L*' ;Uؼ>ݯ.([="Q^9)Ri\+d 8j\RQĺB i_ |>2j?nY)bo_4%]`:QAH7YH\|wv-NIvZ'`O:;EW3w7ZaYQYyOA# [rgdRO Y+yMOA5 +"|'c9F 4m>%ؓ"j5{pwCc|R VO6]:>MhaN kppܐ9'@{ / \)>/_`L>{S98۰9ı ΤxVz~LTUFPHiE/ Nm0(ws&ܮ -eb)Ohm-\=G|w})P?r[梋uGFr䎜TGYɧT/db+}P]BQ=Ѫq[ax"Ҥݺ!30[&{B]Ib|`wb}Z;V0~c׸ζAA\IJP5OϔgW}LL?:HDSP4zsԟkL]WrB<ۋR$,OZ$6b;)'M!쌎56IOFo?;jr.Rԝx:>sVvV[t,)& Nx{p,چZeMPyWKsTu$}&,,(D7* 'D(7|Q^eTFl)Kӑ83TێOYIN龝Nc{cNaKdl@ (Bk^0!gh_EQlʣI?;;, 0V Bg&c{$%T [YLU2mISpҨ  a''AH'EDNj|8|b>^3X!OrxOPg;"] qUdV^sђ۠%sB-V`ZMCnV(aEvӇIy*gJ*p| H)Sٳ 偳-acNv)?ϛc!.=6rޑ ~>")i Sa,ӊD x{9%聑)J|f 5M52A~B_E$)b~ řP-h諪n4ocza)+7(\@,]g̊d,sNWW ZM7W{HeVԎQ!}[VK'kyӻ3z4GZKEze \rm+=Iz\]ni\אdL'7媹spT=L`q!4ߜUp| mteF3<:m+unD#Z`EK+GVw{%ͥTVgXEm@ޣSzz,J%%=٠*5?2DVyjI-e>iY~)a1Zv$'BvvUno~V׼HPS܈@m]SYb&fW~w> }طO_TgX>quFF}Ƀ֜ 4(P#U< ѼXdJ='dnmw}/e*F=k- l/ {US ٔpŘ On0\FFP/,6djԉAy槻 R"'~NM #rR_ * Ƀ6r3p_^ZR͘81z:9* eWfsl4ߗJ&} 70"o(UpK9XJϕ?R1XWspKLdqb^vhyk=3'HBzݤe*8϶r0>!NM FX8F8eWhn!z~2jr;>`ИIm/w od35z W@~\UܣhLc!%(F|W<7qCq1X deE\b$L@&RR㱯m`n=gZl%8&X^X6k}]xm"ombN.JՋg=`d%$@ED:#bo9+"Áz: ) 1ugMa.g%HĬ ^UBx`{苄:HHK ʱ Q5n_$>EPl-af8p7d AIhЮn!{$TD ?MUH#nvN @lCs~3⻖ $,pYICBkX/RvB_vdf53և{Y s/f56UBlGO!t2Aԯ96D7,gSdmk8'47uxWH)2GG6Tnp| ΗQ>ml8tFĪ3:`jQbK'ziplPp Тs*V jo[)VȂ2;޿|7٫d*s2"ηYPTK(7$V=9}/ P 45q_K/+⳰|%D6+4R2iYN! 9]#vƿ+ɏCuJ=- 'ru-gT=2sUU$P 'CPG` p=n0A[x8gQ¡ZdL„ňYj~628BQ*-ɻQ*s`@H{DXz:D40re⾏@ͣ\VI0tiY%|ڣScadq8`o\k`Tr$+x:9oSPfM!zneQ`r$ !^H'T_h+㙤<{ŋ#v0tԗ_y9X*V,m E#tN4\ܓv5fiw8so#kv=]I\uŧ[ n,yxәYUkhPORVd ʛ_~`b;Za U-~"n(P@(6dh[ Rsx\뷫m.oi\CQӃa/VtO:Dh̘K{(қ)5@ : ED_*Fc[ӗe $do\FUsX8q/$) ,8*Mv(^]n6Ǣ1FBd50gw\Ne8þZ`C[hYy=4!qKu#&82RxjB|qSNC V q vVf=:-?xÜ=CSmR,o:` X2, ͵qxB`"whl+' CͲѴg\̔]KwN . (`_jj)fc l-q (b)  YZ