libtiff5-4.0.9-150000.45.35.1 >  A erp9|5" vYワ 5DcW31PD٤,'M/ @Yu{&\3=EЌͫ:PvE`1]+ŝ!L X<{bd|c#DuJ&B dZ(ceT+7=S07j3UoP2'baxw]tXDy؎_|si5eeH1ž!Ff/Wإ)وvbƶ!?CIWer-Ur8219bb719ce2b76423e391ab2f9025a2b94bd9d455eb237af3ea9da972f0304fd5fdac234221db32c983adc8e59ead22a43fb2023xerp9|`7h?4b9qw52,AvS읮e(>EWT p\.tЈ+|7v7*G@jm1Lº_'_^'8%nuоH "cmu\*v5W"&n1kQYk6(_rmcqO6`^{D xQe m-@X> 0uzܸ4uɓ8RYVnͯ@}PV ,>p@<?,d   U 5V[ q    `  @E(t8|39H3: 3>@F G8HXIxXY\]^Nbc>defluvw0xPypz(Clibtiff54.0.9150000.45.35.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.erh02-armsrv1 '_SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxaarch64Hz @mA큤ererererer7)O@er4cf6577f1903da0bbe05b073c5e09151fb5f1b9af3381878b7d9097701240897d40a30aa82a5c29af93abde86425356ec89c6dc62a501bd593259550381c575efbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.35.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(aarch-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.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.1epb@e?dgdck@cwscp@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/ldconfigh02-armsrv1 17020353854.0.94.0.9-150000.45.35.14.0.9-150000.45.35.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:31772/SUSE_SLE-15_Update/1d82dac16f3ae7a64bbc7f215e373bf0-tiff.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=28fa52898d90a4653c13e25af17ccc8442ed8867, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a9c56a6034ca590bfb524db0195422e5551cab1e, strippeddirectoryASCII text PRR RR RR RRRR RRPRRRRRRR RRׁKJRHتG>utf-892194cc85e801e419c5116e405ab88985b1090b7a1d2f3d6051209550c07ed4a?7zXZ !t/-] cr$x#InB;>/vo'Zn̈́]9z+}$)0|J߅ PR ;]觙zc4}ͳm&&bX<,m _ER3̪O^%] !f@mzrZ[B_ę>JteAuKNљ/{R<>BJwq B3N1fdfX_#aT}-Hizv Ezv4z(5"M^h_\)Y Rͭ wH%woσsr<[ZFP q.XH*[m7SjA<5j6 h~)v8]@QGe1P`ϧϚʣX \sq/Όbi$>W5^M'jk Q4z)sqE_FU5 H0:. L}$ ,-'f8N;⋭Q S4HݫUa3}R  Wl]T=+Q*r_K$#/I J" =S-ap$IF:AhG1bHYYZ qI=˒ժ ̰/*.e`/7Ҹ0܂N}L pPK)ԣmݓaw0]7T": -G`-}b]&=! vE҅I,pƈ|P5g"'߁]ݭ&1rr)ĺ;i?blf2 їm~Uhht8`5ۿxxޛ[js eT;_FkO&04Chp R ):L?qa[I;z; .OσfPe.aq1so.RG`]K9d-#DY>K0ޕC`R'-:u7{v]aDڎ[od5ޅCYғz?LŀvL94-6.giRQ񦎹ģVLpj@TeFWR[s P^GT=IwE|l|oqkeۧy&eܞx}p2Iq!aKgVpۙDJ2v'}&0({p$U)f;J s0Doπ?v"MFK&妻^1o oܦQ2+(Z*uTz&"cAtYi.= 9$&:6=8˙ƓD9Bv'q_ RR릠0o b3ŵ l6PYߘ~) =FҶlUi[HNzNۄ-Du)'i9hw ^Yˑ2UZyf.f_YV7Qթ$0;"=lJQn#0E)%y*9r|u32k䵘0.4b-g]\19vFkh9kHp+OJ(8Y~V%.I=3yEI;_!:jxyf^^~I%NpӋ>;܁n|>9Xϳy@_e^ 㵄FrSu?^pg=UJ!{a8%`O~DyF=])zO;K2CLPh~Cu8B 2, }n3=b-,O8fU?F''r< oSPLjWcPe3*8<`81,Q{,W<*i$˼c) d'VK~00윥挗A!N!,WXh8'RFLTqN.W#8BkϋSKpѯD+IiۤӤ$+sp/]Iu?H5x7] v/ORg3\ ~UESIPPг-# ?u{\=4,Ut5I@q iG4281nT$_^b81yh_>Sd4-eXɻ7Eᇃ}K'7FJkԭ֞nYi|Eͨ;aA.[kҽ%n7!j,60SrB- 4X|Jh>}+ wXEwei6F\"Sh>_O%1Cg>wZٴuMLKbhZgt!q&R;[E@Bz|ŬaAi @ Q'sLYyV5ń<9mUv:1%ȐĔ=B!q!c{9[GLTAa2gosf/^W˕!/oN2K,\zC z牁 kr1( ;9~ɟղţ}!4 ~tm/=WbBoǖv^ NHSH}F$5TՁ]\Z:zW2K1Frh:W4u-sZ|wf/LvaCNW Џ$/H vA!D,{ga{WKe)W8U[ {wC\U1.;\y1G-MmȠ/p8˚IRfkqZ^PX dה&EhWNkq[b;ZVw?>r//ܺ-w[MUMsꁮ M&M)(SVkf#O Ćg|P"lX @s_1iU1V{3]/Kj\nD(^$ y)'/s͹ OˆlBMը RӷvTP6aRV@\\T Pщ{LD}>JV Q0JbGk>^q?䛏-XX(2"*Ћ\.JG֝Ӎx(JTs2tn4%VBZ(_;FwochozhA2na*毸Tts4ڍ9yDiŮo 3SVJA;V6}(*U(A=w;KQ$IerzdW MoӗKjeE@@F՛gQEϴ-Px&^,O/s^l#в ShlqjAhQ`XEtgDvUr$+GHn.e9#.ŹLY#nO'L(X>.t4F%*_;LOjܯ_}aG"KGNKAAh#*\Ͼg0GZӒjZ~hN>%::Y?k^d[_6IM fOضa=R= /9t´iQcCKhf)җi);1Rt*P~`ւ3h$tXKiSL$,wJ M~MM30s рǤ܂ ܕF'zQ#Hrz,K3WP" +W-BfkǕt ;Mw6zR9uoovL.@PD Tg*?Ӽ4yϘIi`:@%?' *$bcĀcP 19=sOXx<;C:au rqs,d)#0<牷h폒U?3Sp'[[Л]% x&^NpYiux9^UȈ9>#RQwZ+P!q(5:@&44(ը,aR_756l^Y#&y+4E4cԄQ'3&Rڼ5hhoíO$N#\~"l:= :&ϾB P&ҖAa9-RfS\+{RZQ;芷7ҳ]Aҭ8o]վO)Y4 0w<9(qظ.Z.Jho(?;+p&2Ȧ)cBC9 pJoM:aq/[ {F=yn?Ώ&е-%ҠRl8w(A%Dz-biezһj?ϦFEi2. y&ɛVmq}=i,owBS%v2(B@_:ٛd ZJKt`źڕ 73Z{pkr !8fv"Q)WL9fNdkeM=zk55|ؤ疐3Yd7;@,V&v>ڝ@n`6F)5khwS6`_:Z ??ijrtWi7zآo(;*]}5F{w?4ᯌA՜WVvpIOL! SDSKĜ&'Y#Ë'QKwՓwbk5}F6E^?"ܠo]2달z[Jfb+Vv]=ΌOԆ/ Lq *ˇⳒnւ6dQI%%߭%~0:~_G+M'HޥWDi\Sܭ\%[-kqA} F}ig6{rByVrK\UƋaƣgaAq:j/|$#]E[Wv[NyoWnO!TX]m.# Zج=A@6NQ5Ԉ wWJcZs.\x׼ypDG*-Ο(1'N>(=g-{(!Ѧrerc|Kܢ­6RE=rLP 51`l3ˈ[QR"$嫇齕$P0 1ؠ>5KgtT\+WK2'?hhP5=_s004gVWIJz8WIpI"?Ww|*\/  /)kL fP 'k$o|J ߩ^9:X!Y뫝JLA҇IfζV/- xU- 2w  u10(rb Щ;Pˮ)TAA]7_]:THwuw'| wu (RД0Es8Skvs1gB~% $J KO$8Jņ8Ί RմQ9L-܇x3^e1slhaJ!!]SP 8诏,,>mylU#$Rt 6)w&wӢ fZ^K?=q87[Q%maŏ{9^-I颠fo^.x#5$hDϋaAjKRFJ|t%lܵ}Y+˰CN*6}T`le2(]u >suC|n줘348R3 p1zy0N9)g!±Z/N0a@nK c40=z[?O 2}nJFn~z\hرb5LmMY|nAJ N6Zc]g ? [DšgHDR(l2aW< `sZb-)!r~O5 {Ŧ^:2#3($a =LK_$=Dg,oX~!ke6'v?̭~t& dʀu(m~m'>3f]N;h+c@eeBĝ;M(Y)/e l7ős1!1lRŖ{SApKG@HZ !L>lW*Ȍu'G+kASm!zIvl]*y׫S`Hv~yQts 3JbLӰR֢wF8 s1+Esf =.~O#:#*N)94NR{~i&pѮX%@ ;jӿ2gêo.A ha9onL;j!#/*kSsb$F[`S؊yab h#ϺjIv¡:m9im>H/sh2OLM Y0jKMV Bh`:`/^? xN<[/Չ/`m^,K |;m(m;k0#wi= Hg&)g}W,S-AjlD8AbH` eR@n)f%o˺/|^DKR>6h#0>~ r jw Y\5`#vȁkx*w=Lѳ-Ѻ $pȖIo ƑSP? ,O]eoY.1$h6]ah,x݁7 si:D 9пZkS@wU#k0@\WN;5 c׀"$ǵو=DP0-T:2|7MhEo!HDjZ?:%n6O.P>|vMDžJ lWc39WDb+vW 3ۣYqgة/;AW)y(ԺqR Ωbu?Cڈq,#$+E#;_(nRIl; :gW/@YrC}@#R./E .q>0) ,ze/6(o,nZldpa;XlֲyG̘pq]ʽյj?}"moY ܪ ULpA6j>s &wO{xZ25_P+ ~@_67 LN4Ӌ1(/ L 4GLjΦr*Im~ ;-@d 4И:ʃl3:G43or:(^{Wl5ۖ]`y 5M=FRG//w*q>7d+S͏ f9*yj0ƜY㖅$5T*5K .6)IERT݃PR)Ȟw<ޱW*%vʥJc5/iaz;dWse++ܧH^rZ6WI= N84-ha;훹ç74[#V+1.I,퍹Y4TN\kd+iw(v#3k!0!u#fb|ڈ[urW0bh"p;OeLNi< cHS 譵M'" Ū7ɠ(  /z6+) ƍ¶%agR?]_w( ;t&{{l.ƺ4Nhڮ )=}m'\GW5 M5FM hxˌTxlBG Jl {.SMǡT)\a{d9o2kL.\0p?w=K!wSRe|T2΀ZDCB(gdY;yҤ&ڃ`6=k ~=OC:uƫ<$$Ώu+g:,ĈT:rVkm<Άᧃ77 zt5m\XoUK >1gqITCPY^dQ\Y!R4*뀬*O2AdLhZm+Gvh*du iVJ?lne{ wu](h?i29u0gfl4/a p,\kh⡸'0@cUD?>CQ.eu?T((5ޙQ&hjb'k7HЁP{;* =JZ ,g.* Z4 >G/{T#efj+`i epn /L╸soDNo!RJ+:&@+nצx_\~0X$-6c?'M^s| W#Kl оb)He~;@J88x|jjo~%;:Z %:`qXV,6F[yP-n )zؗ75,+}4TPm(mȮ|Ύ=!=c"_A0]*{ д'Z8%su 50?ȼbn]l E%ra')/桔QOZޮjO7Bպ?RB6&`)iF+MKBE?>dѣ8EuTYɺ(2I79ݼ*]RirƆTce6d <`)kZ =p͵ :]}qvUC Bfwl⦗dIz\}rBZ(^޵b B!vs`nAb*A %IꝬm%l|WyL=OQMLWz.6 +O2P^WKT|:/7qZia^z S(V95ȯaʮQB:P Y#3wSĸ|<5(SmF2z 3#A.@D'xO T3wF cGa[Ṳr < 305LV1X`vGъ]K.X*X#oh\uM%]ZAo/A@voe@tA,PT[U+ Ђ촆(k{=s H.i񵮏ˀ MLe< vh⍲%LGw8/`a@gm9xPIFYB?''/KX?]9pR se6q8`ż9d壠m^ Hmb6o=8oqs1K/`*ΕD%FöM-^> |/_GbܟWL$ǐF6,%KgK_a"8E(O-)o P`2,B4} F-1?xt@CX$z?:I*EfrU(I\Էx)|uY {=@V$D fD""ӮaI?~jw^zx%u ßiR*8d,17Y%1Mۑ@4Lv2zs0|L=~@;Kv߃!<ǧD1r GZ񬬧5$-b0N=2݃pz#PSON鎗|/NH#Bn LdS rp㈴^`än+alz,DO^ FU(-bX6lMh'ip\%s“QJvӋD\+!d nU*EY 5}5 R) |3߆&jQAo.Pqo"j^DzIM*Yn~,OfT_R>d6ƌ H+eי:hUoῆ,C p4cQcߊ$UE% HY ڀ~زk"o{IR掃Ԁ|(t cph||`_'SG>N!2ZG"E띾`0)Z0?旴:KG2DES)O cYatp&=/S5>-[n# ܹKֆ_!|&~N%ia re2x:bM iqP%0U.''+L-%iL; ;K*@eůYuJjC֧0E 푱(\-rCr2rQ^R)IL*޻0,5z5)Te;fiSsͦ&4SmzyJqU mov@ݵ/A_ٰ87SBT l M3#D؏J 1)IƵj.n'i 8jayI=`*cBǑmޮe%x@_F\B\@ڜDECB6`;pD2M.= 9~<d-8~ uUw\ZxqidJNKOBqG!pHyȑ7 vbyAT,Q"u[ӆS` Uuϓ2kռf{`WbSyt\.6{" 7Y/\ŔVFVbTIi/#C :GP2y$s}VF(JR2)gȮB%.2@]jUܔC;"?y1FlܜT[o?x~&\hy@:?M 7n\m^ݍ€DZĚO-sF$igIӭ]&.VrftJH@K(!ͅ ǓkQP2^=0A˕9$]^a`a`"0f^h@9!>;+&:!1{n%}Օqry2@L'1"&W^Ƞd~5GdK&NJDyhPlN\! ʫַA^^#k*`+?՛w:ى܁AY zvJz¢j$oo>LΎ 9bD]\*J>ْ' Jua@!aٷBqKLe+2iGo4O-g l:  q|B[w4p[C#5m܋Qmr9Pi"C+0Ќ-pA(zD$'Bw!oxa~@wv1n}L<4A (y^] s׸.dGKc#V \1\Z /8 콻vPn,]oC֡BM[pff7GpjBH-Z2^%9:J߿q.}ӓ ?1%'f٠Hd[Vba(3?F܁\G>qNP #;:>lθmZd~_opߑ_DK]Ӓa:Q둢ILt/W?כ g&|E68Ӯ[gW =QhtXau ~b&?֔A0iÌcE`5Po6U<xH[UBa˨w8H Pb/|+>@YMX.\QKǡLaϚyiu1in \}tHRz d)uˢ}*գ-r@ syI)`sEJihyXaplu)?)%Z꯫RDSW!R_zGRl'm}bg@3ƽ~Z? Vݖ.: R̹W[0-/_?"KROէuRdƷI;"&]&v.BXlͻ" s m#G],}dQw;lzVA,_P۔g\5:Te&9 LIQæHKQig f_ƹms[%{+9cONΘ_ZyN:#Wp[T UX12;鄇VVhe)8ݞ+*tB=j)uatt'Y\`f&в~Hl7!|`㑁=׻7ΖR3>/Y(^ @zΩh@+:P !ث>6]ADוP'^\;),DM\-[- =l;BXy Ptv/*Ua |_d!S^s+􇫛ha&h:\J?I}(r0 OD:T1"h>Y,Z{~6@RjCJza+iVs.Z_H,1KBe'oT/+ؓoɁDǔWр!: E>BG RaLwk!jBoeDq&/uUzSb(QAÂ"_R!ɱ7%QfzSqxuaOٞ1 #MrP9@o]\wVk{{\5 +7wPSXy Pepy8 k 0lTj$e\^Zxdhӻd-yK>zɵUv_nKCN꺢}p-|Y9|f: C@Q}wVakizA?˥կI{TP>=e+}R* ӜId,Ռau{!0 YۣRig.v5S줓_̽ 8 =83bCh w)7TaĎ $6"E*8Өo ,Aw$ϪB Ju=ykչ#3Xk[qEV\Z{~Wy(Evk;k(Ǎr}s=qf'&!|4v\g {tp~7AS5ҢL~ڐ GcC/k m`Z }kIRاP~+I9ŷGО8blCl:EʿI(7}+ašTe:I}p*7{z{A/=I'W2J >%%?/Y{0'0iߔqc,!fF0=T8b֛H{y{)ZKAhܵί̘PcO'RCySyci>3=! )傴H~;]XQ3NZ_7/1S%1n'zOuo*Mc &g׷(Fa{y<e␑@19Q&' r_M׵I_3i )w_w?%aJ:d1O=0R@>H:CK.d 蓮IFf Xp%'dtP?[LNL9pyS&tsྨ"mֵO'XLbRfiL*/}Qst/sn ܩ4?RܵFr5YPJk 29gy"g1jjOb?^`ʠ[ńFYdхQ~X@`fypTWrܜJGqW)U$g 8v4$(n#u5TdD]LwMlʴ[b_g?L`]k5h.iÉ%0WQ"@N|y+Ec!lyj\7|.>kRpR? .X&eAByµ3T4C)>G-ޑPPn2O+>D@,s21T\M|X> +Ќ k %CgNYO&q-V{.,9l KCn6}CXMoFxT­46#' / 4pCy/2pD]lһWk8*Կ i%YT_SPN FHB` $Z}78>rP@⡳9~r!0CΗ0fJ#r|7 򴾕7B8zo,>u 1v{bF!)d?L0 eyHP;;݆D눘?pzo׼_6&$D;M_?=)5Il-nBVOX&\aԞE9wo<{%R|)[ Fp~O)L&=AHBd5bs +QEtKZqN4NPb3Cڇ{$ΟH dեm4 %9/ +z%=k^3b6ʲ+B~q"c/ ET|=% ʹ KMbXX˥f*1X%TI-DOi\Z6elz9*:$OjKԱpĔV2P:ن-x79 ΌLYP۪o:lT3j"Bl/RygV!K ,d?AVsbrTH#v(_OLovLN <)t!s(#nJ۵>h V{ZNp0l[P=g5SǼ}Rv.K`Rn_^˷u~ɃBȱVGFФaKMw֮{5K~"r@&iF)F~^FI^ %OM= \ o09ɥg$:L?]=0gFI4#CV _a$8 6;a݄^|uÇRY?ꎷg Ybۛ3/WAeגYEy4PwN_hW(}^R8{6s">1=}V`ؗ~[t%2_K tZIBFSn!L a_*{nab`,B ɫ̪-= +ktt혪6x1< tJ~/Pf5G(,[[Fɥ*xb!ՠEjB- 4K&jc,|(o/K=%x Ye 0޺ ^4EyClp/'b]1f%f.yfdWr=/ iR"@*}?b5Ppx!4G F5 !a'"yYqwpH >G|P[h 0;붣k ]}y}S4)92䇓z3gin4Mt {.  0"v4V>_7,qL[LvXx5B ;rkM vskc쾒J<}KC7HU]_yl{Y ? Oe"n@?!/q;۔2ߋo,uЂ})s*aOw ,խHk*9{x;= KpnҚKV44WW@P1pIankjOp9Rʞ!HAg%jԞ􋷙G#G'vzz23j wž0xI!, 9It{B~L$W9a)Gz|hI~#e?@nw/,$%{l Hcb%B#Q!9~t3U*g/M{4t)bר[ucH/Ľv*s|.OYx%òsnN'B9tsjR%QftiSzxI q2E͸ZZNa@S8ZGϺ랽 U G=Ap&UhvC(}E; 0v\L ^N403ˌOo&V4U k3&DdKe$B#uY0^ta Sw/fhoҍTQ.vm?J-_9 -hTXm)G*(];7OY)1"~>&n*@mdA'ۆ]Q ˵|1\l̈́1"TA/3sܘ+deb3> !5^oap0$&!KH ;Wް]@S|hMF/mjS>6)*-? $Tǎs2X o7 V7ن"Ð$Ux%xksmBv(}]FdS&f&2#9xZFL%}յ꾺}k明5Ul,]7ZK({D:ɑuGuHXX ӚǼˋ`Dfrԟa ;akY5߽h ٕp|ZNgƆ"oykL*K94NA166hJ6&VS%J=> F:\G}&fԑ &x2Ec "؞X0.@+t[ ρ~_BgpvDL٩'nN"!>$ޔPC6u@5 㧬`4&<u>,TklN8N6+C ;Ȕtp{ 9]eSt$53C0UC޳*O˴Sa5̥VЬ)u g UrTF(-Rz9&nùށdົ9J=J'[Ÿ[~Es~Ҷ_-(iTqI ࡙DHy'HLiqSjw\NN26EP q Z5--xSB5_:RQD͘g-<_.'G$15\ZR>|v_Kjz]{<7U^Ҽ9ë.IVYuyc[՚ŐY7KT4;:FԮsN'sгRĎ}[ߍy &n#M?/"+mSsX5my'K 7܊ PR.{0ku59tZ"0hjL=n鰶B1{ʈrl`?Cx ǵI 5 [edt<]09 JI:F6&A@!Mŭ+1tB'}8y,- -ye F@[ծxYL ^+!^TC?zky_cMn-TٴLͱkRw ~! ]8d 3kHXH^eC}9ôO5Â{ k R]cF,I;f2k/Y:>7!VcRMQaۛs<xZЧߛ.9/_9o c;TY~<-~y޽0͠+:/_{J 2r?T]JQwZED6;W3ڿ7o*G@pU33[x\I󀱴T{N*8/GB' i mIFzJJHTL.1kWb5υ&}SF> bkZp=Q!7G>kI(;Dș_76;A9a1D9F]R QNW3T>Ap`nL#(D̀Y~eϊ*"4W"C0kqx0]P9n_gmLu`CC?RbV$0_P! kvÇ˹:CiR<)K*+_t>NحLir7!v[3P[LרU՝h2|Q#'ukIy~1Q"ߡ `}8n UcfښU9>%ڈV&R}c&8 @ "~e _ZֵH8Zq]I=,DqX `?PS]\5+z!g#L 3XNbC2]xbw!3C_sFN}vۻEz#Tů?Ux k't ϫT'!5?Q#lFB;8U"Pd_Lޣpd}Oqnѧq0O^29ձn,  LYKv`6sJ6NлNzb1VdWPj&Y=m\?ceۗrA(S#XaWX"pV]˻U(gF+a?Q88PN9K]-P?ZύiϥH}Lfrɰ%_~J՝E/&af{ ~$dn*FgCfpՀdy[^"̸(lH2Sa7Lvנh .pu%7}a3' 1s'xiU9j {{cf{Cl .9.rPlй]N6X(/FV=DNJ1mVq Ko0WN2S9 0ouDE.\j/$Bo'`OEɂ:֟QeYطӼo7vɓ0B AC=@7%4ѿ&fu*C24Z͒Pocj6saGtT~bR"GBW$9!r tiK۲c@m蕽Д9Rp W/J|d`jYNQ.T; >(GlL02OgxMfg]73Kԍa lDS@BЛլkX9{ٮ? f˃^oRƳ?*##Jm+PƄXhFWFVፅmdgtٝኩMN "y-PQѼX(}x]89|ZdzIg\&ʟ"%ut%yŤLJ~A$-x @JƗ*L΃C qA-7y7"%;Y ,iug9HZ~օkrtѲmoeJ2 -ċ!C>6^7: ZrQHi 덶"Ih`U:7b(*Z`S?lon=Qxj@da!ժe6)K46qϧW!8Bm gOu 2|­5< h_˸r'T5M;ŏ-ɮi&kcC*iX0.!@ftឱ!Ƨ}GdO`V\0rIgi8r2Tq7W5n<mrL:O6{FՖ"3rW#m >#n` \Ӆl_GG֌!& \( Qָƫ?eCKL-?S%gJF+[O,8j{ mbR hgv@gIe;:17#}1y7F^}"mHvd I^V_TJziD8yMBaBMi xUG ߮1+sS{d{ؿ}iSP-mGqafH>`jsJp)-/$ !U"^hn着 Sfha83:|6I(f8i4CVT#fiVLu؋,S.ir; o~<"V ?ɢI/ap>%ZFUSp7zM D'Zj3ޑ<#󅹉{HU%̌.u?@AZEewAb.@*cDO1alxuW w9޲=ꆤ0vM7\iЁ:'d&|,H砶)8<'UE`i9 {$Dh|r_֕5n<+f]m5~U0e^Ksg:@-my)DtD1-ф?Gs ${W jy?XY΢UQK|I6iP|?C: gU\͌U4W6̎67$wm'\4mT*s *}P]}|Ei-saMQB&_77+{eTBĆ DRaM>}-o,à4Ȃ:qb@-v 8·%u٫I><[%da І!˵8uSSrjuHDkoZ W>d{#-,;Y ĀShm}<, NKvV͸ww~HFs4SGU8*S+y]YH.eb| "Q !m^W@?l Ӷ"QÞx8'QD{7CpUxϮ8??m۽p3Θ݅ 4\\Sw/ȨO4悙G'hNj57p#5 _hRNl. 5@ikCIgbo  H;] pHk@.]ͺr5j%ض9"hzy浑RkvqD <7Tv~ҙ{DœUrkٍFc߸ڵtIR?~zmho*ҭ2Xn۹ph 6 fzspCE؛ަB 1R~,B%}4)?֚sHAP[ BNfLxLmZtˊp1ɶJ O@c =ɛMO vxfSvw:8ݪxvpY4C7X,z@gkK9KUXAtNZjoX?b&" ,sg{[ZAjLkt6`P ԄJi2]"!1yf/hot(d,`H|O`>Yޫy~荩MGl;CٗNr]]w;knȈ mmcxO ;R6 ́TsPة}%&+cYOJZ.=/SjK=ӄI?y,m2m'.Xa;׀yIX2(!B I.c Ks&^V(2Ђs bJtirl|_-B΍O5NNku Po E\r5WZ+K.dp*Q̎oIGFPߛtUX-u8e]0A)4ք#b!!^υ;T^J3kuk$74/Q,-F.cT( w?6KƎH"y7Vt yףv2-ӫIH?GH/mSkDlxwl~XIa`U1BZ_Ş1D2N9J4 6 ߊNhAG7s-P:sצ5S+:\A T\7k5~k+N݌֫x MlosawnF$6MjtoVBmKlu ix&Uq`}cjdoo 1 ?4UntN%iu7XC%O[ .RgΎ$C7=PbJty-?78J+{o|m(I"WX6FgOw M8W8V`"+YA`T uI -#yZ2ɏ+@R LjJvv:W)$:YmH#hBzPZ[P:+c5P*LJz9Z-<dnK1L1 pV-i՟ aݤYgm3Ĕ} x$ZHŚs{ʹkΖ^'F'B)ptC\p< pQYG-gD/zTMpQ8Ua̙R6Ш߈r>uhTww5AId l+VvrO=!T_Lw{)}3ҫ2ֽ"'ȃBl#K*tCFKoICRUHO<ٔ XX7 nfpd?T)O HuqȿC/i _dXG(m#Gv[4\X|URrEl#F:\_{q NE+q_p:j,gR}pXJM"A*-_<㴎Oh)^dZYBYR { M[aTlgO q㫰tvo9B>OCyڈȟP0m|@/00?9pW+b!< +HXgAj:{Qճ3AvSy+z`"Cs6 x"`7X'[zGN>w-W#¡ Q+'}Es[&g=Όx\2qR]@w Erb Q͘u\b 4FWe) XO@gr:gVzdEZAMòx~ HMyn rU52&82v,~'9^`e] ]e"Sa88(u ۗsŢ jHqV+0L3MGla yO'Cg$j4jV \:8УL?k{)4_"h>m+4H]Xe0, /G-_?8LN+RfZN'/qwU^ ^o2^9kx*'tBHh@[+/ YaGk˱&1f'#޵VL.nss?828sRe%}1CU.Pc<0px~U6֦ "mRs#GNEuҿ4afySCY|m#w=e҆J|&JhA(U5]}'b[zV^me#X/sZ^բV낓 j~d %lemܮc"ˁ"^IKűrn/}R~8C$Ԕ5𵚬.(UvLF^hMqS@> k`Ux8F=?v2ѲKehNdLtmtu"~ eg^suEʃF9?sk-h+Sꅕn )- ;tb gxʁ؜eM¤yx  BXn2Z jG$a @_߿8>VYP\xQ3a'2=&{&kGD{-|\SIw̤}}I,PIPeV\\jd}|4(BQ1z glPSR=M9tpvD&B.D&Nq^#dKBKE5i5!e=-6@!.=OrԻAɔ-H'No q5b' ~62hcŲ7,Qc^gɁ!ٙ H zKV8gEfB+r4%QkFIN/&Ro6L}hopS-S46 "D4OCd"u7'9OJ #w¦fJcw6#M6 {|~޶w DkԇЀK鞳&:F'd -QSN)b44186lb`vhjsOS]fs跟sjj:ݘtͅ's|)YĜ AB%4JOJfxz?:[';뚩E@63ĺ~G[X^$bbLԕgKtTj'G qJ쌖iKÑÖ^ ҷBĥ0^7th07.uP졗jʯ->,#PޕB$.h8p`I[F#tv~o6B08ŦK\ʭq 7UՍʘE*7|f˜_I< 3qT{n`@wLL< ƺGjzQHLRo(32'*'aRʅ~Xgȍ{HEΦil%BTG:_ P݆E2moY U LYzWA@eLX2庚bhVr\r#J,`)l?cEZyf^؂oh'U9K+KҬBvxA71Kύ;^7AڑuG7bpS4nYtg2)k  ֐!0,DP݂o") |{z_ VpRhKd"T)P}ټuآ!]ȼ}D{s.ֶV87 =b E7 UQJ+H~1t2L>Јy;'*3@L>x)!oqk}CJ`=*N 5%"IV>iL_JԶ9`D9,=f {oBm'b)K ,OANs[RJlf)M֚ n >!h[S$5/Wvܸy/~ T2!ot5"ib,dgNMedP"NڃUTp01Sh,ux!/M_D*uϕjmK2kCJFH.e@jH]ⲤCjRu?v;.'m:<@W;ҿ!"qE,n *J~q]-ӎ& ,@h2HE3}qzUJ,ǚ<>qbxP+"7fM1#[m'^{M%U3=`:_%:*nx+&Wc^ nRCR{7A>/,[D\(ne "W:6m%ۀJ@3QDAF/ +(I<㰉ʰ`;*{#=P60-K!L)eeuS[<Ihg|܊iUv};z_9|UZ #)ɠ fD.AXV0; iNt8}vwbe_H:M`\hL*:ŽA>i"8 8T(޽I/v9݈ msAK1nW鹆**M=<3Afȡ,ɹ;hD$L`֪|pSZ`t|^T 3QC4{̧bT萸Ҷiz_K1WLA@o8dӞ +'h7.&(BHp:xY0[@@gZ,m)kK>./0_/!& w`=oyQ6W)M~r.Ac mDJ ?m`) gw$cevȱ~R/di%oicZD#/h T91Ln`Y.6کsR2C}3oETi\}dܲ| s@qM,MurH 4 HR8` ?lM"4f'pNy`>m;oÑ?m`k :pɔ;W!B.BU^n F޽JSvmmdV1Sy,1 ;щ3Qjo/.(~LtPmŒ 6c\R: kNq0 svԃOR\`P*{Oػz #3!!4incm#/ˋ+60>'Omw B z *{Fv<"g~۰:o/\K5jIroa×hWLmϜB6GӦK:h7sB^ظJ*C}7ny+PC_epJs(yQGv~A~)}7)rsGb7j197ڢtNܵ^4߰ <~/(P嫏Q qS 5 v!_x* 8 -Y);>5:G?X*#_}\]\6L2GcO]>C=N&Xq0Sxhs%e 忞 r2=d_/͵FEOYGҥ-&P M?aua$V|x"M~1^]PoݧQ>y+q#΀.!Fn_^ٽt2٠Ti{!d]'Qp;' q.m)i(_d<["_&v}GTfb\ 됒-f%01LQOôkX hX۸:?J#;$iyYNHA,csҞy=J}͜oNe)G+ k} eNJ;^I "iH-h>2hg/|ZyeTG遡șRj$?6HlppamZj1Tsh5槭(/kE(߾m/ }(pfbh|FQ6T~k@Q*0l7=nzo%K>h2]z t#4(_rb+-$ z m irY!!hP 3A! 6')!\"W1q)KbfdJ*$F6ȧΖt  Mz֝h6BؐE_Gh[OPR2-ʼ (n=ðzޓMlEľ},:WbKX#R&b/?{4_zh㬠 {H#S+f#uSz=.UX_f:_Y&!e]0{e<Ș4nv\a;jv\èwz1j[aN!-!i̞- dĭmԖYqa^͔.ǰx-+VI q-)Ğ~3]JSSw^KM_ղQ~\Dx˙E e6gu-:%#7,.ȽI6%U58ވBōxrRg':6zFLsjFWYD?r!O3TQ7FM~b`~gl/~JʽeBj-K*ERꄘqWZ.uJ ug.J[&T?0Jo)za킨&XC!gJV1A~krNAU麞\AN%{¼AGk£G1&a,AYRq a>͒L?C:|l&*3x|촻ӬH=J_ fYn$n<f|B݂D[;"DnwX֗X+T7"pGi3#3Ju:fNF 5RbY\yHO9VoU"p6; Fc:tNxa_~j@%wksMqJoY߃_Ipa4ҿQa } QR' q,m&oI S_+ԝ'^V!.ޭB"ͼ L#1(<&Kn5곒[z,;<-ﱟQdEG lR[PiDaZzI, Ѧ_j$p@taP͈`.SGӫNxjROct@9Yd$aYWR {:I@^SGge@2a4gtL)ldV{q[tFa }g-3G7ؚ,')BS3xSLL=84J6d붲:tki_ݰ6isF a~Hcv[[ UE^4OzH4x 9pC 6r[/Dꠦgn\DJyH vqFO0,օtso,U@T=עvH@A|5x/t.Q$qh7% T} S>"z^m'iU#ɱɼ^㱣d;@QVH%{$e# Aݖ<;c !yHϰ0 Nn"4Ffd.0G],2% #IW8tW|D]]L6q]\|d$EKג' o@:"w6oGPC0/E %ǖ&Lw@xTΈ+lGox~>fDVDOܙFb74-rMŤaAa=\^AI RÛ'=kzτ%˄\%Q͡W a(VGM, ]rq(L?Hk Obdv"8a>'AFFDIh_½U eAwE_'ND?6`ߪ;j'bf3uwW ^wcؖSg :Bz'x9^w{W[4'gK'=E>Y;^Ruە" _D#Ϻw>2ļb_IdV HJ8xT܄''qUJEM-4s|y?\rC;pqBOug4gWsۧr]V;jT,yVrp_Zl蜇YXѕј҅cY.IX=KI (յXtQsIqsGS/$u#c2 0ڥ+/%h> m2m6p%g/Q*E(<I|6NLe C+ {_s┻F\p0缷6}1EҡN"$"JAYz~~̌ 0?T`HVVTNIL2ڼ/t.S5CE8'?2 z DQgM! QxBD*~㻂pNBw\s<8ڕk5JSѡ A9ԁ<1슩qh dLd0F{j=TGZHp4)%% 3"H_J?V --AqIEz @܊g'ҹ)љ=\$'pJ(0*Sy32-%ȫE~h9t2i)o](8;*^j<MϧTPn/"n xrwrfB_EUѫG^M81֕~$Co_Yj UKH~0?ZzcZIX(Im @M0ir1uhMcklrДK3 ? ux\̀ /;+[P ڸr"`1n!SpIe~$HD홱C5c󸿐GvXc X<a ] ĸ#n_۹/}}&m( ndh/b># 嘷g7A^ HqZ 4岩U/ϓX&ܥf jic.`Hё~QF)<*rm8rܦ`ْRR!fը,'+~D4SbUᡗ1fk/PzQ`^NkHU 2bk՚k3m5 !V§,9`yU2&*P<5^wmu <림g9:_%1w0 k3Y5Q)9D_=Ic "fka,L.LJȖ |>OKj톇D1 LF )яq#脁]+;&90v*s+g_ErI}yɼ &ߗ{iz޹" n5އ-f_T &]EΆQu9v2&k2蒄N:oF`x_AR;_ɡB7^xk0Pψ1$]YΈ(K3H( * RzV%JP}BXo R{"؛g;j&LiQS.N4/ `?0Mj#q3ϓ"MS]<<0{|W8mvZs8-x4d+Arz]ʝ<'CGz[U; dB//R]p=ssv{@b4)MHٲ (j`f0DyP>o5#jJҺ?T%9-/9*%tƟ[6CyMݞ,! 9]~ s Wa^v+I+=ңncP-X\D^ͱMLə:5&^3m5FFi@#Q%`EE3!]X-B@|e{4k3R2P_'r0~`u V1<8wn' J(kXm3_lE?~JA\VTuQxk60Ex!~X84I)"d\hL>YƢ(I!0\0革/qxJoyh2ӣ-'6f{/]SjevDJ+u*W#;\V4uPk{L D6W1IO[}w*8So(g`BlË\brr|*HFpĆ;,b^D-GdãZ~N4}O4 B8/h)c4,Rg>/d+S|R{A_!cy:Z$3NOu@bc@j萆l,C\XAzI_ݙ9iGL&Tm>\׌Œ]WPYMJ>q¯M c&ܯMVUB -d!-4"f4f#bsJsZ{i #R\|I2+"/Nk9vOO^ְ3d._χ%}N>q[-$Bo|J 7Brkyw$Ri*vR2oTE,S)0p/IrAӨ>T]6BN,fx\rz /T-ڔ@$ 2ke91xȒӊ=vm,Lܲ\Z{!WWh jkA`,.7H&MWSUH iٷy+Pf+}NZ^7Ov'Nm6Śk$.V.cF꩖hf5˃jppI37:DTUtwAK?7Yġ V;Q+1 & w~X>% +E iίI pzM{ޛ8f׵b}#DOIhIgqT G~@  gGb!v\>g撮|W4QZoJykU%jڙR52 A#E\ꂰC} fѭ%2_q1zgASh~'z3Q'Wh2Zdhr-嵎,Іniž5bЏ c/*5E˭kˎr`[&P㛌׸@L|LZ 23!fmHy jUnR7я O> \'rٍ٬ߕ };\7P=_cѰd{FzqՑbtGO8c@UN@%\gE \Gm Bx>_I``s^*14˺JWQwPDCTKGhUKV4EPʴ'$qRYX iV1?3bpɫLw:%5z`=օd[MQ24VCZe!j0(&/QDl?4e[YΥ1 z)>عs]֔[Įnu=bboR j/rNN_L2ރ&ؓ,+9Lh"0Wc[if,0q6Kv+m]?V:CcvcsjﶧV d9G\f ~wb@"Sy2٠AU& 9dϽٙu9QavN)xV]~oSUxO҆f\@I(Tt{bcUrwvA;i4[8 D- k w'[OyUHfD$ď|2c1}rbk{X?՝(E'$/q5p)cnvLbݨ_).*JwyÀ B&E`\vhC&sʚVM-5L!otpaP׊4N4"vskݙd'rI,}V0ph2yCTf:`~Y<{ˈR& GKܻM8l%E3k"A[U5L"0.ڕR qNrK*tk/] N]GKو!\C^!:E.}e=~OWQH~mt-gԮuN_yy6dw3vu͏Joƕ)?}V4*U 0ъ^ݳ8t C~ΎLpV rTw#LPmNR!o#! fiاLV$H] -& ~&~mFܐYrь#w?"6puğ\l4) я?HNNś)8TsSNN?j5fn^/R?15 6;*""#fd4DA֕lK-PO%wmEM7qʴ 3 1?fMzG~O^U)i6K*͊tVqV]OHQoiTW)ǹU S~s|)]"ʖ_-GSec*uJI[gkFEڵ=s4^7ܕ쯩T5M7]z~2"o+xN]KYȿKWy{ؖ\ AEsPL%+k1T54TԮUD;k]kzL84L`CL`ZrjJOXո &؛ tm}zBnhyVFXS5ʶxO. 5̍8 26C{X 9-L?#څ)ع/P` UvyPvDkwj]{Ok} =Vyx$P[3<{1Zf/ʴ'b/DԠ4~ON{mSiЅCnfzBlXH*<7<#]V/(;B(f򤌣Ӱo6͜ 74Fp EҔzD8qCW#2V0SC 2Yih5c|^kk<Q}V&> !R1 &+MD~ 6@ƀ/IsM@WerY3a /RfE|fxy-OD_E4Y mjVQ,pѝ ^O.{v<{~Y76W?oM2}M$ /[?3~/yTiM`yCIR|۰[YcSi'?/X)Yߥ` k_P͔Q5sq0-/N!^&[>K (}S-[u3H[$)uqG㖠)ř6ae@ϧŠ^a~o|l>ЙqMM>jˏ`O r?W=Ua YTv>v)knsT3 0{gҮs@t Uǧ"ΕLn%zyJߡnpGBGoLP]2T>Vmγ!>x'M &+#s03E&y K&^BVYθMLJylwd)AsmAK'ʺ!Ked%H(.sF@ױHDKOo8 8IbZPQs#M^W80ߟv,YPkoT(U[PZX4x>"KyҿHy~JWc/+"GeSJP9@KW`$\icjCPq=Ӭ~3 D*{;>p6)IAD$ Z>Xi4:! q_ӻ"צBFCހ,ܜ!ą.ң򩇴&EI;EjbiO\: cɯ]Ti̯u mRj}-$:BM7i  puN #Q:t_)Ӛ'"vhAr6٩eޏ"zp\}sҘ>hkMm^K/X##vRb s;"|>(fZW^aђsxGx>Ly4aeN=Q"ꬒpX %<(e[`* h[BQ ['7^K<}:%+@ >t1QQN87zk]vor7=WIy05ziG*TxۡV>G2Zm]6¬O.Hw [>5|EFMRo1"Zx1D%eB_-X{˸a^R(p&BHVA>Y/e$CSc$6!-ᤪ(=.g]Fo̙$iq(ݶpp1ď1]w9v]w;H1J"E }Կ fZ m{74QV8jLcJ;ɨL,p[ 9,@cv' ogGHF_ 98{0=6:(؊| (n)* QFF|){u i%p:o?EC}cy 3%2]N3~w k{å}Mocc`y[yUJ[&3>Y)ILH>D8:ŝgiK@'?4$0nW/gE^y4;]29 54πӣ\}Ï]Q$P2jCXk'mePkw%Cc#{s.ˎ0qv69Pξ[d[0ͮʿfʼ9o,%eBkίxv{WqV=Y_TD&KF=ěwB\%cAQ(v;j45$XsJ(9I щ 5ہUQ:G! y Ÿ!XW)mi%+׈x&ֶT#2pV&̏flZJBǿv+Xm~@<-F.S̘SUdMvD0kpKZT-9u޿;\G`>M /* û\od"OQĺt 蛩Q?\UY{@n p#dK(wW%UhCbbvLү5ĭS;xJQ3]/]/ Fz"1V d OG}QDuo߶=#iEA[Gd;sݏ6tCYbMDx0`vMtOEre<]2E.&B'݁.Z:q0սq BX6VwԲCܵU ]/0SZv(abP/5⨜Hm7]7*ɟ0t+pk&'ӣoi\at=i˴]z{ik`/[0I@.dp8i1TgDQw kf5֭uLD,Pkd {wy$*xY.+{1?~}<1;m/84=cpcz;wx`Q8ދlLJګ#:ʷw!\.` se) A۠=+³/#H/4ip2dPa%P%ݸԖp0K{&4O ܾ6mjz>ēH2fjt5``oIl$s]`e fSCNDQ<M,9#J[KXFgrwJ2ۧ,dE#;R^l1S. ZEGByi|~0} \Qo4""K9 b]\tF@ L_mY"-0c#"!98ve==zVtZf`S <PJ?#8Џ13R>CdR,7"k2T?ŝ6}-=[P" H1c~*0 "#]+VHkwLJOa27UpCRW[49P΄yL5B=,F4bAa?ux|0\ŧ|u^ݹ7Aγ~ֿO{f ]0DvH.S\&( N Ge'Tof)1'^>ݸk ځPtRt[ naSRǀ>#Bi cE9^sׂ00ly fWwxOaӘΝ!E*/eMj>~ p(qHƇ{:{ܘKwg4YqT2~kti ҁ|L6T N[| ѩ):C|CVIt$M:8W]#&8!UQ4F&njaD$G;V PosA:#aw wtOJv&ACqKeX֮} ΩWo#{5 _3hUn}GLa]j@ Y<RI.T^,0l5g:ktyzUsQEAQμAkڱoiQ/Gt,}b*xs %X I@_9fAy%av7'50?*!S&D"r:嗤e=+>$lohN~b gF+h;4Vdž0X7FtF*5&.5[( qܛZag4IChn~E5Ozź6P$vȝ4ӵ˛զ*k܂X\35:/g.'զk8ŽYh#;~c5~pK6=$dL%urcUP 5UJ şc(,h-"h2"Kvnjf%^2S^BN`[}l1ҥş#}5 ~ +~aa֠ޛHXN4gٺ+a;ҬCF {ZgenrVi{"O̫Y˞5")uRa^;CcF]~4ay)\g#LvXJ]U6/Li*hEVaڥ ,6D,_ ި&3+z[m1AŃS$M`=jF`7s0*8)`K 7%>{ y4P g?'Y[a; zeRmbHa>Jb!M?z+gb3l}bjK4 f&Fe?ۯyeEbޅف;lrZ n1wlO<̖00ʈrN2 4(lɝJ;%4̳#S" е^JŤx`$#ͱ&T >m^S|z㓅5`yexƺ__ =(ބipfp,4Zp:x xNؤw/Ʊe̴U&ia.<=/p7v`J53=6iy8A+u *5rj\}ǸG~ɈNp̑ (uH(Zh'!Ro >cp7ϳy7uxd }iUILdJ>="A]8i.NJ,Dj?+iWY?Rfއx1['x"@a` zjb zK!N1}=ah0;n|e”Mlbxaz'f!-&=ޟks('$D]g. ( >qwQ]m)I[v;:皫efuϵ%B/{*& sB@ELךjc[C(+Z/zo7v*Msm\=dD)|(jpJgm;S (YCb56}Ah2CL /% f_4Z[*p@Pl#YVYeL!pVӜ0$l T#?f0/xdwj'n^QgnEeʊLP* sKsgq_$V4-rG3uý^5!q\_7@_+($R*}PSpPWakSQU{LktԁGΧVW5<2'딹Ky{1r(F1~W'kIP껈86(3I,4 U1KSdHC3+5@[ 8՝KW+:Еl+݅^ XOIZZ=$0cRp%#y-j@|/ˍD`4mYTm(u:| -a͢*Ϧ΢elDq=+,VV.۩mO+$ RY LQg#q j՝Fʷ>pI,w`&m;(fVc0䦚DT#W(Dz\ mCZNS+xoDjPqܻd(.h5\2峰h6f_^&|Oovzo1uަa Vwׇ!"(oQנ0Q:hXW ām\ȸs2}KhdnNbwbTMFEgyM&V?VZ|瑯>3DZJjcI( h . ekgWpl<%Wm]TPe,?&$d.G)KB^3%rYiioU KD}3W%ӆ/Tb Mׯ˵EpeIK'Z b%ד3#O#Ph; g,Etߌ\W"좕';%<"5y@蜘^Hz$o k.n'\Σh9HJK>y\u&;ʓz{*JR1ptQK;̹LM|JQ@7Uח(-~xHX:)-͓@ې{^9z|L͏S8ڃ(!*UeKϑdDU?5Wf%(gpf3e]M3J9mTi-V»WdJJ>x(qR\Hˮ̑N++_cu :9BZ"\]70pkke@ܱ#TBO{|*iBϧqdsu2' TBO $\&Sv@ܠ`=W/=q{.9+#]+V3_JE6!FVgIN#C1"Ґ;*~V&s~W2SIrrW! qAaᅬK8{?Ŭ$*bHO`5*z( 3ߖ?HW_4?,S5/J/pvWo1UBΗm4=-Evx܁\;i.iO] GM,폾LͤF%߷]*BmX?@_al/ ZÊ}xtb%دbQʬпSk >f'@CwۿV3"hi eኢTև!`]hBJ g'w=WXX.eȑiW6L/s>pL(Zd=)WlX\b٘fu d1&QZto#״ hrux{ oX rP6B[jq@j2P6N?> #1_SXxG@mA< DɸkV`J,ϣ9-zX%ӎ0jPK7$zra\GvFD"% f9~*@QZJW)>a( =A? P0p'n{! ua2Ga85=7Ge K4r@y?9~?!g^EG$EuUjwnq|`m ]ڠ">*x@\d뭾ޫ|B_G00IhwwE>.4hS(ZE60+;n(PZbl{>Mm [M_=='Ē|xD") وx|cfДJ:; W V. Yc^qY13'Tc`]-~riJi8Ue2cB (Գ781!]0͏FՐ64T{" : pi qD!BF(2UN'ǾHk)a"g P*&2'$a[0~.ؖT~Ԝ?S.nI"ktZ,!8n7kf`~dhZq!mBGO,nd2JPY:iMJm-p/U۰FW(FD TZ J䔠 *΁Oʥ6eS P J~yYlfZC8cY }CQ pȈ]CPGͩ{m!%ZL&j +R+ SFQnK :K *f C1m<>eOLh}7"9RJEK/m9WVvzͶRUU׶m}XA{srUDX{Mm˸ua]_8c~iJcl) ڗMYR <&aJsU`HlIg V+2y irBu%d!ܚ A:X4HJRTf\Y%#j6 LWxGNI{H] Yqy|u4srwCP# H\m|OS呅iGu][aC0=Im &f$ɮ<1͑&~"{ mt&ANp+KGx oW#>eW߉dyPC WS ]tS8͊}JE޴a ̲iKQtON|orޫcw` EaPEL?&_a<wQl%LeYr; XWغA;2bzbY)Cf•y6R_粳 we37kR| =s- C$iudH+ s^݊TLn@Χi`M0pj{ocX0x07r3 %f0qs j^ >Vs|)R q;tth,1ß,}k&jѝ,*@ 8V~ Ԅ P~l:_1Oy; +1<`-LKŁ+pƬ8Ky# m)zk\/ZFrtו',K^c<7_URn tL޸e3'6;1O~{PI `ҳ3ay/mIG'8 ?5Q[Lz\VZF[HbUݯ%bM-ih\EnyHoL_5F/V {v`D}o/ AZ V=9-*ݐ޾x d$%R5ԎOfiA#Iuֶ`K˼0> Lx VAz~yDf=x܏~zq!>EW,W% _R /AT/¡%li 9`NT8UK'_ J#p_vH<Tiˆx'@!}R3Qqp-y/odKo )*^ Ezb׈ֶWÝ^Dnpl˓,g}K4_| `_7d2駈s;+_ͨ\ůL1Ԅ3êAڳ64[D~xo] }ldFm{H;*eu0I [ , GXTY0$K^0UBv :JYu8, l%\}kn8|&[)rޒ2eΊ]]]J:K;lL(| gɏA0 )1fyBK1r;C@&n@y1'Ә>G=c&Xt$_6ò@>*!13YПbةѤPW41A't֦P4HAx6@ItDU7 p`A*(4x%S~6)U_]\90#p'mևkN94;O3?,W8fC]˖P%h_O6` Űffd f.- Ӏx\uY>cY6O;x=zKkIV밃 }޺J;!G`A` ~qmK*AF<:D(?zԽUr220$b[Bk] =HdO7/y)t ӣ̹C].3VojXWڊ*cHhSuZ{ˬLa_$]^?ZqO`1!Zá˥..ǸEaY e ϏWQ-]3ZeT!̗E"WH[HhkŵSf+[¤/+Øx pm`Xiũ7zͅ MD[0E\Hc2Wv]6M y4ޠ*jDYNd9#OX5WʗI|;'ݟ wz~!zla6S  y. D&Ɖ@/c~bޙE~Ņ 'BpM59^oW4iv LdƤ/M'  d>+ vlTœ(@ӺbDZx&l} ňL~ظd;bG>!n ;҅8?e{A;X$8/[V+~q_Pk#aGe;aKo-j^`JWqὋAUS*~/du^Jܻe;ׯCe!S竚h&5|KH"PϴeW[LR丢_̮$irZJ?hS fztB,t"Os{ ׫FI]9(ǥBrSA lwOdXL;k~̞*k?3$qtqU2@WKyuOL/ؖF9:m!L' # z\/P\_ :3V'/ eiK!3C1Y JSU΅x<2k[C0`-kpk룠HY 6P&g?[PN~Xea`G,k@x10]͎C>#!&ex 1jW׬J[5Fv ]uPCGn 3r^qh݀l19Pus%Ӳ|޷B c^(d]م~G97YNO~:0*:<ۜ[+t؛+f|ZEi_kF/sڤ ]J$#(;M,~c<\P 5V \f* H# "c0W;3`l_qhTQ~$buzR\wT-ڳ`~}'Yq<1: #5؏wgwz2s$ly8p2-p8,ަ: `F. |#3x6ye:=MAx&+HKc!i&T 7Cڬ&P#xX1f]l4hzM⟞E0B89^g t<{晪"9.>f6\=B>xm?jiQ SHw([QQߢIcu6̻;wS۰K^Y_ V_W?9{wZ1^DQˍNˋp&aTyK৯usj!Qc1 Y3rTͯb1)dO=,?L?Q NY,r`v9nA,!_bm4~Eз:ڗЌ=Xd7sYS U:Y[دM%bkcQt)(G}c߾1'mRe|<|%8:oci#.+U|5m6p=LU#Q5'̉k#RmyCBq|)X&]a}$:3yU[4 :ైV]gy4sPZ-'ˊzװ@&Pxj'm'2(i/ybW32U.ʜOKQ_ 2M BA:^h*IJ:VV{Kn͸BU^P{uuwYpYPw/-:]a wOl 8 = `R\b"(O% f}@h#w_YMgtKJD<p ׳%<8ERVRse^`p' w/2\yLg y9&}T$%|*ﭡ[&=41m$/0?D>˭lfתΓZA:v;V:}yb?{rˉS/P=QyےZ.vE q ڱ{fI9עKMOztY)A iXA:{zAqjȺWv!2SWb-{w7qȺY#]v$4MЃmFVHB=YDs1I=n:T.}O/Q:rd8Çy h#為rvŞ6 EVJK8%ݕx iQ/0wu HkӸWHUc}TF-#ViԺ-J>qf14Fʙ]TVwy9ćj"A7ھo#jz*g1ġ &Shq˨+HP\aubj?̨_dFjޓ!ĥ#2'XoU7^c79^Pz/`/kE.87\}lr?VC\$eD_S^4,^-@JBޢ7O9j3*  jA!ݵm9  #{'>{VF/y諻N8}P-$*!>SE[D56tw'^M ULg\1Z# q'fli8ZV0gyaPO'-W|.#.`nݶ}#P33 4bѻW kzύi&gP j9YFfK? .[iCiӌojU~>h ZD&jC4p/bkwcܡmyf?M$w5@UQ?ad6}Lŵ+["ih0&]$G/o[G!7Cd3 o| n O$aYiM(˜O+lMBĪ7kxqI8$+" NmHO- 41& e]rCna 3<܅o6p'DQI Scs],yzfaP>?C(%jS8TvqݨRKI r?p: )Xg_K d^l ^uPn?[> `qllYQǒYʉ} E9u!^4tu6}*TFkhLS)H:e.Rl$T[nZ`@ YΈƭ[ ެު1gRЎ#>N)4;u"m+/Gi絛X@TYaL̉Zdc Ji? ^*ձY}rʧ!,6&3Cq,mlaB |Rfb{2Msc0ɣ ;"=t)Zk#(5f'csaeA$'ڇi/)␝]tB.7P E ˋ BƫZq-7 ,Z3wڨ2ͼw #0dNKKP0t_%!wj#':D".dFi״/ aO*iA ^k|e1ے*?\v ZAt2 [~r[-@SQ6Π p85cӰJ9{[v!ϣQVō2g[9! lT]C6f;wi3&>tu"{$4J#hҤv@[-v`U«ϼ0.O_MM>l|@G\S{^3wm$*k|8vWB+0mS0Ms7 3Cx <‡b(۽P6'+ػrx*MsG1v kuw+Uʹ T~a3xoܶ:EŦBU-"TX|?&'eDQr6 1ǵc6$e 6- h-O6k@&Io>O+fBxB`ylH1gfL%{ lk*4ŀ{GE X!2aBP܀U>1*g~aUMo<68[LZ/:t$ɼ}~OT!rXԄ7˭JP,pVR"u!+k8#94UaB>b1t'F<* 3ՠ0mp1c!D*`K\>3`{mD r n1BD+s!^su>QOsR #$lv',)B˱hh,_Պw}=SNy&'!QBWDž&09374`"C~`xi8KO,ݐPI2Aj & hp"'/>A^:YO۟ {OyW _(pbp' '}5H6V}70O8Wַ ϕ*.a>"3G AO<2˪UyT Y=uY% _G6JIj@IRkap -^7k $=ijl,qz,Xr6JTX3G(ۨ d׻ H7h53eH.e0IWz$3ijչsB6ȝ RW|?:n6UR-ޮBLGP h2)"0B=NyM\98 $U^j2I=ogz. /C QNNYb5o%vi\ەk޽/8A_L]O7ҰDf}d׬ 'sw8 99"Sf5U ^._w݆3m ;#mQ&y89h}i+ we\>o,AfIVq",[|gK$TD%G?ۥ\@ݎ"4Eao Y[[>ܡ,+gj}@!dyz $KW_Q1$ѩHOCWIfV_ڇqt-3Qnu"EQظ#u5 ~ |Ȳk?`96MYٮO(f?4 w^K?͠V@Rv ~f" ^-0&DVY4\9KcľB)g,;(>iyq k\9~~ږԪQg"e, zY&蟊O(P4꫗9`xpL0ML MB|3BR/i_ Fc>VFU|L 1# Mfs Ac(YB?s_[HSb`. o_Ǧ2a>d3d&\b :("!mE0D uJ.\Z;];J[ƌlE# ɢmL3 ^AaPX0`c-뗻? ت{= "m@ns.$ypZfc[w C56]36oj [ ǝn%+͇w ߀BX@oh {eg4ဗtq_Za-B#/Gpy5}jLb5(U'u+ˮ?/FZH]oS b9٢gO.ؗƲ\p.1-* tdbVF%xFs6@]ʺяP: SuD8X&> 9ߘN#t:ui,g vi_8t^96 n֕XՄY\~f Gd@Q7K q֗.~,Q% ĝM2̧P{ # 'R{GPM`bXH1ߢȡ7'b=I~cd PՏC }3$(]?r$%gd)ⁿ).x4̄x-@Ds:eX'7cFO9{F%ģumI>I0 Xm^7`$-LBVE@=ۉ(םL%|kDw~kcfǣTJ)GM3)BA!O/ n˔~ʊ'{N ou3-^BI7xCKzz 77͇}?*d FetQ#re?fRt)'čDg JBYE {e"ѦNU~d ṟES39WK!-PgLiW` @Qp5Pk@8;ejN]d@nmqE/vx%N䎵S]dm~vΎG*o3PSpɪaSSIQ .'DOc ^ӶJp8}z!wOm B_dw$voUP= ˖k}\.HAvC/3``@Zti-tɸ IhE›E.*'4БF^oUO ]ꨊ`fǨm#|N -&%5+9czc:D ĩ.VUJ/#o`\1(Ģ$A ݴPWVd@xyh/LKz~ bP\?0Q.gXWAE/dYA׎](\DF́YPԿ#^r `~s!dIQі:~^uuZ tDee"^pM-QƞFuWp: i`>66vu5fޢ'w %Afpxo֨:/H&ښW 6T|-ov0.nzqxMLmB#K+MPA{,g>]JlIj }} t21/,ё!i{KY馤-uz՚@1u]B Oeu> -R z-`pt)1c܈p%loy!vI)kC^ 4[-l}"n8)o <"+rDje -j rvF IA=.opQf|rMMʱ8,˛5ŭxP޽Qhr^B6.D-]~JYZEZm8hчl!>-.NP =F6Aӛqa=>]7'<RF.wx .w#>rip?zU#G`:7Qt;VLKӚ#rWL4N XWQ+S3 {:" IiΊ}/Ŀ&ᓥq{b xߐyQ֬ 塌"H\cA%^ fQ[0{&I/h4[u<mP5.4Ә楆u[2J~? 3FDܲ N KBA+)/9w<0:C e);UR)]BBǓγ8{ 8تɷiǞ괒V RÁiT 1b S!FET@5)QF>"/&O4Dݶ mlT9-L߭V,AiTn6FBr,;a&ӯ >ZִV⣓67| ߰k˷6@6: n:^?`emDhcm$F]5հ; (T3]V6}Z_V[@n`Jdlr0"g1[7i|[[6 ķ6@Dݖn U=!]3QHĶd%LJ¡wh;Py2 ]\#]ooWLs&5&>fCBA3ՔLV7 l{؈ٗwƬi8"K?{A=38%xsB_FDAæ̭CʂRz08 V_$}`$&VZօMj-`}8P(MRգ1G켖[*<.OȊ`(K]ہRh#&40_!C)3m u o}#Kp:AP1(<SQztk%ͽv,4N=V u=Ӣ} 4*Y[;׏oKbu7060HzL4Qy+OqaA_tiOڿx>|%=j寮17NtsWe,;q,?̀|$.(,fPVBz)Vi+5f2sBdg+tUѣq (J35&#.%7\H;nsNs䔅=I%H|G'X amp_gs\o#$Lo@&Rt6R?N$!f#I(ov5OfA%uqdv5Xm T$!;) >Dʐ ;컔(t~,&r8zc[?~\PW+ &PwW ZQ$;vvo֝FOv*:!7?O.Ps9ɩӽ rz2C8n(o#Y ǐ N+\A{ RRDZ}PH !2qC8IE'|Yp{HszSPR= mWqI y04}w&Cns$LZ8 .iX@NnJ] PґA^7IsaϏlj95[8 !+II5JH'r@I͔1}?4WY1nk> d.MQK+o ;2de,5:a܀dʀ5D=Jټ;#(-jVÂ)QypL')9ؓXboD @k ‚sы\Gm2Wl`Q"|pW"2D#J@\wx߸Q܈PBeAS%ו7sli f\Kz_I)7&$#]Zɷ\)X="@-KU+0"(SOH}Ѩ@;wZ>!;!20.P…)MD[خVҸs{ظ#zR'_cU^ڑ`*M!k5@:iBFl}eo~ x~(]]GjQ K5.z.NfF߽HkXU)&j}MM'Z^6Sp:8uʡ Y0yq$Kن9\:`klC}/Qi29$:*) dz'Q!Fr~~\Ib2UV庛 m1zzyX/(|{ߖR1#0(eR9n2J~HWKH8OM/Zo ΢Zi DaXW?#>XPjA&33G xݠZ}]W/l3S%vi [  +Fabk7nOG j'oW$hfr@>=$ض{"d09y>#Z/x&׆Ur {EP;44'0=g[u{-b1WTIqV@N_npƼJ쳸_׊pYVh^11VW Z?XKž@#B~G˸^( )V@ ޱ?a?t#!CDtٖldQo&OE h?Npk3TD>O{χd{zʎS@c ]F\j @z"y@bk 忲 CS:48iAuO#:HZ5-SK(2/PÀ' 5~!uLN= !+7Aٱ e'j79 k$zY)(aMr'gɡ{Ps 7ũ9:jR#\#V{h©Ҫ$BN-/ňqɟ $<YYۋS"Ȭe҉&{=С2fpcV%J8sҙRH/*#b5E C%zRFk \yF tz ɶlxqg lCKt9O9@1hi ɹs>cYE㙣ŔKا%IA*<* tZJڔ+8_9WRU>QsȥĻ-ޱD(^mZ:]JٿxA`3# ߊqN~9~tȰ.p5x~=%f Wf?S.š26e/&2C/8s-H-Aב|Ym/>M ⭺D'O9`~-!%{ p~+9Ua-ބlu\(83CΨk|1)je /rћ!HbTV Gr$2ˁS~¶ O$_<U/"KSh;g+m"x'2+"ĦzgpԬͨÿĚ`yZܱ $"*MչwR5Ɏ(TL/_h1@T/R]/4 9`]u[ޥ|[SW揿:RUrIr`WLM,JHTUQ؋ ڞDKDxe\w\1y!S4VDML\D]4CS^Fv!,oNFtM4Dαl߫ǻUjϓV*FVⰱޒNPOURz;z8bTqL/"[;RR"J^SXsPYSQsw{ ־&QoLύXƹ E6\J#coRžB9e01{,AcC b $9aǓ6yw`SuCIpqٮ|[t\Tqfd'0o~K"]}K OlN|/nf`u18/X}s68;m7tS{0EHQ^ U,g~JU&(S&v)9՞{fV$fP=+ъ"II@WQ3 !5͍~6Hb`[ŴjfjH4~-5XѷCBΣb4Rj"# w雜d7fN_ortB3?@=!`}ec~'T?x,GXea'dMQ,iT!k_;ꂴD$-CpSrr^/"RgG.e[Hl Zů/s.ĐI|ZLl85Wpq~At]a2`/r8N2䨅~$i+.p3əxg dpt|IPsu >0y* iK\Hm2cv .Uj-&΢) "w6xv.IBEf(~Jqk؂ާ?p+~IڌL"pl <\l]+^/FuNf}U D\25,H^OąM]5?b7)^dU h>) ͐=Zw$^I [Q#`Tu.d0y?Rq?z>;k _T䐼?Htq|5q:ُMAքcV+ә(r gH18~pǻTr҃x#H,=5el,t'@Oػ2F?%Wz킝wuϟ,*Ik%1hgQ4X#:RqH<-Psf_o-Dg/w_N'%ަb4Wpȸȥk%{Dz/kf(6 +*HJwpQ JSmXlQcc kOYW!= t<arز}F /IUE[씥"Gs䌊8M#vpqI%؆v=uy4VC8g' h$[$ a㕰<MX|bjV HtÙsZP4%e-7kSEmE,mL ˃ wY$AKs Z s+;o4Y^pE?%lBrO^\3ù8ۍ1Gg#NӚ?&B|.g4̳y} D߯8qGFQK~k [@fȣ73$WQ SM!wah C"5,4YSmkA[]x4C':d-E~Xnś$76,4fUFJPѶ,({4~:VmsWXB:a*XztnHŽ^N+%QJ.p#!rpAt't2nVW,STQ'O':ߣ7h^tE q&3xW ت9Q`+׶e -C)l̿YC3J=yHoL:>$B*g O)Pē nr^<!%@!E`MK@½$t+_Lwug- [B mWvl=݀7[Ƞ5OIβN/ "  i$1HP `3=,= \CpR5:v wD '{Y^ 5"m_/S9*(NR嗼ngwX+́ü++  HwraɅ9E_~Zv|3Ce v7s; ؅u礥`Ng~X\\Yc=?۹!_p!+sJxFR.5$3L^SCy)԰rY@ɵ:1azq=Sn"i56Z#0gy;R:3m&9yVji=)A1<4?{RXFZ'[0X7N׮;_{iXV^2o|o"MNc|b+u+]RVRh"h,[(色򰨎D:)w}7{mqB8KYs5Pd8 f݇&/Ӻu"uN-p׸s޺/M{ eq/jJtjҘ* )Qxيe LZEbŪezZ"LxtWaV&j0ꦖ+AmLmsf#Lr'ʸv䥶? P]^)ۿ|hHOZPΥ{WB^Z2P|'+xْfFDjhv{·VѾ?EvXFJ,tgK/_%lX-cxۺ[,k$DFW!Nʟds AK^wKs7UK@i:kVdVM.?d d2ͦER MpI{5.Ow{]8{=Z溏jgq d; 0.S<L?w _=(FK=p9u+T/I~8T0ȕ@AU7(Ha%˶)FR;aiI[M5߄ȯLbޚf_Ⱥf еd$T@s|w0 <3I9NZޞN㒄2x|㗤.D;@!rJ (UTWˈX1/$k6Ngt'"HS!(C׳O9:˚ޥ"yf#yNgaȒrqP)"GVKx{+8vo}7 !n"RU\k"T>vǜ9mtwBwRtXqP+[H8J3w"ZF _9;W$|#-\z80wZ^;oN˴e: ~10)r%4bcbuz5Z04뜢RI FY ~Iiì(y"9) a"#ۥ7Tr ۓ"eZOgVĵ!#9^~l,cȜ?~ZeCgL}xEA{Bu|6^D 6q%\q6nlF08|ۑ~ ){* Eܘw@09C|Ң ?AiQP]SG>$hjUꨝx>YsCCjV/QܧKވ91Fd_u)2r=̕ARoa#mblJ`1e`D"#qkq9Cj.(,+>JQ,ǭ)Pb@tP¼Ty"PnsT>MP/M43B_%?u*Ĝx_[)ӑ(|nIc"i.|pi^Y2/qsKD7#Rʞue=5;8~N3/H*ܻj7i\0Iݪ@ųƇ֖/~~,NC3ƱGiX Yc~:,3htE` Ҡs^_QI|3+>6 N"Zzr''&@OWU;F '$.ҹ5G_Y7UIem|h,SkHF $(U@j! *M,8 TǼ:3ME27eu:Ik\S=*_Kwi*L^|{dg$]Jq_Ɏ6 y,5KR~+͔!tX!l4z9&I$[j@G` Ű"r_)ӱ@fa?h,ypl G~PWRɫGQ_Q;;+x;Y\֡ $6KjX֩ɵ앷QZQ x32n Ž#T8ֱ3Y& wgAeo8Iskj%( ?fl:*+8ưs^9XhiCI7iIf!MNdA#zi^?NͰ!gb06@p7nMSl o)V%ѿ۩o{?_ꫨwObֹ:~ba_CIT՛ j3?U~k + ەd}{aЯ8 ?Y9ӝD@T^5@m=2*pCN+Ұ_q#B6(L6 ̟\{-dDD16D uoXsEəDkv컴WǰOK5?g@1.9vq+{1=8k҉ ȶ}[ J}ծ+#AَSHGk /"i$vUt!!a̓]?! Ωj<8Ցԕ rȐoGwpPM`OrGA Ǭ:N &WªKw'gxe5M^N:/($\3U*J뫖=]I@,Z=>uT0 {wཏSL[}4_F4URLWwrl^oI@F2)UkPvTbKe 9&M8܈'7 *گ3*i@U\U4bغ %yc(U&T$"1u\Sϗ- c;d8ktxm%~n0oH銿Rm_k>`z=vzs@nxG\t&j䳿/譕P$SrGu1J%HL1Fݵ|Fl@4%bf/|1($ KC5]U܄f=׮J`JEV%QZ˿:yo2C:ioפ`ۃnOƢ/޶e7^Tܟq!`z9'|~f5t Oȴ+n'dƸ rS:P̯vo){roZQwQ1(%'~CY{W^)X#$юQXmN9.ڟ ͉h ;8 Ǘ ;u5${.ٻҝMF4DDWJY\VlgRe╲? Æ(Lsqg,w\LoMd$kf-@dYw\50΅I}5bd+\H+>7XP 5=A #ճJssAmh ,πMV]`YLmy3%h;k( R fܺj{_0 *w EW6@d]"GnGV%bF5 i?/>d=Gk!O &/ @:bFb2%lƂW*$[|ZǸA-qQ#7yb#|x]qEAP8a`ry3AwGORr"hv*;%vأ JobUG,66tdIK08?D8diYӹHuovXl7 "y|CuL%"@3*cޗp53.bG]-!|erfʗLb-`u"T< <Ϲۖ"p:z!#v I&ං@rKMsv-G Ťiɹ^!EFknnYm޿y `,] 5ז@~t )e\͟0uRUb}`=,<~8ixVyj$of*2P&HݷD<2ԸbdpxrE@ \+G}HҕG^g.=35~Q-En9 ۲zp%{ܴV ̻1Pjz_-YvWy(Z~ t o$21x薙cAUMmo7_:ښ7e"2Oyz %1i(-S7dbFdӴupinGr-^N*SF=L٫/< v$36g=<#Ȩ. %=fYD띇}G|-T`'~c:aD4(#?fC TJvC1QLmCWYmU3iيP5Sv!uxg`L6a~ Y}5=s7~o ʐ[DWdNg`ִE {{s9Bj_;P ]J1uq)"z>@a1.kī?X`rA^Td;G41$@>#SzXg8)̈['u2 QI_St.ϞKPv7Cz~"^XF9\4~~tҕא\1@IMy3Q:WNwQsCf? E 0"6'} EB4hz"pq#x6Lv^!iYU++]2eXvS`Ѷߔ/HW$6bdzDNSXOXС0:pjAI$=}꣢\ {jJ I.d5n +: fUecނxk@;Eb^begsH8ځӜnBiTu>@ &#vm}ȉwuϰ2=3-:pZ>+4P|u~bH:4/;="b_Aӻ4*?t-[{c}(3w$6;cX7^% i8 YItp$;(FTi*MVfW7tzbՂ4-Ǻ,ce[bA\OG~E/+*OP\>\3|$59ZU bR1%]G'G tAa|cXVUFXť `|, a z)u屰E0!WT}М0K|  Pa9@F J.ێj{uev|LS;xf27a4@:# 0SRK}}YA-3QwG%io#?n%pn([&ι\ 0n' N/we% @u' `~!9,Hl?5(T;0=|Ծ ?ƓUbV#*|IR0XAUVGɀC@dѦ,@tW\Bho!Bmbqӡb }M6)~oW=^Y!Gc7Qtjɗ082<{eNd#i7 !ylnI ,Թ&Q,rAnďGtw7=˞ƿhDmjAZ3/8Sl W<ƙex)JmDDg;6HJ_xY蠧Vze"D]:~a\G JasN1*'Bqa(}lf0.~w>Rpcm0oVotКMc*K ~Lhq(BP<Ҧ=l ];}7cfTh'ÝO[5^ >Vb8L%~Ke0?}Ix2RY/d>&/NmV?-'tù(oLocPnp^S> hݳik4Wfc)LaJtY] EP]2aEZ3Yu1pyo'1$ Cg?>S" ,q[P#%Jz88UOG%LRõlϵ/"H{Bo - ߫gh,j ;Wf\/b K>O.@Ɏ0t P$!H4~k]IuώdCr܄Z ?z$5~l6 7(ʾ~ck|lIIl9`"67WX/ 9?I;mxz2QFGAMZnc`/Y8[tZ"UK+C%RUwbR!fR(vRѫRZ}lXJ#bУ )5`4?rӠ^IhA$P1o}R0JϢςa\Hu쒹A s(K|* c e5%cj]:Py<(PY2>j.jR 3huBSx&_"mSS<{Vz{@I*f6K<1}S%g+m{G?;d< ?jp; 7Bv* UXڜ%1 c1PLIf9E6K/ӆ5e 5Z -8ufiꚙWEah$g_馹;L& unh߬[]DN","fs*U<`o4PixeW#3̍.Q$<)mT]IeA} :1.X ؇.!]rAX񷚡h]!~nbaOnއ{(VjMAiY>ɮvwA QK\%Qg@< VAXIgrM>}V4|$>hE4̦=NGܘw[SD)SCBS2 d*[ 8:I)=3iM`5y</֯} 2큖o^ךLīD;ChS~ځ*yMSOK(X^frϵ:s.ƨV٧& ߇+|ƾ#X7Q=Z| w8A۴wᠿJp%JvH*6Hf.2~'C|$gmT 052)rګ|T!d9du2Սw|!7>'߷7/XuY1:V~&AxafD[)qnmMڲ : -( #a`v:.ϙ179R2t!#ym/ΥB64w}vn@R_Gҕ(zeq2bZ]ڽacIoݞq@$`9m'>[9G{]:$>g<+f:ZVS^S5jCET+D{]a3E+G7TAAkTOlU%H˾r1}c~N}&큭gaN'Y\fXƩy^\p,| (8N2*慎f>t DMYV7BD 8y@;F֠,Vq/\M@g-7?;U5@0>y?+*fRUN QMW5ql@i fjCx-+)i0ݬy ^ןG9] p{Brm}vem}~W\fTBG3NxL ;%TT+9zY/+5Tl̺T^`+29]9i+0%0 *0p{9pM8_^c7ՠYoY˷~䳴j>Z?td :JyDSv+Zx9 D RDLAYf2VOtR%Ši 8ȅtiNH|30$+dC[++OTקW * .fq9wKs٫~V'/@q}r]Vo(zYv?^Z(/KCK VPtV2Nsjb2Z̮QelA[He=S4?HC+BF~ c{}O dX5%ֺodCt1<>Y7s+@FV>F%3 5Ǔ~% f83ɘ~9Eb=crȃ8]Z6PK@sIҳ~*H,nfl<[0dF|ϰq"tg@+Jko?;wzVЅfՃ) 'TN1k֗78)J^z_;LT8 רuxHJ^׮x1`hFV,V̔P5޴~VSF>7"`".!r{8l؟7 G(l'.1?e*> ({Z\K,Ot&m=%%;Z䴬Eb(ï[$J,z06;qiM!Ur]}/#O\o+D;N (E7eicdqAy Or2DoU(Rz?TåN_ldu*O`_EyMt}5v-cn3Lu1; OƬh| oz(9X gh4wЫ6KL%ÕTN?HhKAqգ87*TT\{q'_v#WG)(Q0\=OoNл8\sQ۔@_aj>v-n?eECP;\͗֨{wrg ծ✉]%a;n>QFi=+4k{Z˥w15,8,<]{=l\v44"u7hg@>qV`ɏ`;]2T Č"oUah.v 2Ϫ6ML#>xB .}uq5-Ǯ 5vnb3\x7r8Q%ۤ:$WoO.uejҘrѐ ZsRo_eAAʸ^9ȿ!rV0$@Y{6NEf)Ƹ$֠]sƴEyvw汳swCx&1=2.*2h&J3բ&(vɴ*g#cѠ3U-c}5{| N\W!xOu9HL|C$ݜ,GD.F/+ #*ȯAO ĊOX椐&mU^\ uV[g<#0tӤP^ӣŬBT裳ͺK"X=h& 7ϛ{>I(yDY>=*ܚOP8k(F~N:-vy(V0&u -ڰ\~[A1zK3 &/4N^RZ1*#59 p/ VBVgjJN%;IԔ=O}Vy2 K~,Q"we"@;w<%b2864~)uAFof~oyqݧ\.FT0l)~`IvxDhf[%ZJk!n/_5}cTnSCֆ?{]+xEvYq kn s%MX TmcɆXZxe%%Th/07֜ā Cz*c=kK5> < />p+x{u~Haga؁QG%oxane,bs1_S7eK-lvČ[|6< 3,"& eFY8 Dٖ/U\_z%aqooi:Y-Epj*0)곥 _70]@.M2gLsiVz>' + z'8?PnKl ׉VXfA em*:\z0Hm|6Q  3a]i":=f0[9\Z 2{k!VRN6C0k(r_\ ~e>j E)h.|(440)!\FQ AAr~6:j:rZe q ؇!6=vOW=,K%wL ʼܩױF9'w(TP6f<iȱ>`Y snaxiEfm韠5U)~A DkLץ;↌9 ˽ d]-%м(XTnyrZyCw|8g27%/،=ԟG߬M(Hv7.LZgꕑo~*ڱ%f!v.-hT4\.IEr.'?XQݼ C=~̵*&z1fbuY=]"]zhˢ^hwv!T\^%GyPm$;&bJɗ;:-gv`л=T .Z9ֱ369tXc^f`5o1V,+D/31WpbnSOwă_2T %V-] e}N ރHq]'Ymc{W\4e?lo!Hf&n"] ʫÃ> >&갛523}S,;QGŎf=I"&n$9R@{^<_eSxd*bt!: I@Mu /'p|>Q2('?2*"!,\L-VxīQwd TV_٘e_Myۇ|x>,芮lc|gE0r7G-\z<|1GHhe:`P1KF+>i&P w%&I' w8_,|p)3Ś {"Q^T6$IaG~47-O!0Rx53oh_ Aʖ}-Q-nˮϺ &S ş/ +_R)WPb^w7v8tb"τWmrDąE,B˓p+`p;:dG3Ko+.4dx;b<ުm;W/&/{ 'h)袸Oʴ z%E%K^Kb`s[]#kNeV2$ػlalZ,'x3(ߣȬpjy|E(+`4-:/'zN?֏yu 83 >|qI0WW<7 ݦP;`=n]F=E2b7k|޳"jظ5'KVo7ڿvA#h+~b"5 'C"Gob >: vVV'"R`.-::'k?d҂#u;)z3ޝ4aYcạr%;̑PY.7F%r^asސO"?~9@-R{C@"<})bo4e^+~ư%kIN})vbp@cтha`ƙU<#Eޘ. ʮY%yk'i'kGnL^{V}ɼ=zڭ%"'Ð>3zD-p)=|i{Bv%5a6 9ۛϯ;{s 7qCZ%%l`%dM*։SjIܚW{1a땸POF=́5 e 3x6^_5*Ҕ&w dS \tLe34W--Ê' Xvݸ9Isss9DLZmb(֍eB,3NjY%fl>I3p3Lcm4;)=~B}k fϡ>.2g$ӕV MLa E17"#z\r0e4*Kl~Sj5k'& 9 , H=>/r/p[VO;=mQh60R֛ Td8))SN+|/R3ezq.r0c3 -Ue n`e{`U(7$v&yh?__;oZ':k1L俍 W4 6iwzstdpIgf}erXӨx-/K+_+++;P*OhmR(B䩙ϔ@КNZ󖒱dp[Gnt+hDŧ1B@0LK!+Nh$Qh\#"_3׺~bBKDzM;<'GNQHy/Y2RyotD$cph#I<&2}OƲ0j|F#Gԓgc9>\?5G4X߈¹"D1$-f-h%87 ,X_*JْNM 2,ehZ}p+&kg??j PP Ir}9?^;fiOl7E)CrURn$t90J]BL_VQ(#}w KѦ3AJ UI8f%-~o}5zI pXJjIu:hikvlF1't%T}ΐ%Co!*6Igs1bEq>btM >c*o? 3<_!C~9+ |S2*Ƹ &}FH\ 5 ݲUq;.*nSNE"%R7ҟp?$ڪ$1'YOH9odA}{xà>e8k(az*BdXtjb .eCK jK]I^K|i 7D d99]KPed,8}60ZXWL\_;w[:l&!L-]{<1&z&4M [n ˹-04bd]@x^{`FXjO$厣K8#Sd%C5R48]Pq>q_9X{z@U`$mZEvNf|_ty%Qʭ= 9\(tM^I[-|~$?%/IT{]]="LK2Zn Ex+/dz0Ĺ{[7ak-N?>^߫f~d#= TɣbI (ј=^iSfU%yy*e(u|Njw00u߬S@L P6 -ݽrx\p7A:|(4Z0$*ۂ:3"Jp04m=iO8)c_vyw[ y'Ԉ2nfUI7PQk+W8XPT&*qbb&ҼzBJCM&@YUn'_/Ckkt S"q]Z 5}5 @*EpPzok)@*"u"Z#3\6?ئV/A$HB~?g޳}qࣱ>qb0yOm9)1\wU#܄{VQV^i!@jR A`{CYh؆{șk y&^{Cw@fIEcʬ90~!JFҭ"S[OW HG$ORJksj=tg`0c*k[_{} cIfcԧC3슧Fj#+ E5\B*Qʫ*}G㎖pM6:=kqCbiִE:Npd[46E"('go_ލZgC#:6tb2|;#XwjTU.4sA>OeFp4F樆IM}bVحR)-Y^p2dz8zES2bkfAcKK*z'JsP:RACPt659"V{KDl s Ptܭs<UaZ3_Xh , Bů{.>KzZ}nƳ4[aAQ-$5;GQmDM(s΁PoG5S禝 ]g]!gӐfoƉww.O8vOB,mX}{QbɁ0?=x?enQg Wu1ԝ=Ff3"%fv*R.=lH6vWCʔuGk1Hc*ʴ{Tʡ0fZ(o3f9|$sֆBQ_b){ U8),m"'2 ^+F +l)>M!4=rHfc,?"2 zRҗGA=Qa$ӻ"kXKuw*@d5xP-͉fjMII?Ծ7c^bJ+,͛EiPlp*[:xYUT/7֤#)nc@}Cdl.SA3*w|4Dl1E#:䶀N}'ƴ}UO'-'%PHsuՇ4H=o -hkkqĨ5odq(¼&t꽑uek/=fG"m~H~Yb̃j;&Z-NdG::;R,,Mx873&%-zl8~"勞-Pbe=uzww{eQ(12~ Zӡ$gVPN[%vtH OA$3TG}~K Sl3G/uؾgUq̜S=0XIR;6CW pAR\n~'!k։^W;]=欇~% 9#!99] _4 xvQ5t٪^m[-x>=biťhvSUH@=}wXJ:_+mY4܁VؒHfA,*(Z p_!bI8j#e9P"'K(K(T ?F(@/@5bp?qf*߲"Cb )%qp6X|qDbLf.ϳPmd !˅~e]cp% 0p?]¡EIbKVWT%3^֞RO \A14ۜP¿k,I c` kASDle '1:6dB{Vϗel;f>ڇ(9""q_2(mjA7UqS7 z-(+<R$-*0xU^bfMn^8*4v9ƍs _}^j,7I}L$~ ij6zd .O= Tk7 7lfdSu VTZC: `*-GIQ3^MgELT/_AMH  XCn㹥6)UMPchdiVވJb`0a;`r0n5wge.IkV,Ap N@<(F P{Ƌ2NYn-~քW90IV `:ⶬ֭ SxE{0 /b3* ]Yt41Qb50*GFe NTt-J9d Ck"f.6m@[`O!pL =^.hwQt.% zԐ崒;H8;kERYe,w@Cē4LBWf%e+°~zu+f>Jf΂pȮo!8q# z Tr;Աr*s*%(w ۝A;$Zf|K} 1t(_~ܴB!Q(9ȶ8oΣPsh  yUB FXhEţl\&eL) ab7ŒY5'yݛ[\aO R.WrhWBɍ#&0v;UIiヿؠ0Y>Kwh,Ԃ*} kL<2?l<>;JrHGȃn#}ʞc <CDzVp (T$#,"5r0n| 9.p㔊 "e 4G^*q)jgs٪gURn797~Kb.W,ҡ &<&ͮ<楻W %{O> Fp(ןsiLh[-fw6ǹ\vn}X^֏A2@^=]![ 0eFqE =Z5Ŝ*/9" .؛RZʫrk5ۈ=REniF GKLVLwSpkՓb&A +Ш[!d]u|fK 5,X\r0C0%ImJQCv1K?XCbΜ妬R]֤e?YuvmW體kf% fPȘQ)в6f4BtH.Q1Eirl#.,YuLIZyšOmd>N+_Ք77Ѩ/,}Nңk,;p%Pg}_.3&3ӁFkBnhZDXɺRn3ܒg)8ԑDHax|>LWndXGttj)KjU  ]Z5oS-(-mN*YC3a7S'O10e&oB}ܷrHԵxT-wZS Jf7OaTnN~& V蛑2[xĕZꃶwE)&+,E8a 5R 5$;yaܛ/eݼhZ"R >)EweS|0HMW >LH7 \GrTP7 0([yWtJquf:sSP:U">>I8ÆHZ'xRLךB⃙wA^-v wAPWd=:Re.:e&7GPQ`/VrBђC 4BV2BgX/ZOu.6U6K1Rg1ONE=ŗl^tP"ؔk Hvšg[#) En T<)ҹ@ @"^5ugHH΂=(T1謝R03 Ly[Ya(U,i˽ eְLEyAIzk,wlB-@ԅ7]9-GMvFdk4N|u%6DŽwo#1t)NzXѮܳ${av~nm+'m3-8m8*9`T7ue'!++2>MPŜ/;HSGK@)ͣߏ-nz0`_F)>~ZgcExh;xQc0»QSOsde ƜF(PR R ?IIo|o΢9#{9[2dȊ c9[E7+NLe tV{ R9]h/$IIvA.ZgowKg7PB{94s\a˦iU`לbf~Gᄶo+zz=u,-A1&Zua>Jό+<(`_m5 ^ W5. rY8_"z9KÇR[`1@Dj,8Mgz?&N6Jq;LUy%R9=;mETߨf+"GK`Z|=-*p?~@*Jn d̾>4䢐 u@b0o1 F0(h]|U H*v*f.KM@"3yH07"X6p??unÚۢuaY L?A?&L woۏUTsî mDMnhX1t5àvK!L*C*27'r0bz,DrWSҜ߰z ׍RD\3D["GЭh6E%m}~ 馥ҹlb*qcy-\WQ d,Z):H9@WAhup2 zsצ ^Dk5;Z%RPp[I(?5]rb"j_eΎ,=>RS99G>}ÎT[sC5AۊN?KIr+IFF6k19?i[>P5pVEJ"qY'U\Y Q[6!S 3]9SA Qd7"\oO3z. d?~9 6-3Ī ¬>ȓ Zq( oVg>6uZ:ٕd{:kK6KV~ض*g@CBaD͛6٬ 3 KsM GcKE`cB|.)E~(wO*<*ZP7P{<0ONf[\Do4a[u#)on΢^z[ZBR{ TgQ%2΋DӎU a['8ɛu/2;4Xn }9k(zrDYƝt"o kޟB,2,ԶxpLa9NwY܉\*[ x5jē'oS$hU;Lͫ!-u^nwg|`\խ~ #W\fĻV]]^wl'#TLgD{ȉ,B5[2H8PMBVy',K8MȮVsUPd7dfehm!^%k}$"8+Aahvł6$UNH]YR#WxGz>2Z?˟|}Ûl4Di?6~ dۻ3%3 [_>BѣE?{̸RވRm)B%ByV*槨uM1PB82`ٞa ;DwX (c.2rMY ʄ](m%a*qJ:7|q {_+p?uC ]Kou'qRT{w,>@tTq2@-cJ12Fx Uό|# %v="t yxgv o~EMZܫAD&t /6ƖE :NSVvz@%/)Q)R:2HhBHo*`qU\|ؐd_@izѺޒnE*:!rXŜ-8ИL<Αi MEvaǍcJ~P H yB㬮>0WZH⃯bt vFZC9hGse.h3]D@{]u1DU/ d WI=c+Gt/uȽ_Qwv<-N2OQz+)=r?Q¶bwJ T(Ӯ{*Ɵ1rYnhE! g`P(љθs&>( AHZyu/?Ylm$|Xlƣk6ؒb]Rr'70sXB#|ke2"ѭgG`ӯ O 64燮 ج5V|%-mΜVZY)[@@X֖1& -CY ;@a7 kb =uj XvQGz7H\貞)۲@.G2[W|VӖ *W8=  y,WHxI:>K F+rf;m~|Uލvryy\%GO\TaK4!TJ(\ë&"}C#Yjo ȱ0|fC1vթw쏪VI^?}^\1<#f-QB9.e'tfu^Z1Kii14ncx1-M?Y~>YV<Ep/x[U|\%t** /i iނ#t&P<\[rp7 uIr$sDl2k{ru٨/-=Y|7/Iү {5qusJ\N5";n#,;Y8qgڛ"fzǶa,FΫգ?sOE (}j3 ])xxo~!DGkWE$BF7 MTg]e+SK^wJj T5nekB^[Y7qMeA6J}lD$KMԫw:(@K8`񪸱)Z̝TNoV8Ov1XvRdW3!PQqo]/ضt[+'e9-.#썈ȌyDwUǟɪEŐ3$.p~k+H9Y_8tW"F urhװ"0SUa®#Hi+c™oB\ZhxqbBV][wGn5/Vnٲ1FM|5,djM]4褓i9x=ck7%sN~,F;FW0$,\ {[ԨD1i^{S-V~>=pM\:H͕㽄?YTҴ䱐VWpK1#w׭|v``yy%כMśHv}&*x"X4+FzI4]Yqni+bW]iÚ^~N_ IPYc>Ӣ>{kInWtDs$Y.|u!O~_'zSYCDIj Y8a_<}5.RY(iCxh`10lߖb#-+o<#F5{+x2&.R+ cYZSjȄOU-EҀw*=[ݳ+]?%R/n>;Ț7}ϯvcUB+|ݦ:C-R!08Ѝ86[kS\rRO7EXؖdu(Gñ%9^xL/j1{]QaJwjb>}g h_ ␀r찂a¢*M LS}#J|}E֛e֟^F\,Lrh3Q3)~DĔ浑ohLCټhEu~.t2o>pXrqնa_-/,Zڜ6MSzKn"UIQ]a!voPn;U?{HrR 1IbA?$5Hӕs[ގxz3O^'P]>;7 >G)/T"]f0GAF*{nS HӞU“S\OͫW,|xr9#{)AjoE+;fh ASZ׺NWC7ͮ=dg"]pBjd"T)#v n!Cza ZS9 >Ɋ5S"FR1!hͰ$އj2toOҗu5?@nkڊG/c纞|,Y ǼLX¥#z$ $7erJ#*|3"H35`~xjҞ(:4;tkI8`hkkNRwv$HJ۲هvnG`k c=wq И͏2-(uW>sބlbl>ٳ|^7zsFeQ"-0<|M" D?{-Vɛ1@=d>U\2GtU~pGM"7l p8)g&Ne1Îe]QS쇚ƗATjm5H`Po33f]?O7re;P 0zP Y_E[j( ><fZIda9EQJW80NDvԳYꘪxdN;"ն%bVQA=[dcL1&;'zc߲(q;kq[HIdyՅx1S]5ȏ8&N30b{4N>=P֣un=ES%d( ٸ,u>'t`g+hxY}>2?~Yϐs-rA2mӺ޺CG04,jqMV6ݟ{$QdPƂEK/'Ѷx]\s~&@6{t۾FyGIHbjH3b2*"K&~+ dGJ|UOs!82F v+2*ܸ[HTqiQЁv,c12x1*\/Lk['=zwb&80Zi?%DSSM5澜2>>~L'&d?yE/ =Tfyc&|6kجc bLF d~g-FHibN>a7ZƂ٠ ́ 8Y?`Ѥz` =_rY"^T+4]׿&?mDt̑?V{tOIYLEVXҡil*TCpeluՃ8m5\|Ɖ 2#a=c}l袩칑fSwo?u&?_M|X#qjzÆ--6 n¬-qAx*Np.C4E齟,KMupQF99f^z˒;Z.O~Xcs8fLTr B iP&OҫO^AOMaC'O{Nh>8aGIIA7\:"\~1D+GmӭXsCI+InH&r`ht2S–7VNf0ɯkj8϶*LEY'H߰.7?Mb7ʱ^c$Dx;%\&ml\׉aзa{bS{IQ PKZK ٟ˗U=OɷkVڿ $%տs6dO8D:u| 'Nn'ʌlɏkUEiW 0Įvz-rVMkV`[ϠgmkX{RW[S}< "%-ہSa澐꽸u2xli;c]q)+/[wY6Ӊoy@9_s|5\8jM cVf_9˞P[P )3i]+"K"Zz$ bώ>f8o7QQ-T2(7?nT6<訔dq/8oG@1J ;+ yk=]a QN]PՕpVB3wKz,R!oB+7ܘp^}~*P` eQ#^~Gdž3R[\w#xQa@bkd8b%V.mt{7tT{wԩEO4ȈLTRv6R&8Dq 95+m.x-m6uS ]VI+`S.)i9! "|bT5ԖC *sVZT @aO2>& /_~HXy^2&yyum͒`dյoyCld`%ŹASHUYt. 1L;vSܨ߼;F=HAn>pW3wzT6/墉d$ = D&S %J%:I9蝣6DE 4QS4 5q#^L8%Ix.ocqLcW*P[S~i'A3"\QSAȯZ?k_y4 F.9NEDfu1C xrox_rp\зyc2b'#IU^Wޣ-Q2DtL^ Ԝ$-_qf9NrN0>ebv16)snm)nAu ?p@o:,vyڟ\:'Gv}ʼ7[Pe #ev4;8pm86DlMMO]$Vo UF-ѱ}:n҂#0.2#d 5:v^{}w"p-a\KyY1xxgXx_ (vUniBWn>gL<"xRPQ? 2 f1sw5lgZTQ+G&Cp7HiRބmv% s~(v 7p!rܧ ޑ ꠾M56qAl<JtND%~f vH\*ڄO!_hx;En'Xx)hkuqnE4[{:`mZbLUUd&ŞcDt暏Bs.[ w$J BB2@T4s6MPEk'@iʙ?_cLD rv >u#Zqq:gb6Uʘ?n?P}cw2u;͔V~9Y=$+C })m}G]׏((y_jm~=*r qL<ă)q7'A_JkAuWk4>|EȨǡ< :fi j1D̗#ࡂ'\PN 3la0ߊRˌձC`Rdz+6OAOJ[u|B*Qi}۬+MK_wDխ)}*M{Ɠ6 (BҀfj`ӉI)y#Lio15n.G  %4ɯEQ.$:Lyh.#X2oZ/!>"Mml>дCeW J <v6oj(`0MhvQI]LhMUZ ⸥\ޥ^w2P+OWѽ:x @B)^@Jb:;ҥ,ֻ&cS0pydEHTM hY9k|Z| 6SU&Fƌ'(Gz %(#?E.5H @0pp*}{2= k9}ISDEi j.c.=|-7,k=$SeIeNjg)ͥ:ڀ)'9k\)x]G!Q܋_ ˪M#t~ dg:9CX>C&_jySk:o:vob{);K8~l V'`2ZQ 9sE Zot*ۣ 56}Z;^G#SB$t%މHO;b[@j8F@GQ+Zg0" y۷gcqdo;w~(ʡ/7 ɺ??M'S얓ˋ4 Ʒ̠Vƞu0 4`)TN16_u|eA ģ x#hJU7YlYAp UR ]brYCƑbR>]8kuP2o_ׇ9#}Q6;!Y֕:$Y=[)0 `yo#Ks^Y0pL [j<VIxB4S(Pt(+ҒÚClv7(oAn͢~2ۀbgh{)_CmcM’@:޷Ru7my!2#OFH<4 ``mFxɲ>4DH!Ǖ IwmDgR. J1Lc ,kXK@=&wDzG9}y HȬ繅Loet~,).~:ٹhBt _ZnhW$Ǧ腊3&Aj+\jۇۋ X&[ĈX#JȆ lC9\`C SiltNM1 *w bK6q5 /A›Wi=`Qw|83l@خNucd .-ϙZD pZsz#~3G!&q$jѮ" $'Dl>߈% ["ˡeD%w=[j/qBS|`̶]2S"8OQúwO*KT4 *Wx`5VoxLRϫ:S.e. nD/VNst[$mHMvm*1"Ոk}4m[`DlA56 UF\$f/v5B/x:=J EtIMkpԽe<աy"n y.A5FʓBGTWmjhe%puy4:AG+@i.ՂȂMIFj:A] b JN%rf-Iq#>3/u RB8>j ꕲ$o9H|FNȍo޿p$CLS~w1_+le<)(Sa':(_ՖZVH 찟_Ǣt|s=u*&ςɚrڸZAFJlt$V.>rio xl[APTp޿qcS'|F/|yL⪸>g&0"8R=d X4)" 4V^6[V``>JK9lCfH{ [oCdu(!T]`Wf]m-{!yd 퓃dS 0Ɣ;`ೱNz.TTLx!L1uT1v@N$FBӯű`"Ye# d 4CA,/wzUVlЋ#J@^:,[}{7O)8YNB+Q+=.@e.*҅2% 3!~"6kl\rF|4D$W92./!E=(x<>c@UHy̭TY$w~Y t Z`7"J&Rz5eV'?7Tq;%Da&9wN̅Vמ")"9-E螺+ha1~ryʈ6~AZ;l{f}3pvY  \<㇚J{p+a(W,}Gr΄%tW7yu"J+5U$T0p#=6e)\;;W#t<9'$V #a0h_F;a|睁Ĭa[0ϴCxaqvlNBm:{Qkĭ0qRKxGMd4w /:)j]e~,k!+\tI];)+ؘ Av]I_ݓ@Kkq^>˪h&IK5/O?~(3|K<ݮ2mXw{œ.),\T)7'ǏS'jk{Tx"f)'JyczXVxE@/L ^Hx_bә l<[f6%1 Vͯ8٩.zKga!K.\twzL-<,sLTisb呷y7kLs>/`[߿{\lעNmӽǸŏߞ)PC\_HX -GUT0II @uH. "A< ZJ|QCK _#a8>U9eU) SxSK,RnˆncS@pqָ_Z?w^lzV5wIYk˯ \15O Q'IIyW[Y܋eJ3PT'W_4!C$[跢;=I8vO!eBt#ژj ZӀ!Tl_cN6qi"c&80 HVjd=I=W9bŴOcP:X1W4їB##9wgLGE_m IpH֤[Nyϴ#;өV[K+ϢQ[*cÈQ Lu: (ĹW i E}E1TMh hZ?k+^5 F=`!r ˸^D3;kh:jDd#@gaǖ-KI+eÕ심y1G(XHP2m)6ƄHs>ՒA:.?+olFed2;+TV v .AJ fH="H-MVdZӾTZ_.e)vªH7V}J{lP*76dFOҕ#FJoC)񾷔E',b!ф#0#+ =L*0S1Q$21ql)𴙃فPoЙHbUjao܍~_ǚMD7vfG;3UBw~wka%Xy&s@$!3 tqf_nBXb~sxv'Wj kj2Pxlcll tX0>xÄȖ|*>ZDe @ۦ=Fܘ2W17,CYU$-Ese!lȂk;h耩qfWʺYCɶ/Vn5DPFAOP~=f"D0S+PA*k"_)^+լ~SHuRU/P<;(C+_Gu* U~h!FTesezD;zɔthZbՂi<\w:O\C X{(ݙ)~Kkxfiި(9I|oU>}fB<ޚ0pגԔ`QI 49@]a@ HO#l7g礡uyF\AZ6;_XR}|ږIGfc'T'~:E¤|{jzYx|& BMaA/LŇXzFs!BQ /r6m / ;AjXF ;T_ᯫ2DTz"5Lj +‘xg4y`BAIVVA"ȓk; *g|35'xAUvEL.!Hq waPTzu?qGpqO2RFXK .k5Ԍ\R~2E+H6W6xC&y ת֋we #Lq(w}#)=@!&~@gҽ GtL|+ZzX⊋QRS{;6͓h~) G;f/ 0k$dN#[pd-dfA?F0' '~ޤdzz}_n8 i_)k" kȨNV[!BZ2*-ZI|86yXPITLj53iv/\i L1yOArAu3w8 j# g)FMV9^KMO%2ZEQ}o3w<6XZOF zi.IN9`Xa7fɞ};zq9 J@,9 Gܨ l7cIܑ_F=K:@,maHt/4i ;>I;xESCД֪ EdS},.Z24g,K}75agUJ6A^sʑ;<`pJIM x͸ 4ƳIm]iU -ŷHt@o# }>-?Β~ZF8,); ;~KvBfbBk3lT2TD<pQDDM1Rx`f™>p $8-/GP s+!8!;S$?.4۔J~7H|adAVP=p plTvPә"QcM^C)O-CO[ b^@c,KVSkʧ (;\; hڀWBs+FQ Z3O'KTҠoZb40_ZuCu X8InҿR<&׿KُEԉ|xr517Is%Dpk*!NJ0FG<> y,c`$^!%:9N X xD2L$8%Cm|QSOo5Iشµ!"jP:o>czEtLz{ koq')3+GRI7Dc+R~U&i k&Gt}8XGCk0ԥRǕ;=;qD(17JgEh.IBee$ѭI(|0G6+I)i˯gD2rJ ֥ }'ӂMq~5%WNm#jt+G= -q}u6Ӱ۴g/XuWYdP!'샭hcX3;CGe%ս ƆgںiQ'Q5||8Jϒ |0`G'gkōF'rNՎhgγn,gݸ #Zo]1jCe3Ž"/4ψdM` 5)2w7 f []{&G2Cj ){۟,|5ZHʻ"#J`ϓ[~RԆeJuGMUwlGDN>C% WpXa02i'рbgڊij{"VMRLd[R/D̆"De]cRoXѾ7bgjJ O]"B۠T{"%۸rوGJS* fO 'E;O9w ~iA/(3_a%U>:*jADRY3q *0ׂ wY4ӗ_OAcכqH?%JRiEmW-\Y5ֆ+lNs  =Aa/S XcM\1VUqA<>>Q!3- > eF;)bW|gGXO`>B|u:6 bgux7HZg o6[$Qە8ޘf6prsӁ_ ?MBe‡uH?|-T 谟h _jW#&w0˒Xؿ4O#mɐ֥҇rZ]nfNކf݅e4wQ+ QLrM}怙`vEݚ:c:Yib1.μxǖЃ5K!t&ےڄGjk-it|'JvK؉ KQp50ESxΞt"  c)\U-I~\&}+(SV6"~'h|\~$dfK0ʉf&A-#Fm!?Zk>Խ6R$c匏FL<1CDIm n]Iҵݪxv9*(f~W8JOTВs,S>OսL% ]C![no;wٸ( (EM%Ymϛ`xP)ebəh,mTџ&>F=E hătj!o<NjX=tcv)4\tEp04o,0U+<pʏ;Vt:уLY:&"`y̥'LdQEzxsXȟ#Qc"G:O핖@("oM'~c:e' uY) >'$410x QM-9䴴벅(ECf8T#bW5W -a̤RN)(yXtV,i˱pd][nn-`@[N (P'C ِwc tA|Ѩ7]i#TE'|x=FjQ4}j"  \Xˆt-nw:#6"ro>12%NkF3ʡ. n&\{$+Zs~oF+ fk1zJ+_[7C~X|cF<:2O/i{EKNI6Ի3UO c,yѪ;eq|d+r"깗ͽ3s̀(GyQnSJ>D U?JICSl/%S0#Rx.85p*4~}O=sTP.`'^l]٨Ddu^4{ڱArq /q[G?m*jqΚ /bGPxz&ޏ* ~Q7RsN_xCO-S(t3tl9vT8hg]L4+)'Mchw?>k*@?(ۯ|E74v?}@!ZCm}յh[Y67qn,:[ &Qk[?<) ?`ᄻp¿(Y2(/@Q鎰)0XU W[bJW;d+2 {:mxamDD6veLY\u%LFUf4gȥÍؔdJ";yj!'=.G߃ 9h.3T 6l~F07؅ ߽dBqpi @8S'1ϷS94? %T9}>]5KK+Y$g_^ܰ*0=ܲԝ l(qP8{2>,u䤳''^C.=b~;~)uSEv+{8hDQ+M]<.~[0Za\uDg878"fs_ B{ _2|YG"52UFe1Hsp<{AzK@Ux7z1j4lDtԃ 9p*bqJ73`oCs{gώGL,sB $QJz Q5z/'\W~;Po{o wtxdZgq! b\z.E̽oâ`s5}l]f0`(%[3'2{Zg~Лhm8=PhG;{"ͯ߼ 0_\@W/Œ01. 4Y~d傅 {ZSzH*;L D>WIUA ؊? ṮH3 sD9f)p Ч9R .|+:3x69vA΍R%W*AȆܥTPEP;bGNDZJLloʇ<; jYXֻ]bK?x%0"-տ0;5݁|:] SZpj`SdDH>{׆C;Yf+:TYur0TQDMFu,g.UH6:ݝK<rDQ'|TO0`Zk#$?peW(z_Ym7V'MwIň 7:)! C7EˬT,xuR;e™n4nA/)c1ݻJ@,X&$ѥ~Њa-V0iIeT=}rg]b|ePmO3#t Rx+E33NP#t;x͋,֧|\Ul03x& "P.:W^KQXļ:<=Aՙlm'2Ģv2w9.ɞ58{ ;lOp2,W Aj3{kOwIAk7u7X[xuݰX{V:22d봋 2Wͦxd{6$+LG5zL*!fH{29-*wҋc}Aؐշ@i#:A\GZNtuy< (mM]D1b!Bbimܾ􂪴iҎV X6*`.D!Xld*B_IVI,_ OL3DGU=f-3T~}r]Gώ@8NIDF5k- @تN: LZ\0?kJ}%eg]`.#&J UڏeGje[*t/1\]6d>`m8YTA ٬Esmw/ح5icz7V9+ۑ3fy /Jh HY2l&P9U::>y'Q^e간3֭)Jӕ#|'Fu,:ng•PN[A/"Numm E]4, [,il#uiT'3:<˶W_"fb+yOq6/{ &۷oSя 3@/#Q R{ga9|$rt_/ibF‡9BY*}y('Y.Y0&Yr"_q-YQ$Ͻe"T݂ke/oșpiB3z$Eoh;g1a^"#b[EH+xAy;&+ Gn͠j C٣Q/,ںPOrO?S`™cN0Q]| ;J‘+Wqj#vq7KLfU#ȡZ5|d7B=ց/ۇF%Wko?VBVom^V5_+*׸|JVZ8F*P#9堍+c':hXÄw^c ?Pt8t2? P0l?=FP)HL6\6KNHe+ BV=gKX&RȾ|d 7\M7c k olVl:%N|&uZjھ5'qR)t=':-B++xغw:fxaAo8y:2}~!P) Mb6v9SIӾgPc5FU]_J6׹,`ӏP1خʟ/84m=Mp=. f4Rr:'aa3׋+O2x4=r=,#Ls?V Qf.?l ɱz#B;)BʗBJ0[Ez FU#kjBer`ƋZJ !gJ^߁މg4\e}7zKI 5dn2j3^ҩS4܁VHUzKE0!Wr,py!f@_HY٬b-)u/b/߮O:IQakcN5\R-☓¢$GF$GW O` Tr~+zgwd,)#(#ho?h z>lczӞogʠ5 a9;$KS329`Ad.#,jK{,;s˽z{,Hjg՝;xg{-rj pas<ID!=K<]ZN`9L$qWc\WK,$. gf2yr +!P .=q_^*o39>r͒sBzcf\n]++tPjn폫u4, jp˺MN)qʛaEљ^*W=̬ _D2z)H͵KӭADTE|fwTRR@)}~8ɮ>GE-v ur9eT S0pr##bS'6pjRl_h;] ]_CQ5z/iox:j9AĵĚ|xHHVӰl(~^.cIP|l7l?+1Jm{ހwp0l /lwʉ'WS[ۛsZЊ5,d w8 J>'!oH(װAvWF#@9훓%DP} ?䍂W[zBC=1=O/9V{&oG G ^U _2'n\6$tb۲;e UA|p'EWbq (ǭ{ Sl6XSՐgbu`7`yjwP˾+=\sO:|A#[f[*H%sݫy*i%1vl }A{&Rv?_ljbF!.^?حB_ԥW'{oSم&-!$o$ BJD9! h=ypbe1aʬeI>UlItrnoU\hb!*<= zKcg=@ñfDYÏڈ,e{r_l& uGF{F `ϵLPTxj Ex-,(yіHTaxՈ~[m3#y&j&1+V+Ls(u\#.,3ֳ2 Wy}wZ;vW^՗IPZ5,opL@4K:No P#Uc>Y4\pa& C'j; Z 誄4QP_`y}揣d]O.-<܂@7hS#Q]-OeD,MY֝@ H4wQɇYD;hbYGZGUF̡M` w<$M,9r!+~_jü<^c'D,q>dfy$JqX(uG$?gɻ3J#0$ys]o697`Lx歳X#2a{'\JfXes;T9r.qڋ 7N;@l^|P5SUD~[~^Dyp@jl>֎d+'0{Og /j&:Bt#){&c6aG |L򗤞k\Ro"݊D|ehӋ`(?-4{6~띨fr}k3- . joJ r@c$š/w; Bͺyl9p*\\W\$>Oxk+ӭI% Il O4̞zdɜL[|HQ@I]8rDu|Sh hvĭA ƄrىC9qHxk'NX{|f.cuX ʈRZ> %^&F׽⎭K-eK.T-첄Uch$\#1r8LU=@_l ;SC*`@/Dd40;NB@ yF;ꨒZ ^oң>78^vI r5ֵ:FԑcհEePwάC05 &\x $XDoMn,!<1냅D*ܸ;pV`GHNL]G7''ٔY{ͮB& ("+(GkӤb~  P7\XݭGRrAwE)KhiV۶ Z#7$ͱPyRwp8(9ե.Es*ޣ56h%u3N3~1r/H07?"#{סa#/}>d#gN]WWbyC\][g[uhC+:^ vjr)rSe LbkaYR/2%ϲGIuND{}RF9!L;'CǝLH˱>T>&A.##ԋ[%)\l6t81y2 eZ{;ܛgRXVقB~!S"*^n0݄Dy#.%!pƵ`j"6ƈس#m+^@]jKGSPiuP)E7pFcGSvc] ^"G^T=oTp] }Idna |!k]L\m K9'<jh&WGFH L0J]D7 80{:`vy`قb1i[' j/bH`抺8 :.)IW9[:4;.SiNck0hrcǟ?х1Ÿ6vc;8=IփhO o8x4mo%hy_.k) @6?,5܃)TNu/vGI@_]|{ Bbg2Zk%QQCu@/*kӯIaВ߈L^}^VI"E? D7x}8++݃f9!pW; #@c||DJk"F0<֬S|>^b8!eǂYF1mςeN#$'d8)pjGjx9 JIYNW8$]J4fhp7o ~ϬeEC#2҃n`4DaMsb< GZCsje=|#Mp_4c#{W?̻WS^{:P'o9k ! _f,8*K{1 +"r;[uV̘ ބ2~ la6 /rQN?bhYE_n>+ZQ+2(͏ӄ1tHΏ¸::wd[X*+e1.^Ug^j%EteQQ5~S|4b_ٜLKEw6B{i3zm`-җ^!qtDhlëe_}h`0;ǩh|iKk VF}J|\҂EeL[SkHePThI4#*qlI!gXPpҡ7`}A>Z⪾Y.=/Q*q3 ój }8b\o>{#2נ0Xj;wxx=|S+\(jOh<K͏K n5J$n2Y+FX32Mxаj8.pF:}|sh\g lp+dp&&ǥ Uˇ%5\!ߴvfd[Oh;:3?}X 3EL4uTz\˛Қ,Ik?,ƒ49Im{>LSVk@a՝Kwſm"@Uz FM6to:5A#nkKBubD[mb[4 `=܋@UmG@5f\٪ǴfC[no1xlppKIW^ 턔n^o^ י+n?" @eu=ly&*Y;l3;v4?=X575!xv y\n_G:ndA`' 49zVsG Vf(2[1@추8]R>dv0[Yg؆s?C@8PjAIڶbxA7a2,>ôCOHC8Z]VnG Kh w$JYÍ TCeM2OPS87 ?GEmiJO,J(V]P4r @ƙVJc0Og╸rqZ:jOAa4wAi&Qo6 7wqLѢAkhMӪ]8y1-cGpյ{$UkS!r>s;?D彫i dr;D>^U*239,^!cZ~wRHwrW҄{Wܝ@l1 p+ez42B+e81:Af-aJܺ[J0Jص[Y~ߑg=TZa>O܉ڀ q0%jY0Ȏ4Mm,XdR#\d1{{9}2Sϼ7r+WBY-'l8x[(}m[_AUF(>roa &Dj4ʭ3J;O?pyy/ON2 8=H+ap+mý[p%}xZ^{ M?z ;jCK}HOB1&d/jy~W3T& z1,&_~9p>`O݊,)2m tʧVȸ;49۹VC|Sf.~>V}eKS.sJc2뢻z!tv,0C`WX]Mb增-A0o+zеstɯ,Ndn)^"{#9$N^ӱ }л>!я1?AunI))ɫigT~'Lɷ5yb2F b|q\ iȠ_|hR`YצvW9<=ss$5oqsRroSӍ 12&<4-D4$=-.q` Z̴ƿifPBtz/^Mp%_-3`]SK A'VC)'l5y%dOA1UM;8_ ⇑烪Su>$n h 4?ו[Ri;-5~)ܞ4B)xd>hZ00XpMkl_Lo+STC V3\/~R陼_q4IiD M'terwV_H<ۻ({?֓a\ ;q 8wjNDSyb󪃱J斆 >0YCxo4T뺶IXU9%Dݐ3qWɳͣdD\N-sMA;%D!~l\>Wt`T3Ae=w RB3l躼8j#@w8bĶ0A"VoJ$(}ccBDm"ΠItȰ5ZвibΙL{vhG%ɗ *v]C2vb"$ٌ5[K{ZVr}ԉ: qomwelMncQ\+cA:KKPⵠY׍r$uq NM: t$G*{b! *Y6KY"O{pM2SƎexQ?F(~Hef:јaIvc̒}|y`T"HNinD̼ЩA*Htw/ČrQ;pT;"YC~m֌3t;2 cC96Tu4Aƚ\OH=5-KL8l*JGwiJ҃EJj?Eg%tY:DH4Gc79iOɑl*tX<bO"hCw,2~f%|mK|;l[[-եӭ"NǷr*'W@V!kj~ 0b:t1|7mgPQ܆A-R4 <}N&}tfŚHXzwY@GZ̥qّrRaZZusr<&t X֡.b1(1hA-z^.mK%@:]ц8lazqEN᣾2LQlp!.VMfb.>Xu 8( 0O‹f~CHud!N$q$m"i-aZ9qϏ4#OM{$"tRRWe)݃%7+p$'㕽#DlòZBҹ KVrFIqu*?IC[SblɳVs'k MpJ/ FFyL2U%"QZ3MgbMsgkhj.(OIrUeZ?喆ǕٻB[΁rwF܇4=cIϧd$\6Е(XFU_XDGl"n$^P߮`ebr B9DLys SREc)͍ג2U9  75|\yMn6l1 h*q-gy8$(':)MeFM'?{D̷ZcsP a_T&M_;ŠBB &W ~Rvؼ2G;֙xE0 j×+JW",~ ܞz_xk 18y&܈ޮޱpv hsh׺q;A܀րUMQG w'a&SʕLZ)҄V6~B TKiVÒ&19w97/&InY+cb,UX. />!Ip _p8B3I*݌]}j%kת0I QnkJ@@{6 ̫pM2[M+4ETXEj42-g5-{t^E'q"T&7?+DŲV y{2$tlʈ~Q( ( 5u(2$^{a3GLĞ.|mQH 1@X]Cı^Z"%466lgE+~+Ab(C9N9M^m#HXF*Ҩ$ʏ^Y;fe29<35~ë5|4:"l{H:PM=v)y=db~wҿ? eGw* V v"zA@/Sq-?'Y>IBVԗjvxfٟ-MAB kpѝ ㅚW&[x5]FCrn":PXҢ]@9?>*7CT 9A 饑~ygۂ\lcؒοTrr)zt &k&%K~vѶKRql,=):Il噏fDutEj$",+Y@ =~쌥`[a˷#Sjn&:hRK &cd8TgFֶ&+cx݌:ko8|@9 G0qO_~2z"RaY]Gkm->9ڜ|[*%/[cc 0 ݛhUbYo2 21"Jda|L92NT&9u޸fH3?N&^W/uT-d{v@*a# Kk-gzύHxqcJOId7u޷;>fفA}T)<~WߢEogXUģoWݵdj) .Wiroby5߷pYL  &Ƒ=m:M>;xDt_gQ닩Q4Ҷb-+$mǎZƪ)*8h 70rd6j+}ψ 55~g@Cl=0M!2y}tgß?0c ceicpyGsz9>m m_&XG(lr!E1m4L". Ű/YJg|ukshmcܷ帅C~OPܝmBށHh2zZR!8Sor˓pC >j593=`;N\wk[h%g)iE/1̩uد+ 1#طK@- -0IsߩّuE gu~kTER[po׀Hr8H $J\odNkq&|c'XVCӽ;?)̌.=;8Pg&;/ϸ}"jieψ r'om,Awsϗ7.Zg٘}+pGtza?)Q`0aH$/?!5<"|kolp,d0̥SkbbM"BbbSyH 2ܖaNn-(ie}i^Zice$w6zq:q(VH%iʥ8G:< %bUW;9J3I{˱TdHlN஻K# 5 zp:hs8Cz/Id{N\h\:O'z\&NIL?jcWk@UIqi]A(j z}'9;wQdvY,sq/ .]}{8ЌW.'`!}%91= Vod,ڗJ ЦC!A,Q~dr=.."ؐy%dkЈiD'tB7@qO$ A s`̦/tux D^\;taa0fN,(oJ4&3+~҆^Qd /2(L. oA]vW*:qeE|-FGO*YZs|OKF2!aAU iQt޶k#82EUyJEm{hKwNO,\TQmɬV0Nwy2hu}ߌi)(X@{ [f""jp=_B{P97x cEKqzzc\YRN5w?B,0aoZmqj#:5,ェTh2tVM^Ɍ2CgP_4aК ]oiXc*8)s֤i1'ߖ\!u,|N4s -CB2Pz! [5@ :@5į_hS~T$jR ao|FN C{6ZűxLOJ93_dpՕHv"۾&܄xI %f>϶mk$k3o#EDw)u:'Nnpv1;=ij&M/:y0P~;% @FY?k