libtiff5-4.0.9-150000.45.28.1 >  A do. p9| GC% Ř mUD5K=C׍ɰo"'/ʹI=`Lj%{Sj;<4a`/('vuU>}g0Ǖ`":m΂+ k!kSW%؟ި 5|ڃQO,P.fquhCF]%|\d(@nNs9&B0bP:4A>xH<ͨ#ai~nY)j U51d15676d637eca6c13d184c0ed60d084fb64b6798c6f58bea0f52fcf7e3f5f1546e77df11e4f7ae0a8f62b3d24baebf55f15cba<do. p9|oQb͸Tˊr߲7~ EjLJg߮NE[TD%9W ~t=eoj[b8sb Z 8my2Lfmyjx5-Wp@?pd   U 5V[ q    \ <r(819p1: 1>K@ZFiGHIXY\]0^bcdefluv8wpxyz $*lClibtiff54.0.9150000.45.28.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.do.s390zp3a7SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxs390x(@z @mA큤do.do.do.do.do.7)O@do.f6ddae57370962017fcccb691f44b039f350048b04a6a8da73b086e6b5b7abc715f65eb3702ac282618510ea9137b926ba8bb6444d51e886b50e872423af0bbefbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.28.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.1dgdck@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/ldconfigs390zp3a 16850080624.0.94.0.9-150000.45.28.14.0.9-150000.45.28.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:29109/SUSE_SLE-15_Update/14ea0562e0ed7959d67bc80e21370384-tiff.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=62bdde68eeb1ccf1d469605e144a4ef42a2a2587, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ae6b1e99965e7d48db0d4d842440b6a4b8b81359, strippeddirectoryASCII text PR RRRRRRR R RR RR RPRRRRRRRRUJOfD02R(utf-8ee3cd66d9c746ddb46f51298331c951a9a96b2250dbda3308a18a98b0acda2bf?7zXZ !t/] cr$x#Hڠ͔捽GAܡt$ xcztOcpYxD"E@S&H8tfkV̼ϳAP* tݙ헾>[bÏ* YΣ|ޙhMȜViTY15.0(ju]v j\n?^{^T`BimGDo0Rby^7`ޯ[j?{Dda W3ଅ 7]2%ktWo$V e .?S4xja\m`q Ff!_ݧ_׭Чx<h~Tez-L^zzBSD3m DR-%bLJ t\ V0X]kT.ns>]MA~M h^5 Q#S3M``#1"? ɪ#A1>"e`?FNT׿C+ط%fq i\]hqt 1AG˳!DT}: {f,:CDYH0X`)nIw*608TҸ/*:wE@3d@i$N da̫5DŽ9[ !S[d|#Q. 8|T]~RGRZ92m="fLcHd&IX)v^:iPD 3#|cA=em :0W4P`Ba=Lat^#gߑĉ\|qkq_5^rn/i@GW'!az6A+Nn#TX@=Sw>Xo.:Y2׻ 6VJʌèa2{a7 0XBx 5-@5w_ !RW^FۛYۅƲUܯLw *} o!柳( *n07{9eF Zբ&hH\^1M=rh8崸 o8VAU-2Dk> D^*1lw[҈W%Fƌbs/heo09$CK`́x x؂DR n&cfI{v}Zd+n o#bx9UMnLl6@C6+J67jdN`=agK8EV-o3N|tZͶd&p^낐h&vkS׶]͌+\A{٩x3~b~F j0GCBȰI7LU(K^eh0͌MǐEzdO qN|F>: L)zѩ="_:?Jc_$ڷ KQѐKbb{Ik._9W BmYytD0$`4 S$nƵ؃K቉tBDC ~Lȴvg.aIFmPXC`a VW^fIso$2F =޼m:5"-Wi뿌f@tk-G78' ')>=W s.^Π\QC㮈h:425Qe,@wu k4S ߺKa:lG:}+pTiNh'^̺fCLKOE"첃%KՒpAEX'#['!(`_%b>F#8r\VnU6moWP~z *\D1۵y2%H[Y*yIrSDŽOJYJb.bYbCA`7qٻM&fEhN[51u+<|f燾a}z@ܟ9Ϟ%MY Lz;5lPHtO}OY)}%F]ZmI2v|$]ՠd]|y~dGBm70⊘*}nrtxsM7Lκ[$eH7+|(hrHD+01kj]V  P¢!=*6zij;&S> /4}{+,G [h.g#$Q2`Vf7J++csgsXy:1(ܛ3ܔ-#'5m|T@sP*?iC/|L8(R&J'4Ƽf&' PE ƙR$6H51Rj-5Lov h#`dRw|i2GӢi7rrP jb !;я0_#V_}gj\t&l6^,7R{PuwyVҡ/x,΋ɟnp'_)%=]:k} 4c*| 5n2gWZOb?"S 継0*~M Y„4&4.G_Hivͤj4ua~Wg+ɷtSxZe+݌Iʄ27/ '%ekzCr=rvo(wyı'A;+hS[ZzRϚsl==}!tX 'y3x֫A)|< q-lݡqdg>g?ap~\iN(5S uNOUb@?FzoxpҒS8u`W=X~#m=i@hqc 9iAb0 r?4~>` YޮlNfwT[|wVF|Űaӊx )˲N#];.C f?+5mpWQz]MMvNmLVDm|]&8y XR8Y:K;H\[#s#\15EG>zXtJk%p5 #dP\ #V$-fkD26%W¥i/5[%4 aݤ5lKHSKgKu,p(-9s4g%hziqѴ|S1 ')Vߜ"f;;zC3/n!&|(gtEFkq;b;i9߯ZxFJ[43RS}|~8(Ѱ`|Dw[rxY@j^<'fQ:L YogKU2ISVTpkS h= [c>*zfӄK*F [;#)]n |Ӎۨok.)B-~nrlA+dn38 $;#ދ,Es((P=~be.t,6;:1ʸI(Vh8L4oM+%0$ A#c*5Pݤc*f3-R~YC x@pS.tkn ?]h^ 7CĮX@%tD.[=7q;_A^P}-{2zx=$X&I|S,.Obf&;'6K|t&͞H`V+OIz6 +R1~QZg ;ً pO vI62@ZN2vѽ+!Ń`梨D;UWKJ֎qSMSH|bVHTnk|خϬ*# -2S(K[y*tqhw`w6hn5?Ƙ+~sX$V| lg{On:_sxa}wB(!AۆӕNd T(qͬS$Edt>k覚?N/=KLa=<4^ 2)jc1L-a{*K=e"TfZ<؊oT7_jD),%,w4#gv`EIw7&QDgmB~q- z#F!DhD 70O.ϚRz~8. M CRCֺ+ɖA`LѶ\8 ͵Ɍ!8YrUSZ*vFwTMVۨ|k$G伴7ׄe@njخ>Sq;6=Y4xePln^0'0,.X[#XE<ðNJB`b# l>]) D}uv.J (I2n6.&i0 5%r?b7q|J{bCR_s^G!3sfgl.ir@+vKaB}3׺"C_N%n:kk) })1 2HTL^ K̀ kc񙄠+Ǜ֎ )g"99zǕ4A~䍙~MXR6E|!c[ˑKpȖ\ `Qy@3-G}!,(n^> ,3%Dgb 0s!*dd%7qO/ x{3Wj v3 sdDR)p"u"B[4 v\HK=V#b3$av"y`ل#&(MӼwZhX-F!bc>YJb#?{n0/]ì`3X.?C`-lҎꪖض5ASSz fݒ,A .(yt48~[8kGbr-÷tVu* ۺv rDzwARڵT$OPnI<9ryGtVXy\*+1Aœlw(Db>cWQlmOUtpp^b+ƶ9SjdXF@LU6gPT6?wfK el^ђ\. 9~@{`2rWb?Xl L0pu'RvR>>`ܜXgkxL;2-^6㱾^_3r`Rfh"`OTLTf_dBU3AI-oU˔qWumZD/{?YM]Rm,w=FW-G3(FErnsT?ƫfIt^y蝶\qخȜJAWznbgY)J56ծ6{(I/S[Xq 7.D:LJw$u-{"",Aw>}GtAO 0lм9}3lM񑸷>۹м볅P< ir#dg}x@Lc0WA~n90qjaPI,"2ݚcչOu&m[M_n;tr"$B Ώ R/XZ'GДU J-6M`o|[J$QE'~A%AsK?ߥa ,~-g~ 5R|MTc#Nc + ýB&0!6{Tm$BW*2!Cu ۧЪmөjwiO Orb/  }sͱ؁S4>b(ܷ5i*cy7j9/Z#>b Jℨ{RF8L&pX>sf}*Zޭ`w)𑵐UGvRȍN}*z$ PҼHUk&<^oT<_r(]uA2F6V Q>qgoʁ%tnLdW,J՜J +[͇0u BƏ/!f7:b阍0Ag(> Xi;Ff/\,_V񝷺X[ۊԄJrϞ6$[&$ trs0>dMDj FTm;tNz0]Fj1M)%Bt3Eڀ38Ite{IP%IgHiGR(e tB5ڗ99QȐp=bqӟxw {|yiեFuy}g8t+0$b\dEq6O;|V퐶Ǵ6zS~kSr:\4TJo@YNOwC򯙹G!}+D 99]ȯK?^Jf@ReOq})u PEabqy̪MG:JʘձqݩQo&ֈ~;jvQh5E9DwvKծdik@ oĻnC}MИ¶w _^A/c8A)O9sue7=^q`q[=w궮ydF+>֚몈 A?|!D1s ƼVF5Om<>:e ^֒cl512z !E\cK^\tдx<\xFGBO `ԛ: QO18QDU74{ AN1`YEHU~y{G006>G`EKV){':Y%Ri{1%9A%5-]E~iƏD)c9#@7j80~ 'x'`Ico;:Tظ XweUWl1Ì3e]֚CAyK-?C1k oI_@4 /|5n{V3m΄5Xk1ye3X7u94, ]ZItR(n ǙL^ PK+uzEɃݖ gF2G|"cəO +`n8r7E.RIikt1$LEM C6}vq@\ݝrvnPlDZgA5ɧ1[ҞM& nV 0S/mNT;,h zXžQ$ļ$ڵ%@ +Sr'󹘒GYJTFH݅wg 캍$xB>Z)ia5@4 WV[I|)Jkp9"MUC`7B2?&a*hUY81&_+{{eTlHs\dp)`%[K uET )Ā8D:zٵ&%a ^ֶݍ]قjmDj!yxR!j/ ؆:(JRi7۩"_ }gwe} {<É젫|^ QXr7To'>dݑA]s0M+>h{˝%̃^a>Q<2 &3)TT6tLczX| :E:,3 NM ;K*ªim|z]Tc˹$$DA [{a\`;5O]JN vRHnevrHT`xéu[Y uix:Q$މ&,4saƋ1C7 $pIQjov:#WMf1sϙ,hޫc U˓gV m{|_}_>Q.' h=76s:DcV'dB _42 4q4 *}!Ky,& 7HW 3? | "Ny}s }kB}n3 GFu<r2@Y N}.I˿`HIb2.8+8 8911T^NDfKu~,kkɃC%];؎e@[YRFRT,/~w3$Lrϕ#) JKqa`C< R17/E%ђnog5UĔXO2/,uH$ϖ;h8YGc _vJᢂ$^۪Ǐ>Lj5ʹ\y|ˍ[f7Hˁ;T)7|pЮV2-8Π?I%ksoLaoXͻ3˳t9ї\}39_'*Lh9AboQ+XDh<8K  F&.17q+jO7`U6pڋ G ʊ(`%bvDvޗn} Y[:ԁVGFICj[PYn[a^czMxQE" H9Stp҆M%"b%VJ34L]ƝH,7-V4Xި˔wxE61Fu]5ՙZgUZ42,Blpp9G(K-Y ͛IEʉj^Ô:@rQ.'}u | Mi6i^ @\>-I~÷EYٚ6]¯7qxcy TwE'e'w{>vZy*qVoq7X$WhZd_uTӌMhd)xW5G|+t3^ {BatUXSfTH$r*\8#_G4fC/k\˾MN9) A3y>uIՔʅ4 ة'dS{>{) iT3Y.F%JyYe6?r,earjv <-bY x#[9)Bo<G)<2O7e_+ioL=DyzVfIzcba"\ЦL?^TVK&υG4ݖdڢȴᛸhG'ه+3:CJTx*jطGEKq) 1Yl]J'a@m2yx(WW2gC蝪Ļ1*\ ;e ǼbzE.+[ h~qܐ`Bqf珠ջMqݾ[>Lp5e&!3Uwz!*E~kW~TUNłEmYUB}~S5^N! umZ?l.3dhX'q!kX-QZ^Q1۩lR'ēd$Gww[oN()cP\L(8~+$%)7Oߜ*]0KK&i 6j` La ߗ]pto4GvƟ5ΤWtjN\5$-aU9!=0޴IB _\, XwO?</e?R.`8֩ݗ%J]=0:2B2-J~ dɟ /`ÝibuAdG<_Ow&F7(rdvbi-PeO#&#%$} ߺd]K# CU /-LyWR)k:*Z I憇z8brr΍ ʑt`Œ&0I⌂O6O,HЩ[ P|@ϧC se[Or-CMY?nӊ97 ~E`?GV+.Zg WzAcBd՟] /XrU5h@$}SU& lj2æN r hq5ɚs 7`PnMn2ȫ&X͇yO-fS̉*k zc*KAfTѵ=^\_D=gR ̌WQ6A'^I2As;Oc<[WP֮%4N:_v/xgu{;7.e.Kà_O Ziȝ^Ι6Vn/FN.Cz?to%HJs3׫\%\yELڻHdY3BHIA3i+9CPᘊ Yn#2t8Y(/n_fl/^_bajs:رNmKmӼ븳;n%v (x^{_ s^09oEԪ;C+[yXěyc+@ia Upoxچ1*DCc :+0 o} ilgb(#7 VMNvR:ف`GyRtЗ"Z`ߥ&ODi Dd0f,'d8kr oP%TDF{WL@:ɨ08P-Tک?VٺB)eCn[:&̔O)y;*pDƒ|&MpxrStZ:'JJ :v㸊'RxyeELvG. d^K_ 48Z295nqEҊ4\mufg6(xpau%=?XtZ&}3IIK /$(nfOWWҨ6[AWW pŬ͞rC3٣oU(Z/Y۩V."F lX珣{pYֲ ZWR]$ǰx ,8m%Dž\Yl(L44/2t*"v Oc@&Ľ&4 nmBU]`TaX/t ҉-z1m>cP%Qfk'^9:@`PH\m " PlO -S")e|Ff &:m$'ZL=s rdHP9B:aI DK[$*>Lz_tl>|v*f{o?r#~45 Խr!R$bwN&z6HKvA)we^Whx-~"BvܩSiC(V*t3A.KFqD<ifdZdm6US şҬ1P#' gR1fE-`+"_;g/4-6P} 5\ VɸWCݳpX &*^w]OPtE\8†$猅{j !ˈ nP+p Pvx%6KOA_m5_U|:Mg@?p԰RT4^k Y^⼂Pcp Qہ \҇{̓<˺H0ef֣hud7*5̩`iwo= `xj!yf^cLm#^++v^EPAOtа+>|DN3~BF J?0)y߇\,Ն9bI#6Yj!T?y@k*|[FRp*8#kKw;|vrT)0u_fO5hoa&VK8@iZї^qȁTWQՇ;lK$,~ 9 \zm?Jvr+3jF :,lDH[mEz 0|<HCbAВ#7=GmI<#1 ,d= ^hZdf;ơiF9vGNٓSM.d2ͷ%5BnE6w}? oAYOA0|X2l5Eq.7FabAC ϲpɍpɏHrvb$P=,Lu#9P]\BJ>hZ MBb!]` f7D<6kTM_1j[LS$[q#d/)Rl/fUsNlG[SYBm| b SbvBa%]#怈rͺ3; {f4䉊Q}ۄwzC7raɧ6e]$n@JjR|)ow)ThjEH60*.5bLp2Ʋoxyhy,r'C+k :vEy!))5)OyzN?} dUrU\ w$ďj. &)gy"+=BL*kgV0>I‒܋熛ȿ$m9|ޑM0PGdR~c,;ir}I^c AxCdop=5.a PM?LV=t #RuՎE@u< A.V: Kº֖`6ܠ $0N!v쨡e5=(4~TlXfjd  o2?ߊv- [ C\%P$ZPnImxgY|hٿ<@ l: K{ɮC !Yvewl*,ޣ-&Xt0|c(y T]/KolnL +9E\?u% 2:l*La tzUeT[4$p)fct瓓n{颻#TAI%k7zG%zMXB.Lv)鑫YTǺ/.`0"G:vBO ݄~U?("xÛPv|UJ"ҝ.r*pR]dp=^WҴڬB۹XހW 49 $=;]5ǡا ȯ6KNJv=MTbhI%=x;ə >=u ҙ[zUU*30_c=ɐ: lFH ZpfskSf{>|:d|%{D?1L9Vza1ŧ.t:Vy"rr5s .Widϋ3f~Xٖ} IYsTRޡrUa3`F]npB po4sD(-itg)n{qgMTwu(s}Ny&'7(<1~_dx՝`*/mtb\~}=fvط7)$ ˢ8qPh?xf@u6&'muJbfBO_na3w%f!TV\a1fo1Z<5,Ϟ8^UK< )m1 tJ//Y9b+|HHlY@-*u0R ,-?t|r$hEtܧF̴ؒaCnx-P? teCiyS3eqlyJMo('3k Dvp[\Ђ>[bxrSnӬ I@eԅk{E҄OLa4&Bu*}) qZP9D>ss%cU}O_ejdiitȝy e)5+:.TP3\_>欨e,Ie9CH@ o&x` `6ASqБ4EY׵T,}R=(oX4Hi}m5Vo+֖ꀄK;'nL|mN>V̽HLаN`ʞkΗ4N2x!w5|մI$:U.9&UF{WsѿQg'wMTlC^_( ;X)-(*ei`u/x̤[CgG,v_xůAEݡbeJnY]3 9-wz4zuX S.h=rGuo/) J?\*{ǀJ:1-:j__:"5zこ_SJvY7ayOy#|*5Թ˲V3`UqOk 27Ih3^,o.2Jg&pƣ;CVd5<x#e\d/HbfʩjykI®_%.z܈eZX N3 ozE9M@UkiU ;d رiR" c(HN]yiuI'ܮ`}l]]!8o&ϯ(]tEv2:YtCHB& U. e|7:HfN!K3OQ G_s\Uz~q;jn*'PibZmc>oG#S H>D`=i;m.;D/Em[k@x#pb;QPn]+/<؜k)$]EWlgvHh<74n`OޅLoM?GUENS;$˻Fx$P~d"SPo!n>/m%k:ہae#l,[yE<@Nw2[@XPuѫ" f1YXaI2V?wݗ[DBX2y􎸋+heek_U;ʓp5:gT'tAhFZ(LU |Kgϥo_;#12򫲒KeMEwe$9¹Oo W[U2i@.]SX+cuA/KS;g3BU{5~T*$kw{]本X A!#cmfȫT:y1F.>A˨UIOyv=*RWVBgV v4{ۥzZ ̳skPvTHE`ϝюd .תjxyY ?7{<"s-0VEL83Q2D dPAMe;\p\ܪ-@Pe]f&$LBapțX O׈UC;Q٣9e'L>I!+n ijm|pSa۵=-1_;zt(jy-Jn$Z^] M{l a[YO7kkIH+Oj!P i %D13 KwNr9⾫@3!K,YDIEhujxbN&xa)< w-P%N-ATXeo:@ +]Eo" uϮuH&A[C0p}Sӂxl5M# G5P~]x?r B˰^zsȇRW2KϭD5fk$"u| Ɵ72ֵjB<5 Z*V. =Դ8EI>(b2A jVt1nfBRĬ$6"Gဳ dv{j4⟆鎍ξ<юq6,Ծ9K ~50dO}zM(I_@vk]*.Nqy킕8I5iL$/<.~R#c9U#ƅ4ږG&>@^1`WȞ!6ud4!Xc!t[WXI#Vibx/V}xt-ިߺsT$Cv$`[JyFLl+o=Fmr>dcֹc-٣ >,nrXq=iiXrRAͰ=ʯ#Jg8FʯW:2 FcW'D,\zQj*my߃ж<h] G_gmojƞz\d?XWQMsײT^y9MePԲ`O aFO7q'5ІƳut1,czEDpqd= _GNW \]^#>% cvYX09M@^hm*KOIAS P!Gm n]V`;.AT\UT͎4K;-O(Y-.ÓB5 if΢ $@aVIizu^:0#,PAHzTs]y[@̿82yMO~ BI48Pе=:'CP՜Z٦];wn+ZOXʼoۜ|W_py@NȎgSMǍ̖cֶPq+9;?cqllj` ׳yg_J2YF84dteXWcB8I=XdPA@3=ǰhPJe19d*ŏm\޺j vmhm贇n YgS?JMF::Ly 9c01@~Գd/B-SOcUЃ->"Z5,zy4^d7yA8H\A l#U9W{{`DNX/_XVP}'HDN"S AlIOpn6]4kUyHFQF>h~XootӢQL wij?URБa]U9]Kl5Uߒ/I"rgށ*>`9bФۺ|XCfVP7fZ"&ؒ-7t],"'zSvU|k*',sĒ )bxxJJ#ǎV7JrB$*UuQ=BkBܺИLs&!,twe;鈶#Sob(ikӠ(ަcV] 9 Xi&AdtvX[i+k{ 5ERcJ>4lŃc'N-w6T(ih =OMsoPf~*cd<7F>VAr,tT֭M͹fsҌ3œJro‰,^^'i 2W rpf):$6v((|] wǢ2Sd=eMGZ ~v:_­(HUUxP kAF.bt (LV-xL Ӡ#TAqe3 %IIz|1 XF"jFN,|[!ّh]Kz3 ψ۷ԽCC3Q. _DMl{fAK*D(ȻL|Y$y) ]5ü}>Ǎ <݌KajYnHBy9oj ڂZ\g5MɄu̦^@^s14?&]@rMyveV853.F9.A{ᙅQV֡] [`y$WMsPIɶ;hiVM$!,#s(2cqm;) M]/=AD.5ZnLn.vQ4uRԲ fR[wgc&EiIq"syȐ>`8b$<rf;`[uH҉H&VgpmMMy\Pz}X~k,Fjtw5(' Rq4bU)l_,9{+a<6n#H;R>MjT <~^ᏙJ [uLw-V ۥ>TjHwG]=E\6X]?\>~l}xl0;PgVet奦gm& LW⊔O`tq'8(dcd(rKG$Ut1Kٙ]س;֢9u!^V ra"*-x㓱:*aI7Uz1&`/ OsӬn|Hs dZ+OFFAhɪ}Im7`Z.m\sM<)9G yї|%.~P)D;s1Amb]dTvݡlM p$iƬ] m4*-0A*μ:7-6ST?dh~T`t2OW3hEHumeSLN5'X r`MRɬ$}U۹+qù)CQ!I x(lL .CZv^<hcx_s^yO"]oK&3H&U *Qɛ:|y^aq$bNv0rUyz;ZB~邤BEibcwG$j{>U\vҞe:\tqC$@{  m#% d T䮵-i3hfB#9RSA ]c`t#H?l4U1cŞ9F=v|{l[iZ [] XGmuntfu#J`Rd 㼟eV2A9ƒy+j6'3?`wE;K/Ew;i+78t^ ]u + s4 M*/Q)6|j: G@dbi?Z2rfǮo1:zƧZ>#_JΠ5zDe֩,}H~u?.00"X\IKm]J%'6x^gQڿ,o*zIĞ.xΞUc J,d Aֲ;5uKYu?h1em&QmteVЂg"^L$}ZbRtͽ ]B1W|*q4,J.o7}0l]LY0dN 3L *3 I:(yvHk@f=g}JR iʚO톼eѹkKeٛQ73D<7޿`5> @ŅG- k<$3@$Jŧ5e1[@f'UXRDLޑ?vpc7 ,HYnB2U7[gNΘ[[ҳǤyaMmU["Y.+R$ l0X\mXT?&0f(`r> =f< 7#<;[bPaa;+7O!>e4z怠ӒYڏ{! W¤֗oh!)>#v+u*n~@:PH11Tl}H1k*3TMSհ#~-NN){ToJFiDMS*>PDLk|D]+h!8ʑ{ Az;ʺw;}?aY:N9F*Z({??*Ig_fpA*i'GN {U0G Dek|/U5@]j+1U皓hťx]`ƹTz}fG.NqK^zxgǗ!6iI@XR10iTW\vFD_K|]X_ruZٙ$Hy1BeV?) 4eQiAurDn&ϟuC, Ooj@uKDvM٦\63H@K} ,Y;}O`ނkPV\+y8YCa >*`q1XDr'ۿ5gv/"+|J2r!g1Do% q07xb)2f!ps۳\5Q6d1Mĵ A6 n#p]:<3 +܋ I[\2GoV'VA.+c~SlnjMz`%sJ3]}S!vk+-c4A'g=JK%d<~۔)ߺF5o<wm9ظBhcɣ_b3vFy3;Lv)gL7y„O[4E{3Rucgv _CU6ZE(}CZ OD}0#zVك-C,[چSX(CptKXnzs-1s8L 5)&b tC(kvKӘOs/T!'P[đ#!8ںƕ@Ktf/gFc fڥ8/ mc_8t#{ oyMv s1V|@} aP҇&*i䬨eqox OJi?G UiR@M 7Ȥ%1*^3QjY]I2#:{%va&FktWoPK '.A&Hq=d&~Z6xT!2:D6.< #DwW';ZaE^72K+ar%F+CVW N漲2٢a$rC;;B$n(oIQFC@ aj{ٹ}dȀսmڡ;'DaB;!AH%mUHf߮ZHN:MH[eR7M N#Fh? =袶g}Ag-$%_PB_(ԗZ CC:1'N 'uKI ve*.݄4^>usxȈ2"({ӟA4Pi$fxOo1K݀/VD,$YH%eO֦R"dIKH`6%$@ "kP*Uem`Ei7ӿGx Zn=ழxGHVS^R9ݮe '& Vf1ʈ&}V2~}?:K$z*g3ώ'#9]ƄS lvɹ*g u߬=MV5W}_sk_%H4{PK5_IV>_,v֐I`Ɲ(rb^3/KpAd8:*$e-Mk!$BATྌ`~:{q5_T`֢euc|u"}e'{,hJ/cc7(i(ځa,[EJCӟy>Ӂnye _`bT=!WjlÎ^:a5wdY%3( g Q6fP])H;Qs?jҘ} %;6i?|W/uOV8c#lX0@ M_#'tC-]CD+\ﵪ0 sϻOQTȑXX!w;d,(N'aT8g찖`NTccSK0w  DIKs*]w`e)f. ࡿpշMt;wSԅpKuF:sqCkDJ(Z\ h8F*d~^n?0 % @YaRQk_xeXA#BLY.ɔB[ Ygˉ:ihp6qfjCQc#w MtKJ ػerH 4,oߠr~XǞtm%rd(`NƇeXE:qMtVI@fc"S=zhLm87ظOpV:/ L&\#ZrhU pȷ剖Rtwe;N>zrRz %U :`lfJ0Q EFƐq7by7z`< Ff*b%?QXOdP&MM?J^WM<nN߅|v J> blKS֏It>m+"kbz35J~5Դ`R:I=+)VWôfG+y!sB0‹l=c"(G/m7$M@Y-t`:VپN-q6qe\fiћ. w  ,-p:Z+%;T-&1+OKkD*3!z<9g 'w<:5ܢƂ c;UeG?#|Yux5Ol T#[ڑCp`xN~Twyx.aG,\1ұdq Nrz~A(s[>m=FSzl(Z◈'*]$=1`~Jn9|9O!󬹁[CSt LqCb>QǶW󓬊;* UKkI(tR"yv=F!X!!&S<*xBR;|)~ZǓrҔn&hcaxx:܍*棤\<)6 G(xq\ ypɄoqϠTU2"@Wk#7IЖ4Hp+*Y &),F^ZC%V23BqX1C@ 푸SnZYCZ56>ɝd[[ΜhȄ9`JpjbC|CM 8lmj?_-6G+1%5W_$FYm͞#Č.ZI5vUZMEuXPrcD<4@1f-jqׁٛ)ey/TH/.?*'et;C&Vrt._ WUNt0oL ^P`-9$0$Ok&A 0';^~Sy:_/Gȼ"dG Ӓ_sA^(Ǻ}n^-l+i7a ub$+QlWjؙb;/6sѺ%?:2W]qd~|$hCW0w@/,%N=Q( 5}FQO|SιUn?W>4`O 6xVjeP֍@=:e,n'IekM)%Av Ȝ-|-0A.ET/ ?#8a۳4~)@p5vzFL/(L8@ZrM 2s2]kNߐ2f$AN@L k!͝9SY߯󨪊Qd`3g] |}m͟GG8Yrv\n~#E@-+mD؋] Ơ փ-u<|7r;-'nxr{~> %Q͍%zqZQh)BXN lz *VDIS`Ao¦g-!3_pMT?-Ļ%N1z3GBp3SГEݘR輦4̚IVґbaFs{,HKuP׎59ݵcrej4^Nnf]!,*I͖ii$8طg潞Ju,pGRߏZ}jI -*Q9[ ɺfovC=lF7B9me=CJo4؇:3:F0^ M22.p-OddBc֯qvuHhH~욇mIҠ{N=od(H~w' FAx,L*煌Z hZJ;}~G&?91wlйd :z?ڈ6 =z: "Mc21/JHr(OJy!?;:o)ARK (a`6 v3 5Ϳ˝9, CF,58 ]/!#/\afYvNbA4 [ݒE!,ece"9)w\k˚p9)M b;߇O<TmKD]w'o_gvlx/$< \=a\Ze}:dGU{EY)M ^*_C2B_g皘󤙂hˆ4-[U`FΌRObh"uOxxǵSF)z%| 4fEoG#J"UBU ApL`PnCc=>~؉*l50qD-Uagm+o}xq:7A\H7A1] SAJs:\6_0Ƕ@X\\)2AyFŋJ3F4F =䎪 ddO1L~ijA>U9Jh ʌE3Ϻv[l"ڛ(聒!7ex_S(fHRXT[-Ŕ7.02xO/J.psn <-ڶZ-5FlDԵKB$4dC!5"@yΧdQq8#G@x/:+i/"Ue(/&OU΋vܲӬa ڥg(RC; %>ׅƷ~' _ }N^ȰT (Dk,lpkGM4j]bjgoK|$L'R=Hh 8tV}@ti.TAr[ڭ43@?4A#ǩϺpk3Wf)Ë~w5M7vhjU8=Ы?gQ[HX_FyJDn{EIжU%?mGLB0Cؖ7W$F,1bP9mxj!m/_1<`,,[I$Û[%VI!V_'rLdU|ZN3yP"$%y4( jRM %kG+[ylg."n9hңMHㄾЃtR.u6nQ f&ȦbJUjʌ80,-ҿp3 @󻟷?PEє}M x` )}H/% 3Ճƃm7OGbqYKlF0U*1P3# F7-ry[~ߣ0D 6xj{;X$K4'@^T}濾6rcn 4#Gn&UeQ苷lʨb Q1b ^%F3a|(VҴ6֔"PN<`IDY (IЗsy4W9B%Xa#3N\tb ft8 ޝ_F 1k(n$3/kݣ>rjf5o)~i3bhv}ksd9؊U-H:?;Q*nuIo9ÆfI ocE-&&$M({ \J< 4B5q<0.?9U3"lr福(|MgE =O?~_PFo9]ࢀcPzpHvkÆe}W]ʑ{o*7HdRni W>(t먎P' z. QSmmO zjܿ†Z1 {u&kM` |S%@!粗$KոVm2-1Ip&g;Ő t =c<ט VC<(giOTfc_q=|g&ְS] q3 !&)CJyOh&K1t2`\*~~Ż JB]3%:źW:]6FvSWiLok@5`FSIy~Qb{)[ !4`04R6D'J4!Te]1"Fy7}fWpFioǾ5"BAг˓xnNy]&S?H)zv LkPC 1ۓmCzy%;љmwL2ʠU=Pٻ[{$4/#,B祒*\go4kqnBMpj ^H!7K20H/g:<4W%8N֟a;̚ݜ N C%@C8&lT+OoMP@{MuRˎ~G43sB"Gy;5:\`M]D{kx`Ze_)aDdt"w-nq[C]=?!/ᴓjS4%E,~*cyp\IDBG|y]j{K h۴3XyM k曖c ܰ>Mi[D{Z&y;+F'x0$jUmR`4%A M$dl8l>#8+v Y CT8m7A7 LjCC >f3LRVEm =] 'ot37;H1UvҀ#BrǬFnEtuBjoh˲Vͩ_K%u$Ѡ/r~&w3ML1#s˽a2 $ncؾ+=&%}/T*R-Ajޤѯ{Z!eNtZ,1a)Iޮa-$hcX!VcD<*) k^ا!8vI2AADs+$M&9!*3? _zE!:80RΉ7r4Yf'@fkU@f5gRZՀ΃·s5L8j tՕZVg @~ 쬹# 6jLEb$H8kio]9@: hv1vI {KF|SVbMn2c8JQgT$°v7s@u~Kg1OsZ>zO`S:6 H!kJK:+mh*rf1 B1om F4a\s쬅ͽ봻#:#9Xl}0T\r/y:wBr8邉i8xq'ڕ,lf:ǧ}>ݎqڭ ̭Dh{P9D͈@'6utPi^&`u{N3U,~ ێr*iL-$г+8z#ۯ$&=V_&aE,paϪpalNncr<|)#ћRh/MªфQ @fEjofXg3o&P_'L?͍xlf`gF/%)]؀q@~ROatښ0( ȇ?XSNXw' 2-'` Jtf;H1滓_ ӓDr8&[N1YGC o noӲAzp2i H+`5 -&PVDBY4u*H~N%&=(ů /T ">+-ۏ>bv$F_ٳu OA/uiF8fzh=_mzT8>l lxNE/g[]H)Hz >d%.S!#5"+'ZTT'-N>'#)0,77_3A§]oz z~Q,}Oƌۣu  † |pC!JN( u Oo äSȣac\u{7lop7yWZ tSmtaomq5rXgޠɨW]Y+mZe&k^9Jo*ee5~D3Wr ~F%P!]ӒL'z;Z,(fepNE\=#%jlg+^;O+wLvpt%mqLI8$ɓ;I6C"(-!lXno-qlfݒw8]3z3!y]rh[ ۴EX.;æYR@5ULslofO]ߠ8n8{bpSyeMTODbh|2oPAiV)]eG? _¯BF=]Yh-.ޛx[0<Ȣ 3+VVf//#)|hRVdWP2فTj{!Gs Zs'0CRPc ئ nEe.ع'AB,R~ EOf5ܡ\Ơ~Qcgp2vwQaHX un//#x [}{Ok]-O'X(WFGyaV0g,sWŧ20353}-qpc#Z~s32Qj GK%w]**ReUU0D2/%Qo?6_P"{fb{ =OzP%Z,?5'h=p4;Myt&f0j!省S%KQt^A W=&ȥ5绷5oL҆1;H6Q읃g)UvCL{LfA!4.5Y5"3ƻǂ-t?րmE6-a4wDL<Y:i(ǒkx3;ͧ+.8&ku82?^X,rmJYKccr@bK "e+T'*ZkROɇ{"8f:_ȍOSf)IZ$'@ ] j)Mbp3X͛U?~8"?Y \hg, Rv%០ >a)yVc)4<nGIڿINLNWX5 i`-davdA*tIfcF_L%RӪwii@K >(yքKݧpQa`mTOlru1=,n Hw9 o)u|~YA?Ӏ NYwMb7&R:}#S9ѫ`ϞRԂ%MOr p[n~[).SĐdC $ӌ0/m ^H+ץP@+0z(53>GD4^ o]{.oPW 'uHڄ~9b0t|'2 '_jEj߽^)W]¿Q9y,v%vЦEBPk tV+ ZhJ=V:b4=kU}KRip1n0ِS7z_L\cl'̋bGqUjf=G5k"(>Ûn;fZׁ`8h;n%_ 8~G$z Bj{(\?#4L h~QJxiaIEDB8:^lߠrZĿ:W>5 Rm{֐E :jRu{rX S,n`kgst//`4CİB âU0x}[ճ[Nq* qvϠ{ @\֔p]9h@IZM])7b؜_@U~pi.:*`b$drzi4my>=?3e ` LT@+ wpF>ͯڠm8 Ub9<3r e˘:z©x\Pr+Lf{%rnDZ,sՙBQqzٗG"}V3* b?v8o[%uy%/oh P@v(}iu |+N0A &+1@MTF W%x NYȥ_Z#57'7V> \=T} K= O 5 >~Q1q?g_RL 5F4mid JN6n#Ѹo i <4QV[>6~~KU%_5S(}Vy`Z7JPaӺse[׳uw[<[ם^ @!q"ޓ[&wA@?3vqr3 Lj 4p7"9g5 tnIoBoT|I=q(4@_R*{唒WGd ȮI`ֱ-GKmB]n+s]ÛMKD ÏyD%VUdґ^W R'v_{㿛ׇYnZUpR! )q{F~@QSűjŪqaZFvf2 O\ \."ccC2-1-l/Xӧ,#eTOIUK-M5М0%~Õ=\"#Gn0݁s(7jt[V>U`DHqgBRN)n"hv$Bq w+<ײw?nԬm޼:*$rFx=Ms3.r(h<ˣ_d< IK;޽&[ 3W k3qB(vj#f~Epc^B@X2`Lﶆ"C)0O313Uʁh; ͼL2s_ۆ Zh =ת W Y8U8bLt$!0L3}Fŋp4'e/g]cQ-z=wDr[ls3&NpN*FT]y%4/&OC`KwZ E%~dѳ'ФMJd`1@,6*8qQ4YFKT:`<"^\pFqTq cgTdA\9 ȼw5B%wfrD[P0ANb7c40턙粯SLEz\-O02|1%Q't\OS[B4)@TD7˔hDL;^wE/oFǘi#J8Vձ~"'8ϐLWGiP Ȍ+N!2}acUrIr٭K$I>60盻8SJR cQ38wGN,WɤQG&E6(_ie߷|!Az1:Sr)v3ʻhv[2}Kc"|ct0^'}"*ĸ8 vwseb#R2? #졑W[x@t8bWylCr41h&WN6ψ[<=v21qU3_3X츗E~49r$m3Ds,p0u4͔ևڋdc {m =i$4P1,.zH8$_ӚS*?^??'F\bQsg3?ȉ<< F6UXf(T 7[:FN1hQGs^oM)$uuH^>Q+7Vs[+#r%43ebD^zT[F0@pVQQ̝U>$O)Yl_8sM331.Aek! 縨:sMdlÒ5oR\52TYVj%6ouƹ+#F߾<ʏTG`$G9w Ht}J-d,&~,fM?ωv+&|;ln8HWeZ@..h I4N5(է h8OCiӎ.!;Q|.O˜6)_썾8TC3C#a,OǑhPQ% # <$]˗$Jk&Xd_1ݠQa~D=wG3yCrɅFi*6$iZKo0rK,#fPjjouK\iQoX?zDťk/}6e"_+)$9Ļn4[-[EØFVJd {l7U)\ّÇ \հAށ߀PpUkISHBcRaj*)"PH幺l]Ӄ(CpK*8B3Ұ^L>f.m5ӯ!HnP wJ2o1]r3dT~^Q8i%}4"qp#ޖjaYk-Oxˀ%il?ӉNH{1U[Y"-wv?B?L*&t nU rIn㑎̨@>uT71x;mɮT6ع0^msLS=)TekvNMEF(3s\͛1Ğ"K痑/Mu)a>ƞFlND`*lIk?򌲤&JH ZisË"iYr-(t}NM]i懶yn| D nW2;#d #+4l?3?jT"rS3(k%nX3v*)C Snkh.7!>E0ᥔ/*k\:~Vڟ7֬zWʢ/6$/W(U,g={x3BXx\DȈWYPX6-ZСߕYIXmzȍ\J=\Q;Bs~A2y(@Uv.N9=ܟZN3*qw.޴d@"9x }4!> ozr_ ރUYw}q &ֆJ重^J_^͡=S.qFeI0XP7ϗ gPtȈN:]BbcݺS}140g,0l$AvLONr_UPg,!ovH&~ &Ĕ'[ MKL=^~ysly$d4d1/f#fz̫GEtBF ΂6  SЄ*uW+<Ӱyx6Pk 1Z :V7$i=/!e]s5:Ԧ౗$Ureì%:ߥX .{TC=C^سne"5zI  HIjmjJ. !MQۘg**_.CDtrTٕ+I dxHEwq co9,dZfǚ;V&ChB  Vy&o-Cd o)n3 Jj"*qJDq6`?rʼnh3mxݦJuu`*)9!5|<pm舌R&,fA:a|rT0ۨcl(p?L{Uf GcD2Ȕv0{c<$NEIW{eęaWtKA-CNb,fiH4K:,)ZV(mV1Psu^˦@qD.yiSU| Xf)tDLVw+0]׫iL^X&dkF$BQc2H],L8:IolP$W3z$MNa@^OP(.%(ɏm?3TE]-| vzө1㞄]SYk8 ^7$1>m>`e޵ʯG&/)`tq;L!w3eq 0p;ٔ$NjІBɴ  _r;pG[yJۺph l"W,dLK2VgW6&UbOIB޷$/]Y:5RJCeSUBJCPۺ }#Jo49/OoXMU_m"e !޴Fu8C/"HL4+Ej>k݇I{*:N:l vů𬃭ؘ)TMGV@B;MWH۱c" jx't!rffо[4k2K*B ʂ F3}C8zU^2o]tmR ȑGiH ^C%EMmzpu x)L#}atG(~빵};Բ̹| O*eXYxC!_RF5Hx>Rjṯn?kvJw2t˩ U,g |m S` V#QN9ْ(^J[@1MJJV " @ 49Q`jwwB xC?)E5Jiۗgsե5`TU>ܪI|_1^ROGA zhSA8Wђ&nLq| ~xOxgh[H#ujxZf{O2kǛ8 CGZ6U'0TxYufQm4`} O"}4y&̑|VAi: r+ntGQ}/GGzwylgJW(}7DZa?:!ݝ2l|҃C)5z欴NF!> 8FfoA1M<,Ggn XJ2#k ;(Ns8K (p.R6rN vNQrapm _se$t!5Mkm)ra`J&AtN`CiŃq4fxlICĆH4E)E4PĤőIMI1ҦYN|tmyg-dQ-NڤvIFSL0[ON)W00mi"zt` |u D ά'1w_3+/]5J"}पAJ}ZM: |n?( +8mgFY|"'M :DqNim&%> [2.)C5w4z-Ε=9.|xH)ȰJAedi8u-ⷰ5N$n9A6ݲb<}1 /z5T17T~Ia"`ڂ5U3n]Tvu(tpQy2 R#3Sj5|`,J:J/;o~Lrhn &M\gD&;%'iO*@b2lHiM0a1ǘ~&=5߼pxJHe6$\6Wk/bQ枭ܗYVY <&]X޴__k+ƕ^)ރq ftp0Ex@:snhhT18mtrιC:J ~]J~B## =<@5$` b7WkP;&cVP݂cjـ; e3Ͳ/_G(Hhk_ܫjp1j2xvD#z-wq9z%B<#hئ{bGejl_ P>9Et@< )d=*2\`75'"P;t<4TZK )QtUTu[uMU7 j&BNFO|:R!LRbfc)IA!Bc %IdYgdP؉Nm<101fIw%N{ASxr WBCQ@dKNZv@䇪cѳL&85?˖޸˦_]._%N#߾K~E*7;BTNH~[4]PsxGgCLC6rC?Ȟ!UsčxT_1y,6(k~>quv%H28,:͙3wj lhz$HQAH^K,i7F6begl-oh5D9%3#l N7%^e]STGe<˵Ě; q-}-Pگ}ZP TJ47n4Q$y(5gTY|UZ E`9!tBA~MvQ5 #<]SQ fPVl2sul. c+33 0nW9;uo%&8W1[{d9^,x C'bx25fKڽQbJ q<gkd2J-*E4 #7#KWC yG0A=dCv>m+h[)T!䷴^t% K^]S /t+c:g,2gM ,d[4 l>oQ Jc\Mos~)Fж(Nãm =Y@ VRL >ވ{]#回vדڹox6-7l//! flmMH2A]5D-(W/DMG$(pli #[Vd&X)ݫo͛c9,X2=J>x*/MgFahRu5n/q@͌w\<VB$,Cb l5Z>Axą_ا=Zh6S(O0t9ɹHOh?t{` dXɤ7GRu_/'MVLi4Ȃu/tEX89puWօǝ[Y>xǵw R؏V4OKbLay12Ayzn1bK]  'fԃHMP2@-v$odx\Q'lMl7md^tಁ~tA\ol36] BKaYȢh e+\"ތs:I+ ^f8,I&a\}6>GM*/ #b*NR!P=T!TY:Yb&醜VaALGg8[OC⛨Cqcq`m\U j=L%OW Ncέ ?`\#*O[[O• M鑚P#lK0*Dd/\3[K"αURX1?s'xbkYK7B,_|VE⺡8rX)t< n]0`Qp)Th1Fi&W³c, (Pd.HnaXaO~wg rO|!# H9BvPs nxg1x&ZnA(ץ^g@_ 't%'#vgQUe[prU3I 3Qr[݆3WO7 ܡVMR lVٟ nYiTa(eSv3fE@Hw$@B2Պր`p(xU^ _ >C$)]'|WW[qUfZ\OHp f.}:`"5dK,Ǔ:Fmr۵h$!=R#9"и߻# 3( :,YUӖ2"{4ѓ̪'ԹONfR+Y4kVFJD6F yֽfƙ(WִmW1 3b2P^Y yΖr]\MKPt,oV<ɾ>{XQp}uN'GyZy;W/pld#|ۉq^X`}ɵGq'&dz5q: 8h`A=D!ll.R(6d-1ϰxql8*ޣ!yPArS:Ie7 d$:3"؎ + R[*٭]vo(XxX+*;Vj@ $C>}mEQi|!(z@u U56KGU+Sa\тr='){Cg{X 疙8Ջi2"+vGpK ,([f"\QE#͗%^DD#+k|^.WR$ ռrRa,AEIDG3ecz:8/FD`; r pwk>OUyNbJJ_cB*u3U.A2<8H'/Ah5Dhw1FwW=`ْBhӸn4J_6aکĵ7~c.5R{ N4vY)2ڥї!@Y+_]4wi[A)no!|!)р$3Ֆ9oP`t8TuI5k^&w] G5j1 I۽uM_~bSp.3vwVACA.XLb|ޏ༮RŹvj,6{\ުPT%i xŪhw%h`* ,j߯F5mȉ5͂W~=^{ӯpNݰ!Fsa:UؙWd[\9f'):%Md=dYN0&dz ˝Cn9aO5q%/U\4N-?CG]X$;^؏W2 @K"L~=')E>M!v^;k\@展uwI G[[w# R6}Lhl; /7:F}%ܢ1K@cKmo Lh3=]"-%vtpejoU!G- ewy!1Ŏ==&"Z|@ğљ 8ᡔ+YT)6 RY <[5{ _(fZmL{vbPZ++I?Nt%Q}'.mňoᎴEdk6 kK|:@ykι~0gBm›FQI`*!P3VvU`PJ\s|r*t g[H W9?oT0>>,?9e}3_!u<8rA5yZm+h0c#)zFu8:֪fyFtSX9֛&Q')b).Hw it者MfSD+0ex~s ZFTL,+ O3N&;i)}&g2amIr{VcE \$pUV>:u<_OsV~g}y* u#=D]gV8U:Dt"=6A}aKޤkT*LMCL3p^+w!H@2*)sҜ+HZX-T,rf qƪܣ)^[ k6kFT'Ց0CZ%96[18l,uoo9F>?R=#Gn` [vFE$Ȉ.yLGGЗ4eo>1ӏT4 <"]8@D:KNeP4T9n><-s]B;;/GRtuj ulPuq;9VܳE2Œ8.P[O^Z awYYP']ҟI$[~ADXUc7((QpI(WөRuf}[bQ$ ٢Tx&,<#BpR–vMDor_c4@iNAZ0ڻu'{fqӽXIcS,#2{ky9qղ~ǡ\"]9CVh-O᩼[ԋ`W~ReYdq'̅|W˱G)Aә ނ Nu( ohNDѹPsGvNpl Jz0<vx>az)$Ή\E/M_Z+0K7V=M"ؗz(KvJ6ҎYֽ9g 68j1,GkW"1SO뫯B@3a}pb _VԇuX@#: Ah/21 Y3ŨynI@q)4>{ ~e ɝض(N(&GNz9lb 4ZX5UEj?IH*iϓpJL߮x'uӠcrL_q,C`߭i.8i <t˳%2"efd[x+.ɽ0 BYWb6!ѕҶKOCHXR k𣨽Ҽx I{+ș^v_W7k 4Z߫ x.3:lc/_z}r?ЋH~p7֌`ǚ`K-K? QƌLфjcȠV۲%J+Os8$h6r͘A Ek%>߶,YX3qTbqNRL2A9^YD$iCujeEV)#x-Z_Ȳk8*+\`cüz]p\|݌g`~LA vɠNاl  .AJN5EXK56p|޸4vv y sNa2|*Va1ÇW빬>989i[q;HT\ B̋ r0ПNiwÐ{}B5!#EU& Kun˱L{z@ B>O#+u: htP;4=jbj]EӠJOJeDTB@纅~{Q)MyLI,w|Llk\%L\Τ΁]i2˳MeNW±`Oρ?I ȖO)9w6VtrʤkIHAG\W7B<( TxG =,sxVmG{,|\B {b{O?Ǡ7.1xnsѨYyiyjXEô V;pRϡ^%AqXXHcZzi!o4Io~pмؐ կՋpx})t*ev(✭{\*ϕTԔ 6A&QHu%`oE+*;j'Ce4> |ec'`sXuFl(:0 ߄ z>!iK ߍ}kyGB%|+ʳiKi"~|o 9w~CV/Dk/7jDx52s{N}QD`C*2>_c b|j9xJK8-5lM.i ;%O8$6h'SlRn ku@ŘIQٓC?ugvWk[\dJQYU!4G OFU&u3.B?Չ X R^/ +rRr8$Yɳf'S_|E&HNmV=I V2diDPD/8i!IqӚ 3ƂԾPkyO7teP;B|;N\_za#!EL\]Xnm2XDxV J芨4yaC]GcYZ*+!=K5hފ9y)~!NZd)҂0)0h Q0f!hRpqy#_nO(j\뺝]TB8dR=~K^ kIz!3_FОm2W"oJ'fˀ埚nIkj R X^)L4]+ IS4f:3݄dC(ۊ]:JŻhQD#8"ޫ#@e >0Te (Z$pbC$duE,%NxTޯwHݥ\cW~F'T@1\Z̭;)4 =6'Zs;]* /R؎ +ˠqƊc?e+sR 'Fj2"! 'C2b6ayf>Q Vf0$q=K@'9 M3vș.s_ ѧw&Ac_p}+% ՜UY~;s/&z-`i˷25Bw QS1bJ`(&͗θ/`OR;v;~$mF!v„O0i}"#R%hxn G1cKM\a4; #E/ ԹsZj3Hs֍ V3G Nڢ~AgDoawۡqfZ[w*יO7ʅa]ZvՓ*1QիUFȃ@$.A+ 0]Y=~e IhfzdćB#t;l~7t$ B.WH:ɹ;ѿ*Ihò#fsAeaRJ4z+{g2?a+&k5?wQ ̲Z%\'7hISA(C**[9V82n-ZS?jZ $b4hYe+Oe)zhR N7H6`k$A¥_UR{hggFRPN8Q/8\y6vdQE%ղAh[J ⚥F,Yp?婩.+z'f&.KN;6>pWYwsn#y@F9>aւG:V-̩kֆϤnYs6Gއ0_&O>CCm}B 7GkFj @n@ xlxh:wr28q`]`9;x %( p}I*ZWԖ Yk;Z#&jxtux$G1; UqjIv9墲e:J"}9'O俏lszfDJN |K!@ ֏xsI~W8~$3l}AbIi/֔0/Rg\JieM&uǙke9L DkƻiYxnnH^IHG8{@ʼnPΗM,;2ZNYR+w$ JB2CznjW]Wrԡ/!5W6CD7lcq?-gkN[:c%#+x.PI"~J|$Iټi-oQU\nq0UFg",12u>z +6^P^ds/ťU%a"X\ qmQ_1&H*6YNd (gѕ 8W{Az]0!?5MrЇ14#w$)xҼkSL6+(~\o һ>pT"ߢ&Sq Ez*(bZ?\hq[į"xI9h(/IY7/ P/$rG%Xb#UASHObt7u,ix8 FBA*6 4"7l+ ?8zn)_o7D~'i1 ϩ # o$pX7rZ>]JE% W$~CD 1Σ%LH)FJj%P`EIDőZI5C/[d]Q1on /KYvצ*͡o>вC}` *1 u]Gj18a,&0 g0lM^T nL8\9|=e)3#w1oʃ̈ëɂbVE'ͦi@OKJ68KR-6l}G@Mʊ,,ѱ|!ς|up ip^1ZO#7p?aR۳͆_ȗc.ͪKƠџ{vF|bs|/GV &2k1nf?e= $:b'K\hV@yfl~v5+D[nm$<㉝|'vw:eJ@u]a x;J.t7%'*CX!P`rY&ϖ,mf7Qlرo\߰0XZ-k[<ʣ#b$99z C}7WX) &QB󐵴{T,GQˆtKs8=#X0qqX|$`DI\?GԘ"-#&lZ!N*t?;Tc =K|'Xo2>!ZfmzKʓRk"C_Ţ0d  Kӎy-5c ]JSgiG#<|Lhjkӵ߱^ }EWx&tLI:I;eDreC &TiO)cm;uK5pEdnoi ~).Dq641ݥ%GY~eԅA/OhȘI6X΢aaM@2uٹNxNh>F!E]Qs}i0Bf{LbuMR^fZlgW6 %eb8IyLyЩ+V.g* o7R&w\?"⑴ڶtNj_(zhe Dk,"F%/Y!]aLVF MqtϬ dBT& Sۃ~:sMjqV n@`eAFp-8˷'0ztli^v1ߤ3p[9buCK,s# $S~)d%i1yؓ쯏KLD`L T}bh%sQC9X3-dЄPҺEհKSE s1^︅U]]o:3-b1mԩ3&) qՈr l$ӟ@`VB8}TQsrҌ 48n#*S/ 7fCÑ]8L+/É+,*U */6eat1%q1XWc-|$\^נL{m\h)ЧςOKE$yܥsMRQqd[ tVDR*9,yEK jqߺp}QS>esԯ@cʹ qᩙɣچգT ~gf_bd;RXA\$h]@bm`_&Dj` oms^=s@zpD>$^a|؆^:v)HG'僕t7Q*R ($ Ny:C:ёRBS%IUBWng m^T뭫ZY;[?5J6xӀB^hX=^b-`a.GRIJv ۣq3xγ󈃘wloy=J T(.xdS1ƻ 9;" ,k6V/ҰekUR~ eǛ~/,h).(HM2Kŕz-a͔cMF;G#9&-vSMܷŘ,D_}bR"EAT>s?^p()9xHR00;KE0;~tݥ 8ެ5z[,6Hpss. LR |<:89" \~ )PoJyUƸzIYTWfw zM&_ע.| j|#$qE|*lt<3պQC ۇ r(mV J7I JLh=U)k/HdLK 8Qup@QOluH ݪtX_˖]%6I8N ]Ed2 O2N3Ej(rL((۞CU]"P_}cidM0U,N~Gc;hBEtQgݭJ Z]MZ=/ Xdz#sI9b}/jK&o&$Yӄ Hq?xՠ9"YGf:i} etCCLD}lg]u+:>`efLhKޢhPjFG< V\ #`Q6l;<:V'f%q[58_snTq%gghd >n]ٱyu|ĻR{k=ңj9vOKÝ\+zr[Y?IC9~Ժ/B@ ~Y3K7IHk{27Pk@sz498Ǧ u)nSY$S]^O?*VRPsZ*LDUؿ&ht+I'̹SDưxQS>KlCq,o5  D!NuVISbb|t?PZ4k/24l4; x?/ W9A̠pLF4:vG^ ܓj^nTS̐F!H.!?`7 >-]A~\?<77Kߠ7ܘBm $Ex(x/29:HYߣXf2X*l[2pKԋ.5?{}7NlZӹG`W̑ƓzkS9f~Rr2~ ;aoAL+™=#PsSu \MnmE>Rǘ }NQk%L;mp EFZ!ڒjp8;5qjzA+R|zBd ])UꆗkQJ-Cm2x۹H y* 3kz=){PdwL^yJ;\Bnz=1k=ηZ[IXg8*w]f&e'x6CgYկ_BWjă9:쳦MU4Hk<.fl5KG>-G@PEC:?q!;d~ć.8(Mm 0ÂPg_w3;' bՈ7h4FslVx;=D G.oU[cRMՐ)iT0)39%m ‰%QUV-b;ȭ FQO/IϦ]Oλ2I/1{EUH^hTLmhoȢ7 fe !d ;,I2 Hކ AI,ǎjM^~m|]DrUfqFNQ 1mo!ru@ @80GBfRm˥yy#{+l`wD./ǣ|X~d?ApW-ּ>iXXds+C*$n>˕WZ]H$NzLrv/ U|ǚmOD #lJ9 XI퀖pSʒ| *Mȸt?v^v:$Ckk 9MO}o!8W~~w0q2 5d$e Ϩ5 @IV7o5*$dhQc th!v|VoQ-aS!4Vr;k8Œ8 PM!"rtަ,M uTz̓'R cGbݎjq7<*ϖ0 "jQB /'Ef> @u ?0 %nMV=S nj+C?ܫfwWSIQ&?}dz[$yta}qS{P.r? 4 8á>υh5+@!Dd ʢ!ks$+4JPAkW),rp8Z<0 0T?-ZM+CCk4h}0 Ƃy'];NV/EoD^Ò`#}3E?9\҈OS~`4WJVטag x`xת߀:^>'CmTVu \PDj_:5:}>-6YCFy9i#j/eDr4z(ekJy\3,?TpCq2) #g;7F{w?5Nz͢79S#տH"c+zjmpVM7mb&u3=@ e y u;`lBvЄ+KIvua'1{Fs k|3NЏ&ül^\(|VqX"2 o$Pi#_W?4Pd.]]/!XPB~? $zJG6 k3T/UM쉢nfFԏƼYS1wz[#JQ{.\V 3݅};2 ޘջl;xv5tfBH2QCDl.>c)f9`=J?:ZFaILgԻ4/HYTjY.e(m tl[n|.P*}%3*/ HAPA0j1% aYM5"GZ >Q"Pua!>5*!yڜ_ e%xoܾ|B^;E~IJe]wkM gsGh!%Qզ.ㆥk*<|mB4m\mD=o{QPZX8Y{8]C2j6.`27nÞ[>~B>f2~ R 4D{\.AB6l{ "ʐulVmĔ)f]upEsmR_xA;-_[=Uۆȁcx)cJ s$QU"[D2"479lZpd-=4Ywu`S4w,)L&36)vfSΠ瘵35<%E.[];{x-꣐qY#>ZSzec3' (P)2_gȁOȽp+w'RQLX y~TkɄrI'Ϲyaof`1jN|zp BIdJ0kHFmhZ5ZIxV|-3 v}^ A5xtjdcBV0')0깔 B{'.-xfyQ,n*؉Ae$(1}B4cT1)L֗Kf|JN'mJh/q۬Il{|#յR᫂EAIJb2'Ђ|Lt}:w@\ҝ|g_,8n}w5&-ʽ3kc;u5h~HDX(M=/1`GRBY>KBaHjhC'xt&s|M/fxӬf"0^7f|yq"aE陼򖺉 T055&Njn>&IZ'MfXv1SIzʧXʼ"8 1M^։Œvx]z¢;dv{r*d^~`j4 M!h]u  a5^VT[3aR.ozyj7 Gn4Ef[v`b:/ql:1] xgÖU6%ܠO;Vp/Dr| ct+@ظnhLZ:mq%}9'J6IbsS 7jm\i̖I r'6d˥ 6UU+>A~/'$9V:;@nH-p5JA}u.v)i  }e`RN- 6V4)7Ie)H&g#m !gT61$đv/ҽ`V_2iqMNB[uφ ;4 Ns@mђ^GOJf>^gjs 0]G=j]F4f^\ Nhwr˻S2Yc` ֭LrT'8~2nfđKa wSa Zv83<4Eeo}1QzK9P⤳9jM(t/i4EҠh ]1Z`V(X]컴 |v_yG>ɡ,E162v:diQ%=vb4Kpqo/ GqIm%mRQ1,&"b:D$tN"qf CQLjvv3us yLc@}PN}M QqHsxAbS6ߴψX`tm iT:MG>h)Gj.4SeМ:9#HIf%/ Nb-- E">),/p_=-\&Isowp}R )X11i1})!EWo>΄W=5&Wt'fXF|3Hga?7^?. km?etlQG.Rts^ڑQI_;ıjbUG|@,'\-^&kN{՘.B^ϲ7zok>%$ z:b*)KakD.Jq$B6#vzuCŘWV HaAq5!N$j^¥RD g}"4$Q+fHr3i[@P8؝p_B^BuSD' 7TgOvFN#raO1px&C1ruIpOf ՗V1P5GŃx`U 6q@̆%sxOΨj=M(lQAh6PյCmg E.g ;r[y8?HC#QejJxlkYULJS~4`%R*~$sp{8h0@QݕjLps<%aGt6> oeU6&pX:$OL573NJl0ڦ:`[۹ ^p{%rԸ(=A,mcP] X膍DtzyNyb.yv%`%;݊,[hYK- b,s SړIL9"6ex`{,{Erxb yKWBXq4,6=v x0Qx$Ld)"!Sb̑PPp{O-EU\ZF~7BN䍉m1s Jxp#na84ޒeHiB*\6v o Jb207 ./E9y`Ɛ luݯvp?Lɬ4GYvk2|V%N{L dkF''%32.X.Ɣ^SY6ZCA62K $Օ4ͷmv(J.%GݘƗntN&!'+hOiMHaX0/e+ĭ8ZbŁ \2P? 8;0OA]5;7Da˨&MmE3״T^.{.ͧbD JX=״ P4S_E%_.6d13$+g!\ ^מSquV͟ɑB59yħxچF6 ]NXS\l!mYpJ3lDM眬w{/l=Fbh׆ yyф9!t,5v#Fz 4ԊܔRzZ&9SdmA$±9m-02% ׭wZU/R^|y>q)ڹ &#Lcz‡75ehF;+#qåIʹΰ勁k/2R Y7L8ʬ&RR B1 ?DÈ:a2D'_o#5${R4Җr7%z)I1<=3$5. |>iB8iXkGb19J2Ԥ6f\`ߋXKҽWNLAH+$=VCDl+&f{%G!0J*܂1F|~1RFTܕ%^7`xeLFDH1SRӛz=wEIS FXP>^#bx/-@0.|׼%wGOL/c=thˎky;xpE*;Co Ђ/cqSp3t^o~SaKf Ū24'? `("ij{u"x^RG:٨2)Enr9,7 G1OmA_4m9<339ϲy+6k/֦ҙ' ŭkMn8F9Љ{4QN8O5jFQn&7re,3i9.$0q-Sеp]kbv%B!a ֟F rw2f|MA jBLҠ)& s_Q8KQJD͓JjXquN ¬rP|>e5(I6pMFE<.T廪rbq/ K81:s+qcpf=蕼J '͙r T5 i{fX-Pv%?5gojWsi}[뜤*TbpPp01 4" V !Pcf%.2T87ÑۮLnNH*eN}xE $a[N5Eߦop!Xā`9glGTFzmAF9r;ρٞlT zTkS0yd|9*2 x^]<AO[A)`TiG4]A,OK9icpNYy !h׵mxښC(--(ߨ^5/UM[9NŎ%S'ac?=Ңw 2Re뎰; ֩&Y+"~Hr[6Z tj`w7J7xBbBR Fr3825l}j7I($z[|(GF@7pi@O8L`VN QTnNiEKB>v ?Ϡ1 Iƕ8+JV>~ c{B`?R|9M1V gU}BoxlbqYM~"9Ϋ;d4Aa=<쒼x|ω͛ Z7duʎvl&u޵J#z(Ӿ 2Jds\ vm*NSHCW& ϭn# 0Vޒ:lSJAܧk0j;K\VPQ47+Ԍݝ{ $QIz+P`ݣuTrdF=,כL4+EoUwq~9ozkHZtLvHAdeO7MTI NQśۢyjQw.\Quw5ivɯutH>DKtj cb\*Z(&2VI1MCΦrDj "2r r|4sJ읃= v0Cub==^cU$S110-8~}k$t2,~ţmA]RZ%uK/}̡UD~SM'+vm?rqʐ(Oz.VzkX g0jHxR;ү0Y-o|D#9V}zlQt3/ hh,~ٳjƑ-!k~ZwM%_&:L,8q=HĈ>=W LՑ+#Hc/:Et_ľ  j )=q(E8I 1إ]?Ow6ct5-V_kxxo< \[KlHUo '?2 (و `k楎w tmr T>A :JϩPl20F`"C?ۭH|xA9+ !'zV[PnJaҼ|]+qrXSpXۭgN a5jz#ua6ǎnor8`CiE[/` uuݥp |8vr#Ha[;x7vInyo|wa1[fHsC_pΦdNBW3HL(x 4yȫІ=ԥMk̆&0evbNQwnPm.'I0dR (i%Ƴ״ZTV J`Nxɤl[vJYNW?O>Y5b)/yP_)D1/aĤZ@bVDd;(!6o:0hZ~sB.YJ$ZLoec %lAa⓬ 4Zajf~Bܸ%(WL 2,Kfx&LzR)9ylƬmuW L(#dAH\a/ 5 '؉-|(5GC;Dx+{5_i~eeC}Nћo ')HWڗ3UO!MG$ӆIkeh!*9.ٴъnIEEalN֙1S[pGqFB&ZM(WŽ}3n;O`J}%SN1eQel⎜δmSS*Yi$#,l5bN޻glBT䦔b c"&ye^#uaɉu9j#1*E_,Tow.-t$u~vhڙBŊr-?rL>Mmyu*or#c2 !fRG7Tr|R ͕^ ߖդoj O{L"}֖W_ZfIAƯmy;ƾ91sV+BD _/ :yOI "E'Ӣ8WM xLf7}/ "e/9ZYE6ĵ 'Ԓ J~ R7muĎ?gˑȅR^ 4A@=\-VDNmpkHG,rPj`_a8 >Kf2m: D'f &3-^$šDOZr$HI>ۘ,E&}X`kǐ0q΅[[Ri>F<#( Y–ͧr~~ih|l;غR8VԆ?)Iq陘!8ejc ){],xZ Bsʙ(`j&JeYO6˚RH+'ݝP%~濫Kcj.>GG-~K5*L`+܊].#7qޒDrQ8W3~A0. T8QXm6RQ$;%cWoa]ꬉ<BX kpWuTJ³3՞F8ev9M0:>wM9cjYcOEjry'YJEw0Fe׬4l Ɨjq .fƆc`X*$@*+-(or3O!>G+g'E{]w>a k{X g`b/HH,t3?~d[afw" $4^U+`WVڊq#D!PX, |eo>`WV0%\6X!YS5tڧWCc K ,ۋ^L>6pd16-ʍt{Wx P 3kRv6LAyL4+JBšmyyK#2YyKBAd:h솦QvmY}ѥ|cTf!إ ~if#1id*|TIt/SG5nL}mMʢ[ɲ̂` !DR]ۉ eV]THkjɁɛ-[DZe%s7etcǚi~~hx1!bzY@4Φڝc &DՐ`Q5=}B SI9*ĭ)_ (:OȻU=ry2]O? ]U, q#A{~234LGMMUG[m|Nbg[Hh6~)DA뢵"/H`;ߘcBDs'H]{G)yd$N}+dF]>=(jm[q$>=lI5.ύs52G+RIm)cltB|x>U+YL Xpy,C1YO0j. {F_tp{xe)tp=Qg<):H`8="M'OB+ۢ]2g=F2K|&i/tLyo#>w3m&ш$JQ4(כ{cy+׈vJ hst :7 m7 4궕a -T_ :# cEJcpVݫՁOxKuIEU^2a1j_tВ.MdB2yy5@q2B3.u ^)NDTG-8IH)o]:FQpGb [Kg<% i@D@ O @_\t KRǑr, 8˗ rAxNY 8ٖOYMPLafRpBWNojc~pa-wirgT>)&F̟2(P(_ݫx+G+m:a!RnޣPZOFeWDAaC4?;_Uïn7)XVN@X bgӘ"g<Pirt W336 F;x7`& @Iy(WtJ)7 %_DzhgY[ אNZeSI -=H9|~jD@4vZ1Hʽ-|q. w)~E#ݘ<]PM4acE!j 3r{ƛq z RHVF,{.7E_kD;17xX36FDp]0-w]ro=ҪKنXPhy6žM[/=2Q j- F\ &IݦcwC]Z.B2LviŞȧfho*=H: ߇Nk80IY`nSNj::gG )g2ͼI@ AdQI_won6\+&~cpN;Q|{PMbS"?:ldhf`Ոw%N /&C|{<,$rީd9nciKl"r9oAԺn>%w09͈K0QO@;$l& /*/(R~lԝA;Lsԑ8 /Bp8F <1?{ro#tŦ6^ AR-Լ{4<ʼnFATWNg›`o$.y̔:Y(71PDO gU34Ŧě\NM3I ,(f Tf4JB/WB=~v9=F )eg:aws&SwLlO\z(3{&ڙ92'CR` #H|c$ Ĩ H?[kF!qlT"&F_yόlV.GA`O6 RrۚLU^Ckսz2gA11 F}+{=V]l}W5e>^k:ne2 .I;}$,E~Yθ9\x=ʗ9F>dJka,Y_:F ϔA*33a2v?eN gefO`t茯lG=:|+BYFlG&;.P`'OvR#\DL.=kzįp$90ТV捾i8e$V*:"`Ly}Qi" tQuҜ1,T{2"罡NDn YX -CN'!`EF|,$O! goB^fjM1eū9f˦tMU!:"hR~gd%'A) A3.xymq: ?P-B RRoQO}bvs-_c7||˟ Lt{q܏ _7 E <..+l*!Wu\] ŃsH#1>]ն,FjCWx9C{t̻j}s$qMHIZ3%J;?H>HFh{U<>5)Z2*RʡiP"S'h)"{;$&|+ʽ0Ynzld Z-:KN0E%/UJp@yQVcl=艈nX+;X3:t~FV^AHHタh,05#(^\h28gs^vvA\ J뉄t^.n#ô|ɑPd0 |7%*s9j'jS¦,ܑj,hUlva{&U.VhASS5aNٵt$$G`g  g}r_p &m,Vr;!p Jv|73GsE4]gݐu'yLF2@ʾ޷ OИ8բG"]d~k$D81F2v iT"riBJ dyLW$WNT">O;"lT/, n3"- -9\plO'r"I6TFcS6sO躈P~,-G'$F9K(iB8-_33W5'Aeu]"\QbGj1(6IWŒE3ռ!^pB/s%Ui_*pA/ AxuqL_iknmk"}xμ|x*#uh ,WIoI>D鐲y,[wnђ]Aަ~i/41B'|: S.2}@Q[jj!?ِ;u,=vJ9nT pHR\nʳ~@[-ﺙ6'g1C3;)OԠEHgϩLaMsr}bZTw\QF b&#1c0鎘c#S c";.y$.>'mߜm&1`#}ض `j ^,yTt?Z{I9;aԃzP`vA1^G=wޗf:<ͮ՗"O!⣬{RxkyE#i%0~y53VouOɋy]ٶ+8qL1n6\Sa_yh:MfXPoPt G$: ggMM3^7HƁZ=]$Y?;DB!=nOV;Kg ~݊X~M؉E ުQ띜VD]kKK9|xq_/edf}$_*2lz},BǛXůAU݄N^Hf5jxEݮ kOa׋sI4A60ԏٞUPi{ JzB.sKºʌp8C Ů?efȶ*9xkb]6Ⰱ]{>T#q(""ȩ-ZSlv~>L L4Յ\s߲%"ىÄ5Э#i| =!iλrPƅPP=\^tyhbu1s}( 4G*DjZvO1am/%/u.و<~H$lS m ;7+h5N/gqho'VV~i9Ŀ(~08},k.AIl';EBO]Xl f=h}GhȾ'~&2XcJJ cq#eya6\VB.I~.ὒ3ϛ[AD#9\7ng200H9}fQ$x*MpZ9S&f5v/AIAmI6D3`8Ժo="WIU*?U04pqo7gu dmcHfb4<,M;!U&UyMGji2-jXītt62D FʛQ{ߒ‚0{<|yC?CG/q%`߮1 Ot[ L"M0:$),xsI6d.+&<+&Eh|QX!~F$itP坰 ?+/8;, hW'|I^ߵV9I k mGiguxjH0Msaպ^@lp]8I_Ƅ'$Aaj͂ѶNuVwcz!RP/4 o.1 AۣgJ+Y+W7HAbv((dXi,]um*{g;ÄoQYc63"%fw5_`gA6>,~v[O]z`/Y˂`ҁ)Igkڷּizd+e~/f-ߢ%҉I|C j.%&Bx|"ʢ/3 PO_Pm'{-!ەϒ! (u6h,ÉWMH p-3GL-9;^z ̇J-tm|sN6Gp\50y?i%,:dW =Z nUR}F.D w_GPm҅%fi +e#0b6[qC$֖w h4t2u﫸Ȩ88DFFez*K]fZmŻV ][$>d}Q@ ߔtt5૙Q!Hh1w1̹c`R/E\]@S^=n"ӻVPԁFَE}[9C-qF&9 f*{ 81UaѭɩHWT#Idp%[,z>g`?G d;n-B~_چ. |-Imlp`F RZl+ZZIX ~{ɀzװGB { r.=bg@ $mZal^PK.cSG*VC 9~Q(l+r恅U;ZɉUvg硞oB7sjs_n-b !O'b1сu |`r &LX?y_"+8Uz~\Ɖ`5(8LI&*l^I-q~вuF7PMu#QkB4G07"c1CAnծE#ـXDzZZtxҢȒFa/KW~ N( Q(âDZ>A˹x"u.vJT&{DCރL51ws(5ϰ}> Om\$ kH ,5X7֊<_yrΟqZ V"p˹+9 #|-?ى>Plkۅ⬔xFA{i@KR5d~=GVRn ka|֥6ףV܏^Wӭ7! R_oqbBL.<:3j"drTYdz = i;[۝bfC 0ӧվFm)!YC}یD)ޛ$- zQn#>(>Oȯmzѷԯ%_=ՄS:[I\ҥ$? 1;cyXe'jwT']$𲎢AE+pؼq䮋(gq'sx~A/sb/FƑX1sl@)h^҃aW>#wxi棔ڒx_5&EEH#z5|g Bg&[kU ؜HE,ʙ˗ Eĩ+"ц aqD_X93`{BlۂL,q5z㈖uñ.z\IaVQSk=M"7dm}ij/ eFf]տ竿AqlS̒*!(0h`\Aap>EℎqkV?t+XiPiqLJY$B~yoS"ڧ,hOo1xQX+."D? QuaAz+>k)V綴Z܍vo:HMQk;xMe঩sh_/#( e6'd+: iEqXp͸i,H٫y~l>DTۋf6),2VbNe7uA,re}@ƅܓ謇3o'B /=4TF\" 6bp(Fo2a3hS87d(jPO*2~1z!U("!-kH8;ΐ;n/BBSn=<\s5①ɼ;ϦCO].^Y_xV>*sKc q]~d- gn hV%ZFB*;oH -Ɔ#H|qF.$e0о0nٚ\hk>H]5 l3W[Kh&Uۑ^nT2E_]w׃z~ufL=O )\*`A>^K)p7D%@[w/Cu3qAM ;٬mo}+j 2pT_yhp|y0Z;}Q-LYi!L*(|MLOxq>ͦ밠F&q_&xBq9J79~-[tÿ4<\^.͘$${N|4>00t SW7*/y/S0_1C%E^Nso7;܇RB >^)eJԽn0*irS;`'@!>RI{H)oNv ¸O2VQx\'w'?韺L.j PC<Ǵ2: }TңN┳/jz˒p*V׫NVX4E|Aی/ff^@exSC |]*@-M97ԇ }8XSy5ncN(~96'ACx#b+zoQgr#sZ[:P@CZ ͭ$+3UF`Q6La9UV_ r!A(Vd/kXyhp3H5!61(aw%/"Hߦp-πf_ znTKyl5< oQܞzlIE ^ᅑNX! ?^sG2XZ8 BFN*gǘ*tFls-^똬0@6-}Uc}삭|pd׋;(u $/{&( f;f]95aVE,|RD\d_4Yjrfބz w61kB1ނQ ߹SQ6H*Sx Bfvw 7$vΒ\F$~.Sw2F.ψ!Td >Iw5S2|̴&ϱ0^Qf;G%ȏ:Մ;~j;?䢷"A}P4:E9c<OXGZAƒGq߅"gs F8@:WBNxUT}bBt`Ϋ.0 fko 8@gSt$xlM)BJOsHL4^2,w93fv3S sz[lF,_ah'bK_Lr(;n-mM^ t0:wi K}yEsdp ݜ, o-?l s bXiq" 1;ѓ00z]_k\Bǿυ T"k#w ]lnͮU:>}ZaŮz t/uPƐmOe1b WjMooN kL;l?'~jQ΂0"{c[2 "Ύ5dqy-L$ o]&8틥Y JO%NGؖG7ҍxq ޚ-:ŞY]ZkPM ؇>ZRQNAT%'_3,:z mO:<ʦި2P S  jJbTXh֤Se)3h.HFA(e\8"\B3H46&EwgoI@㚓4Ȧ]ҨA8tNI$o+vX=1LlϰNꢚ:BSJf[,pV nƷ1>D=2:Gv .CFkr,?5"  xT%B"z3hA}6Ts"TaYς}3Z IW "e^[kʦ@wo,Ȥm|i"$MO&e+ݾ̚`fbjM3.!BNrp/5QWI='_W)Тn::F`c>_UfcJ r'x{&(p mgÃ4DO.K3HjG.B4#l̦H*9WrO^sJ q*:g8j[@l-Qodi#<ʀc6ۍ֦ٛo㜗 YYJPG8m $O͉BcD9mK?kH#| l +[TK _Ĺ-C{ f#ɝn`~]eQXHo_\O}7.mOl" zaL^.2hSG ԉy-JeSIgiAY:%`4ڳPT"eu)ɛ1jaఊ۟r>pxs<>ٚ7 0`\u7ÄXg;}ryիZف['(h!?SyʨZCQprnS ! |U5_l7xw`+G!YNp `7jcr0ab "} ޑm  R@ =3OA&hwp#b$e%g"  qRL"PnNVo>0P=ْʤ*߿u9_r',h J9^=mt$h5^r|yWA&QB\Mw (D8@6ލVr%*E Q~kVL1ñJ Oic](?Vz Mpeh75LdOl0)dF ;w@lR֭L:4û><&ٝDTpI3OMTIj{䴻_ޏMqL_iY`ǍBGUtݽ& SSv,MS0Ab(%mN7AW@#$E FD r6+2ێy '1qda$6Lk/蝮4\SydS W]O".oYulx+c{䑜CZ.@#%I C#$'zQPw:(ȵ coD1ەk?W"\wsIb'KOo>aN8+{D_jEѓM,ӞhBBA,hػUlt92 Ʉ?̞S~=W qVЇkSQZ#Xbm=WhnTd;rj)1wH>Ql!:dϧg-胦>SD6)C8p&u#8E8ӰK߄pN3 8,;@=ud| PwM9Z­pL%n&* Da٘уhq*SAg$egjcAaK:+ 0xIf6w &AY*+Luc/>n<6y?|y!|I;  ҳҷy];zTeK+ [d2g:KBn]t`SaJtK|-0GY,D-/vtzW v@&/Nv19<ĿGz2Vc7QNpߔz_A7|9B#`xHj/hKDzEDW-&h}*ósl2ʞ F\Yd\X@JT3;v|tZJҲۈ҉@b=eE%3r6g9}xLB0fGY"|K+g"E3kL rzKdV |Ĩ*f[K:x.N&, Л06HҹӐrj>ۑOB/=^2NDm^7:k3TzV1}8ZmZȥ=c@{kqsr둇Kk)K B6J.劼jN6wUN'0q wPs˫'W_LCyٗAl-u] ȥ$#hl!f1G) lA'UY5_^3f1?y,9Mx+sgYꬩ>Ʈ8rm]J&-DE+&\eW?mN0a0\01-{| Hx m&K26h[$eVfbٖOr-lYRu 1qˤS7>=2譍6go5Cgh{]*k:Ǵ١_7Nݽdq=nT )ZE\Dv +ڨJ1ܞ?+Ȗ9=tlLG" u"z| x$N'K˰l#n1Ѧc`R6%=*G3wN') =U٠ zYT+vRx,Lj[/'8Mlmx:)"tv ܂=got7/!mq f'H='lGGMu:F>;^G - ( 0:[?9J5'Tn]]nO|SwJoGEa=,c2 ,3>Vh7؜0t{?b?UΞh|Ny\XdɌv _J`b`PGbŜ: ꎇѰ\ljfVG_Vh ~fkҠS2X{/]צtJQ#ߐʅY[Y-W?CL3n[6?Qͧ#7 z^E(xj<6q;X'&Y>QԤT㝪X,ac`}Mҽr!5w]gzzǢaW (How–!ow*rY*Fd3KG*˾I8L Sb$6DY?],Dӌ~}Ǥ<0 i  "H5i*E8-M8?L֬þ4`[&A+x/>IWsMj O'QE53PՏN'Wmwаk \aV77{(洎i Du>s^ E zSO)4\5(/fA*ZQ,فJ3"f: R ofթĚr+_ C&cmrQ'77šr2V?LK ʮOe;\͓>6MXKR l=D5K`rjq@)-e^Eqe$\{=P{nI͠é,$b|7tI^FebO7pYqkAvkd=t1[ /ZK]"37ŻS׭vT7~t[5)̤ɦ~)D]2m/Eǿ u)CӊH=v*A҅iut"~A o*#A2mxG؝[M C'4|huiy%?{}eЃ Sps Y0yas7މ\gE Jk%h kmt /SۣD0@<=.zGtGaQk-9_FCX^h!)vDMQZy BYwΨh6CltK==EB?^Y6v<ݵA~F˽풼n[_ֳN3iJlLL!g:g!=Xtr+wxE:e8N Ց`fgaI;a_^.)k h y )(D\[Tg6!DB#$>RdDǟn[<qS-̟GNDNEgb}\.7-߆)2 Gq9lJt5 402A NZgyA  eEz\c%w J8gXɾn }JO3e%aUd;w]-TMJd+"^M#!AHlr( Jߜ JB#`?+cgCk)g$ 5;(UI" |d>OT~m)-ҭf+ŮA¾xna2E0}}!SeE s0K&Կ]O(Uف~wr_x1ؽRv+7\wEpQGls3G\~%\1'祾$ #N[?Fi#,g?E{r.w(&pL bB05mի8KaJ.@L ~5abArPy gVuk@qRPh4Q𸃵3#\E  J9*>=22;N)S;DcI_O}ӦT͖[dj>UWlW#1 Noi .dd8+ oDE93wrj[dRG1=evR,+}EFgnWMdwx޿2jD6u$6aSP~y*tS)XvD<*6pLXp678aѤA(̵uS }a"=sdk>QඁLFc$ 1N9ڶW{f4-/܇P)LęqPyRy<;V&1zo잶%"D₎e ȍ~ < M"H4j H8MTH$ΗIh"ȁF,DHH')PagoI>V}JX F![|ow: tSOSbRuǦu%Og9r$+^PQ;WA/gyn;|  ) T_F^XӠw[GZρ]ֽXRrBư UYXr0)'{U8qשbYw7?4ӊwb"b[~d YpD^ٳNa>S,/&mݐyCv\G';dAO틱a&˅^5X Wy6?и/7jZ.8nn>CZR2miKc{՟SgdJ!@:u\u8Y(ESw#~I@rMhb!-aGtl\UF qAѭ16l:UW{gzuj#ס<],? m8?Y(D/oؓ;7:1pR%W LkDW>6 )j|Z̠o!aK>iA }{x_a, ϧ!5DKZh @`WNbLT"]l`+%UEłn~O-tq-` M|U@:|p4o_$WCxCoF'BU=rJu v!n$yhC#qWϛd;;#xO4R_l[ln@u8P];Wbq.[2SEtkxzyʽmE22š0*}8],G/S2?!R*!'KY*1;8lEWť JoUkUkم ;>m>nեX]SuB 5մ~"hp0_&Q'e̞A6]6V̽ʭYeTߍ QJ q{ƵZ*@LT!Ҡ(i_ĹZ"Ͷ\6,y Q85unFJJVkJ5~<=J#F i8gtuZҠ^ys0 WΩOgWY{rS"l ra-%[df<#)Ap/mv\ZMF:dae@KjR4?]drI.>gÞ=L 5f_ /~&ȥHYbeŝAd=N7u |A): kz7 }iחۄ[_@V‹fC@Q_ؘ$>Porfy|GDyt~N׍}F&_Ma] d@RA؂,29aD+#31cLg޵Qִ!KbaU5~͐Do%a1WJ(BbD0ׇua ˏ\z aa៳`_%*I!Bf:^>Ke^uped6VlQ4_&۹Kbw֡Fp1OE~Ii-3D9c +?Gr*J}"CnMBf \7r yF[Z=)dA6F9H s#[Q , 5PzfN$CԜ$~mYnf&*}&J3ALnTn+*7!4c50diW&=tP.~\GAW>8Þͳ\֩ ??1N.3";ʺy÷b,C~U}Xx ] 6LHj'KbukcrW_c0g*H ?|z1s "[1^yW1d3T @~GH8|*kMy w#ڧvtvߓd-atGs].uK<^Mٯ.--.8&8Nw8q!N򷦚(tΟBx5y9^Od!"9'HTqBݶD[Ήz,u6r z9i6k։2e\z HŒC, `R8&5rn)=Zz}LVpǎ󺒲(2 @Cڅfܘ&5a}\{cd-2*:] N ?L],&\g4)\(ָ23\.lܹCJDxpB~1- @rd);,7C12 q$]!Eb"ET0 Hrnekϐтm4q^lX=XOڗwLk{U>qOb33ȫy+NO=ҳ? 05V~lvve.p %TGÁfN_= Ź6RL5j`Cg.yWR1I_f([b#6=9ncyOi[YHS+1Pa aR?s=Ɯ>% zB* c7m'LZRk0 6ԕ#v#@L|k֨3"xT?u W况y̞p=)bС \vb:i"Yl#.-eME"=: }9v{i zc[Аt8 wԙ 1Ay!ks_v]>5h"$fVDyP| 3NFR`fH cy5]Ĕ.AX۠k ,tnZVّ7]ID[\[*Y!<teʪl~t\[$QfI{N'0+^j d |7'=PlIX@rfXPkCȰm (aKDX1xX\L>$Y puu0ro;\h,& UToBEUˉO&ЉXTCI󧩯E l˚-LB43-;ƽZŵ8ı']-x%gqe?J'I7+tLԑH>ُ7 cC.|47NP׿ŗ),0( EF%6p;i9#dLN)h&Ì8fY;P TPd0DMv*eQ}db(󅭂 |7PBS܌\0"6$ ܘPTϪ2l;C'/#WC sxrVdY/C²Re~$׳sOe6\r.&{17a{7呌^@| kZ 14#W1/MoY8dĒ_)vn]"Uwϳڼ@cES8[?f gG.!'m|#F0Sֹ$- cO.F>ZɄ*P?+CZsZ&NЯ 2kYV8 vtoȌ1V[[]SCʯRoj =#63{v<Z"ү\phOѺ"|.;56z(jIl>Z5K1J$9?ٳ ?5yY!^jU )9_7h\-!#0mn~~i"AE3$&Du5C %۶Od"){8'hAm=p6F`eR\p@LWnBp㵎zզIh,wm !;0S+̭ܳ%xҷB {.C -iBнqqdi+fbا=Nl򥼁rIc7;ey-]$af[i [^7؉mtd>:wAL=K\uDNDlcE9D&Hyhr AyJ [Su 9}0q LJ;Yt}Tr`CѱcKۿP.hsc<`5Itձ񨩛cEl6rOeȚ]fQt*nd %NY"EVJsJ9U%aYIi6;Q#.(Ǻpb:T"Oפ7Dz|[-xI4*AqƑ*`*8=<%H >9i!D~/זk$VrHz~|g}_<1Vfݶd[BT|0 ͹9 :jT;]u>~:mQMcr b ddb"]|V g:Ciת+8O}%Hr}%B4Z%[n&'+b@|$:rOVAD"[EF})|tX<-T7 q4Kp<Ê*ϤXDeCèA\0&e[VPu'`V;~?,>WDOZ {a%{V[0}UrX]<7(vt2P^jM2h"n:$%!fMcgOOВs@Z 8w2.R裣zvl1~CRU.2EI!̡ZqSi*] aZ7}˞b;^l/T|ȕڰ[M-鍙Jw!(Y߼@~@:. 3" ]:CtP|JY)vd-k*os I~b|{q7y;㶽VR*ݪO#?yY;ữ[a'lW O8׸АB d#N<,\ nFy3E$Gdk/ǕX=¼l8kit!(f*?O%iP,"tB$1u]iM |GF69_{(PK9.MML௚/! A묶mH\^{7~`hj /Y[6|j2A&Ԕ)s86 Cݎ]Gc%Sԗ-TC!n]ҜpYq1 odzOQhE N֥2p [UE|`GjDu|%$go6J9 ](dtQ[{roV\q0-@1^Ao?VenW%{"@Qğ U$YK_kݱVOggE$vVL5X/ff.#!G(*b6:!k4&G#;r2^p4;)J~7϶QDe%7;"@lW8aqrSSPiC@a5d]`1cZlJ^9Ib_dFAbT;]aG'2p'Oo(B9Dw*.e,MCX`9GӅ'.E6No;">a>s(1Т,78 Pr,1ߢ";{;dR1R;tee c>fxD[m' Ttd݀Tf7Tp 'c$w>_eXup_lso^nfJ Hc1XJL^^i7jR* 5pJ!)nLiT yծmՂu |)-Flݩ,ݩM-Et,c&ƴ.gM-ڴ<𓂺"K3b~6zn4ppme0qx{cJ'n)\ofrM[2i!WrhBيZѓ.p<2Q֧̋Fz5[kʘ︭%CqU#WpH+Bm~q1wc^#5㬄_*$L)KD1mT+C;IפFEÜW = 6”eHDx9Jz| '(i̥'t1֍"}.3EtC>r5RU vS؁ 52oQJg]gpEzj㣽,$iZ=ƁT2joۈ՟)--~L)fP|eAml!s8\TJ+7^^?DvqӆU\aAEX( 6PsN(֟̑~gўLNg$6Š;r(EP(#g>ΐ]g SC.μ%ݯ.M5sn=Aq‚?ȩOD2 ր'aA3UG r6- %go&C, $c{HiDar_݂l07l)'%d# DdgH!nۜ?&KF擷68OAhP<#]=J!~/֪<(s҄ڧ@qd1߾*((rB{wn"Ce`\`T$me=DFYikKO_G!r2\!rwU3oF_s~ϨM Ǯvedu?', 2qep m"c3)bRP=eDo^zI,ma_w.TmY2OEr+`x3kJzP$m΄=/5q2I>buRdJù/\܈/ @R8ZM˗-~-Ź3߄xE A(1d]w\'F# =wK0,j鎮-X&y۹KZ(Hx_ ._/q>\6II}X1YDa 8:as#wIE($D;v]K(iu֢T=Lי 4<"11CHr4Ie{aLJaw 6,TBd7\$QXw?.Yt#z˽"rv>L O=ZQ+Ͽf cݷ#3p h+Pb`=Q<::)Zt$xR ՘_gwuu2$,1V>tyYO+YXeI\%xqWIkt*8Og6J.\4Xy.Qc8&Wjԗηy(#=Q%f/%IRdMY2Y'*ٛKd/K \ּQkt -@}iQx<D,g5~?鷷i,TFThHc{k) ^=J1ךڞY]!ZeZ[*;mOFP1JE;r5.(-вllpAYV~liOW->:c!$⧬:I*[$vAqs +.=L "k-~i~NP ?݅^G8BRRzK-K~K~8_`?xr(v< į̶-ؠeu"\K,KAQd?K |)JC<fk5-J0G*e,NW(ŲNQNI$̮1* h]/%>1ZgL1x<]%M|?>:κ-ܶ`B އ6+|#xkU;T?r$N>z0S:'؟h%[B*rR 8*<"AO' @=^[5Cs'_̗'i-ٝ\NI< n$XUzM>LS _{ g~ O!"Vh?IRģұssy T838!.N+w^1UKj^uNp͸Ϣ 5 lMemVF`x ^_4-N]i?]u-Яcds@$ɈL=dppMQ8 %+Pw|]-wdu}RhU޻ `Z\Ubt+ѻӍ1ޝ?V$7'.rXZʭа,5sAe`xICy񂜥`,,RL&8X+}̤!tmm$fZljA C,!kלI2jqkpf$z~&ZնqPwp<|;JDGLxDx6s(E*nŀ? F$looO7:mG+dg>֬\락0̡xpp&ŶK".Ů`0JܨwDFq$23|><~US-'Rg?bt 0\2rJ"z2A^JC޴/ẙnM: a>s+JJ tiǴ2gA(`Q!}H39Ew֫'3#&9pa |*Iz r4*O0M1wWoąv's5kdñ H(\w~`qil& vjK9h/2{A_ vPujX$faO[Sg ҂ >5Lؔ;e}ܪ[17z :,jEFًa(1q@ҧ/c1/ ͝*iTbw,k+YF a;K* "ݦ e3DׁP8owaCm.  /9~e$hq0n?,.Sz?\U{93ԓF#b &%ڨ`pS9xA_ol= \>|cwtUmGԐ$z+T ?tQWzX,Ri+(4npb?afxU)JOsZ |`YX+~eP(Fb`rHa}Cbp|6nVd Oezzn>Ԇ4R1y+[ Jw.T }\ㄌ7Lf*~n4dѾ!YAaYH(,bdP%<)o,dIo)LB@Ļ~K]hbP^j]xK NRЏX5V㧡c(jF<njY*+XrQfqӌ D&u Tb…rT+o0K/XU9\U,4BlDM27 : YˏxتO, @9?"EdE%y1ZO^ D XSDcUk;ԀHY"*vWè[ ǔdΖ3 *蠲wn<a*|-datĻ?GP].oAN<,4"D%MlHnV9ѠK`_1&iKp|(,fFrqܬ%"F pD=RP3ITMՂJX{s|p3REFm7N`z/m2LB'9U 猉1AeWDd3KwŖ*3YWע Wx4icb>X6ցlCxy*9E,Ь++K S#<uؤ PN*gH3 KQA:,9_n -Qd3'd"s$r-] 'ȠƪlEޡm6JQyi|y'oM\kEpZrZy؞uR/SZ~nAt5mf<%1dQ9$6S5Ebkx5M-b!d6Jj@_pΨڙ!G-x"$^Eva9˼ 0 ag =׶+!k ߤ]xZ@m#ֺ('hAaɤ2,TpPk۩359UWÊn_!,{M;–-c7<% +: u:?&FY^t1ӾbM 뜁jAQ0p;'kSY#Fkt{cFR9lgʑЈn%Mni%#C:}lXA6HeCgJ$M-1V'EOqK}Nq KFX[(Ѥq[x.vol56 ,BOKeI s{}\_(*ENIIC6 s\p ed:_0nwlwZ\6b͋\L@-.t5,*b77S͸KᷡYJ 0v`(H lvb\-6`,Mikտ1s#|QߚvV]iB픲Q<OO9<&h@ vODӁ|NY/xMLf&O^Zy6~<-] ?4bKP5 Xҝ/A19XmH(Q3X$~r@:)Dx0-lз\G)2!U8՗|x22AŞgO-etB>-Eg\g@T.:~VC4ԥf靜B^-~6o.zz1Z,*ҫl0f^&~wG7BwI I%d~dv/Kzj><6YL]4ܠcO~'i9%ec\$JӢQT,*P/;ٰΘ%S1hnT6=ݿT\JK{!dإV' zdV4#6,%w\6ӷT#GX`>f֮`ÁbM֍i nma'{Kݛں~@a B Zd;fjGc+JFz-#sοX۝c5fqIqv7։N;1ŖY8uq@_BI#?ÖHSMFT-S@Ҙ%*ŶmN%~4Ix$i֍Lۼ'ޱ( g:(1.aVb*bö:ijol :Fx|촣c7b'R3W:DGZO{~=ŮvYX 3s?X;ҡ][&#<(v8?u 3s~*РH&ئ~AP~{LG# >\xXdˇA6۫h aX'"пeP31XvBNЌCݎz`J?;諅W3!(<3$+CP}JvُC N$kqwviPz زLkz(?dtSTSiDߜvW H0o `O'9N]DlsxT ul cU9;^hN4YgB$ zyg̍hm2G>U7pO6>w\]2'i6L.rHW13g~*3e(x]VFEb|*e{]*gV**Tٍ„R""IX(%KĠ^Gpgdhک$ڪoxIDlKo9M38'03¼u'+7 Ysh9{/; QJ/YBn8ME NuHDcWdĺ'syK%pAfDc(h ;a#%<)sNYe[6> Dh--i^sDE,?u"mƴ@Vr*ڥ4: j V:0sǨ)ܚ G(vzDq/Iqwc8cTT&6nBqCa33oN]'YqhBLJIJ7>k<%uc?2ZXL,{LS8aڎ͕z/3Oq?Xk$u01 ?f:1lL7l;aF% 5ik;7E~S:Ioa̧3C.ruA`1iϟ# ֵ1UB @HR9sL#&6Y`#E@ LeBڰKDvjBDL?ue^0Mnƍ(BU^2$PJy:в N \qv_ >۽t`"Qx+բutx"doUZ˵q٢ZYՈ YԚg6jM Cn< (!.5;b#`j!w|* ɍJs [1fTg] >\-v/[ӊ W7qѦZG0W=DqBsICtO@ž+mΓwa~>xQg׋Q*L at;EeMLo{FFMKg{rINyd܎}29/J}_ςvä~зt3cdqJ3>W,gDS st6`KAJ[gYG%F'rXE:6Ҡ1׿PH/}#btӆs>נ-;nP"3c]e%97Qtch R,vF~#Ra8뙤6`s'Bp) cىGqkK5hN~c;)CTZʑlVq+6 #Φ|*իV՗F{| ^7آq{.)Ԝ`^а[}0:( KrHz\M+Koit'쮹4sx4a&Y"^P%.Qv2`P|J9CSXNIȢHDq_aO#}IRflSA+JĽ+LrLޝ'RY;_QIb|Kвɑ5_IBtܩ]5< aUӰeH@X05~(P5-9oj&˫Rdkq(xbi4ncC>R 1L[# q`̛,WW 2`w1LT$A4_c01a |:]с|>Q[ȮtvV5t"'+{h'= #:Yöu#/Ns"K6^Kv\R6#eKLG%fmsMLv(5K'hxGyso.cB-cYy'nW_jCKwen?Hնi9Fv얷d8A^xc;m<7$H1t`Nr[`:.Jr93faoe{+djE C<{a|baPG`M:ZBC M'=IA難Z/&c!Y^콲3ä>2'IoX\ԙdx).byK`q=T} 3*N x[;܄ŏd1LW[v#FR>@14\U1Э<0J&%Oj$OR̗z[W{93JCrv,quu`buʚYE+#>TޮM0aBt'@ ?s~t>[69onPaԚ}!RF\X R{3D~\Q5yz-<k!GFbK>HS>vw v q;8.{|f$év~2z=b]hOo"uQ%37ƍѴΈ2慉U+"MKcGa} pF27wG=r" TkHf٭Qn{.s zV`MII?L0,}æ(hМ9ìVSƱʍ~&mԻ|Ld0tS"y&i0ʋs|vgdPoe3(J[99[Fk  Қm M;[dg_(%hڬ@tvv=iLoq`1âKis|?o586v,VόRʫ4|$*\KEp t|z+P o,oulE7DEb'2`~%S 2\C 5n)r^ ʾ. P[kd(h5/LZ2 D߃PuN%  _3 :[/(*ù]$P劏J~5OJJӒ׷+@mB]2i#녜X ŝoh)t6ZcR˭/> ΢&KW[& РEȹSpۭ4/a;6dAx!q]24 GVڟpmTvl~L2t-B$E7q6.%X'ǙTtUd~9- ̃Ej5aVZ"j H-7NLwaj~)rTOe ]f%sUcP5# ־0 P/%"At4pβc M3EXan#z$sJXf ARNJМ{[򪾨+ 7b ezHF{<{jrWx [[nP$JU~ J 1^]M SgzdN~_?it$+ε\ M5{+yN\kz֩4_ xHV2[e ϤQJ+QcDY ݮ aXh18h#S$c\k .H8)\H?LC5” V':Erl7 yBA|/qB T龘==],c^o:0Ji'hX^yo/ *E.է*0̿n[x6膻9bxo׊ӣ)_jV2zI\yq>"o>񏪃sn9 rRf4xS"WhfVe}ƙ8BäA#PK&! +Hr_]]B>@̨,E/Y8ug^&ۨ'΁ ^CZ'6d-N?1(3"R~RW^ig-K\ A>_F]giH6{fYнc8A'Z: :v&+A p݀3.P hLκʻwfT8Aj0^͹8$)+_)p2f42dcywӳz+m#:^y$3rܝ r~fV8A J0+BuK><\Aol.Sjs+=j|y:jn'ٗ> ruHUKw~ݞQ z04^ $P@/Io6[D-@ |h;{ @KGjJ$M[PNJ b[T#kA>ghRvLj᳠EYne+fݬtJ7A+vWkqOz|ǸvbCS#bOozyVJ(uaY [O!򪏌4FFA(fydMfC#>h#)Pߵn.%͇"g2~FN&Yp֛EzO.{Ρ{+0Xu" w4Nء0!r~}LY|&O4qr7OG  d] *zpU@bJb5q ;7N`' BksI=e}!Ux(JIiE]rؚz\BtdHa[ X@"Ag!^HQe`PJE1&0kz0 xqyBA$ 9=`!ìt>ߣŪuT<1m\t2cl#%M&P ֤l`Щ"d&xf/W?k\[kWԓ1D[h@O_!#,,S0BF^<ׄ&M`ͳ .OF ڬ ymSŅ'\`sh|0B7F[_5R _1XhI*(vу?0^ T([8'H|A-ru .`֖Cp^UJ2Gy9=z_otp|jY&̑us ;fX㛒nhZyI *!qt9) /doDe햼cƃP̓^XYo2)MUҗd}MMe Z' D:y3kA: e2>}'g~#3HQ&Z"S~IhڇE-]B(bH7G6u޹>&?Crx-n;4=b?weϕ%w.E*~eeJu~p2[cMH-(ۆMAR8k]\Y|$PLRgRJPJio̒x'?4k$Ǒ p; :%%{݂l(li` PIw>tGghĎJ>8b:"W,|%쿃9@?qm &͞Xk!ĪTJ0tkH쾅kTFIKۻC$Y`7 [qPOC7xAYyBTUGtyc )kM!6OxX4.ԂNe܁ZS76L-;g90y'mA qeO".s} !s>&G9A#]aiM`% =W ;V>.=}#*SXTv cUreVtP+ˁqz׈u$T s+)5$\wp3+p}:7^9w=_tфZ;ђ6.Oٯ+_USl`s+8Yhe6VIy gMjR36M;ܞOZn e.'J'{ WtTgU;U**4;KszY.mpNdrgֲw5|ڽWQ9o9$LwIʧz`wۣM)»DĮ/Wq0_&[iHU>qjC@I2ؖ$ IFE+Qg%īUvy ϡTFD7FM6O4jgGY 9mܤp@pF!IDû'`Byed4UMA9٩gC`PStOL@M|as Tp~uNVNdKJ`g:' G#ʸ@Mߖy-'zI;2L)J/װ]Ua}‰;نܣD*%LAfnq= Nluqf ?blRaROYz9𺪉h3 LDDT޶n v#O(Qi֒!AmŋGf$sj!)5xqZ(ӟ*JM0ңj `K{O6rd =ck'q+0 hG`p#.ӀX*;C}v䥝N`U^?FޖeC+508r(O>jQmFʩbF_+3ҐPK5V;@%X?rcQTiLƴz_R X]G:oszxqb(\?m /_̏G*p\u:(r.%$7j2s;j3 #AAװ;AG:AcRuvv*=*%M3 97-,'K0GUrk0C75{wǀ1U1zY {NHa%<9 B۩f"~r&/RmVĹxd \ βꨢuV_I^F"L1KO3DY1I^͉,uL?RNg_?UF77ܝϿdJ@EVnL{zˈ5ڶ#~ў6 ćç%,1Cp{*U:,nN\#Yɺ~P!c~$aѵ Nt&Q(*ȴWLY:$t>`رH;{~g5ynjIU#b;Ǒ}fN>HZdX"ﻎX!DG  _XzcRGw'$>qN1мJwIF<ВsV$EVFN6O aԤ,,xn;&I Շyp`t!U6(h*F*#n$$Gݐ/ .t̴ӹc0.% vӟItRެ FR։I< $0Hj=:8^= DF(]?XzjEhe7$D]X#*Be*ڜ|JFW(bh G4eX^,IƗ4aBL̐"&ϼA7UC9Ş 凥avkU!R,]U^,cC?bvWR1&K@ wN.^af<v֜Թ}3>^N6}9,k#h]gBQF,f0Uꑰ_K/#.!qbttۅ2rPjq?ٗR?sO .3 Zb mƷ?evrl_=Xq\;uUŐt=& UCE೜;{y|QaX>|Ɣ0~eؗ~?BA7Gh&q`gmCVy1$D78#.[x+'5  gLRzĞzC0cʄ"fԆ!Z91.Z+˶n}j2ĆQ7Pb)Sؠ!}PAn}.^2hKv =4*d5d|JF=B6İ<)Oih/T]5J8Zm!Y1}IC6!`^5ʨy ƞD 80Vǥq"j+lyS϶a\.q,KT -m;2*CtBm{kT6" QkHVNbW*i 3_;5zP]MΙmWDij5Xqu4%b3S YyBLԐN*rBM>/k{!RX~K`pad+ӗbf5|4&A*_*U5+{- D~&}8qQdO_RP)Yw[P1SZ%2'VX"qYF9 ,A_cf>XV{rIޏ`#MÞ"6 #**N4_ 0p`Av+f.7ݒǏ_Gv1MfG&X^w%]ўwa%qSyb(7c w+r2iT-\%K碋Sa&pkeN#]P4ҌI\^?%͝۾6SC7slq}βRp9:Ƚs$NnK<\[%ٿ f`q0+FT/bUb¿Ҕ'>!,؅_cوוHSզ*MY ]+ˈNDscy cɡist |;te'o[(U۶KN8͇C7 J$Trü%Dk#½0#DDQʤN9)`E)2{UKlSƏv <ܼ1o:L"ȂϢmɆv;}sڤm#M4\__)L'=sxE^ѺMMv!+!V A*vȂc{ /jǬ.^+\NEGڞ _uZ67!#smp+A8aU^^o f] ^Rك(Љ, ?=}4: UJ8g&%x6"ie۝_l;G yo.H{}9 CY_PliHš6ꔼ@maWo`Oş-lErxud(B [mSޭ},(d/ƳGbw>Ex_8 s+=G? t5-/Js\YBȞ՚s'u3$S=^J*ZOxgׁe)lCzBDZl<[GPv#b0hc4I>B[nqVZ^[240_ =~2bk] < #X7WֽscA#MV(U 湒/4D@%2~cDNLmϦ,%ӑJ@@~~mI j§'NWru҃"򬙛:&Ta[!yH"Ɋٚ{`_\M}T,a9IaWFH)4sت6 7aoYI0 IXɂzakr^ޅere>/%ހ&MK f$4)d(vޫ`NDa0$7&VëIO ͷiBwA!z"3emjzF^\WAyO~WxO~I/e35VDdEnH`%(>^8֜&ڥȗw7\9Ol)/{έ1-D`j,G˜M[:D růDjcS_4#Pȅtbރ-3O9s S , ZQ yj.Wabh7 AtS,ܼ}.lҸxU@K GA>C ?YvL+3eb\8a!b!%ȈP,l%rQ 4ʔyLW1:/ iLlv>׿L*oYxxZ6.bhxΎF*[.i;2|O ΃s^2kBl> ԻrA4 5K.C MnؿPi>!:QK*v4'i(wigU..@@ksȠE%zbDa왲oD``/rІѣH-t6 ɇ ,Ctf\Ӈ#Vx@o1EǁTM39}Xm~=dpqy9gW[,*??Nj3AxvXb1L[JtV7D`@<1K׻^L4"gw-ZG QJ1L7z .]'K,I9hRRRy̬½&PΫ dpX|`֙Ζ4uL/srX3rϧ̭5X&}tHv9OuY#(; [؏-sŹVɑ3E5QRR a&C!Xa թ>k/A%~kPeRlSޒʳ QH9'ZP \8ORz2 ;=T͡CHGsPgY->`T]0nSIboR=EӢ>Ggu5 hQMtY 'QWΕZB̸m#:il!D+(tPIF/30;_|6洪ϸj9 B`R=Z&w^鵅 184 h Y -$D#0p^bwjWF? ŀH \>TCtz^4%=QDIU<)ٚC(VΨ!Ns{Dww^_<'o+E*bc(< Y H+߳Wu6'TV],tJ`خZ(<=Y'H`؂]^[hnK֦I+;5mWopI֨.Fծ0o蓖rTPr޿^.a\H!az@]_t6P}!e48B@/﫳 EVmL A8ܿTl= lb[7(mvp,%%biQ!n>].77|3Rw~(Z?AZt;εIW ꌨfˮYO٪D0`׫h{H`XU="Lȷp¦#{fIو}t2_H9oTB -#nQXB Yo?v:NqHf yf'R!k@!هmx$_GĴ`n׽l\zնaZ 36Юcፄo/`X> 49{5BG]PA&5k|ER+N&ԋe)K`i3= Š4BWq]ҢM! !akI\76{Nj[lӴ/ ZS'ݜ?fk7d&g_8ҦD!y7AP_aeBtZ:vO> 7ڱi &\{ doXDd(Y)i܊EMr fR.Ja}AX-S5Q""FyQFԵ}-!Fqxg7?h7kÁx'iݝ$2L,kSbLr/h(iCuvj*B:]z~ Mh2vJMh+(nT-wG;0cʲ^c@6EtX :F 7#jd_jf#iY._}MK%P 瀌(zqp@\wYE:3 #UH~.Y;/1Mq!g+JrXݽ54m1'7AP#{&ݹ8䋘]!8SjeeV wwB[ġo' { nZVa.@+ݲ0dk~o{i~I$n\6$]kYIQ*pfr* +F<:#ѕpwAu*p0J6|A .DӥώiKע45)ԁbou?:T sXKS$˚XWfmN? f#肃3Ǯ#*-shl^l[Fͅ9r=_  nRϴL 2nt G橦-կY"u-S{*&'ʓUEb+'F4e8LN+`k.zC`MI,m/~6 J $<;}.9 5)]&ڸ1gma=5uA0Q2dj8"t¢#W—DA|g"IӎWYb.հM03sQ] !^Ű(.K~OJi!9ǬtXcUMWԒ}ż|~l:,p"/?{|qoaޝ(s}vB1ׯ|34eRߔ ɉR6 nc;vT q@8ST5>g ՟ Knh]wr5+Nw>8D=P̧HnCx%2EFGKf!ʃwvylʂ5R[,)֣wƇC˗dI3G]=b*?Ϸh yVB1496a oD5e3eX|p( 8vES^-]8^KZ%bTΈnޮ߳.oĩ׫}́xNj"cT7[]P%]*13|!ϔ(lkm_z b JxT> ])9iÃhhRS)@Y6 鈄Ӳyw;\|bz 햁Yx%4&$5m*z^Db  YZ