libtiff5-4.0.9-150000.45.8.1 >  A bxp9|rOiX(%#/yp T^o-*n-+lYL-wJ :n%h)lݶ3:XxH,e&qB[E5o}Q /!9"G_MiC6x{䢂^3ۚ!:Vc&OV.! ݇r ?B%9N?%Į 7Ä.5)M3|gc=[S֝V584d99bd255f54a8221b6e5ea5e6657f0f6ab9eb626a999b1d700ce6f2f49528f7127d1a3d8e8a92e389485dc55d4717c8db105e!bxp9|$UK1FF ~߬deT^uO[ >.^hآ W[inm/bɋFTSYS-]_|rXS,z@b!О_Ğ_8<t?TmVL Ju]r:{̣.,+`PӧdbP'p ϟ-KX{J̠PodA4R8&]ðYIh_i?}[NT% ,|>p@?d   T1RW m~    \ <A(p8x)9): )>@FGHIXY\H]h^bcd5e:f=l?uTvtwxyzL\`fClibtiff54.0.9150000.45.8.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.bxܶibs-arm-4 'GSUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxaarch64Hz @mA큤bxܮbxܰbxܯbxܰbxܶ7)O@bxܰe63f1d6e10e52b4289a23d3f7bbd3b7e84630147c331d758bc4a3fd099a7626cd58c8134f949d0e03ba13b0756603ffc94b26c4d5274fc895d13ebdf4bd8fe9dfbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.8.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.1bu 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-4 16520879904.0.94.0.9-150000.45.8.14.0.9-150000.45.8.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:24138/SUSE_SLE-15_Update/fa44c7fb1a42869c8daef34fc27380ea-tiff.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=578b64b5dd9db64d45690093267e8776737a43c6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=04068adfafe28fa47d59b208905f094135d9be29, strippeddirectoryASCII text PRR RR RR RRRR RRPRRRRRRR RRŒSc?iXri^3utf-81d8d0d43ff63ab049bd7718c1e7436dd10eabc4daf8e819efc9e11f95f28dff5?7zXZ !t/G] cr$x#FaFЇ3უ懑~Fݗq0"15^w?AiK%7eQo%5҃Ϙ% >䗘]ḿ|9 <`9( mF4D%v׆v[w( _#Hhҹp}=t<-A>Y欳9'㕙~ iI1=ގhq- M&>_n t 6ݏmX|ʥbr} /בFZĺ/8vk=S npc!9|'3nXB0 h6]TEGmG}ɶY'Qe/w勦Ť ;ܴ{Y6{2" mSG`wnYognˈ:%-];ZnR$ADib "ф$uu9fr6f'=|@2_Y a>p;eBp29̞b*MsLY}Q|e5lU!;X7owrJ.K+VXSv2!8˫Hͱ| n%P X4Lk9p,^6DP0ˑ`F&mc 'g,"zeCUo[I ΟRn4Qi<Ʃ+!X}\TppXDg8ϣ!ݸWA%Cܝ# 0WٴGX脍?8͛_ %X 1\&w?.6 I+r6̺ݹW}s\P^$bw]u$ BPZ[VذT}{;g 3tIw[ ldF=_o_ԣ|Kj^wLO7dES ":f=T&B@(+JA 8e(mGSڲ*ː;{aGs=/"+RjYzٗ$7JEM{X-oO)i;2 w5d`F=%!J@5<:o$ ?3Aݟ ,,>٘Bm TxNJ!ۣt{4s#DWG;:~OGOU'{22.# "7踮1C8w8 '?tt>["(j;<Ԉ棊9 b[_/3hL?N#Z~9skpq9k^Pat/ѻ"93ŭz-¸9w`&mvŖzWm/ЎC2ką[S/0./v=J $QCd\600$<6D㣁C;Q%䙂"[NR&J2zF)Mcٸ|2sj5.Pc6GZ\إh#uf-R,,ӜGj?tz8'9(݅k^- f;w!M ttjN q͌SJ@A'YkUyUNpZX|6Vk=l-A8UF]ēL&6HC[* V-Olp\n5($QNjYݿVUп܍&&==@O,b es]o_u5NEټְer)@@X i #_=F$;΢Á/KXpӽ`WI3+NVQ}?ޅ{.5Άe?aߵ߷ C܍'Qas\=xYaU[cDQ*O:mq4*IRڟCIDLndi\*>q(H5mBU 'mpYxZ\Q<\w""G?R%y$=|wsizqNAwG[nHa9^L0UG*}\kF>(T:(~v%=NhkL5`ϝ#Oϟ8KY4J[bm%36zpNE\ L/de8 mrXEeRTMYG>_dp9eIɾgnŹIn&H4h{f߲$:#lYQf];jϩ|[E5@ v>n4+V8E);:YXb6j.%cQWjَ(TuN\ê:,\.WˇY_fNآBgo88rO䰮9ze|+$FwgX>P x/9#G8Gk4F ,F\Ef?lɳhNZaFLpjY HQVU65Dg)m"#X|,qW$X4 56AWg7vDx|쬕˙ iWK&KXd:JRa}?a({#ļPAyXkm8߫8Sd}GʉHXRWwxI5QJ/Uy:hEYw|,?rB|,‰uU|bUBIF{zP| l'Tj21qy5=<j$mfxxgOMc*K-B:g,! 8$#Vwa_j zPfk| OnD0?o:0IG]r(&^#j4 񀷧Dh"9R%Vp#Ï"$vVAs6<_^61~ .Db4LLRSOi[ex3)N ʈ0)ԓC)]Ty~5bT+.[QPz4t7b}GdX0$&X,:6%4g]{Y?OFF/KA-){Xw +֘n==&ci(>|!tEImu'.6̠[d~ c45(Y:"kĆkeq@۲GڟOV,kz}̰r/xD1jC'4.lAuO xX1'Km7VBvg4W|"݄{3aLblQp>*O2hV _z=[ޥCCpJOEixQЂb& SoMJW<񤦴4sFI譐Kv[9.Gb KylTtVJ[詫U~4QZmTGW|UզSTFtrt.u .aagQ& A][rplosNc ~.KJmJEDHD4C=t ^5;k'פP|畼^' >}K:zI{gboV 5-|gH7&*yU_{éO_*6cҸ"f׳)-"+Bӌ93Y2R^#?&̫Nz+U5̬_iᆒ_N(Avy,ArɊ@CExh@9Z-ܧ_4~sV6nNݦ+Z19X߇"fn.8lih7#ԧSuMyu .tG#xS$p;).,P U,sY4Q;u~:@>[u؀n'ξҏ]Q)jj`K6z9lU DŽjY.GUnoPKw/|-nw˝6(/;Hd|{dvwM#%^ -gnĀk٘>&T_ p#}CpFNu ŗL29J֩}LI|\&ۍ 4w7J?.aoo<'L+s=՘HEcCݟ Z'FS Z+dj%Oqat*D66e,Ts$ދ-tUWBW[p4Iry(rs3ty0t@$w`&K7 6+fXQy"h1IƄ|+KG;yԆ;߫:ej3 b$LlԄۅ%vcC \ jgl?D7=͊_xt(Ѐd&up\@ߓ0q%wR9>s&exmc,=2Wn <sH7\ޮ"Uxs %vڞ +mUȾ(gqZ]M\r 5 UvAxͯ=rAS@ݍY-4?]u?tgf(:]1TaDXT0s%MT~-+:_1ٕ}~(Fb-*fd~.a8$[%TK՜x|/W++p#mbPHmJHΖ*ƊAL҆! +=A2oa+OTebb|ZF7QuӕT(3번~l96fΧV^㛷#INޓ$p:d!@ot ?ߟtF_S яbH i/R`](t Tn- .-`\&;|b;)22ȥ 5_ohE|Sa &x}Wcts>f|$] tjXLVh;蓥\QAl!P|SejCȀf5aFo ~j.[TɽCoR`zCڃ3!0''t OA/$TP]UXBBOZ^d2ym5}֓7%eI\ ېx?;eZ s xCrq7jO8vP1#{ZD]tz@V9-*JQmI+4gtUCA1%v>SGeXW^y1OKX?P:xauݻE`vqǍEt?'@s}[s1ZkӠaW=$k|6X8pBaL%,l?九z[RZHBzJFۈ~OkO{$lYz/8';eibjq[Z.e[zL'|IoE(/hbe$*]Nt:1/-Yrmyw< J&!)=tTNcQ:o*#2 `qۦ>E8iãf*IǺ/;d !: &it)#ɧE|=8˱A8X >5%D&o 4A]6X!n6QlNzP8چNt/#(a73wZkǏ5>"g,>TU tQP+tr,R']-Ž CwS3m7*B^ O%!Z!:Vߤ;K=m_+&bšI0$mޛXuMۣ-̚у"3a]C |:UE A1=xL 1,\9-pf qqty ŸRg6RS1#Yktː &^Ѿ"9'ٰ8>HlUyWKGj[dI̟SsHĊ@{aSJH5 ;r/Ht!+!W-Z3$潻. ,;qw ƟvEt8vY݄&.8w$Ȫɺ{4Sp76wW%A\rpEO/|r:~mA=ZR Z I62Jۼ9zhI*=QT l2#BbvNfοM22])蛘Hn;U>|ҚhB$ǻH[Df^ANʌ]M7Ŀ P#\(۹9Etbݷư٪zF7RH4<4(]NԊgvFc-d[by3Ԅ\NJE+fS;ۄrK`Jrm7ľ|9]Ѯc6\\&G%$]z* ԟnL[ž[RmN.ނ!+|Ce/&Kr-}url)0ijŏ4i-ΘivȉC#HϗͨR)HG}XxT2]3b肼?5Ȧz('*8PPa4'ЕY$=ȝl;75udraN*["ܮA*ԉ3Û汒M_GOKC4&3|o9sKAk\oOWG:&ZD1Κ؋EOMވ~f[VJ77:>FbpZu5邶|*(FVU170Tu[BXQc5ؐ-4Fޫ㹷`NIk)NVNƨC{ YhB[,+q?*>u*z5[lZmοFnl+I+ 8ks86^l^Q`?NZE|Iu8Z&n>F֎T͒%ʰu| r{T묕]k<2$8LvC,%zQW:{(1 S?F?A y[-WNy.ıO*4hGQy&@-˴XhoH8JS[p˛kOGҌxV,@ xn}`"IZRLz;>1;3Yd)@ɏ̡E PsjM<pM< 0!),0)h@d >Jw (c`wŎ( HlV7>I #3~i9^e\`z_԰woIP)I⋉tMM M"9K+[X|l3u-Ew3}Nn_^>o>#<4QNPn+;[<,\(*haڐ91MtzW`[^ *K\W1:ݬykc/ jj?I4_sEyLM-A<_~ea/*J,5X}&b떦{?(w Q[o^%j*S_8j| *agCJ"kz#}Y;-Xk;Kj=4U9GT}_hf5:QnvEgSyW2%*[hh9sѽj`ɚ11ę?_a@uKjϭ ȤK]I5">C1`AG=X-' 4Cf=PⰮjw4/g~6.F-zUvf;HeNmѳCQw$/fEWwFay#4{⪨QRF_B? \a nvIˡO`GМ!@5C=&Q~ qɟHL6T> ETΥOsV0#e0$|/):~Zs`2c5YHPT$EPB( zʯsL_"7^DEihJvM/Mү++k@?3 hKDiM1#A:]de}S3uFr?u)^qhN}SLRMV<du(0h5ᅵTVkODgӼ?@iB;qrX$ض?=({=C0 ?~wg\s-]*iދNjU:0߮bF΢FnVxe&'H%f3v;tMVИ`# [|fx W*] 8°BEw%Xnfn5U,6%ޠZnOK#=`'$_]Nk`Gr/Uj| m ?/Aʭ+*ș|[#ЮkBѩ,$pmRGZRQ!:\n[@١cykr8*J+w6PЖ,a$LrCɧ\$v I(w:HTtf{\RƄB&idRK9̐<%SԵR̃]6q|B_n<=V"Y"Զz[> )i~i \!UK_>_}7GR#&i~", aD8ÇE28 9!vrOjʥgnFZn+c, "sv|HP?xHS™wNvt%Yh3^xÉ|mιCD鞢7Lb&f'Jo*SAl]ة%/]b)LJr͢1^X  [bx3ueB@)3x⿯ RG_7V:vqmAG)yXޔ{iGAWlև~}eEIakPڀ_L3ͬ:#]3ڭ› o6eKϔ0? fDJFϨ觍.*1uDP@Y~*>yr$I˽!BHKs}M3psB4q0l')D>E[*žʜdl,jJ;A,+M] up<"EOkas]3JD:)X@0$N'JZ;VDoQs}҈x}'}*ynޒ*}$pÖuB º2W͏ݟ8%c,%#PlTq^\DP&Us鯍)Fx{_.:X2ņ&y!|<} w"x̊z24#c ۆsZ Icen}BR@i>\!4$,rOn1iIe8_z6y3!DEtfMҦ"bc^ 8ѥAGX&[ ?P?a}:ަqQucgVɴ gK*9i-n0ΣPzvqiYPn`zDv0oH`D*gv[IDnFA%L;Zf)NZU#g0l7&؆s=FNE{TUdft`96;&Jd4~4`оTZBDK6 ?}.;ᅏ@(?ͿH%`/ ?Ѹ25Dއ7_؎x#t\J$ p*ĸ1 UW˱w&{#:ZYa BCWȒ OfƔ>TٰW" oϖribzv,ϣ>D*8aq 'I'LӮƋ\ew7|*'Ӣt1a8pfiw{uydn} 1{UP|||Gp#3SUS^q-Xk"ɥZ$KI3OɌ4_O0G^FQ&.?y91b ,z' 0طV;PFv+`s]9 Ӝ .UeX5;GhP.Zqj_s5ԣPƂv.=Y˫1|i% ¤gy0"u(R6쿘&gkkt4klvio W^*='㈑ڂ((Iaw^b3b *K…IBz-U%t$@ۡe= J3ٽ LV4I]<֍(,U-$ev!_ Y,oqUȝOs;J,PMTCB[pa啌&rz(_J6-m9M_t9?Ygj;`aOS|ׅrXS1;Ɉ{!4?hH=-f77 U@,J1i.&}f_NЌ5"" KHZ頝W6Ka>L b.|V@Z 'Sp0C&/.Ec8>xBHһCcO"[t1zzSu0= %AF O9: W[*(;vbWGo]!]`N=iCr)Z?FE\|C:ZOXYzACa7Oft/2vb^YQ.fPZUܗ^nz$S8K1/gAyboq6\-Ws&1[q[$ kyz) 4K/Fzb ^ȿMz9~pP,/(kGLu[[#˜xUZ?bM W]> ?;X)·CU%iq\͊UtG?ɛ!p+IaJ{g7dY?=:z#1MjapP?a6!(hc-™w#Go94;\%ﺀ%c^+Pǖmv1DZRlj+DVZTV)'p޺°gFi5߲MQpeo`MˮSDѫhm52oEcf%-bƅP^@ףjT{x~c(U0]MXɑ H,)^fUb9e4֍hL'JbD)2v4%T#}2gUx,ϗ|ds-ȚŠENBo<)\եВ 8FH,~}7FvcI"t:? Jo #RDm[t it 2]!urYndZfӡ)^TeK8϶bL;rGwkyߦ7]^DĊ-#p_("D/bY1vΔGMO9 dp(㇁<$@qqO|HwS7Y O"gZ]qvDhEi.гqٔ )G _u8nh4Ka8lnN7Ԭv)zf܁ȺQE. ^^ЫqPKAD㐱[$ľYp.K54мSBWōXWZb[X?+U#Uu;d$y"}MY㐩EqWSKs4+i@ rghZk6OP^8J6?>S*K*eM5R%Cͣ*{|aœ- ~2x7h~AEoyH5"AZ 㱅 ll)TįVlQv>j1FEo;'q' |譃[n}hB =܋|DҐ#ۉ B]҅)q_ceء]#ڡ :7rF&䔌Jsӂ@ F'ȟbMU|}fЉ<ܹhK_޴ P W>p萳.ԃ@>_}~&=.#׎g]@΂TMFMVHq)QquČW!΢?fz-X;qln#lj[៝j sHUH)Fc*ˡc1>]Hz>U˧l^d[B0>(뒤AX**b%dvQdž,͉6>ω Q4aS"b՞=)/ +[C5#B~Te6e[c?@o,PS(LW䩵n2v\+_D_^aTnYF`!(6 а8 fӅdd"#BL4}%廰b78fZ` s+(S"s2G/ π7yzKᐹO&Qy+) .UqHS"<*®X6!{T"C\7BD67!s8z9뀈eS[W-NiR+1N~fT*_ ~r=ڢ{pP1/ޛ;iX-URs*~xZ[L?Mx3U;nRe8Y3&PV{eƣry[O041j,JDeFFj79! WyTc*00'aJ2?TDQ(d,LgpM:EUlU, 6c2t(5;;TiM&MM;:EEXpf ׳ِ A[89\?;urakw/k,%&,z &}\ H=N#ZXUi%bQ%enaJƪmg;[V@[-@2} dp)QN@N(N xIki:#<5 VM&k^%tm?dǝp糕 J>ˉtQ)bXeDwSgXz"5$$HUpG0f7՟9J9 #b~O{p s xA@d(nfYXhRbNU{R|e.v4_'" a b$sUqi|]#!JI/\\ack?!%B%gHl䎱j(<6MĪVƢaɊBJffKMs\)Cca"c0[mBi0lo%vU%PQ2+g=n4OAc -E ]Upk=[UKDnLF0NҴnᰊ3 2"KGH@/ i|w4GNܜ7I X\gi:vi+o2]]FO9?80Pz ;m܀Yp8+bnFV9̳\8b;|u&;2m4"V|ש lJ dK1&'⡪}H88ircs&!4գb_IK|5=5;_wBMdV#}%?z2 GDF#97fxZHy1ޒSG93Vt(Pƙ|둉fBzבj5@%^jBν9`-93ţ01>KB_bҕ1lyr}D"Py/ͦ=J̫~ّ %eyF)aZ?QSOGlYioӇsl=F~# ֡'4B~ˇ@teکl$Pr\xkW9-?&1]6-tF`_*0} ۃokq9j"tWT[ǚm 8T.+~DӘ;Mc"itͪ$ pLm} _gZ^$"5@m\$fϺ~܇;ßpaT*$iK2B0PۢNV;#I3 ^>'cL[O)2{Oq8l٧ZfUoh qX#K\a "9LKi*ixybP}ꑼz<>!khimx4"Pq察ݖ˧T35vgks`cbIDk} ;u2f;sUOX ÉO<1U7Ɲ\O*}Fo'Z,Y¤~)|SN[RP%y5&g3KaaN>3O~lA`D$5Sf-S *̉8!dCnl)-rh<솛[xQ@hE 1Mn|1QLحShD)\I!ă+!(<[ #fV.K-3QQ/ٱwP&R"f|KçpZPqVWlWh~t \8aů`5dXߖK2GkBlPGʻW/tR4\oLP|ɗE#ه׼)p0X@D>ubakVK`~ϼ[_CVFG=v4N: t=O)^sDŽJľR`7[KG&j@3BR6FG@GVdfg@45Nf^ ,B8:Mb7'L֮Y;.rwؠ_썧Ndz}3BxȐ/,Gd*a 2aAuiʇo3v hZfjwGG &`ᨨ!Qhu@ EOm7w= X~jd@&Ka1j+{E,>m൵h ?Y-1Uk0P/#w㦑Yzo<i/Dr誇(rRSH1\'EJ2s-\m9~?=l +/$=Q29&; f寯Ŵمe/3s҄t{Z%F&zd*aD_sY"*3өl2, 1~ 7)쨩-@.qگ1BTBu^x1>`0 '+V!^sS#Aq_ƺ)9YӸ+a& .PcpV(k|-\2.Y4dQϐ>#kMi|E$#(!U EYo=b/Ý,6dg!&X76{@3p2*{ ]z~z#٨Yf+98jTm} 3~>'=j&F5~,@&h V)wAl;# $3Jv;9[m ,Xt3=`Vb9MV̻N~&dQ[ˠg ahҝۏ>/h4x9Gu{BBV{7^C pW~'G4 aS:A-r\ufjo'w< J ^ aE̽׻&F )jU.|O"I.NK rds%5bj>h*[!~[-Ơ:O MyďiP8R]¨'z;S4,z]2&|RڥONV`JЧ`xKAXrK`jfzόŶKȳlj7a #0(Y?MwBwܱ$`cvdse{hl | ᄀnYϿ73&RQ?bD[TAXzE}lhI@b"(nz&h<%SXZc,6p$fr 1_F+ɉG,7G5rΤ<͇0ˉ>еVdF-r`C,y*sY7ER E-mb&r3ͻ4j`QH..m+Lu_{Vr6iD~nn^ɠͮ$˘\+hERI)ƖFeΟRNa2]{Z >F]٥QO"N/,󭱘µ[KarkRD%\=s~he3Jb?$^3gct-kt,67"wOO.!3|ozoЁo0T:$+@nvOoD"jp;MS**,Vb+ʹ\SrQxْ? Ϊ⇹ ?BQ? (J(Zޟ $J^MNMoG{P*iiHnn3p|퍖"/)Xpz`Vu~XImz ߦHI g''ԝԢue3"{2i-=LP}=Sǚ gNk=T) ]p/=O?LqQtFJ>re׵%:ȵC'CG&޻]ߜ[J2GFHWo2q^]g5+'J˛wcW3J'\7 ‡PQ.,wM.\A >HuDrhPX`z?Hv<ݺSҞ_[}'~o+kU79 {RZ f ̯5,Oш<z.RiRV);{[A}5 *Z'X hu–Cʮp1f``lZbdd\u&[6{b>Aט7l9 d8"Avd; x ox3SŵND_=%}rHaZ?9v౑xX#aیrqَ">K餞rGQf~\Hm(|}l%8LUv^kyKAj>((H#T+C=pIA}9dbvè©նUCsRx}ȧ!=bXU!Lv< V[>M&=_H%S#@m@`uJ!G@}C[ә.$9/X%ԂE~ ~U&? ۸Y*üv%5;H"er`ÃcЗϊ!\uJ04ep~5uXDjJO+at'~P{&句j/3ܦ)Gj`7ZUL*T h K@gs3iYkkr'rf4c ~飽RW3|&@ "%_qSXA|"MMzK5ah0Kkå5{Aȟ s؉I7FN;!U(s|TmmzZHS?#O_1vA mނcgT#2^p) ~ --2^0`g -}h(no))]&_N(h&cr{e͉=LK4H }ϲaiHTWI&!YkȜҼMT)8/`v|qΧ[uP^.Xi;O""6zG?m YFt| }A.~Cubr1)Ƌ^Ee833YZm x/}:In+Jz˙,{smt,ҏ {lW;\_\b?Ąj B7%D?3+PM-W%R2oWؚEcHM9$E9)Yz,Wn M1Y5S/D5(ɧWg{OMw&/CE?REs}Y ?޵D@$ ֯lnDȒo'b& f\ѣGWxUHy0'>g1c:l4#'}y%pP689%JeOϭi69{h#@*?6ӾZxQ_mun:]zHP"F9UwX7@⻱ʿs-@0-rz@d >-1MfW$jxD= %>u"ɊwzoL,7s #ZB;%zݕ:,W>f=U[߄B"0"u⩣UɌvT;,\ge-MP BX+ZTn4$jv(n;1+`@`~|Wa p сS/[]8녭]x}pVl% f#ՃTg@М1 Tj-7޳$_p Zzx#Dc/bxK4{Gc@\" vՉtq/w(;neOU f6Չހ*( ZA$6j5'2'+< dtX`duZ!:a<1v(() *'SbGWgxvm}&L>"CpFZar3y;0xf,6Kx5ve@е2qa%>zR3@`_k=nBičSC +A owfJj)x!X[܃rI*(g q7! 7nJܦG0E,@'OӮ]?żRqדަ WG nz̞u~0$k<>1y`vOAZ&Soj(MLjcRƙ [J#P3g;wp cXWk2:{Q>V=JFq 1 }h².g 7<9J}9c꾂[\NKgm-=ÕYZT%Z*ǀ6kfK%OO|F.K1X(yǣK_ fL~_T2d/m UVҽ^gR'q GbWvG:)7xvUH |̀CH,MlҖ#OeKlw#m-xSw5vzZ[(4u&x4m$C(RrӮ<(=Ln&Xѝ[5oY?z/O V$Wh/$t"!${b3F(Hl?@j]jqV y>TqjKF/%-UtŦi'GO]UAPql,WgN"Sf5pT 9~k_"3v#ԇʢAU 5QD~Ь_wݦhA߷U2S>Psw_UTh'fs[G)Y qIMR(zB9~veohaCqs=R22Xt 5 EdC$L3 +6'n`'԰ _# .Şa.TÙK< 3N6gPp%죭庆'sAeLmC`d{ݐ`i!'c4Ia"9Gw܏>̉\>@f~,Z@?!1_n"F'H$޴4?t-rUne6`<+TNgL.6cJkuiVݬ(Mm!-&DpwRELD,vqe4fTi>/ձ#$ТQRrUhR: w](V;4C5/Zcx|S6]ɹh /@!"D(O聭pw@5Ih% x B}vOJ@݌̀IpVo rz[H`c?{hCX\Cd4eXY7ڹ}&]sOqطm}_-ol;9$҂=aBxA'{mjH1lWn,MC<|>ӱڝjnx[An8&z^К =SÈZ\?+@;kRknsAXzЭL,\7W( LNSt#zkF^ i$U/"jse"9ψ?r>Qq0NꂪJN^BTƖ.!ӮYE/<~,zJEOǯLBbhi+y._Metd $κ/:ؼ#q|Qz Sq1L@8ZRx2e FVЩ?oa2g`4O5bYJ;;SXAgد%ELy^Qmdd8Q^ʹKusg6ϙb ^]؈Eg)/}:FJ"A F߈.x MҝA H^g1%Uv!(D-C\8\' U^U+cvPgX}ؼ7}>. +7 sma%.Q.Tk1kTZ!7dX/T,xKꀃ*qd)ƞ5귮٬tOheyDT7}cZ**S@-^3l/iBN5 kpIJ\U] ӊ|ujE*ͮG^#^6D5 y;gyE!J{$Su@g>#h#vudFN[;9J`oub<4 辉kTƋ/}zpPTDi/SWm-VP vk%1 C#S;3v@4 0 ^PlcNupiQ#lXج!E (Tk^Gk|Wd)܉F`]d7||?ˁQG9f< J]b=j;=}}¤gPg.t,]&ԅ/ {7, S`ۅZtrڰ :H2m+q_{iJ  }s іjzo!([|4 m%gg* Y~唽m'Y9MQdGSDP:3T0*ː[\"05*,GăQ~h*֙BϔȈC= _G쪉X5ߔ or>K8<sG#z;or' TLSOSq .Txk&9Ioa١ϓ\UW:^]utዏ-K' ]lgay(݉~uȩ~,/HJIouCC@PeNoaO!-O>YViIa @1rVdTaIoVMүZH3v¿~ot?,Oo^=? J땝X# v$%^Gcфveu,ny8 -^ -]-(knWd?>R?ma'[^Shf<3+-2 X7pn~w֔{vlQ->.niG(*0ĶI.Р|&Ux{$}Gsc0&sVܷC%#I'ulh̋ɵc_:yۅEbKD&\<_zUkQ}g#pw :Cܰv#b:LBʏ6-(Ȥt4T~J4ѹEGN hJ._a޺ká@_DO3o"_?SwTX*RFa_SXx՛ھ0y`ᫀ H-a!ϹDo Qffl0L[@Hl:ۏem NV͑kf}Mthi_ix#lĆKd;[BI)> :.@iR00nnoV/A;cZq$gM8P1? pr|sXS d1D3:y)0=Ap@~aI}/]^ںXJGlQ;/ &Hf_ ,|<$i퍑U0{8o$ `}M'g"7WGE"Fk ,=@w/p"%tuTgX)>jP00Z Z/3EX}Xzrh&)~)_}2eN`d{et鰫̴.>-L5D&B^:ߌXh^A1I _&],ckk! )EJ=N,|`Ps6hlיR0M엞C\4FP+/v;s(]6 Z06 ~7 WZ[f3jf7;҉ Ew %UξD!(D3C3BˑȖc^zb1nZKܧ)P&G[ɕ8`=GkPZ6k`)NԴ48q%sQxGWE\߆x/˷r$Řa$>؟I ,[aG>CCjFϜx"!i9].:J둒^JxśUgiݞp,adޡY"3 jB3|@ ,8%~)_M?jc;g|_Q~\X4TrS-I$;o&({4ʀXm}|SfɿQYp**îRVoIr+9^z/v}87:}ƽEH5޾[T'(:Xo=ܪs}tN@Mv:`5\bOr##QO4p˼77֠)c)sͨ/rĦt/KLJ۬o".Q1+}g `ع9eFr?C͕?mGr-Ti{u{}wP#dg!f';n(!(;"ezZp\9MsE C4S7T)#HXVH!U9nbb \PŠ1DÐb{>.KPjL$*ɿ%߯'Z75d@f32c7ėaH!Zfe4E(Ih LXb=/2\bim0$ro^NZ{.'bII|DBUL|n 4jU / ƈa3й/u(rwG²?OqF3OMT -cǛ887,|e" ўlݠ_wV&BW5jB=YE't*%zQ^-_@Q`ʢ b6'kue:q?@bϦ>nP]kuA^5ZD1 .^rնW`tz _: ˨umཱི LspY/2ם/Pˆ1YfSR%KՄhB3ǣ)o:e0VzwBz+v ud*]roI׉5Q.zw$ug>>34OZ S/HRhԨ, \,DmkN>=}#>ˬ9l1<⬽C@6Բ6c3%;}D{Wۡm>_g1tT&e8sVsz_YyA97t+ZA}@ť bCu%0!L'1`{Zm R<ҐjGdZozfx |͓bHfɲM!H ^xZL+/`_E+hQq% W8@J=Ժvyxt1THu7'sP-r?4ԾC=i_b^G 9N덖m_̇_leڣM96 ;*" E^C2ݼ<ԏ_(B!3L YËyea=tkSuFe%L(Ǭ0Vp:1,Fʓ)O<3.ŝ NlXÏAڗ:UI:4$G:x' ~2Tp,"؊΍qdm} Ss&0Xǯˆ8)@lU(;V *'G&nNJ-l+a<&REUbӪ];7h?`n| J ;?SJSǛKKjĈߧ?g3(./J+TQ<M4E$Yލ"REeߡ[y!I0:+Oj?zjyI#|(x5}5%A^KFQ tQEC@f=9/pj} `ܸ"C;E"Ac_ hܖ@2[2Z4RYЯwIeStv;˜GW"}v_>68"ڄfT ~jƯgW]3##& d pEŝVr8؊-q@Ыo[Bо)ŝ2ͯV]|`BSA7i'$:t?痳:Кs:[xE\UFrݔV^c#2R?\v0i>zQTCZʼnslas=/G (Z_yLRY1 a &/LT 2+oqE(JL+G)_u58L3dmyBn0a*&aFR..N} y 䃮ip^(0/MނXA7ߐC]3_H,Qz)y9`TE.*2*!3i"7Rx$/ơ}B(U/Yttbd\Q3dy^:xp kz؝M>.~Yq~NW ȟۚx@cA-!BJVUCdBȝTE̸YRGn-2EKN r{WD !$3Vۆr\€Ɨ3? s%U("%JQjΛhvޢo""v@`xJI\XEdNiN vU@|OB]#IKb׋ 62M%Z\%@DLgp~R&S,(0e412+'6T}1gsmcObjɬ@+y}P|kNkt@5fc'=دMeOs[GϦ^[m%ckE:tJͧvmUVzYL2` #3AytP&GM'YfB|ۗH0'ʕO\. ƺ٨ofY\'A+2K"{ ~5"b y&{ .Xz@`Z|Y*~*vEVܴ` InsB[W3ehJ> > =K*EtYnejf4'/oQZ@5d"Id֟W8c:Vw/$+\_W|h}w)o?އͰNU?qƗ=ӳRM3TV?'0~R3}Ā;'XݠQEk>pUEy%VOe߹\>ZOs 3Țߋ VkU=DӢiބ)6Q/߾!q4r_zoJhW64̑uڻ1k:ZKӤ}h ?2:H3ܓ+c8}e$G0-E 8$@rh*;"6XgAn 6F(5_%VأE˿[Չ!3[g1"[[#w|=1-g*kb޾B+sl\ eN:{i{K0o*JM[Xɥd  9~;nyy5 X3R$+MaQjC=0?}^ Uq'+}9*]ԥ#Mb܃)a(,l>.we"Apƈ?F0kfȌԢZވnBtv% ue{1\::54n$,Z-WqlU[T-S/UHX9"Z-ɷkz)_$85R࣌gq!W nM"Fcr% P2eDmڕnA_} ֲ>p-5|s3`+hkH^2+|66R>F;fD1.)kݤ-2;-ր+< 5wrP-\Z񆂑9}>^pAqQ=st ^֦jxVp~mĵ:#r*q-Mo3C܎뜽ÆHY^'ffbЁ]Z1W왷E*5ytyي#qr,~l5U 7J=~5B%-$8mUQ/RRh(Sw8U6;OCc [ړoH ||^0RT^Oo _j`rtgCz93tOshn $D7Q&iw17O(DSoM䯝qg.2h? s,E3@/^0E3A/?P&i)Wטd!_/ǝķq,U;\w/p:XfPdnN/fy92f{ETlNa %0z6l췺rjM[`xm"rW Y!(|/*wB32L.5P|?{nbY(^XNL >`߸,eaطl}+ ͺ1I{W{}Uoi-jt|]oG./@KMF)Sc*Ю6Zp5я50 Z?[F4|ކֽ1ɝ~{cl5A 6TW6*BAu8&\ȻA'/r]MSo!4TШ_;jEu9춶7\25&Pxm0=ycUn29U(Ŝ΄xr![ݦTuv/{9˲n=,WROM`Pw# Oկ`﷼w^n[j,{UAMDX ozVg!H{O{~z<tsW-{U.?2c=Ob[dO}(H0!1iU5/ VP%4vp4ÇyF:a5hv lE˜xyk3,dF,r_?o儔;6AAfkbغ|o EV.Qlt&/ydwhr{;J6^RW}'+-d^bF=/:+(?\.db__-e.h-B ԄoԋO|h"V`*<bW|G*#+#b^XtH'C5Ce82TS:"o>ѱ J3Db y+΀S:ZVfa <"j1aV* S__cORHڐz]a O0}"O.#lş;,rdW*1-@Ʒ e6)!-aՎ.d `zʝNG ~N!+ۣg, 4fB~y0悥늓ş]_TK, ^:q$F.6O`"hC5 TqUX@EI2$skY;l?snևd O$fgZ\QEO bV00<6>i9hp7yV<6<^yLs`BGIh0}v|;gψuW蔊#<盗wz[xz"kI2L+lnh&r >"Sd#P#| %Hй{<zmPԽ4,eY#ʋr K}Vז.l-#j+HYOؓF-JHi%3ƫh~a}>0z*j{+RgՙW0Ů3a,(^64ˉQq5ŷW$!c`-w$ysrqmo6:'4_{GྡྷQ[@%J)CWk`{~ jp;PV3ER&>.H'v-B'NZ){Lɻ*GnsˢG$F꘺+5{V#Z5nؖf2g!2"(>)Qoe`Xbtr԰*0=ж ƜfeP5`? 9bx"ᐉ#N7LtC|˩[B($x?a"#p(+?wMʟf bXAxU=@DEi2iͭ薝e[(d{Ry~-y/~hj';?or!3I9 6mx|pNt'M3mwM >uBR7 QXP(NU6b!)ǢFI%ͯX@`qNk !_٦mrc`FL4 zԤ79 9Ao&I4Xo /'(t=܋ ȀzDkӬdg}m  [A `̈^O/Mqr&d5Sͅ`Y#51p=m{yn9J2R,sQ!Ȍw9 <2xLΚ%chxK&K tIIBxeE-!jLOt_ ;8 Va  E~/ok"h~6; D!^R݇.W(5s>1[Wª.%S&[R-gB]:~թGЍd22oPx#6*~tGLLx"՘֫GD褦J2Gֳ!.LV묂ni3z@:uHf<{6Ū #e\oVm|Lz,\M! K{{{ }7ζ>D}Lz;"g+àIܰQpggWaHC+p]*r 50Ӣ#/LY)k7{V/y1m{*V1cHt+Shdj'Õ P"}u9M+kdw/s>R?i\=JT/\{(,Ĵop xjނAVʑ<*| Ӊ{QtvZu^ug#ekgg4=O(q1saOr6ȚE4l^DV]Z[rk5y~RY$)u_IJV:*yf",.t<ҙ&])G-gc'}X2!&~D]lvm+6Ƒ" IK>Em#mhg \4(t{Am}1= e)# AG(:U*9]g%{}:ڛ fr<4kTn#9I`SE;?C+N-L @dX%gvd!SPm!Y6 berCDc_/=ӿ>*s3rp1{3l\hyc8gr8a i2DD^QpgВ77M>}}Xjb 4f&@ cgk*Xd 8z6av;~oJ\)pwJ Ok .'wH؀EyTl (SĬH͓`{[0B aL>+B^`4e5kV0`k{UY~ x]hi-:!,BJc"(\:O3Rt hYq7,Y pe3#ĈtbV86Xg "¸IYDK]A29FX[`K֕3E,*#htcfNR{PsI+Wgdp#u_qT@|]3o$;wf"MR{$3uTحQ f:m-۳@c7z-V??Dr<&6z/`_^4 @!)z؞be.lp%>#bri…ymXމȜN[K}M>;B#Y 3A'˧ocv wndyDޭa6)a02Xy 2`ϛَVnm38[o_rtM.~5]%y_1 kjcwgjPNw(`f/3v;^@L4?J&c8HXBP/ßML0SQOl)?7qNz]eF[/Pף:)rQ|7 e1awFcyroВ>I /emUEf*51490R7|f-+4N3&.6sFF=I%c@>ό8]+/0'B1"h'gz&ek<9'ũSg#Ǽj2;iR)f  ݡ8 0q5n8dꪌ/]}TCB4|.RDȕ$B3h|\I8&?Lp$DCzLJG}eUg> ĸ((r uj2+l2?שe'tDScG:_`E:hs6=euwJE{F~X6 ix0R6ǁZ?؞DN̶: &1wPrG}k[#Q]B.Ks]hvL *ѷmߴ5cqёRD<0wW9"&uDK`ؑ#47޷ @H#D~%o7O Y[6w BsXZЀ'Z7 _Y;qIaywy81A(TDD؃ 4TV?:R6~*I̟Hıް(&{/U;'ec"oXR=kUA y}77I9eYD2I'J\,}VVShٰOmpZn#2[el}=1d'[/ pCH6̟{[18ѵL1sXǬyd~ XujVֻz;{+F)lNE$r"x}ʍ*'T0qtMOT|y*bZԯ%.r 1dU {Gf+ԙ'q*\0HȟhC\[Dz:eu 3L$N*i}tGX0:J11a<ǤlI{JU) }W"J}(c 6xִoeFze_%&;kq_ҋkŬJe?a/irɬr"ENXɛom #&l sraijgesԍhoɧ6=1VJtKpuv|-ޑ)kZS)Qs#y- )sy3ؙ?<;0.h2F1s?' $jzTPT,YėlQsS~1~8Bj4 ֋ANYg#Nj,Lnrz.1oy߰awx͖,󚡋~7(v1ZWMd)UA>94:z7%*KQ]Fu/HEkmLl-#@qϡEmR.4gkO` JqTSƫ)@?ԙ]sP1[Dʩ7j|l eho) z=8Nd2 "}!m3sW#%&6xhv b'aLjs;aIE`lϲ"RJ2cl9.g ;!)l蛬qVsA$ĀkJ *Uf.cB_};; _+XG׮ܷaW6?*fKlWͱ~ȅ\YYŻZ҅}4ۗO|ZR@QmM Tm)s"5҆?dY]!moc;zDt],[ P46-a>=Mk)֐0N٢N(zG3܎P4j[r _QTڌ֏ xՠ**@R1JbS( OǞZ*wI43a|A}@%R-4UTg\'@.&ɞVYqzAIaPМF><ͦɸ~Z0s"c7N0aJ4\~GGt],^C>Ox_/ĠbiQ9`P'_f0NSΨiڰk:q䎐7g,*`R$k$[wq]@!&e!zԒf?cxOSM{ѕcO"Z 0\Z0 'jMi\sOV<6. DRnHj [;]t+;[l`V^ι3ޤp"ZsQqʩz.9֞qQȾP8C3׶q^CzɑI\]>N<\Dg@,c߿:|o| ɻ4\|;p[P9 gX8ooa&k,dOs="I$gH*gMDw!5/.eЎ:xUG  JI,%Vdw`+9k^Q9՝ljiݯ" HmF!ܰ\eÔ XuX85}Gao<[Z}Uթ(;!"o_%4Ӕwi:&qxh"幇WqoLS('ւ*ޕfs^?AET"n5CmWiq2AIN4֒ڱ;Ӈ!é_ O˭> o e޷᪝NՒ 褚K놙s ƣ\; ]!ZtLTO'nbt(7΢6:mKG0#7!IcZ pK$,yNźM^tB[y&ț)x=S"n&bifl(*rg-[Fsjۂd!$(L/%1En6E كeHŸmنmo. 7z+0tEƼR?T!7L5JSj_fF@e\O8t6_Vgvܣf8Oz3RuY1ùe+%?u ⠁wڂ},5A<^7ZW#(sYDNJC^e\}h^/`3ܳVȽߒ.2Hk lhŬBV2U{=!hUk\/V?;CPERŽ;`Z 2 -',ql7h'Lf~O()kL)_?[D*r('Ezxzϧ#.$ZtHej\{ɝלiʗRp geY?u@I!9пs^Kq(\h +gF+D\ >exNmA!rv(:Vw tDoGCٹN|P- C| C&e}&9U?-kv!򟈥a_]XiXQP\ڥJDGVPY[VΤD-S;T3!|$)=.$-rK)ĕ1ƿ?A-Ь74'&-i21旒簣ӋF%z/Ҍg4-m/ۘ6d>rQKnCv M?+B\B'gYf SΞ}cb]K@j@ӦtDU#o!:81v@\3J杩HF:G}BF\/b좻;0VWܣ1}p1*$H Q求>gP L7$FԢ$HYLHPv6^W=Ajk^f%Rg}BhɑIQsVS?"ӟ^_|xU=c/_LZ|RO1ZuIUlpu%^| j!;GڝjsrI:7(y'=b4l ` n-ٿǮ_,_u!}pPJU GV)]i Z Ő] ܶЙD!dЪ%"bKID3G*5 Obu Yߒ9h|=WW>hwT}. ~%ҐpO;zڷ÷8ѫyd߿1In{bJW\Z 6xS{;z)Ωޕ0ifU`3رuh^pl](YVS>շ/ՁrW"\1ISj?6uOFq76s׉a4w;wU IꭏOEkѠKsK4xn %\ <X^]~h49nt5vUc qf5nC1NG͢tg0z;9'P+z6nPuB1P4bſ&@qržE =`7-bGC&~}V~YLj; Zu)GK]P}) Z1),` `:W5ԬU@%/"M$[k(r Ka oC؃ bչD~ ,q={)L~ vԾ\Fl5io&9DƻԜe,6su/яBF#5\.LPSroI3΁ JL(]nWrٯT a?͓iEgkE]G0.;oT".P~1::CiEJ:JOb'F 7da͚ĭY Z4LD AX8V!$†y-HwχWG]nqC-f '#:>|\o ,w]:zd:\hN@¾khTև(йsCK^Yul,^G[. D{q|w؈laV}+)$i>;hD6<. X)R@3&{)sL} Gs|E"+1GBN5aÑP7OC};#?R=jcf%!)U1Z$;֧ 33W#a7ғq)7gݻ 9s=ō`J$PɤX+,P&?{YAY6,}1_uu<4@<$U޶RKQҌ p ;1<☞8wjOIdHzeZqs/,4eVw³sFovZ<͍R6疱,:JqifV̂U")A/jX-O[sH,ԟ7?[~gb r:b^;؆#*2 Vhp~1,m,ƄCdt*\eOl͊!+:{>7b)4Qi;)5)9^ԏ#ݧW3Mf?D`we'w$~GJԚ']Eq( Ff%x6v!bvYݵޙ%swV, @=Ĩ~aSk.n)%E%SClN$ans8ȕ0tȋosèƞqvt}gm+EDT/5`!.6_r䂷ẍbTYQ",Jʖ$NdwkqF' кx+$;V?-SehBt_}\gThZ >Wpzi_wdػǤg5>Oבf#Vŕ!m^:xC؝Af-3]8o|xs@L){ 8s\aetVob ;MΐIT`RBo+ɣ:fB6YS)Ь}vuSQk?u xlޥS?701yXhH 4) 0)3mt*|vޝ8L؈D\vIxcXjw:;E9 0 )PE*'պmRqv?#HR.zZТ}aJYwFIuV WIgrHwC/W}Wδދ> %|ƽҤ\t rƼMU_N}˙%N2w -[ p蝼\+m%A]Y0x#E jmڵo0ĭ"/9P|z_">ԩ. ŕAJ7/ǧ):̑q2+MXEXQuPW^v򧒋"l8ĥp ++ ͽq>DY,+@,[%1N` k^O9C|J=#z+};b rֲy:ō9q| ق *!/(tx,/풜%}}Av-+v8b f!c־_$@Gc_i~q\9z_'χ"hV~L̏}eȔl&@p*ծC$7,hvϠz>$]{Jޕ9"j8 ?73ޫ)}U|7q9@6d+H ߃Zq]AR|h+ Bj! ~ bTrDT:M0[ZLv,6<ĭytҢ#%%Zv69j:z0`A-&ݻ.L0J'Îs>ZuF%J<7;mȘAO - D_[Ū)}nIٌ!ӪDD5"rn?RABk;&BiӊYW X/D+ ]&]DsjZ;U^=NHn{`Eꨁ'~hH~t[C9>͞Pu!F4$}X"SmoȊ awqE'ɵSWB:ʭ T[MH><E7O;(ۜ1+95N!]DrO-pMP{O_\Pyktw\Ҕ3(e9@9zj0;7lF'w M4-ZӹXTVv`Nj;vXdEdǼ dg[h/xegdL5j럔Z> WP2ygw61{Cn,%@Wɖ?!e,%bM5^#jnɗ  ,T9ݸc~9 (U[ZhU֎vΧ{l # ٴW0VOfǵaa2QC_X p5O3c[7vcb_WAgEΗ*}DV:봢*5߄by=>,sB!.FK]&WG~-'*C`OvkX Q^PF;uۆG3m1lL+;&-%px@%7ɏ\BTh8_nGema`sMT̘0,p!)ѫfM `=pp"Y0E1WHRU>{̡+ųV3j~pؚ$@I<-3.g): Y|нn{ 6K34 cUJe7*cꁙ3u p slw{':i\ԳO=|PVح)0d8l)}}S]gVࡇh{.9=bhQ΂{b x&q%'4tp!v4D `klB ΒC&\m+0 oEu {P +䐎ɃU>*}Ëy&ǜ\B=F#GNS'E.ުޤ"\)X={f,g;0TR+<ߕ'FnD qo 9G-a_Ho\&tMWs2av-F_]R p!z%gmdWK2uvXޢY^hֺHfB@B NÊr)@=I+Gpo'i).Ɯ{aBfb7V5oZgAnpWkZ(Z.SmaVNuk_E>IY$ |o^rJZn7"s$dٰD}[ 6P-Mj)R1a թ\#o.rh|S19(siX?>>`Olz(>=#e˼V{&(T"lGnHkwָPU\&zm8W} H1J|I˄E\8-tOɥ( |oN aq@f\Jචs]8FA.Q=<fmh2.nձ2]A1(F^Gh%EmVy>^˳aYʤ֨(u (~P輞2QAVw]BᨸWq*xl!J?I<ן=g( y;0Ox,qM᚞]5+E%\f\zm6 |Fa0]E\xR֢Tp&_Uyc!kXk%⎴s]}fHߎ*BambRT;xXu7(ۈ):AIn !\{_'57Z.T =ŵm}XjZK)@0q[h*fkO% Q?c9N=Ux{)H_ R&er}j!&*%@b f:5-#P/qQdpFmh˚I_,FNK흚\ֶF v:@.SITtZE^qEIU»EK;}S˨c;c[3CC\| >F_BGQEVݐj`ʯZ^oQE'1_(ONbzٯ1M,Se5Ax2YQ"](6LP$ |&殫i`fZHS7*bF+@b]<;D}r=>.q +Ho EW@ XX|10#jZ $»7DG =nR<͕wuXPIspc9A+GaeET4-)fgjtfuL36b\.BuH;Ad0j3\ qm)ٍ@xm2`ĕ "!\jl9sF/ ) !d C{1UXȓ׋3ɣԭCU>O}]F:xVϑ\/Q v?yWjɴR pEA݌e3(3cħˤmc@C-UNpT4htjm_/%<-^w="fhvtqi@Azd9tq(7-,wBMB(5̗k,k`mN$k]DI-qτ\w}_Lo̬gMӤ ~EyiMۦCyH aAR9Yf03nV jB},[Э L*,8ca9@`~5v.Nmz((sQf.V!Y BHF1RyWI\:) D["8M!PHx *{GƉAZ(ҵfƳ/N{w݌.Irn )^sJK^\ ҢԧW AZd=K 1v䜆2ZZ7Oa2J&s#,C my>1SHw#K=FvWl:s/3\@yc7axpⱇCyzМUMa'bq0+Z4"vNINN"..Lk,ƹS[0d= S݆ @_F^W*NǮ t7!f+%`QM#RםמJr##ESC #o\Iܬ[Z=ީ~붳y$ i+=Fxvm"&gy,ybەeuV!N.0(ҬQ0<%TmuO썹&,`f5|j$NcKM_'M1L=,R0ű0A7KRIkUܰ kZIlDZެg ]#˝NL>Sry]z Y{h ",΁WKڿ>CND=aDvIk `cdrې=m%X< S都AJ!羴cYqnR ^ l"Ċgo3zd󔤳b8( N*LaCRD^,6jn+gq=}3JLVbnIj962;8_,.NuQo4{ն|h ~sPà"z|,Fҧ#QC2MNA>\ftu_W0+Ule{6 H7$Btz8UYe e>gGAy *&yf ~i͊NdDђ\<9VFJyrOBxxP݂1BR·}W܌5$;#ʨFTiǃe+B}i|7pkťlGt `T0Qio+ +r?[a?;d}u.TW PptLK:붗 ,/ R36*{!g\-z1|sSYI;+m,x#\TJ*n@kS8ڰ̦O-c?9QD\t)3]9387%ko_ZGfs;8_z0zt#fP&rMFu)fYT/Iu6Ya .D@\0t19䳉<͖M)ᨅ#OzjOYvA# a^Ån˝Id!8JWGC= K#֙CSww#&p(K!{] qmY?Kqj [@1k{n 0?ViI3Eڵ38'˞`_cVLxh݄eRknA꫻"c#dQNDd.Uhj- ΣwWK}’a?.5v%H`DX2Z1=] 9%$8$Ʌ+t(R@F5asܷse=O-ЯZ+K%bmƔ`!Wt7 FΧLfZ [lH:9eqljgMߢ#.fO]du0ϻ hZgdNZOdƘcM)0UttTdJ nOv2.=jW3z$Mb79L`&@xŽlūYMYj=P4SB"˘"bFo̲YXg%:sU'̟^kS[QQ|0c?rdmzYlL(]N+> @?H(wz8Iyd`LW.;ϙ>->J^^oSƇ֋,zHP4:RVB-#@Ͱ*8Kڲx݅n&W.\eK J$& RKmhjT. vP/o"Esfdvi-=6霧N:.| >͊\O{]Њ N:)&U/XyPeoH`Y3O rXr5E6Z2N-/oM% l>i ;rbFN ˯Kp G;CȒfskey"0%k5Q_e jMZ%@9<#VfpkS2i7̘^h_U\q|()4$"]@j7K}(-{SB=ynԃ͟ns;ŜlR)|B157 ( 얎{eZJť4}z 5IaI% uz#7%& IY/9pOWI= ΟTxɱVtrQ9TDw"eTGnO DMPgY$"$L%mݿR)/rzKWDrơf_ .@)[9;MHJ2#(۠XMY|,rU7l.lit6Bj82zN;0%] eroE58ʷI;"\iSZjfJ)!{U6X-np3g;K 쮎kעU/CBx9ϯOʨѩ5Lt.\5̤ErN~拏["t+&k.dsDOu%(XV2,O~pƕlBKX[p.R/V5|7 ;0,7HWibWgfvb x7<u-`C^5:˘q~F lTC;s,Zˠ<"̸ٝ.RfVSJjꛑ?2 (Z,MM65b)\ a,aNM z n_(BatSF2-+O~u,s0I*`Lg,Z(SAA5>FҦA?ZZI\ φ UBX%jMad"Dx΍H6tFf QQz#Cmܸnܢ}2^fS `}x&ԝqxLSA9Nh2+B*~p6>to];)q5_¾]'`fEj.`GJĤW'%R~  @$!Ba6Jhp)/_YvX ikDeh@7E$Pz}R 57u*OY ͤϏ`F>V?ɿ>) sb :(@T2X=(Kk3AIRF|^蚝yV 5쨺S=mKHA>mG}\Lw,p4lR uS@θڊx N%ly1;ESh[@.Q&ج9tjrᒲQN ā3o8MR@lOhɨ"Eُ˩c|h^!45짘◀(i n5Cipq) QsyZ,5A[ Fz-AsDJ]NPu:4*+AknGĞ$*,DY*NvӾ't37q*їu#¬e^zo9泥h(Nt<)whw㌱3fLkOf@wdVC(jʠV Q=*5tZs)0ĿYaD%3xl_GJE )t͚3. '@g⮟@Oue 5pۃx,JCV+ wNr IAF$C&fVayc6MiINYb jb6{8K{>>} }ji"ESon$C CS8#5E&D:_/<P&GmuX8R !lo! i/(1bHsC_d~+,/uj:_Px qOpZѻirTT{])qYqeʫЂ" dD)d1.CnE w8|&<FN0@s B`p@/DEgrA0…Wt܎X2z m kra.m @~}_ǣsH=[!A(+wgy"¬ݼ,J-^I`lPRt7?Z 40;)>ܕa{d sb4bhۺY :%Q=oƵDֈ.-WpOCGP-tAeS comKΦ!Co pF+@|r 9a̝3;YY|8⩬fՈmC&@g\ _le%1MU)82ۆ[Ue}mAtG5\2A;=y[Xa\F|+8dh>sF58x6$͵nŴ,CjW҂ )yBƥ,l(@Aa2pxcMТ; +mt\ Q+*Gyf Δ (tf :=z}afWکrkզ%x&CΘ׽[M&saAc$BT8h{A;DvM8؀\ y5]k1Ar UA]*a' ؅q2'C])8(DDNvH#Qp%y{y] !=KX] #:aS2E/yA:* 3tXeF%]x>s%P2Y $wtwxcgv)uuKӆ#g+?pk=BRB{F^2KPH ?}c_='䲹<\9F-ȐNQmt}Ghw1T9Uc$Þn9\{vV4S<şGii%{N^ Xq0vMD$M{TU `pg4_ݠ7-.`0 `C)n}eӡ_l+?0HG_]rr&y)c>SbXIvIm@[c3TĚjIĉ^S%(jUR6e"1=c(뛷UЕ B$g3k˥Z^UAt;WJ/`pcl.Zƨyߓ3,O{5qSN,w=rm|sπс^FJ."lq= yNR9f ØdHcA0 um1vm$-#HDJ3?Py;9%4 Qf|Şd#ye +BGrڼlw TQ#̥C`C3_;>MR]Uے2H_A`y&T MEgpZn`))=exk+Z?m~+0q)x^7;CE-pvas8]2`f٭鍣o6־mj\-\`뭾:1q*,^wU NGf:2/q}Ƈ̉c9z_8u ֋Kӆj&:_Kk&N1٨p 0vm.}je6@Rcm(`.Qd *hpWYvmw>n~ xsS>8pA~ohM^@z紥kn℮O2B 8Rܽly6SOռ?EHsM7ŒX RlL)RĜ|="pG!Eot[/bi1@;~(/iw-HVBP"3m}['~"X e^/s E&L^yq4n1Áe+ƕCAG?y$R?*!ULAthGrRڙApt3-`6M!Va{3 Ԁ :Wmp]5,!3U-nzuhZY8qF)1uݔB`M͇տlHx|"(62| P&ۓݴX'p$Xu]cAVG~l{Mz~bqN mYD<6xawZ%Y,D-?Ga-a0Ӗ;rOMJ5W*cpIO}Əǔٱ SWB螥qDZͼc4 %eOl,̟XY'zo!ҮQ NrY;`>I׃{gU H7njOD)\{U-Y`] Frd9Yʩ:jHRmUUMDNGx]yOei2!&\É {8~ּcM7vKA$F@}ƿ͆|'2($sdx /GC@[v6F$FNY~XC7R Ue߻ﷻ1CޚVRJ`qU/ϝ 0@P "zFg~?{氐oš$f*5gX%ջi 4Uzm"9* aqπOg\wZpx`95P0>X wԍ !SXh}!^..b yY}ܳg.M]p&-oN-G`qK uV|;_=Ŗk;әV\*5#R-0@9.C'u=':XRK*!2l D~9^>ʅrvQl7P@?82e:6Qֈ, Z^e5=6u2'Ͷ0l;~io] {6=ц.' rSFKw ><fzj֚wji3f^.c#֞QN Nq(Mv i![ h2u7}s&%Xejr/+@ $vKƫ[hʛ{8;h cq2rΈpPg~9OpW JI qB$n3"S$Ek;8r": n;,ifg1ԥzޕOi#uv Hg2#`Us:㕰Ts@zý4gy7wlӁc@j6bҖ_y ~1&) dTOOkEGa)̌|n]$Rﶫ[8`*_:fMyLMne# %4Dl::,:,٩dcI7A*Ɏ$1޾Jϣ 1IZrRkLvcJig 0 VT*qBM n7As'JDW<`! ۂt ~vpV#[߿遅fu]&J\8O$i^n{MmOk-eWiߥd-r[#u9wÄ$4+E:R▰u-G,F#?eyrXJw'p`h&3\j`H50W>*)j`)k*"q$ E|}Yj1],c<btI)OOlßqʟR̘WLܺ# wȿ.)#p8 YO]ӣ~"nrIpB.P'? soR$H#<9Ax9o@`Ƽ&n BԘxŝ"Sj}h8Bq|:dɑߑ։SVakrH1K-(ϥ %K?j܍T:Z&r/򞬟CR::quv3 (^ cm>L 0=ϲ΅\1i3gv4="T{wn1S< r9~Ϫ6J6"f?7볤*uJPl4"V"¹y tz%ٝdn3ZvB4r~k-%x]ƶD c%CV L5lb!P 4g}U=IH/LS GrtfdN/+CN6W>77%|VVJژv\(oeÛا"c %͗MNpNjѹy=> R-fuwλPZ]-[knt[3(yH5݄OC]bv@_׬8|h.+{=j`0aB(&MMe/в.`jdf:E^rz~âOSDgT3mk ' e}~mu[~WցS1L{ji9<ų>#m4R@n(SI:U<>TK2?I,;="L8Ͱ@?<%x)[m>_q8 loC{2nB/?-!/Iל/^"ZhOc"dqInC97ZEdr5:ͥT  g8}&FA!lrBЮ c ez4\s[#o :K\|~[Gx^x#w,PlAfn[Ϳ.]b], L+T7x,qP ABEeh#Lf$KPy>ar-ߊ ]OrSmڭT2d =zW/8CX5!kGu3D^yt5Moh[Uh3Wkɿ"|S!.7ʕ1"` n=S-W=$. @m01ݽW$?<~QAY ޕn[I]wn",rLQ-ɒ%a.Ǎ:݇굋4oݦD!7GB/غioV5qKHm^7J}$ ;6")rnvݩ#kTKb Y#s T>*8ڈ70xd_ZfX rB I1DGb&OM_F7p ;[SVswդfؿZsBaGS53 )гl,]](!Ǒp&#땘%W~SU߆)\k0xb16  ؟N.b?vI\vTy` alU-"U +e0koT\xWO 3b}i"lGvd%L2p!x6K:p0 Pm{1[3٠ź\ O6[~hf1r\@!6rdqeE0l!%Ϫ%8X;p%B(oSG|bG׃Ox(OcGQ}S՘E K\y$&PS 7`4״49LA7CKpio:|*@+AoOVqUmX[s)b2gp ?t r5M(_fw-fwd|{ pL* +IEK wԞ~Uww(p4Q2M9GFq?IGui+}ҝ(|X(UN<2yivN}&.Q}TYLQ D "˳˯Ju37γkw{qO83 P/bXrSeix8+ۃ:/בfZ ۥF@k7gU'/T 5##f׹RC>!._f.2sA sqڼ<p!d!J0`N|}ޛPgc Zs'{0u'I,\~k:;eNi(.)`mvKvD?c[ģxHI=RF)26|zT5@i6$skbv30tݙ@r= g4b,VCq H 9 = lI۰u 8+}p2~ɞF)ت Mr.ѯhD<XxEtOFLӓԖIU^铠{Ŗ^]h+z$cK ZH/hItf!UuK֌qG*ĕ}%{nՌL QYg+|:\ahÓ@"z[}WОM;H.vJb/UI@^Gj%.C~m)}PR&9[nчWr_ŧӴtH-,\"yWetaK_ZevZ*oCLIMMrȅՓAR'13ܻ~ȟG(;&N[HCN% =d"yY{{zA[(ݢ}5q܀WkE_mV|Q9~/e0'c$/T͚_Ei9Mq{ݘ}RaJ-ek 72o Զ- }Gt 94|UbnD`l̃O^ [ D=4K{ F<@nSou?P(st C=''/* ~<[Fl#xP%yuVoI~TnfmO$74 4 E6/ƀT;\ !1pc=>a=1WJtQ#IACYjkbPQ/(PcM!cW^T7NĴ1پa-@i3w`n[BdR1M!qUgci#5b L[ocUéֿ<~*ge8rJJp='}J8#Vhmeq~Yaa x #{ކs+VxEnj&_4Ejý̤ R(0H*vNuHcmbLyq#1Z 28 eRi̤O.=k:+yP00PE2d=o jq0Zi&UrbՖKǷvoֻƻ8=+8>bXYlAjOJ*z&3x|Z|`b@r_>w-)edz? h!t]yxOMĒtbrKશnK;ÌzsU33? G:=SIxF|r~k~&$.:b)_}(Pm&:V`a(RC9p :~Dh;qh;yBPo }Im#>`{  \h2?'}BV&|S`D@Mp{'B%v&6Q1q-W%;Ť Xx1}Z2-qa\S m_)uo;=+ ⵺UǃZ}D*#";Y`("sg2\%nV .P#rJTT[Ɵ[)`"Nt$ƈt#|\_bCe1Hy87ֽ%X;{;2bY[](8 CbU-p pY]Tb{/ԧ㸸N>{ӍKrEzZwۊ<_ߧ[C𲄲/RlmMɽ2|'k]ZGˡN,T 5u @H .]<ڴlF$ȷMyQ3K%z%HZn6\?\|fK|.1,)Fy-rD):A6KhE?C >L0vCJpYqxJ{ɥdT>yfuZ&2R9%%ErWعP58]^2{rf|lB ij3>!xDol 7|@>׈$8z&>#(pʤ9sJJ)w[=:h]5#;;0]|x)d P6u7lq_Į/ċvE]Kx86-yZ~_pL>a.n;r.U@󴲄Y2/%--S8@~(hqǒH nU\D犨-yoޔ?)Pc (ʀ?k) E7`a_K'M '7g^}8ŝ( ;E4pѩ[/ hʢk/T_ !?Ȕ=6HS}-O.3#cG`T^`4ZBOR(sڥŭ?`xc@}#Rdl}[iM_Kށt08Y@ʣok:b.W;'[#h^NEwdBm j fq 83B`R ˬə)g@3r_G^(΍t#! ncwZ¹-kv*-]TJT57*a| *I@ϲܞرAW:$Tnq ěrE@Z!=[KES^HB*֪9ɒy͚}8=^dOɝ p*ȥEtUBuu\gfzBF~ da';A;K'0|\6଒um)>Ӕ>Wȿe̓ G)ہ%V\M_Bvѐ.>}׮i{*7jNY\2:ޘxmOVhj2/ؤdƳjt5Q(LeDt )_W(3<޷ &3JcPi5wd)ńL-+1Spnf(fƑwhMNF +Niނ_'JXp 00TaO,G⊉G|DTg[qEgH01`K\7־nx>Tɷ+;謹8YfI_B쯉WK-_(7ΚL 5VmU]cBsY} {H @nC߽ Rva{ԍ-ϜW"1t@mkK,N. K>/ge'~T\!]/gL4(5: d_}ʃ)`CB'X.1mopmp6)nUV|٭9@7WRxȆW@Xe U'n&TFA)s!-K2c< 6E2x~!~r)tːV峒bUJĝqq-D,wZUP~zWTǰvJEhx,˺Yr,!C* >+ElEž"53䅣\dvKi&Ԟ&U*.x6*MZ+<ĩ}̨;bGwŝqw![h '(EFݗ5D|Y~ͳbP?MxÑT+YGMD"jCBEW yh뾠qgEW,*gOZ"s<AAfX+CE,D;~8%~,gITL43]f$rbSm $_BCysF|眜*f:SrB /Z{(XfyrL-N644 lT6nQHqAj˽NH?)(~$.^ElEt@r W`A[~jv7ugX}JC̩-Ҧ/+ia)g4^rc/~zDDYx@@=w7.Al~~^ 3iŦ>2`ry8]Z"PFݹ.~*IB){%2yp]^RtU`2 ^(x0:D&Gx0ۢ^#bT٘I ݧF-M EFWOA?!<ݎPuqKEZGƉX8{X)Qe1kV{ź_{2nn jŕZ5tzC?[hMByBtȥ1"=>~,̃Ҥ8fKk}h -߬>lN{]!/VΤl8'999iߚvv*YHsrCɜ"ߕ]\-9Nd%[q i  MVE ¢)xfЕ~cѬ{ KLRxjL&Al^H+)rJBūtNN$-2_ڣ20G>>Nt+M%@9B"7L~xQ>8w/l ĝEC6>K M*RF-sej56} Xљ˽=lMe0i"ىk_߫/)k3R} ډF&q|uȺoK&yTtf[;`;OO:| ZCO%. J{cS.?%+ H䟼%ձcmeS7c=OS\N!ǻ/"#uXR˳,P߃lUrdUVhhRr* 93Qοl{ fv"^?(oXumGjz$kCsXSq΀'|cd&ŠM!۷o}H {o:P/p5 f+ \Y'* .Ў#dIZDx|X;q:{6XϑgPRZ_iEU1 4 PfU}ς8/$k>)'kY ׈NGCī|)a*Fobf8.T-0Ӝٮ"ntxlCɩTaOa?Y*:3z&$[>R-Ax$9t@*P~<7BWRD Кz0mwFϷ|a ؜C %Guwx-|sk˝`v[f($SSp[Aa$l"y1 R므62!^6$#8֒^񐨈th0rnm|)QWۿP-)U8B_,=b4{E=@zDێV>!c$0Ӯ`F&;~ P̪CԸ8Qᡂ2ۡr%| Z*WPAŁz纒%41QۅS@& V-G)b$vEo <ݸzkN̅_d>j7D=|NcZ|S.bΞ䛗;%(B_ywh)tA=yOk8kz6?+y6(ok#[ȫU#Fh`ԊėBk\1GhۼKhP˜)ߣByhURQx\qwdk?PĮs~SCp!0[";)T1u+?X<5!αwV&uӀ`mW@Zȣ2e)Z- S|ٯ kZ‰C@EExw{c@|Q_ұTbAubika,X3>VBFIrgѩɐ t`ܘ1^VW`=V^7&Ɩ,tl#+ p{6To;b  UA/LB'kTؠL(C){v;Ц<d_a>F21rQc:qbNo2 -I w:ƭe2jz@PUd7{(#w\W)6-}J”6D:9&Xj`O kOT,,qVo XBHX?]mң萑ZxSރ)Zh>+qWz! Lo:AD R( hM_|!pVB'Lsd ~smH X0 ?3">wFBk Ypl/:Jt7nD -熊&\)#MȻ*gG'bwcװT;h{E^WZKN%zĈlgZuK4d|TR3h¿^ƼAZR`GCh!>_Ys 7Q<#e ~1/C!SpHRQ]n+}m=V;'))PSFK)ó>sq\6DxK&ޝ7hx+ԑuU䢄Kǿa\I1@sEQYs2<sYZq׻k's[LW^cjU+F׍5| (. s? 3A-u^| 0y&&pgr}VM0 xXXz@ RCtGHwz[#\Aޞh~|^dv PimP7Cp2{ݵ m?!N&Q I(=f^՗lY :FRѻ"sG!zt39v]P,9^g)x+HIe:D}NB1ZL>{R); #Q$)ga u1}0{X6FVܠȗǀ6[6S|Gigw(jj'~} /3AQ"zѯ /^beAE+k;]O'G3cEI0LƒKp K]8:G#|A㋾ķʀy,j#~.v,LPe㞬ٟcK8M"g&ontlyt"o°_)yME(vFoưSZqG:=LoEd}7K,gxInFy/[2y>/Q>U2Bg۬087sa!W\< 0֛8Jmy\pC\rOqdr0>Kn9V|',fzhtM)hu,Cbgs7_q9Ǥ9HiveoD"_} saS2{+O&)AjtڍW:\IBh=m{opDg2JU}o׺) $!I4QCN:Fo, -f [/ g}jA10R#{oz]+|p#Qm7򱪢&˅I;qBsEĂ(?S X7~MPYP[ w| yHb#,8R[> ӽL'1PobOCI4d΃H4h֢K>.|kQT‰0DҡȞqfcd¢ҫsmv8Th`sv[ 3,QlliF'mJO٭悪nFSEaUd-5M|-44Z` Υ[!K4rL[R{[ f:"J 0yG4ʛD%Jp:UjXѣQFf!QwQ;cPt%8)Z cZe%U9F1En6ӏU|*)PO^f|]#[ˢ@2= i k4/PNQBFwKTpp +pvm3Q,oͅ7.T̹WbVRGv Y?$pыj?tZtgxDzLK'!Smo{}wٙl,KkY;?%u v"y AL@d]($Sd.M ~dVяg< hg0Z䤠@_*jHvvV%^S>gZ25~@ɕ@bXiP`k!'#.h eK֭x`AKvNKةroz4sQl +԰tY"IsXZ:X%u]2εDJ#@mLc5ěeewOSq^-dI $KJ&^*G4Jp伝C԰n] c r;r G(~AgFg?x$tlc}4z` DX~XHucsmW &VO*䋿ll^T\_,p*+}ZI;jslL厒RR|d0h! -)ȎD{>A%^59U.Z}9teUW( RBS>mFͧvM4; EaG}R*dDL U12V0^qo"s}"8]cPU105NMPp0!c7)DG5{5ϞR!&lq6L|bgaXsGQ!w=4HDͣ0ވz`'@Cʆ%I1GTs5׽5ܧk0o"/yRJٱz!\&H8@4eaj^=Fy%+oWy˦ Kh3jFiںqi.#nfS6 5j +'$L2i$(-dhc$ΣjeVse.(qehjJ&2dmD ;kSاÂIi,5H1RV-Ǵ׌% b\ ޜMR&Y 6 "yF("8&ĭ$(qbMuo@)PRugq8ia=ڝn*=J󁫮,1%#XY^0~V G?dmI$2031iJ( NK 8Yz噤b5}Y8 i@?0),= <5d0";..lDRk E89eoK̵zߓ<q_ H2OVcp%4|TnWU<@i,Nm7^ myu@bbٵKN.xׅ^ly̟hP8'"&ؤϾ 2є{dytӴhB8'+nPh)M*?c  ra 30NP+ } i Pt ּdAt+ P,uf@AE Ot) ꣨CN+ n TY!³=ODClmӜWIk]ܵYfj7Yך]w0Mg .%u 5 ZŦ^BMu0EBx jhj~GY =-mް#K40"K .e~ъ`Furimfz?zh;i;&r6 ޜHGϸN6Q1k2yYՓ kDN0+w~B߶6J.ƮSd/D$r7*Goy0}GRrLH⨚;K뿍se;)r vp>6}g^nrGQ#`DWppy?]>G?~z0u}AČ?u3uN]dZ-g?U~ƨF]>_^^0DuRA<h]}p`{_,~`s*kqxᓢ%)_ꐱΖiF Cq+ u>HbW|FQҾn]8gO[(CoԌ{䎸Q9Yu )Y%J2NG̫vm)0SF[}vyf+/Ҝ_,cd]wFrd&?lmG_BD - L/BV4qEn} [Q9 p Ԛ; 6(/JzKDFY W)PrٍcҬM C8ZәrC1 07=X[!Bf`!z-I!R lUw]ZN˖.~[ sy꽫Ixa ױh]6f-F {}/L"w66coX2Y7p4 I<(7c݁3 >)V;mqm bwx< :u3~?\C#/? muˆErQLܝ$emKDNC?{?ǯPY5C4'YX|_pP]ׅו9e5OLB& oA冬w:*W!`hN^Ӹ!Q|=Έn t`jA.Yxy]g ٢˷j>N|=r0B>{]S"< jr zERdȳܺi $忊1_O"Dr/gG.o\H:x[5]0kfƁb9Fj0ke&oO@L[9>:+V_<0nq?QjpHQ:'z4߉u9O`H~: :-K7=bKDP>r 'vi؇>*(v Нۑ}Ɗ*@c0§s(ݑU<G1􃉗pC)b?ƉR>u^XjwH !럷Yg~sC=<3Izi!@LI]gПЩ`G#ZK_`u&lzqf{6g'co55g@(P3Fx=$DYJS%P|Xɗ]9#O7)C]9&M.UhO@W[4[M.smeVɼɗ1Uى5̓{nxPY:sV5$X48>U}@L|G Z!ݵ !ҽT 4iT鈲6]#9syTa_=26;)yBjl7޾̥D~$|ԙĠuhofz"}}q-_9.ˮo:i7ho";ednYLuPg{z%%@_}1ԝ@dZ)T!uZp<4LQ]Y%30LH$R y~܉), 2bb)_W0DiOeP mo5z + ;;8/ ۰@G8 `Syl/$ȣ,=J*Bvd Yemm%ǚɝةw(Ǣ>h3@gT[g3_V-P({ RHO={R:ɋ\ۅ[Ļsu|R_2}CP+Y̿Wvn +KwY4H*9pq'6$~-c^U%H u)C-mq1B& v8莩-ؖ`)Iԣ6*7y8asp_(SռsyHZ"2Dt=Q1q(-¬prnmWR;^ XZhqT¤(' ܶŹQ~Js"}sxˏѸwt!MGDfj+L|ږ̈ |j[ u%@ g$zBBWkF-"?^2yx=dE}]qHκB*.yV5"d9kyoTA,ɬ-\c| _!3eo!߷hTkX3hhAMxv32gѠjʶ*H!]w6YRס2+T ~f{jΖ0:']pY̟%9-\8qa}쀟wkrV&p_nKɊlhq}a pj+f#?\X4$g^tU1U3Λx9[I<GO舐n2|F)PDywTőNYR93]u;Vk0UxNUS\ҿr,8N| ӿՐWYIt??ӆO-vTVo@PsNXų%VDsg3C]K C 7܍PsG1cEUrS*ۑuf1ުUml$WN3׏\)2~!,U:-r ᯑ;OIMP*kk  1K۞YA'!0P1a<ԞCZYkrt`r7e9U42}10ShN)V#ݥ [dyڐ2:#߽\clc '8wGT0Ņ8` ` puG,uznh#BB]cz[!C^ ݝ2w} yW*Ar#@#BS-"U[#Q bU5)K Xq%RJ*^QblG'U!q*M+$Fuc*1f'>#S2&6keehW 5~YMZ%QQg?L!`Fzׁ1I$ ɋe=gPJ2G^G_[72˺Mw)՝* >~{U欆}udN[<=r]c⊰R߰] HUtG`I"K2/ B#gT|Yű҃!摂Dg{F8Ƃud\^Td:(ZHELox9a"ë́;-yxd3B;GM !BAM55|1z-WԈtOBNtYGh| oUg4M.߫-`<^K4%;Hp0acB#Ƌlv] _2$'FTPE֋+ljB&'/\ˀBAK.23Q]ى-n_>J,≺ye#Pr䵢|nk'0c= <=ByG ?{ObŹ~grͪgbV^`6Z@Tvos+xlbdŕ zBd  Ʒߢ?q v`2BP*_je1 "7);փڻF]HTvu ?0[YKҬ&F$}5y(Z:CHuMN:זMy[8cVj]cfCr6!:?S8I+ 5CoPB/>5\gIM3-1Cs|)0Q 6pj˜ 5 vl%vJemaX-g aa$ևkjey g'x >hYZsd ~Y8xZ{RV84zZ"y[oDU|KvL%#E.Ό6VI@ڝs57q2.l`'>29rKm3a#_ d|`9 _oۼ$6C0]! L@.5$ͮFiE̲Fh ժOs2[>}MyՓx`o@76޲j<&xֱ{Ef+8?00XphItg zI +`c4,{g d/]ؾFG5JeMvYPi5g:ԕȒ*je &U5JڻYK,gHX,l^Aߢ\/&>$6=^jt9ejbآvS5y.C۝YCMhb݋cܳ ޿5;| H6ɤ }`lȲt[=h)ҤOWĔ uC$ *C'% |6"`_ؿNݓH.P_ͫR%&(Bo,\gtDDiV<$h6DA_n\vWAiVAĂDYٮr֗*rvT - u?;"' P pne*;U+ҳQyŽ riP8~c :X3\vy?R>Eu¯6QA&7Y wkV<8v(}Vqnz1$/Y&-8RNȥ[HB KHcD~T7V]`(>H'OzD,WU4{ g}q7^Q\v]l\r߆Bo]Jح=0J9͇ 953тUg(際O{΢:dYyHy6纳7nFh>gO5c\'d _j?T [ :"B*F@hdb-#@[2kR6B*61\^%J jKn5]#s*)MM6$tC5U:.iIy*7k3bVKQYT&܋PC>>qhKu{C 29kSm3'd(tvGYu>+rNƲBak"2U͜)AN"5W!4Oy6u⊀GWC+IJ ‰/TfHhyy x/sf<N-FnewgK>O4ث 'U.4`xq$n2Сi2,J2e+%?tk1ȅބ%Wjn|($Q3@Od*kK=,;h#~$Zgf钎ZJ__ev1}rj.9#1ء}b%sT"ݕV&_wBs()a%>b ua8$>WPʕ6~qLZ=)4`V,xl̗^p@jmKISUßY'3ӐXC3On*䂨>d{\Z]*2O_-ŏEZh\{2Vםi@ˡ9d]O_Fa~/ !r'feNC@D ~9˃ 缥c9+ʚ|/9Zoݍm CTnҞ` tnuDtq2XE1ߖxO'8$}ˬKokl}HfFN%F='O5Z'䓍vot 5a.M,J)7#jxPWQ BG6 { R8ƋfЈ!&2A\]a4I6 R&O?p_fnԵ$poBocftYVP( y?j0J8*@Z +GRTF. a]P]h EN&'h[c/N4HH xDD/]!'U:[)vT_ct0#|uR68n{ /GIP~ ڎV7ڎ;< 9:?tx;u2p(Hۛ'RfwB+w3y1!Jy*ȣUfQ87[tr1&D1`JS |>JpGHtxtMQȸe7P-ͩPbT),]顑Y xW1CZ_,lo\/J*[Rۖ?Z/67!8Az o(y3՘_֓iM7ү*T}! OW{Ѿ5N#@-m&a|&a&"Ђrug]M+Oh>(+b \(98}!:Z)zڹr f+.olUPJyY]$csTuY|a.n{z|^@Q1T k 7-CUr;N?y=Aj$m'?u'EH7+iI69E߃+:IѺ`S~%@lKY\=FI& Կ[/b?6?KXBꌷ¤92~Qܡ_'X roeDX`Zfġ>xJ1AW51+aZ SmɔWYK1v=E- ;2^Ӄ1n D[?Gf&>< ,t9(A]L?iGu<ܦ1x* Y% &d%Jx׆ᩥ:JXO-H;'1L;Hu;?>PyΑDd߽t+} K<,ab z.Z1p4rI>05hi6s(-5M8a;@Z-W v)G'CrI$DXA/-<1OJH=I&07{FbvAhbo*vCم$UgZ7Voy3-=4:bɔQ!=3 stQ e={o5d3!cҨٚz4Yz?q2ʖ˴_^)'7wsfJdĈT` 9l ~VzR6GC:-X9/wޢI mbK՚T=#Ӽ ޻` BYI>fLT>_Vg*kډnwVplm%  hje|i;ٍWDzDPҶ|ԾXX`:> pNn&Q- aڙDOιg:_:w}m3P KCfC|3TʌW(8:B&\ \2/:-Og*A,R 1J,čHM$9kJvTU=WM3d˱^69a1Dl0)Lo 4|N:_}iDz: zL#' cPSc}b { kX~ÈBp֙bŵMa% jSx<޷Nϟ 8W%]t#l'$|†"^`D`` 棭V[EBGWi"Uգ7?:+4; j`v2-1 P?"nox(le&ZKOض\b_o+XR8b'+ٚ;^b{?WMf:$$8{A"{^a_ 3\֊kVPS|*#Uȿըߞԕ%Ümkl31ugm)~e1ջȼph\IuÜ>w/*ܦJ丱5ap͋Qke3gA>B(+*`>@@ecܜ??衰ևΏJpDyf ma2*N>twWfnh~Ů6 ]v==[`.G' u$7ڶ+ }r_nbS"yiz5m$ '?}w` j 8{rh kɐ>Dx>o劯hIM_b3H&':עE.+svD׀`RU{*f%e#Z1sIƐl&ƪ Wd xAi ֍Kv~a;x&Ӄ-֟@=a`'TQgK۶w('^WMGM{L^ִw_b} 4L4fAgPVwTy9d0tJY'*zN{[fku3|01=5ӁJ іa? /5g*n4Hqt݉9JI55m K9 qP;j8f :&~> ʪJTo{9@]% b3.1VNc%i,2~Qz@t0>MyzD}B2=bē;rfO.~-tg~/l7Y5؄eYMRJ@P&P$KAk(lAo4qaB0Y>:Uqt[؍ h[!"?)"Fr6&n[`?Yop S@o!J;jj6!<k½aL[ =BF9%(_ՃAK؄Pg16P|xF*7ȋ*a s[(]JV%!Q:vP Io. ^(*$ OW[cﺈ~Ǟﺎn}C]$M(_ЮWbӓZ?aLbltmߊ>\p);kg0K1ؖ[o'90w4eo>u-HB{՞ |TJx!ǵ]oO tawi_5ɘh>,ToeIY J3`q';m׃F{1Wm/uM[W|CQ lBnal:%5Vd|It0XMf,B-]k.BXJzg#%њӝKvYژ!;Y#`KU'e} 3ᎏ~ЩC7;}Wu l8t)mN 4͝775q~ӣv?s3[ f2RJ!n,,'?7Hڇ<.,X6_P2Fqԃ]q,n;ED%:2Êq~u\tTaO.s"p 2]>*;hVĂսIY;<0<` ~ntk7TJ_:vaMxtR 'd k%Q>s@)#'I5n=D~]V5`2[҈7{U_e/xUe^=$͵qpO>j'ژ_Ms:C0Il}:CRX1ڽ}:1}e<{e1.9Ix}{`DE\JHvMJخDfhH# EL!.RMYyhB׉QM}1J)AӃ4so+U.B b`Α pKټV;fpWw03lR?\:#\oh2w$W#*R(Y(tvwH`Ɖjlk4$DžJ4&%# gx b2pracRtbJNbΓ<0[eC+,`ӗM!?l,Z޵FذTwUzϬhnu/>Wl D1WH y_4#FL6T#`a=?k5ϩ k̽z@^tMI8)Q@T$6y"il$0n@ co3gU2ՙRj]-D|cr S䒦m%k51pQW=y`˥o?]0qtEס!èyQgX^j]i9bHWhR"  9uZ8p hBZ+:~8%\{NiFɲausKu˚Be^ow4<!'̆8+PD|.f6;mo!L3jjAE2\ާzxj ɐ$eL?2 B9Ȳd0i޸B8J0>逄DEqm"ByNT?sXxERόo`tAo"}(f 1D!C)-Ξ|wEݕIT#̊T`ED$՘ [:(HD@Qkzن($m軸&^>1 t i[ hmjBo{ |t1.ă+ܥ/('ߏvu%Ba׹)y4èSd,ޚ͏ Zo,0pRx=b1oM؍ڜ"^dBqdîXMx1TP<~S>|'sRJ,7vP YVPS 9!;DҌ/R%!ݢj njO5Y?0S8*ɂ,_^ &e-ZBw#Qϯٴ9"$AI(P*)8E'z1* sLH{ȳ,'OZrO_ݠH"s~XD}X2Ȍeɛƨ0. R^-,jD/KXVe?tP¯w@e&,U;([>\_s89u ]Əg*%ЍujEcuSP4~`+|SOJ(ߵf)] e=EׁfWc3~X'E!:o' њ輭mlLJv"u_*O~S>+]_X&Tv {S;8YmͪQZ,$3Û,-`\rzN.83rH5E )*1Dߖ%YN͌^?U J6D X ?I@U-=2,31JOدym-3i lǚ~m {зqFiqEZ]jyxK[7yB<T.Zdu%ت EP@I$[S$"`ؘ3,~^ Pht}@ّyߔp צX:u3Sj䤲h][º21SAoE͚9ѕcʻ¬eJ;a19F2f ܫȜڳDG 346,/gNu%7QC眃r҉팀#ym-l3,$ڿM,pB@62w9ܣE0#( ( E"8+ٌǦ $KwsULp.l+# ~^r|Kw{8!N^wd &@}%D5 pGJ9.$"nM36G6N 2NLM%4. 35&!u`ꘞ^rȁ*^S Z|UI5IfIrmWzoB#ߡ+B.7k):{Gf4iCe/uC?߱$D8|m~`T4.q \f 2,R:N#UnLmK"$8@L7&䧕`o-;`mE_×oO ̑@484ȹD{k)07O s⹶FAU"ȯvZQe0̋x_p#v-=QƲmi9^T4tb(2˹#Xlԋzg"[9uD V&#eI]nY~ҿ 7L^ɗo@uZ/ $Շưa<σA܈:pE4ߎy\lVИh=[&vɶQ)3!Zb+4׼_ -7M/6M]&OL6GeBWO*u3Rh,U"\Bp`B\V0GdKP_>}j tGѠjo8͝Յ^TB>g2#P4Gs(Z]7(*AXgO I0IGd`?1^͂%/9iqO%2`tw3Y~ŒM@̄\d˜Ȉd{?p% |Š+ gozekCTn݆(!$կ1C<ϴ\9ͫE.ڒ3bd[cT4`@!>Fr-^M.? .^iZ <_cx~řs$UP~!a4+."ݒNP[:YxFr[UǑ9/6gc:#"pZzt)1T{X#IC h情O6>]EeV3Q[K)Sj'Y 1 x MFMyT.]7 (俔7_Rl'Q-7_@4x-hޛdbG;9?s0r B V4=+ Gm ;Q 6e''OasBg[0,Xf~.&1,|Fѷ |*|56%ߑ:vQp ~! akTq8'vۉӺD8}{Lk}jƟ+pY 6/XnN0QhOlD!ؐ!ۭ\?Z< =8xwQ[NmXb*!tWi\#)uH(nV Q"3tF?鱷vu8>*8:h毇ȸ ܽJ_HBӾ8jucWl5ZACGWGgw j5:ItM6Drd 6~3bW @ӽ5Й[dEI8kτ>!4+1Z{/i+ƣؠ&oemG w\Ēn=p"t:v|5X5HY)xD׶_JJSضmZ)[ f滵N{+ WZ#D *7y<<\6iRZwq5&ǾD-,g]8ٷHsr𹇉}HIt=6m}0 'X7oخu TG.G~ m>%hSC9?@nMCvK4Z]=PFB?ΡCé>[}$"h|c%He$SX;@rܾũQ(󢠭߲jƍgNZ{R\LNP]+تBdg *sDg/:cIv;EtP5AY1Wr Ꮸ.916[>>sIMatZ;o滔1(B6[촡Q!lf{N hGn:5;[PRh9YTkQQs vƠ w tyUc]fl(4 WKUұ)/$ I?j=U:徻)2[Q ^As'ZJ`U J}⼭=6R-ZƆj·PM߃kԑ{Τ)y vzXD :7]|"6 3\÷:b]}"E062JUGsݼ? ɠVlQnq^3_`wYbC冑Q#^=%o ,Bp,nk`L͏Uk/@zkӗ+W}7s19%5uCH,N;38lUM ?=Ղ5 ;!e6Yy@}&Lj6Y Vzbw̖1J]ńXU$Xk||-gMHX6|?vGd_s.b\[jD2Nl8cNwW_ZNYB^(c75/aim۷<-:3\: U<6E@jIU^L0tF޽VHſ D0ۑSTv ΊϭfXtE) Bf&$orgrlp<E}\60d$Vfe_/qu+$>/P9bj:dB38Bz?IPnU6 ِ`q~x>dDTv^'yr6 -;~&cuVHnMLYfָRi`ES˙D3I_)L='s2=gy l|GaѝO K`祥R R뗍UJhmUg`VETu0r"=D\&3br]G RW 7|[XM/x=M#)籧=[Iz w^5~L"wJRZE gı p:^+Cp6B/T-|ych~k?E?I"OɰW#X}+nq E9ONeY Q}z"B! ϴwDSإFG +T ;q^/ٔ4Ht&*4Ѿkʝa#8({K#J:sϡٹ]tDiDSoO|^ TP b̆Il*Ó.b(%Ԃuy{do%HTNfF0T 'N!`ep~糲&/6ɑO& i>( ķ ?z|IIS =:fZc,xkk97&{tHaiB$^<e? Ǥ( $%+8!wЀۇ ǭ =6|>C < !"W}{TܭJf{ԁd~ſޏj3{Vva/lJt!qQ|E(3fq%=Tf{M\_hՌ<&'F 7q'iB'-½lv= ohUxj^b![ȇx 4r]iIa[4mHS|9ۨTx_g xt$ `4[婎;^*:"۔M-yG=u8v<"6h0B |{Nɱ)䶼Ld~Gx)sIIнdޥ+RoI<"fP=4Im%5/Dpj1'3I :wnH ۆ%W#Fj\IނAC lg֊b1cz)0Esao~5>YoȮg}*&˲̄@ѰQK/`NU5& k5fVq) 3+N`oQauX#]i0eDOM[U%W@/J+uo4`.B5 S $sދaJMW]{a(26B#6]2ƵRX  6gaUcᛃfwS<2J A,dBT<'AdJNJ 77(CL>vl_.EY1% hٙnDw߇)t%u ^ Ih|B p"JУcK$!#sHv + H UVM7S]=VL iZjZ]5Leh`U0ԿצkPwn&= wsi0!=7$ISy<,c$߬~ .ьyE`$cԏYc#A:3E%xsFjD \M2;Ü_Su0 L@J/;6ϯqYhC"^0SiC>ά][9=ښ{+o=>P|#&00Jg ֒| VĩO]Sǭ~JRg_ хV˖ث iUi &OmJ{ku$Y|p6۫%Sª[iY;J\$:&aUcFbj,i5JL{\ ~u#G K@e`v=Ю*Q^Ɂu},zLzs{# M*x7}},UFZ{t sդ`/N[s T=x5|V *,M#dQT'0h(xH~W+tV{ Z[FYȢk OMUg[]QQdyB߬E-׻ձ5SQ" B?UݞNu*7ixjPBpY\hjg}gWS8՛]ӥ4 M!%3A|ek{ g'AZ)jՒmZu5ÍPoY5@<)H|0>-aZ\MsfHD]#sFVڽ}8Hr8if\ƹt{NMU9fʧ,/7~%CM&-isjVs%K;Ysg0] D7ԗDQ0"d01|f| d{NOUJyn?Aof:@=$aÙ},pHGҬF@v$Cũd@HֈڜY Ϯ$=GΧ1θb%(P Myu=>aTe7NʫilIۄ`Ubi\ ڛ'Ó8zL k)}v~ģSS)Zݗ*tӇK)-բHT*=6y#f B2@(grڍV/& :NIL؉(r;lU(NADpp&{A~[_Wtw ޟydH~Oɷ?֢SZVJv<4TyAx/ 7rɨq~[-*O?rg 1&hh$ *mJ/-2 nn+VF"PV RgN6ãC=d?ҝbu0o? a9hwiJ16Vǔ}EseO%̭bd+/r1"GYJmG ~R|ǖPL 4w"X׎o' @<ZS3 [!ӥVwnIIP*q-}dZiGt]ڬNJxJrIJLv\üi^4naZdԆH/oHW[႟>ЪB}Ϩ|%|G~0g'VwŃWJՋ[c PH3` bV@@G|22D+C,B$ɈWdH;Rt|캁 L ssnXp Z7q&=>)MEah9[ =ok^#r!mOCFN~<.lUzs.R3Pk% L̛t~.}?7jX(qTr1sԝ%-ToCtŮm:&__}d{LILK40#ke܋ #5G, ,Hseh`&S'Ef⮈=R[E.GYhc=v}?[/+e?^L å;C2 <ӗWpHϹ]iū3>i >%E4hIK̸-<ǁ}^ԝ˜fXr EkߏB?6dY?Sw{:j󬈥$! ok_r]͹%y[ _4ֆ68?R;nd؈Yx]L!r=SDQfq% ]@n3#yrBvʶagaRm<\7Op5Y䱍0qf[7)-߂9U_CeB˷S (y8ҽPoKඁg-c%6(CvjͶ3˛MqZ.)rHtWÇSIZ0_h ݠHTȯ[8gjWr ٢sܮ@|[BjTX6Q3>-# 8#gz^ک !137 zj~m5@8]r<X7n*5|",-@urq6]KەJB |IȳK9Fo w %X&ó% N;SFmF4uI}#kO<[Īc('?nyp>DjHӒob_#I|&O""!L>W,t;Kzr_T}܃j3ǃ ,PXMD$#dT8eMl}=,\G4ӽuy!}pvNoLu>dS(1H D}Z[Gr-bKH|gzDlFިj[JAI!gFCj cTVB ,2U5oH|Ji`mU{{@dGݐ_Yo8ӧB)}K8/JFEE:S46ͱSsZDW!椔?j4["a*7ѫ*8$Rs.Ҽ8OͤahP -OB ~gy]Bk()YaL)TVv H V,106gR5 7ap<8 [gEa $]G8:s+:H̵0Sη3]袩[ $sW$FZV2Zx&ի[6ZB)I6=|DN`k ښpf~狎g⳦d<+L YL^}pݧJ@Eklx<>F`zb֞Ԗ[ѧ:JKŏ\:D9L)D󖢯 Bv;^ }6M 'C'hETh(/?3ʈQo?68= AHB_S Ul747ޚY5ȧ:G4A3/ O0OD^@UXY!wJo^a- 7); Q^UW]Ӯ5 _s;!XEri@IA5$qSEC LDX)RtB/s]fڋ> {yyǘ&SBESoZJFV.A&,5%B e[ = 8ɉd@}l.#tA^=۫d82$Et2Q}&hNEU#K7N/7q] dړ s+>h "92A0w+UCST!%_41V#^u2+dC#-٫P%zOӺ`[BUoM&Ыr|IEǣ+~AF֞i˪G~%4Q/kd{t[Z{>G/..)@z=F72 A}o,9^TD:C L&4}bݚ{vnD@yC,Oxw8[gYͮFVczzA/䲎4xPL6{>kZTdz{3wL-V3dV:334U1zЖM2,ziDy4;FLACPI<9},n\2JKK[X/;S$ǤßsnKJiF&+L |RoK Q6eX[y0 vxǷpp$x`&8zLOL}7uk4]ٵ# 1'vHV˸f5x Aƀ0-5Ny;\CZoyxP{d>P,xNQOE68pa!nw^;JL_INe<2<i%[i)mR⯲I.)BTv{ WqȖ^"kZO Pܳp\4'ӚbHs{X%hծ@Me7z+Wr-rۜc OOJm Gh& C$9"ɿqj)Yd?iL__N˼tsAAd:fy8YiyQkXiIh>]zl"": #"54a)̀|9E+*5  c!2'eӷ&ޘ(|1V| 2׼G$)aX{$'PIȃSw)Lf䵣E o,(,SoOwn*kv [%状[2CǨ0- 3p8݁Ys}ZDF8$Q^UJCsO~xMF R4& 䮌W|B^_Cyʯn$׏]84V.Rt[ E;u>Fy-iϩ>=aWkku\H&Ld+~M{w>-eu93{ʠY݀΀oy@A "dm$UHwO7Iez}P4yiPzBbRV}COu?*J 48E=ͅuKMɦ3 DTrzw e4fOfgӥ|)qq*e q%DG}kv̜ Zb!0QpRė߇hZ ,Ja "o5N3M# U]̑cݝ@u5{A[~Pw<"ܢ7κm׳V0>ْґ0WЈ.2< 7|1`kc] Ӡ4-]N 8OO?}Bgr4Z^5X)3С]AW>vW& !fbrA|eM#wԲ4oMH|2|\Q c; QQqI4eRDmu%@Nxyz_k聫q ;i}r޽׉פ x ;=+ܨm.LG'خC>Rq.*=޹&gեŌu) 8q)^wN\Wշ.ۃptޜg]9lmô<· ,gyݎ \Jɸ{o^9)(KDuo CN%uP<9C̜ B[W_1C9Ί||;H`دVԄ٣ dt-a[ vIX5# H8L!vΌE狰ymbsyGqD< 8UAhK R6l bɱȴoDmgRu2pv^iH/]M8"9Bo@uWVddռb+utm91^p"RQGLQ\iϱ_7ej?/FYɆ`yFW +F3ڒ}1?ATYbڟ LȄN%7AtEMXl0+UU),vrY u];;y9s|ANpz>_(?eQvKu`+`s~y㭊s!x WiPd2fm_#u:I ~&"a^3EocpǞe<_Ӵ]o2#Ji⵸]60EMn>ܗG#6̍ձ^~0!;<G\bξe(UD"=O$l;v=x{6HG*P$'r$u2ϳ8fǴ/9? ޸i%Ƽi է>, 8:ߦЃjx ͦmx[`9w}E'o$z\Z@+m3?W?B`j!޷{TOAʄݏOrL/^Oy١ݛmY ( ͭO @(*:S`љ7#LMX:>и z&RJjfBy 0_ -)Mt KeLQ/ʱo'8bXD/!J@S]nͣ9 )ɝ7*g}VuTf)'V tD{Q`>@G53I2*z`QV@Bj|L~/B 3<@f.o@cZ%=R"PP h-f4.pUZ6k/8-߆uh;d{$B*͐[wQoα!e:^/&\ڧl= >WjE W8 8JȘhzՋtpy[97R(( ):R_'H󤋕Uᤲ:rМ$]Zi70f\HyӞYإ٧i]P+SOO$%TH5jD?HeoLs)~Z9Gӡ]=UκF+n?J(gۂB|ږ- S:({Ko13ko4har$Ex/B!9ܛT9%B)f- ~)NPZ&/UqA4kdsiZQnKM$ 8E"6w‚zZ)~?5lT%G9fna֫"P$20]Qƹ?U EoW G36Ud4.kF+q$ M8}$K O-cAwOvj1'OaTwC[Z` cqs!X)ז;778]ĺ/DQPuǾVP8Q.I}[F(!+szG7׼B"mSkjz~~c`)1H+p {6y@(bNxnLvQCe(թqLĎEp} h2&7cC:d/D5bWVpaK* %[{h)- q #׉td*M+ދzrN!` ՄOFtc>ke:WXy*/PjvbR3/؃GзU1\S~ qWoBs5 Zvԇ,KYo؊oyϡ(VNb3`C06;&7Z9l8Q(q95p]-7c|2Jr<C |҇x,_wc;@YXp@C6Ę'5s=SVP^wKD cWBCl7cv6v5Oa+-1AaspȽ=?oS,a32&[eubnΫI<2grpqݖɺ+\ӭz3@)'4~iWl*:C b1%U=O//viZʭٓ,_%z@B]ew *B&k=?`qN7X[l5UڪT-U6+Ifd,6(aWcb$WK$!Ă0n {Zy pKjIt+%h h#롅 yB 5=jL|ސ,!G/wW!F;@–`5r@iSFx#=cսW#/)/辤\;*Z;я~3>`5Gжo36jKsVJoA捒ʀbXem‡8 70so5ܼ HN2bi+9U߇5ژ ^걻){~,D;"p k91DS==02-N>S1&}"Ea>;oR_eEGwui/-$(S3ĉ/ԃR|s^ed.rpJ_JB$'t/(\w KmaO73W >dcQw09TQ;E`_LZNT}uP 'o$!$[Z C{ʁjQH\ʻ -ґ[/RO1),PӺ]V_@~th_aIY$2k fw~9D?C6oi jʱG.03>2[,s^Q{ 85R [ _/E''Udxwk,Ir JwG_(PC'ܮ1 aPd80/s)i5]W.fgt2(Ae8)zhn՝5|̲0@_ I}>Cx,BJ C&zGA$(:Q/7!]bg&jߝ9=u2kQoDӛ/:ElRP1DMPH}o܄ڒA?~soO )wg!4^aP3q @Zo"FB섬yAyiytrڝWlrYZi xd) nς :XF}!/#,,7N\"B/P-fp W\"3o62>sW)aRh+S$/&w |KY绺LCDϢ#W3Tn7Ѽ]xOГ *^!"T)f 70@:[a1"`csu$ 9/b~K.2$*7̾UM5܆ΟS7YmM腬_Ll|ytO<7;o Mq{oRuf_)g_n(|Av?wy̢@3ݑyefHO5y[i:dȻO3Ij@>ά: SiO2Ƙ\0IsspWztYTw Z;S,,'aHQVjtpJYܣ&WiLFbh D}f|_pMbuu}:ہăL" Ծ=.tM%ݵ\فA~!0#Q¬+Y|7ÇfZ쾉dq9NQshZrv~r+kj1>Us͋M͓͔T?[~OhNn"2e\TlNJ0T;+3˩}| &MUj{6j͝D,z:MYu-ޏTan ׸ő6$ k8VR|AXlEY`yU?zD:] .FjfۍYGKrwHhe tr?Hx^\ܚS5lt9[/R`g| =z ܼpqο5S|. 8`Ih\d9':q* ;8kl7N%lgJ4…/q$G|b8 +K1a^q:S@4= _[z3u=(,d>6%%\O^+eTW%4` $qya$"V,z#i>|ʎ$tnu|)*2-&vȳ..6)q¶4M8Ӛ]tjOݓȶE^^Elj%lC:Cg>!6ϛսMlZ=NJrt@}W5SMQ<]d SV ,?TޠK'>U>gH1}7Bh&t-L2R5j݃ ߹ WJ t, ge"t1+ MKDì8uCw?b#ߗ41N?ãR DޟM) /gߓ F@_7kdV{h~XPG%iM2!w}g=ȃ2Emmۜ1is4S`qڮ4q&gjm)|F+Q ǝ]9nruHtyWBa} _$ +oDJoWx]Rc' d>]+$FLFlj״V! Zk!N`3~OP\xYvr@(=/pjisˍnLw!]Ҏ1A1\U:qt"hPY @aP+-Hg#' ܜ :2#9DI\K !ch!;$Hu-iYB YVfȇ]g*dʟ d2y7vy/~_BR32+O]3_!Pj0ӚQB3,>h eƶOHD`k`]Å $f%C[15on9c4Kb@Tm lgrj}`3<6 R%tlM^G) lG,#e7Kk<6=ݚ371Qz?E'4x9 ɬeц}kh pl"P <|Y8?LPG6(~N$M7Zt [~f)f\#94Y5l# | Jw ҂>LAfp0DCIn%h>rVOnh>`Ƶښ~/A5Jrݳz>84C/I3]^ )@\~ Ԕ1[2 Gay\Si4 :ZǞ2UO=q>x6"ȆRٞqt[ Pt2>x$;~4)3DoYgнS9*ORqK*)X ^1qU>BY^uEZq%uL"[^Ϧ+9m0J{:(*L[VAC$fW@r(BHsm0 3ØPD}+Fi vB?E*8ç-h]~`ى<D\^@ rdSLU? ~R afR&rGE+~_E[%`WP~5NJ~M͕ÃE'cmgւ5`W\/>lf֓B@Y>$-Ϣ)ǭk&mȾ*7X ãy) ʳ#,zrַjy֧" > V ݶ'va2J#DYg&@xK?#Q懔$$~ȣ7Sq1@FZ`p y9\SSh] ů(ovat?ѱCw'T506r*TQ w a<^J໏^w1>?DX@R˓R|L7"#f%b=3EۨOVN,apq?Q%[jK_g*<]D_`tumBxQϱjϒ._§5˜R }1&E=a7&~V #@%|Np, a]i,#lꀚHYGO=^[0*kմïvD}ytf4UV&]ݒi|z[bt6#~,ڒ[#M5 ۬#Rz"h@h-¹5Zn.KԠ D-"GLTG{T8+*6+Bw@Lʆеmf4Za,:.5"-0 8iRzT0,_w4Okӣ5ž'Uc]*c_ |/A56$#Dhv=wQSEp[ +/ʨv>[!XA\?ZyaV!`7Wv:B34&Z -%xo;UGL!۝:1%%A9~7ˀ}9d;Zͩ%J2,}nn 2{G*arǨ_6R u 8I +TzI'u[l7E+npL5 4Te=0*D@s߁D1"aA4;b&9.bg$ >lluܮJD 7b[z_w')X꘨^A T}TTm&Pe-ϮDa)AkOl?ɹ*#N/ 1q)80?P{OWB=dHEH8]k[dxj+#zN>/ăTFqo|IϨ8B8;]S xA8D H`FPS+9)Ro8Ŋ5)XA4Yӆ wPYJU ̬*kZNhk8bhm/Hϋذ Y!GOoK*P_a9Lv7b?{UL,ɢ{`Te(c<;e4+@Dt*rS8 o_g%NnϚ|א;)䉿䠏Ά&Ai{ q$浸iG O*&xof|8Bkvùq*5 % vx6dn"7!Ci0|EҬ:hˢ7 ݂x{-x既 >=a ۙW'Lbc+Y?&yfr. xQ̹,$z4Nnu6;/w»EI85DQ;Bcg-Cklh_ȃVjBۜarX#dg6z^v`EҭQ9޵ | {9{vQIu;?^yP%3\kdRn8tOuRCoHn?ڻ# o=?q U "ыeRF`h~R(h!Q Ԅo3ƍqN䋒Ϲè꿇O%O#`8|H:NMs ݈4I{y ]!Rw1 ]5BnކlDNԌTѺ/d[lulG(4⃂ڕ"QJ+A-ǦJj-) ݹDRmXSFfxN.91&)lG ipUh9Afp@Dd\(K+I' B#&(EF%?0W\$>L;E6W>3ԸƏ?'wfDZ*a5,Rqr'^:OY$жK+ U 0A2CN ;eR6XY257Fߨ E9Yis|V0ř4UW@!Gßpz0C,kȺ&[ ߇!c%`2o${Xj|Sܵ̍(x\w+ee/l%L ptM`jBT8Э$nEʃ̤cW%|ʹlrz$6º$ (왾I+UGnPOOf3SC@g@(Q;@?S5* +4qe݌_LqPn'C)`x`\0 䊪GuHpl4[u70@Ԛ|tsJ:c D Jة55%SR@7̵bȒhgwfQ[-Ǡ @2K|:ZO O߽\lRme&U9 EEC3f]Vf ZKs'Y;jSoʉݧ :8·$ܘ;0*3m鶕hq$3xk`Tu5.zgf3J;^ ձr=ٱзLfC^K6ddG[ 5"V.;p +>Bϙ􈄲uUea9;IOkN:wbN!ѺY&FWZ@#&PoZ'pټ7Ec_k49Qļʶ~?1e3:yQjz\!T8MJhqD >#tÉz! oEֆ;EJl铣!yA.)lRC3B;IΌa25>dEM񲖸XcM ץ=r7zج#^y$ڪ˜W3k)I%!K`5fX7z vҜJ̈GW;!W~"D*P-wI0ýɆ ^mHޡ職lF[[ބZ5ŋhqh@K<#T#=_s~52VU1ĐX5XOT.ԟiVG> 6+ͭ@a5h4h^WҠˌajo! ?Ρɉ` C|\x$#_[nET?dyAA \m(J+A$c2BcrA|yOOGG O`;ciϗM rK^_Ρ6nUƀUmt~>g%i\Jqo{VV{]Au RsXR'n@@nc,zЌ4^d76m+az$/IV8}xXɚf/Aa1QBy/U6*"On`v)]3-*Vb:4HM3*^bYwgWK'ٴt u*S`t܄(=イ*I&^xF5| ȮܥA *=SM/q2mO}fX?z[A'׆%0y餦GˡГyr~w&x7&2qG+4d*]G*` YqUH- "mҖ9_7wCj s)\ | ٓ ސD 1'(@Κts 2/B6frjr1F@5YT.sLLzm൑QPn(1rKh $:n֪>騁y~Ƣe0E*:`*#m;ȴKh k1ʇEQ0_bg*TGN3x }1amw14o|`V8vkp"M.s&h"2D.f-ȁf!R7Mj*'2+% t0 Ę cx)?44d\Nyn/!=HctmH'6zіH/2յHM' _~$ZF_ܷGaX vȄ+ $fFʒ,ZϼYh7D B.7N~JWk+C*gF `]hwX 5V4@IWwrAW&Հ(H"&2L | *N@59g~f#4=a>`SOV, r7{crgj6E-4#vT@/TJ];'A%3%YϦW^յ5?ǥwx/ڃz]#~!ft%)iwcVeѿnAFiG 7u /:'!.2g=47O'uE.agsa֘sVe!$Xg<+ w*3by;bBoxf~d D[K~۬Z6x'Е ڋGM!cڬqĩ?/D09D(:<~8L7DxȲXu{A9I`ˆu*o3:E-FJXZ !ecpD[1T4 IQA|?Ҵ> ^XQ%-yʙg-׊"mx;XM-یgOre<8k Kn;7|tpPܗ'&#ļZxx5 ?.0G _:.E [[bLY>b;ޙ3I{BmH,z@ܫI>uVV|N5 01<mN(K:CTuC[ Sz2FEk2rYUJ7'+b}J?3`9>slo̽{=SlCkO^Reu<;Cܴ9YgTgRO.Uu z|rTEg}ޯ@o _0AY 1ɊttäTpgIy9nKWq'C;ZL'rd{38W4/r9˴0I~="x[ Y F4LE[(MO(]{|-%ScuSiL׾cJߗ)=m"so#귇Y'1Ї0#=FYs*:s\ҵC|kW繌 {^Cy ľCoY޻ѡ !ŃM3I>,P&Vae d!?kYK@;EJ\h\6C_p_0GT+(  50#BDTl.ꎂUDN4t-Ԥvx ׂ[D'/c!xb85 @ݴ2C㰋c,&jY&h`~D0]G@(R>b)j#cY jv \>/_k?2_+@]&zR'GJjrgIOm7U,0&2g{(=Ms,E}'v?]!s:Q!!9KZ (HN:s2W{yK ɂ6o l lTd'GYoF"|DcL0Ս&$fǍӜEl!:BN \>-I-зoR#ju|HπıѰQ^*_5,-"7;UI T ғ-3jr98qiVܟ_aSL-qo'-E3DucS

+’WM cHa7.[ZunŢr.ҭP@`6aJ-eR@Πw[DXn*noo. o@3n~\`4; q]%)R`+9+W:R5ƊLԌj:UC,b9mnPqIT$f5)dzsD^^TѾRDԼ7#z>굤h }v,zT>U8 q`\$H hE0-KqoI$T