libtiff5-4.0.9-150000.45.35.1 >  A esp9|blcKo6BʊNewS砐dZU˸D&gD7¡RE"2K;!&J Q\mPEǢ)&joJ2P}84ɦw$o b;Z:+[h*(h=Ƨq{&avVdlvaRP(2,іC!3虲X<{/DdUoXd4HTՃGKX=80dd118134e1041108e4b503389f25cba9e062bc3c62af43d3e7a4a1a028c0bb537bdb98950bdd77a7b8674711baeddfa7543e69'esp9|?_DrN&9@Y) qJX$TTTpEWUoKlR_L?ݗFEH׉jhн ߜ $ ypaCHVW@OeO!x?<]|ѿ|9%;ڹӋz]e,VLtCUoG,LZ]WQ&7ꘞp@d?Td   U 5V[ q    \ <r(839x3: 3>2@AFPGdHIXY\]^zbcjdefluvwTxtyzPClibtiff54.0.9150000.45.35.1The Tiff Library (with JPEG and compression support)This package includes the tiff libraries. To link a program with libtiff, you will have to add -ljpeg and -lz to include the necessary libjpeg and libz in the linking process.ess390zl37G/SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxs390x(@z @mA큤eseseseses7)O@esd86893148ca113f07b8b85db67aef9e162fd1f6c51ea958cd0286e5f9a24faf327d2eb75db3fc6c0ec2d6c19bfb40a91a823942ba8ca90492c54375fb71c521efbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.35.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(s390-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.2)(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)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1epb@e?dgdck@cwscp@cMCbc@b@by@bu bu aZ@]µ]µ\b@\X)@\Q[[k@[k@[$@[t[{@[)[)Z@ZZ ZZ;@Z@YI@XۡX@Xx@XWXWX=mWint32 conversion (when refBlackWhite[0] == 2147483648.f) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1907 + libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(), and use it in TIFFReadDirectory() so as to ignore fields whose tag is a codec-specified tag but this codec is not enabled. This avoids TIFFGetField() to behave differently depending on whether the codec is enabled or not, and thus can avoid stack based buffer overflows in a number of TIFF utilities such as tiffsplit, tiffcmp, thumbnail, etc. Patch derived from 0063-Handle-properly-CODEC-specific-tags.patch (http://bugzilla.maptools.org/show_bug.cgi?id=2580) by Raphaël Hertzog. Fixes: http://bugzilla.maptools.org/show_bug.cgi?id=2580 http://bugzilla.maptools.org/show_bug.cgi?id=2693 http://bugzilla.maptools.org/show_bug.cgi?id=2625 (CVE-2016-10095, bsc#1017690) http://bugzilla.maptools.org/show_bug.cgi?id=2564 (CVE-2015-7554, bsc#960341) http://bugzilla.maptools.org/show_bug.cgi?id=2561 (CVE-2016-5318, bsc#983436) http://bugzilla.maptools.org/show_bug.cgi?id=2499 (CVE-2014-8128, bsc#969783) http://bugzilla.maptools.org/show_bug.cgi?id=2441 http://bugzilla.maptools.org/show_bug.cgi?id=2433 + libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not do the #ifdef TIFFSwabXXX checks. Make it easier for GDAL to rename the symbols of its internal libtiff copy. + libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 in ChopUpSingleUncompressedStrip() regarding update of newly single-strip uncompressed files whose bytecount is 0. Before the change of 2016-12-03, the condition bytecount==0 used to trigger an early exit/disabling of strip chop. Re-introduce that in update mode. Otherwise this cause later incorrect setting for the value of StripByCounts/StripOffsets. (https://trac.osgeo.org/gdal/ticket/6924) + libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of items read in StripOffsets/StripByteCounts tags to the number of strips to avoid excessive memory allocation. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2215 + libtiff/tif_getimage.c: avoid many (harmless) unsigned int overflows. + libtiff/tif_fax3.c: avoid unsigned int overflow in Fax3Encode2DRow(). Could potentially be a bug with huge rows. + libtiff/tif_jpeg.c: avoid (harmless) unsigned int overflow on tiled images. + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() and BYTECOUNTLOOKSBAD when file is too short. + libtiff/tif_predict.c: decorate legitimate functions where unsigned int overflow occur with TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() + libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to disable CLang warnings raised by - fsanitize=undefined,unsigned-integer-overflow + libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessive CPU consumption on progressive JPEGs with a huge number of scans. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf Note: only affects libtiff since 2014-12-29 where support of non-baseline JPEG was added. + libtiff/tif_jpeg.c: error out at decoding time if anticipated libjpeg memory allocation is above 100 MB. libjpeg in case of multiple scans, which is allowed even in baseline JPEG, if components are spread over several scans and not interleavedin a single one, needs to allocate memory (or backing store) for the whole strip/tile. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf This limitation may be overriden by setting the LIBTIFF_ALLOW_LARGE_LIBJPEG_MEM_ALLOC environment variable, or recompiling libtiff with a custom value of TIFF_LIBJPEG_LARGEST_MEM_ALLOC macro. + libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2706 (CVE-2017-9936, bsc#1046073) + libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that a double value can fit in a float before casting. + libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, libtiff/tif_read.c: make TIFFReadScanline() works in CHUNKY_STRIP_READ_SUPPORT mode with JPEG stream with multiple scans. Also make configurable through a LIBTIFF_JPEG_MAX_ALLOWED_SCAN_NUMBER environment variable the maximum number of scans allowed. Defaults to 100. + libtiff/tif_read.c: TIFFFillTile(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation (similarly to what was done for TIFFFileStrip() on 2017-05-10) + libtiff/tif_getimage.c: use _TIFFReadEncodedStripAndAllocBuffer(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2708 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2433 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() function, variant of TIFFReadEncodedStrip() that allocates the decoded buffer only after a first successful TIFFFillStrip(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX() functions associated with LONG8/SLONG8 data type, replace assertion that the file is BigTIFF, by a non-fatal error. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2712 + libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc to tif_rawdataloaded when it is set. Similarly to TIFFStartStrip(). This issue was revealed by the change of 2017-06-30 in TIFFFileTile(), limiting the number of bytes read. But it could probably have been hit too in CHUNKY_STRIP_READ_SUPPORT mode previously. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2454 + libtiff/tif_error.c, tif_warning.c: correctly use va_list when both an old-style and new-style warning/error handlers are installed. Patch by Paavo Helde (sent on the mailing list) + libtiff/tif_getimage.c: use _TIFFReadTileAndAllocBuffer(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2470 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedTileAndAllocBuffer() and _TIFFReadTileAndAllocBuffer() variants of TIFFReadEncodedTile() and TIFFReadTile() that allocates the decoded buffer only after a first successful TIFFFillTile(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_pixarlog.c: avoid excessive memory allocation on decoding when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2554 + libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZW compressed files. + libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZW strips. Crashing issue only on memory mapped files, where the strip offset is the last byte of the file, and the file size is a multiple of one page size on the CPU architecture (typically 4096) + libtiff/tif_dir.c: avoid potential null pointer dereference in _TIFFVGetField() on corrupted TIFFTAG_NUMBEROFINKS tag instance. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2713 + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile(). Complementary fix for http://bugzilla.maptools.org/show_bug.cgi?id=2708 in the isMapped() case, so as to avoid excessive memory allocation when we need a temporary buffer but the file is truncated. + libtiff/tif_read.c: in TIFFFetchStripThing(), only grow the arrays that hold StripOffsets/StripByteCounts, when they are smaller than the expected number of striles, up to 1 million striles, and error out beyond. Can be tweaked by setting the environment variable LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT. This partially goes against a change added on 2002-12-17 to accept those arrays of wrong sizes, but is needed to avoid denial of services. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2350 + libtiff/tif_read.c: add protection against excessive memory allocation attempts in TIFFReadDirEntryArray() on short files. Effective for mmap'ed case. And non-mmap'ed case, but restricted to 64bit builds. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2675 (CVE-2017-12944, bsc#1054594) + libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2683 + libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate(): properly break from loops on error when stoponerr is set, instead of going on iterating on row based loop. + libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped pixel number is not a multiple of the horizontal subsampling, and also in some other cases. Impact putcontig8bitYCbCr44tile, putcontig8bitYCbCr42tile, putcontig8bitYCbCr41tile, putcontig8bitYCbCr21tile and putcontig8bitYCbCr12tile Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2637 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2691 + libtiff/tif_luv.c: further reduce memory requirements for temporary buffer when RowsPerStrip >= image_length in LogLuvInitState() and LogL16InitState(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2700 + libtiff/tif_dirwrite.c: replace assertion related to not finding the SubIFD tag by runtime check (in TIFFWriteDirectorySec()) Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2727 + libtiff/tif_dirwrite.c: replace assertion to tag value not fitting on uint32 when selecting the value of SubIFD tag by runtime check (in TIFFWriteDirectoryTagSubifd()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2728 + libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressed file if the codestream height is larger than the truncated height of the strip. Emit a warning in this situation since this is non compliant. + libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK() function that checks if the offset is not bigger than INT64_MAX, so as to avoid a -1 error return code of TIFFSeekFile() to match a required seek to UINT64_MAX/-1. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2726 + libtiff/tif_dirread.c: add NULL check to avoid likely false positive null-pointer dereference warning by CLang Static Analyzer. + libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExt Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2735 + libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 that honours max_memory_to_use > 0. Cf https://github.com/libjpeg-turbo/libjpeg-turbo/issues/162 + libtiff/tif_getimage.c: avoid floating point division by zero in initCIELabConversion() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3733 * Changes in the tools: + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + tools/tiffset.c: fix setting a single value for the ExtraSamples tag (and other tags with variable number of values). So 'tiffset -s ExtraSamples 1 X'. This only worked when setting 2 or more values, but not just one. + tools/fax2tiff.c (_FAX_Client_Data): Pass FAX_Client_Data as the client data. This client data is not used at all at the moment, but it makes the most sense. Issue that the value of client_data.fd was passed where a pointer is expected. + tools/tiff2pdf.c (t2p_sample_realize_palette): Fix possible arithmetic overflow in bounds checking code and eliminate comparison between signed and unsigned type. + tools/tiff2bw.c (main): Free memory allocated in the tiff2bw program. This is in response to the report associated with CVE-2017-16232, bsc#1069213 but does not solve the extremely high memory usage with the associated POC file.- Upgrade to upstream release 4.0.8 * libtiff/tif_getimage.c, libtiff/tif_open.c + add parenthesis to fix cppcheck clarifyCalculation warnings * libtiff/tif_predict.c, libtiff/tif_print.c + fix printf unsigned vs signed formatting (cppcheck invalidPrintfArgType_uint warnings) * libtiff/tif_read.c, libtiff/tiffiop.h + fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2596 * libtiff/tif_pixarlog.c, libtiff/tif_luv.c + fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2604 * libtiff/tif_strip.c + revert the change in TIFFNumberOfStrips() done for http://bugzilla.maptools.org/show_bug.cgi?id=2587 / CVE-2016-9273 since the above change is a better fix that makes it unnecessary. * libtiff/tif_dirread.c + modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline(). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2608. * libtiff/tif_ojpeg.c + make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2611 * libtiff/tif_write.c + fix misleading indentation as warned by GCC. * libtiff/tif_fax3.h + revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. Raised by Lee Howard. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2636 * libtiff/tiffio.h, libtiff/tif_getimage.c + add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. * libtiff/tif_getimage.c + fix potential memory leaks in error code path of TIFFRGBAImageBegin(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2627 * libtiff/tif_jpeg.c + increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with "big" tile, without using libjpeg temporary files. Related to https://trac.osgeo.org/gdal/ticket/6757 * libtiff/tif_jpeg.c + avoid integer division by zero in JPEGSetupEncode() when horizontal or vertical sampling is set to 0. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2653, bsc#1033127, CVE-2017-7595 * libtiff/tif_dirwrite.c + in TIFFWriteDirectoryTagCheckedRational, replace assertion by runtime check to error out if passed value is strictly negative. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2535, bsc#1038438, CVE-2016-10371 * libtiff/tif_dirread.c + avoid division by floating point 0 in TIFFReadDirEntryCheckedRational() and TIFFReadDirEntryCheckedSrational(), and return 0 in that case (instead of infinity as before presumably) Apparently some sanitizers do not like those divisions by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2644, bsc#1033118, CVE-2017-7598 * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c + implement various clampings of double to other data types to avoid undefined behaviour if the output range isn't big enough to hold the input value. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2643 http://bugzilla.maptools.org/show_bug.cgi?id=2642 http://bugzilla.maptools.org/show_bug.cgi?id=2646 http://bugzilla.maptools.org/show_bug.cgi?id=2647, bsc#1033126, CVE-2017-7596, bsc#1033120, CVE-2017-7597, bsc#1033113, CVE-2017-7599, bsc#1033112, CVE-2017-7600, * libtiff/tif_jpeg.c + validate BitsPerSample in JPEGSetupEncode() to avoid undefined behaviour caused by invalid shift exponent. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2648, bsc#1033111, CVE-2017-7601 * libtiff/tif_read.c + avoid potential undefined behaviour on signed integer addition in TIFFReadRawStrip1() in isMapped() case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2650, bsc#1033109, CVE-2017-7602 * libtiff/tif_getimage.c + add explicit uint32 cast in putagreytile to avoid UndefinedBehaviorSanitizer warning. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2658, bsc#1033131, CVE-2017-7592 * libtiff/tif_read.c + TIFFReadBufferSetup(): use _TIFFcalloc() to zero initialize tif_rawdata. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2651, bsc#1033129, CVE-2017-7593 * libtiff/tiffio.h, tif_unix.c, tif_win32.c, tif_vms.c + add _TIFFcalloc() * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c + return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2130 * libtiff/tif_ojpeg.c + fix leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable when read fails. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2659, bsc#1033128, CVE-2017-7594 * libtiff/tif_jpeg.c + only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). * libtiff/tif_lzw.c + in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=1982 * libtiff/tif_pixarlog.c + fix memory leak in error code path of PixarLogSetupDecode(). Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2665 * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c + fix GCC 7 -Wimplicit-fallthrough warnings. * libtiff/tif_dirread.c + fix memory leak in non DEFER_STRILE_LOAD mode (ie default) when there is both a StripOffsets and TileOffsets tag, or a StripByteCounts and TileByteCounts Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2689, bsc#1042805, CVE-2017-9403) * libtiff/tif_ojpeg.c + fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2670 * libtiff/tif_fax3.c + avoid crash in Fax3Close() on empty file. Patch by Alan Coopersmith + complement by myself. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2673 * libtiff/tif_read.c + TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c + fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. Should especially occur on 32 bit platforms. * libtiff/tif_read.c + TIFFFillStripPartial() + avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). This avoids reading beyond tif_rawdata when bytecount > tif_rawdatasize. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1545. Credit to OSS-Fuzz * libtiff/tif_color.c + avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1533 Credit to OSS-Fuzz * libtiff/tif_pixarlog.c, tif_luv.c + avoid potential int32 overflows in multiply_ms() and add_ms(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1558 Credit to OSS-Fuzz * libtiff/tif_packbits.c + fix out-of-buffer read in PackBitsDecode() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1563 Credit to OSS-Fuzz * libtiff/tif_luv.c + LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_lzw.c + update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. * libtiff/tif_pixarlog.c + PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. But untested... * libtiff/tif_getimage.c + initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1663 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_getimage.c + initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. To avoid invalid float->int32 conversion. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1718 Credit to OSS Fuzz * tools/fax2tiff.c (main) + Applied patch by Joerg Ahrens to fix passing client data for Win32 builds using tif_win32.c (USE_WIN32_FILEIO defined) for file I/O. Patch was provided via email on November 20, 2016. * tools/tiffcp.c + avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2598 * tools/tiffcrop.c + fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2620 * tools/tiffcrop.c + add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2621 * tools/tiffcrop.c + fix integer division by zero when BitsPerSample is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2619 * tools/tiffinfo.c + fix null pointer dereference in -r mode when the image has no StripByteCount tag. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2594 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2597 * tools/tif_dir.c + when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2599 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2607 * tools/tiffcp.c + fix uint32 underflow/overflow that can cause heap-based buffer overflow. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2610 * tools/tiffcp.c + replace assert( (bps % 8) == 0 ) by a non assert check. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2605 * tools/tiff2ps.c + fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2633 and http://bugzilla.maptools.org/show_bug.cgi?id=2634. * tools/tiff2pdf.c + prevent heap-based buffer overflow in -j mode on a paletted image. Note: this fix errors out before the overflow happens. There could probably be a better fix. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2635 * tools/tiff2pdf.c + fix wrong usage of memcpy() that can trigger unspecified behaviour. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2638 * tools/tiff2pdf.c + avoid potential invalid memory read in t2p_writeproc. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2639 * tools/tiff2pdf.c + avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2640 * tools/tiffcrop.c + remove extraneous TIFFClose() in error code path, that caused double free. Related to http://bugzilla.maptools.org/show_bug.cgi?id=2535 * tools/tiffcp.c + error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2656 and http://bugzilla.maptools.org/show_bug.cgi?id=2657 * tools/raw2tiff.c + avoid integer division by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2631 * tools/tiff2ps.c + call TIFFClose() in error code paths. * tools/fax2tiff.c + emit appropriate message if the input file is empty. Patch by Alan Coopersmith. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2672 * tools/tiff2bw.c + close TIFF handle in error code path. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2677 * Other issues fixed: + bsc#1042804, CVE-2017-9404 * CVE-2016-10092, CVE-2016-10093, CVE-2016-10094 [bsc#1017693] - Removed patches: * tiff-4.0.7-CVE-2015-7554.patch * tiff-4.0.7-CVE-2017-5225.patch * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch * tiff-CVE-2016-10266.patch * tiff-CVE-2016-10267.patch * tiff-CVE-2016-10268.patch * tiff-CVE-2016-10269.patch * tiff-CVE-2016-10270.patch * tiff-CVE-2016-10271.patch * tiff-CVE-2016-10272.patch + Fixed upstream- Added patches: * tiff-CVE-2016-10266.patch + Upstream fix for CVE-2016-10266, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031263) * tiff-CVE-2016-10267.patch + Upstream fix for CVE-2016-10267, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031262) * tiff-CVE-2016-10268.patch + Upstream fix for CVE-2016-10268, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031255) * tiff-CVE-2016-10269.patch + Upstream fix for CVE-2016-10269, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031254) * tiff-CVE-2016-10270.patch + Upstream fix for CVE-2016-10270, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031250) * tiff-CVE-2016-10271.patch + Upstream fix for CVE-2016-10271, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read and buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031249) * tiff-CVE-2016-10272.patch + Upstream fix for CVE-2016-10272, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031247)- Added patch: * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch - Fix a regression introduced in 4.0.7 (bsc#1022103) - http://bugzilla.maptools.org/show_bug.cgi?id=2636- Added patch: * tiff-4.0.7-CVE-2017-5225.patch - Upstream fix for CVE-2017-5225, bsc#1019611: heap buffer overflow in tools/tiffcp via a crafted BitsPerSample value- Drop --with-pic, this is only for static libs (which are not built) - Update descriptions- Update homepage- Upgrade to upstream release 4.0.7 * libtiff/tif_aux.c + Fix crash in TIFFVGetFieldDefaulted() when requesting Predictor tag and that the zip/lzw codec is not configured. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2591 * libtiff/tif_compress.c + Make TIFFNoDecode() return 0 to indicate an error and make upper level read routines treat it accordingly. (linked to the test case of http://bugzilla.maptools.org/show_bug.cgi?id=2517) * libtiff/tif_dir.c + Discard values of SMinSampleValue and SMaxSampleValue when they have been read and the value of SamplesPerPixel is changed afterwards (like when reading a OJPEG compressed image with a missing SamplesPerPixel tag, and whose photometric is RGB or YCbCr, forcing SamplesPerPixel being 3). Otherwise when rewriting the directory (for example with tiffset, we will expect 3 values whereas the array had been allocated with just one), thus causing a out of bound read access. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) * libtiff/tif_dirread.c + In TIFFFetchNormalTag(), do not dereference NULL pointer when values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are 0-byte arrays. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2593 (regression introduced by previous fix done on 2016-11-11 for CVE-2016-9297, bsc#1010161). Assigned as CVE-2016-9448, bsc#1011103 + In TIFFFetchNormalTag(), make sure that values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are null terminated, to avoid potential read outside buffer in _TIFFPrintField(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2590 (CVE-2016-9297, bsc#1010161) + Initialize doubledata at line 3693 to NULL to please MSVC 2013 + Prevent reading ColorMap or TransferFunction if BitsPerPixel > 24, so as to avoid huge memory allocation and file read attempts + Reject images with OJPEG compression that have no TileOffsets/StripOffsets tag, when OJPEG compression is disabled. Prevent null pointer dereference in TIFFReadRawStrip1() and other functions that expect td_stripbytecount to be non NULL. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2585 + When compiled with DEFER_STRILE_LOAD, fix regression, when reading a one-strip file without a StripByteCounts tag. + Workaround false positive warning of Clang Static Analyzer about null pointer dereference in TIFFCheckDirOffset(). * libtiff/tif_dirwrite.c + Avoid null pointer dereference on td_stripoffset when writing directory, if FIELD_STRIPOFFSETS was artificially set for a hack case in OJPEG case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) + Fix truncation to 32 bit of file offsets in TIFFLinkDirectory() and TIFFWriteDirectorySec() when aligning directory offsets on an even offset (affects BigTIFF). * libtiff/tif_dumpmode.c + DumpModeEncode() should return 0 in case of failure so that the above mentionned functions detect the error. * libtiff/tif_fax3.c + remove dead assignment in Fax3PutEOLgdal(). * libtiff/tif_fax3.h + make Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. * libtiff/tif_getimage.c + Fix out-of-bound reads in TIFFRGBAImage interface in case of unsupported values of SamplesPerPixel/ExtraSamples for LogLUV/CIELab. Add explicit call to TIFFRGBAImageOK() in TIFFRGBAImageBegin(). Fix CVE-2015-8665 and CVE-2015-8683. + Fix some benign warnings which appear in 64-bit compilation under Microsoft Visual Studio of the form "Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value." + TIFFRGBAImageOK: Reject attempts to read floating point images. * libtiff/tif_luv.c + Fix potential out-of-bound writes in decode functions in non debug builds by replacing assert()s by regular if checks (http://bugzilla.maptools.org/show_bug.cgi?id=2522). Fix potential out-of-bound reads in case of short input data. + Validate that for COMPRESSION_SGILOG and PHOTOMETRIC_LOGL, there is only one sample per pixel. Avoid potential invalid memory write on corrupted/unexpected images when using the TIFFRGBAImageBegin() interface * libtiff/tif_next.c + Fix potential out-of-bound write in NeXTDecode() (http://bugzilla.maptools.org/show_bug.cgi?id=2508) * libtiff/tif_pixarlog.c + Avoid zlib error messages to pass a NULL string to %s formatter, which is undefined behaviour in sprintf(). + Fix out-of-bounds write vulnerabilities in heap allocated buffers. Reported as MSVR 35094. + Fix potential buffer write overrun in PixarLogDecode() on corrupted/unexpected images (CVE-2016-5875, bsc#987351) + Fix write buffer overflow in PixarLogEncode if more input samples are provided than expected by PixarLogSetupEncode. Idea based on libtiff-CVE-2016-3990.patch from libtiff-4.0.3-25.el7_2.src.rpm, but with different and simpler check. (http://bugzilla.maptools.org/show_bug.cgi?id=2544, bsc#975069) * libtiff/tif_predict.c + PredictorSetup: Enforce bits-per-sample requirements of floating point predictor (3). Fixes CVE-2016-3622 "Divide By Zero in the tiff2rgba tool." (bsc#974449) * libtiff/tif_predict.h, libtiff/tif_predict.c + Replace assertions by runtime checks to avoid assertions in debug mode, or buffer overflows in release mode. Can happen when dealing with unusual tile size like YCbCr with subsampling. Reported as MSVR 35105. * libtiff/tif_read.c + Fix out-of-bounds read on memory-mapped files in TIFFReadRawStrip1() and TIFFReadRawTile1() when stripoffset is beyond tmsize_t max value (bsc#990460, CVE-2016-6223) + Make TIFFReadEncodedStrip() and TIFFReadEncodedTile() directly use user provided buffer when no compression (and other conditions) to save a memcpy(). * libtiff/tif_strip.c + Make TIFFNumberOfStrips() return the td->td_nstrips value when it is non-zero, instead of recomputing it. This is needed in TIFF_STRIPCHOP mode where td_nstrips is modified. Fixes a read outsize of array in tiffsplit (or other utilities using TIFFNumberOfStrips()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2587 (CVE-2016-9273, bsc#1010163) * libtiff/tif_write.c + Fix issue in error code path of TIFFFlushData1() that didn't reset the tif_rawcc and tif_rawcp members. I'm not completely sure if that could happen in practice outside of the odd behaviour of t2p_seekproc() of tiff2pdf). The report points that a better fix could be to check the return value of TIFFFlushData1() in places where it isn't done currently, but it seems this patch is enough. Reported as MSVR 35095. + Make TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() directly use user provided buffer when no compression to save a memcpy(). + TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() should return -1 in case of failure of tif_encodestrip() as documented * tools/fax2tiff.D c + Fix segfault when specifying -r without argument. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2572 * tools/Makefile.am + The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden. * tools/rgb2ycbcr.c + Validate values of -v and -h parameters to avoid potential divide by zero. Fixes CVE-2016-3623, bsc#974618 (http://bugzilla.maptools.org/show_bug.cgi?id=2569) * tools/tiff2bw.c + Fix weight computation that could result of color value overflow (no security implication). Fix http://bugzilla.maptools.org/show_bug.cgi?id=2550. * tools/tiff2pdf.c + Avoid undefined behaviour related to overlapping of source and destination buffer in memcpy() call in t2p_sample_rgbaa_to_rgb() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2577 + Fix out-of-bounds write vulnerabilities in heap allocate buffer in t2p_process_jpeg_strip(). Reported as MSVR 35098. + Fix potential integer overflows on 32 bit builds in t2p_read_tiff_size() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2576 + Fix read -largely- outsize of buffer in t2p_readwrite_pdf_image_tile(), causing crash, when reading a JPEG compressed image with TIFFTAG_JPEGTABLES length being one. Reported as MSVR 35101. CVE-2016-9453, bsc#1011107 + Fix write buffer overflow of 2 bytes on JPEG compressed images. Reported as TALOS-CAN-0187, CVE-2016-5652, bsc#1007280. Also prevents writing 2 extra uninitialized bytes to the file stream. * tools/tiff2rgba.c + Fix integer overflow in size of allocated buffer, when -b mode is enabled, that could result in out-of-bounds write. Based initially on patch tiff-CVE-2016-3945.patch from libtiff-4.0.3-25.el7_2.src.rpm, with correction for invalid tests that rejected valid files. (http://bugzilla.maptools.org/show_bug.cgi?id=2545, bsc#974614) * tools/tiffcp.c + Fix out-of-bounds write on tiled images with odd tile width vs image width. Reported as MSVR 35103. (bsc#1011841, CVE-2016-9538) + Fix read of undefined variable in case of missing required tags. Found on test case of MSVR 35100. * tools/tiffcrop.c + Avoid access outside of stack allocated array on a tiled separate TIFF with more than 8 samples per pixel. (CVE-2016-5321, CVE-2016-5323, http://bugzilla.maptools.org/show_bug.cgi?id=2558, http://bugzilla.maptools.org/show_bug.cgi?id=2559, bsc#984813, bsc#984815) + Fix memory leak in (recent) error code path. Fixes Coverity 1394415. + Fix multiple uint32 overflows in writeBufferToSeparateStrips(), writeBufferToContigTiles() and writeBufferToSeparateTiles() that could cause heap buffer overflows. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2592 + Fix out-of-bound read of up to 3 bytes in readContigTilesIntoBuffer(). Reported as MSVR 35092. + Fix out-of-bounds write in loadImage(). From patch libtiff-CVE-2016-3991.patch from libtiff-4.0.3-25.el7_2.src.rpm (http://bugzilla.maptools.org/show_bug.cgi?id=2543, bsc#975070) + Fix read of undefined buffer in readContigStripsIntoBuffer() due to uint16 overflow. Reported as MSVR 35100. (bsc#1011841, CVE-2016-9538) + Fix various out-of-bounds write vulnerabilities in heap or stack allocated buffers. Reported as MSVR 35093, MSVR 35096 and MSVR 35097. + readContigTilesIntoBuffer: Fix signed/unsigned comparison warning. * tools/tiffdump.c + Fix a few misaligned 64-bit reads warned by -fsanitize + ReadDirectory: Remove uint32 cast to_TIFFmalloc() argument which resulted in Coverity report. Added more mutiplication overflow checks * tools/tiffinfo.c + Fix out-of-bound read on some tiled images. (http://bugzilla.maptools.org/show_bug.cgi?id=2517) + TIFFReadContigTileData: Fix signed/unsigned comparison warning. + TIFFReadSeparateTileData: Fix signed/unsigned comparison warning. - Removed patches: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch * tiff-4.0.6-CVE-2015-8782.patch * tiff-4.0.6-CVE-2016-3186.patch * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Fixed in the upsteam release - Changed patch: * tiff-4.0.6-CVE-2015-7554.patch -> tiff-4.0.7-CVE-2015-7554.patch - Rediffed to the changed context- Added patches: * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Upstream fixes for MSVR 35093, MSVR 35094, MSVR 35095, MSVR 35096, MSVR 35097, MSVR 35098. * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch - Enforce bits-per-sample requirements of floating point predictor. Fixes CVE-2016-3622 [bsc#974449]- Added patches: * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch - Upstream commits to fix CVE-2016-3623 [bsc#974618], CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069], CVE-2016-3991 [bsc#975070]- Added patches: * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch - Upstream commits to fix CVE-2016-5314 [bsc#984831], CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842], CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]- Added patch: * tiff-4.0.6-CVE-2016-3186.patch - fix CVE-2016-3186: buffer overflow in gif2tiff [bsc#973340]- Added patch: * tiff-4.0.6-CVE-2015-8782.patch - fix CVE-2015-8781, CVE-2015-8782, CVE-2015-8783: Out-of-bounds writes for invalid images (upstream bug #2522) [bsc#964225]- Added patch: * tiff-4.0.6-CVE-2015-7554.patch - fix CVE-2015-7554: Out-of-bounds Write in the thumbnail and tiffcmp tools (upsteam bug #2499) [bsc#960341]- Added patch: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch - fix uninitialized memory in NeXTDecode (upstream bug #2508) [bsc#942690]- Update to version 4.0.6 * Supports CMake 2.8.9 and later. * Add missing file which wasn't being distributed, causing unit tests to fail. * Make shared/static library building configurable. * CMake reads all version information directly from configure.ac to avoid duplication of values. * CMake builds are now included in 'distcheck' target. * Autotools 'make distcheck' now tests the CMake-based build if CMake is available. * Fixes to avoid undefined behaviour of signed types (C standard compliance). * Fixes to avoid possible isses when casting to unsigned char. * Fixes to avoid undefined behaviour with shifts. * Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). * Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. * Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. * Eliminate requirement for and use of 64-bit constant values. * tiffgt : Silence glut API deprecation warnings on MacOS X. * fax2ps : Detect failure to write to temporary file. - Changes from version 4.0.5 * Support for configure/build using CMake. * Support for large (> 2GB) files under Microsoft Windows. * Configuration and building using CMake is now supported under Microsoft Windows and on Unix-type systems. * Test for and use fseeko() if it is available. This allows supporting large files on Unix-type systems with a 32-bit 'long' type and a 64-bit 'off_t' type. * tiffiop.h: Macros added to use 64-bit equivalents for all standard I/O and POSIX APIs used by libtiff and its tools which are limited to 2GB in Windows builds. Note that these 64-bit equivalents were introduced by the CRT provided with Visual Studio 2005 and if the necessary CRT is not installed on the target computer, the program will not run. The wrapper macros will not be activated unless the definition _MSC_VER is at least 1400 or __MSVCRT_VERSION__ is at least 0x800. * tif_unix.c: Updated to support large files under Microsoft Windows. This makes tif_unix.c a completely viable candidate for use under Windows (in spite of its name) if the CRT is modern enough. Please note that tif_win32.c already supported large files, but only 'tiffinfo' and 'tiffdump' made any provision to support large files under Windows. * _tiffReadProc() and _tiffWriteProc() are modified to chunk I/O to a maximum size of 2GB for extremely large I/O requests. This surmounts limitations in the Microsoft Windows read() and write() APIs (which are limited to the range of a 32-bit 'int'), and may avoid poor behavior with extremely large I/O requests on other systems. * Updated to use I/O wrapper macros from tiffiop.h in order to support large files under Microsoft Windows.- use spec-cleaner- update to 4.0.4 D tiff-4.0.3-double-free.patch D tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch D tiff-4.0.3-CVE-2013-1961.patch D erouault.2862.patch D bfriesen.2805.patch D tiff-4.0.3-CVE-2013-4232.patch D tiff-4.0.3-CVE-2013-4244.patch D erouault.2861.patch D erouault.2857.patch D erouault.2856.patch D erouault.2859.patch D tiff-4.0.3-CVE-2012-4564.patch D tiff-4.0.3-tiff2pdf-colors.patch D erouault.2876.patch D erouault.2860.patch D tiff-dither-malloc-check.patch D tiff-4.0.3-CVE-2013-1960.patch D erouault.2858.patch D tiff-handle-TIFFTAG_PREDICTOR.patch D tiff-4.0.3-CVE-2013-4231.patch D tiff-4.0.3-CVE-2013-4243.patch D erouault.2863.patch D tiff-4.0.3-test-jpeg-turbo.patch- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 bnc#914890, bnc#916925, bnc#916927 + erouault.2856.patch + erouault.2857.patch + erouault.2858.patch + erouault.2859.patch + erouault.2860.patch + erouault.2861.patch + erouault.2862.patch + erouault.2863.patch + erouault.2876.patch + bfriesen.2805.patch + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + tiff-handle-TIFFTAG_PREDICTOR.patch + tiff-dither-malloc-check.patch- build with PIE/sbin/ldconfig/sbin/ldconfigs390zl37 17020356054.0.94.0.9-150000.45.35.14.0.9-150000.45.35.1libtiff.so.5libtiff.so.5.3.0libtiffxx.so.5libtiffxx.so.5.3.0libtiff5COPYRIGHTREADMEREADME.SUSE/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libtiff5/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:31772/SUSE_SLE-15_Update/1d82dac16f3ae7a64bbc7f215e373bf0-tiff.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=49dae6e30188b47968121efa9443b872153592b9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e6f7e5d86be332794aff7604fa485464e906f20, strippeddirectoryASCII text PR RRRRRRR R RR RR RPRRRRRRRR`@rutf-892f83a295b99e718042902200a324d08c8a0eed39a31a4379997f33635315c89?7zXZ !t/] cr$x#ILACag>g{jGNЖJT,gw&TNn3>(Y:$6h鿃}{A4UOJ# o8WxNڢeZճq{3槧gu$cY. [ri(4hcCH'/|-xlc9UCkI.MmJ.u&BPMm蒍"rJi7)0fjv%?NV(TD.'x֌eIƞIʪ\sֺK,+)=:ĉYv O PyuV֮t@i,>!LtM]<$8`גج551bEf'g =BhvaV_x\H'_Y?7, rw\풐(%w7ZzE#0MDJ;Tĭ0J Ǭ'z)e)V+\יѿ̓^Y$\q3a3V-jg>_ t!bbBd٤H(<Đ.1 Eo첨7fs;6bn37ѭYtV}Hih:ǏVb|${ CfMcUA04/j`w'EYިͷu+ W3h *6q&(\%Hlҭ-6#hʥ"w|d#@\Xk΢TJ˟]6W*O )T1=mHS-1@ 2K>yXI3JT>DVK}̐FI]:t3" ȑrIjRуqǪۿ,". ]xlDQJh{΀B@Ie]r$HSV.=H7&f7t!r;ݠ +p'|lk,^zQVVl!aS:j(x"O++4l^fZ97۲Jr1?q0ًl6vȖb[IZ7DؽĆ.["1kȑșW;DھI@v^kڔ@ ]&L2I;P BQhl(ŝ@Yv\T-h(#<87V\-+o kYaJtSJ/%a) ZPPkai2aǭE^RZՕ9Er NCXb5e$L~$aD o\ וZ-c!%15ag5@L-Wpfxe1:'o1*ΐU©/%Y>yD{&ry yб ]pr:DH놑6+Eݑ:)eWem ]]u<@ȓ!b{E(D_*{&^e]P+b "$Hگ/Q#n`W:Hvi-mQplrl.˥a>X,VٻJTţxPB 0n~u*Ny:ޑ ;4>ea}uʕSKk+lZlgHLp=NՔu"8z/E錄^kv6/G2yM yp٧5)?P?qJiAf(IT0m4mWT p%Sp]|+ɯLsM-~a =rs(V*iLYч?zy*cq}U,e/ Yq9[Hq^eRigcg>/Fdt"A~qvj@#|^B{֐޶ȐuPSTQMdES.Bf`H%cymi8pGQh[aOψs\ YkpHRvSjJ4ăt?/O  .46:X*8kT` Zƻҏ@؜m>L vِ-ih-M$)AD^scaK2T. AKfi7Cr>v](Q@ B :`1~:rhf#9lc~=w6n'cNtJgp *=j%G {稾g6! fnUdtEZI<>QN0UJ2X͡Zsxڀ4#d"fMI_Fm kZ)Ҿ^Aqɰ"w fdMiܓVmTo.d-'.'^Q:2+5WITW>2#]f*7?)O:I~Do}b ]H$Ӧo:%Iu.m4ޱ+Iry8G꓌9% ľ.氭&'^2aCq1YwFT|wռ{C3O'^7u-q!)h]r1szҗXқl,vz[y&Dq1R(kZx[Dj,$5:VJ;Pl\DPEpzϜȾ/ty smCќ6 0Ǖv Ii6A{D'B[#GT Z*aPZ2H~o- ,eGh4/J(ESRu}/"tGX-}w)⽥e  2f% Qsft-~eJUpu)P qY):@C;N/mNhL vާf1GvPw$^%Pv3+:ƈ˗1Sϛ1Qk"T~y8=wh녷т&N'u D.;jV&yPP) F (Th]8e$0˼sz>Īe6܋?A.6.EQǧ``hbd[3fazEY A[6evqeh3,,謺U0Y)]xz m'|֘)gǣJ6{t}huV.EDKŕ4𸞖)+nid-\_2 m *Qe;^ )jC9 /#c?Lht[V.5K %71wa+ߠglzg=Уު@sO)Xru^ 3_V"h*[,az;^XHJZ}wpŕA|[cy| UPqle+N5@2?*)?M"97(l:pm~E.IODG/rB($^t)b vɍ765̉B}~0\-APs tt1qLt6sIѣgّ A8O9!>p 1/y-HKTnUGL]i>a.DtCW (!kEཌྷbPHY`387X4qÈͽǤ-;;SJX g4ha(-Mǡuy%ZFg}zR U' anf$n")Yn7֊Z RwJǏX|F0s" ˔^}!g㺒a[g{Li`_!JͲ9Z5D^MȯAz,u$(()>M=~5_V@nȧK,6ʝP|sQ&n??Y!O/Xs}w:!@c]yGiR9D A^~4`RÕ$-^\XvC_ N4@f=2v: sXLI= (:sjVYN/Q[}Eײ!_wQ X6տƩU [k)5؈P`CNe)}Hr"wYPE(ԟj6{WW!5{IJǽ nt=;RN؞n,U)7\1E;pr\Ihí?DG5|ˍ m47)҆MERco=],>r^+k^dkogOذB;χ~ oAsc; !kdWvHnԝܕ?ЫC\2jZS9x{Bّv(j _|@ Lr/<6 2&^ÈX*^6 2+"<$[aY[DL6 sV/ GoT"yh b kʒTû6(0{QXu] Q84=ϝ~!$\P6fnԍ&%4tw/83Cgw;DRZ@5"}:O>C>j0'[! Mʢ] cy <ر_usvl`QgjGXJpgs/;<&qvč ^*L/^gcu7Vt@WJ9?Cw-Eui.#lsۻ(L͆ .+(;*u澸qSNxzhI3Lm. dv: 񌄣(杶֙(iҖ[ d;Lu~(K Eʺ-N6~,˯zR~YyO-b%' ?"_SF̿yU AYhPIrΜw]`ͱҙ<5h9SCi1c^nOt_G*nƮn5I6 ߤEzpP5뙵?R^mr: ! H}iFU04*d]-?re(9V܆sz͝nG^6X ERw ͐kJ+,ؘioEkƳ%u}Rf0o(le_-=29)^*D?h\ t@uؕehw<ߡA%n>,xzrk5mBTl;ߜd;d<yC qK?e[ؐt'" ߎpmuR^qHK0wa PV5rnLC0{@&Z?׭\Hi`OS:jT H v'8b<PW/z]7EMk\nр0r;m[B8{%e3C ;}g͞ N׿v# ٔ_ >Pc{MPj]3EBՑ ,a1[75n,M-QsKkƺ,g.!'j:+}Jcuywk9}bvh˾.#>XU)_xf]^㜻o ^khALWeE:]ʓ^eK\sڕksmv.GPG!]rǭLNW^#41eAgwr藞!VX]%Vv|~?f_o(޲XŎ3[A_ [aLa!̣ʜDS7XwŦF{ ^;Ƞpr-T I Z:c1CоN|nTԿTzGgڣ"[GY_?\蔋\3=9$7O%sj=[0I@8/5̉04E.NDu{((+( MK%t96 ~ee0 biM %b[ "|faU0"4ε$_\Hy'}~M=Wɶ@^UMv \wt6Fze)'o ;D L@m}Q <݉EfYqO˶StBOץ+b=1Cd 7YGø _6\ 5sY>bUwP\XqO,S)ރv1f{+u[Bu躦u.FsW8Qj:CQ]'?4'ޱ^"VѰa1l[zj"QDh=$![\|1uK :&FO7+aIT% %0wG5&xzd\^{Om?ec ԗP6iދ$So9j-{ t~26N$LHaf)S'4#ʃgU3Vq;ĖJAg8N!79 G;oBbgwp!hFP1&ZHIeCJKۑٟT6"(p{$R|j*3HܿmfjP|ǎͤb#[tqu켉ޗeu]VT7bƃ> =6Y\%'|箷 dOlJ̠P<wg6 [KC%}Jo*Ӥ[l3 9U7%c Mw@\-ͥr/I]IiϷա*w ­2'MN6Y &gֿ8kҝ~` =jeDOr[M(d"F&f扒5:@CDT* $ 3-wc?_RCvĖq5c0ߛ,zc::1L߇^WXj"W/YwU D2JŦ3>*do)^!Yy))qzw_LGVLOM* yao>"T=oJjQq[hi; ~Wz69w^(Kq +6[@OQ(: X,L%}_7Δ瞨@]i*!*r3Ô!-)tįD V5S;%%f{*p~ϭ? )&JL{ Mb;j90Qu~xIHER>EǤP3e&# -޶R׾PCx0KJhm}en13^y<)M"ٟmnd8(B+zTRKqWjPrՍJC>K; sDQu@uOԷ8jmp>Z $M@J@0 X3$ZRşɐߟV qO*'eB*\A('!a;㰣$.G0fjv3KJ{&a?QAgxYIVxT3 T9kz㣲%!XdW nBǿT^ZVA)+8 a:0w 8ҩ=oS1`rϞ T?~BFk9y fq6 ~̤3҈Vv?>$~d:{De> iUx.߳qmruL̀3’XQwpFRmn/*CK$Z' ^ZcX3(tvKpCۘKtì RrRӯBK Z5 &‚ć4Sqc4. ۺeL~1rM;'Dù|K/u\t|"|7cy]'fV~'$jባK eSfIA`Buk֖˰EngNqW*ҧV:sfdk`T oa!bʁoK$YI hmb°6 ֞?99e:U=Q  ȁHnKͿIA::Y4­Q-nR,piROVe٥ :K"։%, b;|a'4``1K!C/Klj#b݁5Q[ "P<FТ|7O2<&f =mQ‹羵0rd#eX)a"qP }yt#_D1NBnL w}japZ}+Щ~|r Uz.sF#E<]i=a;ot+òd'\ V wO5NCE^ȉ\sY3v)wGZ,Z4:}+ӊv~8dۨr[X:ڧ5=E⽸tSز':1U O;mx\ܾDjk 'IrUb T{.$|;Ü*"`%  )7KzaF陁Z# S3ۻ"Uxd{Sq_9$RCT\%] >8FUO"0e.6o}8`w|S\3t#?P+cK6 vy1Rs a7\2h$i#C޷"&t<\Wm*TبxY^Xp7L4I`LS4Cz4kCXB T\= CiꗅKVEmb! m̱"as#WM[E4-w#Ol~Rn6m\nGJSQЁʹq6ۃ3Ů\.+nI>ffl [Ƃ[3D5!_LS!S۞dZ^7" eh߁y9 nQc8aˆ1y\msU,|^cyKO͛TY_DliX Q,!`NGn叴/+F9݅Y jf¡Ǣ )ܢ9߃j)rW}DPĐiNp=Bbg)+.# ի@f/z/(=ȱUAX1V93BdO[d Qh~vR+";\?yO4!>={13bPw; I-Mӽ0C5ԧxgj}cԣ)m) j&Md?BPxPAcQ[:z7 oi,Űmm ΈwK*@h\BM࣒kDiHk۪ZYW+{\5k8(ILYt<IeS=Ny1w- V?Lf̅0kQOmps%S^:w>RmJ oM|w2wsR{=oy9Ϟ7*cm YS"]bo>1Qٲ]D"G+\D_yS6L.O3= 3fMҖ9` jȋg2)1qMoñ*- qV$%Jat3!2(&Zk7;MTLhwrF^n7o nzd4mwT+Du&[U>_JFcV>,{Z'aZvtnK%14"$8DwE0<9]C v3xV>T|{v- =:뾒Tb],2$q(zwYK!KXN/1_t 6`11)̙m0{& @U|p۾fm  %=3T6f.~(̬`pa ?LUyf7zV4U5[ѥ(&&ʁ]sR y)oD,4$a!{W'BZ2U4:WoV`QM9Z5KEB[#䊥B{Jن~{1꟥8W@ 1ooaAe@9rVzyY-=SضɸaaBCٲ,VQ(a.X_80ӒMM @lXyoaW"M*scv0Q9gV ,]n62 +9k*do,̯=+0#(u?e X%} \Xk%Vǩ _]I޴hh!=N.ŐTuXрi-&. twܔ G_MܬeJ/5 8O܀f8$qf~hj*'4cSSyFb#$$Gt?8߱42\/Q|sVlh h5?)ѣH,(oCe62S4~B[DLg{霍DT #ڶAq&  LO(/}#ZQdşu6 i{J^$Y^vOmgNhNJGTyIkت!!|xbmX9[1w.͙h>0$ uTg5pUF%!IR̙>O.O%~@iUOUƇ S35ަA-J'U,~")f9깷c!gD>J>5ڜ63nG#!xdF_[5SOl"[>$j(~(Wtbs!]zH 'H`(~9V x)\Ƽ$ŶB[7Q6>IakL(`d(܆Nm4"Mu \c:?ޡ~!p?=C*񽫕gH,wؠ eIn^З|)!aX r^;u$y.ҕVՁN|)x]?}Чjrԗp)1TwBѠA8ŗdT2ny$*|żQbtBq«:FTԏQ ؿ۪emݽ+ldq:yyU.Fe\ '38R[tA5:)2  &fviq% FkN4:s9n<ńOsfj)ؾ(cĝHkP}hsAhCYFPcCm 8 k҂Y2H .BEfOdn# 9OIo8['sl"\^[>}ʵxMjE+)>gv|*a&05OȢijB++'P▀C~~q?%Z#h5gy, lO9i2Q>Jovݝb'|\xsTWZ:՛ҾJXa|Nx e}e`Ȟ,rf;gp=o^q@&qn*#v8_jVop>hvzW[T=cWT/sxt+]ԠrGAem'̨S^! B3EMīe֨؋|\`mꐱ.uW-wOTXYҍZC.kMQ6LmA8DH9*[nm| ԇ,hAP&CB  j7gh%4Q/p DC^Z@o'K\Boʜ_98`oY"QDygǪ^4m%<ߣv{']-h^f7?d jkAm,k[ϯ̚~IʁsZ55vߺ :(ݲ!֞>e `Be\uUD"P=3e{S<&3JgGC >1@C]}A X3TDȄ]LJ1S`]nƗ)'K{ L\Aeg,iK1|2j Z|˚HY_o b<3P,SCO#`.uQol {>Rd*Oj}H<}KRY <@K/QAAn:CuJE j[R•Nd%'qNԀ7Qh/d̋cVbjb=ma/S͐<b6WM'udo[8i2ݡTߓVD<49{K` &ќi( S3*>wbqŘz5Ӥ{=ǹUؔ"邗\/X 2 !WɺƗuQ$^S㻐t7/ p|hGeD4BVH7F"E%rЋ[-BӆN$U0GVɈ $-[gV^y95;Z0r\۔`YD Jf@cD} Hw\Q$rˑXE(~+BFc2wNQ<!@7Y^X5P%P_~z,f[zB=|^~2Ѭ##`LX즚S>žNwh Zy*u3Ni뭜gV2H% ?`uTߝ~ _ObjVTS@PƂ<2ƤvwbݜˋXoU ޢlW"qdj, ^[*L !Q?.3on/Uoҥե[وK@B w 1ja^5 h=4;slKH^켞?"Cr clqCNNoR}Ң^Gv#\?k@>K\,G{4!4*,H&D:Zs 좩 cPM[iHXu[L$>Цڤ ?/xMVK>FU;T'kpkY2`ptS6vgIt{Zq3k4t)D*DŽ.w)Ȑy{2]24Ć',HS +d%達2;YKኸ4MuL q=$'CX';qpo|E7t,.ta hqb 09βehB88O r6P "!>g^;胺'WR=CZU-V.ޱ6\hBƧ rz꾜7WXgel<5Q;I;5~>[ν!D.;z Ɨo 69%輦[/]^wAQ*T~H٢u #C~`f!ؚߍTN6oxay5W 3ץxOzJF_pa zNɵHD!K"0Ҥ=Vw:oߴ4#R?It$ejl?OVzKA{7)y`k-j*ҡVgzS&G[v4o:N-jopO=[Lx9C6DžK JJCB'ew^yk`/תŎ#rҨ^.̈ȼ.%3l94dԲ"ͣ6Z\/Zk\hi9Xt]=x1x#u/s&/$m5 w|?2:#u*9,7=˺sAg.̺ 4':Sd:#|+=sUR0+-, I%4[|S8kh<vf6oSfBXjPfzx\xZ..&C-_(`Ҳ)6HݼeU^?d^7t$s-w? 0Kc[='H5xd=jaL"j}Kl*7mNXr܁R.C-%o%=N7qa!. , `Soyժt-IP#L n"W?;CM]C87 aG͹ ȅ<R \!z^9fS`6X :uXf0, *$\ Z&G][t-φY|#z긏!u+WqjE:,VZG.GXcEG67/Be8 7-?k;-[̺%~#ho!`8!&{GohtbP+$;X2 ĨSvMT#EO>j0H0{#{u^цp%[#+pӚ2L!Î<|UU/f,}H3;YT30~YJ̎:fӞC$Mu8RLvQ`KT 1ħs/i%{ J>S (`m#70qPjpK\%_*¡;S+v@낶˧blGX1tf^gq*H+6hWn$-Xј6mH=uS]~R IeYن< &[) X'c~Zb91vOr?䈵5͠hɾv0{>uKAd~V3=L?sR M KOBB(kpAx'8Af )#\TKU=UV Cr*OϞ;y~@ʹfoT}$^8&+9Wy..龜['udW.ڼ^x2je5YE! f"m6JK^~{l1n_6S'kMIB9Vvy?UY6k^;M=K3h&+'gC&J@2js&V.gPjz#yM9p̷ZRMIχPoQԚY"D/ewG2>/Z.lCu;:~ԔG?6G GWV^M]v8p=^37=Fx5puauiynA5@"%L?s(Gxa6- clKww1u<{PGAvc@9? oAaJPhZ_:Ok1?^D+}nA"M)nCd?XS\,a;WF]J]R~֋/S G"aɎq俘_cxGˉV,Rc7S7Oʕp=B(v^[oFnC̬i#N2m|m cJ#>2eV7JLp+i!:+† uEKXK*ZUё VƜOeSW@VʒBv =jJyY^ nt ɫZg}];q;Ew8ojE5i 5ڜ~Eij&#n@]BBuT gzcTه6|,J5oW&ܰkɸWp(3ܱ78;oKF"*#P>pG#K`jX8V~O0rE+=zy,;*pӅ_XSRP]Xt;v_ԍ 5l.}tF-T[.bIB'D ) ZHUTꋏxZeR:,U lu5(;TZb/̈ioqsXMڑK&Ŀ2|R>+6KDWR\tYtBn𥇐$I[ AR37ߕMT?{:*'^GOӫFֺd7p}2yz*mQ#ENBqʒ[:jE[̕K( 2VndqJAڛ- 4?JPG3c)}񶭿Gv-N 6YL8-1z+uu>Me0=B;[-v&L.;?9Mxݜn(VbUQ\&uJB@n&f\I*0?M3FVOsڳ-\bYP}V 8MBj:;XOhĪ[,][Kf`@)7uˬ6KYaۖX;ZkOgPS\GPJ2p)ӱJ[:o@(9fv| &W('<ק)l(߁Y/}v?M_& ;eG[MqRaDdd&JL8d5 m;OI+ZO{n,$sT3YّzM K;vWK7@Q']ExBE|<Y 6N 0sf.C?1i={q>r8W@S"=o墛f/$Ee^&0{^}d#O!mHIh =Z뮓B˔r<,l9lr[q5}c5[es3O6FdLp"DZ+c] 6Gl;ffP1S*t;ɣhSՓv6x z6 t{}pD E9RL˞2*}L:*x^)W, Ƣ+-fҞ;~3D/#WuuUѯ$L:yPG>xWSLh{?ش& ,Q튤 E 0`&ɴvvsD~C,)d^HM+>Ѩ`z j/SnP`6HCU`Q: -Gp[5jsX .eTFqY#^XفL*A`$onK;)kMxúM#j:ݚyI9\"/,2Ж&QɳAuH2i:ݴ%,RDfwO#W8X>B/w e&On2+ Q1m>xĜ JDihB.e@PȮ18K1rʼ?32y=coix(aeƛZWBf <¢iurB*Y֜&ճn{Tv[`vJ9I rNv V[]{Xg C^׻8U 88/>b(5d+Id=^=>Ke= u~`TT0u_;xQΐ&NJ廅`Pi5Բp?RyjWD*3o+US %HɝI[*.nn$zA&tH]}4oSjzh`nGR$ȼnERQev`)fȼ}n2>P\|?0gsМO2@f[~N)#JV.(aa཭~; Y/qv VnyZU(u˂n\P *"y9,q/gSMĶl.'{$s F{&6ME8?&"Ӓdd?Ñ`x1O{G\S y@1jeC1үN^R6{ pUŠN16bܼj_V {߹tkdgFsuY"jRW3cY8Sqy. 7%]ړD|ĉNTKZWZs#7-$8, <ѐU5uM^<$P[JHjW6=Rn:HeoO;.LjCC? Œoy+Y9NaW-8%^QkW=1M614U+IzEbRmprFFj;j pV Zj- B3E&bD*($yOw"Tu.~i{Sī`ӤIus*˾OVo-%B/H,\? O~T\ͣh 5hr4ɚl]C@_15 h^%֌ўDG〣^K2yOD?2lWYt#n5j #!zAT:MN *OU 0*fR8fڭpim=x/;͐|-x=&I#?PgZl{ Cdj:&CyX]>7 †Hd͓c$qg{r!oW`· ,$w4/ w]T?H fK3G܏ӄ:Ns>I/GuvNc>m8J2mԻl1dwQ2Uȟ=G'V%qNBݷk]KPIH0mY5#2O!@͆hC^A<̜hrapEc9xFgmrp+! \}\*o&Eے%+yxøޅux*sU8K\7<AS`2PIݫiu/d]t'>-(ʹ;S8aaCUATƎ/j?3\NWtҪlV31lw_/2NW'|Hz^~PgW3ۋ&P۩9: 1a rCb&N8Sh0t ~@@~Y֒Ĩ ?QCyqbP{EA iXuބZ(?3r-/ Š S($uBymy-bB% Fpgp ]Pz[;2CUB6@(4 -#O7D<-Q}^l/.<69A 6zM1gϼN hzӝM|eS~UI#z矮'#[1Q:kUlPTl{ In(R=Zg\5A`qW>.wyZRE"9C'%M;m>X$d䝿y1N> >[D#:4REXe@PMΩ13%3lB&pz _|hkT-K#\>ǮθUt[8W<'NaE\)>K`WbaVɰoaG<&'LʱJmh!8cN1&b++܁n@S"$HNgn Eu`|j5X1\&ù_,g)qʕſG>l3-Upp#kیLG;u*P>LH ms< f؛ [5 ÿ:VN3ϊB ND,*Rq,UQإWKGGI8x;XEwk:d33XTsJ#0D@wnB 嚁>a>G>[ T-zF=^: 8PD,dzrksfKGX2n8qm ~Ixep7y6O: ({_ǹdjOpGܺNC\TvQ[YM@\̾N0 $h%NjWTIqG?ȓvr47q&$쇽7vȠ 7H.(引 2)c~t$LW:xBXH &ƻxV0dʹjF4M$SW>‡T+nH ;jEv 8Ӳ=DU/+OxU @% m&/ d, ''OAA+#w^wN4/tHp=/+펵+sQS?euv 5zΣA868rElG\Y?q=̣_Nb$i* P6V|e( !|c[Mj&VZN}E}^O4"Jb׃"!o)TR`}`Y/3>Z -W6]EEԾK)pvN }ܳ``^˹^)# @/8iђy^LW1l׆%J8@!"%j>Sjf򜸕&n1P^K1 TPkOlMq(1.,mЩޥ% eFFB,зѱ݄aӦ_kZ\R*3/W͇|߉x6IuiP$Vg) b]W=;!5Fv!3pO xA)L (t~LHiZXoׂ CFNzI!be(tʓ2/|U7ŏS6'F rɈf.X\li'EvH\i8^uS]a;-l=GiQe-`Zm(}|{6v7/auHq,^ A+ڣܦ9p'md3 v|xhG0th WC׉XBJ'. 44OoxTQ+ԐB.Qql< ^sYN<Cm^Vr'iUR NV̛TO8Kx0< Bhh@5s BfKzwq>bdyaTg6=d]JBm&d[35q":Qn QN.>L(72% 2k;J[9O ~8ݸr- W㑏‡z̮ oy‡Y!(F {'/~8$`=%L$`E> /vT[,@RQF25)Βt(Z-aPMfw:VPVG+D r HMMl ;'iPe Ч'_^ sa7w]} UqѢ`vgׯ Hb!GO"p׻1$?l/#U߰0Ș& Ϸn"93Th򝦆ɥLƽJZKUظڝ9X?$]b]TtpeF *A&M 0&T+CGK$e35sY+ABEd %@o{V ug{e=\3>-(,CEx10qS$rhZ$I*s d[6 OefMZS 3USe {w%wX4Q4Ş}V`(|MgbY8{슉Gct#aQ )K5U*а\B-+z6Đ(%g-Zhcu@Џ>4R焘:>9"au (N-p2֗=DUuBHCtgyJt TR/?Rzӂ s"֛׫u .dfM꘤9MhC;)/͇Cĥ >~0H1vNL. ,'^F Ma=ddց7n?|*> X?li*Dω0d@'-L`g"Tv&O/bW~[ 硨L>CV].E@d[`05$iͯF?r[H(\Ԅ2Xz+yGȽCSB:-n-102Jhz"!4~_HIzί q' lEL̙Tp%= |3Rm|5eXbƍUEs ZdJYҙ7{ܡ<6N9 U0*ǔ0¢9'b/uN|nM~n XMMeժd?LMNH=^)oqv۽1]N 끪dRH$J@dz9xmЬMnh_F r:prUk~ISqV4<"`oA7W/>| %w;=c G|Й<iz ~ oew*`O7#XVBǚF1*dkfbl0Yrls9/q,-9\=yf$$l x5h3ZZQ\PG}c?T2YJ7rψt@ 6i0QQ(foL.6K/C'yADjT\P@5|gL54YL |,qa̠s]&8<ʃrAQ'ՑGQ VG{flJY"1N,*/cuܬdbh q^-|!h-C_O$gK5Ah3 mִ~A:Ib,` լ?.ZfA:B΋q?v [s)QN=Ypi]ጇ՘hUro,1#7YڈP2S40pwk65LMoO}qķn0풼 f?'i~W 6ýIpOϑi;Nlݟ4 w$H5ZuP 9fi1'γ*Й|^-pgV}w3wo]MmzMVAoˑѤOGg8 9;7XyeLw*Um™~?wXY[aR 9Xcci SRʷWM9t% $R?F(30ӿvw2b/ y;X\H7jג+>I^IVfTՖwbEc{)%;~ ;Jx-VRn%/Ey@?}+A ;*]N*FQx]d~4@5&Y Z G|&A}N0Cp0ݱ;s߬-NnDqZE?-qItC[g0@8Eg70Efo EͺYHΐFi>s#iX ގ@1[PCYs(HL𥳐S]p$DpjTٳ`]Sw\mmX*d  T^+*/NA|@e$hPxn$s͸S!R'%yLHU$NxjRV<譣FʜgyD`0]ovVA2·S1@*n3ez;Z7sIl*m1SIGޭ$?w%cLLF~6xOx`>NiI쿽;酾 |bLQaߐlhrB>o.+mGbs@>Q\|?}řM<>QCJhjMl{F|)K{F;!GU(`mjP. Y3x -5O*c|v)>LߖVkߠb!dAe .lezě X':o!,?MdT@].7+JQ=N ݃Mo ] M!581- ,{F'1¡SO>Qi, ~ WVt\Aߝq‰Mr/ѳBS.^[sa*PJ%XK98}ov'30#c0*1*uʷ8k,2qX"vb=U$Pv°? bqrS:aD0Q%Xb&QArO?3eG;2ͩSf;nG|ȷ{2,hUY4,TtQ,rl]vFpKjxם5[ $ܣؓl[sRxK ;󕬻ow!!r!9 2}9%,% Yd/'K" );NDOC-==}lJs@7PPCP!$are Мdz7Sd㊬Kw1~Cs@s~@/jO"_.ZL?42 !L1lOߧ`mF4C7wrYW5`ԴD.4YŮhNd,oM:$S`(9+H%M򙝞9m7!BhCOJuMaUu}*b2 _XiDS:kv%@0(宰Vr(cLzR YC։Df~]voDO"P"Lsf$\]15I },Y^HLT_Y'oT&޻XbAq*}N(H?D6޽8;̖?fZf`X 2cn &w+_.-;h^1IAq&tlM7*1tYcm99:!㊖}y3֮Ƀ$d-M^,,}9Z ){R $RLVQZP|w|4=]}9 W*LԠ=ӥ1jds~3ȪOx?Z/sm;PE3\Azw7WR3w1pM`ӕg7} f2J=(9 U_8jJF-4NvŜ4"4QΓŎ 7, B=/Q^'` = KQb!FŰP }HLLq*8\,*Dz=6eQ(hgtFlbټQi(E}a}wY[ybm n§Œ9wy$ /oMKL,ϯ )f ݉N?Чf.W>?gjE Dgn9iLkM7_0A0M/@T\@kRocdiXK9Ŷ@(8sH*A2Ա,3).bBt T WI4Hg1 |誳w:kpөآ@8 z Z϶7X㦘?[3 Q#*0cl>OU5K}}g[Q}zc)`ٟ^@grwO"_T9q,?=@kS,9!3=?NXLq_ bWطV﨟 @Χjzf[SuV#{VCLΦ?Ğ5+ʀ#~S\#/gKOJCOU,RSb\a6i59jC\ v:A&mS%&ĭ17 -WQE;X5r#T=Q@[!z-kpt ]UAyg׬:T{.MAa@ ϡ4m\3p0Œ_aZ0!IF5&dlvh(2|sD~R'Ȩ+JW3ќb'QQ^'޹e1hߴ[t}={b(AJ@<_r]HD4"KYC7bWȚ^Tyç&+Bͤ lr4ph'/B,lmLwGxnpkkKYƐa&=]Nj+O٩ڇ՛R^h¨}aQ8 (15PO!o 9"*!mcWbS0w3p'¹U cURW-6sΆhlqkzSdֻpZG9=5x;x~{Bp NUN/=Ş`Ҧvz5sub*P<o47:uG=D{MR.:鸨Y\JeQնEOI,ҊS%ͥP SL4x+lP9n1ySIgx8Tyhj 5@{BM(wKⷽ@ihAڲV})=q Rn3Mf9r8&BY5$ C ^4KרS$=):A=K1@{*26Pŧ\ s)fLOHq{.4䔤mլ3KLǖddjN}w-Ls2SCTQkhhj} S sSFC2)>}U=E ro91&G.IQyH>ckbS%P8U?[ >E">K,5x=P9=R;XN_?Lv F؎z^l8h_?a5|V6N%9PR'M!@FF7@0SBs<}eșDj37c @hr[Cۗ1oT Y: !ͶS]iX3Gɩ /*hĒ +Ϯ;&%,䩆G?XfX~puHUk$[%T?BgƯ2iḩ$'F ؄2G#eCJ_[uKO#|?Y?7Ә3e, (/FІ/<Lz>cr."5_\ ګF&#_XʯrѥbՁZ-$8z,YNII qN?bejiC)K!PSNjX<:45jÃd8>3!d0y5z8)Z1Nj$L`鎖IނijCz$j/U:'~<3:~!@1qk;@Am Y^tɠZu;Fm㍈W&}{nhj)/\Z8׋ 3&XHAߖD pY yI֘Ȅp7|Sb8aʵE_x*4(B.?m#4Kt8M~hy6$1b k0=& k۸77񪟫,%w5D 9:8f |2X0/:S`L|d: A_M-: ⤨9qX,V7=hG^ !oHw >(I.,Q%%l4'fCӞ|A fn*T6^sBYsnP$lV{QY s깖*Z%n318e$# z0?j 4hf.&/7{hit6\-L(*YɅ$x/A(^gއTHctBM(4,|J4Xy X U)~^s$RZ׃5DL=_9(75Y2NJ[ǒ3QݟKS`MX7AKhf&mkhReSHxLRMp ?|&[vI4yi ލ>e?jK:=*j K՛^Dڛ,080+S?CR M Fo}_LrtrB)0*.C<0:27 5TX(`V9~l,Tu{~ c1jN:5_KTpIiw+"[@U0 hz"qŢ>ygv?("Bt\˟PS``<-%gn@o>V%}C  ?pj/mN}+)ڠK[h>7 ,:-6"z2VMԨh{[¢]ؔ""W g7z};bq}#@8qze ^K_ëKXFHbuufCT;A@ƅ":`o/@ uewjj 2 oEp•2)´SL )`6㈅0py:v*W5.z<:S/`!b#8VfM*@eg9z̪Z*mdllM\cxX=d&)c,b t*2I'14SzhG6"ǦMй)M`m6C.\q<y=]X*S~W3.7Hup4!9o@ Ro-2>tT=w/= PLzI.GJdcAO՟A% IKtGwY#O'Y(6yч؜-$b-*q6N8ͥǶŠE͎YP~oT5s^P秠zTN]Z{isE] ]pmpB_0ʙJva{_vWjzj8$(_['} ʧ)Ě6n~yJ[jMc8~ޅtݻiWU}"}cpr0޻|ʲIFU22ȼ5q$1▇ BQʬ=#7k E|nc1E5^)j)׎ N@![C_ .N11|B~W1 "rw 3dbh tQ"PE(Nsk6Vl@G̶$e.h?Y L'o=J IL̶L[+8Ȥհxs *~qK~Gm{h0N>yYQv\-O7M|:Nd"w<훽ă_É'];<`C<8;fr?`Cuzc8ðws+paȐ ]MbFqwBֱG]nU؃S.,F_@p~0F!1~=7W0t`EIvOMXNW.- Yr+zWR_MI%k/D%UçQ@,G2v,迎Ju((8H|\Gˤ7ӂ`XoE<(ԖjiT #xԦuQP ͔ҿBI]Vsdl^5q3_uzT]Я(.zNôӘȮ:ZNm[C38S J@ 釠nV^ZG1z{4)! /(K% }m3[Qg[ v,fי!(bcI 93"NH1 ف-i( i}wL̄c]SbsG\'5f`%^q޵֚BCy/8L2 q ,*+tBxܘS*o9DE5􂕇A07VFuuXPb iG[ y}:R'c>wG’zݩbH'rB^td]k#H#lQY9 3'f $_뭰'D4ퟓBP^H^~GlVQFgDUբP#؊T ouOX*km~dU_dGAEޥ>Z.5FaqcoipgV`+%7-?ܿyȎj7IK|jf:srpƓD;ypvGX@xc9Ȉ`.7jOE513~񤮋V`UH0E` i*bbS_ ¹;S YLe)ҋjYO(Sk0PX·znXs]8dG$5U&T\NhvktבV:Zs2Y [|sSfrlIo0sPB܁+ݝ wLqFYNHڙe02^Ş;#+o=0ni}vblz~/ S4-9RQ8OWh,1UEÄIF@P<l2Q" 8gvz^װWl;B'Iҽb!-ްK&1jDI ~w[Eݦ~2x=VP }zu>$yOŠjSxɌ\WE7GܼՒf4P]t7!Ǡ0$|eJV&P{!_dJ +#IDIY6Khe^ %\;pcjNvAV?J4i o@]yIJd|9'y6w,ġkN]Cͮ]Eeњۃ[ HݧA Narn$bp#DŽPv%mnF 3,&R>3K<YKW -Y/b. ]e;DMN &*(ċ>́|N΅F@U더Ksx-Nzj o] 1h+HX-Uԟo):)}c&5]4_Z'\Y4F'`b(gO!ZEZlw7s#7RR5d ( c˹V ` fgee'JEИIiFP.r\%R̼j Jo J (šVSkdH0F@bz 2s%B <5R݌2m$Awtj3DÈlږODbf|,٫QxifǩؘZ[. ;bX%]L݋O/)aM_8`~1B_Q6VX#SP](U |0,85=Cd`pvsD7ʡ=My5Ȕ/L}Ew(ZcuV f.F!>E6wT0 <۾dЮ`#E /`"jFJ.vw: (Q)$|M3UM}<+1`d2"ģH@U6 NPoR0 hH&T 0RZ9Ek|_y,m9jgoQ$2$c!pvQL@{'r.o? K 1MO+ug3F51m:RfggåL83src62ue].+3|yVEQj78vXQ;i"CJdn}}Nce$dTkdUtH_aF "m[ag^K4*J ?ϱ:2f% KsƵcYmg=[գ a!Gd !}sj@ѫ#tgqSB?Hy ͏C%jm#!P}lA ?uӤr.0B?Ŷe弶)77>I.UT2Ҩ { Z/1ꂤ ;OŹk晰օFטΨ |:K9>rBրg:IQhx+sKx1,\/ݎA5C9=Ry(7:" ~3f"Y2G,br=Ę%*F+Xr Kߩ |$XW.6ǖF~O$g Bj#:\G$<2A4#ui/fCbs0ېlj>0=c Ͽa L^IU\?Z;.soaX^1;W)SlX , "YqӼj?LK(VnyVLɿHxOqdڑj/bJtؿG2 gpuN@~di֟2k"w- Lo<{acIiz(7&^X3EEncm cH6R EfjP>JOb߾ѝ Dmg;GbgMrsب:9Q mrK LcxƜE]EP`oB1Njbg1* ). [T_5b_dN)y'YQ"&&YouL?%-5,i SB3]t즥Fw4-XMU`iO—{bB;謯ZiCCSӷp]g9pF2>X9L NżT8?|TMӈ ->2쟯:ʼnQ&*KXXgL,ں4_Uf:1l1{\YI[ު%aN ̭V.°& : r*F}Z. [4iӲSb :Ĩn%^lҡ=vݹ~ń%PTPՅKާJRhf~К(&00 A8/V"&YD.ik*'1am[+˂8Z("h@Y̿Eɡ>ؘG3Cj{)Qrh^~BE,U:lO'}[ +Wic-$i6T=z8/,W&L#cc6Ԏ,Qrn ^6Oj+J| ]qdx%S}-UF-_IQx7~@D|Q,2++P|IL#Wj[ JWg+䫎tڛ% 8<\Nnl4M*ǯwZ}A~[Խ3 e5Rŭ z*@Uקŏ[+)D"M$-lF#wy0zLЂ [49!bs~Й:b|*CJJt:[LMu xbaJ-e| @FE(Ӟ%}]S#rU៱6agz6}Iw`\};:[8M- m [xsOZ7SI;W2䰋>E$_#cѼg$T㊽hG)df SIBFf7jRJXLJT_#rE,f3%A!x99 uX@n, dWSgG7з֩3yv2[#%O|S_r3jw*h 5dCVN9꿒'/I"6b2ex.z3=wQhG%c!e:RM' +r<ՠn}7nBA{g:qԇP#G E_y[61*34/q革l.F|Swm-_E 2fJ  VZR~$jk} ȴ{#&s{d[@eE}9ҐcWPNA= F6Z|as^t*q8Tи?PZu/gĴ,Y0D^s,=,?XϚy 4(u~;"|-h{k~@g7;$3S{j$p-:AWP͚/xY܍:$tҍƂL1#+V]e@3׃ p'+q!}aVyc8%8SR/uPyKd<ԕ8zcy53~8Y*Zl| )-? &e_(%"럶%s.|>ǽ{S1kƵ]~D0ctZ#zZBd b3Ry)j+7644ԧ2R$ Paꐭ0tz[z7U@-4U^F2=V*7EEAyRR p 1RܼT;ˑe >oĚvHDHw\|؇ϝcC [˃Y>td#~(~W=q9h3?,iW:6f4 5=]53t!_K\Z$<.ٝKxl9Vw{yL=+-|y)zIJf{R&Jф)* *k02ra2~ ګ֌S-ɓM$HJ8irZ+Imުـps bXxy)*f$j:1GQSu"<0^uHo+ΏZ:A8ૠ!fRi̟ZP4&?/==Μ?6+ﵱnH03ȽXR6r9Uס8Օkoef}R@˳?SPLYnG#n9=3Sp#~1b|7HYRUm ]ryzϟrJhE c?1BBCAHn-%#Oi MZq7|^K#z !֙=Մ=G )H_gQ byF#˴$ea+(h;Tre080CY=W"2H yAeivQ{ ԚNK]ߺUbIGi{e0 6wfs찃Gٛc ߣgfB"=پx@͟{ lZ ,82I\YT`ɓP`N^&{޵k^E41f{XKMl+qfȘBRF0C˸#TZ>OR(uV`[bp勶 QW*u&b$]-0k ļf*۽->3JNQwN'\ ^<@1*@.YeThϹxՃM#I|il q +:xo$ O0l M`"8T<~aS E}~KN.ͻҎJ(Yc{Wk+ؗ\*.7%E xv7 |3Vџ[Z՝5X*K!~ċy=bFUrIB0O7GxEDlc.E}nUP/)& onH&5^qSO!jjkG;1ph 7oU(| (,l]%]oYbf'PYG좯t9 {o,i#8 c\-.꙾w=3 NAR^M# hh>/su!C."~C%E|7ھ*/8$"Ȧ $+_Hwi!*\rԁ:fNh|-b1C7KD_v-ېO] n.![CnrE"3yzh9-3,A½:|vr/>M= PLV:v|kU[ ]I[̩jv8"7 ݰ:nZ7Wc9D(JrbrY*˯7g&ͧ]KɆ x!{D/s a+详)(Q^TVIoid='Q0Cef@ c11PƧ||BD[D7`=M֘4#sWc/˰e A=+~O*AO4_ƿ(9WQu%LeMVu!OwV%[}DA*7-Le:6XI> \*Tp Hn"|( RmvHt7Q3URɾǀrF3{"mLаv`+_@(B6I vSaJ3b4ݦA&@qA3 \X$ξb+Xe$aloMZ)5" @dDR9z䜒 ThFRv xHɑʹ`#B,;L Hjh Ì\kfT\(Y/4ldvܒN89{7D@n;y^+HB+{.$+dUD)wtu !NoQ#q;6H%Jg=;N#1 XvuM(*gL׉1vǐCMg9I IQy-4Ϳ/ gAc z:$"ֻPʽpwFgʙs3rnsȘ&t0k 9T-2S{%lBrKynkTĬzlG!ίI;7~)chbC 0D9)9|{@AN![--(o}d[J^p!ܡ,Fqd6?mKE3˺#4RmPr1FN)YXfl($}HU[oCRli{z# p}M_C83T :<3xY2'TY~bѝ-Y]-V#׳G:tRx%drO#&3E_}a3h~C1 kd\?0ҶpF_rlHw$a9EJ:#<PW-hyۈN_Dd&+ ?g~)M0gt~! `$/"J` ^;qD9kInۿ#N''Eo*XM] [L}Q ՜_$K}Ǩ.o:9I^|#x#ܱ G9*3tE{g o&ǎ"b wkum٠\9ct-\/~hT 3o!&i"iVg=v#'jrç2TlY M{Vtq)t?7`o|1oЍtC\Y1<犄y_x#Sd Ƅ3VjkC|"Xle"U,rwj-1oVV|`z~a db#!|$Q'a* Q%J6 §"r+۪`ߥoca p]$@r4 ξ!;85Oy= S?#0<ߗs;4a_S&Ґ$[f@Ԏv\E5KvD1%mɔ˴7)ik[0aO=L}2*\ׅ@Uv*#paf(a- ο'K/EC/ca6`K@S^lef+ro:MIhßr$}af# >;O ׎Ř:CH_-1sN3&Qtx' @^\[P0X=ZvT+zTFv1VoP-,eB7cyIp׵ 'XVOsWր :kfvc(Mz((䘱'̦t$juz [*@a yX3cIi/C.;#R>|IVT$Jq0RmGO]2HqEAe ^{=#PL%Qff7?oDV& ԨMa5t/_< }j6yg}(m%U 8RUZJSю>:UxäRO]$9 ojg!ZsZm.XA+F_ Q4fI1ݻ!+[:4찙QUbd2$nYjEhw,o!dY]ϫȡGw#7W$iʀKaڕ̹$ ]{ ^U=1t{oE!<e\g"XSLE8eb;>5ٜjE3LaHjQP̃6(D{E,Np2Ӻ"Ћm8 O|QaHisC#4jsl(3?؄Ӗ'$ pR fFK+!yU? `Ml'q_Ep`gx:'t޷A"|!^2@UYe a0$8MJ5~7&mgsGWSY*kVs/-ew}6p $\lgk?@Tle1-s?ǭ#kf r^PbP!XI ӌ( ; c_bqPAPۘ mig.{yH mU:{^pC[h$TUX_b}f~mmȌ֙4>J/2ފWxQ$cf1 .F^[Qn3b??!,-war3_sh}*6W#"b86Fw,XZZ6]5Ya=6JAgE.ALQ*3'>D^fhs3>^c;0k &Y|m(˾4G^%K3f4Ep4{N"M+?4h<]B՝tB%iD͊/FG wxnP0\CȭЖ3i^]V[ (I?V {LY/VDw0ye}!8jgeEOOzBPxx+2)B\~g{bZiwCh;"7+?<`gNG jEXxy F4NûIGkVdGwfz~Ѽ;u!r1DBDk;%/lNWnC]֣b93 sW2m5Nxznt 134w#)굓 b"ߺ cue8xkXރJw9m5C+꫽t 57j(Js2]d7uԽǕto&U/:)I&1ޫfrڏsNzr!.UN(n2'wʧ2rKB@G㳧3FVE1y11CRo%UE^ܰ`@tjFш٘6#+ze :tIXIW"S"ci%\w4ty҃=k?f4yCp]!sJ~̢F `COV@ )g}/`աIr3t>_4i<\xHKt˳䁫Y $~D͑Z'tqC,.& >WVFSOS[4: 0Da'b," 5mCCtSJ>*hJ{BE-]<ףܓqkP+~ bGynٶ8;O~}AMw^F= xR2Wd+.ҳ\"]@Kߕ8ɻ.yʱ]SkJ+8$ӠxJvϞQd2㫶g7'53^4%[AGTRؽ3s}ӊEbꁚwm8M1,^u 5 1<*3˘u 6RmqS_2E՚D8w< MBF">>hOaUbx繓/[0{'h&`L4`mzѮY$9V }|3RӨftlɏE'Qp U?틼EyK啊4;"\٨/|I1*yp9RbJj Jvx5_ø@5dn/,$絬ItajMAWA4czS*YU 㪆 ͆'413w>LBwN'C7o^d .SABXodQW I9~r?ªF| dB;)<;T\Ł4K^3>Ɓ{?Ź,OtCUxL6 'mbE-'¥bF蜸X+s^{ގ_4VcҨ{\v>g@mj\C}s%'f@3~u%L8()8'p.JYY*:E`d_? 6mFp?E5@VJR]d@ϥ ٘XHS*7Uj0 81ʣmzfxX=ċ,jW E4n!؆meaM{VZ?`j #Ph3} aE*[\+*c䱶a/$a4hK96_k's,58$UO܁L0 iәXTU$ǑlN:Ӳ9IPC-bx cwVZg&<&4l<}w|G %s)?@.|V*~{"tbv|+@@1b_Xf1h|9>.ʭjeҡI"vbBC\%CASZq5@^Td Aj ȣ-6l/&V؀_!IB WٵJy!V2m17db- 1>_휞%er6J0`N;]7j_SO)"tqӓx_i #Dғ=dZLȚ~&ل n3 ^Icf !SFs@恞vmP&(8dQ=));L:|lA>6l:( #:UΓ~aH ι eTqxXux2 m52С0:~*җ^璲\Č:j!L.= X:'O'k miLmi9%[PձF^5\wSy7໊UOrU&b>Gn&b~_7baFxLKX u&w<,1R^њѳgDxX}>^vrxP뗋^cW8Q̰u܊Ip^}K^fci'`J3.sËOƶTjKd?N?8Sse^SQ=!#ļ(:M]>XI!A;+L qWK;'ufOض%o7zAe"yY`Kwj0?J1&?s6w*6i6EW|j'ODzhEAװZ뱽[Upt[W P=6hRXKvqIw=}I ')ь:oZ\ކLyHwŬQ`6ӠII5Ac="WiT ?.?Kȥ?+&oFtښ yth QlSk|BP  K syL \ܧ]$j>=piiyMbIXZ6x4B]4v"NM`cUv*NRe5*y DlLmyFALWWM\"g< LS6+H/WD`}G/#àF(1FTM퀍%Z1 Lq0㉒HYX0*>!);b d՛ ĀoIJ[cQ+#2HSEEcd^u4 G`O(H1^CIU? 1= WlaYeN#RA 9qe&q_=C.SDEcKrs4WMDji X+{n"∊>gaT y=@9#;vdo-Aݤɯ$-vCWa}duA]$:HX"$O4{53Ĝ]** oM+!FGۿ9){VQ@`*D!PeRvTǨJp1MlɳM^XdOn]h<0bJH#_]q17"! /%{/v_4zD[l7Jn #H C֧?mMz2#5NJ=ܚ2Esl%K-ŠJ'Syل<&W~I'fnE=,|m%Z 9ꔸk$8Mڒ- *þ*)H ~$ůɜé D)'Cn[eWMyI^_HqOjDS\R7$ ޟ?o[j5LOgoj4=j1Ƽ݈"oڗP#t*~JhWk<w`:;k+DgP. ]1e楬EgX`|Y{ JA4Qi-h42u2]UB8 Ifu1U.gwy^gRxa{(ʧ5M){``PUwx95ͳP1_Ţn5ښ2@llo|ߨ9S~|yϽpӧ3'sKz 8K c U'_ vTH}ӾWN!kIcZ 1M{rNyfPQ:%\K?ڸ7qVJy_s&b F(-dTcKӠe bN=c.\s<.u' }^k.h^ MzBHOS5읏 `/4;1۰Ar+0!VlBwJleCSmWoUav8m# &t]^!5--2p5uD xm4rnF,=rb&2J)@ax}3#=d$L̬Y>ꎜ󉹀ί'4ƍ]4K#&R#*7m4*/' 5Mڧj5["?7m`4O WN #q7,;'%(ϨAW)â:J8P2<ᲳrdcnƟ4vP1!@>BdTVw27 DPD8ה8qso$icP%_i(鱇B҄ {uO~N;_Y|Kt Bۘ-7/b( KӨxBW1 \, 2)un(P|BY.}/(#ʃKϠuu,rٸ9_~(e(`J6^e ck=D\aomiYr˺2OF ]=غjI,¹:@ȿ jsL{qTNOJli-UbWz [ W)mnL-# W1p!c Ŷ˕92(@#>S/Rp-Y%x&lMw^6h%jff݁LΚ ]RnWc2=z ܦ?(*Tp"E !,1> ݢK/_yoMx MFU')mG!D/M2CH[cW) Z1+CYv4`!jm-unjHORZ溭+3gt,\=QUҭ5Q (ݶۇS52j?VL`,SQO#DZy3cR%dFJpU3׻sTj;k[g$3 5P5ԒEnfP [UϦ*Gpmi~SV(W^4ʅt~>dBG{ _>Z h tCVIy(T"#Bq>Y%>Nv}~|cmV@uWUkQYVˈQz{~@SZx=Bs_#9.dH]qH p5*-|,BX?˭@{JgtGuw<|p<4K*maxTƄm ڤԡ JzT[ܰ_ H٘hf~SI%-Xa3VDe2WqX %kIjN7c py__ftց JBN>uZ\IƂickއXO ~F0-p* S]Wjґ\{= ;{'e7ppZ'I)Q,HQ^(U:&k T" N%~A)3s/+d5Z"lC;4"QK,X5Z$ D@i+K{xꞤ mBe0T e-% j} yZ@J,L&\ꛎ`:)g{sOz@wX< .sv!ꍸچɑڂcgMq(91/'6td &}g.t:wH0撦С c*g(R"͋D3>`ĭ|^G,ʈn hc?*b3: ivHN.Ju Hb1jS 9wsjZ֝ MoQ '}vg;1Q }7؞Λ_"r#|?BT_tWI2+\V-^ru,soTK-~\N„. K Xԩޅz )q s)T?Y+mg3ӻw t"OsuZ_亮)Ebd@uLmʥ'jf 1 ٢jfu0euIYH 2smSw<*1](51bo1KB-MAS~7Z|]UbEp'[oIم1<$g6RvDyaT9ls}ݩ^ ޻6,>8DjL %R' v ,/CmdzhSW^漛-y ۋMO1F%QjruM=lTƧAF]aa<*@H0b'o,)4VEkKb@uzFঞ 7S'A!1U} jt0&;3$U593Yl8`I QJRøN= xr46<ؖsE?mR $pO-ۜ|j;kCqr3q<ʅOF`΅=4$"; D ;%MnY\zZXTee1 (/ ;9#(g`.f@;wӝ)nQ&q7T>uąq42h-X\j)y_д,OFҡuՇ@1Z? kAX f3$_%bi3puƸI\|TE[sA-)u7LdP[}7GDkhj1G'[40c0!<NU}j噰j=sٰԋ˩(|gWY&\;ً:^tE?K<_.MB@ͼ;>d=nOq¾. MzBe4ɏ{6l=)Kn;e d Մt9f8dC@/wst _uϞGpKHqwx 7l4x FNuz\s[^݋%͗ǫChŽNr4v\(9vb:+.vr cJZX5(8NW 9\.3SVGk%[ ={CM] + x YGE1AϙE(*՗fd: (-HM HX噼}ڻn()4hbychDL࠭GcUXt\.nd~MX_,K7p{?+1DWox2 -wۖ~ \%:;@{?`QF"L]+Е}@mFPJ5hM lW0$ ~m^Z5oJ+7<؊R` |؉5D&?hu:8Efd \YW,Z}KỉlĒ皦vB7VRufx T/ P*=eu t\|XL*$&~ɑ>{m ڒ"7.Z=$Qet#1C .)>`kR윻j/ʉThmxFC3v Wv$ӂV (3Rwz5+~z^r# u(|Ʒj4y:iN-b8η-wbUqNSmP\.݄S %줨 0#(/^M{Gʹ\֐gԦ٭t~.vj)5!7~SI"eTsƷcNgmCgvh G꺷S_ؘa{>"LKpНp8cy{6w0$<ݓչ퐶`[1&9))ۓ3+u{%P;zӿ{ OEC(hDp[Z ]5ZP6+lCK@R]0]Z'!O3M%+.*!i=9h9߯ی oh0=Kb_j71`mYiWWG R~-d$A8t@vhgG$]iщ]i PAe׫Ҟq}a;f. (ңʞ𢣙U33)WG4RˆF9yz .vbUȜN8_UXyAx5-֠tq+#OXJNq5W}*ҳ\v-N"$_t9 F)+ߊnKѹ<h>KS,D <.g~wq*)?06tp (E9pQUu=xMV9^AuJ"3P 4ǮﲜaV' '>QW-0M~ح܇k]-<4F$"8>aO*ۣ#ݰo- x7> ޒ`A = d.ػR/W@rȥ![E0=yszzh -sveZ(D>`ڐö|aH)ٖhj&ZW Cf UL쓻&4ہm-;#OgFNt#z?n]Dq>[OIĜl+wLQ O6n66c J=H. L-Ĺz('<\RX}C<<ďIoLqn+2Yv?r댖l;E Q}^ n$j|pSрÊt綝|Aq>4RhdJWnf-ud便W%@ ]4D9y[1ה`xMuU'TiX"nwNcu Rj_+԰!ɑ5QAqSs3D̩'PVU-{=Ժ" 9)F:C_ +QOEݸ!Ef˝AGYEƙW Hi8@5D V2H6Z<=7{hW6AkP^z?$E;|~W.[J?1[!*Ďg6)QlOό.`}WζhZײktU&w^C5Wt(nVg֚lmcf=SV (ڟEp 1NFPa*cA mxd8X9d7eGr}R:fH4FTe.M]AG`p<ڡ^=کD%irA o@ ŵw`='r'؍uK`ljl~kz#N ky}(1;׵x=PSeJxWLfk6X/#ja.E'-ѠklX7(Ax3;NxbQh҅ 'hvĊ߲3ð囡^*3.>y?LJʦZz.T{5b1vq,RZfZ$~rm@t'_/cEa tf5pϔBੇ#9v@fk78xHߙYancޚJx7_ ͼ*ܞT=p3;fnVe;w-z[t2 ˪4e&lz#bT3Ϲ޷ŹёI3>-N4ogʉ_<*O+a͙# Gw52[?aDE+'9(f4)5iK=ZF/Z [O䩬Qs>2&[Z)lM?K@<{ ǚBIt+:`O&;ZmGjFKp$>}D<ƑOզˍt0ዺa$PRٲb´g3]X$Y(RߙY2@n_;?SÕ,̶H y6Hcg 􌂤>DCؾ3h$乌cpVe_LފIp;u4XC͵j]Cj@Y/֪̲q<1ЏH7p[vE8iإe]kr7 ނ%+QC}^ۜƻx/KB4_Sn"jA|ehQ&H 5{g>.HI'L އ[ɫ^CFT3춚&H$ mLێ)_7Fđؘi銟M"Iܖ $o y=a8 [|O殺T$9mޣUI 4w=0G72ա&4]=?nf>UǑ)ZNԈ|n2@R QPڳg]y((]NHf?S%mVRA.-}+#,{fIB#M5EN֒w@^_Vo#ܺgS㽐O^[π?oLbbզc^4 vp&v7S FKdt:M8Do׏U>i?|uI[3˳= OէQRen"2"\WLv "uj&.rV'8,Ma̞z#Y$+SkVWW(!W"(2P\C78_!{pyAS؍/; fX?$3RV7FNTc8[;GX}eK(qOGͣ\@W\wj!>T~4[8@ yAc(| =Gol8E lOCbKML\ccjǐGO4@yw VsS}1 4NfE6а^7n>cE eLԖ>\ 0O^=lm۽w&5Ωecyq8ݩŦ_ٰ^[ei 6_CyP`Zk7jZrlhp!KAph|ٿHà&YG,n])(h90o{wJqmEsfP v3 ]KbZ[>n4n{%Q|sq1lIoY%LJ&r3LYV$f zXMJ?A?#E9I5 VaKf 58i *y^E߉餁B@-%N/1>r^`CKւ?*v0}eb eLźMGpzGJZ lvtaDuZo:=]$um DMvtYZtpIZs|4R@z(V.OZ>"ck>tB5~"+r+ߙ;PXBlNIk><0Š n~kiϚ-.B"oCPdApWD,p* X2 1RE X-DyXK_՝i0Qbf1Ea|L, k_F_Z aHx=ds{aw-63Y_IC>z3nqAAy[$8P8i{D7*p4V;Q.X>Pos6?m`2ַYD oE ft0@X ;#YQ\ I.Vvfx8'x^ d&A2qC T]bj=?5zC:Az:Z$#Էۯ W7҆DRg,CT%HXP\n q)*mޝWC౎=2ِ4%Gp׆rE~ OK -&~iVbTDp0 8͊P߉(Z è8hGY00&L2$bqOjWt[ VLuc7G뢺/3na` Aд4g*;&W#1i|T_xQO\$P8A%b]1`bP,7'ι*p6Д>BT#yftz#_ {뵏,Ȭ&/iokY3v|CPC'DzҳqqJ'2*ˠG${SK! IE'K 6<. 4'zI.~}\"\_[k6Fox'F@5X-5418Rۥ(@{/f>wbPxSj^r]t}g*fi7"E$^A\V7n$=d߃u+A (ͥZ/!'l!8I~6f*&2Gv6E@D٬QDE~ &G.!R`]=_h0 ydH7еVp]+Q 2T"|>z 󑴬3_UO8=`8ZѬJm# HY6K>mE-K6D )#\xi?B'+Ko # Qe@N&3#?5`it)7FO#(sA gbUX)[}pEUysX'?/\{?XfU^%>qtY&٠]{w V dxx9~ؗtӌR0Idnj- J]0eg $/Zm5^P,fwLb*mxY"{_$VO mޛZv[~T*p/w *q߷:xAJ/;/' ek[ ؾǃl 5ʻeDk lUF+opg[K|YtJ* E?7f>S/s1&̐i2B,Lڌg&kOqUwhOT4R,:R#󊢶̶m,Upߔnb::w]p`&>~^H&Z~GIB}bT%g٪xlSL!(On$ Pz,1 f| $E3 R˼ V*&xgFM?ȉmj(9mA-9+(&bT]7?Nxh)]]V>rm!M @| l} 8~yLE|Q7~/Cߋ *qOs 4Kju" ]T>j+.~}#J:_CX#]rl@٤ j8_Md d}X.Lwy]6&DbZ[zH,:=wy!HxX)r='2UnJt3Qv Jh&M>oF" VݺB4ɠP2d*`?0W+ )t4p: >H=֪U_YJS!-dٶo}17C-QYZvau"PWSosQWׄǬQT竱֝XF7]/mG{uCN8c+jهh lydѴx=Ueɜ&KVIC8Sxi$Bٌ.>elkvU1ERXk-zC:. vt%/#*CF/{HiؖE6q7YIvX˰5RO6!?jVy^NoV|Wyb"Rs=۹ wc)@Fk@9#;euarG,q6&A-Do1n_'a5SRKsu֔bn3>`#l͍i䠴i32ɖ>1Asc(B Kle7<~L-S3W K§)~ g_쏡`려ј˅YyCtbR7z'TReY/ D'B)2H<>R2w9ku5SwA%D}HdCZȇB]CjmIdB/kD#*}&=h^a@ .jᴠ,IMVZZg8GQfmA O瓊Koڅ[nˑqa+??{6wK&Hkpx:]u% 8x+,zBJfA]R.5q@OMqZB =nL(_BgKU,>uY/5sl}Pt}aCI-$UW1Ǵ*U7 ᬆ"91zt} :ʙLkIp72ZaplCSoVԊ"c8A~;)*zA^puy5] 2|^3JڻٞX|?x\:XzxbQyfa$4.ʎ9h)%wy?JR1+UV?o/>,Z(+9KsDh"#8Ry%@HYF"ԊG~E_!}yM bV+cdVL[~]]q3\d#v(̂_I6;=nQ'*6ؘ`{[y*fQIgF|OQO]a90 Al,Q 'gP^}7_C!_GvՑdž0ΧRQnCO0CdXcqb+P2?I&ŤOkbw['0v`ecg_>pZOmƔS&\;qPU.8_3plxo_ u% eYlac|6Y2ud-y. D6nb ֔xj>%< ͖EL=Q5ǸV@ǐki@6_uʄ>Mڷ=P tڪD6`$O-؂,iKmn#nLQ'=D`Gg94H=D'鶳[+O"tvy~ձ%'A`$ *&ODMa% ݎ'j]w!AUMk ] äAZr{$e#ެ6mꯐ,cO1_*p uE ;i'swCb.]c(4hp_qzɩ^Y3]o3om=lm *Ity˷A6`Cv.Ўtt.4}CNؑF҈?E88(X !A"g^{xKd4:lnS+| vcF.,Aue0 J @@$6=L-.<sukf/2+VhLɦB=+ }%يbOk%c2zƥuQR'؄k95iv-u~͈}FW;g>WRt7=)Ik_ޤ)uJR"G#40q86t9<Z3 9Lmt+zss௫`nyUnxʻy!7w~ PQIx8( _m O`# K X]FP’C- W!ym0/_}:_ vPs ڬsp ɖzk±TR8g^*!Dv?GyI "ve&%L/ R=|M G@:*z 1X,eG!_x7"$@qşj W92T=C>;b";_x[_ʒ AgGra>/hRG085%&Nj<5٠v9 hSp_[7..w`FZwQ|. ݞ:@+ 95"-fV POj`/rw'9R*n%krJB0,DJ]#HeIYb6 D/% K4zqD6QSQ1C3SF{ ȻuNM)ϭ78'([%{#eYF,Ž,t &h]SXNfJ8/͌@={XщD' P_S.L@Gjna 1c6G#8*4K`o3h\<ƋV8tpe\X0̖-rL9v8Y(V@!Po !B'a!D= j$&3xǶt4U渂tBU!(v"&3uV|x^xyG d$?Kv?!1"6D#q̎PX-:{ ;Oo~QXD:b3ABZ>E-3.MqfyX+Z$XBފXJ/Dfxo. 'APXiG8~B ;s.@OQЕ a.~ TWVh_@&ccYsCޟpXzyES00IZ챳qGYpGPwD.<}ϓ3xm7A톮vFX`L9/!j&Auu~"[rm ;k\Eca7P.Se8K:v2K3$ 7FKfBZ hvC<8z@LRȘ"ٗ"M[mɎ/d?*{ᅄAwarS`<+w/t+B혩5nŏ߼-1kXKI`i_s/r@y% 1O@Wj-W1iqY)Ÿ*ZUKN)OjYX@z9^X$/Nd{(ϺSiƕa͞Wo\_J6q%ƟAZ(56{>zk*`_QY UK47N~絅 `T B'>>pn $[tI_ (*!EuQEGqnP < UAG^O ۴C-~LlB6N Eg92%,aSJ!H/Js( ȧhZҭ>z/{he:6+՟N2%kG.tZYa)pBviKgT# ~i=/ %x}Z4T8 dc`hT>2"ǯL>gx'&b#Ϥϥ!Z5o܎kUXhOj!"Έ$ 1T\g F.dԻػ/@sU}\Qߴq,l ZERMȋqX2B "_/7[e~EU^:H* $SSI#^TvcDwP4 Zp<n:Q4v!Vmꁥ !BE>q(ǜ%Dtd[DxmČAǔ1$GWհz%eb:w9Inֳ2l84"TmUNx:2똶_9x70Dۮ~vhRZr!bid‹TQ(5q4]Ύ%&') Yu꡸OĹem)i1q ׶ʍs@`=\ vM:Gw-Bb)5@ _IAuo7|:8||/0pĭL!_OXYMu2308fxk2k.7NRUԐo甋9%kl1j彼/fxsmJ/$Hf;Ʃv)ay|HJdiCʻo0Bvݼ5`>pf% !L'D6U*+Ů*h&"=e6[ڵ\[o2&Kq%Wq'pҜ4neE]^ӓ&TQ@@l*.1x$0K<hQs7REud$ v5od!o3[:Mb292Ќ H}<|0 vg2c*SaapeNHtJzSϻ?PIYv~3}tN ؁^7R(&֙/'#@7I-x΋LCvG'{|TjhVuEU N'aAz'@햺b ~i{s۲!M%LH^`KCbZ>M nSW ug-2N,?l\B9@U0Ѕ״ KA>e( ! 8=v$6ϧmtV8To[=]:8$[:I6Xt_jЯM,=M7m0ML4'5iCNpNo"mE}T 6#װ^ty\I50&4{'djJ%qG|!wbt#;Bݰ\!M~{ArZ?0XY{"@x/ǰT >G4d@Md[EJ -:t;&At-2.PCV^i,~)T|\rIMpx ts8&,4-;<9vCwfnpށ* \Q(\jRQ6j_oa%]Ψ0:HXM{:`Z߱sj柑ɮ1oz;T9SkliZQ-7]{aOa=&ڝ糁~Xr?d@n ?ˣ2x!r*[NކeV)ceC:xt?=.Q1Aqa9z6  '=:L[j8$<7).xOrǃ9p$,v0 k'AnIfgm+4kCuuu]Kn巡Yz}K#WԢ]pqҤ/yh^CHo(( NoӔbu:=~3 ]NlZu]"C 17u^.B"EFUJn)_m5gIX&8CƤ%TĈ88tSU?}ҝ"?v[$͸M |H4r'K \**c}J9pI9HnpAO1rꥇRKLjX;E5]br8GT{s.w*Nl ׾"gЎ8_Lg~\i/Cy^8\0ۨ^@v(x/2 ANQL@J@l"1o&qTOrIT1~9+8zMh,Q+Wgk/cqeA|mߏ)*XJ?9ل#5+QI,|yQ}u)[g3і4{T:Vz%zK4kXcYE^6shߢĀ`&Hr b/f27ncr2PI]Yv4dz ݆ٝ/*'seH 'iU  (y`V JdkCO(?@WXoԑр_&!l.ӷmByFREIUK9Vmzks< a0yqמoKj軙{Ų:$%z?sCT]&trք#t] ^O nahhG6+QH0w>Hn?#=^I2A\z~ W/^R]o5lofNܱj=+tC ~gh*cgu@(V{&-Z#]}T"j;Ge1p,|! nN*+G1ei be1U(--bhJ?@~:Roǜ_PBA/y2i> 3& ~ .y?=;A򵹱4^ իꂶRWr4A/o( [:LX=!!맮uWdXF+Iq< ևxp1j!YKrPI:& Mwl%~{֗p V{i j.0w+%c,yI;<v;E#3;_3 |lSy %q2$D[c <",ȼ*ܱP\͌,ʤE~ZOi/>8_-յU lSA1 Oq=O4M$xu8̛I۪Pq2QBN֦NAƇn הCd={{%2X0=2v x|>輶7y/,7ػ7S[HpfY1H!Zbҕ|at5ἲ'=T W9`ΚkjFAxɖ@1BZtn,7"'s<ܝ30x=ьhHx9wKM}%ɃC2>f:kyA!rzqzVc1ΒgR|A&;SE)Fe܊کD`&Ѯ';T{fRZ=˔XN!razVb w_M\z!KXI*Yѽ_/@yW(~fPb,dFqݜG4&4'b>ZA:: KWroR^Ջk ˦t0TsiWGQKjaK: "7WUpePEϙ%\d:E3/S4\݅.7N \}韾 Z:!O=>.C 2V36@u52nx'*92ڙa9ܱNeqմ֘57%-F4M}-sɂ:D/y3V5ɮIrhte}ʸ{z`􆲗ORۉ >":/F켓2~Uxwhaaŝ(Pj%Xpz3,ifefff A^`I>#+U{,/HR>M,8w{ڛĩa|<ݻj bxh6p^?uid@kVoQ$xqQ8"肥!s҃] ƅg?OF.C'ӲF]"OT "bF̙PQKw̉mKLJF܀L"$1 EUE]t~qwd[ V RKV$ˀ94k21GBu&;y%ݗw5K]Vŵ_*rdcW6?N$orX2|A&Ar0ƨEH<۱me) h4 8abBZ͌}+Ppd7/0^a$gcՑ]|`YnJ҈ۃl '#wAV"*Cܠgh37S@νŷ0o)/hݥ-67, qp2:$_bLrR!ޥ*Uչ3#ٻ]fOGܱt(y2I?Dso׺#"1ӛ>DtL_j{eqp7f8Y_3# {O7E#O=w,!+aVd\qsR`!ŭRfO36/vPm@z;7$A:Ή-ס_)X-ڀ@j9"%OekAnMO\0)yfwʟSO2JZ*POmh<> p2/۠2 HlEyz-v.kK? c{ÃQtSƱ<g'pfS4g!@ ۑݛ;,-};%^ aqF:yڹ γ6$Rat l}% qܷl{zZZa|T zyDbe?9%)*TAuǾ/ըΗEtQ/) .qV\V XR?hߔNX?Ã1,dlz]/O GY*4P)<[u+E#|\]pf "QMɃ/CېL$]LbX)lA=ol}?en<;dT eL$_[81"O2-pM"]꫅RgrkI.R^űˇUS i7Qr>m,>iLmLʈƬ>ޞ=php㜏oIl1x@"S(Nh}ғ/v0gܪFO6i]KҖw9f$٧)lW @bdI#Ds?Ժ||r=i"*yЃsϹ鼧W n@i"1Dgѽ]́ a/b%w;1aQ ײˎ6)X\ـ4Uc#9E1$m9jz|K"tIO^c&]cq8I?aԸv:d?P=1[SknaelhnDvL˕uAŜ.håUB|@j 2RMvMdáqbHJBNeTDpM"'l.˴Cn`Hd'4IAX8l(I \w.9!M4&pp:]+M$X%)(ZR'd me.b~!26d#KhJ?fQSo;Ǿ:*.D .in⠊Odz!jt&ۮs&` Da ~0;&/J,n '#nr:H>Wbv=Ż,N% 8|pgW0DђJ=MXT[n8!aauΫE̡ޘA9tV>S< S)emLe8X7 ~``Ple (yYoz&JV kY0 yyWawl5_j EzTT0PV1,u`ֈ"~i=#Hޅ؁sL}oFblfD9-'5x#+hG)H3'  ^1/V{{LUD"-]3f:r;Hʫ[ASb}ޫe =q_ʫ`&+HL͋/{XKͺ 5!B%'n 9ifuQCkL5Q#\C5(~bMyPmLͣCK>.9OSRɭ(`|d`ᅯVX* YkcY-Q[RQ.xoɧ p4ol_+jTX|1rJ.D{튲qM7;+4w(s)U,O/&9fًYG3ZA<1+Iv1KLthN-G mdZ =vpӃKn֠hX:bτMoĐhTjLT\.~>@[نecI,RRtMo2˾EQ&xOѷ,Io=Vfv#!.8kG e7;K2_c UD) IpϋWEeS25I{E~3_)Q2U)'07Ɣq6eo(źRwͫY?6j-vuoklʑB*q^Ji+^f lLޮPKumM,Q`U5,1-4)^G ;Xx\R*?*Ӎ+}费xd[HGfȒA1f}ɯ8z7KB:ѳDReHϣVR_%vo ďۓң}P}3r>.5^ǀrJ)|R"k BkwQ5J+&)`إSmCdw?O4P8 Wєd%?a{=F:ܾ!xg̞{uA9 pѓ,yA֝ty5qy-W0& NC$i(p~Ri/4zԻtq1/Ꮃnf|.?Ĵ.ߴj9qűH]eވD0({v ig9@VZ2|5?mr4?D5OJeZԖ'1ɤS;C72W`+o=~gLc0uDQ3`".6&'GG¢\~l3*RY2^sTl^l}BDgt9ߵ@9AKۈɰT6T(L2HG} #,hPqr{ tx.}d'tkإB?vNBz.8}LpfmiՄu@ɞxw#^7-'.^H ?{gEmɫ!=˧Wu7)= 6Nqf6iZOc 8f,iEIs @7&:MMmh?Zs2(l^بI8{'5v"Oh_RFڞ:/wM`4m5̞>;N#oTSSf\3HaX֠W{\u"@*6gR`p@t!EA<,ȆIĘ Jƌ?(EYMɄcbl|R#q{u65KVGQxwkZe;y!\41**|ghHEJ˃m;eIҎ! WDwmY 0ضcėSd*%Fu_ɘvgcTOLC% *}f%}z#p0R}`96Z67|Gkㄮa Մ>5ipD|cR}$ge::g!G.7,uEN he:S? ɼ[i2rC%j<\|fNlGK׆GnF vuA$?7d*Gǯ$vj6eGR4 7crQw5<^ZOCl|R`!۟fvuMOp~g.YD\OzN rb f_v.9crunY1g K`)ˇ=ZP2v!39Ų]KH :ԐSσF›5c OBG*G&!!Z&pH%,[X64b/+2TTu~nV"? %!Xtv ŔRԀ Jܗ`&d#0jh)B0klG) Flқ78SS0NͶ}m=?Y9/]z1kPr=* ؑ \dNў={Th q~5T1plv$/]%l7vmvmA1Ҝ5N 0?sDў=N{*+ʍjAY:^C|/֌#b"|"Vu"zP=ŋ{#"?Q\Fr CW>Ѳ]q ZSpCz82Ta.Vo|9v BX Q.mي87_b̓,yDE-q#Jp#Pg"πsT+p~YO)5?uք\j&6_Vq?Ftl!ޒM9 ע)= =G&p@@|D"m*N?.KRpn ~v_g#;T'j&7sq.am@yj_l&'DXs?Up5HbDÙ:$#`"5vDMAu~j[hD|:3|q*V0B[pݲƒ_4 ƁF/y]qW0&iAEg|ڍ-?]*9a޽UG(nFP=^ y%],#GU-@EclO<"A;PZΣ!~Q5hl wgaܾup0|Yӂ]%-hD 7h nzGʍ3`O+%Y[-84 |fEx|rTŀv>Í5ž͙K':nZBˮT?Tzrhc#Ս:0r4VO)x.@<Ѣ}/L%M]L*7\6ٔ:Gݐ\YP;x W"dޘvՏs9Eˁ7IYBl d~bQ1_>JMcȳ\i aᡁ(0ikKnN~9 TS'./98,a_+RI2"Eo|( @b@/7j;J^ep I^cʓI򇫴MX ?l$B R ȍ֝N9 |(Տp hZjT E 0j(ytE̕фspeߞ3P,2| tJ^3=*3-AHʁ){mБ=7nAo f vh^Tٕ!AЊ1y.1CWw̕gk8r }!g z :DXDTŭd5׎*gZtyرht? 7iTn¥7nx 2՗(ofG :!x]hx\zܢ9ֳo'G? >KЀH^M7I0WċmZޯ8Vq65&2Gv%tzzBG}.o=N7z>X{VmT>Wglys-Yŏжfu㯍Jͳߋ˱mse v>|y ;:f=;DX2~-TN34EˍG'Mb%MWg}R*ke(j}3e/1(ʁAR䘧",J'~\>C܎ Y4TGX?l7W!a""6J}-/"y -=pous ,t[;Ĉ )Jqc>>2Tk03^hp;r+ &YPoAO&o3zNRwfQ!ސU&̜*Xgcf&E_6RI(Tyb ԴלvwZb< 7<>7摃_b\joI7&A~ Ԍr.Uٰ3x d3-Ij8*e??̔nbufnU% `ra-0WSV˕/@2`l}HY`y!AhY)+ڱ[*dVsZ` L ٱӭn]+)%Iח$2QƎs^OV>bK?ح!V_[ 4 nȹ=FrHur0ֱ 8;"h*LM1P+7C ˴$tUαH;Y`q>i<2-<zDT#=X3肥o!T)ߗh,Cfu ;)goM=2c!xyRY췙O؉HɤIyw MfG锭졥=ҊS(IdVwK7Kaլl_"bCD>;?2lsw<^[s~H$~USj+-ؖ]V--sc"֢_2T$)i`hu3,X<]zkO q>FD$Nq FLpAs>ƣCcSjsz@ee@YQ`N:Ei`Epz+§pramuXGwXWRT:q@D~LjUPclF*.04r^dM !V>_].i[?H_TРr6["( sOcK9DMgyDQh[aIQ $yn7yU"lLf"ZUbà1|ǞV(n 8]scQ*(^XQ(FhJOt|›?VѡM>b+-`2US6YT+6l̮rH؅truW"3N>Gʯ2m-#skȻ  k泿>z4}hՇJoFKN@ۚ7T|{:qCVPt b\ť]W-Ճ4UЗ Jt&pDUW]VRgKy+VS.A \uɜƞrUjLU%9]hÕ{ P"wSﹶX/w/q{GKxϑK44Z+gޞ+HyIRݿ]CzY,>M^:ymt#y,?1 0Ӯ4b@[u(uⅈMܧX,mɊa[!" Ymx Akl%6X ,c;ůKV#8Z >^:|JK6 6Iw˭R8 ]%FUpðz nP-al3FeA6ͥ aF S5GdQݞ?Rhbqs|=~úfA^&̇kH [E5ZfPf7H;eɉC6 }h1;T:-O:> E@ rpw!̘+„_tK8W&qն= 1#I6?[^C OX|L)-́#?HYv_cVZ eeКN dI]K,s 8x!~{A 2+%91 ~E:C6_Z$*.{e r? !tgsS~ A᎚177DhuWyn4d6KxyqaeIX7${GMv྅RYLC3 dR% xj15@^ 2* (΁U6 -=B~}6ph^IU )ȃ`=rJԛCtYuLF :o;wo4Q&nрU {VÕd9G&lhwf wnݑH&8)pKX&9Dn)Z ~]p̅d! $cWZKHrg\!JG1[8' ,JPnD1ev]nΤ!"gC e%qVy!{jHͿvDCʴZP0g7J`m@吁7ʟsG[L8ybVkXL4¦;~.wB:4b5 )m<}e=K`Wl`v=C{RgD_[buj۳]|e hgE`Vn0d@H͹/LV:r@4 >,4~ʨf(2"+oC Kh<+2M%l-{lUK5:>qKzt 긕o* \+0SrXz7 w. fͤ*'Q@`su28_>>E\N:HieFHHjBV%?ݢzcÌzAӌb[&Iȑdl"a#ҋYŖe ˔~:9m3SjiZԡ,BjKzg؉ӶAd]<}Si8~)G%HQR x}dS_ihTU# 3ۺKvgrl,g(VϰBw_뒆~kK;v;d\ y&e7Enn6B!eSj/SCVdzVצ^uw4@b}Mxo!Xjo}4^bqknkǤ?8AkY3W\t[Zz%T}L+[ݫ~\k@ϘhF3ITUvt}ns] cX9:er'!GÞT3# {y br4ʄ2љ~" VW5]@ U]P T1C {t&YF|)(ΐ>!X"\zē fecz s:" 5iw1oJ:(;@sii~J4;<7]rlGM9)5'L7Ց4HЙ@n񂖔' )Ft1BDY /OhW0oߋ,!fAYzJ#Ň 0xp`|n|Xbo9]zڕ_3r-sUɊ۫.xC(%u{#l.Q'+{Yo&uZ= }6E k a1@/^ CZX^V/P Xrn/F!03Q3@mphP=`̡^n7fH%?n]g8|TIBg?'=u=ZM_ s!bx0FϽfz6-JhN"[$F:R(وkWB3k,s";F9k!!<>1B Jr7}:O [3V%kI!|dCu_'^3;i4治5b(2(^`?0'v[7m2Wr6J"/E4f6;~=Yf pVe<=5{K`v=I(z&NLJ@:d_dHrC<] 4i:3b3dLd24TwtG*cJkG_} ⱓ[WK{'5;Rga6Z7{t:Bycbih rx-:=^d>duk]G7?3xخ0J}5=5⦋cEX% RQz p8cזn{OTB%eyT1FɿX|KlHW`'i^9J2x4t{biϕZ qʄl:UM >ӷdh/.:y]/k3agBC?D*l=!  ^ؒہ:JK:+Aێ4 ^ i4ևV'kIʏ>66tY&4a PcN;aBncK ժ['fAm'\YITh֧%n0/ߕ:l8 ~/Fsp>ėH %Gs= yjEݼ!sJX$ioٓb&d9,_.`Ѿg3_( ,@%QW#G&tGDѪϛl{^U& f e>a &{ 9-Nѕ2fQ281g|3L[8]S ڱ8u-bti71  _ea;3(4pț5gܫ.W/ƐIωũKb3*`,8SHߛ|ǏG bw2rX>I7tHFq]0sEnt}>;^b׽W6U؈^ђp WB u\5г/˗MSy6]'7OJq`$Լ qKYTx_j~ƽg*98Jx>d&g2tK(߁כ\n1ռ얧Bdυccc%tbPT"GH>`9z!|p^/ƵSlq7܏G0O@9{l*rksbz{6.ÒhٵCJMY4UH"ϺlF(WQh5jsQ־J!isj^: .؋dԷ+b91@<ߪ_WUZr ^(GFK杙Pk#n ;&1EE+eeպ/[>ab 1zK5E^_<6,0/E^Y\9/t,t9GX5wYeϱ/ {N7ݜz3OR"NbUl^ \Z)a9oq%\ Ch6h`v6J*DY[$[$5=cR?dԼo3ca`Km$69F/N羲 ҹ +Nzgϩa*S}:._)Sdl\^?<I8;S~ܶJg\T*˴v]&D2X@܎Cfqҧ23AC.5R]6{d) &Oxj#nO.;NzFv!8D9?CaZfկRZv drRӋFy]AxH :17mę5d3,mz贯^P-HJ˞rJB|K[a 沎!7X1%,hD[-v\߹?@&ܜzo'#&eG!)J9;fC_]/M:emYWa-Ѓ[.f#/fHAIzv~}u4jr2U#bC < ndM&FCl86JZraEWEí™g;G Ls AXJ]6c0&1yLniK/\`s;.2RBn4ouxkbOn)t 3f~64FWkePZEݨ޸pU=Lp7֐52Zt({o`SWCvL?gStc`,x]w4q1°+#0M0f)J'AR|=zҟ2F|[֘zQ {l\ˬ̒ƢlF^x5utsb/SԊ0F1>n Ly8A#q]?_(d wiZs 9. Qj­IL##ǁ 50=Hqמĸn3KrZ+Nq;$ Uv|M XF:`4 EIGx`Z0t`* gDI,:VDE= hoӍ`i-BخUz]x?C4Ϡ}܊\c  [be=Ie؜Ftz;<#?S2v5vD bv8zĞ c=/0c7Nŧj+[~:J{]!71"DҌ ;UTq!*;u Qe:N5 /ZUgZrYiegN rT:\Vv/CWu9VOU^<==;ZrVa_K4`M8ew˶iϨa2$:1z>axrpbm7E'A9CxMUay4h&Q0 sYu3I+nTeHz_hwșWUҤ\;S})~ B*rsv Oc௝\L7*<F\Q7 6/h8,qqf1|DR/}U+Q=<]<39 p6.PaD};R)e}TE:2AtԜqjUiߡ/2^5kZ\|)SPzIiזWy鋅ݻLQgKo&Ev=jmM鳰 ?kk= ΁y\#X[[/]p;1l1c !"'쮅7߿%H_%3XޱBD;;#iQ"dV7zEv0P)1;''b%>2/5{±?gQ0ɤ`؇Md?;u|'wDPKO&E9afVbaWT¹!ō; ڞ0Ӻ=9sEz'(t<bMO7gir!^>*yXEvLҘ ovi))N6p6S(JJ p"ͤs-0=,x f4/p(YP_4裳"AnOH6 (O>>5v!DCXcW+¡fI KL sC'ciQ>&Yؿz{Iׁ /Ę9/7T߄!~ƅ4^O2Cʍ#Z@uYr[_gg[[5gJ.R6bJaYڣR[/|*UvUXujBBDnԕiݐ#!p&dES& <}9ۤo ҂`2L9fB{u W(?13 XXtږ]gzhOԷwńu?VŅ|5b`bXt2XV{b+/1&kBm5S ,!ۭ,,҈e8Ϥa-@n~1X `QȽr(I(5gh\ /<+ǜ)YI8ToIrŹgNԘuLkyVOpDBfjGanDi \Un-HXEb^KφlS$ڢuO^ɺC VnX1=\Bjdσ<*ZJ6W$8L:&J}K$3;*gXbl eiqYn!:%70]ʝM/-zpF~oMf"qH #$8!%hQ͢ Ñ#6СVd ) ɵg4P_@+'9j?gß60WNU\B)t4C1v ΃SOY י+v6A2_cEgm&߰Uzg(^=%e6_#蝥3QC2“rT&C|R|1; |ln mӻ -W@1i0'cQkg TR }Y}ѵ!m eyo t[IcMR HJt8EEH'I$ƒ] {'6F+u-h'"VJl ;T5StxI~.@ܕxWE(Z~BZїU?X"Y9e!J@QAƓ}ԏ1ѹn$#r.'|m-9!J|ir%6ObJ[éC״7!xU9|pWzlDژCD{Jzz@yqSpg;/{Z&›͒'8吔:Q5W kJZfAcYt+hHok1c3Vͳy/qvNrmx~-f夞"H4Jl e<}* "JpfnǛTL<ifP< sZۙչa:aʍs3dv1`Y}O+0t t%5]o Z)P\H =,|\Mqwƛ5 3#.b$BT}D,G[.O0OS=kksuzD7yj ׽P. fȖ/v* UӗEr ̘9t/01 g5z0$(J^>n͟[f4kN憫Q:1I+!ߑtݣ|Fpn9U ;1] TУlf;ē`טl [0rhzF;A_u9tos'w}d ZJ7t"CJ;-{AF(B2;@y+uy&3̥+NŬrK',c2tB&~]/t,_u{Xs̼r,D CG Z~d#?6j2/?EJBm3TNؿ]#Lx;L0zΦ3 .㱌ߥn^"8zizor+Ytg5U^⧾"_l<,O/,][%9/P`}klfTzP 'ZAiXW|b?t>nܳ\X،R>= |aKHROa^d<l%#n3RtR?Y8GF 0 FΧ*X񠵟WW^Zg@m˫\kN~GX{fsaO(m5gGZǃaX9ޱf|tPx&\ԮBw] rJ; "0dw6EeآVlOZav_r䤺nQ :(%H35T^#6+A!1gAƜ {$mŎg%}bV|vq$|:;ъӺd{^6FNޓ xYϼB6{>Uܙ̌h #1fA4jP+$gN0I [+Ձr9Cd 8f>Tu'J!G¹spZ436xӘ#s6zGqM"cg ;0GW*',lpHU4VzQ[$d_mI4ZlzǷr&PrSo*kO)a qv1s7<+6iwYII0CreTĿ2 LC~-1k±JD?nE-ŵnNt93֓p H@b֌m /_}~LrdWPo> k# H]a57 G}^ |3SS*%rU n{?!- STMU"TvЅ!r͌O?-.Y$X7^" Ac]h;WP?Wm_]qJPV6=4_qa 5+Y]YpU7D[\EnC9>FrUɿhu6R|ݪ"Knl `IBzAH]BbY!'W.UAy8Te^C Qj~ CyȓT&RvEȢWsӊ*◺$glbF(7;^qʦFI(m瓱#o*Ȗ jd4>G dk_ e )FP/81.T&jh琞y>}|2q#\Wo8b?'wSMd {sqc)HkIqmg Нp^,gCDV+.Dqxb #KC؎j9?Yߨ 5׆rh+:QiDR}~Z" ZHO!c ;%U+&y9ilnd `2gƓfEY-\+(uuHuf2 R ?:7j[qov|Ҧ?yO%+Lސ-ջGM&ӥ&@zsZDIN,hƚmSW<̨>?j Udn@io:(ua]}{$/, 4}t Ԋ]1O#{@/UwraJWŎP1(MCrnV,j0ϝvR$3s_+mdSn,Љf"[o xO$kyHr`uU;Δ *Y<8ƻF4Ut;J{Ƣ9(+}sOߐ~P],|((-~[<ǸZ[?q/l$A;h^-N UgtƖv_:mzo| Ѫ`/ʉ2~^RɰtNB+:+Dxη%;o.aG!mardiQ;3_: oezV0vp9/;&mXQu\cn{)?CVә5wO e95C[FS1yj٪2\CguAo|\ϴ)ѡ4G)75nڦܾj]=U4O+E |JUamI1IB8¬,c /v #_.#P}@-V oe g6`FK-XLYg* bڳA:B׼0c +*pzbA}%X4F>`o`Gfē@Tr" V2 iYeae2&qOW% .|sRw 6iK̾KRgg0G ʁQy}(Ψ7_EC2iUq2۷X NEF_ж7/gZI'&,n>%DCe֟ Ŵ0T_eVLοv73@u4 D@}`|Y gO77nkKI@y E#BW`Srk!W3yʅǿ/(HۍݮU>G} w0Cc En %GTtvQ%"rv@arǤC8jq[xwbR|wDf9/VJߤm$\`9"JUn;|ƢjF?='r\eHCB\sw8L[f^oP {T*ߓ6ϜmFJY~ԅX@%8h.?6y^s (PԿEdSxV {gkN(YtS]F1䡅5e0$55n\wǘ|CqW1a^`X,{/q."FNG!=0pPP6?3d -NTlHjĤ#5y;n摽ܪ5c~+q)armB\ "[7J!c9_\_{SX #n= k*#uSN*h(eh{)#i?'t'h?ێo'[YfQHvdYʎ%9VpÀs^-B_6Vtuy_u*gN#h`9wn-&_wG&g`ב]-nq>d!Dp<"0 " 鄸ѱeJZ&ľ\k^k:=ޙǡ(\34 A]a񉷕]ه_4]K'gM-gFW,(QX<6DF |5jWdԓ`6GѫՂ\d_C$ =&2U:añfso7});<}ERn[PppqT+(df,l}lz+k0`:Q^ӑw͏ƨƢ='ѥS͇3U"^ DznM̦xT) OY)bw M#\d*w,e-AЧL*ϰo݋$-kk)~iØJ&D'Н:cQ!mgt$X Nȴj!=k;ǂ-1.bn M77 O4oTTMWUn$Rs5{ELnt4< DJ-? R:*&w p.$HZi/Sk˧9p]cj.Wp2Hs6X'lpAG@Y$v:鎲-5EПxjaxC~M uKC9͙0j|YG#2&HTF8qY!f0+%t: ?`oIOPh9V[ OXjV.bkR9a 4&eR- ̗I&˩JRfőa 869͓<0:aXh-H3cۭrlbL\|a7f4wW|1t6&Auuwp< ၦ7 +$?=PK?RE#%.ru6+$]s#<|"R`[.uV=@[mb U+|a sDEМo{H=B47d~Ê'iu0ՖT |yËvNF)2vX*=j@m dk"8 #_yp JxaA40iECl,# Bp`tHN9БTV)?IgJg1=|~ g-ND48JU:bivJn?╸񩫤!߶+ 5D Uz4mI{7!XI i:) &Oq(u̍wwW(K5h<%;O$$mC?,ZpW#\يy OQwpb哆p %r!J'FL*فxKͺQ!lLa-rld<)2ڥ&3gC8{~aKބ\3WKwxŰ7!'08#$\O٠.sU}З"S ; Deqv2"h$͒hϑ`@ZE '[zUV#'T]wx.N$PPsZuk]N۟raTP;) 1.% wlۛd4~6`IJb-d e,}c<+/sؗe˹OD+ LJB_V,bǥkE5Jm %׽9""b6毢&$(ڼ P=us-=E@ocq4 $HEp\')qС{+3HI\,o=۽ wI8І;,XAaS{>_"J4'܎Akz_$ds>XV㹼W r鯲Q>5ePŅ QC/;*۹Q6=˖q2* I\ lH>&d.wunȯaP:Fs#\7AMxAl1QCA/q5"q ~u8.gp'%uwKY:ЁZY L}Jes1;/7 s]!GGiq&?&nQ> \ADw s31ym%΍ˠrben[<5?kQ)/kKkK( 1Ź] u"*p>WI֣A6'=FZhD~vI[; Dye 9R ;+e(i3:˕$hyw'$ql l7doU3ڑJW'%Fӗ "d㙹vgzO%vIEp'#&m|0Ѽii,Q@ x"3I/Q1䝳u\f4H3 MZ'T"z6k|#] {[g2[4㈨}cE 6IE}Q5r(I2[#q9'kv_SAsPZUg{~ .ZU']ZStY kTΆ*sGmSgbΆ@K==GNq( Ȳ?5 UENr12gFIL/ǜ/~22NT]v com`D)jNc&qwzDޛ^eUɋ1Aq{2 wTEdT[m)J$_57/<Ξ̼pTMnӖ`|C[dߐ%/iVw7Z ?=Z&a~?xgD~z<7/Ʃ~s(a\[N' HzrAFdKh {lKOqLYs;X1Ta!0 O_'DH,I"i3ki2pn I:T%?*q9=xD\a'İaۚ^ZD5@鳟DLZ`RTbm w/ը,E3%y}?D6!}"s+Y+։1+5-OꇑUTp|}8;`֕ȿ%jD.U]z͂&oCjGZ«;S1%ɌBWݡzA⬻n4ٽ`b§2? %IvW$,L ^@4VzPEXI"H&qwB2%k^w?S&9ˑ́P.℘d87Qa'Q^T/}]*T)׃.7\An5m';('Vz[o샣r⚬QW9Q;c v$Zm}1F>5jh£b'W`HҾ-; 1gSbM B]$ .d('{,T|DeS#$ىk%IH pd ~g3j :o ~5Б9dUv47Q,.>2`Ծ`~s* ᇃߒY;A%,q+nQu*@[eM9@(ךwIpV fc>7|TtNvC rX7/ZE\b> aeCQЉX oAWܚPiWeϙ !vGsumsl*DM9vb Ey ^yQ|hs}ҭշfa?x0=Q MhBF 2rW'i~%n9NP \eO߬q5Xj[00ܯZ%EK4iVPcؤailC E=nN8iʼ37e?Fs3|t+Z¿T]2`u#]&Auyou}Y3*/},t~%@3I8pyvN lmc2_VaG$L Zm$AX=vW|n6pũD,bCi&cϲ!9x0ZhxxWuj9F2{P܅TA"KnLݏ:w홼6}eA,qV?u#}ސ=>]f~}H ټ'q2Pў. Xxo@pCR9߉c)WגcsA{2I;K ~CF@A6k|0M3Pps@4Iœt0կ4JAk(^$.w/LpLmKe>)9. EælRF\>!9YK$dgzpԸOCS zT33"4D}v)><%(5C!w-9>D-Ք.RbL2- Kp.(HmB #DYߐlwȮDmhf'Quf^!@P*z$a9E(g'+uy3u:>k6?'I*6BM=0>ʙsn O_mcfG QԓD^U&~ b%N4ܰPl䝍Fj_vbm5oh@0 ~]Uo5q Is=,)xIb)M?1`%kbX4<'Dڊ$q: b#XҊxl/1ReCc(ߤL)gdޣdmfqOiŵXRVa%(1V{v?Nة鏬iG [Ktl0ZT|3SlGm{C2W (*Fm>8qlV3,iIǤ6 JKEW,15+"PvLi6q;_r`]'v@tKh ] B wWyӺug`__K1^oYUגmG&!Xu%͘NjxJ.]/ GА Cזּ+VB5=#8@da3T["fzS3\\8O԰3H@ L.10q~9b <ayB~YQ.so'=9 [:X.Dc7OXDu 8\XISXN1m\kTKsΓ}_-eg:Z|J:lL96#MbiQr n5KiMэ/R`ٺ;61dRÒ- L3PeJ:-(UJo?B׃fsx(Hf|ezȶb1$=,,й$Fse"G-yU,̒+oWN=hRˣ7-gX)8|#SGƻ.nwPRR㿏=y7hc7mUrqKUapV]5-Ï~ŕ{ousR؟U ptҀAօ T0-h3=ھf S'd-11D(bv*\p:z `$Ns2X2Ea,ưqaT8I2/.Y{m($<q$PeWx2*Y׍ %` ѲuNS @bg3L:xse2;x$[cL.*s8G*(8.{ȃЙj{nHq#%Kph mhn#Jn:.wb m$vPMdz/QrZxMGiLxn/gVS{SՕg\>۫H{4h༡x֘QiY`b}5}_-{5s.fPXgpϤmB.J-5@a~׷[ߏ3sOlqha;2[K C؄TݫklHmc*zB ͛L#engWנ~U?Gh.mO;^Ԏ5aMU f`4j凉FPBuerh]HB}qbAɍ`m"[qv70K$xfQs}:o0ߖ>xhZu 2r 4-iam ȧ-u[mt)>5\-w^+IiR!/YYѩr8n S_7Cgy-8&Kۗ.r*,^)m]lq#SJG7u1pGaCxjOR}PX"ܽraE 1ؽg`jBD#ܤՀ+=~6|9 2B vZʬʞ@y@Dsiؼ\b:K򔚍c1^%@ +7s'ω+Sdꭚ$+x Bls\>e%O(p[:\wO*ȧn_ЁCRJ㊺`}T@1k< X$4?׆Ӣ"O:%Lq5 ]ԩ@H@ iKZ\23aj!qZo\6'k߻73έ<QJN G\G(kXT\Z N +͵?kD=1P"LֽX`#qtCSn4*JPU`͍yV|@&H͖iM0 &N3BwV[:گ#]*D 0f.bmIωߠܬf 4 |:r4fIjk ^\eboǚW]hꆯ d=@!X0 ^2(/c̨ũKWO=wl]/AܟkhH"C`YXgVu0\#L0g0IQ*3RNT4mH{|0eZ'<([u'K_HZf `U`oD9'l?x:5U#%˨ q,Ry{mŦ4C7R5DT-/;բ/[B,QjELCtD?e2_q!}UcpWvr)XZ=,%ᢀn?'6FAƌPV\a-֙UVV,qW5 T@9u><:@;<.y=ctxO݂ذS tkTBj~ ?,cvrV358{(uocZ/ P+끘/഍9"AI3Q^a\Z[ԜZ%V(B/SGϗт<.pr2$C쩋ȹc(ZN5Etuu f6Hޝ?e,Jmq%[ҎwAM$ʾqXa-j"2C '0`v8߉|-W5 pVMLO[`{R;bD0|6aaD3=f5YNkNj{6F-p ONe>׹& ٷj׺*38(tklPA7h'[&劙F#r Z(8<6CDE)k+d]bf1tJRMduaN1KqHlN';w$)E񐖸ԸɒIQ2 ¼3ы-V@ *Þ%ֽM᳎*$nwDzyW#j.h(DXk%gE̫Zh>H"Q9A.7|ijT2 t5q?MwJu1 }qƑxW뭉$Xʻw.R/D|FM^ǜt l -lH V5bz( sjM%$7kR2՘_(yj^S/k, )C[(Ѳn$fSSxXrMlVtEـV~!Ue#83qAFJJ12 p +_S%ߥPmňY~{gK=vm*mā`oOrhn7fv74\gZkj$01!OZ>nɏ] <$ U-!v{<4ŗ!۪AQ],,% 8qol37; F&G֬|faz zh@0KIn IX#<<ijwDzUlSr(Z7׮zWʆgw"foB>F4#M³]sͯ7'1PrYr,}WHhKѬ,@6| |)2#:~qف{[1O&ږUjA8&ܰ#bA w ~,ШSveYQqzfk%}uӏG+DY-Q/+nǍ &6z[YG_a'4ĹsZS;`XI̩:8VEdQV9%&53 !c 1.<g%FPvr*MEp H K܁{8Csieayx5!@WϔG?-_'_GYzkSϰ} kNӳǪ͜Ax'/3ohˢm.> G?clN`* 9m@}Wyyӣ3Y5kw9۲jd$8eH+ƣ2_hϦݔQ(´tQ۪)Aesxז}j7_ `< \dL^;*`RXX8 #Kl26bi}9p<$Pz[LN-FL[tyHʀ_E pW:iQo*:ҋZR[=N|GUm$NjQHq/Ԣcc0j={Tw 5dPfFpGT*B ӞxϾ]{ ;[4b, ȓF^E͒˞Aɜ[}l&p- ?ᴇnB#_WT2c{ % yR8qTD_k/k8Yx1JNXszOsػ{Pq^۟h7He}[ g]K;~J{E,@7۴Rx Q,~%NY.$ O=-'o@+@YزI2_Z\c U˭ ^62Gktcٳ 3Sf6b܇6))wwdd %C4iAyXZe}qr%9rBw;\ OMdK!,x@lQMxЮxA^ue۩\99\BHtaŜuqG[{{v'e@r*ZXyJn<9;ш>֝|C.PX(^L**&x0[t1(˶ ^nuJ~ 1Rb M*xHlx92a x'Io2`'oE\m L3Y8gS-=8;)cQI s2V2F)OP1w*[xN\_6u.ut;^>Fq/ nEfH~GU(ڵp2vt,9䚌tJJu.+Ue0QQk8i5O&d ZwJȓyna(aź۾x~ /[g&c6&|ҕ\iÉ.=#\].rftPg5 U`/[|"c@u{-:?g@6Mcrـ%YiG9%ɜo$g߸Skt2A-iMrN6*pKr?&z,1ːuq$Qxͬ 7>J.aM`xXa&49ю]p*!?us2Q÷ b9P)sSSpj?(J~o/1)8o_4|E7bx 5Ϊ@|X0\dZqKo ]"1xNh1+;:oT3[HM ־W)th\gJ $b|1F:(P.y?6!ʜYѬzÆ,,@ _y]\E*wBu@hZg=<9X9Zn>hܸrE_W?/9^ʐ%7}[jtobhvDe|wsh34rVq.~r"rhBNWbM"&QJb}<` pScV O-6Y"ҲT' ?l_n0}KE)zGTڎ!7pϴ?\ij@ŭE:Ghl_|z='ziRIKyu1I<+0d߅J'`qW$LPH~ӣN #|PB~e-bE?t]ۧK!ooz8y;:Mq`XA] х%1>0ޘHXT0 Zm2/2coR_&a[1/[}PeBC֙ff{U$!yW:){ab)pp!If,oJW( ~6bĄEl4% 0Cu|92Nw}7 t_6(xCNR\! !ON ._BO4y K S `nq{/BS{@=Litn$HTbʛy$;sbWjV4]@ Fo׶~/fF97heJHIR/K)\2(ZH7{hA?.:lx :X~%T<8W9_Wɖa bgVbIyp\:Q\-Fpfzj M/X}(<]ndσ@:I9<Gd&JU /R58c4}EAe!F`v- (3I'ӆ,VUi* 8)"TJWE}j_fXaI7j2*1QO:1^$gTJzBǹ/k24Bkͨa>yNPUia\D |CES<@@ɪi8GȑMCH}=Iw:ΩBp߈oDj_{P s1*g?!bۮpFL($,my֤l8>}TMK!+ƈ8`Du[&,(qY sxw]pA< oFl""P|n,oU(SHNH8?ǤkDަ?` *5d5l3IC7tH>X{=sL'ipH㡞A^?fsѓV[K10[1l+dHaҦ2[ N#VtmԹ׉BOY#G  ^a(l-|ZpPKL9O#}/DӣSLJK6O{+thYg(ϮMeFrFnyf362le^ŪQҮfݬVKj;f3!M; 4OpgzDQCP8|d A<i5`K% Xi;AEipnW VRo@)aMia 'gT=wt cz(R] - LS3y9t$a^٫cP@ER@wWR-&7놄op͆Nr^;kcJϥPu֣ׅ  KE(yhb> pc=ʱ;sE߹apR\wS(lA@y{{Y R, w8 '"(IEa ؾlҁ!phdîURC 5@ መ/ą|iW.R+kFa6jY%6L)ov:$~X㈱񇕭X(x'4-Oω kBm%,ΩĬ gE3j>SQyB]q{t*p5Ҍ-%VSPp3:P=:Og[] #%pcngTd y]D5ikn'W| ; œ$QOvK x;ՔLWjcw0{^B5'*u#ل[Q-6ȀdK2dmrw JreD+Z=+?imlrZ_d'kf>GǼU Hh~:~>MM?kure{w!l` O~u1۩/p2Ҕ ܏: hD=t_nR7F%?`|r{F*Բ ˯S}b6Xiw( ,6c߭Xaޚs_`m5Jrx۷AL<6?~5[9dzfha}wrOW~ ==G9}"XeVj >zz+}YXouRvFicU]966rʎ}Yz(ʊ`H ~°e_L Un* G YXNnj]yd֡K , + 3}!G4!DFaAKQgnDPB񋼃SLoA=z"g;5T=xOq]5`/3;41uKʹwXw`_J^KYs6}īq=U^PKqh[SyQ3dc~OCI xAn9EY|%l2S1fS :JT)p<햿xtKG|@dzwl"'t!-0ճE &{~%}|5΍IivI<ʋ/ n*~"VW INAmzC^`|wř}`BU+z2Ǫ#g`.@wM;9 >:MwSfu *WN{ MϞ\C*Bs24UZ\\mh=U7 !PYC bUsNu0( RlzَR,Z=Oqsajx]ysbyyWS*^#ya2Gq~_ _ڢPXJEDHTk}/VB{"IkQ8*WJ)GHl)_LD s]ԯ&Δ{HSX)$zhYg7fLu-/2P qyG8/Sx=y %mVЈ/¸ZBT}0m\Zo9=iB<\B:Si[*HRt# 3*0jTzs+m]&_du+^V*'b3RlT&mn(}>o.3<\zP<1> nI\͵YnM@d'Z՝U#UI[F`%Ov>9gkPѢUDXP i1aB3C"sH[_2& Nt/07Iv4ԥ|ׁ`驿yK=^O)tTE^R;U՛6 A2RxW3Cv\ }U6 12A2aԱJh̘H5 \1JE۠vBcY&PwvJ׷TgKŶu}_}@8tV"LZS@Kr}9A?V*>eƎh0zE]QMiN~vˬzH)/۹;*֝z8zc=|UL ;4_e+^BT:r{yUNXk9Մa;ۏpj#(:'aČ|$W;byf3_S췼:Q4-޳%M! HY݈r;2XaN&*>aJ~#:OJF|Ў#2.cwI>ZGA~V=@ka꥕3_Fk[@* obK5`k_Hl&n1$I@f ĸ]7"M `AǤm˴ך}o,єs7fa 3oFcLu $RVckNq [h54ہo%CET6%-Mj2Q3j@|#KI#boAEJyWwks^›Mz5an{u(“F7ҳDSH  Lz݇^B(zVZ4ÿ嘼Y'ؚc_}&!r؝J7}1Ǟ c0qGNV_J F9u_9Q;.9Rĝv+׬]vmQ.VjчAQp\ ðb|f |yU/ AݟRΥGQGe_Rr8+T4w$0ކ eV?%`yDOt& $xB%=t 6dkçu:ōvln?\A̓cLW34aUQdEi)\E|2#< I~ `*˭9wcIW^XN\CTpZ؉R4IV 97;#k>3SDjKi`Ѷ֘ Qѫ&V}dEϪ _c<ϑbt;ژ7num>f᭭ɠL-$+]J#|&AMo3Tt<"~r1/3zENWKkH4*. Š@` Em"^ 5iLgQ[lt&Zzn "= H5tkbHRTυ7 uHoL} 606FmK %u;:O&Hc ب դ\g$@n(X0Ï[|\>FkD8EVci&H Lsjxci_ը'}`rЂ 꾔.O.y-v I%E- }PX"Ut9ص1<]sםX `MUr_-a}*[~_(i&{j+bQ&sd'PEm*--8tdp D-yA^;3 ׳卵ƆQկ3?oG'c%4(ivTi0 %"-1N#nRNr7XZ;$Ar_˹լx,/ܮ[0o Gۂ#Y ѦkQ-"9쇇z23K#74Ae'7bZ=X| m>p*`B|~)T^!kGV&>Jmn""'Ux8F!1k'"KYw4d i鄥?\!ouўX˰3<ö\ P=IDNr:2ţ{[ai ^~lv|XPytd\3i ѱVa^cs;8 .dr)~r%fׯ zo > I?EG>a~hԹK"Ay-F.1otXĒ2)WfN4҈޼k}ݟ4[j4/7.8޵OȶXڟ%i >R?4VZ l~ꂆ)is^ "4 -z5sSm Y&<姿)ϖU,1ƠB<$ӟ  ^<G&%F4uwGH0az 2)k8+GkyQ$^ kEqPO{ٜ4}_ďadz˰YSbM}Jkܶ䴽 UL,XT>KփJ$\G#evzqy#r0ɼ,$䠹}?Q# a2)YҸt~_֐A?#=-iV5+Ѳ%[3Ӧ  dͤqu65+Y5+~?`#RA>jk^>A:]C k?)7*;Z|MZ 4)$[4H5\] 2pY`:.ض(T?](̰Nzb#[kU="I Mu5xUSgЍjX@dr$+2V ֎orNhbky.Q֦4zE1ְbDXoxCyl=o&WJHzIQ|%"T5n%/B OySFTʦ~TJ><3TDg4qwӬH^~u^Zd̀EM]~@t( mҟ{ ܷ8S߿3›§!avaO+F=Z7";X|ϼ v6[d'P84\KD&ma;"zڇ-/ 28r9,[e'z+-pTYк `)IGS:߷g:UkD~AA.I6R5`"eFUf iZЩNĞ鵽>n'9C\ k[m+៦׃J,O~~؉ٰ 63pw<{]}xB>e̱ͨՁ $xRfu%;1+^ E |)pO͠ceM֑w*>OICEȀdz$9*+_40BvF\C=/dxGu2Nîr?hbã[lqf>tp[VQ4As&u6tǗ_~oh}}