libtiff5-4.0.9-5.30.28 >  A _bp9|ϣķ1 3/pV3wah:Q=1X~}(8TF 72tpL.<ӣt#cT({g6Ka3 mvU曢vūn6^E۪ >( ;ӕ@UudӞ-B } T $JGV:Xp"kFZ^$$GBDZuMdMk F{.cu I.a7821664bee5b2d7c91390d81939e6048415fc398f1a77ecb0c7682ad737ed7b174d0ce3e14379b51a359059faf9e2406d177c10_bp9|4@̰yl%T}l7[) 7[mÇ ln(҈E.FO[_yf y}qsGHt!DL!%ni'yTq#qP}:"30[gĽp|3~"V)Q 􈀊Hpi'Å2m d9p&\Ҩsca"YaNT7|hjg)-Ӻu֦C矈y ,t>p@?d   N-NS iz    X 05(d8l&9&: &>@FGH$IDXLY`\݄]ݤ^ bQcdqevfyl{uߐv߰wx y,zClibtiff54.0.95.30.28The 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._bibs-arm-1 '?SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxaarch64@z @mA큤_b_b_b_b_b7)O@_b776b786b499062f00e4b4afbe2e08384b37f3009bfd2934afff21f77c06f456f5665c84d96666d11c3133d03c9d260a265e8a87149cf947799db2e5c01aff919fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-5.30.28.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(aarch-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libjbig.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]µ]µ\b@\X)@\Q[[k@[k@[$@[t[{@[)[)Z@ZZ ZZ;@Z@YI@XۡX@Xx@XWXWX=mWint32 conversion (when refBlackWhite[0] == 2147483648.f) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1907 + libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(), and use it in TIFFReadDirectory() so as to ignore fields whose tag is a codec-specified tag but this codec is not enabled. This avoids TIFFGetField() to behave differently depending on whether the codec is enabled or not, and thus can avoid stack based buffer overflows in a number of TIFF utilities such as tiffsplit, tiffcmp, thumbnail, etc. Patch derived from 0063-Handle-properly-CODEC-specific-tags.patch (http://bugzilla.maptools.org/show_bug.cgi?id=2580) by Raphaël Hertzog. Fixes: http://bugzilla.maptools.org/show_bug.cgi?id=2580 http://bugzilla.maptools.org/show_bug.cgi?id=2693 http://bugzilla.maptools.org/show_bug.cgi?id=2625 (CVE-2016-10095, bsc#1017690) http://bugzilla.maptools.org/show_bug.cgi?id=2564 (CVE-2015-7554, bsc#960341) http://bugzilla.maptools.org/show_bug.cgi?id=2561 (CVE-2016-5318, bsc#983436) http://bugzilla.maptools.org/show_bug.cgi?id=2499 (CVE-2014-8128, bsc#969783) http://bugzilla.maptools.org/show_bug.cgi?id=2441 http://bugzilla.maptools.org/show_bug.cgi?id=2433 + libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not do the #ifdef TIFFSwabXXX checks. Make it easier for GDAL to rename the symbols of its internal libtiff copy. + libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 in ChopUpSingleUncompressedStrip() regarding update of newly single-strip uncompressed files whose bytecount is 0. Before the change of 2016-12-03, the condition bytecount==0 used to trigger an early exit/disabling of strip chop. Re-introduce that in update mode. Otherwise this cause later incorrect setting for the value of StripByCounts/StripOffsets. (https://trac.osgeo.org/gdal/ticket/6924) + libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of items read in StripOffsets/StripByteCounts tags to the number of strips to avoid excessive memory allocation. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2215 + libtiff/tif_getimage.c: avoid many (harmless) unsigned int overflows. + libtiff/tif_fax3.c: avoid unsigned int overflow in Fax3Encode2DRow(). Could potentially be a bug with huge rows. + libtiff/tif_jpeg.c: avoid (harmless) unsigned int overflow on tiled images. + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() and BYTECOUNTLOOKSBAD when file is too short. + libtiff/tif_predict.c: decorate legitimate functions where unsigned int overflow occur with TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() + libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to disable CLang warnings raised by - fsanitize=undefined,unsigned-integer-overflow + libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessive CPU consumption on progressive JPEGs with a huge number of scans. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf Note: only affects libtiff since 2014-12-29 where support of non-baseline JPEG was added. + libtiff/tif_jpeg.c: error out at decoding time if anticipated libjpeg memory allocation is above 100 MB. libjpeg in case of multiple scans, which is allowed even in baseline JPEG, if components are spread over several scans and not interleavedin a single one, needs to allocate memory (or backing store) for the whole strip/tile. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf This limitation may be overriden by setting the LIBTIFF_ALLOW_LARGE_LIBJPEG_MEM_ALLOC environment variable, or recompiling libtiff with a custom value of TIFF_LIBJPEG_LARGEST_MEM_ALLOC macro. + libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2706 (CVE-2017-9936, bsc#1046073) + libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that a double value can fit in a float before casting. + libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, libtiff/tif_read.c: make TIFFReadScanline() works in CHUNKY_STRIP_READ_SUPPORT mode with JPEG stream with multiple scans. Also make configurable through a LIBTIFF_JPEG_MAX_ALLOWED_SCAN_NUMBER environment variable the maximum number of scans allowed. Defaults to 100. + libtiff/tif_read.c: TIFFFillTile(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation (similarly to what was done for TIFFFileStrip() on 2017-05-10) + libtiff/tif_getimage.c: use _TIFFReadEncodedStripAndAllocBuffer(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2708 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2433 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() function, variant of TIFFReadEncodedStrip() that allocates the decoded buffer only after a first successful TIFFFillStrip(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX() functions associated with LONG8/SLONG8 data type, replace assertion that the file is BigTIFF, by a non-fatal error. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2712 + libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc to tif_rawdataloaded when it is set. Similarly to TIFFStartStrip(). This issue was revealed by the change of 2017-06-30 in TIFFFileTile(), limiting the number of bytes read. But it could probably have been hit too in CHUNKY_STRIP_READ_SUPPORT mode previously. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2454 + libtiff/tif_error.c, tif_warning.c: correctly use va_list when both an old-style and new-style warning/error handlers are installed. Patch by Paavo Helde (sent on the mailing list) + libtiff/tif_getimage.c: use _TIFFReadTileAndAllocBuffer(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2470 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedTileAndAllocBuffer() and _TIFFReadTileAndAllocBuffer() variants of TIFFReadEncodedTile() and TIFFReadTile() that allocates the decoded buffer only after a first successful TIFFFillTile(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_pixarlog.c: avoid excessive memory allocation on decoding when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2554 + libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZW compressed files. + libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZW strips. Crashing issue only on memory mapped files, where the strip offset is the last byte of the file, and the file size is a multiple of one page size on the CPU architecture (typically 4096) + libtiff/tif_dir.c: avoid potential null pointer dereference in _TIFFVGetField() on corrupted TIFFTAG_NUMBEROFINKS tag instance. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2713 + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile(). Complementary fix for http://bugzilla.maptools.org/show_bug.cgi?id=2708 in the isMapped() case, so as to avoid excessive memory allocation when we need a temporary buffer but the file is truncated. + libtiff/tif_read.c: in TIFFFetchStripThing(), only grow the arrays that hold StripOffsets/StripByteCounts, when they are smaller than the expected number of striles, up to 1 million striles, and error out beyond. Can be tweaked by setting the environment variable LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT. This partially goes against a change added on 2002-12-17 to accept those arrays of wrong sizes, but is needed to avoid denial of services. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2350 + libtiff/tif_read.c: add protection against excessive memory allocation attempts in TIFFReadDirEntryArray() on short files. Effective for mmap'ed case. And non-mmap'ed case, but restricted to 64bit builds. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2675 (CVE-2017-12944, bsc#1054594) + libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2683 + libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate(): properly break from loops on error when stoponerr is set, instead of going on iterating on row based loop. + libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped pixel number is not a multiple of the horizontal subsampling, and also in some other cases. Impact putcontig8bitYCbCr44tile, putcontig8bitYCbCr42tile, putcontig8bitYCbCr41tile, putcontig8bitYCbCr21tile and putcontig8bitYCbCr12tile Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2637 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2691 + libtiff/tif_luv.c: further reduce memory requirements for temporary buffer when RowsPerStrip >= image_length in LogLuvInitState() and LogL16InitState(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2700 + libtiff/tif_dirwrite.c: replace assertion related to not finding the SubIFD tag by runtime check (in TIFFWriteDirectorySec()) Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2727 + libtiff/tif_dirwrite.c: replace assertion to tag value not fitting on uint32 when selecting the value of SubIFD tag by runtime check (in TIFFWriteDirectoryTagSubifd()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2728 + libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressed file if the codestream height is larger than the truncated height of the strip. Emit a warning in this situation since this is non compliant. + libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK() function that checks if the offset is not bigger than INT64_MAX, so as to avoid a -1 error return code of TIFFSeekFile() to match a required seek to UINT64_MAX/-1. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2726 + libtiff/tif_dirread.c: add NULL check to avoid likely false positive null-pointer dereference warning by CLang Static Analyzer. + libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExt Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2735 + libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 that honours max_memory_to_use > 0. Cf https://github.com/libjpeg-turbo/libjpeg-turbo/issues/162 + libtiff/tif_getimage.c: avoid floating point division by zero in initCIELabConversion() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3733 * Changes in the tools: + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + tools/tiffset.c: fix setting a single value for the ExtraSamples tag (and other tags with variable number of values). So 'tiffset -s ExtraSamples 1 X'. This only worked when setting 2 or more values, but not just one. + tools/fax2tiff.c (_FAX_Client_Data): Pass FAX_Client_Data as the client data. This client data is not used at all at the moment, but it makes the most sense. Issue that the value of client_data.fd was passed where a pointer is expected. + tools/tiff2pdf.c (t2p_sample_realize_palette): Fix possible arithmetic overflow in bounds checking code and eliminate comparison between signed and unsigned type. + tools/tiff2bw.c (main): Free memory allocated in the tiff2bw program. This is in response to the report associated with CVE-2017-16232, bsc#1069213 but does not solve the extremely high memory usage with the associated POC file.- Upgrade to upstream release 4.0.8 * libtiff/tif_getimage.c, libtiff/tif_open.c + add parenthesis to fix cppcheck clarifyCalculation warnings * libtiff/tif_predict.c, libtiff/tif_print.c + fix printf unsigned vs signed formatting (cppcheck invalidPrintfArgType_uint warnings) * libtiff/tif_read.c, libtiff/tiffiop.h + fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2596 * libtiff/tif_pixarlog.c, libtiff/tif_luv.c + fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2604 * libtiff/tif_strip.c + revert the change in TIFFNumberOfStrips() done for http://bugzilla.maptools.org/show_bug.cgi?id=2587 / CVE-2016-9273 since the above change is a better fix that makes it unnecessary. * libtiff/tif_dirread.c + modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline(). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2608. * libtiff/tif_ojpeg.c + make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2611 * libtiff/tif_write.c + fix misleading indentation as warned by GCC. * libtiff/tif_fax3.h + revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. Raised by Lee Howard. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2636 * libtiff/tiffio.h, libtiff/tif_getimage.c + add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. * libtiff/tif_getimage.c + fix potential memory leaks in error code path of TIFFRGBAImageBegin(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2627 * libtiff/tif_jpeg.c + increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with "big" tile, without using libjpeg temporary files. Related to https://trac.osgeo.org/gdal/ticket/6757 * libtiff/tif_jpeg.c + avoid integer division by zero in JPEGSetupEncode() when horizontal or vertical sampling is set to 0. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2653, bsc#1033127, CVE-2017-7595 * libtiff/tif_dirwrite.c + in TIFFWriteDirectoryTagCheckedRational, replace assertion by runtime check to error out if passed value is strictly negative. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2535, bsc#1038438, CVE-2016-10371 * libtiff/tif_dirread.c + avoid division by floating point 0 in TIFFReadDirEntryCheckedRational() and TIFFReadDirEntryCheckedSrational(), and return 0 in that case (instead of infinity as before presumably) Apparently some sanitizers do not like those divisions by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2644, bsc#1033118, CVE-2017-7598 * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c + implement various clampings of double to other data types to avoid undefined behaviour if the output range isn't big enough to hold the input value. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2643 http://bugzilla.maptools.org/show_bug.cgi?id=2642 http://bugzilla.maptools.org/show_bug.cgi?id=2646 http://bugzilla.maptools.org/show_bug.cgi?id=2647, bsc#1033126, CVE-2017-7596, bsc#1033120, CVE-2017-7597, bsc#1033113, CVE-2017-7599, bsc#1033112, CVE-2017-7600, * libtiff/tif_jpeg.c + validate BitsPerSample in JPEGSetupEncode() to avoid undefined behaviour caused by invalid shift exponent. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2648, bsc#1033111, CVE-2017-7601 * libtiff/tif_read.c + avoid potential undefined behaviour on signed integer addition in TIFFReadRawStrip1() in isMapped() case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2650, bsc#1033109, CVE-2017-7602 * libtiff/tif_getimage.c + add explicit uint32 cast in putagreytile to avoid UndefinedBehaviorSanitizer warning. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2658, bsc#1033131, CVE-2017-7592 * libtiff/tif_read.c + TIFFReadBufferSetup(): use _TIFFcalloc() to zero initialize tif_rawdata. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2651, bsc#1033129, CVE-2017-7593 * libtiff/tiffio.h, tif_unix.c, tif_win32.c, tif_vms.c + add _TIFFcalloc() * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c + return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2130 * libtiff/tif_ojpeg.c + fix leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable when read fails. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2659, bsc#1033128, CVE-2017-7594 * libtiff/tif_jpeg.c + only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). * libtiff/tif_lzw.c + in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=1982 * libtiff/tif_pixarlog.c + fix memory leak in error code path of PixarLogSetupDecode(). Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2665 * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c + fix GCC 7 -Wimplicit-fallthrough warnings. * libtiff/tif_dirread.c + fix memory leak in non DEFER_STRILE_LOAD mode (ie default) when there is both a StripOffsets and TileOffsets tag, or a StripByteCounts and TileByteCounts Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2689, bsc#1042805, CVE-2017-9403) * libtiff/tif_ojpeg.c + fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2670 * libtiff/tif_fax3.c + avoid crash in Fax3Close() on empty file. Patch by Alan Coopersmith + complement by myself. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2673 * libtiff/tif_read.c + TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c + fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. Should especially occur on 32 bit platforms. * libtiff/tif_read.c + TIFFFillStripPartial() + avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). This avoids reading beyond tif_rawdata when bytecount > tif_rawdatasize. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1545. Credit to OSS-Fuzz * libtiff/tif_color.c + avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1533 Credit to OSS-Fuzz * libtiff/tif_pixarlog.c, tif_luv.c + avoid potential int32 overflows in multiply_ms() and add_ms(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1558 Credit to OSS-Fuzz * libtiff/tif_packbits.c + fix out-of-buffer read in PackBitsDecode() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1563 Credit to OSS-Fuzz * libtiff/tif_luv.c + LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_lzw.c + update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. * libtiff/tif_pixarlog.c + PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. But untested... * libtiff/tif_getimage.c + initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1663 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_getimage.c + initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. To avoid invalid float->int32 conversion. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1718 Credit to OSS Fuzz * tools/fax2tiff.c (main) + Applied patch by Joerg Ahrens to fix passing client data for Win32 builds using tif_win32.c (USE_WIN32_FILEIO defined) for file I/O. Patch was provided via email on November 20, 2016. * tools/tiffcp.c + avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2598 * tools/tiffcrop.c + fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2620 * tools/tiffcrop.c + add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2621 * tools/tiffcrop.c + fix integer division by zero when BitsPerSample is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2619 * tools/tiffinfo.c + fix null pointer dereference in -r mode when the image has no StripByteCount tag. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2594 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2597 * tools/tif_dir.c + when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2599 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2607 * tools/tiffcp.c + fix uint32 underflow/overflow that can cause heap-based buffer overflow. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2610 * tools/tiffcp.c + replace assert( (bps % 8) == 0 ) by a non assert check. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2605 * tools/tiff2ps.c + fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2633 and http://bugzilla.maptools.org/show_bug.cgi?id=2634. * tools/tiff2pdf.c + prevent heap-based buffer overflow in -j mode on a paletted image. Note: this fix errors out before the overflow happens. There could probably be a better fix. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2635 * tools/tiff2pdf.c + fix wrong usage of memcpy() that can trigger unspecified behaviour. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2638 * tools/tiff2pdf.c + avoid potential invalid memory read in t2p_writeproc. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2639 * tools/tiff2pdf.c + avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2640 * tools/tiffcrop.c + remove extraneous TIFFClose() in error code path, that caused double free. Related to http://bugzilla.maptools.org/show_bug.cgi?id=2535 * tools/tiffcp.c + error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2656 and http://bugzilla.maptools.org/show_bug.cgi?id=2657 * tools/raw2tiff.c + avoid integer division by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2631 * tools/tiff2ps.c + call TIFFClose() in error code paths. * tools/fax2tiff.c + emit appropriate message if the input file is empty. Patch by Alan Coopersmith. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2672 * tools/tiff2bw.c + close TIFF handle in error code path. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2677 * Other issues fixed: + bsc#1042804, CVE-2017-9404 * CVE-2016-10092, CVE-2016-10093, CVE-2016-10094 [bsc#1017693] - Removed patches: * tiff-4.0.7-CVE-2015-7554.patch * tiff-4.0.7-CVE-2017-5225.patch * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch * tiff-CVE-2016-10266.patch * tiff-CVE-2016-10267.patch * tiff-CVE-2016-10268.patch * tiff-CVE-2016-10269.patch * tiff-CVE-2016-10270.patch * tiff-CVE-2016-10271.patch * tiff-CVE-2016-10272.patch + Fixed upstream- Added patches: * tiff-CVE-2016-10266.patch + Upstream fix for CVE-2016-10266, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031263) * tiff-CVE-2016-10267.patch + Upstream fix for CVE-2016-10267, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031262) * tiff-CVE-2016-10268.patch + Upstream fix for CVE-2016-10268, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031255) * tiff-CVE-2016-10269.patch + Upstream fix for CVE-2016-10269, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031254) * tiff-CVE-2016-10270.patch + Upstream fix for CVE-2016-10270, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031250) * tiff-CVE-2016-10271.patch + Upstream fix for CVE-2016-10271, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read and buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031249) * tiff-CVE-2016-10272.patch + Upstream fix for CVE-2016-10272, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031247)- Added patch: * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch - Fix a regression introduced in 4.0.7 (bsc#1022103) - http://bugzilla.maptools.org/show_bug.cgi?id=2636- Added patch: * tiff-4.0.7-CVE-2017-5225.patch - Upstream fix for CVE-2017-5225, bsc#1019611: heap buffer overflow in tools/tiffcp via a crafted BitsPerSample value- Drop --with-pic, this is only for static libs (which are not built) - Update descriptions- Update homepage- Upgrade to upstream release 4.0.7 * libtiff/tif_aux.c + Fix crash in TIFFVGetFieldDefaulted() when requesting Predictor tag and that the zip/lzw codec is not configured. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2591 * libtiff/tif_compress.c + Make TIFFNoDecode() return 0 to indicate an error and make upper level read routines treat it accordingly. (linked to the test case of http://bugzilla.maptools.org/show_bug.cgi?id=2517) * libtiff/tif_dir.c + Discard values of SMinSampleValue and SMaxSampleValue when they have been read and the value of SamplesPerPixel is changed afterwards (like when reading a OJPEG compressed image with a missing SamplesPerPixel tag, and whose photometric is RGB or YCbCr, forcing SamplesPerPixel being 3). Otherwise when rewriting the directory (for example with tiffset, we will expect 3 values whereas the array had been allocated with just one), thus causing a out of bound read access. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) * libtiff/tif_dirread.c + In TIFFFetchNormalTag(), do not dereference NULL pointer when values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are 0-byte arrays. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2593 (regression introduced by previous fix done on 2016-11-11 for CVE-2016-9297, bsc#1010161). Assigned as CVE-2016-9448, bsc#1011103 + In TIFFFetchNormalTag(), make sure that values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are null terminated, to avoid potential read outside buffer in _TIFFPrintField(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2590 (CVE-2016-9297, bsc#1010161) + Initialize doubledata at line 3693 to NULL to please MSVC 2013 + Prevent reading ColorMap or TransferFunction if BitsPerPixel > 24, so as to avoid huge memory allocation and file read attempts + Reject images with OJPEG compression that have no TileOffsets/StripOffsets tag, when OJPEG compression is disabled. Prevent null pointer dereference in TIFFReadRawStrip1() and other functions that expect td_stripbytecount to be non NULL. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2585 + When compiled with DEFER_STRILE_LOAD, fix regression, when reading a one-strip file without a StripByteCounts tag. + Workaround false positive warning of Clang Static Analyzer about null pointer dereference in TIFFCheckDirOffset(). * libtiff/tif_dirwrite.c + Avoid null pointer dereference on td_stripoffset when writing directory, if FIELD_STRIPOFFSETS was artificially set for a hack case in OJPEG case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) + Fix truncation to 32 bit of file offsets in TIFFLinkDirectory() and TIFFWriteDirectorySec() when aligning directory offsets on an even offset (affects BigTIFF). * libtiff/tif_dumpmode.c + DumpModeEncode() should return 0 in case of failure so that the above mentionned functions detect the error. * libtiff/tif_fax3.c + remove dead assignment in Fax3PutEOLgdal(). * libtiff/tif_fax3.h + make Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. * libtiff/tif_getimage.c + Fix out-of-bound reads in TIFFRGBAImage interface in case of unsupported values of SamplesPerPixel/ExtraSamples for LogLUV/CIELab. Add explicit call to TIFFRGBAImageOK() in TIFFRGBAImageBegin(). Fix CVE-2015-8665 and CVE-2015-8683. + Fix some benign warnings which appear in 64-bit compilation under Microsoft Visual Studio of the form "Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value." + TIFFRGBAImageOK: Reject attempts to read floating point images. * libtiff/tif_luv.c + Fix potential out-of-bound writes in decode functions in non debug builds by replacing assert()s by regular if checks (http://bugzilla.maptools.org/show_bug.cgi?id=2522). Fix potential out-of-bound reads in case of short input data. + Validate that for COMPRESSION_SGILOG and PHOTOMETRIC_LOGL, there is only one sample per pixel. Avoid potential invalid memory write on corrupted/unexpected images when using the TIFFRGBAImageBegin() interface * libtiff/tif_next.c + Fix potential out-of-bound write in NeXTDecode() (http://bugzilla.maptools.org/show_bug.cgi?id=2508) * libtiff/tif_pixarlog.c + Avoid zlib error messages to pass a NULL string to %s formatter, which is undefined behaviour in sprintf(). + Fix out-of-bounds write vulnerabilities in heap allocated buffers. Reported as MSVR 35094. + Fix potential buffer write overrun in PixarLogDecode() on corrupted/unexpected images (CVE-2016-5875, bsc#987351) + Fix write buffer overflow in PixarLogEncode if more input samples are provided than expected by PixarLogSetupEncode. Idea based on libtiff-CVE-2016-3990.patch from libtiff-4.0.3-25.el7_2.src.rpm, but with different and simpler check. (http://bugzilla.maptools.org/show_bug.cgi?id=2544, bsc#975069) * libtiff/tif_predict.c + PredictorSetup: Enforce bits-per-sample requirements of floating point predictor (3). Fixes CVE-2016-3622 "Divide By Zero in the tiff2rgba tool." (bsc#974449) * libtiff/tif_predict.h, libtiff/tif_predict.c + Replace assertions by runtime checks to avoid assertions in debug mode, or buffer overflows in release mode. Can happen when dealing with unusual tile size like YCbCr with subsampling. Reported as MSVR 35105. * libtiff/tif_read.c + Fix out-of-bounds read on memory-mapped files in TIFFReadRawStrip1() and TIFFReadRawTile1() when stripoffset is beyond tmsize_t max value (bsc#990460, CVE-2016-6223) + Make TIFFReadEncodedStrip() and TIFFReadEncodedTile() directly use user provided buffer when no compression (and other conditions) to save a memcpy(). * libtiff/tif_strip.c + Make TIFFNumberOfStrips() return the td->td_nstrips value when it is non-zero, instead of recomputing it. This is needed in TIFF_STRIPCHOP mode where td_nstrips is modified. Fixes a read outsize of array in tiffsplit (or other utilities using TIFFNumberOfStrips()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2587 (CVE-2016-9273, bsc#1010163) * libtiff/tif_write.c + Fix issue in error code path of TIFFFlushData1() that didn't reset the tif_rawcc and tif_rawcp members. I'm not completely sure if that could happen in practice outside of the odd behaviour of t2p_seekproc() of tiff2pdf). The report points that a better fix could be to check the return value of TIFFFlushData1() in places where it isn't done currently, but it seems this patch is enough. Reported as MSVR 35095. + Make TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() directly use user provided buffer when no compression to save a memcpy(). + TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() should return -1 in case of failure of tif_encodestrip() as documented * tools/fax2tiff.D c + Fix segfault when specifying -r without argument. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2572 * tools/Makefile.am + The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden. * tools/rgb2ycbcr.c + Validate values of -v and -h parameters to avoid potential divide by zero. Fixes CVE-2016-3623, bsc#974618 (http://bugzilla.maptools.org/show_bug.cgi?id=2569) * tools/tiff2bw.c + Fix weight computation that could result of color value overflow (no security implication). Fix http://bugzilla.maptools.org/show_bug.cgi?id=2550. * tools/tiff2pdf.c + Avoid undefined behaviour related to overlapping of source and destination buffer in memcpy() call in t2p_sample_rgbaa_to_rgb() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2577 + Fix out-of-bounds write vulnerabilities in heap allocate buffer in t2p_process_jpeg_strip(). Reported as MSVR 35098. + Fix potential integer overflows on 32 bit builds in t2p_read_tiff_size() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2576 + Fix read -largely- outsize of buffer in t2p_readwrite_pdf_image_tile(), causing crash, when reading a JPEG compressed image with TIFFTAG_JPEGTABLES length being one. Reported as MSVR 35101. CVE-2016-9453, bsc#1011107 + Fix write buffer overflow of 2 bytes on JPEG compressed images. Reported as TALOS-CAN-0187, CVE-2016-5652, bsc#1007280. Also prevents writing 2 extra uninitialized bytes to the file stream. * tools/tiff2rgba.c + Fix integer overflow in size of allocated buffer, when -b mode is enabled, that could result in out-of-bounds write. Based initially on patch tiff-CVE-2016-3945.patch from libtiff-4.0.3-25.el7_2.src.rpm, with correction for invalid tests that rejected valid files. (http://bugzilla.maptools.org/show_bug.cgi?id=2545, bsc#974614) * tools/tiffcp.c + Fix out-of-bounds write on tiled images with odd tile width vs image width. Reported as MSVR 35103. (bsc#1011841, CVE-2016-9538) + Fix read of undefined variable in case of missing required tags. Found on test case of MSVR 35100. * tools/tiffcrop.c + Avoid access outside of stack allocated array on a tiled separate TIFF with more than 8 samples per pixel. (CVE-2016-5321, CVE-2016-5323, http://bugzilla.maptools.org/show_bug.cgi?id=2558, http://bugzilla.maptools.org/show_bug.cgi?id=2559, bsc#984813, bsc#984815) + Fix memory leak in (recent) error code path. Fixes Coverity 1394415. + Fix multiple uint32 overflows in writeBufferToSeparateStrips(), writeBufferToContigTiles() and writeBufferToSeparateTiles() that could cause heap buffer overflows. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2592 + Fix out-of-bound read of up to 3 bytes in readContigTilesIntoBuffer(). Reported as MSVR 35092. + Fix out-of-bounds write in loadImage(). From patch libtiff-CVE-2016-3991.patch from libtiff-4.0.3-25.el7_2.src.rpm (http://bugzilla.maptools.org/show_bug.cgi?id=2543, bsc#975070) + Fix read of undefined buffer in readContigStripsIntoBuffer() due to uint16 overflow. Reported as MSVR 35100. (bsc#1011841, CVE-2016-9538) + Fix various out-of-bounds write vulnerabilities in heap or stack allocated buffers. Reported as MSVR 35093, MSVR 35096 and MSVR 35097. + readContigTilesIntoBuffer: Fix signed/unsigned comparison warning. * tools/tiffdump.c + Fix a few misaligned 64-bit reads warned by -fsanitize + ReadDirectory: Remove uint32 cast to_TIFFmalloc() argument which resulted in Coverity report. Added more mutiplication overflow checks * tools/tiffinfo.c + Fix out-of-bound read on some tiled images. (http://bugzilla.maptools.org/show_bug.cgi?id=2517) + TIFFReadContigTileData: Fix signed/unsigned comparison warning. + TIFFReadSeparateTileData: Fix signed/unsigned comparison warning. - Removed patches: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch * tiff-4.0.6-CVE-2015-8782.patch * tiff-4.0.6-CVE-2016-3186.patch * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Fixed in the upsteam release - Changed patch: * tiff-4.0.6-CVE-2015-7554.patch -> tiff-4.0.7-CVE-2015-7554.patch - Rediffed to the changed context- Added patches: * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Upstream fixes for MSVR 35093, MSVR 35094, MSVR 35095, MSVR 35096, MSVR 35097, MSVR 35098. * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch - Enforce bits-per-sample requirements of floating point predictor. Fixes CVE-2016-3622 [bsc#974449]- Added patches: * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch - Upstream commits to fix CVE-2016-3623 [bsc#974618], CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069], CVE-2016-3991 [bsc#975070]- Added patches: * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch - Upstream commits to fix CVE-2016-5314 [bsc#984831], CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842], CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]- Added patch: * tiff-4.0.6-CVE-2016-3186.patch - fix CVE-2016-3186: buffer overflow in gif2tiff [bsc#973340]- Added patch: * tiff-4.0.6-CVE-2015-8782.patch - fix CVE-2015-8781, CVE-2015-8782, CVE-2015-8783: Out-of-bounds writes for invalid images (upstream bug #2522) [bsc#964225]- Added patch: * tiff-4.0.6-CVE-2015-7554.patch - fix CVE-2015-7554: Out-of-bounds Write in the thumbnail and tiffcmp tools (upsteam bug #2499) [bsc#960341]- Added patch: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch - fix uninitialized memory in NeXTDecode (upstream bug #2508) [bsc#942690]- Update to version 4.0.6 * Supports CMake 2.8.9 and later. * Add missing file which wasn't being distributed, causing unit tests to fail. * Make shared/static library building configurable. * CMake reads all version information directly from configure.ac to avoid duplication of values. * CMake builds are now included in 'distcheck' target. * Autotools 'make distcheck' now tests the CMake-based build if CMake is available. * Fixes to avoid undefined behaviour of signed types (C standard compliance). * Fixes to avoid possible isses when casting to unsigned char. * Fixes to avoid undefined behaviour with shifts. * Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). * Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. * Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. * Eliminate requirement for and use of 64-bit constant values. * tiffgt : Silence glut API deprecation warnings on MacOS X. * fax2ps : Detect failure to write to temporary file. - Changes from version 4.0.5 * Support for configure/build using CMake. * Support for large (> 2GB) files under Microsoft Windows. * Configuration and building using CMake is now supported under Microsoft Windows and on Unix-type systems. * Test for and use fseeko() if it is available. This allows supporting large files on Unix-type systems with a 32-bit 'long' type and a 64-bit 'off_t' type. * tiffiop.h: Macros added to use 64-bit equivalents for all standard I/O and POSIX APIs used by libtiff and its tools which are limited to 2GB in Windows builds. Note that these 64-bit equivalents were introduced by the CRT provided with Visual Studio 2005 and if the necessary CRT is not installed on the target computer, the program will not run. The wrapper macros will not be activated unless the definition _MSC_VER is at least 1400 or __MSVCRT_VERSION__ is at least 0x800. * tif_unix.c: Updated to support large files under Microsoft Windows. This makes tif_unix.c a completely viable candidate for use under Windows (in spite of its name) if the CRT is modern enough. Please note that tif_win32.c already supported large files, but only 'tiffinfo' and 'tiffdump' made any provision to support large files under Windows. * _tiffReadProc() and _tiffWriteProc() are modified to chunk I/O to a maximum size of 2GB for extremely large I/O requests. This surmounts limitations in the Microsoft Windows read() and write() APIs (which are limited to the range of a 32-bit 'int'), and may avoid poor behavior with extremely large I/O requests on other systems. * Updated to use I/O wrapper macros from tiffiop.h in order to support large files under Microsoft Windows.- use spec-cleaner- update to 4.0.4 D tiff-4.0.3-double-free.patch D tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch D tiff-4.0.3-CVE-2013-1961.patch D erouault.2862.patch D bfriesen.2805.patch D tiff-4.0.3-CVE-2013-4232.patch D tiff-4.0.3-CVE-2013-4244.patch D erouault.2861.patch D erouault.2857.patch D erouault.2856.patch D erouault.2859.patch D tiff-4.0.3-CVE-2012-4564.patch D tiff-4.0.3-tiff2pdf-colors.patch D erouault.2876.patch D erouault.2860.patch D tiff-dither-malloc-check.patch D tiff-4.0.3-CVE-2013-1960.patch D erouault.2858.patch D tiff-handle-TIFFTAG_PREDICTOR.patch D tiff-4.0.3-CVE-2013-4231.patch D tiff-4.0.3-CVE-2013-4243.patch D erouault.2863.patch D tiff-4.0.3-test-jpeg-turbo.patch- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 bnc#914890, bnc#916925, bnc#916927 + erouault.2856.patch + erouault.2857.patch + erouault.2858.patch + erouault.2859.patch + erouault.2860.patch + erouault.2861.patch + erouault.2862.patch + erouault.2863.patch + erouault.2876.patch + bfriesen.2805.patch + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + tiff-handle-TIFFTAG_PREDICTOR.patch + tiff-dither-malloc-check.patch- build with PIE/sbin/ldconfig/sbin/ldconfigibs-arm-1 16002635974.0.94.0.9-5.30.284.0.9-5.30.28libtiff.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:13215/SUSE_SLE-15_Update/ef660431bbf31560db27000843876fac-tiff.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8bcf9c8e040dc3bf2a32cbdb3c0d5b9fdf2a04e9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=29067476763d3a82ce224f3481f0b6286a027a0f, strippeddirectoryASCII text PRR RR RR RRRR RRPRRRRRRR RRS[OOC/2Futf-81234d8764b7c0950fccad6a7a5b7389b2548da6dd98d59222c703fbe5b35ea97?7zXZ !t/♳] cr$x#/bзCR3q"Nek 귒rQ KjDӍRJYqD 1ЊY DefHRVzuQ@a&N&* {}\'%[Au"P'!=IUmTϭx,̀?}Hґ2Ly/~R۽Ki?nej_zC3=g!II >j3 V8ΎT*~|x@by4C[8fB%P 3,'/× 6 H!6=AނdU2F 3SYBOυi(1[*-SCe9>HLn+]@Ul\4p^.Gov\J!  կgLbɕb'F%la]S."?šߋÍT{_/ _Om爂S8r8]v%VfJك61 d2\ 1\,k3oԓ&T!YCZwh\!R[jŽeŊ ~׈uOA0H{4PKcO/m,#4c|z"}VSK!\dWQ~:ߋll w7.;SD#0Hʅrۛ%}NvhTw÷\P_S)Qi^y3!'YFbxa:mYƾH3x_`a1W*XLZj0X irV9iT[ -jd+ߓ\|j=w;-8jB޳7fGL!vp}Bf^ ڕUH3Vѻ|$l4o0jʏjk1Ꙥ!Jp u}krs%%W@4k34纁h.c~ʕ囡=ERhVڀԔχ a= KIJ48*>c\0d1CYʀ˼{XSATJd  5N/W>tX LM0vF Js)ykgܽ]o8??QL:1SbZ`( .jw|I\77ֲx3}S; ׄ?рZ2l?QSD2].z'Ѯ= DZLdw3߫0v\Q?Xk)$z%6Nsa ?1R)Jy=S2]ZyVb3eU8g+Pܙ5鈁ןj[]I0*p+9ŇCޛsv q[3ύɸt`I/1%~xYNFOʸ(jYU,E|("…7DB ,X$㕚¨*ΞXXg:8:j؊ ԠI%T[Vsd6 Zp(Sij,%Zvm]{^ejߙvn_f;:b^[_vSdX4(%6{{@j~)lPqTWZ:,ĖzS)g#\~Nv4uÐv Y브\6Zr i71wm_Tv䙵x-oGMԠbpzqGZYÁ,uZ3),7 0 ^ӫ"6 w/m ZAZv-KnYƇ"+*2mWd`q"<{!-pPW|Y,oѭNk<pXDEtC~!C#-!" S |.1h-Ivf7 ͘[l 3R K7vڙZćݘ(u&9lW@ .c&7*7x ~r65fŷ[&ջbBx惱A34iB~ȟr\hdĜG"4l`#bV[1QA`ƀ`aBEI\0^qp~B3v4=ǿ5iUO 6ϣwVhfG{oKKP=l`;WS Ǟ?kLp2/)$*D3UMyX]=rނBªμT-n޽쯫n7[lKQֲ`Oț+S^S+: ww.0 ZXD l:øÚ#@ҩ8-O(P*~q[BFf\,6^!0a6hid+I% ~jS"n h# (9Dp>SyOXmrP|.k8ܖ) _Jco`+e]S~7( ݮl7 G]~r-M8 ❽Pz/,0Q€BwV9eH§"ncowL VUef49 JPS젌LY MJBَWkk< rxQ/<@oz%X{n9 u[5cE4 drtJ^a=[}HLCc#2doQnE +>q@/; ?T'c"(WjToxFJa vPa4kR,- 礅sm*˗Zp' |t{Xq9#[\Fs-ߊw>䵓F㼅6N((CE+{q2SV(U"ݹ_1Lo`3Һ;[1( Zhsۑ&EBCpT?ƻp#T58yn_I/W,H1C&]l 㣾XM4~F ą4bU 7W`!&$}Rw2ML|pL2Nq 9yΐϷoL0F)"D0yIbYV\rwiUP: ݕcS\&Яv׷FrXxƑFTN/Ld\X #pwOvq,}<~ mii\a80 Ydb6Ήo=|ʷGL@]۞aޜ }[f~#jnK`eGiF:N`Vz,Mڢ )}Oؾ/> ItmS֔~H!B72]y$HIB $ \EnSUN~w=""sjaL "Et'Bzp e(Hb" GUjHsqbe`ǐyVHrPOJgb5z`gѽ[?מM*Jşn~[{˘wczu探{%@ɦ%Sv+"c7јkW]m{ϔHjI$ P?Ɂ,mpVvK;/VQgE<ΌYC׾PizrU:#;^t5ƍKĦ4_(;ȪxI4T*qcoǭ7$!_JC.rk CoQ77ʤ8jΚFF4s f +l=W'DCkHxf!#(;{PL[oYpj)I}I+"ܔ$lj "4_r5W?dj}i%A"^ﳖwP*Jm||#/a-  [~{@ Q-tC|s~s u`ο|\DC%ZTbwkf3K1[iDc3r\# 4vz^DL_Tx#fH{'_l~[lM=7px!k:RqJbhZΉSՀg!urpG |2 :n}N$ p,xmk#->ӈisݼf,A(ÝJզܗ(7F4LOڛWE5ug[&07n]340f0rhJY*^0v2Yc3o,l2$m uZy2IV-L[95c/@y|4m^Sg2v0Cq4f{@Ϛ|Qr?M?j0s*)!C03֎L&E*Rdʙp4ŕ^Wݯ_R~nHb/Ni K4V#l#$~'߼>=n'+2JH5$-b}PIiYdzUj@:Nm2_nOS\YDzJ%pXV(7IQns?6,ŸF/#3\МϣeQJj&"5pzKL?۬7s1Z%[Gcmb ۴OoOzw?l4`_#bePd{?x$S A@M9[ы!D˭-' F?%NBign:שX1Q2tqB:bWvg*{-{;!(P+[Q H1!RZ oUmC}"o `΁4/\}9-=ZvßEӑxipfi7#h1u4~D@w0-)q]3N~j8s"ٕF~r=_XyDa<6k$):~-0K- a0Ұ&wYbJYc7~<Oje6V/dVDs@`x.N¬ XSCڊ(t/'5yQ[\<}q?"ޗ5ѫJQN| :M[s)c762CaR'{(hg~U U9 " ua(&/MȂ:L58sˉbYJAߓ17V)' 8Y;s>,$TK[($5=>0Ȋu&+ΨN(ΩmB/'QG_\>ȴ{[YvJ*ɀ{bH eT)BHt z27/ݙ&x %g4]Eޤ%զʩ˒!>;FPYd􈔙(#8yDň j)Zx-f5f"#A\mr%5D8fSH6ljGu9h}Ngʙ)9W#e䧸lU|~/6b.YGnP0l%)V^X^xDliԮ yԃp[s4{iư@L,Tψ0'sփeҵgu׳PjOv8TxBaJ|,"#Z.߁%YVm7H=΅=)U3aoQjl% E(ۻޢ†*7I-}v G b @l5+{F%t- !}S+}Fm,|J^oP*?mI4{cgX8kW`1H)vSx fYOd餪ac'W=&^2=v5Al1͡k_f+;Txai]OXupz;clCU bQ:J3Lt,Ƈ'HxW,N-MV\qO9!n[e-K(1), yBqO ]n!|LW2S=N’w|FH֣>e{S`p25ֱpdzڪR˵>~U; }NHr]~]m "84N/@:^)z=.gvOJu* ƏPc/ _"Euz~ҒX}0!1 ~Iň!D'|JDQ֤\Ҿ[fhHd"xfMk1+5H;f<٘(tWB+C?Yn]J.cvi9蠟ר"׭S"nu^`z#[𖰎~u`XKUqZ@ഊ60SutpJ8%AT6C?RSf@|#}ae9|w3MG-y-˷x'A"^¬7,Q1XOck˻yfGu^Ԁw9`kN}IkrI0v$AkK1?L9@Q&cQPU=/)fXK" ;&R"V=YHȝ:zg'E"&NG\aC&c ILFN$E0KLժ~8PI&Eu'Z ;/BC7:td@C/Ed@ Jm5vw.=K p k[r:fI+{iL6IqZbPij5cܳMo qݹmS) %Q"V5>Z]ICqEϨe'_D`v|ZP9tZb#Ȓ/Ki߭w///4!݄;e8bm+d2{iTsLz}u;_,NU;GsH[n: NCec6]VPi&.XT(crive%(Y4YpqGFB%?[F{Q= ܐk^mCWzN"l[8UTnp  qtJ]-*:Lm"b!NP6Ir;ԍmW$\C$,΢C ā_Z'^)q<cf yS|)T;Qnl SQm]``d\΢36cV0y(~z#'ganWb/)7]I$uί!v{dOpM+:$ ^d^b3ak stqJQNv@6 SR8UR|g'3AaY[Ia{v:(0P]2[tmoߦcpw^[Fhi.i^:&5`( ՠr;u)$Z3#b|L֎)"M *e> [mb/[f~\6~Q'<,zlHg;k>GdG-LPc6~檙Ȏ-g誘&_K@)o\kEsq[3) 1l-չBw̳DUfLJp #lɫ(zyg"j:ꄐfD9"$? *E@U-b ڰE̝}ScR6}Mqin f>D5_jVqխ %auw_v]a(cp@oƯ_Vph{*i U,u 2x A_,#duD+C4OvE}M`3I[&!YŹ['tFvsUV:9(@}[P+V^lawScW=X(Ru_F-!:t~y dx|ƙdf'ȳ%r_E %f-eSn'ɚ5[ $!x!~DT4>!0߫," (?Bmp>%|@(hLXPOtKoNdb+N'Z&a>=3fI^E:KY%t&P":/IJ y%tИ` E6cu<& TY+&`+c_6,u<47(g2Wy7;T6]GZ"QXC1.(cμ/:> 8N.6ZtjAvS"ɜu(K`ty+ j?gcIUYT(?4C \j&Vɂ)5{a~י]:/$ici%U q8K*5` U9p :q΍.ΟgnI+=ܨkfܙxѬ07&#+&A]\!dгzUL3yU,D&*N9S -=н^0;R3DVi\DpDa spl;#X[ <=k7Nd'Qz+jwij2;MjC6x)a-E޹53k: O-=U$uM j ͨ0uU(ӼJ/;Yvz: ;2Eu8U("1iHsuϏ&RPV?yy0Lbn?ƂN' ES&t<6šţ+w19MӡU܇^'ȡ٬i wuf '(6c.Y`7q$j:d6ZY R"cZW۲~h@QaWz*FӪs+sWK*4Z\9VDkq"PTzuϙr}Bq ~3V&2>/1lwn|=>)]捘)S;yFw9L1}tQd'qʷ5]I(owN"ϑs8Y[>kHϖEV>[0Y\@SGgCUSMgv`ɧꛌf0̞mݣ&{։8Bߖn&2oׁƠ }S~Z>r#9" Ё8+_m ߜLq`;~uv3m;I.l!Ɵ2I4;r 뙤^3DoCfA08o4cDlSu!4{#7!w.EGQ?lm&BQv; P"2`b|'9F $ƃYiԢ/1&9xiHWu 6Ϙ)qMT I QE U`s ]@K6il46vy27 H YΓ9:dn ['MBA'BMwYhY#LC">&<B'[y_4"Q%TOʎRk7O3bNJx=چ# ]<"RG3hs )%RétwIׅj SK¯[C0~myQr6xF5BcZ-cFYo(Xʾ(+Qjz@ůvl);=c!Eq^uq͆..qDQH~ Id2^#}fi,E՘r>DFz4L;<wdTsH%`̼LR9i u*OK>_J@cܮ- ^Z%q?To_h,on]Qy Cf_? 0VD.p몑vY#݅[b PҜՆ0[p\j/MqkJltLj^!5Q(\TpvGh&( cH w5H .m϶#7}Kh7+>eA˞rD59Ing*0#[d*TE@J<#]w9I=]iԐY'7x8O$DR.+"."~c"J[ 28akw،]#I (CGD8 {v&&8m R3d簯E(d)ЦHiZ%11)ț !ڲJ+A!@*}SFQ(l8P w wr2$YEĮY>b :,.&Rυ LөwokIhn.D+WhHo}_ѝjX|]$s/psQ`&O"OH:w/ӯXsX{e>lVNp ζi@Zco{@>۪U`?t>2PM6 s:s1ymÎxp &v_hM>:v,f:M`Ո0#/'/wLd|,צi7a1RFJd38:R h /}|ל3օnэp\dP*6N%?ja3}_5InEwڏ|r`<@CD fȑb؜k>I/O˶{< #4,*boFBP 2 8\UׅbVGbJ#ʕL(k qWmB4(Ƽ4"luNү_L*Q9՞/o469m~ 2{I+*b/u`%E$"mBy)(ɖU|90Elttk+[`KvD$a$ [mA 8>Vr^7>?kT܂"4mV^g3"wfWY?m̠à"WS|@]NX~rqo]=Tz= I4Pq!1Tb;Z-V28sk/!rW$P.]1r@0A;d1ŗX|KER}I@}TESumԽ,KA13^r J|V4K-¿V#j\/ ty>kz;XYa1&ǪV9d2md`k("\5M/̔dU Ewo)OMo_&R kxWp|@ >ϩVA+ыH 0@?.E Z-=EAw94Mn渣X)5}鴞 ؂%^l(SRύyMㇴϩ eT+;kO:0p9k+QޕF >ϛ';~B[TARWÂZ#|) kY\ڪ<;)hm,|Z]v3~&ɱFlyBK6RF'%Pv@;qg딯[1}v8@/=Vw%$6.gtDjX %* ^s? ;3wW(y~bn^$ya+$RYF:_NlϗoQ(vchWb4^R8A.+-<3LdAIy|~]:Љbp̒ ]hzph$nGe{h;RۯY/,9p~;00 sXcIjqu3|iNpEȔޙ*%§Z]8IL X8JM{~}f!*Y m_aO4+,]j;f򰇶# KAH59ʆ7#xȽ$>ri"/q\hXұC7ZcoWt$amJuGJԦR/%?8$'Ku EN&,vݴIrjPwʉ}Y|D)U=4XZa4f}qi!53:(.~ìVPg&(Edu⿗-ضpG)Ip +D2!{w+Z-rG sbhI$V&(~Ki' MKި>ꊊaO%q`HˀE17-/RZU/Bc;('EjW]L|tSQ*axm25!%!A k$sގOmB'Ϝ u|Rj3:w-euڋ<~1O_χw|µ{ f}bc @ΡKoEŽ1ᙔ])A!aXTK0(OCpqQnOvЖѮ1vwR7BkWX4߻ ::`ݓDZaVE,ŗdSқDŽwgK`jesIiNu>0\/G(d{@)|.nƛjW n6hIJ|n;뮶(&qW\h,kfWz{uGtlRۿ/9BIJ14%>{oH{Ȯ 5-wP`E\b I8h@GR K ;ixCL8L:Rq}}&~gIH7P͙-WDhC\RmjQ3u6_9kفXP/K~5PsWiQ+=V~mĠ)qڱV52̵| DŽ qXUym䅕_Q(B@o޿^̵~K39q3Cw8#Jsf+}n ձz -j jfB n/%B)dK,@F  8ܢ 42'뫺~/|O3ct[jCZg6RrU?fWC"ϘOa!|=7HSNZkd0{~W[G젓r2"q&~-K@^N2/ 6O ,K1ST6EF,VEw4[(uqΛe2#ׄﲧJ[Iԛ,叭ֵ 8qwǗt0`3;%vq_ѡķPC5~om%1ʜedXUDN`wzK'ƛ X뺏Da_?CH2Uj9H-T ˫EgTNBL1MKt\9ܓ如 rK 'ٻ{s$jd,^\C]AQ?(\Y¹M? CFTr7*M*Y{8Wѩx'T{n8-BdЖ>c l}lsk8Geb~䞴7vz.n.j`T3& [$1sqR?dzu*GAz●v=M\Z0ME$.m*o%q(\dwbJyz7Mb蕇Ye=3-E\2\XoMxٷ_ z5J3N>'C>?M{w崵Af&/4몔v|_s`r P:GM}skk \'hAQ'\e|V5X^[d$+MFmŜ[ҳd\O<{H5Q3?WC *RJv;bEET(XCHu rϣ@[y9"ZI yZUvIAKa^o43hxt EdOD &4W-m3yGe >J(%wi?v.W) h+ꋗC9Q톧mbZ_GZO~SWj,P| NnAyZܪKSOB_v( !m:v^'ɛmlh R!Ӕ/kapMYOT4'8ss^v-gFQAd?t7-~6yHLl, ElgOϧטAiO;/_գfV*BJP |OL)N34 $PFP:J @0?; U|ʣ ˱|TESr+>RЊĵモT W sw+zזb%/R4_r4$EO`Wb}APx; q oWcߨBPǨΏU%[tfϓDHġt:vihT>sWIl_&,H4{L'Q,{ NU)s^hQQ#0/djwtĆ/&;Aė_MwX>uMAc ?8e;a~Tw yj>^Yi+YLP w`sσFµt&ԝLlV9ѷ7Z<yzDϻXLȶr~S6&?,bS(ZWlE1+KuGb\.;vCl9ވ9^xk>8IM|{·2ׄksEuf2{>pY˙לlQ\Ys:&E^HM"ljѨy߸Q@JbDB;l,F+{i>kZ˶tQ5X!1 ᢞ 1SF?Mp/%W AS,$XL$łءba;(_^QCxq-{.`)M`3bB#KRSW؀jƯJ=o^DC_F)~F¡KQq ފ&q;oɬ)RoWIR;˺.Cʹ%HydB &A_⛰AZf!UNHaܕ& ;k&Z~& {7zd $<ZgB/,U?Bvqa P qPnCTA,gBB7#'6HEaʰ mC@%wS>׹n.@!Ղ{J Sov=ސ Y)5Fdupՙ\)?Z"6+3uC+;П0ʇˌ=dӢCzJpR@vB Q }78rV05}^F`RYc(mh i|19Fofz(ԕ B_߈^䞯/?_(N4Ҋe5y,5QyD68n@y@&G|7Vj]1l~I_Ko5)4ҊF*Ls."K4Ă9v{Jk'a^92ՙSYuiL V#r*eȇ_MFayObֽ肉7UR ~,RuowV֣8b6TT_e|3OЀǩgb+ΞL"Vld\!M' Ї"b:(iA@ 1^_ue4 Ԅ1S&<7TR/Rf$?}d;VBI$>YTeѽX/݄nJOaTKn5?'cdh> @:duB@B>ͱj2yebF0ΩF| fҥBUNHm P\(o%?P"O@j 5h֒K3J:]Д]{QYbh!ک`8cҘ 2E`9lLhneZNتSeG0р5Ś$bģGwv" aB]*,E=V<3WZ?Ĩ/=[xSWh'VIN_Siu :4d$7 vlbs~1ǂ=,0z:X л^W}<\E%äu*]bvCU10dʧ_ <СDg"5^g$$ux|B<{GIk7aݧU5 16*|9f1*::35lnڛ+Vc h٥mf(+,ȡHp/_&gd}ho+¢CFȩ(s-eQ&! T˻gNC n";v`dA9O[ 34`}}$EbWA(!83'[UVy@93" zurZ:R1LA@F 鰀jD&?7N:k!-hl, Rˁ{20쥤m'Fp z0x4Q-nuFk8=Z+U}k:B--%  DǙY ~I<Aep|b ƓL< \53gեmPIJx ?BXRKWa{]#@5X/6vn~ &G {& vJ:eBn}T~x#GG"6_h&pg05Ȱ[qi Z ȉtQev=! HiF|E-:2Zx6*&۝?R# 4}iecG`.mnB+v4YUsTi0&4yy6VQϪ{撁ƿq*+F79,7mY‡$I^`/Q^Z#ukqd$Hjz= $==vVLA\QRSPLg*lJfHNuQ?& 39z#nvR{VX x:-܉5fHϤ%͜'iؾId?<=ފտdve83$W ގt䬰y@)爚I*p_%uL%]9-2BI-X/?i|@\_EodsFJI- -B[!{RܗsYڡeάp*WdR=5,EVJp?zTCgF7\c6 hsvq<`lpՔ\J ֘iM5,h«k.&.PA=·0fBTJ Haˠ3KKZQ/mZE5bM9fq 1};mIƮgE pΥN4gZ;p- X*P "LL_5˙"8}r=cZNMלHh k$h]/J^պdf8J?*q%}|]弎A>[3'rOuI&SS-$4&i*8Wmț˥l"b:S~K}hg|,f%w;$ecELDteNwxt9AA@wqs]qBf'!KȜۧxxw×/Aok7-sJĮ"j1cHTч'nwԩU<*{x fF_OtNùM-V1$=dR2lxc,c6c$u#r~7"j(Rt&.&$5]=q{r8>p7Բk ).qkA-%mh/ ~>%x]qC_^Ph:;t>fv{8 ;յZsOaK] *?G2G֡KkϕBTJxjIaZb@Yt5"|ٴtnӰ C\EF,<C1BYv VbI~JVG3[mkt_1 Cgj/6޻ i2ژrnj+&~uSNc21^֥nٶzK(ggYl*B4=`MƕDէAkֵ]qHRŴKR &ȶ{gﳹ?LTy IDyƕm@ /ܴۢQSgYy+k MjA^2bQE8@_t);7egnҠESֱP|wEz*QFY*s'\c^\XOtٸT2~J0cS|v/]@cs*LFoz-@ޥl:/bJ&/N{txpΌeXz879|ś{P!EQL쬟]ercv`E Ǝ oӾ\U=7 *\coQ3öX]NFZhu"կ Q]޵4Q//^=2O!'KSK6+04c#οREd-@1;εTچKB)z18}|Ȝ7%S7Gg$f7 Zh](Ť:neM>I3 F呺L:I&( tkPиDT!LV.p/tD69 ^R)MMXTyIKIh^- cT-Ǝ/g̐.5Zy/{Iyt*h|Ҽ`{ -dqqC9)@'hU^D6b$ !X Ny}p.Ps`U_[Hd!l>ǫq0jFfwOԎ ;&) dΦ`rYN+ @.NCMBzg' TP{LyC|,CE/:iՏƦ|N)t| F w ;TOF dȶn*g:I3ޠhrYQl`}oK$g42@gQ*! @e'-͎]1xvF_$\4I !daa#{d~3%2恖EZt 9vwhycר`x@ZbX Uia?}٫W(ʝ<'G])zjGL=&O)3, ,j 1Jz00"(Z[2M&Ȥ9çդ,;8k"eS#=SNO%fPF_(ɯfI?b~A?-ԊDBtc>aTs1k"^C_|:{Ngi%:߫k,9fZ#8VZ5 ; }ÎIg=M֗Ǯ XhI2lC6g~C9r.!ro'_8B@_b٥1I=b)#*?透T`!F`;?UJm(d?\t|ȾZ6#]|LToJŋ7NL΢~aвlĸ>%E7ӧBYٹڏ=7[>z@b c%r +vHhZ!cҐj/گGPEZG~ڐc6lUBKn@*%k5MR|QN2l1d&I&e g/NAf0XNؐ:HW>E pA~qifYzV:3B&p9 -^Z8܄m[{&ĵh=[^ʍ)..x5ҴѡHۛt@ۆK܃( Ƶ֜7Rsy sYMJd<ِ{q|!d A6oV1jSlv$ky/ җXUB䜡/sBB@ /&@IPdEAo&K נawfA3-Bg؎!ڼԹ+85廚)J7H1sH7zV!ɤ3mՕ^̻lbjZ%>6oJH #eM rkYLRWvXǹ!?{3Q1,,c6rΨ,@_zH%x:⹔|̺׉em_6tEeW6sI*쩀Qao~*c,/l\NaV &RCM|Vu1}艷|XY}b(tdX7<GsqvjuB(@y_`е6>E6 u`-1|ŰPCҼŗ2k Կ=|, +a4D0\+B+MJ]g+oQW_bB]B >&ا ?Us|1fpG+o^kTrĨoE, _n|Ux JqQoGnѽ,p+Wcan6F!Gk=.EU;vA-?aL=Cw > 9vm'M^gͬFG浩Vfe \1qCO+2q_GBQ n "o:$%YHNl4B\Cp}gchOnq=StơGW6gϔ0⸡>;}r"Zb;@?cD{?CnJ|x7 u)t#}gܭV%=j3{d&/V/NQv 5{g  餔=l='.Oq3 %^k8DA".c:Eޔ[D2)p1&3h?n,5_g Zg{1"nM(C!ͥ'i?ï8#5O;Ub<;ґ#J'‹j#G"} Plu( 69QEIEJHOBM}cԐsz'dýV8#i*PBN!v_)]JvN?Qh 51kR?> 3c5QSfgMObndP&*= ySϭp%0 J^4VBϸp+NiA9`Ĭd4HkQ)=4V͎P θ6E~3_.KDcXJ}# }eHЁjz7 ‰vn׆c\m/uHǗU?z|aVq|ʇTk8K_ZNa|J )6U#&vgʹiskqmoha21?(BzVU%/b`#gPg$yh n^q @[:E@p=MV˵8u>p(᫚BkۦTsSRνz{2 V@w'Lby^oyI EiժK폯 i$AOiUK<&5(ZFN7?Fx 6Q)3k_+v4ti?T6R,Ѭ%MޥҢ*4 vxZ\}sܶR$J fKP1ikL3g)Si隠z.-0Α75Z'Yk㹭(OI/CquD-wX(pid x=;b K0hc ҽNiiAbW[rƑ-9?'OsP\}cEwٟ1NjSy@P%3E({=v乎sR1zٴ8ޅ2<oL֊&ssmh{06s@|:(! >o;bZM76Obm0_Q8QKh$6v~ju䅽x=yٸ>[bxPbu^?0A"x?qjcZ4,ŕoYPKnzKꆸM) xu~Q($;샮bRPqțφ~L`v&2 bc*(ghǎ{rr&Bx~b+k#'ږIcYǍHɅN^Op-}5?e@hV9P0! z@ \̸-@)#]}x !YJ9+J.v$TYO7PUK4hRYdο/"2p) '%t;uZwo"7D@ s%KU݄?\ uip7V O 5Hܓo_qKMBx7&d kB MϮt̯| J8O#SdȨnN;᪎OcZ%I߈ɟŚӱJ,!OA%o HhIKG0uO(v)ۏ=gOit>,y+  4ql50(/hAD Zb\KsL P;aaՙp%`{ӷ2H5)7m8#:d˹/ ݞ .Mթ[5< @4(;)HA(6gJ:8" *>̅cR#Żư+(,Y? .>w<({N }Ej<`S$,V? e k̩YZ: X2H jF:и+m2bL97Czjd|nGrTdLeJ tfQ"bT]SJE޷Uz 5F |aCCj#rQ$ Gi"t{IB&' |x%XrXc0"nL@NmQ;},sz3'}PZ 3+8y/B6;`οJIbi&BrMoG`q3ےm;gii @iQ s);} zǺfV D]Ǵ'uϚ*|[V y3d{|N? 7!!~L ,/FS,o~0HFF q^e Q(ƤK>Jzz v{IbMG3WqObϝDmMrp~_.K m%361@GpwknH'gQ Nq{!Nqd o i%{<ӘQ<d_ yM3م{Zb\>"z2P;t]wai0D!@~ 'HtzU1R(ZBH2/ nďn˪V~ETDg:zfBkh0S+2*?0O$O|55ÑI%9 JWʀLSwf~}i4_.D*rr9c p@Ǖ3xƭPl=U1i~{J#3z3hiw xm-8sGSV WQrGj~JV:Gʵ?8Xҫ]?t# Vbˤ2|=Ld.UpM/)s; Z tF ~@{=u:d\^T7eWlFy~stl-ðxCjGbG(ϢL;3;O- afE'B}1W*Xa 6.| !%j:d^'ڦr5)&cYfB{Ĉm;;/-Yhސ8eF#ٴ-Ŋy>&˦θˌD?g7 Śh}md S [=?SG_}94P25DI5R }7#[ޚS4_1;}z ]Tp'?v!45"l+or=L/8Xvt7#ݫk#hU-c2ZFp3XjM5:Ѹ8`PL`Ll!<OL?~e1jƍGXiތWg_¨L6<-HC O=-pSQ>Oi %0G塶>~Vu=l UQ 6Ȭa]^U_w>MTHi:oIH$|ߣ33_Hy0H8!Rg&XֲiHG/;#[+^p:&ɱ:GlB{?}d9Ϛ8D6FC.%l9 ̥{C#dS^?4qhr. Xm.g-cIJƠ7/H<@(wsf4ڸ7Q~R#%2?g¢k}^?!w0Vi_. kzCJ' żIoX2JYM@eW "z(Z |5y902)\aTe1] ٕen[rƴzObgIvHG-+sRdE7գdMvv&xe+={8@@>B͊'AICDm/h_n Y*0&5#=AM]#XDq,DS3BZO$W0Nj˳B{O IҏXg:Gc(s A7SR>FQ::̯v)4(;W-r3:>! |'zEXԂwk$ayq My -:XELz0TQHtIM$Dh+gk.ӫO:HRǧ|0>92ñeS; &vKz{J?_ƊqEZ$((Rƃ-mݒ)`-,X9ƺb4.AOJr߹G9c ':XH7fۨ! vri.,ƗK fp!1lY1 5k⼛/\-[E䈞#fw ? M@o]᰼JG8G۞'VkB- 1 Bcҋ !e SBSNOnTXߜ ׌$hezTK(DjkvM'OqFC?me.'(sREIoƳƌpZ8HܙZX! ϴˡ>\,iW 6!kQXW1#"8l8eSghӚdc/s!پKb̆ji~4F>n0兖%8V)ـlWl&{UQ637heZ5WP96pL[ |5w[e.P:f"~KSw-phq9Ň'XOL.rUۄY8xٶ+{m  4b-o{D^AL牎yLi1]%82a*wi)I+铐i\CM XBwo- i BWT&grBcbvnmZ~%S,GF`N -B ZIV 8ή +&EϷsƫ亘P9@"}HGXw ]}ʢ" kS˩#\c"=8ь Úk:EM͹qni;;AX*bVm뱀\ Mb7ꏎJ8Φ\*rN  b g!>K[_ЍvN}Μ]"4}vgjKn:1e"x_WG5,K9:&_?b#{i $c恭ia-7PSu?{n* #7ЊwV7`ȟE -P3bx3=xq>0|Q扢^FN03jt~PUS,zH pzGqt6E:艹ry DTM}ʹ?ҲߎĬpt;H 9~{ROxM;$b|tB~#!xؗ !N'07]bU&K cOmi֋)p_Lbr> !qH AG fuww㭡?S>?B𚨦xE_H )EHj|QT8{}з- /UL6 =Hрl 2)V?@ 5ER[Nt{ճۼOOnGW^k0<,5*c}Q"tĹK8yiNؚ~ }\у4Ȫ‡es0~(MkRgc,R1hH╺9[%cf,h!׌Z;P}pc1Ag=SŅ:FF!a}Ra-n-&_4.fZ kurRT̂W-hiUYB#ϕp^E6o"Cw7V?|ȐӆevI@cR! bڥHbˈe>Cz+Lm;Yl08O cj q3"ɔFˊ#&B:)I@F`b4+%yMF+FPy3Tڎkc44m vj5NYLX4‡4M<6o,RLL6;Sףq?jJz8%jR(9rcAZ M=$(*\+4jڌM>:V~["V/ƕKQp*q8W{-zZ](?emxlۦuK-S"='(x!ԟ{#(z%XǗ╰Շ)xhַ[z7o:"]חRrC邎;NkGtej%0;AvȚRCy*cNgԒxz@hWsWXT:{o.!@eᝬ%)% @ۓc+5 .#fǃDL+3HJI_6k}uD=uU+eɪ~-"43j/8]ۘPG ^={R=P\,~ـlmvFBsq{mToÁG@X1~a 7`_jg` lY&b4Wd-sQ t'!aX^fđ(s Ѹnی~,$={[~jZcjb^dLݕ" # @[f(־ՉߠOAX+An-ɍ0 ͷ g !85ڍND1iH5V´)oYbo jR1R6->TM :X;gkl@ ٛF,اdp4$$w!XL3uS>Ҙ RPX \R )}T'Դc s\(umH@ra~+<͒l 5Im[PKP( 1bPnmc p#(\Aہ䮭aaI0&-oFX\Wm.a؛Gh@ jEw8I)m݃TlQ2[Cާ5H'[算Xbxl4vP]>֣JKpo#H$O+*P76PS&UHw2cBz l֙Q!:50qrpq.?ɞIMvq9⤲n\oa"SLn3qic0QnpsJ͸h-~yPD \*#HtS2Nﭫl} !Lp$Cۼ+HKiJk3 Ȏ?E]RQKUxל?N %%^[|f(-XҞ*SG߉ 3dApoBX J^(p)zIs}pEO2TZx#۪pN{1N 9fepXЋ~&?.c0w?0 +pz C3Zu,Dw;;pˎ%^>4c>{0Y[>aKxgʕ"ZoOܭiTFh1q[ǏOgzp|4V)|ij`!7C^Hn/q\BO3 9{HnMFr$/ Ckj.5Bҗxq^~ܒv@jЩ]H "T%ύ0RhgjbMes%R4L7 =lkqyV^)VRq1ދ#i3pHM*o}ʼn 4~l`U |ԆԠ5-U@) 48AM:>4>3 %ܡ/=&.kf!26y*`Աo#vnHcN_sEZKBL-N7^Cߥ ۅ0< 8 .jyn6<ۻ: "bl\N E)Σg8 yAErn~z^YU_εIqT9ee8ٗ8߅>]^p.aU5" /Ç-F+VYw~ _` ݵjxߣȎWY]d>$349yR-šCeNX36ӴeXo^ S 4Y]r.5s-]"!䅚e?*'+{&x ޜ|clr;jJ }W=M^"P3Xj+??I:-Wyf$Dp1Iiq`$D~8\By~-PU ';J0{wDŀ̙ /_W"us}z\uW C$h7^c G[bZ CG٦݀@xDCQo?C3Cu. C"y&C?(fe-[P2ȝl8uG؟ EYYj~`OUR]THU͜sFbgXļ>Lf sLtt !W3Ng oޯV 3-o1&#XN9,yb?'I_q&wQ7 N %ag'M2c4E2lL1m"1Zh݃5s+9&&^xgōeY:Y+*j?/A DKX&ROR'_(K:9vP2g +B}kgh6I!#q@~- rA[!k.!ȭ(IT:alpAa[3GlKo΁oDr, G o6W, S stʩD4%qQ޶ڵ4ci6RT+x@sa+p38]K3YB-d2f ԁN 砹[ݧ>" '{EڠY°/uJJXR9) 7'P3NPH7#"Zm-@:h7@j:'K9a+Rg7;5gՌklvMh[+(zɺ-_4u? ,rقcѱg2^72M7W`OmE1>h M/PcCpZwZ̘; ]o35zek3cZ|Z9_ ;E&Y9WOه%pnʎav;R;`2;In⢍_"YlI}B;:)%4ŝ :_1.1[tq~kYS  fNTє=ej$?鳹yF`wodխLy^Gљ{T!^`ХJ'A /͖a}s,H!W!U*90"Øq<6MIvm>V$:WUwQMN -m NK-alāa!k} qa+Ho EL~'8tL'(8f- }SOIU}NNF\ ǧ*>#K lLe9k;hN!ݚJ φzY_ sKUutn0I ^h ?Qq/O6U%͹[<,&ܓL|(&cryΈ肃c6m `.nHgMg1JW^c;HR<9:Tb{ʌ|߀|`}2đ"fv%5a-Ye{%D3Vש*=[- [v36|v'{WB!dk ^~/G\b\4fs d q3t;E΋:lCys $H4Ya#`t,M!)aTo3k#!1{w2HQOa6qƲ*>cKoUS'L÷FYdHd ͠'y2O 6t8;u=.ů[j杘% KG̺0b|GֆCIKZI0q!?шGJѩӟJAaidloT//0[/.8?›/Kt`i<דUѽi+SMWZn@y3%z^B ' m4CVmZ-RǠkˢ55"޴]79Nf;+4*jaD7>}f خj=6:7`!u? BHTXF4Ō(3M|~sůߓo~0F?vUX`Q3kMѤ&:wݚFiuesX2ǸyA#.k(Ќ.hŮ?73&ؗ`У -D QHS\=.>Odm7HɊ 7op+2gA@yW6ŏ37N9M/DK۹i'PxյͥLZvbyʐKpmlP֩?v uVq$5=~tTċw-]9RhS'VNHZ$s.##@e~{LZe_N.*G.L҂}XUvU{[uu+vIsA RmJ E @n{r$Rkj0L'nvNM~yrdRWe&o@EjsPM(/k p 3dC;(JAg[#]VanV*ILvI= D$3 W %b ŞWLN6F36jToPIghIңXtWaglf? ++k' jԯ%kH8 _~1`\#vւ۝\Mz|T;֢'2zXP%'Z'١*Xꁃ_8n_/Ho ΐLrHfQjӭ˟#&?kG>a-An+xRfZQ!P7%oۆ1벁)5 5MKui"'J . ȱJR(2n>y>KZ|pg(=  |`qw3" TjOGO rㅷ;lJ/I膪RGd=qYY!}=>%E(X/=|j9SsMi}I6jB*ߓ" ';z|ی7POB7ig |CM@+qր&ŏ#֫"7hJ79Kx?V ͽx.E1Q+YX7E<A"|QEק p#]11WAԠH"q}vm 4|%?=c I"KuP0j\.QV;KMRm6tys=.?\3-~[~ZgF ƯȟpuIĤxW qrUMP!Vbm5&rr(o>Q@WkGt(> ick':E>KTwN^Y'̠v }7#$I9.?XvGɿ#U@1YhRIF 3ϟ+)imda1x}q< a -?cٸ.. jc\Jvp i;W_P'E>{:3U}7vÂ|7DnZȋDP=~ Iy|U(T3 l[-E58Yqr pQƘ~hwjW m~Oa( o{cy^yNvMOd̩*XRrgF f+ bZ8=eER a-.{2o9DNt36Z6Δ0g*yڧ6)3f2 Ϛ2#}9zTC49^p'_+ 2"z867 "MeݸL 2W.8Ń\-csIkceA>xAr=!gv@ !KcsXF$BOo*/%7N dMiTpd6O$HަS+Mh$#bQҁ'Jt ԍb oN{68\w Ȑ~y,wZН! OS[CjKőYm@bdE$yrjb+Jv|+gH?lй ^o*kCP3HO@5T}̍UJE4nj}tM9.:Fm?9ك;TA*{xg_MrP+Pȷm_1Nice*y- oD:蝲|*ϨB?'ݝcX2Pv7q1sJx{2f 02l[{kihcT0n#u+Vr l#lԯ6 9|jx -v8a蛎]_AWҠѠ`jϋ<+#^'٬xh`GnX|M O|m&*}F/wQ_UJe/P.,_:i7NWc=d$p]ҋmS?~ +sLdXj Rhȸ8S7S2q1HhVU=hk "\.W 9FLZKJ;4[vw";9;U~tW,P)ړ4; .*]\e uY0C!rGzb"m6/'~W }Ahk^[2i&Y/I0na6r뗴.eb FsO:3@J,h,5"t VwJ#mPq0cIrmID o(jy . hXnm/*x0H8~t'J4蚼9 3x# >_UVcĨ)WRl.PBiꂭ [|+S) Ui. vw+ Ŕ0Mx`acρ]q]p=\[maf`L2*~6֗o6U(е(.aǷSrFw(w*DI5Z_Aڱ=Ɋ#1[=jv^u{üog(b%R+jAMœ'fq-͘LDlkԩSꐧʏ7+ow$2#{0/d)TOk%NG}Kn9ntzf IM7drDHшWژ*mrB`{|bKNv~0rn?/!9 Qok5(l"ӋX`Guљu9#j%u-xI>& pb]ATQ|_% G,2c)jb1q0%iC Χ@}sXJ`ٳjLδMж, p NN$Kf7 ]4~m5*R_4y,˥bx-f6YFD1 Yy+5Έ= Ib[N:ÿO0|]E/q$AM3ZD"郜ӝ, lŗJPpZAN`wk,GsӪd^QUwl03hySW{.["7݅1:s&zŁT5i"Vc9H7 6٠$h_cUB6ya~ǫ&5QjrCr@#|T6& @4WeقK }^1·agtm>R8拢O0AkVV`$;h{kFLJ )*dKHfJLQ8KD L.RUv@z\/0Nwb-ȶM.i/F2]4{B)@7UTޒA\4Z{/5Ost$WYWcuFDhdR(&Def020^nXjfd4t+gL-|wܼE5 dL4 9c_]% =d`@`nZ0: + YPn0fβb"J+$x"-EB%sJލt]lss~^ۗb0!F`f^Xά)p*yANC&eK΂Tz_c3%"F9dx/a&}C6ig=|a7W Em}*;G;R;;9ltzx/ ICZA-|i#'7&PsΒsJ\aAg{ŷ֖k7DKcldtV-5G%Vu> $PE8W3|| 9[RƋDs>l0t1NnWsQJ󩽋bYgzPkPH5~~/KESn ڭ IFaqդA'?BkJgW nv AlguD4swbeΙ st:=lJN?<pimĀѥs ~ENV\:?sfj'Fa)!lxYM#Q)!/,ɇUٯ]MpdUȊV?u5>ran3_r{#}e tJ%W@N %'zzwp 'ý2oxVӊ#I]HZ!gUJ" |dgX^wh> :K)ڡ 灇k1oA/OPĚ0j)<C[)@NݢRǶĉ%M iʩ7fh|X+V~bm9)"-dovt45ϒ˳s# s/%I3" #5|]M!ȜaOdE0.ܦs 7Uf&ՆQUouktc*1GH^L'ΙxԸ@7'*_?GJC!S~qi3 d~:[YwNP)Il\fW"Y.,&ǕơXVefnME!3P6m&qS't~2c0>6ϢT< lPl>qe'p;D[D]@')e6x>gt1߶#a-ǡ"{hQ nmku)(@kgѯ-F7"G3,0~ sְSI)jv+u52wu?Z` waV>XR?q9/%iAb5fLc\+}T|b/R"{a!^攮G5d9*,/57ɰDwaS 5d#`BXįldWϒeEIXJ_0BPd7oJ@dMQݝ*Zpj+ՆCE$,.vdwC!3u:*E(=֛.mCg_ZխiLߏEO9-·~(Tz٦HrnQq.̘hgJzON<3߯26EQH'oeȲ ]Q*Sӷ|v_ stCD%[vpSLGӔ܅rtY=M +Oҥz,A<+~"|4bI{3PP(^ a2b10uXOiȾXbGF Ui_|#$A@ҡM {ʯ:] ͍x yԬ; %f0X],B}shbt&uWj#@jH|xand6LfON? {qmШ^$4\"xa DMb::hOb\W rBkV!ݠ9܏&s ,ӏJ#`4Ɛ޲1N>%-j(~1Qm83GÖW+<~A& 1S؁_uM[fQ¯cR0j rpu GgDyGk2sSO1L[.+ tq-aMцk/,qD>s7Ԏ5 {xj;Wd%dftV5p,̸P^&RA+3Dܮa] A|Nv#M7ϗlxƔp5y']+x9̈J +圏{DnD Vu~H7c=,BsR{oᙈDֶ9E ]aS^VV`*+II 8#o鳍\),"mm$=_|O@m(Te /~4= ,6̕)x#/a7:tnp~QVp=昩W r\úH~ $< ~OL1adwp[ 6٧u6 MK{zP:q#`9`0uRa3ȗC]+qtrD+?h-)4UvAX1|u'jɻ5idL!9?$y5 @s~?8)xg3(eDt%8|}~?+P{uv*@!k:DYU TVGһ+tAZ{Pؓ}Mj>a`B 9 &DQ)8WBŋ@A=ǘʜh`tUM&G#[ FAjU z^/˧?l]q*}ưΙ"%;@q ܒfPK9c xҫJ 6<60{hcԓ;.sx;Fgu\̜L8Edefכ 1GR>7/g#L4 x}{}j PQ5D%ƴJX\FPڻtg^ #pSt,+wQ.s&XGT"S32&MyyY-4>; {|/kKӋj' qJhE7o#^ϵAjtWо:Clܯd0Ɨm N t$ꁨu& oEiT9mfj U&h qȲD1#BnS/ @X</w(޼EO$!Dm A LńIҩƞJr(G.G$8]lihxG-b*C6zXnRKnKM[LmT/`ɯ||Ȟ)Y %΍Kܲ}on` mf/\z)7W #Q^t}a5d@uի;}AxHzQK~M#"Z7.A.ɖGfLxstAm j y { xp*аߊ|Q]ŋJw6IW{@ߥ)i]I _jQ^gHs,8m&POi'lsÉ?HWTHh2.%@ЊI&_ϗө猨H`h iC-wN ˣ|DdSwGn@qîGoLy;n ebbT U"[$Sp 蘆֯v#Ùc,5 bvZ ;kiYmD 4l 2{#b u#JoC& 89<( hҡ}-(>"5{}YLzan{Yj igUi4?8֞Hqh**0 īFcMwRFS9pr=y? Kbjk< ㋾i)jA) ݢ }kBɧyvc_ڟG[K;x~f,د3!b'ǯĿV# ~Yi0;i`4=,DLFl-Q|;H-2{uӷ~L&:6#086wvyNog—m3xE81U!|_:Ndȅ(W,-b7 ;pHad#^5M~ȴ ,7>h.AU Nm5+:Bo PvR,ٿ.CAksokNL/^\>{xtd%2!(Dwlb(9+~y7׎:B.&Rʥq/rp\va/$mobr̩Wq¶K+W&Q;Q5mCL ѫ7R1Vy9ǚ6 Tqp 3_(-3:֘U%^k9;eeâR#}dN׭ Urw $ʴ.Ѣ{%V:_!"W9mlGDi>$)d~7nÖ,l/59{cmA I(dYHyZgƶhk]`"B }IFeD1Q?_2LogDWA*ؼԱ7K9{ޣ%14`1-Ԍ봜 )uvLy !|0٩lρc2GmMM׽ܔ0 ÚEsj-3_H9Q6(dQ˚gڥ 8y&"_V4iok36B}@ҵ@O(rgWɴZρ}bSl 1_r@.I3'dޤX; 'G L(L%UEx]E c$K@L4$.E5RڷrA bHH>[>& E EIs4AШՂ &x|1nc3 ?o!'oQ|KQ_1OoE3|)uu\j[u=- `_(CJ?(W !>HQ_ڐkF1>ܐ$@;΍{)9AAbCK)XqpSa"k0 jQm`8(}K`11>RPQnBbU2:n } '|%<%a2Q5l2X8X8Y?4 $Cr0w`˼XSAh, HdeAx֩Jc 4rMd߿wMeJA&o}/!?'{<ސD3+e {qͮi}hm>fu؉ˎÂ'WC 2zxt}`v Vr;M[y;",q%IMW)P'4?W9j9tcz+CsXƄlo:=ۦ+yQܳm j7 =Տs JpJOg٬^V|lB{S36Y X-뮅B`IpʼnJϢԨD6x%#?Up,V9!1y3ZΚARqHg0Rݙa@a"GnAiim.]6n_;8!?˜ۻE u7N{\M$0\spڝ۝%^Tf~ k{5Il9O>~Wгv[hMY DS<" IC;Eanͺhq!g/Dª#5`~[E(ftN@.{=(62*5l%Ϋ]Uƭpx8o?s_KO@Tk NqNDW㘝Ox!\VwSg!f=8Nn_U9%9pdkρ&di/ ^y1确&}bdf^c>URhh[]mcϩrD '=쮤x^\a߮{$@ ۂ&.F\PLppѼ 0RNr*$q7%2\Q/sF5rޝμ%I1QH+6K17ꭡXҤd_5_';෨!jcql%>b-9&*L,ux,#M5>Q$x" 5G C4.r¾}z#Ӛ5U*X ^-c]0 vh7x;.: P&R}Z]vեL?^& ejB,iV|;pv-Ebx9uDТƤ*y c:gހ6>!9S npCm;<1GqjG$RfeUKI)ZZ ח&8Osś^EeJj/o)D.T$[!6scDʑcIȈt?hf㒢{kj3v=wnR3woIrg7ݤ 7] &+]v+. 3%ɵ"Q6qwZm ߔ+f('C&ՏjME̤PFMk,-K3-Lotm>ϩ.47Ѓ1b27>+9򦬬1]k <}@1]ܘL}: d1FZrbmIΥ+ Ű-PlB?!]7.:Z}t1[(pbUpޜ>!RW .7Q"7?=Y2Sm}?</ދ[&98h&BlQqK/fp ~ bf]yaM̘jS+fiRu3Žk$*yLR_of۔KA~w;hV{]\-QfBoVwMsW^5& ܻSԡ0 ;Ǩv$a2(%Hqb вqPXВokbԕ@;~xz;,1I3!)=P@[ xҵmK6떿@t7N8!>wCf 69TNFKP;#(D%L"AM=&ި;ԧj4kv&-C;]j/ACѠ&yn8򰏑_~y(SmPퟩYiKGņ7sW68J`go~)ɴhqW]V\X(mEGq&_w811֫B  Z`J,S3-[-L:̯ rVc 8?7cT l_;42h8=R)]ems?؜ /S=Ծ kǐp"{U٩@"?F bbIOh`(?P^X_pyOzz؎q6TZ3Qp0:ٟ&iU?0V3ʎz GcJ^T{pHi*|. 6urʵdTZ,ǃr;1QFvYj­AF?>?fTėg9ƾs. ԥPZ@XG] е/ZXHeܿ@/wDh%z*ATV`] jZ2 73?*Yz/èZ#ޔXX‚4OLkwazd=ԟXg'ݑ}5Mﮃ$ 1f gX"Jn ] "~[P9hXh i4d"#]mcR0I62` BfJ@WM*=_wOdC^#Rg8#N ;B Tɔ|x(cLށ3NȨ1> ?Pg8uġ`SQEe]XJ)^ r:~?sVT`#ozH J?fwA8fU.~߬ &@5 ڞT_&/W/S/;J8hVJ*٭R+'+ȼzB_~ֽ:?⑷gE.*1GdPOV0uk:h`!Y<÷-HV>3f H&;d2q}jf%;B}_vsDfѤ@Ym> rgJ,T02.mb;*㛌DAUh-_x9 >y~(FQ!MPV)" Kc< \fJHn+:ž>oYY  x_.d7sO<5Je k5&Wy}I{W@F+)/(X!''GƉ^KޣbN|$|0yц/sSsԀ"m4ΌNGG2?Yl D*N5:ׄЉrr<8 ̪k'9~z%c :X%aDQzVz0dwڅ}N,tUe$FeCPW3s- ē׌ф44!/ǗSG:,kJonQO]2i$ 5<TCFZpX}ҁt{hݟ )5 qdVɉQk r0K A Kʝ+fpݛq@ڱqHHFTӺyLݚhxia#=8av} hGZX|P0(YũNR PcOjRtOo-Do#NP$2 `R Nuq:;vy oSFAE=p=-#is)20B7Ipٲ8=enWϬD)71W9ݘR}jdgdWͰ3GJ#0xhhIɥI̔OD lp"&0`^TŹmZߐ]~yWf߾JBj^{,3?RHgO2p~41VÛl3ųp_DL[&>mz̓cR ]F` U&[emgt&gԴ笘25rd"c/;"A@UiA͠P7wUob͵w%<]SSnTvu|O@^SlPi᠜;a C=8B2K@N oaa|F蝫Ƥcrr֎/: P+BCaCHPխ&PO1ʾTU #xu{dpiC@Y|a YK"WRDyᜟA\!{CŔ[tIEJ߸{$lqOYeؼ:>}|~|ܥ5 {7D\Aj~L P7P #-0qn+ -G]Xzgq)KzBbs/EnQh괖eO|l=xe) m?5syՖXa9ֈkпӕpbP&ێ&zC-wrmg\]c15@藧AV?7IN9+Ol/(];}Øp~*Kh%J}m=fXEiU8Cx-Fy y  -_`xzy alGEuE\-tNuVN ({2ND6ӓ0/$Mab."LT6 h0,[ݬYׂGB1*e_S+Ew>Z&]`4?x2[ONU=>'ȟV9LҐ !q BSΩ@%H"`%J2]·W癠 -XMSkn&2NG~1ahQ!%YUѯAښp8#%HL(<Ţ'vѻHz!`xHpm`/3UeSx[~>O}),|RU@M;!}N̓t rbx+ )%Zvƫ 8sQ2Ep>ܚ}SrR:U#G{0GRtQ$8̈cX(@4Kn0kxKb!t @T JD ^t6^ @lR:y a Tc,{HTdpF?l[*a2MK{+(lD:{OA5.$Z͠5 O"<pvLbR쾧Oq OيgPPΦ6ZKDnbQ#(%׶YD*~Ro 3K2ЖI$DEPPW⼔6X!H,6~rX:14f?}F˘p:wL'!)|i tLUo'683z*?QpOK^Ga&QMG~JerxݍVrHP:=!ޒY8KWsSc>0qbGk@44\y%E D/ۛ2o4W޺:&(]6N+dW$^Ǒb^^BʉGe $xU|Y wfId!*bϬ"I7&6WRb.RXtM/1tr{Fiѡc=T4 +TCcb5 x9⺈qF g{*ָvƞBDK̍هxOa4@/1V'3zzɥDKQc e= `}*&߰斃xRsex|12;q(aG(JJ w\l)UE /Wr~[{!q1gA*q(|[ p Rf,^qm"Ld'Ԃeu:&XpםvHp 1 .xxI\a0lg k{[XdBmj]M(Zҽ#.q>^oT冖UMIBP*|C5H8u"~ ]lcZmN8x!Z1r.V^`zVsKlWāѴn_s>^)yhOA(*aTyµK GhB| y:J犒T[U}.]ixZtwKu}:uB/ VbJ]Wi鼨FTRyY3Fc +"@`҉8^~3[=$8H:˟imoCj9u 0wR@ڷ63'͘IY&@'X}[c%%#Mef`Pzư`تvDži*ٸ|u’"Q<: "_;}VFڌyNjiGtL|e,md68؎9Bߤ=+#ϸ̡/| v*?Nf~]xՏ9v |g|]$6A DuV!tb^%wPV]uۓ5"%=U翪҉9.[<*,[Ne kh6$UXi=q}Pf*q+f3CxL,H[pl䊑[sޒr[7ݜ ~Yʌ`Q6+Js3+7߻o[z`5Rc?ۘӇq]W屟d%#\"VCoDT Iηuj:'ԛ}v,$wYXd |n֖QAi 7^mņڝFlb{杵3Iyx"L%ZB@86= *!ؾw`#r4U+# (n"AZKb7ArVaY&߆ M*A|S?N;1 4eLgxTߜ؃xzMY6A |o~^5' eeWj'/"콀$V?\4}v˜xu(L0_jrkLwPL'Y\ѫƠ DV;H4 a^o@c^U96 Ň谬-X9! sah!AeUw#o޸~{8!J6qs*:1q$&.n :&8=QL7z>Z&8q4NQ "`8 [p~->̏Y }Ved=oA|_ډͥɶJ"yYIoJאR׹c$|CJ^* e]x'ۂ[*>31:u F3ԭĆ&6qH*/dCm/u!X,w3F:-:gpZ:_%_ٴF}j*?-OAQ1a'Ѿճ9 \F*؆3آo5C6v耙`TRwV+jn]°AipA`,8͗. It 4%o\BDz3k2QvxXL0,ch G/0=YGx9A\B>Q##b-CjdVO i?a$!_Um1W׳}r7#V{&nޕ&+ ܤ`8lj]j^cSɂ*՘f@hFGPD.yOq7\#Xxg8oyJOؐjD[#Hڒ*6] SLDROtakP0"R@ڛ)kШC]lKȱ@LedYˬk>#Cu#vU^<9Jc%2#p 0x,^luIiYc<_O_Y. @`VOx>G1ˤsfc=+aϼ *t)8oL$C8@Gk.~OajO%Y"mmW2;,e3/Ä{^vB2NMGR/ !$)d*4?j]im:1{>ؒzqU5Qϙ"$^$ d;WDr$]ҍiExuD~JYo5t\).+(Ɛo=ي(>ɹv'S* 1@:~ͽ#PQ'lO;jt.%o6L/_JERdB 5pG~vK҅ҏK$Msbnx3 l,ˍ!>4ۇi+ 󂉢rLJ6tPA^wq;QYK2b ǴùkvZ:h븤-~*hty,鈿$@lB+jnX>͸8+0i(7SoܨJ觴xe8+G|'5IO7؈kցY1Jz(wRjUB6QeZM>V.scm`>Z.+HDU"&xe%a2@(|q&8!e-_ح2G}}_qD*I&9 Nי k6AIh-AzBXH(x4WW}wTS9S0iׅP°Rù8&tr !7?Vcl9N%jw[>0BG?0&3>~&ۍM؝dT>H}zIߑ1[xƤ:(U__Ԥ<"^Jj>8Uj"QDy}`Fփ? 8X+Lk- Dq֗EZ_Z?sR<NQ-4eWݞ[lJG4NՁn`f!r^\MI6,SIݍL?\J]Z MW?·hׂ0A8jez#w5"-.b nмB76 q{4i;#jOzfw׽א \N F Nk»<]ΓrO3-6ޱG -`ιD=H{iqYF侄r#w#%򾵴VB"zG0#9^2ԋ|n+$YG$LW(8Ǯَ/_ٔ81S{[!cٜY0㯋͌v )x!~'KFc 7~èm+0? 1BwOUɀx)i[G A%X>9SLQ4uPi2VYoqBbx[4=; h.SN6*ΣqFzL>ci^ xHڮwWxٷ?&>v*nMH>TL'lc!&a(鬅j鯿y\tajiͳAٔ{~ b9IP@,"dJ:?5VL *m@QPy]R"GiMcI3).ȕLh1AahXxzC]$-DE}xL_h/o6r{M ypy+֣%޴Aa M\/?.C2J:"葢оHz׎^td":y0vxYpYOm%qoϜw܋Dq\/ߠ %h,##($fmR|E\1WH#^Mщ9y%@WOb/UN }m>1F"ʫ#r$|ԛPfNݬ"`B.6r]PX k,C zI_2aHrb@ eYu㿬a<񛬓8q/9 ]fG=^7SgF''3.i$(K_a3h8xN(]#b#czdXA<?d̮_9?-.8:\R=GEh($/q/vp\Ņ7; ;޹Uŷֵ{OvS5AQUԝM.HNRg4L׈zoú|teH5*r~r26tRDz i鈓uU'$v৛SkY?mwѵ_OB.(i7f5xcȝ/J=쨱cyʢ֐}ѓvYJ|cNۛJ\yЏ;yV,eN&! UNtネbF/V?F{L'-4i2Nׅj̚o꾯ד+b79̽ERaqLf zD6ejQ*vX2taO㯁wȂ_B|ػ.c .U7bSo@hp5l3b5!5%;, u<r$V* 6VӐ,]5YAŀI&BM]-r6G\^|0epl}Gmx.<)hT`k*MnD{Dkbc֛哤joCbH5nB a3y+{1ͅ2-mOQەI_za2_Nf#BږAyL'ג:\xAa 1oZ(>ptau [扔[A VЇBoDÒֈpưXx0ѣu*v…ݡaZ{t5mRSJRď QWVkۯSar6 3FnpIJ-ODˈ޴#q8+eڍO:bgB#3䳧ݣmK<8oc!=A#?'Lب"6 z{>SlτFH9ᛱ4 f".bբ|OEt囒amQiRf Th#TH1ԛQV-IG#3!ǩx|Jk6i YǙF͍nwXAtIK; R^KrJ\xndj26V Lm2Zp㝚'p~sԹIa[fı'%fW2UqTk"AteVF1sU* 巔lʔwr+wʈ:%ܗ+8)#(~щj낡 NtO'K8"ߢ o? $8ڤ٥ф[L`Tn%|Nw's- `]HneqEqr4R)29a&D$[sGiȉ|[0K2JRmP|)y$ ̈́ѻ0]r8Axg>3H\Uh h@Nzpj904WX΀hnf#>M$(:UhU<\?t dvgJeau.]LWNi@o:E3!c0rkv[Ty-Ѣs㆚fҰšȅSТcŧZIyO$$]rpكK*m U0ƞ}Sjc.T(Wl.E+:ϿQ+QרC_ zu~C`[r<`=sEo\Dj޾7^y:v&F-هR"ѼC;(GQDK6i4kGL&_]{oDzp圃łMPkGkmy-H2 #2QYy4V2˾W,؜Wo=b3iׂfp3}'Eͫ<,^ޝ3!o!`R"E-WF ٢fB3ksVk[*HѢ<K, wo0'])+/ 6GoqZ6WHҬگ<Չ1ڇs^0|;qU tHU'o_i:A5:{HT8jR3 !K6TKGm|`coi/w⾉4c*2 SSxM׏} >)C4F!%1}'0=%sZJٍx@q݀qSGGwp)>$'"& V%p _-X`.TVP9τ fJz :b٭CUd&DTnB2z0r/%| ]KӪ}IWP 3nZbTB@7_n?ϔVA Vhb.ZƌDl)umhjbB2"v2}OP*6dVP,np! O> -Sk.ˋ{0n֚4]QL͔y`(6/, h{/ԑb8j^rwåEmr:T7M /<%*!U$cKu$@00IŬW?TK  @7GPfovqLy#= l2(I8^("@ƄR_<5VDy;L+V5 šסɤ`ⓗ6- F铭?W{壵GrO:W_#jcWBaHZddCNE*쑽_چ7JS($0ț6L_c-PUğ`RϿ9{)hޱ2]u05b?սρdDצe%gn"`QAZB͋sԌbT}҈\זAK|FrO\P>+VAݿ㼞*k:bi|n aaEw %ě:Du¶",MA7Z 2<@ڽ UiN0<ե|wNMR^w:V@]t}Φ AGqM+O'|w OvҏzolCYd 7 wWyRۧ__Hޙ azxpb-'O@Zum*k ެJ*A+.XmsåI@JI P!'~Wl/(Y;Dd;ԢǎZ>FAn !JlLko] gQvKNW\j)Ah'{BXkŮ\d |1Oaٝd?37sd§g6e6W^݇9,Ue}[(*@j%oBȜR9٣2[^Ӡ͔!u][!q eAJ9*8:ăK逘 vFauf،ld=Aw,NcFL)?[J'FQ@!_/P lr=tAɉ0ޔIȞ7Ta=5ƕ+Gv{`HL"V.;^D|gq$=:(0ImCSzՁĎ?󏏂{nqfR[jMeHJ=E7l"13^{1iˎeN=!3LRl *T)R/&"g&D}ecLb#N-aL! >ZZFxoV1r MD# x0,mD{Pa5;1 A/$QW}h7x9opfo{-IkGJ`3P&=F?v7`]<ʛe+nRusꠁUi8DF43cFJEpp ; 8N|WR0R#,J(:ј6=~ 4ރD "7Mژ,94uaqR>F^$jZvS=!qHQGBӾ3m~JX0-1*eGQ xP)9axZԲkIkP lŶGH ΓC; ܀Q(-gnΠ[ÙrWį)wvq16Ry "?B1[ULw d|oˀ Q6";E-`cQ2 @_.bM 2{B2YZ*p -LP j$w~h%f,0D 8(p휽sY~vhƉcGn{aڱ59u?,230LF&t/ m?}h3cJX>>io1 qQ VkY;HGѠZ{xT c^7DH.<JK}UȵHo ۫&xw%W%u}%!jN$?@%SP@ Rt3/,Gr2+Ko84ڹU˫!K \Q8bOW(U$-l4(^%XwX+"rqŶ_(8;qg"(ng&0{t^I2{!;^b2 Ks4uDf. VYlE2\ob LHҒȋpoФ$B$lAPc*NVHr/SeS5k>1&?^M]qֵ:x0tcM̚ E,YK2fId][zIFBi7x.=jh̡G? ŏ7 ErUͲP\qcb-rM&FmI 쨡S-祢VbaLѺ\mH^V5ϹvWxd(OB^mhJk-Xڞum=dMLT2 *`"4KohZ͇ҚEL>IsUV9ڄwE1U%M)_mIKʠH{sca,tw-jC+o=ikvG]9-,ZƳy!Ձ ᆁd["𤢄=B<)T{dL2!|&{P=n7j֑3¨&$ÃҐoǀ#\ B^SUs_Ktq)Y P?Bj}.PsAt 7${ƃJ6&sC!I4\/%'TPw+˟+ԭvǞJOJح2bu} Jm[,< a`!aL vP-H N>S{c5 B|7vϲ]xZZk ^ ]<ȥ2݀PqD@\.8."|Sf?Ws}rf X)#>37u^?`T]Nʫm 37^ {ʜpoܗM&GAgq(Ca0=nvu(3?[x~jmEO:Yѱ 7U|k\73`Z$$m3|BP{#U̎膵[̹ :n؊7^ي0a*=6aYgՇeܙC3PR_zŋ Iְ^tzPNfY3TWLx (0m!rSx멦Iwqxqڪ1G' j_9ͤ}mCQTD:fQF8v;vi^(harKzX~HR{(-1ܬFPRbF/SQވTB31ߍJrkm/67#",fgNSn3e1K]Mł瑋 6s:eҍG~UԵQ,~%N{0Vzkf֔ZAȿiRb%#N>5h$r.e B' *h}B)<>I|750{ XDE<̀7H# Gqئrml 2:IS(>Y֦ ʁ]%EAE \'+a 8 4=@M;U$;}ZIAwf+(`WrFщ1K6a?sۺ ID\ ~χyjHRXג\< -$ABWʯ _r3I>Fn+B,6B9uDDFױ+#%皭xGJ/}=3P&bwPWxŅZ$͂xozAdPs X00BCL> ?_ /Wľ˚{"m'ғb%{ E:4 g׿oDZP㝺+\ØЎQxۏB%Py&ٕ~5Fŋ1c/+&Dp?-S>nO,KrFn7u.,GbމgCZ޴1*i*HU񋄲%!&g;n X8%@S[L Z! M*oO!RH3B1b:F6xV XHv?_S+սo#q2bmP q_R^<B16L)XJVBPzt2efAI$ҷS(GiZ, @<5ʽO`.)M#A0å/xOj>~ÃE,̖#8v}XK] W>ن6 T)djx )Jr`G %dGb@ר.܆T @( lB+;_#A|^ TS판P>|=9@(Qɓm˾b2|uY@?!ì4NS3TDִRr$FOz Qd إ-I S̕y(R|bX:1 +;[wӺ8k5? DqE4l5OU"[9|h8QWř1uw- LN["Z>2P槯*sGnᔽ3SWT%q#?/Zvc2YΡ0ā!j01VMM I5n^+kظ|=''׆^o_f-zO}գ0=u~Zr~b$! 0VJgbiߦPU-Sx0omf^@0ÇΨ\!s lW^Ֆk t;ÀDW<\ B}g'[HtZA^iq 9(uF%tiS9VUoYuYwb+KvU;NlDU!זC=5%E:.4+tS>=-=%Uk_ސcCLJ A\:th/BWAqƞ;K "Xթ?ZDRe :S%fMH}*L)6#lM@x;p~G(ͥFd4rBY =)'L3YdvȊ/o9Taa%$审kD4hQQLT/N.Nq;i3P)@bG Xt@GWZ6Λ`1hX-` F"` 3C2w {y.OROAo$Q?v= 3qю+O2e:\$TZbKH >Ϧ|=BΞ~2hҗ96Q)bAŜIr+} 5]_N-VPf"? 7cIWS!?N4:6oⲮDM9~?&C+<1a8錴'ۍh-]9]`LL4naFDSu[2#BNk$Trh*_,}"l %Y:ZB kTG !Uqq0 k.LmEsrβiŕ}Β"$in tRp=>9Rsd,0ҴD:9 R8! Z.Rʉ ʼ^& - rJ֚`GrVKC7(OCsТqXW3 ǎSA0zX|A-6a`ޓCn ):lf|vi)OY9ٗ)eū s섐f բ'iU$_V啪}JQ}&RJz6;6 _s,;1wVd6C,=>S- h܏ ㄫٕ6GM)ܤ#]vGvҞy$?@̽>(>S{(*fQU nu/Q/MSmQ\gl?#+-ův#gb'uSsȍE¬7'8sYs&0jeduBHzH';Cۯ)#+5 F"6H9Ѐ|\#zgpq'pq9>#N#W=e!E<:nyK!,zWBd20M+f{T"ȍgh'{@g0OH9E&/"IX5ѱC:n5@ c>r'f6ͭ@.lNc" Lߨ,?pF u x4:-,Nzr3@xsgK:OIBXyW#1koep29zGhiwU3TQkE.A" DkՍWL>RUfRw{GmnIFMT*Zf voeSs7!n{`942vBn AFU{bv?o75a򢎛A;5GEn<@V3_vu=@Kx[3Mil. bR\kUA8B$.֯OނwPXovi%ӛ49Fh7$vu"vSӊ#;NHBhü͡!֤_cmOc`c [`r[Q_d#ZG z7 3 -/Sm%ks=G?SlC@Yt"sjthf,KDbr[y-*Z :S.,%N ?V76ȃ4tH$KYFn)S_nW"V0z9YijHjXp%,[SKh/#C4ݿ\y\ì̅A)]: 㭝[ǎg_}hB="lo`Y/VΟsMVO c") X-yPY`"-t =}iՃK&0T *$ܻr!C!#]Tr֐C-g5+А41B7`)=VhA 2O$‘ ՚TB|HUO"a-Dd6x_ f͝f}Z_%JCkshͣ1hhutn|1i7iR $|Y@cN@=PuS) xx5hlelR _r±t X %'h)$V228M D%Fe=`~fWٲ:=1dN[QTi>_t7a&K60vK̵hzPe1C$)S in@-!.qqTrK}q Hs"DCw'IKEb竴ch2^1rM,63uY'R5ƶS bjaH[.f.~az8&ʔc '!Agʱd'O{Fr :6 @vrMO3շrqHݐ ,w=N.F;E8Hp +:haL|T>h>XCkykԦ~ `h%Zٝd(,Y "c`l*x$ )>F9ͫoץF9{S#~-a#E5r˓&sk4< ȓgd>gf?$m$E(Uvрw{VW9w!u+n sj,jhǘmԍu06=)WjJ ^_IiqWQ61H6ϿBPڲ;\ހPr9͗|:jrspPl&l;0 ]vnu* )h*QJ84RAuD0}`WpVe!f !~Pjw <Dȶ9/ </UJI IiGZ[l=J]アrH$RI}wvLk\p‹Q:AZmUI_T`Zc+_LoEnA^FC!2[k!=uWk~qz u[#5ЮdmToJ%܎>F\i12ez@?)ӍѺl$f @ t^@EEB9R3ԐmR0\d*$G Zpʟg #pC7 1gl`zɆ꧑uXX{}jZ :YrX($B*4ҳI8Ci% d^@̝a*leËW*{4}Q&vyW? S~7 $9QgKg3_IB9aRA- n8Uv6%MvLLmT˸Z:@^Aށ9o7l?,-;O9'=rAr:[J'vʋwwfht`򷋚qk||(p냓NvĦd8( ILH8L@>*F$kb•%빭z7:23?KO)X Y#rmuy&&'Tl܋0 )AquMc1PgpP=.T:[[Ur`6V \)3t;?߆\Xw&γ|_=rɘG,BTSH Oi9- M Ws !iRƝ Ų23y+0<}kb:beXΡrAm.TWWzRS P}$.? d5d !ueXQ8uc7Z92bOW*ۿ !~4gA {nZ\]{[v%>nŃCŹT[N偡WtBl?O8+;nHLC=1 Yr=TR1 :CéFI眾u|~Z1!_)>;)H\u=ޭ3A=%^t.x[}hgE F'w"RD<;ūDg!eh-Rf5EJ0Ci$TE13Ȩ̏h:KƧű);zC8\hk7$pl. Bc<"oRL}A|x֙,(#(]}3"b9U0Yh#'GeP#l9_t  O양.̣8l`|,n2?zLQjrJOb|vSh2bUo^BQ3 $XLb񖹓2a'"r0yXvovMl[sːWZREcՈ4ggRcMc\c5|a.}.*-6n0(R l.YVڒV@.M*sS^Yn_fjkN-d8>_ѵaU01!{LI: ^jA>9CIor)${A'8 [ouNKjJBpPYP1aD[8с" ,PIkÅ2pNr` Ä l^dq*c9ֵOuWkVV&8ti\(;ˑwp88 Xc0S@?8biDw@Q(010YW*?0OMvk!M nsySv6Ș<ǭn'Y//F e[I(P%0`ZgMU(1VyE N":Te'7-E*]q+TI\] coeû(w.U@X#Y1IUΚZӨ='–ފ/<#3 ǑŨd@ &?c 1 Ɣ}K}l_`N막@)s /ѺEfNc0zQ75Cpo8EJ| 3=/xk͏q6=<7*ܝL4:"8'$)-JbCq <H6$T_b4*䮙.)BcI7`9,#eg^*^jK :fxЁ\(ToךOs_Q9Pci4s,?)Srx0v;s\]:xL`{8Mx9P :+7/FWf({XڬʤJz"iKȞD(A*]G]ޜe$>L@S4XJZ AAH^LDY~$MݧeHu.#\#C,̞^V߉X"CntϺd{`s-kG;DhKP~MdA-p: ۟Y)?7{ F R{%~qVX(I!ڹj,r6B Rhȶzg3y,mޟ[?0)\ug lcb?OeYy(-h Io $DwSg ?W!^yvQm|NG;S99HhS-c4骢=uҚ¤r ОBQQ6c`KR<֎+JR[kkw]ԛ!`*][X`0f7s7Q XͲ_yxWܛ˵7ŹɴrIeHxOfߌy`]4L,D%iB4,7k8Z!< ٳD_+> 7ۦ~9"zKc4~uOr<\3OG_-Fz'4 tu<؋Mtے[X4&h?pjWBq*UDټ)oxٛ#*FVBx0A3@dd>\֦Jb~,e$eT=ŞXx NFԈEz7"fyq&RR+Cp8*˳FXp=-*N@p'GaL_mD0 oڐCpyWeD#dYO7[SP[u3M ^䰦L+!tXƮ56ň"l8d(E)iY!]ZoYT5E9cWhܟWfI %b_\?sهIiܛa_1 ɩ-wߵo03E)aiY{dL/UNNrI&P h ":' \K2_xSPFV&=?-7(."fzu*= 1Q(Uld˝(S6l9?%7`RHĈf[hY~O/95m_ԮB!u<]$G:ǰ>{~þ+U~ᒶG=V2"FCKϺ{Хmo=(]9^jO ̻NjxRT}[URͭ2vx>fKw궖. (  ?PVt^b/@=7e0zz6Aly& 7:oVRGygBfg!Apm6A/Լ%`4 qe}u1Rp.ՎYR.m!uE+cBB7fM:.}]Py:Kh20Z34L[8j%R~ Pta4S>c.E3 SW8d/G2@*9r:vܤΓ~fUǘ0&)z=եҷ-\[h޵. fc~Gλ_WC]^T*^Fє VRjYw KG+CocYj,XhʏˌnF \`׊rC\C5.9a'j[UۜR6,.&#`(%xۃ5ű@?eD ].# |YԶQ5*x6gwuS; pjr8{IxԒi/fOQRm6 Mf:CTL)GM%\=%. Ӽߛwk$:TuĦQ0u6r! rjo\]5hb RPD([nKqEwנ ߋ_r``Q.(7 ]u]:/ÑA+:VKuY( T:N#w0r3\_c5 츄CqA ]&QQ-FonuQ wͅ2.-9!Ly~1}#|#%g)̅Epc,D30m6Wt8w,C}V2@d` GF(V SgD cgŝ30g<Ў9aKcCT ၻ{,yPR!ӸPU*L]3 w&,S}Ki2P[]k?{rCW^cJ =w?[yz; ?vgO!n,JTMM\+]]f$&N K#Aj SYIuԵ£TL*׿Ҏ̩pjX>(=_]>!JmţVĹTvpZU\xw t8<7\\z:" Z t,8L(PIt~PWqIu5'e]@%~%u`,C Fz洽 q5PJS֭.<&G!nE0Up~1;%tٝ5Y 'x7Wk 17C~vڻL7Xop bW1&̧ Lt3vɛ> Ҵ=F'z6RPӈ2lLs N|pEgaCqٯ%V4>]A]oV_wn Z$'#lN=PJAO4\f5S u&5P}k,~P- C|#y/? `j`c"E}d9J1s]ʑݑ4=QLpxC9%Z@g ߿r8\S2<y$ƜF}ZaϱRO`Ɏ6W,0d"Xp?B*ޔ0<8(  ./ ,.+[P%ck9f' UmTSX݀y=d!if܌ u|voa=>ט1x) .&>d ~υ춮7efaQeW*7c_D%ŲJ3X"/~ŋMzR+y C|Ƹǁzβ`]8 c% -ODQ2QFuឱkWhxynt.wAWc#S.|E $:ϋ` eSn\θ5WsaEA9>GTNA#^2}DeTDۻHHynK'0!Гx1F97:QS(s̴r*}^=h* mc[xjBc9jMHuѯU\o ^vGS_6yjC>̠nVmysSa1j}Nj YM5nEax`-;qX< /ޛr&W]Y{FKSA%.|k39y mD{)9l 4`W|'F՘?CK̫h5qh\ Lָi`di'"&DktfC9`-tfǓ@ʧKdw-% We|Lc&ZG13Mlv23Wڭf 2xgv][[ Nu Quwf '*4ĄטyQAuxߴ3>o.PEݠN #fpYHJxx ޕ;tY&*N/MRi$^訬92!L Ip(rtb`Ԑ7&c:S~47DK} zx89M.h I(\_}Lt/l$G݇ڵ6Y%%YE^}lSͰ͇L,teKUnRY>犪뉚m..§Is}1!uWӉKºmPG'4P&:3BKcSٴ,9VUx,"l'!vĝk`?ɠz7a{Qa9K*C݆.U!CDeEOtkbƭΥwh,gumJgJP'uībQyOt1Y1Zw"P:9B%rl`u|g1qѨg]quF!gjkn:^{F2frśrK qNcRo2ݐgb/yԌdf62}R21]н3灡X\t&l\aUOg~7a͸R .;PQNazރҼ]+oG' >xַG'bx9_9Ov^wZK@C'ɛ#<-pUϩ͝ uWw}ٚtn$p[/NV:ʄcόhD/:cPvoۓfp!WVC>mb/.?Sx8$@)o!oV}6tζ}XON RhA%CLU3t!HuNi.$<me'P:]㣑Y(1V2j ]r~-' e9ՋX. nY_cqXrQ63҇D0O`zr?4BO.lln !b*\ǻx8Ȭ> [Tz[J΅{)ynuJ|sA3>X^GB혷?Zpwk$Z8@uޝ~;h! %VDW2I)~+,Ƞ"oFLՊ;HO}뿇ks NwИd:NnnBdsKr:3KB7ע1TF{aΑinHe: t|TK jM+cT\}43ՊNLGM0Ǔ(JzmX:"$R$ K!ҋ#KvӅù}$Y}՛ Rn·\ԴHAi +Ӡp6YZIwW9CGBhwS_ua5[<0X&8w($G oJV'dV5IMX<߻20`JX#m mcIo.J#j#(/p+u XD~v[.\Y_u N<)Y6c# F>ZþAu ; V} J2aKiE<ܖ Q=B7^5"gC@Ak\iH HuGu?l,? 4. Z+;QK㓃 <H& [}GϒTAR8djVVfUߎ\5l6Y.BEP{!"pZChKK(~7w=B7>Qs;V30*0+i ?Q6KeȨ KHfR uY{ZDwJ/ڀ0d-Q3u&FGgD; jX @٧9~x>bFd'%5;KV' r/}& W`gu9H d*U0/CA*CwA>QI} 's P!-'91 ;֬tV3^$%J3`!ްssy ˛R41Uӂ_k8&PTl>'\'S˶ T .6<1e}ʱ[Yp8Nהkm#Zk,HQ&^7@q-/C ٠$ ?cLuCJ o"CKw> h8'\k=#/wbbw {SεV.BL7{g_z"I`CP9H8:21L-VFb%ن%ea$5ĵxTWicH|/ &<~_= zcO,ܒz;5GL&,,c"3ksys t*M %oAjhabHƉĩxz prMΖ%Ej8A3̾+3A}iR> hYD},X QlڀK^12Aj,ܣX+Sg2|O>+;M{7TD֕o<H!"iلյQP  ,jp$([!^ϫz ;d_0Q-9ȮTљʶȉ#!<Ĩ-zolՈTɘٗV8sh.ES*O/088Q3߲s/ ]~Oۢ3ɖv_1K>^)l)o\c3;R)u !8+:S<.k3|S6^XA ہg_<- &9UYzkڮ _6n?ʢhT]{-"IUښjl)Ew¶wַ^Sp#Wk|SKF>Vi&x?- ҩBcx6l>99cٕc61řn[N{1$"&aQ>:[* ^Zc;Z:?DVVyU]q5fI@uς ? #6"sb|&+&οBEUŻbA[#X*08!޼I[ DP*}A1Hd|Dŕ7D߁r]B^Q:[O2""ޓBSDY*D9 hXaa%}{N o"^.'$9,!ʜpMs+1X搔UQ%~];JS$'?.RɂaOÿzr&Qe%72حJ qg?5V[H!u`Ti=Zd#ҸH>Ks3p17^Lן3vE% Te3aa>nvLyC{+m2Jr&ҙYAX%;V u8AxUkcXG"G$N~أ,plQL7LG&|>LMT.1J'0*~<ə)ta]ݷǫ:쀃aXL 0 u?>g1}#ת{"IO[ܥ7ڠ4:qNIbXˢ>fszz3^fS%Z󊁛ͫ@F_@ G yP{:< ɩv|okw7idΑmg>-OHq/] E }u.;6ۨx;($GulfP Ş@{wj/Jz+Y>&o'Td:P}$/d}S Ks@+ Z+j%T>[&7j#s+[?5|{Tnjj?RεNsa#4/ޱ$Fb17^b)ihΕ77 (W qxu v3@fbERXٰZ5YxBcTA;/+T6+"<I4OVrAFFsRFB*^fo[B}&366y>9kiS^)h&nX:Qa*O&$H*Tc5S(iYZH ϩS! +iʡ-eIS@cD3/"Ix%,H䎨X"{u _H'_vs_QETESs6k |f 6'Uu?Oa\kur0XvȶuO\8|z#NF\ WygSW#g4^.1IsDLRHJ~5 \^-"հ_c|R,'֊s((]':oiRWyF\Œ3fݿLC;tuuGMʠņ nCQq8n(>#"_b;-f/BX(O?YخsDg=ƽ` N0}]dpS;vr:Ga{gSB}k)`M͕ Iै$nCq[ZeZ,l[^\ɒտ6搽+vFH XlRH"8WpNS)H0*ΔQg-Rع/)5=s1XHj/ۗWQd{9VR=Mb&ExOm&AБ{"0" 5 js%k0ь:c|0bMy %.`tGa-;ca&Ŋ|ҿ[6 B\Yŭj VMBˠ5gLcZUǍ5<`_쮑0=wQ+ߏv]ˋQ`?:^#1'%u-xP"qWy C]ɭ܊nD1WP ӌ븅u2Uՙףf]g?T 2l# |9Ty8L85#aN VF1v?t×am]54Tŕ(B2 $miH%; W5K_QCyYTܫ/MnY'E * 3)YEhjILZREءtN[vA%&^(`)#IHZ\R,g}OּIiJ=4-lc"#2{MNPM uLH ޔ 2`}FtrZ{\8Z!^ӴLV# m0onlG<DٓfMT/c5 pҍHek#!,> m^p;X" n I(rF=&ĂW X@Q$2>3+EC|E{g."EfL p@hűlsSxMP$'VTq7'XhM"x9U卞HbNy9fZl LVn+|c~:Hlq.?h4kcGw$LVtORuR'>d2`=d{&9G|{1QHz#|W@f(=VFQ*?F;QeK(\xb?-7P4CBo :\$|`ndEh (cvޖEw'9SVHC<8l o .U G~#)G\_ۓ1}6t~-0$ >ϝxaU i/]YY o3P\'y\GLj :6L@Jzz Ov4 zZH/ _?WaHHA\ݭC]G*B7R"g"c** (GCw^{*1Ģ^h9dDL}%~56IL9K֙Gzmu6 FqiV6eɴwkx4O#g#FF[B2ai5*5{]gir-~qªm2# xi u & 4"s5iOf)fȤ73f& E+:~>]D4􆡒⎬ݣr[w+ou6z> lq{$LIϴ{KUtU*{5g>1lk "z=eZ m]-;]+ m 1++jx;*hhWT5}/<5EN>sZ !HI'K<1aQTUc2A<d|O´m `? CpZkG,)Og GfO)qes h缫@9[e/WV䍰/pwڗXXhJ9Ee77;SrT_qa0 @g2lj lcҝb|ܭ i:hgG'<>`]yd(|29Ko⑕2ePcA1kgdb]׀',[d a 3_ U9]\8)J"{e/$w+ ÛP%îٳf(];,)!-MelA 96Uk-/LzefҪ:IECFxPx !%q\L>cEuzl gϒSk1/K]'\nε ySap%S)!dStKnYR,ٕ !8yoOoT07ϗPb_]cI ds1 JZsq4TkXX (*5;--gbWJ 0R5ĸX؛ ]v6pZo 9A؉c'Uң*{՝ vC.l8K?5?_\uy-x̔|Y|OgyMx.Kb7> 5K@<ډzt/U[\H^SP"d * 9\ֳa.q[Hn 'zzl)ڴcut0HX!tX:9e"tUGH>I@e7c?Rm^ig)_jtֿeE'3]sM G) b&4R\6qNq=|~`nyN01/3Pn-#rcH6ƧkxHF>tC2T0QDYB䳰;^=0#CNU n Icj+@(\h;\ <| s4cfEZx;HImQHEziLZ3])=J>lS#s}7mYz#mL 9]]1FW7.A[>.pN9/ 30OMӷЀzj2^NBhD􊜛OxtDeN5„^rx!lf\; yi{6[zBؙC6F+O0EoN~̛m2) C+0o 7cS$x=/pJ=ת/zS F:"Օ"jGk]߈Ze tހ)Z'`J>ۀ| k՚3e pYyE7Ofz_2 ⋀Tϴ1l=7W$sH}1 lj_e56%n9xc<>-'#/$_QITB[vrݕ  d}2ˁ 6C!#PJxBWv򚔢.GbA)^ v׻[Ϫ?,<*BNLz“':6[WFlIU6qTC[4g6YCcrVk$'SmFbϘR'ͷ举Hi9&P_!oxtI :ZHrצ2Ll:CA>9߳H lE OR m3g&b,+rh\ .9Xu0B|̷R߾vy~W/a=ci~qj>\[ˌ[{hd7@B"#'{c9y;$Lt}(T\Er_]\{zuGJ -KCV˘Us7{_twd¼!Q\;(f$NjFoʅ5>H!ڐe \"V}Zl'L΂7:ѕBQɠ@D(QPɺe&PaK.=QXTu+夾T5Ag$yc]rm/ 2$ڊqu9Vh4L % ky/.?=uG:  )ohrh+64EC5b{ #)IW{͹l씃 ,`I/ ;z~=teh**n-0j-) V;d TKDyO.ìeLn"@w P}@y-mgDp7޷U"BR1)hXrKļݐ֙FM-"rJm2tJZ(oP' <>J3O7]ԸBVf5!;ߖ=uiz0ˤ,JKNbM6P c~ jZĈqI4C>'/j"8 YjKF K[W(;_J|"}|U0s;6<hY\qCȬ3_f\1ɫQiT>^[ b8ht/ʼnS1lxTfn o9A6Y)AaxP 5D+7b)DjV`M@nα]t `O[(^kA(}#!GGg: Duehk Qeb[{߱NL_$X&m p*E5nW$b4stWoNmO _ht O{HEOz~AB`nHC޲'“ZFC6>NȨ:}[=i+u_)gUjg7nQfH5Gw9+}M`zl7 C)ik(;%kTuU5IÆρoF "^fZh[EQ\yzS7k`xyxFn=#wN,8CiYQ'=eT4۶@fl C$1n7Ok=0ڡ 3 -*,+ba Pj"Vb7phOnn7Ѧ}u;b=oP P]X-{I,&B=g ЄHe4%j VݔBW 5)$6;_[[1F.~?@|3 #djSn;Wjt|$0%Qӥxn/Fby[6U2{S]>U8; ָr8A֕n!_Qc&?q &|O-f۔ޅvqV$2>YaE#kq+_#|v"4%l^-M3"`u+H'}؇]|h! T'Ec4dN< cA ,3{|Sr+Y 'q"1n/ʰs~)3FsML (/ky=S>Y)Br0AOG&$x=T}Frn#n&8TSq|q lZ`FO96ܨ`wynFI*ڛr'Xuhύۅ̕#%dV۹9&Y\^0| }**qd<ڛQ3=;BJQ]z0~ɳ[{'ZKx,TY ]%JX `6UD"Kb.L^9Z(HEx*5_$y-U_R1?83"u ]>ܿ/*kc/bܕh *xv {ks$ [0+{X,ER+7M`է0I|*OEFթh,+UP' N-!v, lڪ !o+*/@Sf1|RG^mҫotW `ơRu\ vkH}9]B1Lgv3a 4Bie[@-lde&]CF p:$D6S1ϒg6Y@54QP5m䃧t'z_ }ʼ15Q }nMNP'qi~MROxh11<[z/2/6k^awNG +^>fT 2<^)T빈$6b&2f~ǀ>z#HaQHe̫&~g 5#3eOxd8? 5H羉t W~a[ 4TJ6eE-x#/iAdbR0sI%ɱcOHDD\PkLW%]5RĿlBo0H/٣+73\nOyjJ rchP0M\\~A*8m@P<C=l&xُpwR!ltB6I+a[\F|jK~ױMMf$H6ÅҎsA|wG*XL)-D=qj q+[KCP:kٓb`%~A~ 'ylzT:OLdG;Z/ӿ7d^W6%:T@@ʩN+yA?Z?# XH\=g[7'.)-(/f=Xb\uXfOPV%9ZؿCY-rF{]f4Ulqmސt1>}6/(FvkI+Y354mqtXV;C}uW>e"o6`,-7%M{n@v~g? s ĭ/,ĊjH<еV_$b2{go/ΉO][,cܺH1@]&qd2Hn(TEBoQGbI)T9zD">6FsxD"'k)і=f)r{II@N(EU9<%WJGKq. ܫx0P*,EO'ԑ;DV%aџX-I@ثhi K^h:]oyp8\4vaDPul,벌qD4~i؁1E0JDv ͍ pJJYܷ10HӘluiQ T;BV˻=wC ]~vHa(Aipq[%YU2d]ȺM&X]UTxo- YS7Er]Xњw^ޮ[rʢvusa:ֈ{aY]5wP6aqc`T G~2I0V 3Aң[j n3r&jhl9AE̿m5Q[|[eePK3Օx%})kϗq "o~TI MJʯBϹᑫT ϧܥpBqj,Ix&i֧ [vdl(qf)/NrpFuŜV\?9h L\ў,$ABjT9J|+XފU,;BL/CE3Ae^7 wT*.5zXe,se"糓 hOCegTtv&,9gaPfIKE"(W{.T*w[ bLs3ub8ϥČ3 Y8f,)\'~2'`ryal7J 7Qo45ajC#nJ2i ,-UJv3{7/ܑ鬔>.SWo9 IIDREZ:e}}LFddx XϞv'C_h4.Ė*E|h(4N02Tњ螋T-xʘ7PEqsj5}xmu8pĐMaAZch6vEhvkߜ>>4TrLƾje(%~ՐX3OR@IRz_p9>dF2rFPV!VwQ-~ksUN[䝠sT(G+~CU &jYk*%V~/]p~#;,Gl®Mh0@~nێh] +=d/ނ h+'j1`,-8%w&R@=a?ڵZMڊ~,糧¸L|'N/5I&T{|n7 :lWzE: X`WEiR]D'`_:)Չ eBjLb"'"Ԏ49 W ;#֝)phG1n0QqU [X˰G.wfuGeH\+Pq%2]qeGT_>6E(ڥCvʔp:x"`ms GXޤ*I-1% bp^0Y';>^mNŶYƹg #}`31>^%~Ba,)y[PnPh8y?#,Nrp <@p ck[nnY evP-j~RLEۗCxD07cb9䤰yaΰ:+ ^.!}bEhP4)Q,d27\ߒVZx$ޛ%Fכ}Y!ȽO Z'j?~>8Ξ#6rMlTA|`~W Y (ԝ %/v}07-䌊VzS;ZKΕ_P& X`:$ !f aPr<"%'#}'cE*Y4 Lg"G ܕO]bd/u@Zn;ۗu== OL|נH˦GcGa/ڀCz:l+cl[;5[i-6.I\,A|Jdu[~N'NO$ 8xQonV56M$'hYBIawkCaTԏL5e=&@4!Վ"h]v}Agfm Z,¿K=LLA#*ᜪ5Bdv8E t<g %u֜,JHY?Hڎb(ZH>LP$gpX`lD4#}bKO_:_92CzYͣ1X0y3cW~%?4+L.>~gT,CuC\j^HQ Ih(g ͯtE-g{g'/h^g0"ŕ.";.KU&l$=pWÂ)؁0JS|f gAoz:_n~9[ڮAnhX/cyAWgVOs̒$[BNt݋%3jZZl,Ba+noL>~@ېu 3r&SV]p roQǙ#Ll9 ϰe8k\G;bGB6DwEujL5b#9 1ϋ0󗒋9g}mQ k4 m$!Ip=B7]q ]Js98ù=ujtbu_qz5fJqK"g?e{ar>ѽaF΀bjT4=i%aHYE\r Og9^y֣҄ AYDZp&͙b'_sY|d2|;0I%z8 bʫ!*RC J`+=& ~P[2CnrsB>|C.1|Edaи^)v!;uD*RyVr !%-)Yi' Ҿ?0br68Y{. 7ak(j ƳPI *DܕD\S]8}QsKp djNI@`۱<\@T~T&CpCOOSt)GDLR\wlݽm0#emS UyN~YQMXAz>nг{Ǥ&<7zWشrx նg2phqR *]uμ30TB^T^*4469MJhS;Iwr1ZMЗ[ L?CUE=B,X"#fXCjՐoP~K!+ )XD(!;SMH~\&,m$"JcŎ)1MŐwPeuΦE[g786bKZS:QYpͰ5֣RO&SdbJ Z Qnȏ4/~ku#>R; vt;qMPŶb]_+GQ=uwXXҘK4CB,&襘؈̽^KeA+nVi ս/C D Jf+ M.(xCs_y6ZD(%svRGK=^|-5aXOl!w'bI-D y5;,!Pc(Qؐru U̧*X[yy9骫{9h( m{u k:t;su%xlǾMb2|Z=@1frng@k 40 `iCg!F>q ws- xgl6tCV3H_ٱv5%*=]6K 6Ny3lcQnFm?m 7סTuqkbμEeqZ}t NNqGcd~ө= !le#2koM7#5l?ӋIOF _WK#='#HvElTqFW„~>G'To/ vz%-<{ޔ9KBA3^o"H= E9O${xPE3H[wY* uN+jtͶ '}S|8 2[@Z1jk5tЉ/`ڛ-t֌ғr0"SM&, ȇ/6e.]Ӧ_2ĉOJ2[,?v}b9 C@z%tx cg'0#k!k Xv,F !$mP'y&IOUn-?/:r&t0aPS+E-7z+B'ٌ6=)7Ko=6n[Կw+I܊zfLuJ fWHŗOoU6g)ᕗ4)$** wq"S3tjIaSC _5e׭>eo843s5fi p@u{|Ѱ#p=8t̆b¹!NaƬP70fnkڈ2vgUشݨAi+}'՘5?EFSz&LGe櫪 yr|DsKN)Uu,ϻi0Tb/CT{P6 Nj*i㡖BCF:T#QQ8u(H6W}%*x͗Q) Y@|N,ݘd#8\Z(Dvjs* y*PL沅tPX:T?=(GdTznyp)a5$Ϫ݈hWh,fhѝs/a`Phu ZDZzb[y,`]luO^k})و'ip)D9+ NWBȬ ˂i`NŁ̤xY_pbL &`5D V  RCx\bԨv!s ShMp5 5:[dt&XPWK9c]/,mNН1RulQ.vt) +KaBASM qո'7-U]O ӊѭfs˙ P&erD< oH&gۣe9  zBs&GNK"{fs7%мj\$tߨV$L)=X^{^yEvD*dc<#WEGsĝ:{,F~뺽r!DS49+ gN9EbbB_yOL"s7`5 #sp0n"ݦ>h'c(h#:t&Қ-@Z_9twVmzy2i= }ȹ<aED, s%;64z{}2>X,PQ &]xA9 oǃD3vTӬ\Qɘ3ǟ~p'6]Sq'AQiȝ ɯ(K(t zWۖQ-e)/gTGL/q;UO 0,qPijPww?V@' '7;loyW+`bqk簙Hu"ԲHOFB#wJ"!c#kpqQ_FDs9Uy` 6x2HFVFo7"@ORYB+W-{+i[XXm}-8;!3' Ɋ1y_8 {_P@?$qmRj׭l< n76@Hmid֢#5{_j!e% ȥE1|qFk;:tSƪ j׋|h˰#.kQ'b=\5E;eh2S݁A9{HK N\636eiP٭ v E7K]շD ' JU#)8Yxlj/L(BS>~eeM3/.#ٮؘp՝(O $qu?h0$(pZmUu۾̍ȗJQ2%Q~xk:>ҿCv.[Cw⢅p8pJuE.v>c[ R w)8:3"x )/ dHM0#k t[a =i鏑|]30\?+q ;$؟[+_^8"} 8_c)Գ1$ yI*FlS-K<}3I0+R%;b7}s∾`i.+.gCZI%|ɐ,f{HRG XC|)T?@ɹ4 "KZRQ#%̲2@~\n6NIE6d6<-ČB)Aٲ=IwC ݿ' B<7<̟c#buH[p}~{¹cre)V: y9[W{ 2Ϟ{5\W9+%WqI&(p~Dn'6P΄/)k!L0߾ay]6~>SVS}\+GaHRŞR&PVs`Mc=¹AeBמ#a&+U@V g{A&"Ɛ;~ioZXuj5\?|(E x vE RXcӿu"8avRݗ:S6pp>eLPխJp(걟t>LL灺.|/jSU 3+B 0@qUL8^),Wxf#QAٰa> yF#г=^ 6'Xo#y`{95Uk:]2h* K ݣͱǹ< g 'a1QK/D@H6}Hu3QDBi~n!Ay;PR j>)ǿlxvwz+cTх\v,Ya=3uѾo taKYf`%XNh/F%.>amIvx|A'3dSrg˼])ͫ=+,P|7zL w~ǃ A{o2ֱz7ӄU- )"ـ%fs┻wKSޭ,믭Aԡ%9orfUQ*K1Ee4$wmD9 #C0E܌:B\9S۱| 88I rpEr>Uxl(ِ׋'yēDx8%:|KК~I\>ZTvH~].*HЭO h@/J_yhb zY ݫqCuJri]#B3Ҳݴ>;8Yvi.*Ԉ^oOL @Z4[0[`Qt"V«R&J+j&+HnE` YH~L׆gnj(|~XO*@:"=D(p" z[T==h KD N:6W,RdkEmTFcS`w-Gmx[ۘunx=>kwPnrW*_YV|M@CyxV QNў' (|}lcd׽zv@dHJ]C 됵P6,bUISe}3G O{Y6q'Z*$D&|z3UGQ\=a\)ܒХh_KZ7u'j1o71>B^$,t:x FI'4&L"Y^ԃ+_=:n| `KVȩZzaT(-~4/.V5Pᵚ ;XO/Fe)+]#fT!%of>$BNN밳'9*Muخ2^Og;΀_J LIŢۓ5wK&7XPVA:Q,)P-w[/_O.a22Y,#W]V4$.sң`=hZG$E.4 ywsy2\އqbs C|0'|颍5a%P,%Z#+@ۮ*q0\{>1Xܗ` G:xJqR %,f yȈYesfLTD:uoY4,JV =ۈTB-Uaj,cVֆ#RbbO5+V-!=> 05O0+Ďvf$(w Dn4jZ)@'<@DX4dm7]~1PFw6`%R+@)NΡJ`TG޴2|k򪵺6j9ZLX$rr#"mo?BN4JeK9jvS_nc\SX /KD%[* p:p*ن]  ߫^lDqQ2[X_DONL1ovϦ{VlS:-Uxh0 `}(N[x\Ctꉴ,Ims^^O| %Q*=|QT6SZc~x=ѐX?!cɎ{<(l.\nOC݉SHE4Q֦CA\)q(J U*^/F1U (p=.@_910%ד7ateKd Enbn a&|ұr{k]|&nŒ^a[xb4iaԑbV~ -d+OBJJNBJKIsX{;gG.iP4"K.Hg8]QGq\cT;=S,\չAU}<*aw}M7 yW1z"8ޘ "12.P.–)N5%XN&ꮼ9ӆ*(9>S[0!*% (-Jw&)b-ORׁ~U'ʵqR3"KQƹw̛/J El,=GG=P[?B.5mQ=$ȳii 8=H - C&c){eFcM( ~/&xx6PK`CPG,L06er[s o|Hw|0ojB639Gw~۹&(GihOP'w,hfDbOnbrh(y(Dvcm|;Fv!Zn:\JhǗ.2S`jRHXBP!31 .4KpPwv] FmJI6sBxr<@,7P$&n0ymߔ;5U @jr_G4]XI4x ¶Vz dO8ƪ#'/xi_XMY_u3Hff΄E{Y@ A)civA68jzζY(!fJ.%P:zxh1,J7|?nqtߌՋ"?DQe1iIAu[ +NZf~u]j#&Ĭ÷Ef(ZW(}p7 f*0* qH S٘`pO &#;2%e#TS̴!2J7}G{L}hJM%KTQUӃ Qkc~AݥL"Vۄ&}jFy6 ƶ_0n7ܣ.dV?Sc>LHOdj-"6#%' cTd!#UfϪ>n3{&N› ='C# +YrBz_#!xlۺZ:c?tH^G Mz.;.nXT?/ѻ\LxsH;ka%|+ȓFCULDݗ!̘ ʹ u#ɒ ;&nh[4+ᨋfu4N0 +Jxj4w`84do&n)I_H( i4v.-_:#x"ӉX~qk"LBZ T/{B;2!!2( P-;zBЪ* $[ ,JYs?$siԴOpKxA μ>O9cõj؟u eI/ $.~j pjlL HLrF 24Kߌ]`#kcrE5LDily*JEFz'x,ǥ!uAS%g**m4vG*g_L28֬H.P1PL`Ј)D"'+ۀNج'$xn Q\s 8Z~t~*PG  4K/MCSIq5`=춚m%IjdY֔IܐN$8dACҍpv}>(mz6,0I7P2רKQzhr3u3#Ux; 4%dxB5nR̎IF5hG}j?tt礭8n6Z\>Wa(܇F,ns<\21: υ=25o}Ewq(֋iɠ6K@#"-0{=2b͋m0 ̥0g`-j--j폐fK-ޡ[.Wowx!ty엋h^V1iR׀(8BO-כ{1V;x}/D_;X(`/K :1El쵋XˡX>wԾvCc֕ӆ^Ӝ_?I;_.}ubS'7UYkMIbwCVHEh0?K C/p6& R -,ߙMKAtd.),dT1wB=L Vb!z壤:~4Mw1zvQkVd=I_d"iDV!p\SHc8߻Z-qf5fUҷɶ MTJmmPdq^1Z$L_MlPʋ '!7aJ'Ϩ ~Im@FC|'$_)^` fl(m+M mK)65 3<دs\kBXo0C ꜌oqx.P([ը)ՋA0=S6&7a&iʤ@耸244"5d1ݘ}[$zh)'0II Nbz{be*^Z9U?"(Z5}6Y I@5>",QVƘ^5rInWq_{yKA?CKik|ʶ\՚/~d/'fE_P Eʅ}+\}/Ɩ}iPz[ U:6tܓ5=tB  Y +;$lߦR{QW98${)0Lh"2/z0%d\] Jt)Bk0x=@&:_/`δ)莊"}$TW&gA%7;3ۂ@u Pj0|K×,jg(0/Dk.)l@p'C6u7!jU/< vRp"oh |=iI޼ }eP#7lm֭߮?fǧh5SACOfXZ [q[LӘFwʝPm;+WKMž߭@6qxD~jQiG\H?:סGНCԕtg9-A?"ڧ^08vwBv1VCޞB$3~Z">V[4Ańn"{1l |1dͰ_"=ӛ($-z2`ޮ[{^OCtt ML*9y݁%Ԏ)i "I&n0w.OMύ5NK&66jsOO^ ɄwHUZp 1y/RL k)h9˸w{F|܇6ch 'W`%D|PLheHx0t {>Lf NV, Mm08#O"OaZϛ3ymކV?՗.a}N#'I,eFȒpB \lK֕A>a1 s^k&NФD5R\H#XtxV$Q 4-,r_&/a=X~1Hn C}Fk,͜ :`I(WRh%x%KYmۢKws/\YMEA'J!`ä+ 1¬XsI5W*d)ԬxZ9 ZqDDWe(bU8,i#ZXBa Wu!K=5!"6La}rAs~_wIk%dFbX}sQ9mҤ1H `1PI, "{7!a#~[ }(?>ttZ#'V8 Nd;O&ic(V v>񩹆ߕP)J;ΰD]dx᎗'|p@'r ⅇBj-ЊMA8004R "49E04놈|FfzJ_Gh?k?Hs;hze/RȴؽeخGZj׷̢YVjnS,~&Ѳ^OG{ ? HZ_+JӭۚST 6w-SQ뛈?#ߑ, A/PYBB3e;64aU?/zbF;U˦'%c? +. Zd4&Ja`lUn*[cLH:(0氞_FOs"R{boAЮiE+E r!b Q*f 9C@qڛʻspG\? \5#v֨|nPbJpEqrxX}ndQ+E[MJ 7ݤ7{RLJ($%" VшApX۷+xb>ka Lp{%G$dE:QuUz]ǝU7ׯ,qiN)~%eg2z`FoZyI)&3y8fcg%5ތ,+- 2I5SF _+\Zj䆖k唳(u^_gf^9'9Ix2ɮ^}ɷ8Y_жqއQY֠oΌ *mT@'jpnyW ʱ~LuvA"Bž{g eJNbM" W5 xjz ?qa1,̌0FmS*/Uh;!g #Cͥst۬vj`[T*;N"_0jtZsbPM!P*)@,$COH-гSgOҸK֣ԑj~_4 mmGTD6Q\nDeł 韴 cE\ p`]6j<ThTW[TZsaV>H:O:1UZ2_^84gC~[S Kþ"+;ۨWfƝO&1gڀYR!X_v4t&{A*6ŻT6 iH_g17RN+EgJq?+e!$#: I䂽v\J5ni @#Y3^=,`V]Wn{UAóyb%stTYA-lF_!i)~/33Rdi囄i~MԝɨX2sp@;`V:=r^&# ֤ PEH/rVU܍x'>:ss%i~s \gdH& -XLְ)K ⻐9x֡_WOñ$Rbx׈}4aF O. WSRXW*݇6Zs異Yin\$K'*䖹=Xrzp MƨKav]7wkA)vT`ʩUE^¤|BDDRW 4 3%el!Xrӳ:&!jA4YNKYS>#Q{v.l({Y<*Q{ up5O etٙ- H X#Aɰ9ĹgQ?w|('Q0Yԛgs6LR2l̨-!WϿ PD( O ˨c}p{$h,P4Ќ G6 mS2u`tHt6lXICqo`x06 xO;HWfcgF4ƍ\V@_BUycpJ*;P`.L9MjIB$Lwҳ~mM-%2.u|?D~Z|<7jB۝1o $2 w X-!`!ʹJȰ@>F/p{Ըl`pmĘYM:̆q&hG:Rl!'ggY?OZPPƑm #MlUT-Xz""vXB.q/4|OW "Bwս-h>mpO1"Ht fvo/_+ۓ|.牤 E NiN| 9Ɣ` "IYWL;I9XJn1s~wMty|XSƻH-z *-|}eFl.Gę":l\9^zb+ wd^Q5$o(s{o7K: qxmպmb]>r9cYA']?kJq7TO7 .]$Y~N@G^Ma4u3%~j&nо5!pE)#8$[=|j㦦7$+4A_5p1$c7^ZɇJ4^6@j"1aGlɆVp#e^"Uߔߚ9߅^4aNFl nSM;Jw0 b Mʯp5(|sVV6nlQ H9oe&м.!X5Ҷ<hRCJf8Z^j)@_&~'mڦSwĕ]|$0>Q,=~mD9@|6`(qܾ )o9x;JT_Q5, ]^ѐr|\h'e)+RSQlՐxԢ{sKL_i')Ù2A:|=$!+PXN+? ЀJSivҾWE<#tWC ޾xÜ#TOe%DCa]#tXOG%4/ e\g=ik898s!3:ck;o/J bw;roN `IH1' u5'iv XξE6|>/Ze/Yi {qתZN;, Z.` I{rmF=_-oô]gV]W^!,+Zhm 4pM 9SVRj|(&ONV\IǼ۳M.%3Gn9OOxH4t$q BL%蕭\߯ ?7Id_#=C^JQBݷOTmL,fJKZdxP`җWTB y[ҳm(X[L!>K T  豙G& `7ZB(6{Y*^t mcD<\)]/ .#hdFyǶAEʕSiNqdzיhBGu_ir69\IgꚀl^{Vr|EN=? N,WQ'F$;)ڱKzI9LT{W2qMjP=NX7C~3`(dfk Y{HS(p߆|{3}d^q]LROuʙ_4z >E }ڦO$R=:S{u#%qU9(pW;D{qOA RP\V݆:*D_$ /J4R'] Qߠw\adRKgXelWY'!r$u/r 97_֗0'i#D'_m`篗Ғ:%w^_:98\@IEVTʚ;*X~Љ!)Z18e5+|9p/_tHW*p]>;@8TYF;L9x E Ɩ*C@:_?{U{S~\]ej'7(.(Bڃ1L|y'3-0D+|\p֣fO){ϩ(J%3ݝ(a[LJ k}7HFybe&POT[˓'bW׽sI.r#<]Efi,:}/Wp}6-Q'ٰՈ&1d_dFOO4 &@Nׄe^'kSLFݲOLs)qE)xOJ L@ѓLfqVPN6*2-(p&QwDIm+_Kï=@7V>%Ϙ! {|;c5+FJmteYz$@ I(n;7~y%&վ5iif(FH-S3b߷>Gd$г"%|Z:pH ְx'[?ZWeP-z1_UGڡF:XSu:ฅOZ9}0#uҬXAp4GkJRIPjrAq'2 b`=!aP~2Yf2íL'cX99B{Igv|b!_]ᓭM7μ^a 0ЁнcЧkZdCv>/ߖ M+&7ؗD<[JY##`iQTrjק! -Bksq@I@`|7Pw;+I 0< 穳6ZP% |ad/x!AkN`ɪofH91 A1!˖;Աh1G:y4ȉJ=g^#0RujpIMjFN$_l+jͧ9b F8b{hnWv?@~ɿ9aVs&t5U"%k-oIg 7VQPj | u.xxaSj0o\E>;ewO{mT,W~N{ci=($p33d(EV]LDb* DO s,l$yNք2vИ-E "GB_tyI~od Y"1};bҬs<ʺ](1 mP<^-Q錚b9 %g,i.A%;鴴`UxBKIz`B]׍=d~VLρq2QmҶWήDs-iQdR[Z\>ؠ,0;U^oji܀98FM)cw *:x=`ғliTy'i!y>3G $Ln@%VG'ٹ@M yk ű۳ݺR;@sf]2x͉mysxA^$gN-[0TrM?oNp;S_l 4T-buq76,G(@KT0wfKEAIv}eI\<삤7oЪ͚!;^m0ߍ;BY\oxa^!WO5<+Mo_>J1#RI Č2/_VQiRz~&u^Oi*&&dU@N(?-s~(䀜Rf3"\( v޵miոnR0C d)C$JEςMQIAik`(u AWV\O^Ye/Ұ!edSF2؛eyz$ ?ܿ&mq; B`/g z(g]<$25.֝~Oao6#>7i{Kfy:USQ( 0ZS3VT %ksO4bZf`(aR1 zLhqdlb+[#9E;Wͫt1 "ʚέߍ pN33,޷ƙ߰ XcռenOʾg`_ RDP)PgwpN?f|dGҔetk$d8Ҷ YZ