libtiff5-4.0.9-150000.45.19.1 >  A ctZp9|ZMi}ò&\~O"KRavzX$8L$|]Shn:󅊙bJ.$+ЎUDPQ (a&#(Ocy`PծE5oHZ#U7hg 6Bx̜CR'`s7=pԳxa fe_]^%~edOr/[PXNp`;kT**3މV !u1216eb85fd5503b9d728bb23e0135e1d72b2279b0d5129e923ac7a5e05f44e5157a5e7cff7e848634bf8860abdf3d4a2fb342d3e'ctZp9|DJOr>ApǠ~8CqV漤f ȃmxz9m>q!Vn}k,Tos е_1>nNIDz K&z/tADr*aiȎ>OYMs 95xJWĔF@"L΋sQPE`rGہ(^@D,ښN[1ܽ#U_S8&;|MxT5Dr%@-}q7q;S\QLa ,|>p@H?8d   U 5V[ q    `  @E(t8|.94.: C.>@ F/GDHdIXY\]^ZbcJdefluvw<x\y|z4Clibtiff54.0.9150000.45.19.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.ct#ibs-arm-6 'GSUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxaarch64Hz @mA큤ctctctctct"7)O@ctd38f6fc0e24bc6656504236c8790f96fa44087cc7d3b95522a3bf3ede425653a0e3e889cc8dc7997ff50546202641ea1f2dcc00af3e061dc21d0fc0b1faf1352fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.19.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(aarch-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libjbig.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cp@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/ldconfigibs-arm-6 16685878114.0.94.0.9-150000.45.19.14.0.9-150000.45.19.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:26866/SUSE_SLE-15_Update/6d2d974e3372242b94107a2c56a19623-tiff.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2f842f63c5116bc1edac5bad299133062a8e4939, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2a04674e0f3d9fb65cec2c78c407713d1ac6fbde, strippeddirectoryASCII text PRR RR RR RRRR RRPRRRRRRR RR`M@ 0,+gelutf-8e63d63e1efdb6619335b0b258598faed32dc4add3cf74346afb93768540a49f7?7zXZ !t/] cr$x#GaM6|I HQͩ72xH۫ܭVxZQUg4LJ4tl Iψ6}+*˻c i]s~ʃGR8lr_ 5.'nGՏ*j8% LHC}țWxz?ƜCYbw34V-KfIJ5b[bB* w$I]ɏr\0j {ŋ4;vw(0%dUUֶd^q#ZI/(6ixGsQ8В 8lPeȯpyLWEABd& ؑ  e ] Ȝ{2Y֛Lu,K8-8(|&|EIN[xXǺ}0;lo4-jM(6hxP"UY|o_ %`Uب(K;|Oq֟;LyRjg<І{erטi,Aq^IhKT {=/%BJ= }S[VX&? 0.W)v*sUCw@;59W5DŠeް|TEf`YBsC)Z%xLp-b2c :'eeB%,=vBA[vmSw_DFc=;wfVc/}yvycEtS|S|!3k1Ao!{a ی9W%h%Ѱ"ϩh?JaLHo2bWŗ7=w!>__Hr^L%HՇ|K>~&FW%lׇܯ(Rѭ`+5~[ll1v[b3i̺7W.1*y/Xy ZEz5QEbǖ͍tVqpJ%H?+0rU0 ?Zס]y0ϲ QS]|vg@϶z~';  x@xT:.&y2kwNx|j- -mOQ- ^6\.l]XkGP3[Xy^m}YZ'%3kg7fY砎OȊo'Q L-b^Ӫ{.pAt5twb|YHʼn0T~N-ёdž%J*=+ޡU8{@qm ^jpsfD8= [c\s7mD|DJ+NvTfaFf>6T)wEegl.uYW1D55R ѧ;#Գ9QF6gΊ퉓5B"u:姕" k&$Lho6WnGŌzC09M m$ʃ%UKta_,\Wx@?9BNUnD~^/G!" ?@k9׋EBNǛ~%LnDOy $]`~D|R(…>v ض iQVٹB,Zn N &h`{3s.ꠜ j:'\XRGG ^~˭T/Lԇ:{wT&**ņuՏ@;G~9Du5"oeޭ9MpiIe,l=ݖMIB{ l4tjw/\9lN˛TOT?@2J=,>gv"|޾!Y_j(3xF,G ZVIrQ@tIϊ6߬0.S#;&߾Fn1f|h],G*T?t"T}fz S (3چ-Y"Eݷ  0ίS8rr:j.Hkp;e&EQyuG.h/6]`0z:+KI`pvsL=:WimMn|-9͊mwܕ_j eTkItDV0lyp$W6wkCg;T/r81_:7MꝢ#YdN&㗩rIb$O8*%n"uĂlmˬ75+|eg0[ v;:uiޑ CFZB p\w@Q -bͱjRGd||\ wHY.Vu&Y,Mpk[RɍƦM FjcC .̊tJg+qpS)vT;V')zjx@rC7sE%9Ǜ݄ \噽G B3g0zz TU,;LKY Lw\>m7z1?^ƺh*3g]&,A<6 /y+KUS(`i,_ZJoKvm_QJ 4UwW 3>P;dnÛ}CIvnMOni#5/jYhݍqoC1)M5zs_x\UN9!sz bj%{#=+߳(yy=a!ͯ?AABC7j2{; =nX6i0* l^?8GΑs,3֖WnoígN5KAr|S|w%묄QrNsJ,G+0{W|HA!G+_4Hb:`Boa}Լ0 ܤHIqjZ8~ ^ex՟4BvcVd| Z?JkZϭ:aeS Ƀd]'_Q:87Ijo ɠW鬂?8}t!):̵4۸;B6P?$mx9nKqSH6Wm:NíHc[ xޘclD>0(_ ֬6'yxP遠앷9Ok9yo/ qܖo^? PQD;_8X{k"H[Pit/'<$Ye>"+sf*MfK.í?zOeԇ'z&כg&=qiu}-z1kUU&}\3 gĹjhx7ʷnCC2M]N/KKu[\.WooQu+dwDE&z2YL慝M~7| wo5__Qi-QƧ_+/fNKtTGJA9cᒴ<Ü5I@vs4${sd1 eZ+p.MVbg5".S44_}䯔]Ζ'ͲY)*waG\H]p% 4 p jAWMߏnC|`gNkʓK>j_GOs?࣭r-揻4bXC@NNr?>0"0a8ҺFgWyt^q#Dݳٳ1_.dvPj)"tZ9y״QU;&Bg}"!I+ȕƅ<dǘ.ʟ:U.k? ;)3Gotj^voJvF܎F0fw'v#*3\MtS~D"ZO'a [~$ SAu٩c#ywp8ѿW$r$V]lTc # Vs'[fa\r+aKj6]nE{<:^ lAp3[uŠd-zHNZQX f]\,lNuu۪&G:)Z+P @ب n5Ϝn4Z4 pxD sBh1o/Ѹk&2gN5& _OxaۍfgBylO_INJ-#Qh_pfW];O7y.0T&CGϘ6vJ#ϫU \{=^BcNp#'`FPk9r w^s/dx͚_TՀ-# Mwk$ gU S9ȇΗLYDdi~>88UNNB$AQ̡/5>~@n([y='C-R@#W<];$Vڄr{?,'</D5Jo B  `T5^HEGd&8m>[>ѱQƬԵ2yUo7ic⪯'~ [}'b7Dw(oL?}3!U{~{Դ7j6|[7L4$m/`,[ kY-bGn_3TɁ=?)/[Bf#+k.~&MPj!%BYEeyKm6h*ֽrtr2ƪvϰyCi {ٌWo"#+Ud&<c|>"-9:x2*cwŊ[;VR^:[i4i=`x Tӆyz|y>szXd{K<*cX(KwqLsM,hRZ}!$+?"vudK{ik‹Ol)n_,<ڞέ^|*G ګQ j9cUxuQ- 1ITAyM+jrdue8 9<$Q3cvJ~Qُg<ɝTCl~}PvUt>4il?S!3ޭ5I/P z8 >SaFO xjJ &.SzvPxXdQmzSR]5w+|n6eA DCb˪Jgl v`W#ythTZƄ0=RE'ˌ}LO ˰~G_ /|43|k^]cM& tjogg^y⾣6GT7DG؉5Z`.iD^AE.^=zUnkuC]n}:۾2]>5!Cqܪ XȄ46J #߻!1h!xo]9a?<bGf[vó'fGtnZqZґ`1I; hanƹ2y=B'C.襾SfN0YۖNQ"K+N.keEoz8) T.ea> o:/f _ adc%!/R=󳉲1YE!ɭŃ,)`SCv7Çd%хnj!{A$N&s/ TVdIT˘_T>֓lZ軂!Yzz1;)BE-u89Ix!>a.եFe_B[ u/M~!#mW@2r-.sKͦT3C)byD@[uQ4ehF_MH H%琤QՀ (QN,’-NL"R̞q,:V??.&D-4,RX#_x={Pm ZZC ,ܣf.tWͮ5 \2'38("Ʃ$Jm1BZLK-V$&$VFK"xӢo׻*:\r}l7 j"uaVt`S'T-6VƝruk6Wvm{=hr][.vǝxs#`L($.ȹU.f}8B2'?B̈́T7֕ˍi5f YY&_GN=#l92fk-ӷ I+C>A y2^Rv1 ,{N#;Fx6jmj,n+B@Va'o&En*/fe^GECuピXFiy:%u))QTEB4LPQ_OA\V3_(p~j[szYU,(C h/$]mA6,玺uȒx,HCiҽmNۻ"f 7'w 0}24ѷW0-(WkGO˛4Ϋo tY>TX˚:9Dq7TMr$M\Xщw1vj cV[o:0sl]lN|Pf6SJVNr_͐[r}rL|wG ,WݲW٭cJ|ig~ϬVH? F! 73K ٠NX==AS~LJR.|[;yR&O%/v䘭7v3uɵ6~K7/(:0|zJHR27N5f$Ѝ #n o@ʊxyPDZh7^瞶hˆ y7k.זj4pT6bExeٕK5"?[ l\^VȂNբmˣu EĶ'J Hr1XLy7jTS=#O#9@ϊ`A : ՛܌ g{T/8qA3kݯ*QoH94 FL ON-m~A@"54vW|En"U0w7jgxBсȂaĠwחn|IW:b.o'!4XBߊgۮ8paax}>D&QZyܸn5ճsp;na1h}9z:$=ic8pDaDĿf`"I<.}wx~x8WmuwFK!,q$Tmqi$:צf}Hi=~Ioh۪e"_ a*Nimv}j Ǖ[E&nT!k1o-`.qY̏3S^Ds?!gIqw6(a:8yKY<SJ -z$.!0&81X@&_)e l"D8 i w~,zO{' 2TO wE(bs dx8CSagǩ>ُT̒~f*wr\q H?N4cȆ`~wd9 K,mbIȟ *@?Z N|l 171xU\K23B!!~kzNcBPH'Ø6Q0^E ^AI]9w7́rc{$wWbP5' t`ã]G@[t +l)(.؄o[+#{GUG> o3|.Ҍzތ ARVV,/y>!/N`z_Vg` b6/սnm)H:f)QTEeC[UE\mX_J _qW^xUq I;,Kr? Mum{Tk <1HQh@ ;C䱨RWVBo`ͻ9p7M<Ƈލ%)ÔeiXwQj.We 鯶GbwU6 wp|7/1 ŝr=~zZ(~HwnyܓᾁDTAd/׈C'Œ 6zA2\IdkkZ>2~E,UTMko" |dv]3[ɖ!Ϳ:Ŵ8Ίi47PL8Eש-I 28}k7QO $=ƻ" #|eIF0 +4h`D4bґVbg3p"̓mH,J ::>QtΡ1_ 2Pخ%mG[9dDyhSt.Ezf rb&n{ٷ%4lU:Y jLg ͂6ߟ_fS>,77-W bG행FҤ>0$ EL@.Bleko jKmCTЧD^ (AX{-x8q HΔ$4˶P8"y췍mgHRw$ҩͽwv 뢉$܄f+.t7k~"< z9j[m¿DLL!aC]$T[owkM{L'=*=d 0:cvn DhF9%652Yoؕq׆h)DW)TX{w(<$cEh"j6;)![D@8j!VUQ`3ov`41r]01Snc}aw1L/nt`?2766 јzIon.vgѲM5\!k؍鑴p|5WȽ֖cBSw^2YqT83ċҚOhKg|ے3XJ0XDꡔΠi9؇6L}-~7ۺ=k2.IBOҰ0")y*ɍB^6sl8\8mlpw?j8FIkcvnǴv9t38ҫKnngU Rgp-Új=A+ĭdEp՜SY/_.ߠ{HVd{lE1_SII@j rDZM{Ͽ^M""΅ tO'[, BȦ ;mG*^fd] bUao&[*?:d3CséMy;$-xҬZ5 Yxbt=*E"$)hiLp,Qi,H7;n>[|H Lgod&S? zY}OC'B*:#[ HzUZ;- iǃ^,u<:8XF]IN\f_>zvnwl͙PTB.; {8T/Ǎ>4*"j*P:֗Vmrf= |OMШ{9~I/WYeB_;{!,]'sk(^y{Ǔj Z]*Bѕ1]FڶjK!V쯚 mXJ z5J$R|mQؓ2n 2 H.Y~VVliDT1DriAZ)Cҹ&t&if[ΐ<1RƶHplԺ:GI8+WkYDhrdk`;T%x(/ gӞ /p9>9"z% }]ѻp.S} J) ,Q3 9șl<!+W0V/ |p74Gtxe0~X9V?@4YB,[ Osuo|!%EUuYA|gM Ye=1 O'0* %cCzm;[ڂ4o(z"0[LN8.00YS6*/b9s@1epta_* FN"ٝZg:Wazꕾg>E^nGCsA%fI^pS @>hbΛ~4 $sȑߦ =Wk{Ar O[;N~L.P=$vsX/9Mď_w(#}1poi(Oz7r|m4e8-FPl6eG^IH'QY~zb09p5p5ZKJ7ffVz}0ΥK˾١!&tI(˜":5XPy1 FwYo=fDXҖNS :9=b8,#tZ@@ %k`.c0eۓc^{_-bGBw(п߈6Z e8̗Mѫ_ݳqx,NgnQ(j8`>8|8bH{a(L:ajäO)v۩uЉ ]oҶGqA$b?T֖_ uDWN`4blu2;b {W#T]E^Fc/1m?2ohϓdPb9snRG,ia)(&)%09$J&G,/@H]t`#%C!B?\\VH_S 5ilA9Mm]X1Y-0$.!jM{dֳ< ,8.N 4%jeAi.2]wMdPk]&,߸o〵\|6W *ONګHCKɛ fn祮C]tm,"چ]^9K0lrx? y5;O'Q w;rCIeE{^j9wbAcnd?lv0xh`ƺ4t2TE-Bx"Y%3))%=Mجc,g/Nn:sRN&{o} OgɳZ)Ia̘Ugfd_;,4/uX||z"'MR tYZ`1YOͼ_K8ٰy)C3gvuI"C0G7gr LJ/ dn*!HS 9Q ,B e '3e"LF3g41}b"ᕏM~S揤-roZ>#ίG,j= n>#W= 4%@% Mi=\iJ~gUhYflCӵ!|89Q[ 7jk1ɐ,`4.ihFש -r` 1Tþd  ,ʟ-(ǭD+8!Emv*b)ʂ"@ 8ڎ8 /j+fYc$h%* Kg]9o=͠UtvCN:zqu7wh65Rfȗމ\Ȃ= u[cCe~ 5(`x%3~_ #Վf#*-ck@ ^5Hjs|3Y'rXXrC;;Kzl2͍wMs\\)ڔr$abcט]GU"BeX\if2_04! WU+G8ͺ2uRmA /,0N-C 8O"he2-7o8>xr -H*7fm!3s4.:ˈ~ WGG`Ce3Pg)`<{y'1f#b]6 Ix[Sᱢ'KzLˏU /\|(EP}@+ŲK|Dĩxߤ3+&gZ]Vhr)Vj|Wm\I(+"U&[Mn';JF;zd :>w敂)h{=?HzE#8tKB؟)% ;ēNL#`{7rSW]9NT.Lk%.^;9z/HȐImH]dKD U S49d}fc /짯 jXhicE{Ed E!NcH-y9Jn3 0OEn~;XZqf(Ic.028=jn4JjUD<>_C5 8. чM:pU>1ɟ,7sfG$bkþU>ikWn P9\l1VҗҧM(K&(29Ef0RJ'&k*jެС1vةYN(36`B3?Tϕ\#^+iUK@茻सZ/3͙FB:,irI3wAA*7#CA֚`ղ\^hT"]sG\ҽȂFI,ycp=Ų: V=<5إ/_$nltW68c.F0wBXñk'1r2D[<B<.aJL5'[azcH ʜ(6hX2&MTE0*Fk{"L~Ӊ.([A2gݱ] kv0΂PPc- WғYxj}:XIl8MpctJ8B~82+W*VA]jn;k?'R{;R$WY/B}G집 "H#o U vp$$ MNj|(:X} tNX:x]s'1bX}V(Xl}I#l/1[ :~Hl@1FPHG-wyAjnMFD?;{| v ܶ؎ĭЬcDx. ngy_hnМƺ}9B:هP<F!S7N@hv?n4J/X߿;}8DFwUWPx3O^0sPվELb#8b nw ABN2iNY*widV0ZW09`?)=>$k .D#0z8:/EjqUa_S֦W)2- so_% ɨҨo346C8 5ǫgէ-k L۰.Z"hN}Up|QQK)1/7Œ#F#j 5=_㲺T4^ 'mFw26˦(|tǺ\\}RTU6僕xQ27y,I0ç |Q*j- ѦgS#r34*ՠPM3DݳxUhoR}Ce{&2_筜,= JOC5Drš+PHw;oԪlyD{+N-%dEܹzu@lRQvd+0taD;P&B㱤BĊ:2ٮSͩ(pGLZ[@0yZ&dWbkf IKXPYf&-dҵs>57%vIk> UՒ#HCkƺA5s"C:¡g胥|{eKw P 7-B6z0Xaȿ&V#QjasPz ˀ)_R<]قIEX fܒ9 ;Š }6V_sõs]+{{%v:gNK6F0r&S{62['Cu5>V㱠ԋ|+4d(OOЙhX) io(F\W8|F,XCC!C{Ħ6~~5?kg{$WD@QPå;)sk?ňQα&Q:sg3GN5H=Ht|˟Y@hZJ҃%3Z")گMb2$6زYY)Tä{)."5Or@DB|pA*c .6縠U^e<Fn>X@ '-o+/ʼŕl@ߗ:y_vFIei:6nma3tY=&tZ,_[ƛ!RÉ8}WVvܙrkC~!dλ8QԳe gtAVs_O*2QNFTt\1C^+M:t7LˆRq]M=&Q+]m:>F׾XzwNjϩ`|6)`Ua0F+&="clr،46VBqC[|TNrerx>27dO0R~3_EfdbUb_oX"2,eҧcg!('K]ҩQ5x=^A~t;'fs=0ϷH:>{5Y&=FE,[Ԇٞc/>Yjf^HO*ZsGi̵2ή=zx+Tt_;__A;犴Zz7箋Hu!?dqP2|\Ln'?<:i1cx&`h.nv3Vi%=T[ݙhg aOFb4}.zV9dMR,(;bނŮb9yx/ nޭ]|@=~C 81%cam_eܴt3[JD5t>5@XR[D2|5Xʐ63Lj4,:\}ߪ6]uT2?^8DP⧂ԜTa|Jy0Wx$DMGP6BJ 0}w]@࿆ jˌoA7UGj|+\ހ !2}VOD,dxNFV>PC 1%S(&%ь$ _Wn-BbL8(vlMYމig~Z6nNKTE*؛lIFCQXаU7fb&@w. `I8Nɏ6iB%uh_Na'?DU YxiwhR!%ŭv+)mS+\iWI,!{ng1{#2r#TRVʞSk$_%PD6 \򿩾Vq1?QPP9JaIKf-g}U)3a-Mh 1{E74= rWPJE%6Jm_kw~2)|WN KBQBg %6]Fjt`#d")˩c m?S?aV fBmdh 5)5C7f}:3|%k]tw*y;1֫?_!\kOސ!fvzF&[EYJt`l -+.k)bACŮ^Y~LoK̜|TlAR-4\1`a)!nS{H8VepD} '}l,Q!Sc!ƶ51*]O{%ºv3ir;'{T\|m^2CaWއ4U^}@ZS+66GǗ(nBzZYϟ w[~7af?$~KeB LD*zd_73#3GbDm'T!o[ s`~y.*u j6e! n̂~s= Kܩ7)2mEOcv7uO ?|)O{uRdo-3Earu%_ uTkCcOTch oBhuYILVs~Te|cԯH>Ġ" ñO#x c)nlRC[Hcʩ ^!MZOnaë6n`, hy:5u`n׀276 WRSR1i;o8qk@:[{Z$Lw / Y9 tPڳNa6ʹk~>oKe timj*Wfz~fmY-ib]gEsp%w\E᧏$cvn6av^(ԏY6sDQk7ה!6'|DŽc=ˌW/^[kWRMh?nRb~RgBjٝE=y RΩf/L\yTp&$| ٳZYe԰]iϒh''eP(Fyl?xy LT"kN Ĝ^I>w[iq! -L7 _a~J7YsA-!Kp6:*cԐ9:'YD櫯]nRVK9VVgHf 6 ^m[[WFAH'٪@w}% nIu`rf=䪢ɏؔR\?&7X0Mxl/Ξ1 . CUK ^W\t饦P} _Η2r Ȍ_C)} oJ@;SZ,~>!\Ew*|v/~*\]*1RB6f=Sum#^}eh#z`1qQOt&Vb߿%_)Y?ԡzB5n+zvm !3P$o|p@M*Ϲh .MG\ˊ~k<GνV[ !έ^QaMnEJTOE̵P)6/0B5Hfbe~bݺx J0$R !f!MxԐ#TC]`Xڞgc,3$FkĀ:B`],_Ph[9T\_2*oSNGF4(~;.?Z;>CI CD~Tyq'KW(Ts"}(4p(L|9(?Z3UNls~w Rh\bQ1 9!N^Oޱı\ uĞSԟX0 y.Pk87v3ܭǰP4nH# > (vi]EI=9F5i~T?O#EݙzQ$i䨻HbmMQ'}PI䪬,,}# [T3n;VQحL<hBA~ڬtL'UJ3:{)Mڞng TwA~{v.%MZVz_|Q2#lBv> #YyZr)WnAq l`|߬{$} i CoOE@ wICߠ+}}QK`g9vOLv70UYQ;,w$oTp 2|;Tnz NP$:egl/]޸hMRMҵR8^X!dn)d'lW3Z2zq^B7>r|eo3ߎmO032X ?:;wsO 3;v& lG*QM~/?`P;V'<|mXi_t\YY’.od^A[S\.ͦ])<*QGl!k4-+1dl $b':)dxp"~-1 1Mm}R +/{~Us+*rMqsX u髣mN8˳&ޖl +H:Kq1i!N<&KSTxB虭)elqVDd$rNXT-Koe =J3 ALwJ7%Z<+4wǛ''Ƣ O6{"b+HOFj"djBhcp2g_с jXTC({-)DfN(p@d܎a&ڪr1T]P/;>ܻpSv>ga$xw۱^^b|ж|J\jBaS^VN VRC!} 9@x3/06nO  8NΜk{O߻7e;Ts$(9?uuNDjQEY_/jYV:3(JN8>=?E:2\",0ڰ`.[zƛW-C%M]?FƝϢ]~8NuW#lގd7/u$GtppgX٣JeO\}wqp=Ҭ1͈hhW%EzRM@2Y`/~azR@fg;"`Zj&SP65lon$^gJ$BQ9awXy 'X3aKV7k},˟WvwN0\ kW;36_rv arח-`ܹF3fW$j? ~~Sn`ij"C9GVj /=jDQVEAx*Q"7q# gn6IEhZO=E`}pjVω_G:lꀍiOL*<+S&QoCZpSϛA2-Y~Z|56?mNzcN֚G'8a {>3y;va]렬)j+D~Q<Ⱦ"Ke6H"̎*E6ѰE6SR2,rnXI8r ecwfE&5(j5(\2[>GD1FB-.K gٸBq1;Sń^O*n),_KF@IO^' +60h:,6{8<GyE#11Lc^KvGIx{ 5NaC?y!['gźAPv yZU>E*GX6/Y1SKd8k{3C0Ή0B7-۔Q6Ʉʓ@siPlk0|gca`Q7r#a-: E[Ĉ p !?DD]@^!E3}|&.bvŋ]%ZR.2$+C"UzЇK4;R$+@3rcxef#T͵~⎺t' oczm9ldktj9T8)6ՆMn D.~v:%'yN>-ׂgA!BϨeV<:fѾ.~ÇU%mN=Adrn X*Ud2Py'r;e9O!t>DMƑ1>"  T)oIA tvDdKNx u oy";i^mHjsY(=Ӂ41 D+j3y2gRkcMWw,4:XiiXP`o%XE{:pF[%Φj\ rQJ%S9|(:_Ǫ%cq`iSs nj%-4J:-QK/44AhRS|&w7e.:~}RR̷sO}<^-ȶkٻ2iץ\ z1 s[ڀ5g9WCQ~>,,= 35Z&'GMr[l|QFϲFGk]ʵ;'JH1ɳ[^ߠ`0hK#"`׌ UHhn>x\S^:{(1C%G8w(!-b,.u˲Vb7k1rx˭\y/JZɗ gF uH'S'"Rw$9Mq <5(I:Dx Ȟl>%)b:8C Рtx-Gf]I iz y'\֡x_!8AzbRdj,V'S]r$NCdmin G!2}@īfXH?5#PB[/' bXdڦ Rk$i*diG}"Zvnlhl |>B g~u2+WhBm)ĘbV9l\%0?ڒ(l3*yg\{3 AlhVբL2Q㤓fuAg\Hq҈HLGVϐs?Cc+ywmv6Y[ʽH"R|,9(:sbNCt(q%=tT&4Pb>mlV5VSN@CP@պi/PziZ4rq@yw,д=[=1 EA:gZBι޴brTUx6j cӨH+ut=d >N?vH%O7yT=/YKyCFń@ MMQxv(MWMh_>`t 8m[:2ǫ3s>8t#J3y̴,ý}~Q߱؛GwV Q?txA0_e y[Ӆhͯh!2M-z r0]̮߁r&iC7D)$ZOSo0K,wZ—]AwzRAe̶'f;9z r:LTف(ydot"|9&{ ѷF!ҕTlE T@Dy0ڶ}z )nxpmN)4NVбWWD$ :oCXׯwwpzgM<Gڤtmgq\=kr¨n) qTe&Z>lLW{|C!/G:#yk5VGbȚ/Po߅Zt  cs ` U\{MTuʒ856~Jby g.RG+;閤x )D'1AP"- sMD-~,ե?&9CܴS3ggX>M+5쁲㑅 D43oxU3,?~jj!z?qԕnu>SΕ(ɉ.iޗ3]&c|5&55 feKq,ioe3t <4yONq7t]҆>ITIAC=oQ$'zUȏgKu+'Ր@sA9=3t'5%Q9PE#xV:|1]C']*2#LNkGO|LR$NLSi~SZ/ ŵ8\iާEOﲘ_+X\C bdD '=<5COLY;\#LXCa*:4:p*;3%3]%s`Ezb,D7af5WVd?c7ƒt%[+\-0"tJzS8_{qUbQ )ᵵG67Lҙ~E.BWP)n&'>2 5p<n٧M[H.nA׶U=t,˼vyj|`L ]m3#qiWg16%܃\ l Iz\wa Rϲ3T us-=tDM̫ AwHH%ϵA8^ż#OV^/A]GÆz1B`|i67b{RxH%XhƁJtihTk֕J] uB\hb')`DZb[жn ģ7s]Ky] WG#Uf^EX&4A F5B^'ܖ7ȊiZ0O3 ћ=:763dm)[BIB1h34pֲt€\enIUtJ農@xwD/&QMM28Vo.:|{߆eK^~zP0N+|7mayjl֝9/%.)$*/՗:!eFU&unA`:.xX?tbwq9 <:qa3]aj,3wþhL0[m2Vs<[|G_FdN8Tz")Vز󯋟iwmJɖ9[nl D#JoU8I}xDom|v du5rI|$S4 'Ke8kԴ~MyMsZffИV\ŮQ R`9q.ߐ8W軇 !{ZYEmw1. #nY zbYf֕:qђHX fo AC C5w9_ƙsz- m/Z䷃zˆ ?+ȫ5\} vÖJN|.1<`YA.Ԥ֨F:gL lw%#N\p_aGlnow8zZ2k8n 7vD7Q&X,iL{TO' rYޢQUXRa|ܺ l!qq_l8#ϡmVD@21^u`iDJǏY)e!gado,{XZuE4?"Lt{{*)ó0.m9fљ9@~`֑X-YF2(ӎۈi+97czE@^;Hh~ '{x&#t ލ8IEp%Gi{0^F|g?:ø7 r12ΡB(S"S} I `󰴑 BKQ; Q4ϣ|iO{<7{ W<($rG^w΅Gι.ׁn((85\s$k*J&BQY{]/KM9kl&8 ٞ({`k~ښCYY9+B/&zn0T6WȲrSٷo7uwu8ex)dCUSG0=ClFV{Gid.(MClL9/e(@ަ[ kzźDYv2r$&c1 mX1f=DrGcbw]l[hh97zAPlpZ*;g lօHs " Av}z%$&prmn@L;&t lɓ1qߒ& Ȩ9}#Sf%=4z9xxl(hOgc-r}dB7KaEW` _BNgu ԌC~tGV}T\WSb%)PYo؊d7]zlG.Qdya4O zOkԩ9Pi>IiHMW;#Vjg\ Zhj¿aR#xs>) ;Yd*o?'I>{J.dpX KI#2('0΢2+uUP&Mp7AQ)nt{bzRDgk+伧7WxPPC< D Ӯ u=-+jgAa1h]iAb؂fyĴNtsHW= 3V).IQ8dj#3hΆ4^MSfuϳwh\и~S7G{%]D5g"'^ejNI@>eM;!ݪL:q497m)f>*2TFNCZRdd4TQaAӲ$[sm23K;OM/S?6qT3c.Wςtlyښ'm49])ɯU.p tQ0) }b9$6`y5CPIueVh p\%fv)ۼi׼Vias )3Fg{X-l]7l q֬m & jc0m9xRs\ú%ߡ76R.3vVIA,|YnjH3c[MphV3} vcC@Aବc3 e [GklfUoDKBk#)+ݳfxrә!gglXaZB<$WhVL&X %QjKCKIm' U9JMLZ+`R9mϭWD bf~3Ar :U9[s6D#QEnG T ] Lx% 4{ uh@R ?+O+s/r*I隔ebtLuc)AH3_"1d) g5S!g,,7=vuEV{wc)h2Klk^Y'5 kV2 :0$EsscMs>v%^3ml B~.=\ qB0=R޵zKNRqh>A=UɶF|~l9i(+:B/mY^oMJ-k⮹c;v-Tx\ifa=1k-:(PPq'/'A:5p!]v%8$}d]Sg.&1Cii^q}`Wr˒y5>ߗrﳷT[xߪ_bGlŷi;/T%RHXK֊$Ž6PHD#6JM狶e3ХWγ;q=Ynwx@ɮK\uWEԣhyN2 q3&`w;߄ p>Y$1V\涆T?]#!OJi\ST"Fefs>19s"c;E8^ A0Th6;j:&} ֕Tu#%I$J->.UW`e9'"Cp\o*%Xswp^V ^Bkj +9ZJ c5rr uؗRke~2Ӯnn5 ;hH4L\6N8@0ҍzO37XtUk] ,R%[wKF1>4Ȱ򣣵Gi,H"9'f%/ )_wEশ2f[Y ƓG7 bI`'ң(Ip,VUvl1CN1yz6"R_YmSSylf =C#ng)9"^ǣ !Iq9*=KBTvIaA<jҴ5-(qdͮ Cn$~ެ LnG',1j_gկޱ`V!0 .*J{,T !gpNυ }쏟uPt hAӀ:7\xdUhuȟzA;>U94<>Vpf-МEzlKc X5LV0"sל@rZQmDD4 gw̷٪mBCB7p<AV  N.$:v44مT_ D%N:01=po1Pja"P-3 ?F[:m=P,}-PG]>##h\z~@zѾ<iPAiclo ?HRc;~)$T4Ԣ tV>cTPlq8(5~fC^V6`<;\Ef*Tq+nnj{ . ,dF:{ m `o!Jh ӃaRRk[vG|1MVVDu,3AX†!ұXcR|MG-va`? d{ Z+FmSԼH iv 喎>5jWS Ŝ.Ry Y]kYwV8!cLFn7L 4#L"|?!ikeRW+ JYWȉ$/4j]sl7Βs "{8`daJz鶮+N0C)LOPtȯ㑈ť *b _[E;ʩ=v"r ,䌸Sr [j6a|q>lQe݅%֗r\ȈBjXTPr'  ?[130ϲnƁ88qwXƨg[/V NI'HJ= <1ߕmx kds)8J5u3I+Y>xַaPq?TP"!e'e5otZVxu=CV%7L` $ib>*TKTZi.ݒCNys;is hM~a'U,L,\x0^fY]_ٵ _}|뽔MT>qebqLLudwADP\C.?;hr[i%4w-o 8chH Muu+*&K8u < Z>Dwd]+Imz ڗ][XCOU  { W@tVv;q&v% MӜV~b5 勅Y1Sw^/֟("bx}_[~oIْ <@z|W==z =E0eBWC* B^ҝz ی 8J킥@樼>] 0f* vo"a YE!&(nnoT= _"@J.X1]O{pi[A>(#p' x|067T8Q,b԰1e:ĻuXt@a75]˪&K#G#s`s5D۲Kq:AϤek=[h:8 wmN]YM:n5oP SLʂ -Xyf C_L9ۇ.wxFprhUFf?,DVr56U8@4ƟBܔz_j PP16aYy:g?[R8Έ"WVJPŎHvtn%J^(PT~bT M:#8ONBz+0.[pYA$Q-xX}&9WaPܩu$%\^avm掞T7"(W四\Ʈ3n #XsBh #{>zn_El! ցҏ Ma2+/Eravp[%G@L^0407&6a*yh[)wYb!RT6أ?s٥ioIu5MZU||WCJ͆\*{yRw[\<=sRwvX*zq钶9)v;#c@i5K x [Uͷ_ߊq00 n׼gx -}ҧ߃U vt.)eH6)0E*zv؅G [iJU=WIՓi}с=&:I\A i6fbI-bƏ}XgchmL'bύ2B?>.`WXr9uPKJ}x~إ!'kU=)[WRyޭiZFúVaɊ77ZjD$0Ry҄k$[0# k8|(Nm$?;K5Jf/DdHh 4 dK01*ckU@hݳ|'"2iSlB ]]2ޟ-믞α=ǒYwW3~gu0?&q@yG :m7Ae S@LefW 52 " ~P~ifb@6|/QT)Ǘ`Io2o~7Es_ĀWdj(|5Ĺ\2-(!gD mG|iS6lI 9wT\x[B垰CBVP" ?z|t Z} $~\<>;?!qRbeT&ي+] JOt([W靥!]#`pD;8:mAO Cٯ̹{]}גR؅٪M;_ԇYaݒ>w_ d 8- { pA)NWօ-Un-E Sqfڄ w[lsĭ[nF> e2,˖{> 5uF*H-LU U?ƔGKpNB(9)JGwb䒩s^߲/"@4,[}ݻ5,o T Ĩiu 'Rx-F :bpM툈j-5Tt84O,YoW` #ȞŐavN.H6o#>hwҎy(nP߆Vr \|4 LGjwc5S/İ5 bһsW: "KZԍ-Hp?em^k -=}z6 HOi'8;/ rF)Y9a>;z Pm+:H#5b5^_(:,"a)u8l {2V8 "ݍyqvBN&v7WG;ΉѸQ~k"?ӸAq ksz-Z`Yjˮe\7 ;p֪n>˜UcXߒ-Ҿ̶4hiș^64Z^‚ bqA;([[\`7nXeBdqoD4[r'w.ATivm/h^ RMWtY1zr+!h$[md?^NEf&{챢9Ȯp'_}$ڹ;x\ek^q$еZS}UYBOMPqbp52BZŝ&g o^e+T+nMP.mBL,WH|J'}(xV-;)s'M3GFU;30 wy2L3W݂.G睎։/\i|;qϷː7x qS9zzL’f+T`:8Nv.8WSGrj\a&h¾-d.fA?;,BA}\ )ڄ`kJ 5u/nzȫv ˢKԆy)XYMO %0:/w R6 -eW@&ٔrܾI~hH5yM+BpBZJW=>%g _E bLQRf~+3[7~59 ,>z4w30| a®7afu;b 651m涾b -ݕ|ar.81U]%̔Ζ)JS9:Ab58 L\?Tq@0sdͥL9OR0f!?i^>|֖XF &  atuz)DGP?3@BG O͖Ĥm3pOD9tUp'C `X#.$1J֒UFRIz1w񔇆`<$ > n4`WGsO颂`= 3E1KI Ό%Xfq**˓Eg\C9;$$8m+׻ޮ"xx0+;0%;JF}5^b:LD0󗫩X +[i 0*3n+"m[9`ՋiH,{uXx}BݟAS:K;EO>|]@|& nXt^d>[HAEw}(Wy⬑RK$(6#stPE |Fp 34[!+ҤVlC|64SFRRzg賗jӤh 6^ `.eyV̴f'`SK?Pc=>hἥcyIl#?-x/5wwMwg#sUF/qc_# xd gL1A!զ/cf'3բ}ǎbGp6Hħغ_.!B9hϸOoRieܽ9VƔ]]=h{!,Ge 7Xj,A4cvn ;|_!&/:JN; 2}B,&4Uk'j׊o_$78' !P&U?AMM&88{!h^(Y8FX3)y:VG-"hAzK\0ؠ c6;c%ǔe1G&t߬EX`Bzg3Lj&KptFZWJ'e]B$ ^@K3SPfS_]@(BB0ÞrzX GH JYڗ;&'pP1q)Faa$ʙ" /T JR&_Fw‚,%oo2NcLixf^CTp:&XImy!e%`8:vXK\BQs.  :MQ݉}Co:p)~eOEI('|gTC۟Zmk1Vo>Gﺨ)bCѹSl=zI~(R{*ʢp$:Z /2~N#ǯ cvx]9: xi(<ع򠴫R ثmx`]zvT'T^uB-k#\`4ݲfŢF`?ưkmkx(Jw^jFڬzL]y̠Pʨqܫ_Z UfpH/(UKW64}Jq ^F:S 6M藓ZU s!=O]/ +vi%*[|:Okѷ3`~A|jgy[&G?>ɡ&8dBkJQ.Z7 9^7?gڤؼ[fRz2.a@u{j(A=J;l_秚- epx(HFdI/wv seFh69B(L1."{]NϞ+ƤG>!fe J1Ԩ5x&z-|d& GH#$(۰ KF,4J%W vRzޠQAv []ywEm[@xnzr3m1"q6yC q. [0 ;>8; C# =$[}0NhyENr'XBцQzg W]2Œ9(SP/yk'Y;q9و!u?\ʑ8۹K /8+i]H`4T]^, - 7os>T[> %\$& [_?h++t?"_%2O@p[򱠘<Dlʱ(LL6#}Yw<[]8q|F(wȨJl2 W7/HA>B;>t ejwcʮe5]le8j%ڹRd1X/|Ѳ5#ܕzL-J>nFi{5Qfd# tĉʵ%kH,+߭l".m LÂ_c553)⦾sڭhXw)00^H+IE8mG(,<DYtni0f,) R@z@>6Ӱ ШːU$b_/ٯ[0wqhr^#)w/&JE oc,Bn^J${se {ui(8"%N1a-X4=NMM'iF69 =+IPkZ4]*=)8R:XKىԗԉmpt%aʻh@pc?-[q>MMݞQm֎"LgH!ʗg89Jҳ)O)%Th"0MaUL\p*U} pRA)͒65~&LX&@dmx%;*_A۷սsP_SL(Y4cOtrYg"%->.HĨ $0.y6HPV7T Nخ!~W`t`ԆDPi\VS̼=U_"kdIsABEK4k|ېz 3\[Ӑkm<fG<9þG.I._[A$غkd<|j>c ^CA6@8JT/I=ݳHȂR(b%,;<2 Ylt=1 2i2BǃYߨJDhnQk}Z{}">u"F@Vnc;򱠠'ƥ?K~[ +qD1,ؤD VnǸٶUx han2է}3?aE[FLWXpzS \lu!w\hJk$^7 ݟ&~ .ClsYX"e~*_22օzdd rE7C؀[{[-9./r1ǾnQZȣHGy5r|K0癞h렆.g!\``AkJ -Z޼lص7!&r%!&iwMV4(RD:;FŹ!2|yb2^ F{ m^]xq{ geȹ\*PϧSSvO#Z./Ltͩ"ɪWX^`LXsB*}t7q yi-^fǕKT*fɹcJoPDӬ}x>;t^_TD,/ D] ۓ|fKA֨D)k}YVŤ%Ϙp(5Ah˶ AR8su*M6>𡁑B_֨<`jO U+ml9uᕾћ>tر:Y8L,[y-x:Ab7nLL ˴g?iUnVH01͌QjJO\<( '+ElBf&bϋA!, ȕ4!oaE^0VT:X|^cȶkƖ>Дkuls.$‚r_[>hS-KnAh<_i]YoPV{jm "5 ((7}<;-'%{#khk,p$F.-F>H2AKࢊ4(|Ɣ@'w7IgUT6E>_qUA(<6w vFȎGQ[!"^%ӑF1\|/N=kʨߣ"n$_M(F8KI^_l&;U٩b  95`=$tnB SmegXa'9>H'Kͨk ȱ߫/*1^0LL?Uo,9\N[nMn=* Yܑ$d3ť:KbD}ZU\sPFk,/Vߺş5BYAݠy+r]!LE-iiHAbR0"yaD_恠wrRxHZl+wϖXjc}v kpŀIcG7R]ZQ2H=oZQDHN8ANiȡRU wt&{>\+"Qhl_M]+ Z\y`?+@̃4yߜ[ȋrC6^DŽ 5 ͆ \# 3>q)ޥ bՏlA:(В\pBuW lOQPqg!zrRe%ux,l,AUMUZԖc oq~+2ZEѳ|0{0i`Cg 466hXrn~p[E{`Shg]$&:Ü gO ƿ {w HV͗h.f~\8'%W0R>|z2h; kc,mUݣJ1JKh&CH&L+;h ʮK`yIa*;xVsDpk"¶Nw~eIޔL?ZL 9JPf%;]dSg<ΉFۦ1M/QITVݥi4:.5 -T0   8n[e[N1*h9pe+T9彯ʨ^|8߼8!>:usWn?4߀!:b!j,x%0%ȭ_ ]lp>??T<)o3ׄ Attd !V+a}+U+q6=AS6ЊB$peDejE[&ˋ블2j5?p0lxlXQo&;*`mt9ԋo_Q6Eqw="."} ρDT}Ar7IUYU29%(/!a}ȧ;\u;b tk:(j_]sCT%Ϟy˝وLifc6@c᪁dE!\{2ʮ2ã;zHq9YF>@,%# Ld;E<>QnuCsCL7?j+ :.o~S"[%lIT=$ۅGɷj<9!kt(i%5 E݀;ϗ񲵖Gw#OZ-P1?G$a/vR#"8@<@r ?7#&34"H*4I0P;3KT%4]Tkc"e.L]o4k%SxFT]Y]AޘvwdeͭdZl?'h9DʳWHހsy:m>_ ^/(%!ʩ,{c-A!D*i0\mhxq K=Mdz(lJ`G/@э9_ĥ0W׎?Ǜ9y<~V7p}>i,-Ԍݸ^*_j5%<:ts ui3> ٻDfȋ|>[Q_q80 6(aTs%y<-Yzd"28s@ QQi5ySݶls~J0v`B&,.r~;\TeaaLB?ALliP߀tTS)Mrkߟgh#ˆA ½:XH, hta٭|wnۇ頔M-V0fzsXի[×`чD6Imz{,mdBUV+Mw6ndh'.n,+!qQ`jL|1:.Z[h2jժ:A B T=Uh&J75^|C"Ӳ專n+W,k)Upj ]|c|<Q}M-pqeݕK^DGOmPK"Ye;Sch_̊K[A>qޟ# O"]밵5_P8 6;ff tq63?\w{WV42=ey;?ZiW1Kl2]4~RËR)]#g׵n=x% \t[MIL ƶ`ca9B_hӳuSlΙRARbEDwMϬi!|3~LZ0 zעAjuYL,KwL},7w6'NO"b?M.,~N r-vk&z,ȏ( 1B"\VOѵ[$AA6G(;"߻1?nA@Qc|;3 %n&`azbǍ9*\M޴ 9"hZ&ӱTLlW+?)b ׽`8ޖ)myT0 baa"rEu/CI&ê_C"~JiwC>jV|bSn/[2V:$J&}r=Nfpjx7),.k& KRIAt. Lތ+JV:pųdf!s(fqq7ԅuR|$1=W%L|qv9Q*9dNOk@ǜj̠t 8i ?H;l Uj]BYK@T`8΂TRyuΩ`L@RSUD$ͽQ?I#\tw%@. ٢_K@$VB:3q/ia6 J?^2옶jG-+-a0l:c1ÚaǛݨJIjZB=O4<@Sr?IRN:4?lΪ B5 f`BP+pح( -sx^v5J4Gs2NHYwāT;9No}a^yP+'*H d$r8Ϭ $t|QLUF+z{a'#5i-Ut`[6E)¤0$;'Q\Qџ_c\e&lk;]",pk,.]I48mcx?(6<*~W8'V l 25x$ahpqbC(h 4)v>/V2xAG^TQk H<=θ,s?J1;"Fe`:AnKXxݩ#,QN?C\op*[= }\\;5=Dק6V~c T2E'ϣey I6ŦM4PN%%Nlw^UÓ@߯ǝո:?6vz̈́u%O]60.QAsKFi<=Ҕ`tZT(ҿ"f J})S&+kjAaZ=Nvi j2H AT+79+c`ٓqaѰ蔨řظN y$#v4 (J~_Z')6V S(&Ws?(pMi [C?ǃ*K60 r/5r5 .W^8LqFzeԖtP*$2s 2k1X ްzE RϐeA}MܨS}_󇧁GMdc8mC r Q-B?ذ|Ƹ $Kh/Oxnvj)It>=OB6;n|N\f (zB@?+&b퉳{~~sL+^iڈBo.SSw7pX>wCiզ琏mg><~Y0= )yM<'Kcfƣ6Z7]Yn H^HqOYU@lt܆o^=;I` LȷF4n=LWoJ .FXOD#Ǚ^ ?R>I^❻LN#/XtL!g؛^dq/X2a ̔@'ތIuP:N\\ 7mh9އ-߱U &&,Q¥͖ٙŒ9;eah4Wϩ,YBM^~)a7H,'_53N6kƷ쭿 ޅ0ׂ![ hkw<~| DiMl~Ɉ:i=fIrN8= K䆻F2L 5Q6&7_k·5J*3^.}"~](iczqjIo<@#$9*=CvV~>e-w=JL6IŔ.$ 1 ,ZA1?'<x\ep>qJ FdWF}PJ.5@~eL^ҽHbW 1*͑f-Jˋα1Gv!} lKK$!N/"CW%fnPL۞ Ll P,)xɵ!ߜr+d-dC:PpYPYS[x4*Bs*s}9 c  B%43]Xb$$V{B+T R;L 6;#T }Nn>:"l6uh: 3(X^iuD]FNWuׯ>.~"rRġަfI6{uuFs!/O!p ר}8%"Y#*g dS댱K˭4u Nm 5n/I1eW T.SveN1MƤkA(ug8/'P$DGfaR1FPhʏh.8%SbׁFa^~#c -{B OY-g]vH=r+kW$y &}UX6ʵNpݲzw+o1r6෽M,i 9zc*IH1'%qr^vk@ZfPƸKUBDpJc$lKSr&쮊q/`3QG=_Z.I)EDER`:(V|V'm 7#hS1_0IVnNeVw΁$~l ѯs/nSP+aAޜ'pO3hPxY UH )W~G&0t̤v'L@/0IBٷ@BT֡cTĈԏ&./#H ǘ_+TUY+Ff, 8f% ۇlF`1EKr3{F:RP ~pj hM.e;CTHJ)Vޖg$L$TbcqG!Ip#q!̹6yv٢ &6nJ;e@PhkayřצxIM1.@]juo ]#1uERz<;2m<8R$YTő3+"ʝlXј4OiHUYG6iecsRjP),4(5]݇}K)n ?1QS`xyûV{& % q@z<0iw3׳'ܑy0pJYmѵz4N-24)l[l&*-;1[ACKt; }@"d|)zǷi #6q.E׌o[O]d_@# ;icD/~ vsG|&ȣ:3jwVIuFCP5a*'krnq-W^Lj42BRgIb= \7CK;!M: Pkۻ r'5D-= ks{[/pgozт%EA;-fe2Uz[YkE:5G  CQ2̷x+[Y $Sh^]kψˇ$`-?]0Hh`&mM<9຃A vIĝ>`B`S*14oH _{S0)%]O׎tCGԇ~Q:tgᷫF r6uyMPw繨jJ@q*ht6 8_ WB=]pm,oucL--i~a"0#ea .lj;0|iqnzFCW#G0Z)?w GT LM[iI+765ոސhz{MZlx^.cEn;?s(+3v]%w(\V9WhqI$x)H6gZLY/EZ_d[@u+e>bPu/dRW 'фmkz䐍ό k7K Y8LVX#NT9E C( ᶤOnp m^#'Wv(M+\Á;կǔ݈6d V;<oߙ2ÓǨc(4Cn"KM:T~&:GT?oeAz(/CA=dOkeSpA̤h1g"ˬ B@Ifs`g_Z7Q1O3L+gXEBOh-:C[.n ,zJB`1Zx71k#)4rmqu7#i3σaWt>99YFUv _Ky5| l.ut0K8+'ə2ltϻl/|wXH'7NT):<vou ETO:GJ|O%[B~7kH6u~Hs(CkMhJBUUθ^Ī0qidzv^c8[MC,o%zIbU{1ahQ!^I.bžz[4M^Ҝ1W1( עO~F!^:rx> .[3:U[ ww|g2 [FzvrҿiD҉m"7gH*5cT=Bo.Y[9ckwhLeG3!x$ 4I |@]RVvJ4hʜvblЉ.͆9b5lqRZcj\~4f-Hے7S8DJߠK:ew3Fe}Ṵ ZYvVIM9H 3ć~,҈NE:df8 ],̴)ЍZ:1[OÈ e0]劧R-wVQk`pK LLM@Ru'`D=&ׇE{5?07nX,t!G۾-W#?(`´;[{%4g˃޵7?]Y3.-QA& x-"+56OoГA\KI;^H&.o#69F@n,t+Ͱ{l;. .ݜ}=UeT{ถ$O)@Uf[U|Kt$@M/L `v!{2+ rpڂشjDc%=[دBt_RҨ$v전'O(WIґQx%k)EfXo hmO{_;{063>)D[TH܀K`0q- ۶ gU8<,wR+~f1%[g=ڑJ'/|Iaڦx>#(;+@*xglViq 4YY]gwYeIOsI醆9 6sjg t1>'L X@}2~has3ndqܲ/cc|V{ń׳X2;iRY"`$`mP(P1F0󗕎Ŧh enx:ɇ 3> 5hJعhp7+˷{54GFm9u I ٿ@ĀM?H|~i|ղb"wS: 3Hx^-Z@jQvz;^X2ABe|7ec1sO`4\V%eu-*h>M +Drl gR;@bťC3;h6qVgn7Rh^^6ԌhG9>. ! XRlpR^>Z^®>(ed]v9C񩚫F;ڭŌf]Z" 7Thˤl [= ]ϝ!fUFc!<̽bexds 7?wkJMt"DŲdĐMlՂ[y@ j?)9"dzڈxz8ǝZHVN'QlY+R:tjeJNl#^n1PњShS2>vޚ`(|nWP:5 Wwt/ཀྵ=%+Đ'[U5S |xer~d>jϽcas_ L-j,9u](Y 2#--Mr9ʶS.%F>|n\|&Qbr7rUYIANeWy7]`^㭷|}߫o3W&Y+{"a\W-+?*~Q ԛ,Bj 4cHEcE*$A2[8AY$$z /M HX=,/boU3Σ睱i;b+qr.Z'0xhoc?aK'Lq.\VW,՝C$Mh뒴l#cD2sbr+5X;_)}wDt)%Yhi.o,.Z=@&{x|4oyJhҐ!D|Uu1 W4ū5Q)%ӭeq B?9Y$={Px }4Ŗ4M..Wkg[{Ya_9sseO@게fC.G UcFcVa=o [2 ݩsd,R!-PkoV]\+j13[l9 &->-S߫WDE kOLu"*%JuYp#gtZj,`Xt b$mMǙu!Rnitm'I&3=~PC-ǃW{3Xpkf&!MwĿ}~B\ C$r!&ncL` _ko#3,åy:0Jb@qADO3¥SEWrK/0aY#[߹$v~:F/>(W57U-L_:Cwǟ6NaȷGլZs+&qò\54O':5>% Fά/. ˜8NdG!Ir4rjq,TՓr[JLߺ]hd+aJ[M9HYgNQtl>f6#@O$T(MؖtrM=^#VԜt ɌeR@3BB3A&.UY`~ADkf~$ dHGH9!oBg9a4 bxG,SCU.Z n6or#GL$#甠Z]Ko#H#8(bdTTd (o ?x zNO.Inفl0mѐ[_HX$>PO\-ƒS{a$XXLU+zYKXRrs@>KZK`U^ďԊxARUKYZE6'֠jE޶ο4"-.9FONo/eI}EHyR>sWReb^cR}WEn$\1wD}F($nǡ,ϳcu74Ro;u4 fަ؎ro#J}zCEzϫ$Bg1 Kf*Ǥ ^t2q̌ʓ?7Qν ,0.a_zj~AB[:擗Ջz+A #)CK 6\Q "2סMO'Dð4N%|ZQR!Y\ֵ.~+{|aAq$M "IV4RYyRe&UXmTY:&v́vKĐ}p$윕i(b~~bXcfp&#meG‹S9 \=p6^sP|"A1*lMfɜts$o~JB3 kcۻy?y_(2thJY< ¥%: [KBmPř%wbqtO.+lsx%4IRzZd6u+#MT-ߓr I`.>ba4J8z/3 Œ%?4<¯SE޳Bӂˡ@+M{P`k뛆0g<.Ù1߫pǬcm=61|CD9rI;'bt :+|bg4@ hBHG`Ux D|/ɬEx{n ]Uuʢrhem:r!))E)G.IH9dok?g)9ow9wջcB"%S28VWDY_ DеRse-29ؔa3~fdmlc^,Yw6T!KJ D&E۰?IIJ:cڪ<,$Er V2t-;[Ro8%+19Zq McZ\ɁRRjy:P!\NTj(] YIh@gRFKDr`a|HM ͑am%X'tSE<_&YP-!]ВoY=? qV0,V \Ny}v=54t7~\V0}h${}N`cjd\,ho yΏ]ʂs qlKq'Nz> =1Ņ %P׷Ya6p)rWiG=LRe+K+M%UQ+n!j& %aJWD_z[LR9.fow͎uf~Eo "LD ovè|6k\Råΰ= V@3ݮď_0M-xc%MR)S^˺Kz?ߜJjn6\# C~6Q;[{oqY$?C(-GCor`ӻҞEcӒQ#8R:4|ViVwœpd S J˜eSYM<{ߨώj?cW"TH|o\y[*,3 ՘E9S7qU9sm0V6 =lrwBM3s6LĔ^V-ĕ0X}泠͵ 5Yh iGc88ݶ 5Gk6OfH<Ԓu?GlpnA:a̓)+OXSA[ b0qѭ> CYH/;b"ؒ7 bCe5_kThb\m8Z?%"ju*Y =][ϰ[0K ANQp;2o]1WOn0a`>8ì">lڅbMq{)@|?ջi,}`sb"l_(W1΋-$ܠe8$ȷ"wbB @>ڧ ̞+ (Yk=S,w)R؟_YIPҠ=NJt>W6X;{N oJ_I~-ga2F~}ե7˔4}?ՔR5PaKV_߮r"_,<}AJj/D`HLWGrHK`Coq?(DQFEJC f͹Lj9ygQzڎhg9wVi3|*-r&M*&E^N2(62*@{ sT ]{e淰i>L,|{a~"%2T'V'/&XLPYCށ-x36kܫ4s>W^Ґ&n^*V@fiFF^5 (+] #nNEA'@Qm'@s04dg yB&i$ F-1")gtNd(d>um @Hf=v;E J1>:8 .H}fcdLe̍>℣),B!x[+xL3#\EK&$$i]fn.>5w#{)&37萟m͝IG)'L!`-70]V ֓c[$$K5[51o&MԍyAZ dM9:pqZmdJBEwr?a n^iqXsbhEˣPy6 87D}NU{fmOU+%qB5 &EkB5eT@M%tJ3OIe;ī2DCӖLbPP6R?PףjW=M:tm*_ʆkw9ThDžL~MʸQG1< kښR3u*fcw63@6 ɻ?R;/-O@`uϝ XW԰Y8HֶzEϫ$k'17y&歡]& 57Is]ʚX$ J2,O`_ʛ$ͥ΀tk̿󌘱1zoGMg,A4w\Qa~g \va2. F.RXAy67!F5Lt5 Ö{= \R)KCpUW 89q/fm?6$~}M _*{/Sc?w1+l&BбXMjأſ*@q>쵊f|5*=M!n u PLѼI`)G i-%WIP- 19R#*nQ}mbZ~9*?10 a~h[3.nuO+Yփ{OLSc&sق/Q7՛;"^#aDOmb{ <ds_o9+XPz yc0[튃e c@nSV˩Owz͎T .rt(G|ԗC0w(ItYX]ȑ[x{7ljQp6RNcq>dI+Fk mo*6ށ5x'I-xنV78Xn6_PR5;4ߔqX|E@-8kR&"+'/JUV$htbv:Yl@@ L0utp0M]{vܡg)A`Gժ3d}|m9v}\ l и P& +,^nr_>][҆$^U 1 x=Pv ~';V57%ׂ£. qj(ڻI 0s=gTbeI{8m5 jJR28xu4cυ P}XrT[AD#hOU kZ)9Ű&Ҷ~X*Gv9Ӗ.U$q^4I4~oRn =ZĀ_qPef+_LNBUʍzR.Zj?yT阨hHT˦>Ȑ"dQ3 ^lSStT(.¨tEX&e,^N5̢a".~(x[lsĉSiX(QyΩJMPKRɎOsd|>+s{5]@+?0)CFUt4hʮx3"WqUA] Eꡍ#罭ddZAXW}\T5?ML8JG A X?ܙ,;crB֙i0>o͗kyIiBJ%x/CZ</,l̑O`3°P \z4͟HSgyGtf VzhS縌 XO Yl81obAl,QIN f؊f)j )_+ـx8Qf*A>R.z6tn-=ҠJOWuwYEuj@^)Fd}lFWDRSXRM[琄܉$*!} ,h~+62uIaC&.L(= ⳚPOqTr0oRѢ-dﰷSnvZrӯ| "yrP-gϭlNG.&rlۡ[0 ^K$co_<׽d8O|o5s=}]&n($U{l]P+%l> k~@=W%yGRu_EФ@0~=Gb?PῴB.iS!Ipȏ_D/жػ^rs`8 p #XLbXWg>ܜq&~Pdܩϥ?ז׳eAuW ~ܼhz7챳&_`FLѤksUb}% WUaѤ?,q֠4H"|7&aE-"8Wʈ&۰3CI3ӶmZ';J<&5s]-.]oˊsvgҁ,? AQ}c2sD6ahso+?dr6ѷH־p{MTm"~,hk [/BA>lD 0m8Olm 6+ܶaV43 @}-AZ6Z.$镉,93@I1u aVysj6 Zh_+KRV&6DCZl'%&F wYZs+@ƾuAY\9}% :'q;kVMHwpUfӮYNezAfml!Nsf(sb 7@$:N˄H5~7U:_k cPxA/ EpnYxWqiyV+ΡnZk9n˓p/l+`ɠnWWx{OO%&/ d$3i<bN>,t_B1673OqwIB#W˹JP`a]jpdU!DGwOˌ8 /mT ӎzPf`|E`_E5E5ir ;2wB;t$tp4-<y1L/9Fz:3E%5rU[D:NMKKdOs$s&񐦘[v אn,7ux}v>p =Me2rm*R*-hEo~]o w)ef/ԫZ@SUrg] Ȅ XbtDWxfv*pՒ9кCHr6x>3l/sN^*<)c^מ,GvX\b@DRFDÛZe_'NB%ulHɗ=r $rF@^nŽ!jƵ6؍V4NItd3,Pr8mYLS9p|yQw3v-FFf.P' I(ai B]ʅM3%H3QK3[5tČϿ.5-LVgʁ]M4M EK3}T`C!_+3ˉ[K$u>9+!6t<3-FXWЕG[ZTl"mPPhR#/-d t7Ҕx,D {.-}Ȕ(*\lpn j9 ɋq =!l$j*IύT!j:,9FĘY\/!$o#8TsR4sA2fl+t-@r'favsжR NJEJ4V˅Vɢ.ͼV3bYGbl_bC_՝ !([u a\-g+*h 졷B8>dBvo{?zl%o)\/F1&1:3foMof&^vF7V)U(Y&Ez@=V$U;=ihyy^O7n*4cvܘhřƺ,`?3k8)O^NeF(WFUnKج];$tLq5h&KƘ#, MARb\x7yU(iH 3>Rftw֟״ܬVlnJ5&ns658KrêM[z8'@)ogQզ5F쥵S (h>*!@6Eĕr~&FU;:wnWh| ?סφ/0i!$ =G#ƒ/*raW K'e˱? hqH>KM֑ X{!mQ4Awq y_R&X?ڃ]tSB@~$LoOL?/bL'7yI~Pno3+^=NvCpH .q=V2aCj##hCnnԹiy;zmYU c6@y{4 BezwtnbALOvqbJE*_} ep0FBFοoЊyC 2CÍt֐E!z0q!^]H0>&X0bIhԨvWaW>8g0lnoOOm:ۇm@Z8NDY0zzG`>)NJ:ԟqv;^Lz^ eJC[*dQ4N$7LѶehI&jO7{Fš`7 #.dq}7Et2$5}6F:De31j_`+,"AN@`6גQ2zC?nYzdy1)M^2Ɔ PN9{2 fyoUVr;l׸ԣY/z:&3h˒%ȝԋI|J|z7] wM dMmc4\#$I^R^B O啪Fn(1!Stw萔ve.Bt}x5H@K@ I]mXMbBW4I"{eC=;Pb%Xbe0+ܻDekVFr]mNV*Cld1.3$]>Z&CK5Y- 8pS`<Ź 7^+Oa3(,L+u:A>*1FL4W5 Qm2 [3mKMay/ɰxH;|ӏ@x! c܈Gy.tO } 5U)rVGS!T5;ǰaYY߉XWsûiA'.n54fpO\sg!$.p4a,}=\ŕu?Gr1@t_^)zaX#̪SxEJSP'>Inx[̻vK_z wWd`k>CX j ҧ}n`Xav"G_ܤhĻ掄pVL:B %etxĿi3b5Gkۋ!rWN+tk r){ã?]6K_2]ƁR,EW&bѐ|!Yu9ڽ}[b@D@bތa$"AlP5ej8&=0<*@1s=Jp\\9+c.>󷻦>bHO";ȩG:%LTK'e\i54.ȣ[^齓+09'g Ye\>_AQ¦}K*۷# 6UFl@ŧ$}.V`@XJQX:֨2r5+}ZphP2oy=&Fy2HͅU5vFAFgwYh4RZmDzПG.=k[wVңh d#u*z^3W͖ ȷE2,㋳~Z9௷]?C2Hȯ0{<:Ka؅rDϰCGD(Y?x:)%ka (Ye^ ­ g9jlS~d (_4IGmO4 >wfq؈NR2?gT6Z{++TLQ,s]"bZM_t9GxozT5Fj??ֿJh@k6T@g/J="Of= LP #v̬/lfJ kFHfOFȃh3Q.l;R!afnD_N!|!綥qF)mBB q>kRQXSyidE 5'Nj"g[C햋N̦g_M3C_!!rz d}Ba2| 41)h '<mK:crL!kW'6^-A %"|/lj-X3iH2`DP>(>ýw;_4R5h( [w}l9(GOdw#a1"!f[sY4;뤎UM${.pEoS$1YI >Hh&@C1j^2I.%Sae%C+(~a}<} 8j1(5=,aA_5pbƚG>Dҳ[ Z%pήzn% hcY+on^bnO#3ƭ F֘1Cs-FTSK8A kyg@U(sK}}`߱@- dӼ+ ,HRZ,@Wm=ǵډ?~?2JF% OAIրNBdW=tۄKi-_ `ʽVIjcphK?qe 0o&sWB'ј}g/ MIq5|ݚm k͡;?L#8am=g+؉c˟o |*̩@`/,".`?'%`=~& Y8&pͼh{ۖǞaFSAF iqkJ2̹rr$!a|ijL70]Yqn6r)pi/j Iq-g.cW$-yfLRMTxY$'rʏx0瀶ǒDK%Dp`8delf.ܗ0e}YΆnR .',o|Cl<yCg^e]_BekFݎYW8*p|^j?V*pK;\l:"Ep "H";k 4 yc՝ʑɟ|;N7h0yE'!{q/ tÞb|ObPxGo7/dDB~qH-㑵B_L*zw9)K¶݉إ1=޳P~Hu<ŻDDXo3֣gT6<.ETF4]tvrgH"np[q#*k1R$hh Pw^QJ.8EĚQ7$2r9%5~@P P #=+:zX1QyׁDSC=Nn^Mc|arYA`6̲g)7/?y_n蠂q"%S{c)̺{7TG]o,R,O 2D%E# r﷤ ʽ_hSGh#NJkdz옰b_׫Iy :7kgAw3A0+&:]BiŊ>-bLw~6VuK Ɍb :?< y`7VPxg m<%9uRd~2 |.>q ؂Z YanL 2> '!hNBMO䅸PH{8MX !cf(e]dDCY ]ljNFrMx4|WXxSv^3a9DGբ tzy$dF?F/vDRvHs5_-,;q_}hܼI92׌7Z^ kF/tcя`y>WDߵLm붻w-b_N@𱌤_>9<&a]FuY:.8 ΄vm:,Yܠetb ĕƊ1ůshu f>WI9]plQ3Q ֐ Rkga0TL90s6.|d[yy%gf0˫ =b[T6q-g%`+=}:wqS-6SuŪ9=0l) '$S3`QٺȨd>B5Vt S>Ϛ+`0jhѽy[!QTR{pzh/K)11W=JeC6ʼn?.9\3L\~'E./kQ#'"kMHvT{X>EL*TFq{#ҦB@+q*Qx/>]pWmXP-e,6k5ɒ Ll"q-/\L;,=H^ "EM:&AǞhi:xyRv]V앱hfK\9kGiL{`` =cB^Lgyy)r)W5L!m./WT6NH3U F'iJ%2V2AT(> jZ,%7_J=>$DO0Ex]oܠFCM:ܽp| 9\r/LnvS$W N l8YcP=^3US_O1šTD?-;QBՈ%"vn N>.UneNҤ=<-?ZRooh%C"4:hhϫ2#aeLe(c'.EB:F\K%H%t Nq7VbEu^ UYHޘӀ5j^= %NP)Vk׽4ELN/{^sK[̈}v?Tu5g0s8zz8kk~6?/\V>M]qCq%ЄS%ݞzq @E rם;4FOrfp^8"8Ӣ?-u;]QmZ~̣l4HA h ^H&*Aڔk o9:0UN+IMһ mRKVe)%5, }+qB3jVFF8eB~LˣcyΜqEUuF+hGR6>u\"QX~t"&hKmsbP/7X,7Tg'*ڈ~ XNgOAjNr]PHM`+s\n34%]fTs >jMTY0pk)0.@!bj^"<2Ddf^ٹ\h?^$/Tuz4Kߏ(;|u{'S &/O!@!g5b2o*;/w!PC6 K9Xwsopu+Cxs+$mQ=mEHFtGLO%ڟKW"WHP29{Q|gY'(4O]#D+F,D] G:/8]aM"Rrx Of5S΢HK@-bO6dct,] m$Q+{j\IeɷXVhjxŦbdP_]W"[&AR;NAIa9uwK2K1 tJ.''DlWPIlb!LZ]BR5=zqC Ѕ o/R^b85͟Pb=OC[Hd)܄: Ȣ8 xT'x I ٠Rl1y;Ӌ2RhڔogL (|\hd^][xOC'ւ*XX IV1ǮŕYiu$g/gyYHޥ8Yu?(s2*2H+b1(&~5將Z.hZuҒ@`6}_ d(Vv mwZ]{޾N&jlBDB7Hfv1Y%B&ER/jNbGon2.rD[u.P2=V  8[b21*BbJXBcn95~b7eF p rk2|¨+U,/1ߑ3Xg|p嚼J0aYohP(3;6~^I V.,bܕ}=  Y~|2S|Ss' ;0ځD] !yCWj@AR0Jظ)~D}_rgfu\*ȠS5aw Wȱ ^Tc0) C|>[|m?sRLO;`Ft!NYNipdf^" j:={Jkm%{'d\E7EvccU\{hiG"lXfjfbKo-XR$8QD=?l gus#'L)yyvoD U ft5QOW(}I;b |lUf,$Dgh;ȷg Ycve$7*:YPH#M@`,y!M Q)}ĕ Jg-9B*ޜntӹр0AN]r4ن<:[YD?(7ɍKa~k{igFW-ee9S 0t> z5'D㞹/X5ZH+}FÂJ7fG}CK'p9zv:ybPQO?^Y_ӢR - 5IOuh$|\K.;,8M/B_KP "j|bUXp8&F =]"kV-"w%#,4m"|B4WXU#S!Ow9re5{~zտ%~= X*/ DZm܁aPj[@GwߨUbhc_]+ e7%N{i_ p2MBY冒iqT+?BX&0Yy5C2m:e1"Ie,E4T^ -E|MYR!Iؙږ4=:71By$rB#ky `5bF 9_s6Q6 &׌ ++hWNŻ1ծ2@q:ƛATѽh랠?NI /k~ @>FÌ ve'5\B$yS12ڝKIp׆̲3wWT65J&AEybd{!'s0p=vYX6ӱwH LsE Pka]e||N| zLJǫ H8ݬ?U !XG,] lE7W* J Ctif ;]n%{(xAm`<+pvrLoCgEB"y%򃐳W'` ]g#HNG=.qA[_n;†0$:ej/Nva?^A␟BJ5Z?<ܾ*~| :vb`%V칸YCFz{07쓋"Ɏ ^eoa(KIH5*v*{m>K#L6 rϽ82yZ(K'Y 7LՔ ݾnU,)bCcΡz} з*gٱI32 iK1| V `ő&'pI R+;t} Ӻ(;s3hn'Xsz(ׇ' Щlm)h -Xa#bCh/6Ȟi©IXgwV."8E:^Kz$B/<ʫOZg<|}r҃6prrF$ hzH'Bsf0ZיQLdu(̕K=my_jһ/"h<6u&zV(VEFeҺs-?t^VlA>Ә4:hehuͪH\2MqWU/GL!DҢé)= d/\B(TVn;Vsb5td\ #rT'FRH(~}(qPq.ԖE:"}B6ݜ\e-hzUV1ÛDk4A+s&au g;=q+)@+a,IN=pU=ľyk9+ v,.n^>Aﶁq!<Q : 1 T0Q=OՏ6:ݳs%$Mu mBBBazpJI ^li[ /Vk>(i(℆zfFxĢFCua)-, g17`܁d7~#<<0f/O6gA`K%@}$$mu.$9ǩ}-߈Pa\ІU" `cI}=S+sNxd|x2GMP"kP(7,J,%xAjYd*lQ/&É"^t`|[I;&fv o .ֽQS\enK) Rq4 8A^Wh!~KV#A\q1DezkJH"CI r E#84bY2P5^jVRpll[=$a"!#Óbpv-qA!NikӍ|4vyiAB(78P%5j􈔠Be% z7cQGѪ{鍲 %]qo]'{>GA +7V5CMi;oCYfI4;#>I9%f5EB% OG͡ۿc#Q',ҍEǑ\6`Mm<O6ja77[v(=>FA k5ArHx Lm%?Aw$4b.#̊t$j_=D"1 @iU톑HQ充dFS0to.;`jh+@&bAZpz@fCvM}͢I9 ]TB"m7& n>H^Gt,{(D@ܘ yuIK;NibO_f BۦDblSC&pߒPfbWPp9a#kV.aNn8]>qJcOתb xg}E_xb=RΝ4dE"'Q%M:Q? :Rh_>{xxFCt[<2Ĉ'LƖqoŐ{5O+;+ϕ$elGrM'Åi^gHbf[(t]K'EѮvy "pbH86>xˊ#bOt Sm-" 9H*]IZ-]路 xBD,OP$Ee FUwޘ!U,\$\=`NC}U_UA㤎-$FvibepB_==ͰD->w?_RfwUCQK)W:'I9FJ .1 3cy{%6Nr gr9m?{Vvw=*-#O#yҩi@LdI@Z>{Aa +"Pn*CCdMI J`yY?4OSids2@+ ڱRjj =n:;mJ)9_!!w:}sB 0!/r+.Yz.c9țTlx,: )p.˩SbcQ'x2f[t([ [czeIrٴk #f ۤ{[KȵG u';V+Ŗo{;P&y5(%uu-o{*jOG7!a oH%Χ_߅2xg6Ew^q6Zv<`º]! .z='F߼ |L\>c1㺆,uwz.BpA3P-$uMA^,n"5b j@*/B5օh+sBNPstISax%ǾW$2=P]01?>b׮j.=-5UӻNor긗I=z=$.@3<ڌ))'pOuhUK>'JjU)ߵy cKװb{?1+c5:/kڈӫ7 u'fSL''6>%[B{s$CbY"wjW 0N bE5J~Az&"[{PO5Kʆ`MGS-t29~ql.koPP8;/Ǵ"᭄^ 䃒.isl?goetuF $&";v5^7lr}Tb ߲۠˿DD:3pС2sRUHU 0?d&>]7'Åjv318LXHa-tKz}2t -S`wWi6K@Ihw+ ]|2ۈ+M>՞TčGhDB9uv7an[cEy>n|L=XzhW,*4FzB[FZ,G8vqn "t0 tD}x7Y*AH!N;ʹ"*5,\k <0ZbI:=VD\vf<:Kp/ߪ9mI5jq⏰QTH=~3S#X8Ŭ^&5NĝǢ2q2z*'DBX4bFvg{s) G1vyB@Lx{;{Lj `j[Ou-`jݫo4֮p!ۙ6njX\Co'Rܒ#׫qƅ*z7 me3 *|uN2röF5k|AAIӤ=T!8Jylh&rpP,% H;߮F)5w`[Bpu =_ѿSiypKqQBoU˶`dkI}H0]䜑íGPjDkF(j di*ǤTCM`iO&Q XO/{y{#w8Tޒw2}PUʐ6>B3UﮪQ>CkSbs#&HAeV{J֍#ǀ-˜1Cְ]ivK͠v;&$vAO 9@mW`0?@*ՁWebB&?0.gWwQ2-1x2Yl6K-gd^-KdnA7;H'*Ocv~Ux)']nw3sDfLL? :[&iTf R?Qw4HTI2dWF Ɇ:qrpgS&%/?"5yPSHҍdDMˬPOjOF._Oբzv\,RG:T׎l+__WbijJk38C!b^h!Yם8hJu'ϪVDb@jyh+GEGy'' Ƕ,Rf%7!LK( uuRR?E垠{HS"["_*< 8ȣ'1dP٦eOP~~DZHORes\Y6lO"bVW0<&TB˔:3'WqcJa0\~5헞$|4~J2 9b+=l unsB| Je͌=>S©9O*ݝ#ٷ#0(J(GcJH]cLf׮9sG:o] UzvU-8"$qS#TTnc$L2f+?e5͍4Ztu!`<L $JmcЋ-U$@ahWf"=w4}f M6*68 #8>!&e* ׶qWcEK/5 h -W֖T&*+iCDq,`fel7Bߎgd@w'Yr_QMnHɞf UWbuel ^ZC@>$IqPLMzw-*=31 "gnӼn?AaOTn湤Ⱥ ztnxg}M!1<9Cw obRPn>N\냳RAvPvd{g8pl Jwlem5. GJ| v϶hj2$DbNo|:e #YvLMQz btH$~ͥg$n#\.~b[kR蜇Ӌ3APp\iWg.ho -FtBe7o )F٘WX XcR#4:hԀ螲V *Н,@Xۑ "%|d oZ7_jқĖx1F̪e[?)UDqE5`n |YNT]yxV4v \eɲkDsM*•kVbS9 ­Vgj+vaBxmp5H֟3<\{ou?Xֹ:-tzWhoI=iV!~\Q;ɗFܟ>rD=AkR#j5L-H:6/ڽFO(ːat8Vŝpg)k!qf2:M'9 b{6MEMRSGH8˦첋~Dju[5(N!<ل<'.ek1WJqJ@A08Z:]8bT|Nƍ;OV7kJk&ASA]Ĕ ue +9ܶ]Q]Z.(E|A3[:yO`6ʮ+ɕRedb_Ui0= Nx$ :V!FTEԭݴC)D`Ď \F5[UBB12YbvpIH\tW'Fo|-Zrh&_R?qgϜ* .*B?LK|<?.qĖjʭP_eA>.Jb/MhvPPv]!W"kC: q8jH߹2H`1 /?< WVms,KThWVQSyAJH bxRfFTp2:Ʒu'vI>`{X0)胯XOZԯsR+<:E`,]È)TY-qa01:ߜcK5.*IȊy~* M`Y} ,;Sf>7s y?-ҠPĦôG}\:ڒVA?*Ȁ~ ֨!(GfI,M6|Ʒ4֬)r77q1YeR_luAB>g 6J{Dzp/{'Z Xf ] y+dAX`["l#@e8X 7n ?fg2FEܗTlO]O(xq\Y X- 4 t$Ԉ>:.>cRS#9sو,l0%'j.>jlvg( XTjxo8mAF({RUAHUʹ%yw&j%71;tBTua1QԚ٘)lLoHwDu,O3RѾ}ql@` Nk>]P⬲m^ͽW& YM4{&4Aޤt&{ͣx,[y!I!hn*R|um4 ) \),ٖI/Ab0۫)MW Z'Cj YXmzk?\hBIZX-_ZF(ȮQXXxpMf<̹Dž[h'.E[_UGK{~g~r"/>?a%>vlnq[b[k{GB'pZހ=gf Zk s3 !bt,W)-uPbM=ek=qIuOx-9 r bTV \DKPعa^qui˓)Xn%7VߴN1HME}0+|j:BDŽT6CːݔeX4=] v @`o\^) rrE>Ic5JPn!{y8Bz~3H.TXLֵV@RͦͰ.b>rv?F"HNxLw&VCBe(}N1\:¼\>V~Vm0^VVQ{nsd~`<&8:5nJ>#0] 9;C ƑEl^y#iXpkf{u>MN;A+ꄴ)L:fRW57~ ѕ@n3Ji_o_%D0tJ8_&R. Ae!WZ:F)H8k/j7a0hw,<m_HSDRtG7\5w3{`B/8=-pL~ kM6V~d&h!3W$l&`.|GX1mDZq"zJk.Ahd#%!ir7#/v&['sC[[axzފv?l˹ aYJЋcs6{G߽3`pYk9'@\1h/[h8`V7V_)Cݫ_ <̪5n R]~KÝ5ѹC RHA9>$՘;hTe ^b=Vz3$Ll>~f4!]Z(O5|MbyH^g <S87-y(x_G;bO)QM՜rsM1p|&'Cj1ܮ81$J-#N\ S_V8 ]i1CM' .Y+0\?x+%&˛5j5x>N̔cKUԛӀbGH{!Z叮:a[qnsxxc&N¨id)x[A.duTpH1I{1$TT/Ї⺅bԮ>gDn \ijN݄(8\؆#Gx-̀ {}ZD 5X0̥;ڴ٥rذ€p'g. ! ),2rGr @q;}4=蟀)cIw^\t~J\RGg?M{_ɧFPl,O^SƇd72=`^ġtDGMZa3!. ()Ƭ;GK?c`oy/oR-l~ ~.Ty;dxH} -2v,1 YULtDC# :.L9%5MpP|x)Cʊق|;$hyE8D6T- Q Yb}߮b18)yBNOM5+;f=) +?-rܫa( DR`/$>6 #u8v^ ZWHSxJ1C00L a94v\gM9D{nB0Yi HWQO|?\aȖ-V54Т79 "L *t`Ÿ$l>yşDYA(9*b)$>LH@r=Uev.rQv~&îQc*aASBC~O͸\!pk }}|Lh()q32?(9CEz7|'\'+b-o#EYZ27EǧE?i0kNAr;2q{!~ _"w{Ή|>t~Ca#PySw܊ܟp(@2磚m$Jr x7y"698Mk>Pw)wyM@/6Q&3њ˵-vɋds n<ثs|PÏ&b;dq _6<@v7}'›$ߛSYZAAxeTx]nEm S.ϝE1#JX^7s+וJT3943/UՀ2 LĞ-GʎqUh m1mC4w~ucɢJ^i=M ލGy^j ;Nw$c,5+l:3|jx%nɱ;.Qdsw;e1(3R<>T RA Ξq嚯0P@AnftEžL?zz58>WU*,Lj[[Ўᆆ۱)Iw\t2jKc0)Ci|1#鎍 6_s 9~ZҨL-K7<0HBY ȟ񣘏憷e3"aXY3UK50y_ֲҡġmLY4O;t;^y%|aQcK?`9I: Ŗ S2mBE>c>ĠFES*C45~ƀt܊SvژvH%1 l3,iګ0I` ?l!q YfOUCgbR27ۆ Jpa&4C%?Jhy¿b# H6Lch_bNAH[D5b]>o.>mD;2/%*)WJMpCve{0ِx/xľw9tlMdwE_d OߥYd2!TX.&I%9bx@\IAډr/t/m5NEBowfUD_ 5G9*- V5{tYߙoJ{2Qgn|> }*FlCWN\H"Sn~KT1C[bv"MRI-yO ©x&a ##YYޙnА C1~T~kt(F(ƕ 2&`()(,Y.~1m*rWh0[N|zJDWiV)!ME=.OODM9OIAww<:~CO +Ac6ҵ_z,] BxDUU.p}&HT3K&ϟNtoP.LT)5C+ EbaLsxˤ~l0̵hȆAC`~J[ ҲJl%sC{gG)8BHA;!c8׿ gQs:µ(*0L1Tc^g AV2oī2"r#ÆL)l a0пz4޼{+P۰\6ʁ5fb"&JV\D"jH'n,xMd\!dL׉`4nKxJj֧![|G]1͊3#bPb҉*`Q1Elz@f]RZжxWEWƙq V~r;,FIqvapFe$S~v3E$Cj˜4Y?]mŽ|ZH{_@#F4T;xʩh 盨`lh4r4Tĸ4BS`0WBcYy90̸S |M0Tu,CNA3:7uRA}!P%$mG(7Zm dgTDd&bKsIy.;ESY]~V$@Ch;mqF~ KچZI)_)eb0Ht\~nIhy0X R "D 'loصuBrօ 0w.n|]nƟ}tbCiF 쥕=FUwi/45BHz0_L#& V\\R뉗Sf#O?0i,q-AX-e2f1N5|;#86$%Ms,#-mY*OCbQ3eK ot (VM=#9ZhVyK$@\iطj7|_[u>jpOkx(HBA.ٿNݧ"6E(9#^"8u}FPp8TbSvQY̱hr(I}7 "jִY!nce`\O[-WeC :֊ ^DԜ}s|qXK ~CboFʥ{ J1@+'iɐCI-F@I-OAj^փtls,T)Ao,xIoeqI|hR79 +ɥz+0{Z_@3L]Fb0A8^}t(^!ۺ" HRs)/itb# X$p}eOhio4; R*ڹM7 ID7Z_?V{:ezű^`f$7[vʦPɷc$;i:_0_[fwWt3>DGcV8WeFeA`iNZgitn ɥ'.F Q&`&꽩G({㼲!vl~_Wtnl bެ#7bލڬ fv5.!˳n[;zA$qAZ!\&v 4I̼eS0: \˂[ p'bmՅ 㽸w ,o<\{؛mT6X*9?)Zg~qϨj=@AD/R3at^QQFU= IFFFq\HW_I< {f=8jb[!F^5I { 8/%6(# EJ&1-2^՟ ߦ $c2<$E'\-.F~cܴRUc` 싖m~8y45 6.m-gj.cmM<(Ќ1>}Ѱ'm B=#"x((T:<#! /\&5y罰!8bWV9@*0ZjiN%B桗s"|*$o a=ª5;ol "?zb,,P0Y&L{fzJ?-qZd\r]qٳBm3G~?}w &jo_;IY@DRqEh]*tr/POdުxlyd;@I8٧Y6 7YAi_,i',oPYƨgSQ7; !+V! o\r0qp!$=nIw@#\rx"e}(z]LBLX@A 8&hwyG 1JbPٯO!. Xq%0:4Nzx͉tdM65{F5w؊nU Ϫu8&YߏWFc0Ob!?b·bo5 5U=) G_"'3%Mهb0؜e)zi4_ZyZ_PL%wD|szR.bj{6cB(tnqq=tD_>N:B^𒑩zޏX >;黇}~9QJ Q}vA8:hūkaG4şs x[/=k_f D͊3 m~lzcK&dCܖUk,wri%c.CD\E5s ~NyAC4~L3?>Mb]<,/ti}{-K9zDK H=IlܒB͘.NxUB׸rCgV+|Gi:%[;u @/;"2qaa߱CUS+ W0#g_;XCͽdGM8,{xF j"79|K9B8U\Y>¦^B?.Ym*4UfͿ&Z#1?Dܐ#~c3(ɿ٭i+<_-?AWX1msUȿՒ#6pswt}RseǬp+R@;&̼& |cmĴW_*y+y`kw9c "VKP<+2,#_5}-C٦/ ZqۙtarkgROs}^}w˙a^_Tvb٦W?e.N-Wυ?jD7g.}i~Zԥd9 y͈пQcJlXnx$?jp#a U 6B*N! xKF0!9D% D N Фjm}Wͤ= LMgfCJҮ~w ׆;`j7n~1hb 8M~lOmfdTGK 0L9F*pEl*qR^-By@hmE{P ]7Wo|0:\5ԓ hW1[[WBր<"fo> ˠ[neեdmo_۩[ġ62 $1˞Lbk9enDU[i` {c`SooT}zoYk$Njn7h̔A!X-zjPcTVP_^"om8zRYmb]g.rPf-2% ׌kH4`Q{ˋZϘ0OH22QmrնȲ ]lBt9~W4TM7&M^2RQTz@ _gPK╾'5t/HqUXOmi< ,.gCmt=&bڑ{3mBdQkNc $2_̩*gɳ̀ &xBi'>qp0my&lV}8c{ 'TξU}|O$t:}]`R>G3ƾ.Iתz#9eGYOwonz㋊`9,sOnND7=k ()\TlB(&˦ ľTd(vն >Ioy_cu m=*+Z O9DXek;g_9`ۆg&BhUg]|\6i Hlfb2 ~ ؚn$[@!3aiòZ*_pt%jΖ\$yy΄tAnf.FG}Kw/"v O6"@\y E;0Mc]Fsk>..-8$5du\;lAŌ?b`P. &iCx128+A7e׍Q䡽^.Pk2OmQm őaKLg%߀R["h\e&qa:fuVBsZ t;N[F@7$olOoUd bʪ2Vp&ܨl5,Kr-[(K|!&|Vt0"J (7 {[X;st3v1/~`.&qUf@Cauqƽ x|9$}MdFfsMTkb!֏H:Hf!?=*9B*̭tZx]nay/~YG|ȯVA ToOy\Pz[yR~a𭇽Dl>Kkd3E~dDX(RoARZI4Xؿs`; &Lc [ To:F͟Nj486exp/N0_4^uˍp-ƧDqf=T=l,x`o.С6j=5yCjq J9ͅ|[ZηwF114naPiEFRSV1 \H*gl!3Q@JK8uـ^Ȣ+hIn3la5<fvdAnTq3Eb%Au ~5d@wg*?r.Z}VLT $_B 7n8D1^Xk7о-D-0fkY`~?.}̭_M[2if6JgLP}Dq ^ 9ho,&E54rf؄ֻM^b+_ey,0‘>'򫌼z:no 8?KG(#Q:l1]1a<)qB ;1;lJE:Aᮒ@q2$m }^dD6:nV.!֟7~S@Bz-Ad]Yh_ "ho}'IOvάm+/}}w tf os[`n.!GEQRU؂{fg0KbwI4!<Ύ+rb/ ԈyԘ#6( $U LF%ufs;쮓FD 9<GFd"lÄz*<:));d!&RX)RNCB)ɺ>v]9FH>MTUzTIsi = 2q# b&uM'.&ZK&z\1LixSd KBM%CHEHjԑ m- ;99Qg[1g.dݓǯ.y*5J<:%JPss90nJI;&Eg#^t\p{j;"! r 3q2n"~8bPBUs(m{6' .%p-H/Ñ5M]m;Sj|.e!v)<iϠX<&h yXz1/LV$w3` x3x%Ul{9 wA_T@+VZUvhn-h-t7pP?~hray) 'u&je# c@I?ܭyHb%cZ%uj/eXLftC?-S"eiR$sS?Jχ?FocDfE|(+ARqEP4 nCa fk$*d^ޠ'XTQ"M r37Q[w-56Q4»(/6Ӓq^,)~-5^' ooŮ̅,{CD ʬ>w) QI7D}E+{"Bu q5m;-[*e ȆgC@Wڇ;NNOˆ'5V2%P~3QE-^FR+cm*N2$bBSM܋! m te ȴ͠6svKpvE`\1`w:N>+5Qie04@r>[u o[>VCsD#~N+xeC-g;-y0vm^s!TmK҃USL\HBͽ1L{ҤDwǎRL5YUflq'M( ]'pfI뺪2OBb;=F`:=:PcmBʲ?F5` mro`NM6Z1"ߧeZBdNVd>q+,?}F\0J Աet"KDOD{8tP^!;l3X #,jC):eM8OTo]i"{O`eWnP`R' "Rhfz9=.bKb-/lqnZC:Մ樏>Ea)jnG>6 `݁[w!@06{] ԣșT` gnDI$/j7G"t@^7smjEljxakЊEGBa "]ïۘxNn"42kU:r}4jˆÿ-_FBRaWQy!](Oɹ˽c^,)T Ysh&N OЮ,"AZ}f{/[(a#8 !>R;ql6$):viƳв!GIJ94:J_Kܼq^]|aCộٞ  ׈ :R~xi 1o42x 3ȡhGiC6#\1_*!OOz?Isb5ۢeVڍȆs`Vm'~ҿv'MŢ‹qQ>ˬ\(81*rOBK}rlYߣa#6$$N!\qPE@e=>S_ZwKٛJ]f=]+/ H#80DDceECLhaajem$Wgu0G=2g0͙ܴMoVG?,q];՗՟7rpGLLR6F(U`Б#!&auWnNrEA| :caHcrHk"26x.̉M@x sqI妏yx䨹k)aNU40)ž-6M=mvS/G %@=ܔd5 Nuj HÒ._ OC"]}vP ܳ/P="3m3ua8)p#P LAeH)";S(65xH5ItESZ)FQD,}/%RVW#NA&&xaEQEhˡ %~c2Lr?cb\bqҭ{նj`cN[_ Ra+O<ԕ\9_y#%~Cs6i5VC_}| >a $_&k/q좲 8 "2 j^&`tdW#M~:K9}6E6_]C22;EZ9tXO8S1o5}}ȔU5^}1yO#4 l"%4MN3yezh1hg )eyV5%q[F,po[ Ba/FcG .;==h 5;xAnGAM/X^zwJ%hgѡ+=2avq+9:AVcQ.v c:#?cbвĬ ƤzB=`ԄbG-l"ZUܯbWvP66 he9o~Sdc7s"U܇I >TBVL>U#wكl7 , _G| \>MJ =s~ћ%wdkt׏9,(%lNiJ"{KwFQXCO nߔXTӞJݘ]K|Dn.VT$ uHП ؎$gW(On ?o1DFAMqxՃyԚ|SmS} jO?FL}[jJ5^`gpnެP' @ r@1tP(_(0%]uD\pgJ/"!9|EYĿjʂ5ՇynBGi|6N=6THb%4V֕F>n4,Z؟+I''('7k/rc'KUֹVxY8c-*ѓ7p@:94AMs0zuDB.COk\G S{ bHm-K8'FXL6'S<\?Yc4#8;lc~BUe=t:X$=hP{hp~U YDg6g*-2O*¡+)M9:KR Q5]$1eWS! o|#v Jc53~xu c]#EK֐/w \h"EL'ڿg^l;A@l nX&}l'2ƅxq,oKێicrO3}_柆gHvh'$u|cAʵ0@ƳƷNJXPgX6,ˏЍA!H6=wvcV!,2@H-0dw@6=&6c^ oA:Vuz sBg౯XOK *f#_FN86oT1Z04"I[ Py%;Ĩ򀠽 ~f@ )(Z(C3&m 7x;1mWt4s/#f3sކtsY$`N=CzMjMCϏZ˙?%)zPFzZaEb\9br-Op2!yxo^mef҉uJ"{eZ ҋ@=0gvH]vf(c6Dw4"CYO3Jݯ#9Z_zb]_ꐡɩ7urN;- j(5_(oiH*?31_C.+uffEQi*?,q[hbk|t-;ɊW֟+Jm%5Af8c$ݲKW#0T1d{X\E2Lu qunh}R@ۇBR8B{14z8FѥVa f9BEv[_ Υ6r }DlӰμ hߓlM +tQ.ENfi ס&_[RgSJ_%'kxEQ:1`zhuU~9\'w_u 挺wBF' ]}խ$NtOerexJ W$:3I`\K(yg7n*ł//3ȢElqz+2t]v8U-JP D70jCΠUzQDu g,C9 ̫-tjWB_%fcQ3 ^yuq,Ft9,RuRlykR =K m͍$<}}`9sA;'qZr=dbU1_1{&Z74pˆu18 |XΓZ4r"Z$S8%Amʄ<8PBHס"Gi0Ć]Zä!,5QC%3\V9[\o\e-,a U> Dɾ억j$_{AFT2HEwCF˵߃,v6$)oJQEϩ>ӡ0˖Wqb?&f.@ =8jj稤]h~oKm4+]EY%s9y;ì?O<GSaSr rr*Ȩc+e Ԭ *>vqWD>(\o)dncdCqzkV5+fdȔHUͪ0+N*& $YȪ2Bduu@H#I5kwQCvD6ϻƂ"!-op84rь,'J!L[xg4ˈX^$IJk|\Ta;ۻPˆG֤D 4ƘX| 59Rx^ʔ8\d謖`í$j7B-K4#%&2kF1+za, Ptb-u8(&RoDA'CӻRq£cRJJ9W e$P8i34X#zcy~n#ރt QxA&SX&hX8J&`6W|ew%Ń~@5bВ  |We A y[L8 mvOqobn?ztr<.s3,$Upl~'0[l Oe3zl6y -KýlsTji]64*%s OvƯ)'X"U\rNY=};5e([>6ٷpb%P6`,ʏX$;[h El:xkR ѹiOmTĮ"ۚkǎARV+tc+ޔ0 Ezp”oG}D}$c ~uf[;jReT;޸tEyƴT ݦmu߱0 > :^WJ&!N|+NwlZOr;֥BJ$yuj@ѯUߌ+'*H,Lc=V4_ SngR8s:\ʧ`kazo 9*J>L?֊ɶ{o7XW*KǥGIk!}Y_Ek)H45rǶbg풝[q1 H#Tz]7K-:ձBO{5UtOS^uK`^D4i޵ct8$?<_||{f~4eV3p[dAI{jI_VpTg;yYIRmzSilkEܫ'f䛦9ʞD-Kd0Wp*[ߕ\:r/bL9 iSz>(iט)47x.5xX(4Jq7qK:}(ߧ_q<*w0AdlgmӮL.r7fIȝ}~o{{p6%qҍIr6zWoMX$8B$Gp"|u9} z1-Cœ\xQ Z(ײP: ˀ"ozG75HM9gL\Uz1Np援}WpsNxtJv[k^ev,b+]k;"l{Wyڹ7V!Lp. PkÉIŞ߰D.ީ$NQ_?9> iP(-!g;6*4hq#|.R=~"c0.C Rk8KPw=\Y1vpZvyaLL6np[ܓZt%|ԏg$'Cз=Lgr^5́_ฅRWI1Gnhx{2 #qM$nta`m/P8Ka.$U$ICNO~24"Cڑca5L3p$BA^@UH&V)꿤!vCNV55@:zCLV%ۉvO5\ @-t0)nkJA9#4#8g܉tخ9s*.2 b)4VGr˙ a]'|f@­`PdR}ϊ.^Er,s/}'4}c it% Ў kBԧ׳*IK_ e9͊IMC9kt]Қ& ` $W /%u!{p=3j :b(b%o*/i@y;e7mAXq@ѪoywVTE=jܣ'cVF޿{O/?"cy!u[#>RS$GO+,`[uu*IZ-c]?^Q"j:mIC,|yCͅO<~§ui4\7WBĩyMM'ڶ)g;JM_U=HJMC 79sW?mRMy>e!ȅw=uvK \o`C1"3 fZ0>b n4E708лGfUDsNO; F{aOV/X8swys@_.늱wP.QM9ϱDĭzRdp×Y׻T%qd>9J ?V{wR ^AJVHCUҙ9W[Mʊ20b0t!%IWgF3w:'DAKndo Pc5—O_^uή0qiT^`@JLi‚V\6'c! "OU|f/vFFsߔ_Q*jE%{^ S9|rE{._:^uMezY-^ԛk"ԯ4|MsN,!lгuvsW<߅YӎmJ+:Rco$ȴi- E KG3^u/9{Coyɘu3ei2l6nD:l\Ϡ; y=OVnLw$nh1&!G BU8=1m{Mc f{b֨iPX k\(2tz;5NEP%JPcM\ JTh(B`<ycM$3ۥ|y\ۂ 5YA·F?<:Qo7 !@.܇QT"odZC>2J:]ḣ6ĭ `s$&~:C rtywĴH?S@%U6v>,#d -b!kP!\J*.uƿ+h[:ܮavHYTI͒1S@cᴑ+r^󰓮5+z.9v%r3V w+b 21Ƹ}n&.1N:4ŧVwdxՅtx`6L͆T؀ h\;}g" .n|&CD1ZvrVNB _ ׏  UG`Y2{Ge2%CWv H} !Icqz28{]|mtc˂r&mLNap-9g)rCh] =3|džc%Xo/d/lb i]_9%z&PP.1?`AEI>|TWnOEPcY1"ʲ$%/?9Ay8}U \?3A/eR׼^ny[/cv`"4h .g`jzݭiDX!_w-ՋY%C6Up;ѝPAkmwKgoiaBӴS$z5u[̖XM@7W< E\":f_`V턡3q~Y~3X`mq Eqc *L3x zE[O ;uvZ83p1|*|;H6qf!r!9-JIf{`:?5 7+8 w؃ݶmYg0vF4[ tKɥZ.nt$io:f7i'i(Tسr-LaνF1K2ֆ!d69BWcݭ.P̡ĉcKzzDXxU ۵,xP KSL!} ?B8 )ĂSxwXO8)~m&ظa8yhX{`DQ ,z f'v~g 2EϺ L7p@[с͟x)by|}t:LڸFUwINF7cc){̠[S[BGZa79} wo܀dGcNBVTET:0O\cN{`+$ 8!'PT3]8I@@\K7h3>O,LX԰1-xދפ 2|  fJ)&Ҕ2t-ぱXfKO~l %5ݾx+Ͻqăs%TkZjHӔ}r\ F#Yt&~2Lč(b4#v 3x|%\0""쬮v"HPCgn-tw:5 P^kÚoʼA`*,*6GωC3&݂/YEޗL"m;o Y6ULn"€9n쇁qt?ICT$B\@ 15'dZDUбh"t}%#Ryb08{vA d>;ue /2ütok!)R_Oeke2q{``y,FݙŘC``[s ^ P6)5E2 CQ8OP=srCzẓ6 1(a+;/3ΌՋCn%3x-%Xh½pMma`VufS)IƃF{phǻJTn(NFo!i e]É5b X}۲h|c(mcgidDv8Fe ]ZDx>wWϥ9&[0s3VC"x(Lbx4ͅZ дn^} ]-h7QAj~IZw@9S7 qY6%w=R:u}ep*qj6Tm`1Ej2I (J:0T'ì-6'4U,v5=&0̰\wm,V !tE)^7z߲vcF6uoԈϿ~ QR]Xoύt09=E}>ltCWJ&9uhgw|褁N$Q5ӧ _N ˰PE 8dUNFUvؓo=+ګ:I$)b?qP ?XD$}|;́/JH& TqYb%To4iU-6 z^=c17_4=d=DCA Rd&֢#D NkQZ5ًPCi9j|TI vFgq7) laA1@S7Qb !⤰51)8:&<$X ڎC~S0y G đ-F νwE, ԛ,5Uy٥W$::u @G熣Ω[n&YJ*\c#:fGnUHg"'Hd xGAZ\/,=xrGYCHtr& yWoOLJE|B+yU/}Sݒ~Y><C&1kudV#/ƙWߥ>GwR| dQһDHZrhfj!բ"`9pS@Hh/UMos{eO &sd։za vcT\@,l/lA3Bs89b[[U;LcO(WWœڶ":eA'iq/x٣=# x5=jM`*8xp)v~uJ̓UZDnPEj2֠G,\uΌ)Q͑# ϜƬE [,sM>`mR6=WD#r;Oi(3!m/mֵhηrg1+۾xJpw㬘MݘC>a]]#MGF6=kyEVԅ#n4zX }2hha=,\dqEQU8LkK2`.RCd($imBe_ڣa*G|!=!l^9yHδث{glaC.<(T7%^ YV_܌r_Ęc>L xk([f'7ָZ1d4wsMc0=r"[}Kw`ǎ%@2<s|p&#mYE J'Ş$hRlDfs=jKLŀx?;0-hSwT(aG\HZbwW^JdyxQ8alB@7n}'og[=>& ΁q >?.ә8XFD0N.kk.;\dp4.[܏-^ wq=3Xfd-zlT(٪}GtzmTij?m{-&?IN wS:T(|#/OWHp I AJ1IM{^ʆ, Pk|O7{8YʎҖ4sG:'!@趻5qGsyz"g-m2p ʊe iblk>lo_[ -'Rv{Vh"\$FڿʆՖB[q;/Ǵ/5?\Pb@)ӟ`"">]w$;&!}p+F#~=`sf'6K>ȳ)>Ӌ,-(DuO'7\;Ֆpglr|ta#2,ؠ#uˏDit4FbV|U/jC1EٔwsG mG嘯GlvwV, [ ˝>+5#؊E 10NI~=WQv c M3]TuKk?+ꗴ Ւ^ցzV[p`+Eќ~2#-#MEdOM(X76D̕ŝW$>܄< >}VT:(T!` Hʨ`L6z&O#,~.h86#+qF>CVwnP%%M ( B-\՜h(sH?mÓ*3#ac'5cW)ɭ y &fi VkxzQ6 ?0YnzM|^` !W )n)L+𬺨acTm-%D{c 5݉ 8[l9k]05zWQı/}N 1lBDthA?zf՗>'%|>W%0_S@*o-UT(Nк|oPa8z>I Z>NESCeNE.0ir6\ue":jVz/2X\&6ӚU'ɑ ܹPw]hj]Ԁ& z?'b3Y IP9+!G1 vqI聐GE?Y|T3l31fVp,Cf"s@+q jvD)bNpcPCϱ : xvjYz?odx9HDa =a>Ff<ոc>xQD!DBhDqj@cQFn P^ i1VɱHP5R-+E}uƠˊnٰ98o)z%Z /卐t ][sƻo2n]4|WEۦb-&;AkjrMY{XD-c.cՅ!ec,=K~R' ʆ `܃4%]k:=$fQ@PR쯄vg?}+*i :𣘬|WJeǡ=. J b6$hZG\ׄgp_k o>X̲s^8سeTR$lzЁPLE]yl,#+vhpo%uu.Qj}9HNO^?SNn]3 o+orUgR1 %%R$;bى:13G~H{' @ws€ ͍fhղXea#|MMr.m됱FxFjҫ ;W?fSAaFvQ=\Z= VZ-QFvNH.r( _ J,L0#>#xbn{>Ks< a\X_z IjE݂OE)KtW|Oqަ}"zor&D^\K4N[#<ޛQ(B_|uJ7g)H++ݔDCt505W C 3xeS3f̨EnJLFoVA:uT'c#,CTf2ݐюX%"hdjlTa9Nu͙\)M2%qFnͶ)_p$@s zT/*~hVo-HwTS@lNqWQ*A'!t_OΘ V/VRHyLB&َ(̝ZQtZ0Jc5 -Ѓω /@^D`Zi5`abN qu)zS0Ӽ#C 2kqd\K]l * AGmq~,rsM{(7|n ܔȟ4z ڋ~{> uEnpTc?2@[гg'92haXtrЊIR<{(PKY!iNԏrnNlR禱aipm,ϿYvjSMB:Yh) y{joav߻ \pOhK6Q>`hUXO5Ԣѳ0sT>J+hupT/kEFCrkL[Eą*XB|F[ WO5U"OJR*6j(IFju9NO)RG MBF|I;N[VQحp8NP 9nżtc ? ¸Ho.ߨ\G>廃/Pe<#S Ц}* m"*]dk p,`lhl608#7.C9( sQ,IW|N4VNĖ 4^yT5B鞕,T7(6qv/3P,-+|2 :ѱj565^5̾tl@Q&1R׶"5d K_R|‚{:\IvKmJk0fc\GE߫U~ ED;R\Ղ$^2db;P׹5\EAC}i I 9e0pʄ5)9b|GK%[D")) Ħ GWůшN1L-ˇJgY擄?#/sڄIY뾲/~!j@5] BmP35>ɄNadh8!^SKqK'F𑊑v#guA5F*32yRIJn ȄODRUDx쓗YM=/ɫ._ɮ|-8χ-bBqpodG Q w.}D,~U썈 MU؃gK^F @NO7 wŵK>sLhޣFDzMa4A|`nN|̩(:iPB iqPQ |5>r4;!UIcQ`s~b9m']œP̥pWrJlHBXï4n^ av.fY a!y%&\[-Bln 'xun\ E듒cT4#b @|TNfҨ11Vz T[fjHg+ױZt0 sj7:=ɉF9lov9qGa(\0KG}[fa;0(F4},ѵ{뷘tW9VҿzT ZcLIFZ $+*1=\gLPnW݊qPH$:1ObU)bo=ԙ!{<+m6t|nSf6<͒?2ĊMa:KKܖm)6%lqә26`Uok];ҨrF0c'z m 8T94U/&MϨeBnWy5`Vj>֯Vd^0X4PؕsZ A:0ʭ7ߠYjU g?]tۖzqXuE|s DGqcʯ$ WԷ5ٮ63V^ 9@hElpkja\u՞j\ tTG#ȸnB`u=pJ'SM)ft6_ċƲ+(Y8KRgItp: qGJ6VmͬŁ ,Ռ#HoX,1"+y.Yl\q+["ڔ$s :v7[|zˡ{*Kyg~L&q\7Y+"Us4zf## |P:8Ntb^}Mp|h$gNٲ U62M7u2Xwޛ3}C3HT xt ( " v392:";c6\`1_ǚz Wʡ:6{2~^1L|&} Ŝp<ہU-A8,Hw!\ ]K7lzW ؐACm>gi= % =4,-!W]Cv>̘D Bs3sН+CJ={0wlnȬ[~ k'C28#$p65FC&5l|fUmi:=gCB&ɴo-Gu3LjJH NW\Eǹmze  CQ8-$ÇЖ Iw4ՓHd*g\?߁f3Mjil]ų>heZF8+UZ}GMYqF֠7:etesh|6"ⷈE\Sk"}H&J^I׶#SڇNg0`a z>O-$yFS@xα= wW4?4 ;sӾƳC!"FC%jG @՘K"^[R 'ݾdƄ\V9rQ{kէ VyL^E?u.ݒh/g:&x9O`4f3+k("/ K <ݳ^Eq6>Zn*'M <`ؑ К?\[&0Lص0gJHyxK `ᑛWPdu琄.sDștg_+K)Àط:nTh#cyp|nd(83 ̟wgk(eefHHgPoT%"~[#vŶ_kڑl՛Bfܮ}.f`3Egc<钋F!`=0ԼN{j qR[/kJ, IuJ2A0b#f*ޅȻ|/n]'&!6BCq?sbA)/1Yr^%/,ךAXcG[MXr0--3;P1yɟ[zd2g3W j+d'6ɦky2\J@=7c%L$/3`/ vw Hܣsib pb["6?Mk).ϗyf|?_:#HjJ =?ƠcH))Xq7aa ]Q2?w0 _җ@;ey`TQv^2e,O@mN^x 2+ξi7wΞv:;/Sp ?LJuCL!*L>RCW<(c\RLj? aLjBfU3'NM;CK gA,<]AX8RUgtAx7(Rsz4F>>K7A+I9{ߣL>v ? 9MhӤ;e]<8VĶi: )L1* ΩGOYb rZY#(F\a+<LB+(+n} 'I cKX*`?VJ L*1HfHRԔBY>QNmj,w > =jkܼSI[K~%O߶%4nnt5YS a6h,M4X*x2y(y],O1َФo_}?gy.. +YO@LNnw wMON2ƈkWXxyMe<6tUopFP)K(<{ *[5,i>U+w+8cg/qš-Em¨M4az;t8^Z lu 1WStEDC*H*Ew>1TXElղ4m=Y5 *=*VWrNh ,+{ TD;J؞ 7M\ \l,fଃTZh.9 w'3Ci>/EK geŧ rb2I۳Jnn"s9 l=is/4tA~Yܽy0%8K4;㈡<䀉g"`.ǯb%rZE. OPηJ j 繯߅!yU+'//jħaj[ԑ>p>Y(㭰7x㽉FN7oCHb׉MJ#+v±ew.;ҢCI\<(E9jTH%q/"9c{KპrC4v1ܹMiWBN :H#Iv\.YV ^~9Jћ R2&́xKp+IDQiF?`7;_Clxh(e0QC=KF_m#tIF!\S{ӜD~(:|wSk*řwd ]T:Cֲ tZ5QM{J mwSsӥ.n8St$Nvi& )⇙ [ !1r &A[7&i̷F ;I9iD 1:m*1{;c빃BDr2I;L+I6G R`?>yr]$՝U_8>ɠsR=+Pu+n˷M~5!b.B')Nή:p g9R9Sp*VȩPYITLq~cس^He "7 Uxob6ukgE= wYͥ]qR^E=mscKXذ X.(rOo_—PzGSi8c[oP܅R䴥 .pGN뚠x0& DC`k؂%]Q!$l! YZ