libtiff5-4.0.9-lp150.3.1 >  A Zm/=„ c;~E͵9MN.fR0Rޜk_/AA4OVZq}mڑl0 IQe/7c.z` ~3viۭ3)MWhU?_4pC[PX=Lhi[_Ċ;D"D8F1d@ u7ˍ5^{GSm . *ԤMiu:^V> cmdi]5 ycadba31b502443428161a196a6e6551f299093959e719bd57bb5696361f2fa2f34615b196f2f3e210b6c30cdb5313cbf8dbb8763@ Zm/=„N K#'$/M6 {Ul)ӏJ.Bqj7025;jAX)uTϛw[f>SJ¿1AZ99ډR(Kjk˞pY̟L*ߝ|DQY1\'%CN(G61wqHYѬmy'03Y ~px$L |!C<9fwZ$XsKg[^ґ0p5FPz >p@?d   P #,1 K\    8 ddk(849t4: 4>@FGHI4X<YP\x]^bEcdIeNfQlSuhvwxyz\lpvClibtiff54.0.9lp150.3.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.Z lamb22openSUSE Leap 15.0openSUSEHPNDhttps://bugs.opensuse.orgSystem/Librarieshttp://www.simplesystems.org/libtiff/linuxx86_64 (z @mA큤ZlZlZlZlZl7)O@Zle0f6dbc06f54e37cf55d66248f0f53757d04a5e3a267813aeb9ad9e686bbd940af01628e77577a685f139c320e9d83ff309922a4f185dae2ab1e901aca899549fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-lp150.3.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(x86-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libjbig.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z 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 + 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 - 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 + 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- security update * CVE-2013-4232.patch [bnc#834477] * CVE-2013-4231.patch [bnc#834477] * CVE-2013-4244.patch [bnc#834788] * CVE-2013-4243.patch [bnc#834779]- tiff2pdf: introduced warning when the compression isn't lzw or none [bnc#819142] - tiff2pdf: fixed crash [bnc#821872]- security update * CVE-2013-1961.patch [bnc#818117] * CVE-2013-1960.patch [bnc#817573]- Add Source URL, see https://en.opensuse.org/SourceUrls- updated to 4.0.3: * Add some TIFF/FX support in libtiff. * Fix bug rewriting image tiles in a compressed file. * Fix read past end of data buffer. * etc., see ChangeLog - removed upstreamed patches: * bigendian.patch * dont-fancy-upsampling.patch * CVE-2012-3401.patch - new patch: * test-jpeg-turbo.patch * CVE-2012-4564.patch [bnc#787892]- fixed CVE-2012-3401 [bnc#770816]- RGBA is packed in host order, use the right macros to unpack and verify in raw_decode test.- updated to 4.0.2: [bnc#767852] [bnc#767854] tif_getimage.c: added support for _SEPARATED CMYK images. tif_getimage.c: Added support for greyscale + alpha. Added TIFFCreateCustomDirectory() and TIFFCreateEXIFDirectory() functions. tif_print.c: Lots of fixes around printing corrupt or hostile input. Improve handling of corrupt ycbcrsubsampling values. tif_unix.c: use strerror to get meaningful error messages. tif_jpeg.c: fix serious bugs in JPEGDecodeRaw(). tif_jpeg.c: Fix size overflow (zdi-can-1221,CVE-2012-1173). tiff2pdf: Defend against integer overflows while calculating required buffer sizes (CVE-2012-2113).- Fix building on older targets from SUSE 10.0 to current. - Add jbig support- Add lzma support - Implement %check - Drop visibility patch because it breaks compilation- change package name libtiff4 to libtiff5. library number is 5 actually.- Update to 4.0.1 * configure.ac - Add libtiff private dependency on -llzma for pkg-config - Add support for using library symbol versioning on ELF systems with the GNU linker. * libtiff/tif_win32.c: Eliminate some minor 64-bit warnings in tif_win32.c * libtiff/tif_jpeg.c: Extra caution for case where sp is NULL. * libtiff/tif_dir.c, libtiff/tif_dirread.c: Extra caution around assumption tag fetching is always successful. * libtiff/tiffio.h: Use double-underbar syntax in GCC printf attribute specification to lessen the risk of accidental macro substitution. * Update automake used to 1.11.3.- license update: HPND tiff license most akin to spdx recognised http://www.spdx.org/licenses/HPND- remove libjpeg-devel and zlib-devel from libtiff-devel requires as they are _not_ required to use the library. Now, this _will_ break packages with wrong buildrequires for good.- Hide private symbols using gcc visibility, this has been applied only to functions that the source code clearly states that are internal to the library. - Run spec cleaner- add libtool as buildrequire to avoid implicit dependency- Do not use -fno-strict-aliasing, no longer needed and will probably slow down the code. - Fix self-obsoletion warning- updated to 3.9.5: * fixed integer overflow CVE-2010-4665 * fixed buffer overflow in ojpeg decoder * upstreamed: - oob-read.patch - CVE-2011-0192.patch - getimage-64bit.patch - CVE-2011-1167.patch - scanlinesize.patch- fixed regression caused by previous update [bnc#682871] * modified CVE-2011-0192.patch - fixed buffer overflow in thunder decoder [bnc#683337] * added CVE-2011-1167.patch- fixed buffer overflow [bnc#672510] * CVE-2011-0192.patch- fixed "Possibly exploitable memory corruption issue in libtiff" (see http://bugzilla.maptools.org/show_bug.cgi?id=2228) [bnc#624215] * scanlinesize.patch - fixed crash while using libjpeg7 and higher * dont-fancy-upsampling.patch- updated to 3.9.4: fixes CVE-2010-2065 -- obsoletes * integer-overflow.patch * NULL-deref.patch - fixes CVE-2010-2067- fixed CVE-2010-2065 * integer-overflow.patch * NULL-deref.patch - fixed out of bounds read * oob-read.patch - fixed CVE-2010-2233 * getimage-64bit.patch - [bnc#612879]- fixed tiff2pdf output [bnc#599475]- fixed typo- updated to 3.9.2: fixed many CVE's and obsoletes almost all our patches (see ChangeLog for details)- add baselibs.conf as a source - enable parallel building- fixed integer overflows [bnc#519796] * CVE-2009-2347.patch- fixed lzw overflow CVE-2009-2285 [bnc#518698]/sbin/ldconfig/sbin/ldconfiglamb22 15191280004.0.94.0.9-lp150.3.14.0.9-lp150.3.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.opensuse.org/openSUSE:Leap:15.0/standard/43434eb80f495c5d354826b4ac2ca303-tiffcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=db4776448c2d936ea3a2f52044a3c783bb4353e6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1f80f2fb40441bcaa9cbb3bdded28a33d4f4c75e, strippeddirectoryASCII text PRR R RRRRRRR R R RRRPRRRRRRRRc[8}utf-8703b53d671af679e0dba58e9e0603f285536d063a902584aa6381519f9792f7d?7zXZ !t/wU] cr$x#ŠĹV[{/"XO iLu?q/)J.`oQ>-Р΀KF0y>!Ϫz<"r a;kF9 &/} =6\TLR-.߄^F'bC6ExMJO\keM!&7.@WpkB%: ~ڽ9sy k0.g\ ϱXyLCUBpho:V H\SZ7)XoibPXApW/!\f& \A!ߡ$ ~0gPkp KlʓOlzZ HAWDi0ra=a~+;˭ڗJ-{-\! }`\HytDOFAs=IV8Cy|E ;db ?& S3ƧGZq zJn N;~5Cl4~=*aȆѪB8F~9kC-8L| UkO{khՖ E،4jVDoQ" RǶ_s\0w"{~!c_OWdUpkD-&)+;ˌ(|}֝΂Jz"%:Nˆ Aea-Nm1ң15I#R[ R a)Vxɥ廍%H5ypbjKm_Vb}tWpkh]:o┹i7FQvDG1bŁ-ğѭs6Em*%%%zCx,cW卅 z[/j. MSe5`n{+&בG,qخq4'#;P+vJ3bӗzF>[[{6򲜭1NkJ%_҈u3m+H=b8Lq6Ds1 /4T e-.j aR &ͥIX .wD!67#S5h=XT}fھA2rY"~Ҋ ,/-*q]ѱ0bg3A ^] 9Qvԅ 7\B~ rę' <y|%xeA),̕Q{p DQ1Jي?ۣkʉ}gl8419{:`wzN +zv='t[g4 X\ߛxe a>bDchrndQV'K9Z7*m6E\Z'gҰBV̨pMFbaqm@ʱ~`_=M-pa;VuDq)0u)7kBqaZ)]YJ ,>{@X|lXF_'O ezLiEd Z*ʋG+91^F} 6]բi*Ar?QdƐ۝F V󷥍%=쀷x:]eqnٲ"EtF3Q"N9)bOBO":<Nj5vӚ.$\{H=g)T/&a2)Ӝ;Ԍa+ʕMRo)ҢhwEjRT ~:DYvv.#./y̰~47y*G.<0&15%)Y=p&"Ln+xщjYs u1!6^pm-\[!e}jط^H3O5 >r.v|69$?9R@m Gr[N/SMy5ʔ6wMhgΣ2Džg?W6 vDSkƱ\hqshV܌:8kXtD:wRֶ}~MݳGq?1LP|:oW< h_HyEy֤>pOi>NRs|aF+0讇.Vj;Bcvؐv7LQ'֏w^VwUkۋE yo/HsZ{@ә/agH+@BV|az((FO`/д !.lQXS_)b9Hr٩a[ %{Z_T®W(F2x*-$< ^J(^c,~TTb RK _ bGk8%/Բ|#]zl2lng<5mAaťmt<>1>}2Ʒ}tLv9syRk(W8A3mwYa]S}s.,X PƫTluu S嘆 {+)*Qp~Ӫvi* ia/gnЍuYC Z}R03pwGHݺ%=pOKh۫t*ck⯡$\m]Q^p b-o#oQCVECl:#NPO?XȜ̟2䮛֍Xf'Le$T1;BŏVl6 g%v C͐`IOl|Qw Cé.A"LZ}۫89CK* ?#tZs:pG?cb}hO7sL g)NmM㤓D. ,j!q z6kD59 .qǡ7!.`j^\8<~d>Ҙ8lcN Z@ya`F !~e)6< N+48 P$,pE58h(:ݬc_r UXoF8bɳ!vmЍx?sזFjZ9 LKTSh#Hg{p/& +z+od 3(gD/t$`b\&g4~ƌxfZU=Qrn)Ѕh(@N j\)~ Y, ӄǷœ}光[YH?^ eY~Z&h P{N  Yus̬:fQ\ZJ65P66%WPk=p!$['C1YH+;@ H6ߐ\{n<- gxc #*qe#ˣ.7 iFUQr"'T̡v_#;-S9>{8Rܮ婋PV/eO}do+v8Gxܔ)}%{\eU$7 ÔK c/-Z|yW|W+dd6[ Ю[/zsf1r [l=4b90=;PU"P2%^R'1up0'g6Σ>ɅgvQ"-6saPKL#D뽐K!9a:%QS~{Y.)IPk*OX}:7%SՄQ 3;¾Ƣ"AMm;9C򳙕!خ% 7xhrEzDU; @l: pcV묦9\5e̓u>|6nݮL#<^G9pEԔnWUʷy4h̜t [u{+X֍ &o?s^8V^Es! XSS'0&F[bVYt8%6l lZΊ{Yv=vI5c4JZd rؙjjH$F bTtQC<,~6CHt-n`iZh;^!liJy?[ W3Z9$Mvc:H"L^yS܌|Hڄ@2Ӿ7`blzlέ2[`WtS9-{prX; T> (R`D6qz% ]pǯۍpL7D&فMX }|^rE$(=&j35 />m|phh<,]#&x IVV#J$q+o+>vIў^ ,8o;wɦ>= Ԭcjs@GòG !fFh. (hq@E2B.\.[ cr -9I=J!Y;r,VrԾ&y:N)ͅTQ~]VgY@i-~i_;'T16I&Zxf{0y|L-(cN`%A=Nȸr:O/ vAjom (+ԕ }5uu n'~AMۿ)Qq<{aYXR9>/+W&c΢OVSs^eU *Œ%R,|؋DpE(B!pw=x6 yϭC[gê3Ұ@Xӽ53@MAΕ #Vh@iDZ^m笍E{سF?AZہWԘaԝJs@6q[I~фU?Ϭފ-+/9XYT`f= -z2/y449m F ]`c qXH|ٟ8`N ~L>#r0k;u{p.,-P`/ʼnݥ#u|2J{F$a4 d[NX!/D_$d,233"ƒn@֎>Y~#{IQ7a/4_-2Mɂc/ Pe&cI׈CJU>!'{ V4:s=}633K΋JD7n̨{$ykϳ5_ohƥ% ?ވ:%rqgb(FHނf,k:\Aj{>Rp8lJ $UBmj`6vNBMϛfQ/yT.IUS p# CZAV]U q{82®KSڥ- '8 0O~sH5SQG8D0h8h% 8?f7QtCvf[^Ԍtb}S7F LT^fLI@aj8&|]O&Қ%5,,Q=^Xfw`O 79/R^݇'&! m[z,o NOPjO˶`y7Cl;R4O@x=~z0@mrF|+}4ș HHu:3HLr42aKϗ|<&H0&y="[5*ҵfVJ?F/~Cr*T mR vRrJ7*({}%-o:74^m =_a!f^g0]O[Q=3 jǘK&6!eeOiVlO:սQoI3:Sc^zJ$53|!>l xOLo*bQ&EXT)nt>14a:8_Cys9x7|ҷ($|ɲednan@#5[9r !bV'C Y^Q":H:QWʬ:r0Gcqϲ̭sF) H(49!P4d֏,` }ѓ|O,>RE،Ӻҙ^)^7& ~sYiCS̐$CsEJW%vXΙHih}>Pݲi`u괪XS(<! (Gk-M+W2}|;ހd=W/}CzKW`⃽};? Pj/ ܚ_3{>&;͍>yΡ;2w~HD/ΏqM?K&\O=]m1v8k76 ҉=M5?j|{0]7{%J! (Vȣd8)2j? 5?Wsާd=p2#OG4LHuAcLBCp6e 'z3[P)_6!l$_R7yXf i]D,-i4XK$X};ۨƯť1/{!+ط4_p䦷'#ږ g礏D#(7"M@'ԨmyMu2sj50ur¬ۇ|:#"8M<]i:W3'!qoyAdVB9D-O:0szn=te:PA,O3-x.e[)DZ`9 QJrd~؇f3:0!XxЏפ0Vor/X5ѧS3rߧumn$x!-yAF`Y7 5_OCe$r/-zй;M# gTnUSD-r7V;cg2 u3{t2zb5g5q ?ix| ~Ti~u|}m -VTl^wUqEQI&U^%Ju:%s8⣸&-br>O/kW3y&"3}異M8xv1wyf`4>O0\VKe & Q`t`ʦYC,=w%>n]W·oĻ_|¨e X4#tP$F߁O83'ՁNm&8~̧Td/ke]#I:{[}.h8Ul vŋN9j}ײRXJi{p(RUf2F͘J͞6SS9Vec_PA@y=Yz d|̺;#c zX-P.[zM͛+ %Ujەe;/-{~T}G_nD $ [0$v83 wHPMA|FF|*Xm>40B[ ݌rbڄ.6_ϋZF:Y>\_c6XhKX0?bK#,ẋ¯sw/ꏗYȑiK̲%Rpe5l~@^ڣ}`.:97!YSZ"5|ƱTÀ6:ee3ŮQ"!H;N$LwtPpV,U$3 ܻn؍Ój@_p"VXp#b#-z ~)RKXǭP:9s5eÝ2W^\qTR+ןW"NĴ>! %!tjq YǓUh􈠊cdq,d^ f"?\]"k/| G;whk3C rm޷1Agߤ&wʧv_@*TK'[hB5e|*sK_'/ML? )p1QߥhZEg\PbPPk(0#~of^hڋi/& &<%Y3q[@̢()Md, )A)P@-Mne'jp5t?wyagaHw5Y7JoYU5 S67g|Zd3Aշ=3}6e8XrUu:> "j.j(Fn7q|Ia\y[cZg4]^?ڔ7-cVF>waOY3N284Q\ ƿM/75n7/è$dӜƸlrҫK멤ס' ~BJ Fbe>5\gC&@)ۄA4<Xa%ݱG`/` \Y'{Ӕ~Alo~}?c AK`hE)EWV~95pK6 ).#Nϥ|J$,*JeP~](*Oؔ&?kHkƬ!@6! И`*22*T=Gzf\-ZY:2G&pvɺv?$QL,Ĝ^ꋖc0:^E ;J HW!֮ <Z5ʅ ;j7RW{#nGOVQֻؚy4@@sK$'G󏰄V5H^J?~߭$-? x v~q-дlj&@uWaipto{]."!BuPg4Y7 D cherylII䄆@( p%em!_D/_%Pb #gz/,TC&Q" C8 ~uMB ƈ&5˅p[$e$u!Vyʕi&V H]=)c)EJgKUzb~)mzcE'4IͣPa ² ݦ|m?(lI|x[f07~^jSlXt%p~Cjrv_o V(tA# =ՁP$*~%CgUN}@LuNJi:ІĹ'4T~sS}PI>0pGv:Mc%j, `@?)="byGp!GM qR_Ļ0.Nx5^5T{,Ƭ&zծ484֦?Dh5;s,C Kt"M o~) I F [@|?ӫno G7x{ np,H0=3FP|o=xs,_u2etZ$aҹjlJ \O$}$5Ms6VQPD eѮXF)"إ16X s`YP"32@bW HTW2W>MD+"y`ˡ/N1|A ~\N^vlYOYM>ICkldaPiU "H_&mZ>s#&8jj_IŊQj#U).d.?%~Rșq^Ni8>dFݶإ10(btp|< lZ<|:]Kv]Ԗ#2\ϧT:fBfbS~Z85"qȅ]1{d ځΨ&@XW Ԩ-g%ݔj|PEP*K@?`&r5!Aq_b)* nm6$y\,5:txTޥ6x[F>fyr8"ES 893y?gƤe-Y_JgtK!~&s^xb}:^(RYBŒQP15O`4VU }OH^W_{rcuX(P+<;?G.Cgh i&Й=4gbMAȲ"'cra իݘ\ɡiNu j 5;E!J.wNxe5B-{CZg)% Q'8`Z/$}PsB <$qwy5KQr?"Wb)e/*fkU.=j8)RVE z#j* Nh<;aIc<仝GZ <^#jqO)[`S˞޹H-lrQzWsFM] Po7{#f3Y<"F*k^'xcj6 A:>mFJ<-P C8&<6t"mYZ ?Q+?rDx^aX9,cWyr- 0;y4SeUp'!2tvz.NME͈jc]~#l6P E pJG0uyJv 0!(>"Ke ~ W:ᩴT,l([b5Y6mi+wNVn]Ѵi5أE v?-uFR9x6d*p,ܦ՝ /o:W2nGHms >%&<`AFS:zԣ=TC)^ 9x_W ʔbpQHb/b{V`F[yȽ=3ziv=jes|*1}5(5}n$2mSrmK(%KHû 1އJI=L2WѻJ=+Qa[Zpq5+*k2LvCQR|{flCQ{ї%q!ݰ ىD?xFWhi~.JrC64 Ny*dvMY uƥ/S L薸9TU3Ԉo[tNۜe6oJj{4416V{wJ;ncڶ_Mآ„{im~]A h'ulIdzIwcRQs-Ԥ4Oƅ=}3_\0h0GcYkz\Q+0m1O&"m!!jQ,֖DM3)9ͽW N}`e&}p iL;~Xems xsЩtlW&cMPLڍaRr#!cqM rƈqj@.uF|Uعջ =I #H`jGcc}~ IС`"1 ށQ 2W\M`1ːa` -4!Q4 gz56-Eb p͖!ג}uGglEJ,e FLgƒVCmWj@Uh2+ƚdk84aWZ8g2$'j[l Pcj ]ee0NNg_//Gcd=2$ADchɐoJ$1UH؇cp-L* <"wEW7}i`*\Ƹ*=zb\_&n3z|̔bH'֙P_JrPE6AMc+x 2ǚl߆k֊!zIuX T,-[jhYu{Eqmþ1NZ}juWX\@ܹ $=cףhyXJ~{FȜ!icӬvHR4d]*f 'M*4VqWVBXG 樖"6lVBg4weVݗGYy"IDTR֊rô ݰH#lo].)Wo)yƏa(]|a`JѵPO,EQw} =|)643{1&ݍϿpZ\|+;Ƀhs7V_X Wh7W˰.`8 }QUbb,m.`C]~4Dp2q*P ]wĵ#8{lz942\9b&c׻SH½>[iR ճp_eV7>/%bitEٔF u&bײII5X]Z+ V:=T"V=@Ȫy0Л.Wc T?= 6]`]6٠Suv\2KiX7I/0ljltMYh)H]ǥg^1oDskO"qj_ bF%lq$kw5?|cqYapuܻ: $#}oeEE %K16dAX#ٖam$Gh֟N9۬cL!|'zR2_V¨tG~%Pc7q98" 0 %'ا.psANU""QWCy1{ef|DD dn·9a9SՒ7HnܚUCs9Pu. ,C6?ʗF =R:)Uc{/C@ Dc߉qoBΣ`FO.=P3vS&+!X}뚱}&3[f'gZU_8( Z,y$8CS3Ú=xcF A`ş>0|duqnv 6Ѣm@JFQmr,aQfonB/=s +Adrk h)Hl <~%\a .+:;kJu^j=Yo\b־*wUSMy,O)ZQSJ8wѧV=,F?̡ q&b|`8sY)yS)A?v6<ڑ`aEB O# -Χ>vs u'hiR`]&:Um'n@rT EמogS{oj/E}g / >I^J_2[zŒdTdgu_u1Z409!t!t*(hs%FGȤNS,EEW`z?w>H&#o _H\ Ιτ(Z:˳()WMN$%7OLlf_pԛnR$[[G̗eqVPgËCTA}F闕Ei3뵾; ^%#]\ DKD%gņ QBm%B }kŒlZ&E6fhNJI(bjpDC0-Փ#uV."UO:|⡏0{@$vG˩}Eӷr A +'A앫$^"Aķ.DP%&Ny:}+ɺlUuMƝ)M&^'iGrMA[0djmn]`Ce M qoǢS OAȿ5WϬ=XPY"ٰVt&%93{ vGd@L JՔ2paw ك*]EG:A1eYKdwcF#_LshO N^uCA|㭞wV՞(iEvǍݝ^T~1舶| ei~)t!s.֜>Q RJP|XLL)hpnVJ%v Gn25/b5SP|6P&:=hQm;,7cp,ƪarD{i(ka$7>%AP\':]I^:.F5I? =vWFcP)vJv؇b(Ֆ )@+U r,Ҍ>#" A J/r4[Y+!LT>%\" XI^t%lI/w $nIypl`7'#hq VsiY,ּmd9ZcC˜.qS6X3Ͽ,j廕]Gӈ ~jAR>!u,7}ΓPfOMHCp*^0Fu{u`9xy~n⺽݀Ev0Qh:H;VOo_zt nN<揱@gWq*fǵ} =9qݥeq4f.6~?}'v> (퓀UЂJŜVs#k ((S_\M@u2 \, `G?g@zÜ? M'k =?aybiC|+GJ#6Kw&iv3xҿ\ݕnsVY10Qdmz0g GL ?OkSV1nb6;&mRdva upo{y|kjēg [QnhLV"|G/g(I|)\r´ q垓 h̘N|mszZ(g_&Rp*,A _1tДl(y;tф^ҀtX=k1-%g@".؇/:Uiaxy>Q!8) *&,.673 w`7[!3' 9K3/՞b6/|_<$A~ӱr0l9;t@@!Y(X][y_=̪W:S&לΖK|'o悂̜HhyzkX"_KuNN3b~$[dلgOӀAm7LW"e?y@h'gF<뀘Z7g,nk&3aOZj ]c|1"鞒WeQV=60v/.cxXB#Vg`QsJD"aEx)eqf hhHb>4#] W9؉)2 heލ$xVnz:<'ӽ(>m1A2V#DMDbkd7&1[h,ǞܵtL< ۡc \WKߩ.<x=ؗ*<.枝UZhfȻqeZ7G7Y$O?#b]x.-D%2KTqP4eY+&%Wnh EYx:47U~y;RY #\4ajha-Uamg%ƛTZ Y.Y'5 Aiww<ڋDG?30OtɁ:^sʯPz P [A9TG:462SQkA%]X)f:+ff؍%hѐCo s&3ztPlEإIİZih 4tВmPx qj@/F#uaנfs@@yr`Kmy G)TWJ/; =P2USi̟H6ڧ!1V+ p?M+T W'b2wYrXaW\C ^V~" ,.mkeIF۵lZ#B B+IkIe4 FLm1}e$f9@wFyCqCBÿ .gNHMt IYℽ0%K>QM>דXN0ȋY:?ތ9kxѫշv&cq1sHcobTp5]GvHT$|Kβr6i=AIЭq7PiH[,5Y^s:`;Jیڷ-a(}6W TeXs^3RHkUT +451V;^5^!ܜiLʖoUaբD̾wT)&\C4@:!`zVClXI.A p9Di?PI‹؈H SI8:@ȩfyK&+R:WćES"ޖ[ =d !pK\:a?SQwbX캤xI=ט-t`AOoqpΩmb1on_ %aD]=cϊ[^HPRWtd^kVocbi^u s"GW?/j1TK;U{ig˜-]C6cq'@8 "ID.fjU L-p*2`/.ż}0Ƴ!dCȏ%EB;-vncAw7!dn[>&DY#͠ԱsQցmb_\ȇTk[ߥP1ml~M&3{K5'Bl18ت da@䎜%d4Dhxnoܡn8," 0q|YpaL|Q_Ioۓ؝nȈGn˖NrP`uSRsU=t) 'WՈ\4XK~ Q͞HGx\1%~a0uxeޢ|ڞR0ܱP$hޗ/{-bƇj̤r\>cm؞ҊR} 㭈ߩK_!Q'hqJrTt6p׺Ka0]KFy-tZ@.R!ެ}ߥ,\ 7]8U\V {ƚu7"w?>-rnC (-9vɏKuI HWS}rP0xz6I'E3m'} \ꈓ I!QD~,xNVf/# Z!A| (&ZDC++A5>m9?f Ϋ3>3݋>{t>F(u7Z٫G4K\- a0g,[9Zr6@axWYR}dᔆ&Y]X`Q%h^ח$=޶My47LBR16YpOè5zJlD;;PQٰkezo 8$-IWK + ]4@!;] 05":DF~'pM9(ajM)dGP_1gk)ƬeozJV+b&w3ΊcbAV*/ߦip&. J/S;Rq__i7<ˠ3ǧغ%~{\Z]ϕzpLJd&/r++]U >Gg_XֶNb3OӋf0EgWTE1K<;%ȣNYjڣ"b80هsXFAH|8mL-(ZgdsYZ9dҜ(o.\3xZC*Q/5f$,a՟n%&v+ƺCU%CUڸQx+m>>Љ7}RD '4B0ZI\4gj,OҰbU6o/|7faćPVV־ da9ёlo f,oQe1Z؆(GœdͳRd &'_6!Glo6f8߄]P^^\J_23u32LV130cy|omRGDL!" PhD2/Q' ̸Iǯa7Fˈ[[%/6p7e *D Rcs8 ע''j2O|Ux^CTpBnpF#{xK _tM_E~Gw9xȪ%4ɩS![rE޼/-d/FB|Db G$ ~:aOA"w:V"86ҵާH ^rm39h'--11\gAkfccYw4҃`h-5"e9g΂c@)԰ o!ݙT9Ӯ# B7j}u=!q3&~]<gp4Q}POBLfU!yGZ4gy)Fuz~]%YZ˛8HУ0t "U4&{? +av*rcH4Q12J`x$t:dl"*8rU3Ccd̤R:l.56[8Ͼ4 |n 67<`FG6ho8,`6|qNd ŢGsl֘ u%,71cYa|LZwYVn`ڿW;k\ rDLPxx9\19)3Ӗܛ:آHs9Q A^6镵Wv ٘4Ee=p^]~@R"V5`3߻A͒626؅dزإ_QpfS젨0^Z%ђ} +rMlGy#g55*%R5o:A&޲-f/`i!r|бtgj3VhX r !n)i8NaG.K'^61ݱ򳵊8'A],#JVk^AzȠH#P Bt1-+|_kmpGkoڔ)VL:[EB eF3G3Ϻ3m1".@#54y-,-iZ7- [& 9ܨYЙl.ԙh.JP:0OtN3HP\$yy{A/U4oߊC8A[xʹ>Ra炈WjtV5€=EZ&dt\q<Lj]EI;."غ9vp ~A{bWv: |Jqe/0GfekfKy/>m h·(؃krWfn2."ѐtQ?Uz ]v5dKAiUiD`"6Dl y:13)vax:"y!, w'ī_Vf^{dH wLOVEZ_ Fq-<_H& /AV N*{`M="5Т^I<Oljڟor4::B}c8#iRѩ9a^츽:dE/ 6D改;sR8^u]*!h&)4:VvK&Zz\+6q$nθpaEu[c99_Y'APnF|)^>4:,4'I)j'.}(<ثDُ NAT1#FD~,cଽ{` w. Vf 9{2 ra>o_䲻H*a"*2 0-RULaDQo?Q6 9@x`> ?wGxd*5y\/-Q }h-CX'VSF+d=$⷗=zPzR~$ecpSz4\%Ё5J^N?E gkybUi'9w3CؾDB3BzU'pmfC2W~fqBϼQ[L=30\Lɺ<\&eX]qϦUJW)30 55)'+QUmb`fm®c9C*@SEժ s^OUKtt 㕰&劓m'Uj:}'ow?Àźؠ*-|ᮼO)0 PҨ0`?p->XFy6@3 )< z-1;EPZ)..-/[A]XI|9v!^p:((=_=\n϶ |sr,G@9c{islAC L oiAQ n%A /+\-o[|̞,l[dB R[AR\Zbm'W`ڮU̇kSZ[ aNCtnayADBȰ5?ousiFb'f/./(wӆ;6 [y{SaX7[&IR<ֳM= wBC5K3To&}wW"6~p37֎bx}cgFGWv0jDfH)/ќHoMP LwB g Gm<Ҙ:[Q_zA>g8;t#<:S?S*DvT迾XNJ.~C=>hay%XZ0Y`9  =,L d׾/0AuGIZ^BoԬ<=S!,G[JsEZ8 G%ğ`?gCz{Bm? ]?(414]0[xS镭ե];9= :ZCسO B,ΖϫZud ]v],@߸ݹzz: ķv.8X6V `9$vO =Ko9y~ 5Pc_ [#׫,y5%3{DJt-w>i n䵲:fтU !TyJ"m7g5m̏]]Q=Z"0os2y-`ںsȧ~Of$bRq؋UN{B@!U @ǩ%b]GB2cL2MШt"'TrzSLkBP~G{I_gI:ȓ+vnc3UasAWќRb"#6'sFNfѯ`<K#*R҆ɔUiw:){'P!!GJJwϡz!eY%ot۬ FtKWB(I:^&4uV-p5O&^sZ{6N菽Fdx3PQr:\F{Ĕz;Iƙ.G*(2`*){df Bн]qO(sdƖgkPz^Գ&2 ps$5WIATLH-e8n\RD] '4{{5݄@?[KUE]O2%H(x{sAdxaMMG~8a (ih8} 5 3'# \e&E>!:R^RfR/h vzQYms#qLF-/&.F͚sg7^ t4RwiHk~x@0 goC?]=d8im*` 4]P;fŠ!@S8B{)H!J&"!,`K ԇNX߄8UDufr^xa51U,bfmuK#Qf*Z Rѻ&Cna!XRFVAv"Q$9&SKJ箹< 3ӡkͰSr|$vsTnHQ:_VQ4ȬgvzȜԊ\9}6EqG͘^] rHa"tb׋\Hf*e]9`l B}F%U:2jˣ W4f>œpܐ5N|o%[fJdkK޸ @LnH-n:uJT|*TF ;ǁv\甌ݵzֱ/${]QmDH(۷{5Mu[cKJgWkj~4Mcj IײtAxϥBR̵u}4/5vل>NuJgpc/-.5` x&Ĥ9SCQRXZE M `39:=b!=%|Qȃmsn+\oL48:3i} h`p(".&|Zf|.)23܍rvTd4PWT!-CP3:2*vN;>Іh%۲?O\ى"kXڄ6 R]m  Ơճ ixɔ<)."fzK++5^jx!Soecn7# '@/f<3LjOK+!w {@X6-7'c x4ؽZ<a?!ǰ/6BT N{E*πfkflC ;]UȇtOPȵh#SC=Ԡ9zw A$NW_J缷6;M2G@S ohx5ěSRJ0)3WH֨ﻀ;^18E'+ $6nF~-i{EDgn\>Nqe"ۣpW.%q}n87fe^{%8&Ȏg|Hb`2Pk1Gg)ijsm Ĵ*،MXa*a_a#(Ɉg;%u/LÉņ1J&X˕3%#ͷL;}v'pY#v$kbȶc_dVT4;.=h Ոf@04Qhׄ) ?f#ٺFG)sm׆7>t0cɊ̶v}Ʒ3&{NT|Jc8JsH[L6G:Cj &ObN{R3J8ܷ}BNa88tbEz)mz@(G,"*Dwޝɉﱗ"D1dR7 9%& 4nw'LTx&ðBK7T>~t E!/~Q9v_=ML]F9 kpM5=~npZHie`k> hyܔ7: t?]6uΘ @#˚WJnz$˿uK>D,g h 1V0oΎ)Ҥ]vV7W4\y^ TdN~ʐ,9K*Reαf&ڃM^Ћ/̬ͯ;7) PL.K29f-_/Y9"H,}cDTű}+s.0Eؗ Capnt"7wsS5'`!0B>w-_ԍ=ۯPձO`{0rM1tFa;aF^.h8n{FJp4.$yV>w3<`~H@t9S[Ë |THC)UN;vw̜oL0oԕNpgF>q_uzf".f' Nt!'È#8m].QIا:ZY)8q6:)gOL[cnB2s>oU*> ShrE~ T:ilq̊^L E,HUͫf{uDr.qy0*t/;ݷD[!@ (w1(z,Hƾ:]|DhӅF|rW #z*)1D #=M9~5wHϜn}7Ӈ0nxsR(l$%`=@Zܲb<:/{J Ky[t:r%'N@L73NS Ǔ Wڻ iy1jI C+sނ,h0/G݁K_jM]eR9Q]FzEuT( -#J"_|&C,<;V~ffz29aAE_yfc{.\pOB :.jYꝗ9A:H"fϻ߶9i~nliX{ 5%H|9؟}%Jj(ڷ j.'F|W..So-oOhKM_?%N'_`N#A3tuI_\[WB|[!+m#USFj^zrP5hY r&1oiG kA7l-eo"@`2eRk8j!㐖C@D+NՒGY/c U,k69zA$tt9ٵRl 0?N5Y9̇:DvqеѱH*+{L+=Ai sRp"s]nH65dˡP"l)c36VF cA॒d6\c/W.f1eN}zS?q2Qaؘk :e|^N/=Ǧ6MAK!d57UٰxޞaS~:5ʼNGyO1~j5j鿭 %`oQ+}45F\'\NR)* &u-b"IHaNny=ԞhZ)H3>t cw 3xB$|CN3׻~+N(1i$D Bl^`2HE^Y83 ӫ̅Nו(Vq|q84fp 6s`X}oٓXO|)́UaprU7ۂa#nZAc@?H٣ƏSʁ/.FKlsL\PM5sw^rr c5vb]/Ka'{=K[;tZT:GH&N7U젟ȱw u\x^1Cehʿ҂gdgMNFS ҃c +Yx[6es0=L<: hdQ[/@A0 Zـ;c)ć4El0Nۥ"og\L1s9Q{H+1HIBxpY9tR1O Ah.BΠnk}jX_mt*iӤ BM>d*.]qd[F9`f RGK~( 1;AlJ Gu-$׬ Xl\2-,C ȯ|lG6)7 SԈ#sC?àYI`ؗݶafYɰb<._p#X9:`ݪ&^CSeBVvXw 2'{a$ =V*T;j.ITlk$KGSϗ.ᙺlA=0/F\㫢|RG"59>'CLm9qRi*T1&gke6<~'DYͲ0[#<r06=rSN 0_?UԴ_`k6_;:*'x}ilyd\6QH.,LE!op kl%. =Eu}f|fDžE͞)^:hhؽ e- B5iԵaU"w}\L8J-4s; 6mjZmU\Ky=KxvCJcsTG4QV~, r"G߸t@|fU~6Ņdhb.{vt AhH۔t~FXPu35$ Z"AtIBd}X_:}pI;wzA.•e$YoíLpJ> lz44ݬMbOcX vߒՊ.>4w=9Z'>(NY(IAA0'B "? s3 e2=Y7TED:>8x5[Nk-6К8胊b 4+~^)Zt=Hi8U$axK$l&{tF!ϗ C¡4 n3!<ˊxvRz+A>foCwt-w1oj44jMt N,@~nH|iQl%6˴ͮJq}lt>m:cD@%s ybxn£)l2Oّ`܇Rk *و\ =1b8AND&Ccf#j8:OOƺ'Kg_cIj%M9ًI=dAr󹟉XЁ9R:`O4) vgTmG1R"@ݵ[5*=AL1feVw&SڤPV XuD >QcP4^KP&Q;pg{:❎xFƾnÄi-ކPB-P\mG?v(jV~vx0JfL. uS+U@xm&YIh,' *3RԮt91jk"ۦZ /]..+`^}-l.DՁp ٚ3ߓf.ʰhA>i@4A"O h23ky|3:>-F |plym[}nBկ)^ GLJ'GѺK ԓZL"9/i]̳7' 95(/++-QYp[&[5snDo[l:AC92#Sʥ` /̨}YcJY{P'p\~ E0u:K2-qDo{rMjGy55Q|ZE ux玬DeWKvD9-XsRʆ1{PlGݡWyr-qu$@BI6r WWq%25>秪G^ebrp(3>r,@g5)-;Mp+fgVv[Q"j`4d~.dgKqtR*7 7hZiժ Wܗ_6pe1V65$Cq2!k^ HFbG 0${W1 bFSR8]h E{RH0;mܸE?\3MPjٰӀ;T^:Hu5޻w_+^Ov.zʺt Rh2 RXp>Rw\Ro nDD_Y'qMW zs 'ʠCr )}bVxp [A>n?: ޠ JM bnqPן5y1[G4.~N`#d6X m yj:6ma26H>`(YO=XGx}{QtDK$%]ןzQ؋yuD=I5w8 QaH]E;k2Gbhiڦ˷sVSfPh.̰o={-ɸ7v+8o{iγW/J^aD,a^wyBqV*>g"D)6!ku fiH`kd`mWVA@Bu.XL_DIFpսG5\}ozx fhs [}L 輊X;4y!letO[:#Qصr 0I=5Ӽ&{Y$01O$vӮ_,6#SY0a{A{?x}TO*l$["9$uTz] MeE%NU5u. Tڀ= !b5Y mE6^K͝Z1HiMhw\OZ.l P737zcF iL9b\HћEp )#/4ɫb0) Wv`XjK[{ 59]κE <"dIax (M9 {Y˲UaZBãK\|emkl%4c l5vf9v8#׮:(yoFc0QBm R瓈738k?+Hִ'D6~xp<__1mnvs^󲦗{} ͆R^;iGx3ԸK>Q;3O ~¼`QbG)LeqF¥3>< As`"̥]~ HƪmifA ][?n2e^а>$s,>kY 3b!V9:~Q7Z^‘&t6S@#)h0#Cvѕpb*pP8qiC^ÀrK_J\7rvv~j1\ItiOQ`܋w 7cҹưV='* ~3bPx>E mIܒCXwzN&mOƋ?MkR$20[t>CuuZM9T5am+[qxn^GD|++o6­fhOj-:;W0T/4贃a?d T O ߥ' 23|C/m[M({w3!xT Ye#E<Ĩikk=zMZ!Z;ᴳfyet)XgLBffcY;#)]pw{ -\e׾RxBi͓ݏ(&Tq._.IӃ(ga\UkF˽hKIM9΀ ޼"3frڢVoɱs_X#xԧ %M^dgLx%Rʹ^ ^`/Qf6h|+#gESR|~ٖb"PsLY0(a>uŋ|n:Ah?Pi/DiVY_r;tZ]SFTc=ܮDVɴ0QUYVjZF-5ԖMUbA)5 K7]ԑ D$YO \cP Lzk!hq?)%爸XjܕԔT yi6Eg# 3l_[Po 2|^T>fOw!J@3bMw$tngD"m^!g 3}@zUyBgTsAUdPG؋s6(̐1vW6i*>m=XgZT HBƱ~s~SMDL kUU12૶EKQu>eiiѴ!;a b |bU}8庈U0$ýbs12B%r#ag^4Ut+@J=@]y0a*I[1SɈYBqA[4HHqʪg"C rLJ<\";FJM3)|Ny)W|'RE0w bKj&Lq Ѱ*N:,<#&n+Ԑq0GΦ0_E7{ﯰ}3K$7M;ܵ"4:@yY6UN Т] Ps1җ50 S &ͧk Ç|p|ls\7u Q]<o#}3D:?_5?»2l ]1bɔ2vE\#)0[2cl>]٪%p;iх ln~P=]ue`E"VGA6x#AmLvs|WNfoWHPUod#,8gDZyA Oۅ,Q 8А@eL1ggY psx/o&c"*MmBOWfd_5w\W7CId|k8iƅ [NES#olEd*o r$z֭a]:x\ 䥽,}%8un+3#L}@j֮íהZ\҆77hGAп>-CaK'"w-c3[ѯU4Qys5BdVyk,M ".@I'ߑ H,MVǕyr/0 ڎ; \U ]RW9T5_}g64Ȳՙ#ky:, *̸ͽ4ini/0[=i郮oU<aR\)1bN4p ~(_Y$v]%^瘗>,Tk0]J o@ݹȉc:Ҏ~ /Ζ,nd<3">~B;pajS" =vM|DѺ2A>ɕEx jZk't 9'>EBR_ Mɨǡ燋s NЎF: Q0Swpib{U1AoDYn'_/yi¦!iITm\߈XA*lL OJin',Jol<ؠ!tcy60K1Rn]\톦> M6Zl1 ]|7KBzgHN<3Ouq '\Dϫ!i^ ٤ϚNNNҾ>zZP#5rx. Ŝ'G_7:>Z+tzczk"#=P ]plJh1(eL.)9"[$,]0f>T7VzՋ(Kd!&*~V]:nsΒj5}>}#w'Md2B9c:F,gx40SE6-"AYH7=_B]69Օ+;͐&p6|؆d)֪Jӝ)m7fe:P kA@;k/H2|f~q%fQD=&epY\tY*ҍkoDS0`:pXQaf5nKkު-aI%6 7T=cWFY>\ur< ]8c96̦PY @#C.2TV]ݣ%3w}HL(4[hdc5g"ٵėh-p{K)4%CeMdRPs iУ;y\ 6J W#BS'XKp$9\e#,5$s)[aIp^lPew/؅`09U z*N8EmN5cT-ڦV {)Q~V'>1*O&PWrg<s7t/_oX"+'F,H we\hg9v QQ/9M مN&4SQpZk 6owX2̥)ĸ s!?{Zt=LvvLM>nyˍJgȚ]3-K'3J[4nz;Tq_G0Fy"V8&QC@Ȫ _PΛ+ xZs]7=<ȉ=mJ3+uޞ+slj)IQI7&Ѵ67Qk\`͟#6"z hboO-VШ>gmGXE4-<Ƽ?״9޴?XE|60Rplѣ*֝x $4XQWYS{2 IXl6=2`t]tصAe&m/kˆ2;8.?kR#{"@[ [&u>Lt ǧz)r!Bّݶ>o)G*ZQBC0gjjc9q%bN@4$y'#\t j+f)#!ޤK|IKيftA֢h:;G"ܝVew{SxIR CE)F% pZNIhXOnYzgf+nq? {y3Xv'<@2c2}vL,Ч*g>D&d #d,2 - t+3XN+ &hg zB }} [sGxn威b- 50N`#qtt\O> xG'elVTT}`>JY^ilHnV^[{t 0K ӿ )R#.3VxO) ҰKD7P;PנeclrL̈́w$vA#XZ)HR.Rc4gY{kY7y<_-fw"匙YT;Of=m~-1J cl"v,F $gKCl+# M\OQz%\_~[rNt069'%Ef/bw}aW2lsx2L{WW\{@'f*UTR?5N >8MZc "[ޢ FᤊYmGhC^-)"9s]Ϥ i~Z0%IrG ࠐ6X]}70ruC9X~I^`,4*bpe!D}X&ϝS.nCR:OSN'Ij߈H2/\uC͵e e(~<>yyqp ax(ûяW+Kvd 9#0lB/ZyuϹ..qu]WpoE5K7[;#c& W ڸG/emT <32"5d"ðB ڜsk" =LPibqk*CB2m8I}- )Q:9P@kx:\,@}Yţ`/=L QR6 |Zghj1 SwPi鮊YTD"+3),!ݘZUQm9@JA7ȬkDǤ:?1kwȳo!WS~ f%U2aڐ_9.! 8`R3;@EЌ̀%(H7`N+‚=s rLI9NԆ-l?=%6dH-[`J,=OꈢoOa/r96  hܛOXj|鞌h#*T/|k{Ax"Yc0ku'ɘi<3x|i2SS Th+KL'6+2W(r#uQ 2A(FuU2~ &A(рud;egJchm̀v/AHTkWp0*WW <ˍԫJ| Ӿq] {f4f]Ox 0 Ӷ+!4q뿚c>GIȶ<0dF\}gjl·i(-w % DeKYWlћ;4B9uc9.'XA9ɝ욗6xtm//y NǓfwңYJqYTbXrbAu_ 1:& ǷZv\r.;}hLKuJL;wWM-jiyobwٶ'6@tA{;#ÕOz*`ȫZ8xj~Iz`U3K+y}xNn&fWbIcr}g6vx7h&u]cPk*;/=D""j%1hBL2"9Ɗ Mޘ`&V2;S퐷xTZv2=Χp͌eS<ů7漜>=U 6bM$ckR+S0Q^ugC @J[B[P,4[ړHCPa*4铭51>$_MoR6ζ.P ,-\ڨ+sz~u_:󅟗 U&~jscdzEtӀig#ffXsUXEMcBYe9b:` 1T0"^.zr碓2hYiL-^4H l?nt:e9}`Iyu# rSF> :[LKZ<>Xe/!~.¥H[8*ƱQW81-S90%$r?Kj@hqmt?M'CuE82%mTb=odFWPȷ0U[;]"`?}&g0C-[oۿhaF< _ͮT:?1ťDDiwK(U~~-ûؚ?1[-W!SP/DmD<.:V%\cMc8k/ }qPh 'f8U.E4~A8<͂taדB ΏA'|eMiP(sy=3K JvZ|ۂ@ +#ːg cHiQl(F0h^q3>.ZI75&O[ 񶶊i$N$И% 1d]$REWe Z zFw𶅵5n 5ǃ̲eyqSDfP×4 Gd1f֡Hpvno5Gr:Zώ-JT?FkڞĹHKցD\.x& F5s|gnyECTKW\QS7g3=˹SYeiNv9Nݽ% w?jx]wh@qvQ<+nk9@;T)m i EAX eF33ޒmndcE=$L e$X'.QLocaչE -3uӬȁ\- Wߓ8`ĀJi#qZx|e*/2qWb&o 3O+e(l4z->6/sc*sYaOHʻ=VP" vs$-֦S*e{Qm(:/V@twjfkTaF`֤*l`PB/t( [aF;J!H3O %M6RT?6xӭ L5EBx{&^#eE/gHH&;nk'w5'ⓙAɮϝ;3O XMGl'ix%JJD'EmqӥiP9Sew'Ž l̸|l) lJ޹*Ka&>h[uEyvvӛRS;r+ūE&؍,Aʎ˚CtXNJRyۻ%MV3;բDNRm[6ceQ#41+%i䄫]Z;VW}w:-U8K-I IGQpƒ=HpunLO:d2yv?T5Ù,$l/SO4IVWl+@b6XЖ`3t 7"M-k-]9Ƭ~!݇ïkv~(ǒi )i=77C(&`$P`o"q99҄/?qh- npcZ>E-YKL'[*R+d {^X"'B趽:iC\`!@Iܰ?킧=-mJN3m䎙Hܔbvʲ׭Ti)C ,tz z31s5w%"_ܿf_ezFv1ɬCE!L>jpt>?]?w%0 g*IXN,XI:LW2҅wJ) !zJ [;"(-5E>tE ~ |9^!mHn`t$ʤP|*9)ѵȖ/uw])0^DtGmH{8ϐ9loL{ ̳.FӖ(HKN-m.㾄L[ @o"4X"!@U.gl&.S/JI{0a3sD/ѡ-`G.su0٬SU45s.Z+1hk,Gi ua?D8t=Z"mu.A/4tH _dPK{*AWK{8{Ni#Mb/lǒ'N uO4sd(=.I훬 rZ"fy,LIi&WMi>g01.P:ɺO 6C$lQFoiY|$x~m {&fњxO!Ե8Njq>u҅#1w \~EL1ak e~Nhѭ<警_]"~7ͤ+M:[}m'oDkƒaU_?Nsى% SeJeF7:~6:R\DB!AyKO)Qx4z\ɡ!@sBHD 5?E(fq!Jⶒ.F*UNj;nP;-Rh1y9D TMZBl~Q\*8@cWEڲ,JSYnP tQIi_P֦@a7` zr@!̍TopJR.=d`[@<`_$hD@)k&KprhwMR%@M Q.=z0\f_՘7]zO`)ɄV1H3˻dKމ֒)6:Mz$=h+L|CQr*`){}?4R ͱ$# '^|}/i~),m\oJ{\-cTrUs͞ Fm}Tk2\fLLGK2/k_?lz#kMIÚ>m# SBBNMHcF)l'*3[7Z{ [=Yx_~&`p#QĆ<,:6}QOiA[cђݰݭnK[JֱhRghBGOz3(5rp×.8Z:y\uo˞ i)]g'˟V 9>)6AgDTFc|czUgţ ̤.QhH%}(FRv8P a'l||`a%NɃY+hXTjl3LԍҜybȈmHId#\Y*{F׍HQ ƝT3TT COepUjC^:G +ʤZUݡD(67ghӳ1/*s(Mr>HFg-poJnY5DOS;]SGg?jL C1jX&*cwʔz4(t7&5tޱFCTJ|k,ցϠ`=6FK\>?)袝XNW\ۙ 9Vl19MƈS}=`KI[@dWQ {}a_^̎)JOhͳ_ 3x7;͗IpWJ$\Wh85v-@DE;רTcxBn^oe}pc_}b#^ᣬ$LW]ryR]T@;0Y*׶hLedaePG0x5M $㰣P71?׷"?&l/;,QzYGh;qFk:Th9yW^.C E;2Eۃ>P[bMԐV92b?Eۗ%5>Q-"fjD쪉T g RG!59z˙၎.G9, XىErˈ[2. \H(3Q]W6#S&b[AkIo܉I8zkj#j!JHHrm/s23!=B.$+ϕHd- Uk^_:곔H哦1qbTHxAk矰+ ^ ҸJ b3||%$/i>8w=H~ODzآtϓV,`=[e„Y7|KVa6^'1Ɗv6nO12W":T2М6J,Վ~vMO)S'A" аo,L!/ʰyo8s>vaO69Ko =;'nHמr믋䮝PizLr,\yoYOhFۏ=uɮ_O"~ƒoȍgF09%8K5;ETH2 66%՚}:c.[q f`ɇ6_(;ByZ"waUY@lAln}/IO e!NT9aE*|zoAou6m.n<ZcJ#z*#q"&I4V1GCol;_mߺi_p.ڻ2QSXzl`-ax]> zkr);-bz H6gcq8  =C[VJxwm`2zEKD|: ;(=قA5YYf]߽(Jʙщ =.en>2NYvvGjhlB! 8G\ӆFLiqktdA qcwDR+9x9>}AТ4B`bAO5x"#'%`x:sAm<FUMj$?pGp/FC00TBJ\pmB՜[f(I Q.A-mK5GTY 1OT&sNa>1?F/8XƩ$v3uwQlA^9p`_(~Nsۉygk8 (Qg7ˮBYgӣ\%c_T32"U[qe-k|ۇ -!([_Aj ]/ ӁbݽK8|EJܛ^ZwJ6Cw@QԥzG1+{0AxsmSZ)Y{?yRP60T ,+6C=Vi¥*:\mICW$jwr|W:8c5u^HdTA+^qzTcVk2fc5+RR\c>ePY7iHJzs=%%WLt1˜F=s>6Ywmtn䀷"3 ޢIڨkQyG *;Q0  sp?}Ir2 eAI`O9 LpP%+)S̛vnjWh+7X}I^s"8򪽪E!;l#;A0&,ӣ.Yx``v3d؟tU-"ljj>.*E }Q11hM/R1Fkyʔt1)X?pkD $dHEfUY!bY=N%T=4LO(r^ vdzhjZhMຍr8=3lʹjIQb [tnX8u۔[.mws|rB@| i]U$*Kc%7(jCg7Ԯ9a lV"gt=yMuNR=umʆ jU􅃢u w̞|j&*Np>-a`9d=-(kR2[A;اXL/$iUx?qv !EZ6?Vt.na`!\ $s2,`U.jP5K$=:holB?w{;o,<x& \ODqUkݚ@=ʴ*;C"/km &mzf*PuGE;j}̩3G ҄ `&TA`c/ےl'O8\FgҦ5TXo%8ӥ{1Yw V#_s8a84gݦ,'z҄و~ǁPMbƫj&Sf0o5ĢxXR"`afm6՛ܪL0[.<ʫl`lzG _!߃91j=_Ց.\Е*c n}-e({ BJu(V"<3 nN1Bc{ ;3@|y7qA N=ڭh_u@:$8MKS V8D;ۧt}\R26sB x[i |5o{XWs*W&PZ!P ĸxleD,iqt\xeqKz)U*3XFX}h)AvMD}s-0UTG|fL!9ZH:U垜gLZ(Wũoc_0]%@׀eYpgVg3-NpzN~w7 3YcqڋYv&qY짧(ҫv ܢ^ˆ4 2߳_{E/̈Kw+a|l{V!:v z4wF8EѪ-4JݿvqlA5(dat 5C]Scܻ]T"%vbh%E-]Ա1gpԯ)sRq#`ʢbԬl-K:iO<;B@4~#jܜ|sCCjU [Њ;\陥1c ci]0ɰ~G,T aΓ/6⪖liu|p[qƜaٰSn_{3}qR BXHTa6&] 0N]_br4q븍ݓWf FEV ȏ'X"i8<*QI 9,Yv@y(1鎨g-X:0ܲלbQGJ:T?%AW1#_N(9²™0I{VyY'&6QXJ!V^i yqҮDɱ8 b:Y'ǘWf=cLm d>H*!KQ]oiO۾4Qb*1w4MjXP6; hE3c :A&@d [^yYϨx}89 adc)2nA>wi%cxX啣Kx&Ly4PʰХ`5G{cGu/ V1\<i+b8m x*AQ r7h4 q$0G:3kl!CŜx>7 ߾Ԅ'!C%(5mlK*e5'o~zawsVj \(>G^=28{(9fɱcbR4V{-E~jVh@-|>rZ91(.(zΟ^0uBT-Z'k<'ӭ_0"0ι ?/P|?fT3y{ɠg-a{5R ߎ*bDzNQWPp':CIXU$wEu_2: KodTxHfx]m.gi|d'$Wd\S~4O346+s U8!WI˵7OjӘPxRgX#k)h h%8єqAK^J< ] ;tHTaILU rۀwh'­FE?9_RyU@xi]d%CDÎc"x})c }[gۄEZ7;aŀp0QňA}vM[wфqϵg΍k\_CΗtP(琘 ~6 5qaH޲ʈw៱YFtkI0Q<̜If|^!lwP[qcSjG%D/~}ؠ3USu [zl5mzvqcp=^J~I[252 +8< ?#@-:$H`u%XS~x -KJw^K IgTtAX$vݝw31ɆV>BtzB^k7 LO͘EjuI!C`Fv,|{EzɒgZLRO8)BW=$QPMqIL5  >WBUL9/P181|O%+pm6jH:ǀS8k) ћ`m*w,JIi,l:|W”fL& Z}.eЉrGnm4B~򍥛9i~UX ƳcF/M5sGRj O[2-;p8fGZD;%j._Lf6 flxWvgVZJeVݿ.hxq+t;D3sG*sBS}Tg B ]a="d%CDz#@F(Gw|yb9w yG~<ߋh/'H!=~1gdݎ"(Fj7 Uh,{&1d\ˢS!hHnU_lm_,2{^n(6A %"@WTD޶iߵ%+gg3Sc'SIA܋@W;唦cu8}]n`p^SrؒrqXQjZ󣦸xNhz?q2?G6;(+poq,jG 42ăև b A+5eU41i_Q_T\d/%f,.ZM3 6az!8< 4T)bLvD&wNL! u ϶;=)$0iӮx}gA ' .SQ65~ u5oЦWc"FOU区 Q^C]R5Y/=(ol74k+k:]ǥck !1/LY0`!}<_ BYfˆGV] Tda2 DҌ/:puHIx g}+wOOjsA}mn0˶)xZGsAٕܵH|JkRl7vtϹވ#=( τUV-GfNI!ƔbkT7I%=Q idёr\"\k$& r{R"9I='I|'70FآLr{h4i+rWHj@24綴ȗ+$~t>UíB3v1on姸Eu9(哝:r;i7)4ޯHv=:zy[D⧫r/m]и_]2APSރ9q H@/~dS|E=UUc G.LXt?'jnЍG `K=;W`[uu7Bg;5 S`gC( U?2\ĴUA\z\"!S1务^ɏo >-2(K <]2&*.4"<+ї<&lnV aV'D{}w "I` s5 p'QFj& #DcGjn?A'UA]\CFg6_b\/y~S|h8cSЧt .qUOQ +Ƈ5~D@)}Oj8͟ S/tS_+@57B|b*] g}Mއ:¾~yKn UdS:M10^bҋ#6a#WF;r-%)![tHPTEtyL m6 W*9%A6NBݺv}3;N<*hqH/eq9|;udoT` s(:8e^}G4fJal!F0@FDo"83Ra~,Fq^{OL;R|TeaB0ڜr'px",zU$D{*02 ^djlAT)6{N܀Uwh#)^'hb7Z&Ow~o#.dzj/CcI cAC״TI=La傘uιEBJv_[=&%Ju՟+DȎ1 u}pPntR<>6B$q/2mZ|Qj64 d ݶu\%d#V}899fdÆ7aWl;W/EDÊ:lvЦ=5{6lVg^lDx^4]p+<eHA~86Q>3[ADY8iӁXKTm*4 #jG_b pCGT*w 3@u]U muh/bBoA4B݃F"An(4Z58 osEK IDN![GK y .RH:anDHGW6"&+0s*Lj9,R8*\]R-v,B!1ՃWйHwhGȀ'qQn\7Rj/mq+_W@g,6B8LH"8 YNGc[lIoJ>X~nqn18~L&R~djh&s]p¡^Z!sǍLhQkؓ3m \1;^'M|q=oiҲinEx2)v)I +S: 񫿎`WnE' qB-FrL#U_x,OwtʋF8B^"LFAu󣀺w\! OV;ߢyAX$ o|"__NP7,Պ{ E]7|v ky@u5 vUUbW顰~K\/rعi7f3W6l )zεG؈@Iը]ѷX]}toTQCza|c\S!A )kє5d]ԧ3]8;5J+s\ ZSх$w(AшThңfJ =ඉi VnȥYPV 5 B%m1Ʒ,XQ^^KVA!*?L,rFlZ?V <aGF.Q/hC7i"I%Ll6=V7Yܓ8Fcg .=C&j8L*$'Em#>z9: nJ%#S$(GIF$j6[̈s%_rDE~=Jݓ_=Ăz\O?~0ADO1ME2Tz'Ce(Xr\~XI B͛(%3 ߔ$Dw1I' ±4@5/'2Unj'vRZ h~v3et‡75 R1I\o{;}~?)py b"PK5b?L4r5EЍws@̺8t؃frB{boy4g~ג z*͙Isb -剷3Lֺ=H"=zCUi>c\:!/MT >J `|51<ޠ]/QSƵpg*SrVb?l#މ/!mB2DȩSf۵W/bqg3Qؑ }fn)Oq!oIc˕OHQ-NoA ηTTzS%Yv]4wjO)sܽ%e= ƞ-"\-Q=}-g\wTSr lMzM=&q_: 0?8 4tabvۤ'n_0 (ĺ}:쳍sn su*wL0,&fs6H4-(c߲<ݭOi5{R]6JwlQ93e]E~؋$s|P)x=?4rsj^Z]i?"b+YJ+=Q@1$096-s``jDt$q KT؆0LPY^:*ԹﲹO,ǩZje*u-BJUwX͔ڵMq1E ]2|bCy,a׋47h3qA`.G!3V̄ƎX:GT4}#Ҵ F?]L5]环$ P)|`y +bG0qe/}E'1x^I' AYf +,ږv)TAI`^]AYTt}?hO#By-t/rbXT⼯7*J6mȊ}<G6$KY-BbFKAN͒T}Dͼqfz Pe*'6~j[<βFu惙-] s4SQgK4L {a5)hY~$+E>?^ZۃtG'ћa0ʌ߆~)C]Zs Cs d$=Rt)8|{5v!ёN-Ӕ py ߼fCqy.ɂaԀ &Z~f .$$2HS$7n.SҸhVgWй @b5n[ъOS6fd-$86J2hY)G ꧐:s\9<;C@(+k)^x(qн{9J+ɏRnX'N;Ƨqj=`݆`Zdθ)Z>qMHS86~{39h 2Ҭ;vb9Ʌ!BsB zZF95 H!Ɣ+/q'i(j?ZFT{ pQp\P~$"Tl.vλQ5#W l#|qqR#klhpM ҜuVPy|Wul;" R)м::tUdH {ʳY,LXq`noUfHSQj$yQtϼ!"2jK )uo2t~U(Vʳvq?w,ţ[o&:۠\#m;|k 4 C:ed`y,̌fnq}j\ڀ{^̡tI 8JvyC-I&5-q<_j?\Ƶ%LTېfHӳer_ُZ>|&f.C*_٠@d8jv|LUnZWAE}#2^ @*ӯgBzLL *+Vľap&s(΃:Φº(N ݣ4@ `O?zey?Pk.rdO_Q<{ 4C^')ikX{T݋/)UFu$z{8Y|0/7k59n}]%)C@D* _bcPr%4Y4S{v65l_%;9K vwThj]n\ܤ[!wCZ3,4e{ʘfq9WehbP0na󯿔խ' uMYZH~YH8<;|ks4/0X_2Ë?+D~tIQK-L9)ē՜oPڱ zD[%;"B^0."yH~wM BQib?ofFH.}|r `mQ?3}KڟW =B{LH&ЙYtKcVLh.KfR¹M8, j'=aY8 o,'H~2 ФhBP/cΈٓapb`]RTsu٘Td%cm=N-ͨ/'ٛ:R2G,m!Ku+Q#U$ @Un_j/ch6!ⱅh F? vGUJMbb7xdӗl_tibB B{LC{?2[g;dFxjӹUG=}W8ȲQO@nbK(e9y^nOY&dIt)`e}cn~-Pnq4|7_Ǭ"9!Dw+Y_pi7bUU'̇ZܬdsA6R4LSvU!A&\ID;oމAca<݁kB˱+ؗ`mՂ,C$LZz6D^s D=iheϽ@ yjp.9+35&ێ;i׹Y>_Jz (}Wѻku݄0?q!WS,dT(=`2Iu0C׬t,x)',^쯤4Y8r;RY=bį/ J埇&0<3:kh&d6؏hkŎCc$Cr{d39+G~G.A¨' {nZ[g1~VSY&>aUl*ӄQ.k آ'KB;^g-5 G /5N%|Lh~C:='=*/ Iª3qXAusRo&KD|k#S!f];_f\50> ws7qBGqqv*yRmb~nm{ƙmP#a * Un2\(g57} ᑐ]$?7%1k`_CJa7 Tl"♔#˷P{Vԧ\-.n.x_\ S&8+ ffSp"X7/D0_ _9Ge2(Bȍ$Nܛ4PB4 T$8Lk,Cm˘bǷz {f1&O qad09(_*ёj*LDE gh4Ol`Ά _!Y OORwi[h@-{ `O-ROjs\gUe]$h{|6(9 !Da@7ŵ=vXO (J5`\N2U֢#ʢ4bzŎEPpxo`2$g3^l=EbjQ@tf\B)9?.eujKan ;\bM^Dr Fmj(0@dcKH1ta is^N%ە︘}YkB":0pv?!UG/:\'I8h>KqkaBcZw#lT3!UK4毶C? a'7v?%aHѳyBL* #B`q1ަT]!>etevu9/vEMwߑ˩$'v @#,^C#oDRԜo#?Щ=[)c^ājl@Mx7Z<]')i f1r/DI&IZ7ô~ {Қ~n^n* $&/c}+a[,4gCş՗B)HS4T{n"Gz_yp  i*t!ܼu_0 '=0rg22jmd]hNm6b3>[ q/_qL5?.^x!zgF(NBq-d\\g1_^Vlʕ}oF0 |{)U_U6v@($'l ,@!7%gRTt^*tV1 ͘-%e@7KER%P!‡]Xe%޵#UfF Ț]]CqxU&ʫI x~$ tGfL/" ˥Dp}8'/`3]Y80i 0˼u=P~gCg "?53ԑ7O -8]Hx|YjSZs3%]Uqp㴻k'4-~ꃦ 1_~ LuںdO y^j6&0xkh_ccDbawʑ<ޜy5ʄe<,=wItƴDŽׁ5#Y@VQlzq>X&!|M[\Ʈʘ>[SAz ,ڽ }39+5CR-;0ku"`1齖?Ɔ BoB2F<E˒~TW 3F[C\vg-8kKXBgȣXib(%Ld?hSbfB]yV{Y3 cN5n{?3x 0gVnU^ZVѭm %>5Pj9}(<G =&~poS51Tzm j|2woU|5uPUYs_$+*<;FƤgSRl{i@PĮKobwyU2)6.Qe訬o~rAo$Nm?!pH\}İ]a!0`^fzВЋNnB)ۚ y`ʂ_ ʵGQXw;|Rv.6Q>Xo~E W'ŷ܃Yp HJF]h$I2VMTogIn (g nwhȄ'X" b޷$]NjEPΡJNm\R9ѐ/YS3ʗDe؇$GE3{\_Y+X{KͅD~RcʛDΖhR pIoLjͭف'fz9b'L/d1BR~#ouԥJQDeYz%ǴIaHl 9h%WH@&ޘ xp '~Ez2C9&?8bƊv ם0zO~Ԡߧu؜Kq(!;l#Jk35(]yf~chp< 23'^!>-c7sк`JaHuKgo |3Jʸ-1eo&JB­I Z1@9g7t߼\Щ[bhc8OFz dKK],FIԍ ufTHI$(ět9{!*=LSYe]ŘےfvfESiTFF)`&j܃Xrz0vīp0ԁ! 7.;%fIPvi bI6&P٫8&^hPw;%+TxTLBMޔ"ZR()hWA?B%e΂B;Gࡑ?7#_r`Dj#\9v[݀54\6C'Cr߃r̉TV/t}C*vz E-K-`Wmͯщ$b+x nS2$6!(D|G?\:>KG.i357ZS,YH](B^6ѱ^tLJ>qgǑbM_U5'+7j-BATs;]#qmIL揰•/vø?^a;e 5Njn2֨c<~y'чe8>|s7(ltuJE⿅un^'0t2*/? aU97;]j[%NYFĉzE3bUM:36M N/z3xnBNv:bfAW6lW:nL/Bkno(4@?Z *[Azg kE6ԵcABǹ_L^4pDц="F54 7θ` 8.IB2lsZVAZ!I̬y*4':5qvU32s?>ex9\ t{_0}sX^?\#T!"[#:* ݜIn B]1+) tup@l1Bj-A4 /Oڎע+jqX8o;gl3FOjkYnR%ReoK v%D;n$ΠhҘno5v>;R~/?[Q#*͟1i9Z4n\Bt/Kg8a3+SYS \cflxMW8OM 5I;u;ѕ7YA4f{V=lw@ϥڭ}i@AtȌ'RHe(SؿR6u'ᴊuՊ{CKDgtHL;hTig'r2YFEU _lG ޱlŠ-Iz m \f[W`jxGdF?ljv U4 RCnH@Ԣ ÜA bIVz)p1>p'!BOZ0^i&&4'qF@d~م_QD4oܕ(vbkֈTAu1`anP-bt[(33=(5B޿h N d2j莳j<~S@;JJa Eq܎ѬTv5Zx}|Fvŕ2 B0xn!~Q${/0^~ ګzG՜a =10, SMVX>flL6#%\퇭1grK2aQ_UD1 I{aIwE'˘L;4`oes+}V5?{eyhnd?[\@s)v)ٜIFz}4Go@u/ߨ 꽒.DkJ5, z`!U@;WG-jl\no@@O|{ze򉱯Y# 3.P%m=e r\Ji(>3@$5,DQI|K6a%mG(NB]gyyknjWY5aɿQ8^g|uȢ& rדZ<_} nm5< 'Ь!Lt_1-Jz ~^AP.Ǚx3 %-_`8⥭\M6#42nqhBim3b!# ӱww*mjVB}Y~&8RAų54jcꕒ8?& w\{sʧ3 |+O&qVNI(eh|7qʓ:   a1}Qk19_O^^c:]#AoHР'ȿ,̭^OfR|,ېs\* r_ p"N0w*<1_6k~wśi/e .X_Szzev67{T.o'+X`lO];-}zo[.FL^+_WFr&hJEk3i>[0))ƆTz]JV6nUG0={9d2?LW.=^JK~2ۜlB%dZ0[@H\0Y=ᄿ3\cAT|qKW(CЏ[wWjEx(3m1Ä\{L?܊Pg(F/{S0jd*VJ5S=\t\otZ sQSk`2@]wfm+%\jIEd,(A'pGpԶ"FOxWPJC_tu_ ֹQ.cc P'/dnYwA2 SUd܀& 7ڪq]m0i&WTY!f$H}~ ^(^aIіJJ^x=uXƯ8%`#}8ЧA¼_mCE (-1BŪ|hOM 0w*}7G Fä fxO\!* fN-0IhADR)*4tC\t!1}h JnHoǭl1?][:Fm71-Qav=$mr#V􀁱777AD{H]KKJ!Af3VS/݉CLúayiEC\!OtizE`l<mڣ`>jr߀TV/Yemr'I^ ftm2j3/;Vfڎݷ(S :D+ȸd'9|,E-nݣmD;g#)UӅxG$oJGVeea !vq3Ш[B|( E@!ۃyJr.P%l??"% ݴ3EJPrc֦ *^'%Ի5ΙHևC\/4K; 236`6 H3Z\f^7" ѹMK8y-Uw|XLM?X taoJp>!u6؝仡ot%@hv Yw[~S@>ŠU^K X$y[L%[糌Dۗ^{:Ϛʉa^%3`%uEyI+dwrEb*q.clt4Jh 6HePb96u"_U4o2 N-C]Uu+(?lX13+jIkB0zfEUm-0Ue .@20 $5X@ N,uMrGd% 2ɾIC!a^NTFgn@5Op[Ct&0l?r?X5ߋ휈rYG/==AcsW[ȁMܾsm:xp6j9~gt687.EXAFM@D!Yki[  UklrsZ"@܂烧XW'i7TYISܥ%j<*KjWfy +TRr0͔: 뛯&g1wk l: Z ?D)l|kь8#[) z2|j#7:Ac_i%IZ蠘"a71s2Zth'E2A(2 "7 [ISpyچ.%#٦ZsIL1Pf[ ɸXb2S?M!p !lv-#>#]LϓsE4k=Q$@eM]B*)4'0tBބi(M>3{d.+}߭Wh$9w=lD/w:tjGjhNvRƣZunJj(Cf:fEs{_lP}{\\`Trfj[>uߢ=}aN.k8ȖMq (vMS=|#B"-1bI8G<:MtHAԻdnXPW>gUӲ=/@M~@M4ƅtE0`P:USD^@$7@0ό*}$-P~HPqtN=V5jTM]}a8ВK5/5{xc7xlc%|xir@.ЉY8`' O&C"q&Ӫ17JUFAzo: R#{MSStͯ?W~GI^`"(ӣ Ȯ]g9 VX> fҋguN4C6#εJ.ܑt90! dwFRb) 5|[Ci>C8G 6O?5 r4a, Q?/q*KJՄQGNr?i{+Z\∳zC)K8/Erf6E¦MxBsmy_&J8ɯCyT$"g4"Co~J#|Ō9-͕Rrx 1 XςAIwB-],d6Eɺv(?·T͏2{@\AR+#dƒ&p)95ZkE;ɿw+j`Рn3tYJz) aʂ%Ӝ$<` vGTU,ߞ G]A{Ǩ*o;c78ńk#/<њo%̍i`̝$>i+ g}^?&Ic0DdF)0nNdft3Ɏ>.gO<[nHBɽbEg"u/<{MeX#'|bzexT5;[^~n,-x󢄅zT.+Vy9|ҶCDd5cR6}ALua#Z^am!0KD?frHȶfޔ,R#R y.>у[ٱ"GA)ڸ^uh*CntU~Ut`w>!do*? ?Jև5) zڲfI~}AFE\MƠvwnrX^g\+e"DiP/!@nm8D]?볘!'aa8՝'в֎HE\zz(Mɻb9ZhO U:$PoOJҶЀ+sH5.&`SL!-T6ZWU eH"ܽ K) ܎HifvSHp0s2rLٸݭ:{L1G$望mrda֑I((BJ/ >kN<+j!Zy/\EsXAj CXvf䴇ڦd6a2!=PqaD罚irv׵~~XͬshY=KóOn֗o[?LⲑY4)7N'[<-F}<'"E[UAh,ڧ f~3g7 DeCK|~XJ{`[ܙv _fmm@ԕ㖩iesM9ufn<θ\6 O!/-+pY]0XS-L~OC_r(.IXPHz}h@sӁO9 (_NStbL!9Y]]&xPSXG0 R)ؿi"`H%|1djSJ$E~L"a[ncda&Һf+xwOJG>%/D,Cv^}Kxa'pS_ @vW4k+oYٸYX#̅·Pt'q~V.F,|>͂@j*ܨesa7 AK.#zeA (F4 5 ؈  $ `Wl9'8̹z]E*sW@ Rݦ͍. w]/Bc#ojnoKn@1zLJ?a?oؕ)ojC; Ctޥ#_42=IڱU 愃&*Ɛ4WKG!ٰ6hBCgl͋pxNpy[APrWsZ e Hp͆@AQ #3!~2;]ѵsmHJVt%|I@w:Gr#'XI\d Ox1i !ԁQ{gSA\cf3\vȞ'A,s#f<ȞVӎ}7T}33)ΟSl9ʩIXirergM7v5؎7%ARqdŏ)|@2̢#p4*uA_'+ƕ8% z!(`A6_ZeSgәԱYK37fqƽhH4"o~]ZbK{ŏt|"[#WH@I!5_t͑)ZAV,*tI&aEFAڵ,s#!nN9.£'޹.^VMMduE`Z9x~xQjiktQsfؒf]L"t"T$XU()cY<b!)>[Ie['bV8=k؄k䍉LG|$T0tY Hb7$ntk}?[# wm(Yp9~#4xcYXjrb (M|̉_i5l,Dn~ J#ˊ}?|d6O97,ʥ3q-phi{>[a,SZ>jʖ74&= [T:DZ(70ET ]w#]A.qWnEJt;K,D:{5F$!"/@}3HCxOSHD=,Q2s˓ (uxx>ͤo2K>yA'-5$̋>"EOa PX-i(2=M-뜝+r-.莍Ӿ9, -LJo v:ZȀ#'Wr'KWv]H |hG@qoUzmDt /op8ڤH|kk-PYRq'<]: +lMi-G|0J+Ƶ<Z6yX4.42E'^mşjӱxX$<<s-Ie BeOfBٛˆV R9Kaxŗл>"dTy_v!ڶJ"QU|_: 9\p%sQH |L#QʫTR[*^\l҅=W?H0W,2zUɏBhIFFT3%k {B~m;Wtay7mgA筻띅4ELtu:dZ&SwJ +kM\'s% bJiz}LN{B"hDn&^ g<8@J]PB sc{4F^Vn(X "-.KT|( TU`3iznfmWU֠yp,r!p6ME1aH}f+`ГR\DP4٤lgS+ +45frיt9~{3Pȱ}Ǟ@Xq cX b_瑉A(ߙN}#NK-}uTc[SDsEQ^7~_QX;FCgq0oTİT$ l%y?0JVS[6aOi;M) ݹOa#htMa>^9DNb`C?U)jF8&5r(TwU0S&p^_kU?SAu.ZPj2Ir[u86{Ec8/d_cO+xɷvjx# fNRڼ],WP=TvZZ1U Q^u*Lz&}Ύ 8dܹȼW,ܞ@H<Ēӡ$ڴǐ ȿuȩݪl3f(-;>؇#R=x%i]y ̳,9=. ѱ p_ =BJrB/4Gᡁw_l$B$_rmOw S. hPeD!E,2K䠇6}4O򆱒TФFg٫zgna80ԫ?I=/%iÆ1n[6V`3!lz`r9sܝGоj?N>tQ*śL^<0-A-z+Ji"p^E>w߄,9%OΣhB 4"'~֨֐li )gN6701d|9cN$~Ne6$bp F2aл< xd]52D~L^WMx%P`JlӔ\6b|4g h-٦"єNT+G^uVbLΥ(YJX9`W+r蚬7S${Bͣ~|K/Rtku=5([t !#DDi?WՅ' [#=S0CN*6jԘqSUȭ#t=Sv||I*M;r\c4Rzh7fڐ1 z6 H5٬[P[IşCb@aU4Kb^'CEB|BCGsX ,:Qs)Oqd+Qu #5D@G\I c>ɬQQqg+ؽQU KMq2x@ЄLj ړ_# dl=M+wtoTiE7 4s NQD^wq3iW=iKME-e&15V6zYxfI,-1G=pG+|#YTaO;oa'R*h]:F](UKIz(4c( FA\9-#%7Ežnk%V00 I$5Ljʧ.;lb`J\-ˏk)k]|auF<w+'t})l B]ߨ6Z= &ۘ)c7J)5PC;bP;Y\̐Rt_,0$QC!>4q?)ZEQC4̔`!.@R1=Of'VVv(hͻgd#nl[Tz|ίӺ섩mX<jAڼqw%@i^c/X/ż?[j1?`Ds0$H+;oF6jsx"wV9CYA\ IGw̩)b'ehߗ3$j#O&u*mu+;Dשo8Zr=x mlA|o""N@'#%o5UuL;rge"#']#d W9y 6ח->c]2O\)P26tcE}m lZ+V-$JN -^%[Tyso):&,y>e!t VPz6JZbß7I蹁po DDI5MF4qkK ]ݢ߉^ip1;QmgV`|?(#TM9h6: ߛoHc?M !W kxJvAw 82_]iheּ{?KM`É 2+ά /[$`R&qv``OiS"Fީ2DKB.w ݨJ'XUXۘϑ>Rm`-x/iqJD\I1e'gQ~:GT|ѭfU+IL*0eoR94: DAea,< ;+WeY 8e$[bDaw.)j]>Qg؇{6-R風,P::PճܣZUcd+ƞ..a d?e!>@`s *˖KoPv.n| r5tleDV˜0~_D+w$]5;кz +BÊ Y=HߪdVUx@^t{':]ɗ~Bm_^ O tj7Ko Ētƚi@yH5)%|0[M rE=^;o2P5֮)vBqQZ ZGM%M{i> v韴WX(tטc6dV5|=0ڎz>*`m0?Ӕ$; :@7F/(}/cygM]Q.}S2"g0+6^c]2&"֟md=h,v=0xrkA %ċph]/&&ƝM-=8v4Nvdj*rf:ʙN_Oٍ2.R$?qTC";x&*Oax/9C}M-upf&+ Swx;5(%bۯNu"sz=0ȧJ*M tW8sA9B9)6~9-oOXUC3202|^$ clkIzeǻFQ@ټX`aSύgXHF`56qnE~u?BfZZnZglb`а.8V&t-v݀UU5?I\rDr]km([F UDŽRVBY[?8P+ӒxH^TdK:3IJ/3茂j'pQ٥'vW-Y K ~fIwt=+9>\'}uUwq CQ?_-5ݣØ5PkAaPclp( hZrx])U\hpv'ɷdŬJzTaH5!MXBE`@&0{ Zv[#Ȃ$c[6x+ efH^Zax>\ޯ\< b'U$X5+g:z53)W%SLw* Qb]W~N-?w)U}5@4:=@xQ %P0ԍDh}O eeHuqtC7K\4rkC6MyX+Ba3B2'Ȣdkr7Ю'o!2 ~8?ߋ' _چ]&L/~'B3>!T(F"a\׻(9ԩzr^8ԍ@)M;3huwqqöl|]?3aZ8jYI)1AĚr`qg0!"k*st?4̬W(`J3. Fcw9-4 s)S(Vzt:,ffG:cV:UH~H4Sdeu`?D{\/xξ D(au[Zƴ"CGj c$[,5 k\A[~s ~up*ue n ]5_Pm;ia5~)rm`V_Gmz?V tt 7a嵪~Vz o0 i{vCy' \CUOZIs`qޑ|7 zHo|U޴:):GykG9͇(mWoZa؛@GǘŲ7I)?ZiC gHReE`+v)?C$_W1S%/^̄5 п7{ I*|,Z,$6'zq12۱#)!8;HCr5˛H(bv{Dn-r8Ot'NEJ˼jQ5#c,#f /c 3P~1GzOf!}+(ef)FQ%z. w{.#m}3' acm%Kb?6ʋ`--+kã_@Q9Cm"V'-;4oHKDqphy{Hפ{\ @@0aZ8t+E^Ui 3cJ|<y o=WbzrkK|U*"@U#™ /70@w0E9d#.NiCe`,xtKĿʊ2PL_v8u]kg؟G, qml$UCcVq\)iSX>s\X򑚉'h\ib3bln; 2K [@q}kf=ސڈ DƟ:M&GII5 )MgOE*ƚ]L)y+Og`1A^i=Dِ{qşG3RJ$UFb)Td׏[ 6 h\"<^ٳe kךs/ &*V=ot5~U}kM)X&նHp&OW#60$4Y腹T-}!![MrB-?=VM28G)n'PJ97pkM.neL.*"S`%2 !]x wb;ժsY4ZqY8 3>P)[RL욳r~3sSʔqYo*GWʀT\|T5Q3L>ޕW{R^1klyНuѓMasq)\ѭ6i!1"۫B9`ex$8z?+I,epWj#.tX'P&%v#WGuxu33l:" J]1g/hZ$-s7{Xs) U\[Z %0әQAEm<:-5DrҍIJ_FRI=4 Ϫϣ.(jݗN6 RPᤑkG74Q6FIl8]/uKtГBvϚ4wR2 C#Nx~#tPM,(Qw$zNSi!2Wh"x D@wGL1~l2c!jD #YUE.2SM-ۺ2L=.c>Ca3zh#b€I>nYt#(cC͢ Ɏ^v==5Y%0 *y :0sl;ˮyo:9ӖBU. zQt;T>=<;Zy B3rFqڠVι}%=97pq$%|K|.oQ:V[5xL>6Ա#ɗܜ:$i^G:G4Ct[*!EClv7M&V[$Y%c7PXB&4>eV') ߊ*`dcs6;͝Y\Y[Y: H/ILޏE'@(s TX秡1B]Və~o'2ϧd@'cG4.ѰIP&a#<\9&>{ӨP(X;fJAJu ,sN,IpuN nS&xp(A8Sw/ƃucSvꉜ@b|"lJRe!BTF ,\R:ӳ+9XDɜ}/`Bhp""lT~YЧq*?[M__[>yn1PNv?!.SVRxbV43;N*)ߴҷۈJW_'OK }'@o)*}ܤ Y]1\jRh|R<6Χ)Y "nY׿yڤŌ,\2Olqݚl+UC֢1 J;em1hEq'wT,^k瞙:&Uxkב^۔.f/&Fҥ!CŻqg ,,TaOP^RCA\4?_eR5T^  u (ELj0#_4'{MJc~T${]Atn3ؖIx@ rES[Dҝ jSgF^;hTaL -K">v?ou%!oЗO ]矮 VP]80Ә|30 OT}G]n_}\U,$r_!wn k27A 1v%N5z CȖjXGI enTݒ7]f]jXr4R7^л J̪@âQp"ނ,b# oD;Wd,ho_jJ}2r0b?jzac `YOiz!B l |Z$^{>DngoFǟY,}NqekA*JnCLgb`7u%-śmr hۣ#۞K8 W%&҅OBr3h>(RC4#ǫ:!0_Q!aK50Q?FUH!Ͷ۵]΢. ]]g'X { E ]\ LKET(C/+E#E$Fxfju[KTߝǻP JAE`],E63Q%P!xPm~2mLtB}*Zj,*(BlC5M7-[HԘ:2(T•kmL=RI'7hMo5FAW˵,t!i]Edv(nA^V"V ~`8)kQ7D2T.8x٪"B1@U%Xo6Pa*C)Īǽ`IƴWݒ?McD.٧DI}a6LR1w+NsUd\uSpmb,hbB↴@e,UgNm❶ojYRzFñ hȏG]`=Gg^I&G'(FQ~}kUS鼯fM pA&@OyU\3Lzs нw'J`S-xMa;d׮sfF|!mngEF-tu}A{Kflcan9|;@E/ajVK!G{r攫QEV5GmɸLěc̉E;l=ś)o5D{7|eǡTնPv(< 2>԰`7-0X)̭}[FM@Kb=5Hvj:+3=qy0w6jT<`U%F1{w> gYu&1 /Rb?"IM 7澗9ewю1m}$؄)"Ɓ-/|O?IxyrZ@ mi ˄BCՇX1SD'fx{Û-"cn?_@ڀ)<{PJ/8J11vzy9g+1Z6/. v;=r 6#lz NӘN^(_#Pd 0װ8s C$-uƔkx9XNPn$$U.oG' AMVXDbu Mx畅؞{ѐ4󝨖Y1 .k`69>rt2g9E8yuVoY;[OV%fA֠FEz4r+~31 pDI/'5f vP7 (CwbMj4hz;=UYƒQݿ|q,J@ㇿL W$/-]{'}JqQ6% &tWLBAz^qK@F?  1Jr`mYHH37&zry&ce=JYR1h7Z -WfC[b9y!e,@,R:%]I M""udTJP;!f(+R!43-SEeZ[dL܂0SZIrP$C$zU}9Fkܦki -Iߠ=fg RSu1;ś5H7*-֝j8Ki%/[wrEɜLs0aھ^o0Zxh;?@|mm Q'06vz0{&p'j7Q8 h\#[[ӇI Hz!BpKqϧL 9|]p9M椐t:\'7KmϘGbL`U;c:il p6 ۼ^Ǚ]l"xfvߛd4";D`xJv.ЖHE@33ɭܭd6',G{/GlCXFUb:`m5E.f Bk4XGTQ1)U6+'2(fK3OvLm é@ #7sKaD9D4[yiXMRKAYgȱ͕0t_z\O<Co'H^CĠ٣҇C*ij3Q4QR21b8dG4uK( m~|Gigy=NJC[ ~@)-BPn ‚@O@a,fFɍ~> /L#%h(oR#1jR87 9N~#yfl<OMz if$z߱4#<'BdR]b1((<[#_O>Wc5Þ0%)@P25<.OU8 LtY;p  b%l$7$j_[bޏyd[K{Dl62,$U]D]wU,8.ӥ]f^c.OO͘.tkⱥ٠YQ5d*SE=25CSN$$oPKcƥ^N]MSRNyVoyRˢae.nhűUvwıl7&CT tۿ uStG|"M=}4a+~DM';NO7…*([[0ګ[|01άq|.LN<}3oG}ՕKG!n9wι\E[u%l+ $*ER " nɁ oC\3aJy-U<O~笐jN{r&Fs)s~p Dq, K_-M_A{\w:KKsGmڂHAp(/C}`AÐÐQAAhy?y~WuDg$~)AeWJELƟن!v+ςZwe$Bshc3F1~t ~0>iQ0 3aM9wWS}k#(C\ ([ JK|԰Ωv }lk!@6֢E^XDN2.*zxO9߬.3Ԃ|24%4lG"[CڱP(fsϏ_ErA6'uv]+nW~[o>&*ccpjRifx\g ߛ7Y E|uBN՟5Ub7l&Ml^sqm_ŖUr9 u"A\5Y4F>pE#fns|xWxl\~ӵMe9/,;^=CXDz_=ȖqwS۾XF Y~3tnƠ Dqq4.޹Ytx嶫Jk$!-<[T3S : K çҎA~:a= 7BRV[;M2O]_ ;TkѝDt?&~u +f'Gܕ=Y/ ?(HU]o6O)̜344jeY8>xxek_X[ a㢤ْaƹSGCp jw7f؍eeRHrΧ%ְ3Mo2X"0Ji4Hf {N^k⦗:*LIs[]h| l˾WQeЇ";+w 픳 N`m8MO;o. d?"ˡdTC 7{KBЍ 0;blY4vn6JEPR; Hmke[-IKՅo md眓lۊ`Mج\O 6~ F(-kdK>r`wg5H16/=+Ôh6#0EqR+WycQ aXash AМ=~ 5ah}z|‹fI0B&Acwv;"z Z}_l93N8 XMOYaVt",}6ŵy=-'QlfiVᨣM` Baq!^"_qo8!@ѪH7[ $ڛ lRN`6T="t [t Ȱ;ZF4C,'޲!g ;^3놦!&H&d}Zgk,݌fx[G_atJX5+u<Rt6~?N@ iX΀vv׶]$_D* :0˺u\ރˠغ4;n}9\A:K&O$yp'pO<$)7r ?k#NgugV%V`7Qه7Z :b'r/N۬r8<x)\h!0JńjhH<* 29[ާlTVA5"_IHf~?2JVd<%]K'?7^Tw $6@Ȩ} Ҝ3PHn0WT&ǹ6Saά|@f=Ro!ʛŴN{'?;aGD|0ٻ٣Vꤘc!k t| sn5P>cEFm̭Wql\sx BKUx9O{U:O q;D" #"Lof1J' NU)7rCĿQ7=1 U {#V8EsvJY|Ch,i pOr.#+ L[0bΩҥJJF}-oih=G 0+~$Hu-J6no-!~V{wJb.t2"#p,ԁ=0H̊?_G_6`8'4ewH-}W)ye+2<o]m%dILv]h3) ]BTŒsC9 wS}3@\SyyH8  gؠzBB'*xO:,<4)`t=l<.%[s PY5K=[Q{sy +W>72j5d!(鱁5gT9bՌK*Qa=sr&"o EӼXn5|W-ƃkEd0;ɁsV)G@>?%#[lnB_e:=B$nSԦmW#n'w*"}9FviXYs"bj$$Ռpq/YF tV/KE/:`CkoƋu|z EiX'dQxT}‘S<0+3 :3Ѐqi8A죆`34=DK ?>Z*Qj," ٖr0A^^?ڤ}r[v[>{7|7$玭賂,?(5%$(0;TQءkEEڟ#ꄖh z*%J/#bT/piֶ{q|l e#F+1fA#D+vnf"-lJ J=wD/Մ̜MGmD òB]|q/|[/BBl7y 8]%P.ȏ:b,JlQ{#?.NQDm0oV"Ez(%= &(0YZ{=uD!L;aYWOOubԌ%$CDž'>wZ1s~-W i17Q`uq5Oǧ,9Z?~2WwHoE|]$\jypނӼN4Jq$@wa}h+5P9NL[I_K+K gOgjtec DZ4bIXuN<7$] ۭRANk|K.gQ>H&`883Cqզg`/rY+qǤ 7!  q@ppryNܐ[};eW냁^Jw扌TXx\\nD~/).}41"F/7R~jh;)!%]2I tZw.G0w6 o(5@u3 ?>&VJؗg&Am$"'la≴obg{N& LYj :ʦ?hK֚E`VDGדq w8:Frm!0* HbJ;&k%Ӹ8^‡cASh]|:vxS#|+/ЊiQ}m[.k$5Tqgi?wKVG<رȸ\]7`eK99d"w:"W&r:, {4&{0kmQ; [Uo06:3"Qpΐі)wv{/giy: T eȗLRTϻ]#\ ?9+L>"Wڦ/KPTޙwuv[*)JX0eW%6NӯYq(MwrhqkC?GpHr/3C'gu62ďwz! ",^6XPzU>iZZG<pLQOA2 '|: 9%bftDp"5GpRC!T8R?9^vɗQ=h͏6;L[n:F.p<<JWcPM-&TzȰťu,^<^w $0nm%yC -4:7HWb+Z(HO~}}06EgX;%\ڼ0;q (3g'餃ff 2- J!\@I:ٶTy9gB-!/S!XTۍ`H*71Euij!(-8@5Â3e8.MӮtmx^5EeXD8g`YqJ!W*=e/9p"4#G\}yE>e@D #3MI [_o psО~s%YO1!^=5|q+ʘ9@KO;^Mx Τ6[ zэ/*xOV Q6dWkܪxAeS)W%qG 5D鏛)1 KV^A- &ͻ7!R-O2u0J=37h)8=a _y$޳Vf-|l~Wa6?/%Eاp]V*⎆TmV| dr7%R[$j(2%\mI :[/:[z YOoy$2vg/ZʮBfMR)a6Jfs@ph>ct?i:6;ZsN-aZYȲL^XWcUŴ`D9EoL3MW̤,\jH8OC FR#W{eS5nWY$5k* fw_NH,Xmtѣp.B`1]l n;.<c* <[;Q^#WE?@ P y duyiT5UzzsrxB/[O0m ҅Hïq6tTťR#ݩ6(Q+47杵ܥF ::(Ji$ٗ FN=~>=;TeScm#hYyS\UpeU4m+̌qT 8 k=%2i(pq2oF|3+7}"8PZKSKg:vxܒ/4_Ulrz;ηטvp^<_/l<_ZzpiVS|T`q4\tRGP v ;[O|#Ҭ:1^^M~N`Ct?8R$;N@wL3!Nl6Fм9hT>s&ND%?7Qdf5Al9Tu&ΓRy5j>Q#zo|yX0f9w?#Q@;ؙBmFFQl(Gɻ~lpd:k);(9Zn5qSvhJ}D4ɊOJ੻m9gIGzyQoX͉l1Ih`ԆP%VУMī/5bvS z_U-,yZa[qgZГSzA%9/=xk8ЎUc.7fL=$E-PyD9/Y3ÒisڿֳE D7M"7C&6Aa:RGcOw=reVfYco;=.D^ItĜ?D07.!aIkN%Z;[p|P0!dg鍝s+I@.al8;UeEI]Lw|Db$FrϪΨF fIW^I78y.QRlZ`JAxRR/Z"tNc3Ѳ-gi>vA9;JfՎQ lQi悞uSL7iB+؇m7E-%J+UٔTѮ򚇬ڔ3ع}S˥v:bG0XVX!@\{\)vnBdiTiw eT?m`!ix;#u'}Р.a';z,6T]q\m5M12AaOٱO^⵽0 {SҾU#I&Kv;XuN:q ^'ԵG=*@iWhQ+XFjHء'!fcrdڃۆҪW -vVX e2b.@5SFoo2&$(Nj@YjEW+s 9#e!.IDri9dy.CBTH?@6篤zAQf _Y1IdxarF&ҍbsY 1VmY%H{]_!FAk țo$"c1 g%K=E]szzc~`ݸXvU<&P_!QZjr/B#MuetR4%R[FuW1v][``5}(y=.m펾/qY"7紨30tXӘ) vIs$EJ'"™c/GK92ܱIMR;@?u s'a0ܾuOƤEܐ` fQ  ?lRqmH=И%;M'Ed,'SO%..e(آ%&G1=:#hOۭ෇ݭ |?=4E*'}4`L$8N2HqΫN_[ؑr7:e#M>G! jzGѰވ,_M,GVg't~lAv(TEvz<i(P]5p+mAD +hȣ>74ѳlf(Rpa ګvpG5~{I2ĽN:^Y~ȏga|[ɑ@BfS v 9%+l6!64˜QD'J hF7g2g|.&^(Y=tL{sq8\zl_S݋IXDY睌)}虜~v=EXKk >6oapĶpUQ |9VL^Xuv_bU]} lynw7:,@BcK&BmQT4PǼ/_- Z8ɦ}ʇI=c* NEvȳi`q)cM9Ĺ%kPWEdڡ́! FԱSUVAq@>"o nܰ!OY?3z,Y 4Hc7;\ ʋd~q?k:,cVS3p⾓=sMf,F=4ǘQdc=5C!YKK:.*VKmoiIMB/N7=s(l 5B ~ץ|CF/k_$$zF;CG3D7E2[=cMRXymbv13? :>Q˖CUz࣍dd"*!dcJ8$IJO=yI/>MK,@h'=DNiEJ,**U7[%5;Aj +`?gM2 <. }]P%.e3`H% muq L{=Lcxw'Ezo E"Q(ZHwz0)D -gkp>P_aX`lϿ+rܳ*ztTTۀv;]޴.3o ήklnj+fCPW2FZAp&ZѰ nZ77G+Ԙ#[߄`V )n&/ TDQ+jlM=w ଧH+->r*ĸGۨv#R_zez8/&k]}@t[ղMX6ϻގ.`A-cȩ] єQJ_@M^KIX-Bwq4nNMǎϲ6/*m[w,_u7d a矑ް3:D.(i-z7d6W SxFۊ8IJJCXD3\ϸ쨠&bѥ#/\0i c}-sʖ $xc' eշKEÕn1su;OwH"ǩRT5*-Yk O+%T~;cU~W٠.84l M.\vN)yv]&k[S*nkt)};Lt`S+:{h"D ā =y1t:G6K8$d0k]WG۬&TG;z+yd)굌!ցI<#-FnŴT}d4eWa y^J߹ S9σl[k!bTckչ[M;ukC֚,\WMh ~+'8yFm&Dy;leekv%wy?eS@PSYtB_@qvm駩}BzVG: 8 #oNlWBEK!mhD"@M3&U.d$$@3H TǍo%+h\)>Hdϓ,y&8L֒Ď WK^aji XPfbB2cd욗ߓ|IO舆rC;&d*0FՉnq7`r/=Lci(4䇩1X/SM~G!;VYGM?֌*>X`&e?x)^=>TIaqsɗ8q6+ˤ*S |mbCGITf&VG= r&"g J h1]N{K_g>A&)ժb&Ge-~=o)+YⲛZz"}Ռ{H=,=PnaWۡġ]`219fb#!9X^\Qwn;\Cb.깬IGOįkMNO.pXs2;nLkT>)2=&ɲN15:m]6~d\ 5M)VΝÄ&aD3j^#}/;]r1ُ<ne-K3Ws6;m 2J``4!̓81&I15s[W5M<<8iuC iMFyJ=QiqAԗ "[ }"Y911 > ;I@5CRɛQOnLڊULh /G&<|z85 ,/S]);릍0z~ x&hS(>XS;*t$ܶõ V S<5 ?l%C:˝ڵ(l)2ZEt({`H_؇EvCAY/f|]*5`H~^/uHj34KNYZ8؃`o 3\_ZI޷ڑ,2! ?:v(AaLDw1Hi-I? eھzEA_P+-Ey5)7E (9\ݥ*ZTsF5ڑrw8 )֎a1: xlElᴚ; I;.$X)!gw%Π˙Orn(r+0UQgYzs~BFVg31,Gk~vo&٬rY#9'ظ&tz2ϘX;LRLLU)TssqNz96~R^IZ0U kn4y55RHt5l4[S&Gp%jI]n`h]t7 K#=\ eҤiʂɧG'kEV|>1'9`tjD{bn yv6bONP0ǻp51D)cjKjNrLc6jo9G~C}+@N Ծ [IhTyzVٿ"aJ?)K' nՠ ǘ#fY`ck$0ڊhMD߷Le fL-R"#|z3nnhF??ncωMC6k()yĦvJNe "3u-e5-hfD+>iBz OWB)5FLCWdAś(8_mmS HP& ):$7Yt X G<ҍirDy, #RyRH︦8ȱ{.px>4 }o3z//{! 3٩@NrO jI!>6(397 &Јd [QҍwĞ"(7ZMu1(ꇴ9OLגw_CrYMNRTB 3]GDb_AjBK#7qJNFprR=" t?' $ְ12.n7@%X6jDdb71LK-HVA iƳ;rb816/2xoi;V]a=4knA0"1ncf%aY/j$=_}G`72 'IlB±hPnɘRkbq=bi/َy2= +'/Q-x G%ߗ?Fzǂhv L=֋)!&BkPWQ$fuK4bAѨ/)6;iΘE$9%^uUy5kK7XT6D"r!"JR2ã0Cc2ϤdnK)IQj!wO37|W/)D-v=O/R)"xͰ\]ruľ_⡴nĩeQݯd[[Y80 8YB}}R?x?I3#sj\KWs7 4*ke=ЛZ~}ï] ۈ_%In򠌟 _q,LSu97i# S۶ʥ!*.zd*QKn)apBkR6HVCW i ΋ mo(]MV]&:Tܛ?2%b$~ftwxߕZEbjݫS#Hd36)́D%QAEcE!ia@@1%8]W-~fdҘA`&q>d> ɩz$:*#ېb^9S>>O!Xe\YY\@/AI ĻF 渍VnSw?M46$(%@N*=Bn.뼀X(vGkp7ΣڽJ+); ~@BOY%n-Pթ^G!q[}]XSqLjֈJ^4R:Wuy#N3v.LX7 0\[#掸"u xl˗^*e4}CEd}\b(蓛Mg\$btW0OsQ2M*e&op3@oB_qPӒq qR Fhbdn!g{PBbWiFdlN:щ0I l} )j>Be |iOTAS5BM6'm&=ftаlW6P%awb`2܉N<}lp}O'5fFϙTi gsnn4[ km]8Iڟz#xdO eAc,`^c~=_mt$v4x$'zpřy jUw5w-L2ɶa^dC_ .VOis~3q0%׈,˧sNҘS tvHG0g4W2Qdq%fN_ QVZQkvAcS`GyPbg]cʂlt4%TJm8ÀBj46Q*D+/SPF?5=- 8`b':e"Β?^zȂpA3(й^@U kGR'0Q%{L,.Krɔ,dZU1M!;Og0ԤJV'sc۰AB4S_ʜFh @2 hY8_f+0HB|+\fj/!^n_'pMΪo榘WE )(o@(;y$-uK_H|9{~K'/&r5'DگOX.9`tw)/g) O)䷌Rƅr>]ޑq@ݞE[iA#wfb]MwjMqtVc%\̦c>Mn CW0&(R{sp,-ݧoQ!'fեX/O*bVΝDٟQU;a,IKgHbvd9K³ X̫|s>?+Q&tp2=T^\25϶{cucʣ+@i4hQ8ųjEt#ΏJyTB/ `AO'ۊ!Srܭ:ANX '|]7b6GcQ6FIwMv<nrJO|G `#`@'yCM!i33($vlx/x`DeQh$ZS˳PsG%ۛyLf6DN \ϬC.NDEKp08?$ //1՞+8C_"ok::w=5;عY&9ʡA ɂu6|Y lAt ˾ k`2PTr} x';ըy(rTDSL@C!*09ļ/`:-^L4v_)@rYe dfM/]r+Ia7]][~|Lg? 3]翩9yŶx?K8&a-_ޅ&&F 2>W..K0-bPBtԝgw )ZMs x\djnE2=6r%L"$jn*ңֵB@snũH>5kG1筧7eUؕաG_ek⷇zxJA&hÂ23k+\v Yis$bd1W]HnwHu+WSG_ShѤ|xje8<K\%z]٨KmJS YDI,/Vbzh?OݠZ 0+b7gJ.nӸ(m2 gϜ׬ݚOZ~6xqyVH hGNBtߜ>x;jot![dUxS RF. иۜ!4ڕ(xAWAp]5G1 r<).Ѕ7=7ht4VEKvگ\:z*;C2ttJ{eIsL,v֨!1G$aGqΝv-|P|T,-xm0)}"wRrMtg=SϊDakzw,nwtG؟̮0Ђb=)cgM vG 䬅D/d+%FVuz3 c?7х|Uxn 7Dx- \*t+TژP~n6bg @!} Q3eɰpPBG_axϜ0r:%StOOL'-ap5n$lAxU a h8y{8UxwZjcW+pfyo Dor}3P mRK@a mQX%n"\>.!P)-xvVp/kL 7Nw s-f$=%N\:jɩ1\)B}\pa_.7U|f US<oL2:m@p{sF|.`zgRQ.4EDL'po-HOPƹ vS#KAsE<5߻Bwfx~cuu70$p6&il C>dE8}y W9}ޔUWxϳW:"RFԉB(,.2D'u%dmf,'j+ɢhu[[ߝO`2^pA_>h'M.6++zpq$[!KZUѲAZ@}X3cmr|{J|E6.c;Q%4Q[Z5ޣq19XDs Dr DEԣ;F[,o&IlԅPRt:ư.+s(SSMR_m$1y|CAђިBS) 4;p=bHz"E0k ok` vNEm~D`,@C5צ&h{ibP? .xf8_5 PKtB$<[OFNh*h^"W BC/C-wZ "de^KcY^ Ķb__CA"wcD0k1I1<{B__Ld"Y5;Uµ9ŌgQ\h2ꩇnknj,|)-ᑛ쮹ғP56),)kBSõ)HE(Pԟ_T>dU˨{F6VU$^7{_ʧXTxPP7@&-3?'<[>xV%4_ٞ+Ⱶ.{0 dz-LG6s`/D>J"_}b}қέ A;@1ZC$'(!LrK4øx+NEdB[n *o7ҷΠ@cK~ )*j5ͦWjZ/²۴$l, e#moH ױh {s6Ğ%P+Z9?ù_^߷DٷŌɏ<&*0J[f)~)>3$c-c%W=-$9{=eRcX>? q&,X xj}P6DL>53 TTH$jvCc[ Y/<89}-.GOi|Od x 2( PUIq$Qt9u\RgJFy`iٮ}b>bW ,&Yg8 }yo?]i=sl,= w9 A&7VM0!4Cί hH6ͯZw¢Ml.L1Y|!ʸBZy!0\C)bq=\ϫe=)Hf)43Kbx pN %vC\X@w5lkkD,"~ݼŚ^=.2<6r d+b?+y!|[}&Z~Yu>Eœ!?i ysv902#;saqfΊPee-3 o/8. zW{f9V $["W>A?y.qBRPm!KTF4'a#A8JzLK3h5*I>frM7zz5”lS:#H1 XzAiK&d*< }N'`4cfc YwOc,S{SFjG < &w0?}!2tT:|xJV8mB#X:A¥תa]I573 H"Kʈ}=A0>CpEۢT:O)'y \j4caFM@;OsFŸ 1R7}P{=|8ȓDŽVBoe eLX4EbjxT۝B8DP37Gmoh)$aO$Wz[B© 2O r$`$,d*9ǥKμ2,ng+Yn k /$/[|%:nS~.޳ ["@: M[󞏨_mF L~#BAU%b?!j xt;`y9] ,ͽt@&W%2au~AoP(/MkY5EP:-JZ6iZqVGí:gEx8˳5UAΕ:/w'䞛>=lXnrT.+^!d%#g GCkkmB^p`Xz5zԇIotnUw}%8]kWYk0 F|rqI=8&5ڤ.:qAŮ7!Qj-T?y4RC䊟kǐeSBQ̋bQYQ *`-c_ɋ^ Uj$ =$Ťwx3rw{Nx8hM.a2ByxTh^l"UtĒ[Z%iismgnws%4 .qb)4g(!2Bg?;7# LYsO Kı Vſд^3/ ;]Wg 98'v:*T_2"{PO`PE01&,AxUPQ 8d|I ;ddJܿ]M a#7l[U_D*` q\H^90$QR8Kf7xV/J-w0v/eza~d%tsޏקp q'jnK6Rkbo+kE֤G}gjqvfK?pm±4lL4؛G0نwBW!M~#Lu>vWI4/gK1c /4ʌ'h i'U*,[wڕ ܔyzʆ*~mN=Һe@.2}%$F6Ktp.rJU`i1'ETk{X#mXp_58NyB^PHRfzLD:9j3h!B]V_ gs hr,A=/ β7R-z BƘ:_/e5#)ԣ:9{><:l E&SK+ a2D/XlfeMnvdRV}}JHzQ;Pޟ}\|r/](-n4؍ !?yt)7=>q$ qxr)'{;j9ͶªS3Z^Y"pw@ Sb?Kٍq-%PXW g )Ek*תkwWz*2[Dcaf"9c S%ˎsmm -[Ri"DdiDx\t xUYyhXoyړGTZ_+6ntt%j@^eĤ̚ܕX@LC˻%h2 L)f]砕Wk%;TqL_0L,Ј /Յ2^*mH$ا7 ƽ;EwWC*qG}/ֳyǿzHqH#5|ou!H!?$|2u ymIjᄗt]ޝaRD'K"+&"S'޳'ROC75o.!AN)͆pUЧ9,#CǓ.dK?Uha:k-jtЖb!;PA0a[qn'1Y&-(ŗ0ڑESɻ<*ѮcZ:iR0G`JޏW'c*-g:ҦhU+L0L$<,Ѥɨz2CLph-a[<2+qsEJ+z {=o"RѝѪD?2T 6¯{@pڈڦ!KrT5 ^F28 }xΓa,P%K(uo_&hzs)gZ,_o&4FH᣾#Gn2/NJ,j(}1UWpgtE_2 ` VBjoJAELK]fU]to BqE\AYz\Mc9;\u3wVHp}B>?c;ϔ_L YE+-j]iՆSgdyK[LC/ǝkƑ^Zf6o* F*Ե4M2t[a-R "[&泆 U[ZcoyQ¾N#5z,dK;ٚ3l-5P@3,EiN,QC"ǢZ{WS7BxJORipn'SoO# n^Y%Snds"P F\0° AB'&2 柋:U헩e/KAȎ| 9ڋa󧤨;2?~Mb1zqRD7bTo|g8aif .VSwBPs& "_dXsY))>;1jk~P aezvfQ7VDK|N'k-'P dD7P9ƄIF$-tΠɱFbzԢ1mЂft%^3Wpfvu*4yW^,[kviu\OƖ`fSz"*-0dJ| B6s d 1hCyA7*KR7f0T#SI=pʎ㠌 DjrcץusJPD{r?匆y;2FBB[X.@ ۃ8 ɺGXBH0 leX&B (i`#ۦ"Vd]y:gk)BD"`vq%!d<^젵lyF`A`޾, %DC+I9@d|I{QVf1U }o1r{7d\\VϐLG݉v֦(,8#3g9 WI}/DD˴5-5Ha .Yƈ(=Gl.Vkȹ[]{zj b^:ܓ׸ъP} dBfQBҧj49_K"Mkێs?a׭x8}Qy-=,, +4LpF"^ [nRNUPTx0 \,&P%LUIޕ{e%Gvw{eyk 6.gb()GiX`K QI?'=r|49)oeKNHtExVdpO"d HJ蟭 -DFϰdQЛeu*?} d JQ=q3!gS1<5_W 8۳mYOqZ݅/|J ,ᧀIEu7 ^k-d#K2ر?cb@6z=aOm|\˚ԛxWzwyx.`rwl74> I%a@ |ѴMg+E]n A@shl\ x^-{fE0x&)hpNSH+r3Vh 59f;">fb*"^yN@*8#gFZ7{yc!B+P^֑R d ou%R,5 f8Nq7R@wen(nw7Gv.%uT7২o׺Ai驟osMb8h0ED񸘔`oZ…e.~KGV0Qf ]z@e^x}bz/ ]zDE1Cn^r^hNcfsܲcwy{jv07 }39 `4UuD={dBS7$qiK?b$yADQ[lp93ďLgly"Z1"Ͻ-" b %,+D#;H^Ydd\7abkuޡ+#%S(d#[=ifF׼h1ƉpMKS)s@b)H!\uR=Ba"$ ϡ^PӉ*sUQVOO.hE3sxͱ XӲ}{dPs\80euؙjђT|LQ| ]Ly*3\ B;_zx\L.Yy0(E$jiU;˛p/Rӊ6PsSIi04`w'o@}=BSu*= b#' JncB۬tG{ 3 {JNbaƷFl-a JN])}1|0 מe0/Q>y42 :[-KﮃwN0CyXtŵ1cmS?Y'͈zFl`Г0UDR-$z5MV LM<䮜_}IdD X FfJmIBsyn(QXwN4~x/ՇmXCR^ygLSE8 <.8+W⨅xIYSo܉`muS|z26/ip?7Lf&_ ג\soLSؾ$hӖW;ϕ!c.Nh2p_oQc=^=YR݀;AGe^-{R&JU7auxH5uńCy$ (*ˀQ^~m{J?jT==nU 2҂EDcmC/OhsbO'Z˚bTndk#!§M xFW%z7oM'_]ZWzO^΃RФ:"܀f E)m&U%d2z o$+#ء?!,tCǃtkcjC"lݡs g&jˆ%k5G?ޮ s.iwu!Lph3%zHć)Xhp n fc؏:]-y# 17bjCC&z)X*EdLúRMXWէs #vڲQ "u51B/!1?}=o(=ݮ)QЛ}=cQZ+1]2ဗG i.3ŲrlL-!ItVqcX q)>TH7N]ؓ9r_5Q[(R -vus|g>5H~%BOa1CS7Lkѷ1q=`@!!fzn 7w~?$ K_oEWGCP7vʮ PcY֭"26j jXNdzrUsv[F6y| Xyc-(%aGP7bD^Rj()'V4C=NLa徘:2W}υf#JF/ֈռ{~cv/CXْϽ)뼪iJDiAOHL;4N󤇾&9a~+~tFȬHLe>W&] a"o%t'w$m`|{ u@Z3GJ2f~q#ux9g+>4S2IjY2q9>NexEX dv5t^6*D\(#D3 R7Č` ۦ@ZRO$#zMZZtr5}=aŻdt3.=sNAd"p-nSqNUCc«7Je3 g@p֔VS _KN"Z5(3W-o(ָUۘ>7R 6)nK1 9UGgJz;C< Tw: c*J$^ Bmq P &*7]3\?s w;Jm 9"z(g,57~:AWQbuaS.ܢq'ӓKȈmaԁd@桠%1F$?c6A7FxKn;f8WݙkyPR1\m=+qd#jcB@䐒j;Kk tХ<:,shE.J)>0'% r+Jzu~o[b͵}ukw>"&Pacgn+2-)=Dbysa]ݕ=Z'L:Ww9" ^;{xjm ǽڿM4r2V j?&+ cJ4FFYÑSaDuHő՛cKĬmU%,*YbdQG"p^;c3;l:t%54z'Mׂ1Otrb:aQPvcP6DnMB[: h[AM/nh͆q{|^ơg<nILFZĥ `m\|I^j-gmnLpU^_eoGl њ s*@>}Maz.%_1@ӟC{?E51E.3&1/^s3a KS}qXe;=cXRvj0kv!cp뜚cNB5=Y DK"g'{0FeE[ʺ2\+B0AZ]_4ҩ="QBŧGg;S iWr+kZ)u !N]EP IkjK5içpR=V帬Dʭ:, FAo=V Uf Ѥ%s=!Ü8qBL*8E5@V=_\*ҊK~SL`Eyw1š^s iCe CǨI5!gҸPZ?<2|Tm$)ck(,hIL& &v@j:kA J)eIFsC_opHetpͷ%~-3<Nkm F/^ pz׫W͋ᦸ|n6W`(= { OE1ovx/Źf-݀OɫzeA up@ dWR;!Bcɕ(F#-Ǿw>|r\mCp~ O<\FџWiWw 56\Aq0=&o7!4v~;v؆LhR蔷,ۡ3eeo&B~ApˀVqS2 t.lIK*^ $jIK? -'{!~wvZ,5CX#H1r5]ԥgԖZl]-kvzww.<{Cm #zVsƇY9#mnsHU3v2V])2%ym H7UAԣVۙqGDvXt5cw4 y"si5Βse/j=>5ɵ?8@ | ԃ5= 5Dl1+/+PTJ.0M=aU"b}ҧ; +u_BGNPZ #z]%]o]j ]%(6M?-E,4qS3U'~x >p3=7վR_'֛bS+jY֗Jpe֠LQ.n0#870)(aǑwMէYMx}wڪNgf 1 f[8*5 Mla;f6 <Ěn :{B7@LGqÕvPWJ8wEPeaE~ݲgjGC}Zݙ/TSDG#Ffwڜթzoڧzz=kUFBvyT;éW#fV _xn/א]^bކSPK~+ 9nkzRh`ӲG(3qwfkXO*1im 2h`B5_4ל/ alIbwS 6O31gDT 5X;R_L-K񫃂֦/oC1V;?)׶3)0-Lu}WR zHҰ`i}uTx9~ؼWiˤv!aEv$̇YQk#(Pg"eaufEԛNL'm^KKPIj>`ڌx$p6j/X UXPI7̺I1H6RlUd Ԡ&F` j!9Aqp.Q:5DE6H:tI}zs\r(8g_o+^gnd)0V;j I>{jD'$:L >ͽE<7r#z+AEZ3}ԩp1ǑGQPjw H@cRtnK K1GP,jeEi-M>poc9U78D9,d֌cDZ+\+h:1n^&dY.[Pk5q╍n4<ʞ*ƅ5> Dlyҝ"Qx즖*>S/P3L"j4j'"8XPS)z̚rMAPI}pS,(ΫcVz͗"vC~MNYg(E^*&KT_C/wo)&E[?6ӒY,kjQ2,ZlQ@m=l:h+)n =4j,:'56IאkgCN.H~ ,~Y!z]pr'Qܻ*@<.Kz 3Diu|442;@g@Ƣ(|D쥕&C|k?W{$f80TA#<Ғx;-7xvvtAB?|N[ @Y(=xl.1ߚQb~?WWlDU.{}EА;)1e|Ln#FP$JrV܇ :,ۣ@=SO?Ztu4rl\1JuMJzBUh;?ќdr@1Z,p.  6{BuQY]emv;d^J3Eԃ}*e3el {L5`n~Lgnr_ۀK %Ե B)`yI9ܺ<<- D4{#yIv $Yb<'3dYg3֕gչژ삻+](%u{zL?h"ԛ 6=;Vuk eP<kg݅g v% Ya'h%84߯KNG:25ٷ, hQij83[kjEh82\QݱE7'_"ժt2^ϚQ[~ R@#c#g౰9xg;'C~8NV1 ؗ6u4XT)SE)%bV%8##G^?wa~ç('r貣릋#A#q _ʹ-OZгu̎6A6_xx}Ss56own* ~м wwCޗҗU__l  %J2$e}nՏFg5&Ǐ|5XVѷ:^pNsnR@aS`Ž8hBLXEfZf`}V 9fOK].O>507 H:!rw#]cI4"3)^˷ >i&Nm7F& d aDU\r-ld/,9Sb=ar ǼyTpv횺 qȇL}Ȯ:^`)!k\r.*&J篑 ') 1[hѪnO !s FRst-{6+ٶ3YpVM4S7ޤp362!ZKo 8PĊWoC6:hjZ`9L+QJwmPWdi9?ɜ!͕)RN\>A ےR])i_y"[O\rLn.u"3Ⱥag֨͂F 7D2F}s-Q@,>o@ؚ\PމixCQR!+o&i9Oߤ^ ~5޺NľkeS*'q8 zņĐ#/{1F6b1:A,wXv$V0`#&F>3o0S %qOz5,]}jѶGS!XJ jZC앁<0~6'|]pr'xM4tkʼd;3ON% =2'iK%6*-+"㖼fhqA@, ˾ f8]z\O` G#3 !ph\˦/AFUtASj=39/NQZ;EB*GQXPk)gt xsSC&Lj!*xgV^!UÛu /SGbzZX?CjBe0օZ ? wz5`gR|7EK+Ы3Ce;lIݥZ,_^6CBFqCDyEQxɼo#Hb8)'jE[>É`K tC0&i"YtCt%ן6B5 Nv2W{#)/8@׮rc`45%|BW\A⼮>h=jGg@UV S)NtL6(v\"C] A1DĂ Iy 45C"%*n!<r҈woyhH_5=ZIFB`l!OY m-v %qC@C|qH7}΄{xhBw+)^@wt3;}o뇖F.aDa58w%Mp`.Q ^4"*U|^Mκit~0 LajK:`q˙{r|dZeX둆ۢOڞ#MO0,,Vnhv"ֲzPz /0N H2|P$<.ꐫme;z92Ac]W$ts<#_! iL` 'r y;t= _T~M2tF?ELKd#_S=cl%ao-t^zHƏ'Z;q蔨(֪jl a?Jg/n -# 7J[ʮeFmd]SæI'`À[lzt)C w\-C<+e}[s3@g϶)ojV]Sb Od*)4,Iõ\PlO=zG{`C$ZnSQ6î#;5̋NP3A^Fa,| `/AtMAѰF5jx@!2X<@ ܗݔ.jfF+<y'&訕4?tJ$-k1n[.2A!q0VRu+%\+dXl2/2c(:86ۥFP7wo*sLYt~sޔU,f$Yx4d=ȡ.QWg30GV1)("J6w0^jH c}CVRɣmDt@*ZBPԠ쥬%띒<.Sی,FhM=@=!ʋ(A`Oy9c?"e|+_C{*&Ld % cgT::!.ԅ7PotuP>#E::-*#2 4cWm[p1l $IZn6[sքIѥW/NA_9_2:@ /h[:_^d+:ȼ+k*F p*GN]dzʵ4*8|yΌ5~d . f{b~yriݧ/W<0ZY,a"׿{ۻcÇ_#kOÔ&Xފp`:F6*W)Č.`9:ԋ ,sVT{uwY0 L9@[mɐsHlwZ FZ^`^5$w'ءIKDț0k'!*neE} ѺȏZgf[_8[1R6xXs0#a(i?&ѧ6g6-ϯ#EKWn ꄿ_`TA'Y%EiJ!  YZ