libtiff5-4.0.9-45.5.1 >  A ap9|L=Ep=pZ̗;0KN" Q) &Ȗ$#}0IMd+.- DXNdɄaH^3BոF0Q{mP GHkXͷq+GG#N1}VͻL `E+U 4;Ӽ/# U(uuDݡ%fyS(d8t~`yWdro, jYX,?4p@?d   M-NS iz     T  ,b(8'98': '>x@FGHIXY\,]L^bcdef!l#u4vTwxyz,<@FClibtiff54.0.945.5.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.ads390zl357SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxs390x(8z @mA큤a^a_a^a_ad7)O@a_a7cc5f02ca823a13c1a57c81af817aa373c6b0f836d6ac2a566a9116177a6d9607aa93f65e6b3de1ffce86a075aad6f03cbedbaec2f6a3bfbe91fbb8ceebdac3fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-45.5.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(s390-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libjbig.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1aZ@]µ]µ\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/ldconfigs390zl35 16436191724.0.94.0.9-45.5.14.0.9-45.5.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:22626/SUSE_SLE-15_Update/53e11be057f469e0553bd4e929bf80c0-tiff.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7915304a0dfd4a4a25128777fa671d698f8c0c45, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=aee3416d624512c8bdd1c60601780d1ad9043f7c, strippeddirectoryASCII text PR RRRRRRR R RR RR RPRRRRRRRR=e"R½utf-84e04bdbf300bb07c1191cba24763d16556479143214a8579785ca0175be834ee?7zXZ !t/] cr$x#ꍅhw[<)PN@0 CT"Ѵw+1Uj[dr30HH:>Yx\k  Y3Ӂ#١tWXn| * Jyx&4l='͉dۻՍg/zcCȹ#{8BFR9z aǪΎb}-MLHXˬp0ڲ1bΗv&:&9&ރG*1&;ㅬ6 (g a-yQ="<ĸ #Ms g@6 YG.p>~ AD1wx=XZ6[9 ~? oriiB3g:*Mtwrwrv&? C W۟A<ˑ |%K댤l(#͛h7;6L15?6&DVI3`fC}iFdr+@-;~[Ƭd`cM5!55ߌxA+vEF$ʭ=sޅHg{Spk95ZքZ8b+4RJ)0U^P軖W)XĄJ#̌eg<]|{֚أYp9$oixݣ:]pBXcd/"3[W67GV$s< K^ 7㑽6z@=+]"KfA!82ZSȥ/ u,fW{_7#ݡ4k1<羿,NAR ~(s$g>k\M 4 #N5p̋rvQȀɰ2~!IdR0Z;XaƎ1Cg10 W AqJZWhQ&ݢZ5GxAc2-QEޮaT}_:c Ϸ,7@Y?+ o؎gQE\& !.tK2%N#(&입fֱ_ q6.E5S+L+QVGoW{w0UVzKX蹛y# IZמ 8 ^J AD3[K󝑒~B:#AA/Z]4 RļjCaN2DlV=:g\|ULw8IGx-x?%Ј ɉjʣu4)^4-]u'Ԓ]V&oH'#z=z:,7\J y(fC8fCB}I}[g^FF" ~`]R`'M4ٯJx Bg^fg\!8j2i{7+uy#G#u/]pgP1#l'FLc^W3K/=F4_^}"W$ϳc pL *]`dUfϙDX k_J.D HXj<z2#SI,DڙЦ,z̘]6.(2KPrvW {V'47sge:&kD@O1x5O;@ #0*;!Պ|׵V%tޤ,TP@Xmh mX.B7Vɮ >6WaW09ƶ\ ?}8|R-pRN:+|-P cstk Fm5旧P-ҏ&Hp󵏴`k|w%!hL <t9 g =KO.a-}C;eȒP2C"bX=a)d]WiPOp%㬀{??y[WRlV"QineY$G\Ҫv"]_Ho_h_IC M׻شN a}Z)~#rn ^!,RV`cHrP. r!l0: ^dqU6⢛! p4W,vci_1[8 ӊ nc&|"A< K֢wW(~Te.67H0σͭ{S"gA#+^=um;^8^X[ [[/$7 Taj \[ u rkCM"o81^P\oM<#^tہ/D~CLo-Ien6X<>AR3ߙIjcمϼ\g\|a7VOm:q+ѨPLw7$>=xK p3{ .QTbB tk؍FԩKGԈ9/riUBAWj]QZObYK5Q/ڎ%g]YػIJюq#mHXgP8yd38TB'X-?n&Z{V0Ԁ޺Ȭ{2B恈}2f-DB`۽7'ro;9˫!Jѯ1xFi߹Ŭ^&Ƽ 8*-{U rEbt;+ك?xydrr3wӼB-w4PVY{2Y`ͤeԇypD}}3M5]dibhai3;p"IS[<ʞ(_].[攃]jW MUш$ۚD0 o)3fBD}HgL䗼`ʫx}n-6r4Uyh;oDO'GchӌxO>2e-48z5by.tN+.j gf/ҚML*jJRo}m"8p3 \{ X)ɷ̩vڐC0"8K0mGµ3+O卌ܼ R6F.|q~WcJ%&Ļw}Yzɺ> 4-_j~l8Z-EDvDŶ|$ jK5 H1! 觖&|C6wzf/ uܫnʌhJ# $Eﱈt?9u'P:wOs=3baUhZGՌ*1q?}p٣Y;X=R3YQ4]:s,_懭,Mfeޣ|[q&|cLDKI_,Od BɭVNne~X(U0|ȿ]RRp߹Go)dK2=|cvAGH>:gh&xԔ $3 P=*-WzS*SG%HgN(^T+lmo Wzs/F9ƩcT(vZsu:$^~MQ$g<-_{Ekd 'y8cI9αQ'ON:!WO5y\s]S+pj6dau6H:7pD5Z=T;6xdubLb7AaK `BGǧ (ۘ}GHLV()cOu֣frP a-FX8dBKK`%aיbBfn,nKtMh07>קXZ!@?Ut@sn n^&>Ҫd+ [V̹}o^9{Пų95D1"*#jX2[mQX+HzpUKZj{g^M\6nAdd 6%Y; :aɏ;tԜ [|o6IUtJ=O8fŽ/礛c{4\6T}oE7k8RB;t]d dzfv5}b_ 9ۤnɖq_.\gWbzpY㄀m*>rAps-HpCw8 dk56&D閹chr̖3Qe#8v\5NƓ"kNV~|7|~帯(>0ӈNJdq=fg:AAUR܏'{d׌. }B _I$cdO1pfl^}  \1uZpVfWtkhF5%WUtU˄60Z'm \ãu @uկzyCɒE yq[G;km8Awpl??ۧq!@ʏw'00i2$TcO:Ūv(lMt=UVR͑8 ErhKG"$zr;mas ELuq3Ϊ|Gs,}SK JfnϜTz [??!^Y?qc**T?`f{(LBPk'u4-<.3Fsj; t2m肩kx8~f#:0w1[ X'!)O%畼^b!:uZ?bR65y;Q-BgphG@kÑP?*"mVZbJ``F(ce|pb2A{}c"a@wp cFSDrha}^@r깏qVFbƆ|zKXJge^lp%f ;S,#E;iNխ0˯/m& `ӿ}PQw+)dU|3paYuB@21v`.N"ʕlD@ݤ󱪏Ÿ9߄a'Z^bͣkld)oE/!x%K4]ļkPn_E]R%UߐG-e-HfEtV ?/vV<]@Ti\\ }':<#ov@'2T#“Y:LNwCIl%̫og86Egm^uZiNLK3*;u1gez8'\jJC]P *n]1-gc6c8M=mm|DTu#tJ)D^1^il}yG`Dmzg2u㵂E~⿅$ʕOSy U9B' F|Tq;r$- =i լ7jo:,> _CtmdU_Ŷ/*Ƥ^LZ6$"FmLnL<#D.RPtTwG19[D3P,'ߧp Qɪ"[2Q(-iv4D犱y0#'e_9 +GW@ g)*2Blʩe6_hl$rWR]y u1Iĸ3Z\ڀzZ$NdMZM\3Jh3- KuE>#=qAtCbn򱴛JUoˢZɤ kj`d5 Us{_RUO= yOVzϓS;8 HA1Vz^/f0 ל tQZk#]+W@LGIMGSOϤk{fJUa=Pz]H ߔ3B2# p&2Wb$h/+SjPpYh!C۾'iy0u gwMIE~\vnUIJJVj9AcO} qgOIU?C\ ^b4?eOf1u-xM}k nò7YgJ;f 8+SꝄLZ_r;{sproX/ch ?ʏSY7:﫚>DbKXN7UsLh#Dy+gv4:/з (K=8-9(nG`QA/HzaM:=T8`[.ߝuDApnX\(9Tk΄3IL0н Y JDJ˴RڡpW <=B8.nl*#mBty#xsMKM6ZOhiҋ6xi$̹rUwԣM_.xUqÝZ1)%̺fNPCCsR>whQAjH_/ܿ-Tqڮ gl1N&KMI\DlK'ޮI _=v }f:7>ZVe]ҒkYiVSz HM̊x*r> oIA.^ Cf/@^pu$G^#4m ҵObym~2)@[T MiGZ _\:~іzc6Sԗ9=)Lɻ)1В } bS~c$E ZEQ?l&ݜOX5OPP 艟&jmE*T2$/Ɵ:OD߉6Rĩݒzu^ #BFGaFw->3u]c&!7~ůѸ>&4o>TTQin.˚EmLqc^1T N H`Pjf]g5+WskQre}Lq GBҩNv@T1mZ0,ˠřm*U~ʚ{GB|Zj*TZe +"@%RqZ (Pfr*ňVzK냚 x?ózcF)^ bvC'yyޏd X.L:1X?BOHĞcomxEzXL ,~9?] s+UdtI^%,p ?Ḿn[hǘlB?&j:޾J('-5cn\358Gd\\lM7ZݾE0cʖ+whrV/O(h)65JռV}S=i ],S]/w @_vp a5 e=Gip}6̧;_h}⣈ѣc'>9 .Z`>ۯ+HW+!AOئP\#p$#81EӶrG:S y-m̕A\+$py=~IL 2Z.Vij&sϓ~ _=3cQM3n lq=G!E;ū A0n r,xRNiwD9E9r~LvϤMtjU}{ H4IVIVms7 4'S20\ eg~>J 329q?YZ Zob4,Ǽ.IR-S|U/GW/ϰ u³ּ|q8"#8`C`%"/+bhM("Sc0񳉱o.ղ83.-9 chT$Y[HAc3 d?k0{|$FY~yO"*ESlnުïrO8*攌BCBQQy52p3*:?\KQVswn w[htn9Œr?ЊpH cs׍bhXf]ɕҼ^cZoH`c%KD@vW?Z]NPja8i=[o/* VȢi(YtOH~ 7'Y~mcb`YR%뷚;.`Q$d >` fg,;׎~&EАX+ }~fޫL KeA`{ކx~3S誠N@|6ٱİ8>iźpf?%ΤۋCHaMPMC lbNi(P\wX?[/KQjoKQaN @\X+Su~'# sJz!py'5^C=̦ c+N3hG]!4y+@fs ED(mx^yzSk[^ YՐo63GN5%tTl2tܞ|X.ҕٶr˜"2i^#KMnu),6pwn!p10XDej s<<+ .G1?Z1`HlT ^hORX]mu0zKA;>فΠޫrqjc=3"maRϜ7p8.ܬA+jy9>٧Q PMoBsj]ɨ=r̞L}&ی>lb6 旃l f?B w 3a:%).*l&J F5Po1)z3ǯQJtwIC" 62`0wQtBCζ9 k0UѣQGėtAD'1;  Ƌ#GXzua ]5V+Q@;{bE lyF=!h<=Uz^E9va Ic ܕmgWD\Ehtd# âS_=H媭=kKZah1?%*$_=Q8ۉCgm1($ϩ嗑 MVsAoq}%[68qa9F{ q7z <|'z+wD Qr>:Tw!25\ !?Weޮ⑘݋n m=J$jQ-87T.IxLzI1 1ʤk]t[ɟ&S`Q޽Ue1 HRt%!*v> W?χ~)KOR۾-9)M,՛rnWUʫu8+E%xlEj-OQE&3`﷍:$/g*ңˡ&׻TdX21G-1x 4mEykRt+jSHMvw"ɬ^bz`Ib4إ4s0-M*yWF&_9ƣA^zDč~u&.2og*u"k:l ,%\2A|RpC™RRr#] jTcJ\S[y~\ؠFH(4jJfmas\4`&1Zqlr9ū֕KIt:!5ZTJ:( S 2z2`s.iSÕͅΛFѱ+.58J;pjG),+w{guD *س ն#l>xAO;QWv,|\NW{)9m@w|=`>܏Ӷjt(A2)Ew/s†yp] 8RR WYhE{<7B_-M}Sag,c&D/v Ug\XR_?<`B9qbcal!]ln1!jOġߚ}˟Wlf2\Ek 7oMf?)?v\k{n[oUy(XEFu"6-Gn ĴXvyaϭkͿר[bXFk6~u";Cu&KW.;%kX^EƉ@Ȁ)>i`zZwj;qh `+Rj Q:޿e{d_Z.abKb/"|EW 5o,~Y!>D+/D Ǟ0WI?b!G ,Uy ͞L*bQhTguxg^%؇A1dQ;[h6JV|پ:b:bBm,DٮgpyU4_ hүA!˨7ǿǰјjGeDЩ_e d%eM@`0 ;-7Ή&WD((cXxEdM'`2k6q[ Ɏr@a=hʱ@C~zD`vLC5)__ESrAb 5KQ)h<5)A0 X@Tj$C%eÉ{٦J`$͞։e֒Ab[0K^4˖3A VH B GB# m1A_B\΋,߽=əOAl|y!bq[6 6$'" ȇǧoeEÙW؎=æ1ѩGa(x2< 1(8%W@S_g,WP"GE0& uc5o8v]߳xXM6HAtijrhB[8ߖIZ;?k*^:8l9!*1N'a1VP, 76]k0|'6G$l~)*`PF
R4 #xJ ӥ5 ]ʑ` btra]§~Ѧ0Q E#;?!*_xG$ی}#jԠݡ"ެgxa^ [ʳ;k#SL0OJ T5"<;߄'`\NY^ ԯVj]<E@'哯H2f7DŽk3e6ȴuXc2zHڵ5]iK.Q6 5|hvH{@B- ӐڸMb[`丰٠uX#au9PwQP\)ް;LSlJz䫌)X]ˤ'̅ s)RqNyRYmm~n &TYrK Z W'DR^Ε6JVG/ýr^P'\\U ! M;3:˲"*D2O܋N] JTLҌ jM;-gfc,rVNИq z\/t:lskOt J{_= ,a^eJW/6"R@z^t=E(52E|\.y"l5Jm6tz=wuqny2]cڷER7KzwI{y0kӬoڥjnZvn$ KvY'NġDj=ܶe/6H Ly5 E\ T t & .ohDP͎gC;:`E[4 m/JFmgTY¤hhLG tw X_c' YЄ|HF3QrF_ԲV`U9͓ 'yG"T=D ~قE.nz0D$솜AK ?B=aGY~h: ktv9%g8{X>OmwN.GL0HZ'IcrV_.4K'Y\cXC3 l~,bs BmNs. x"֚xe b{\6..V#mR+ίNwEP sC~>^h7r4 s |ژP7m)twDԇ1ijfZ/,no3 & r|YP@T[.R))ҽ|sU>Qɽet # I7$ jPd l>/B_v uQ\zcF2 sbXNK >Mt7jkg]9¾plf¹΢ S^P%@ؕ3N:@H$=p㺌4ᶙ\;Qk~ hl%j[)(@j1Ji ηXrk$Pᶙ02bٰg:<%FSqd@&_%n$R:P&7# J-JAR4o4vY`#Jy\i7˓y t.a=B4~/i2 l`ķ~og2:1ԦpZ0> G;oVIȖ)j=3˖i8![~"W>g6b3<",]^YwBKorNN,*'*Kx|;,- aHc0|fZ1>ε_ʡ>|cyyIW uP*K{"\0t\h% ߅!4[kUZk_BE>ǵdUj!8ΦQQKT-"V% ;N5{PƩ -c-msb\TBr0{0鯕5Y^$ɫA2HO`2)88]9ٹ˷}?'ȩDԜ^c,rhVy\;֭bfKI.fi6>f5$a!'ꮺ"#iÎTGC -]@A0^T=Qa׳U'= >=Ϡ22? U0AijH =6.> :xRH|S('; z+c(- $ric7ʫ=!(ƱEA0"˴"kLļ'zղ rbċvʤ̧Ϳ$@'h7##"hpDMAc%z-T,G5}N{=d64%]$^x?bP F1ߗѴeH1ѻ)u} /dxһs0T/Yȳ3H(B `}p#f͖Z1bE(w䍻ل>A 1ºw'pMʄ49@AF/ P\:ekOcŮKsX%I6Ő1: vCoIROi\QK!_ʙо;/${`Yk1~I["{%xAyP#r~dhK766Yq,V)wxlj;npXŶG5DJ=Uҝ[L3 <̱ %rv~f~1׹ AGZ(Jb#[ `.5k^ kԆdY6$*o6]-.Ia;)$"Py,5[mhSQ//Met|]_fN$_d'ϙL,bQrodpnӇ9:kfMhAcخvM]YTp \r 6gēcba"5dVx;zR 7n:;o w8beUFe&Hkw;kQz,r:6һ[T6|_7Df.$$ʏs\nC*%|hP4!KTcKf즞T0RjV I2o+ P)?'ܙ]_P{k(Miʸ+SP|S.|RB߳+Z0{ z7mAO Y<*Qh~Wtkl ' O)TӽXm9ĺ`-n z8lPg /l{L&+r8'}ϊ#3Yu.GE'im>Xk nRU夗RDյ5n?[!k`IK}P'6[`ݪTbe~1T%BIV bq\?pszځ0ϓ¹B,K(8yN*\KEV6H5[eRܝpБф6ڍ_̼4~{x竤8  t뼚Vͺf\ |891rd'frԊmzԵQu=!=W^D\`0SJڟ%+ #9P4ˁXi^a1*ґ I-'^fb*w4+X t4cX UOpWyEN1޹fV*Wyg/SpXSTC/kjP.#F0yɤMLt{mXƎ rBX/e n5`/jT\ ƻCˑWPe᫧~1weXOXX>Un*/:M}eGxzF?p{6SИlN"ŨL𙩆 r7B#dW#x>\ dh/nn|ݏg~TBDRQ Lr |L|rN_tp*^ x{:$Ӭ!sZͯ!FrGu#zi:bY!= b;]&=`^CmSDbQ? UvoOGfY4=rdFe=AKMQd)TT~*'@uT&R6 IrQLSY*ɢ ]fs8mw5zDG;xPשZ[CZx-I6pUl|w;ۨ(f2/Դ"j/ z!(x'/,H=]A|q *]Od6Z= :̇|ZM#&uڱ#a=I=~#{ܬ?FQűdeA]B%2Ҷf%Bg(pHdמ^j2jsvLCqsic܆>oA ϫ_&,DI OR2m)O zK4XGw=kU0?Ҏ a2`+e/z! ؍z&::o4q{-&* w˰q)Lϰd,*Ii2STp5Zn| ~s<'^J\@7\>}kyY6Rcɮı0cqφOՆf$>*(тOTza&qւ%hN nϿ-C$ sمӟ-bVWږ{xd08N%(&YRʠ/FъZ?'+֙%x/wٙ$ص5A .Q Jkdl\O^8lS>3L>]uvha õ&mP ;'1d`+yYGBBepLߡ}VJFK}iNx|mQ ^5wPE{U%PP` ,|l_=mZDVKS̊~ ֨MB.Z%rٽHvHIG3D;%8Ex+߹]+7ZS>B<ˑ mN_Og2tZd'5 `0 x^mH@ϗDM[,B(ؓfq8蠊:)މQ}m18.moTTl#ӓw! #o`{RF3T‰<]I8^n2bYȩ˃D)r:*C;P:1-kG~ 6 zV3ěE~!T?69aJo137Rcr]wnŸ)i&4!^<ܶv^˂AEt1;AK !' df%wwتYރ,-B<#3QStIG Ik"JByuH4r{:^5AD1 @M0ཾ/J2 m҄]w>uO)KxE`zZ O|,k i ϶*SEa7g,7"X?V f^P^e^w!hӕŰf==-$ W@@w+Dko$ 5L i0CXԉ5Yv Xߺ#in^9olN:EC-OYo*g=.a_Z!϶։؏Uh11Gv.yuM#X\w[igE,g; } !ݜT(6fJ]OR +W"@LyN7 ˫eC er27̚<+v0tw5[Ճ@peIA%3?$wXml)~DOx6;sl@oSgZktxmYɞ̉g2ŲyB5"#9zSv }c4`V+RWLP>8Y.xO5!Cۇ(3ÝX1:,3@AZI\)~9k/eؙƢ(gI$XiVSZS[y#Oy36 w/Q/J6zg z:gU 9z"^HYZ'h3k,-Hx́޿vstdC=Wem(-~9k?ok"ynbNtEJ%iK^ 0sNzنLF28.FX((ArC&<\T=8oLD-Nd*dv6rŖV'-Z@mT%",E=еyr$hp}QqchPP̀l:$[E5{8eEёTjEq`cNJyU:n[>X%k+!GpN5&L355gOu&2[3-f_}]٘`9,*ۨ.g+[=A$;qZL$smĩoEpVSN մU]pG-) ;*|4^ḩp"t߄4I$6oD"XdSq⧗hz8{:ahof4qWߟ^q,*VXhu)K:;^]hVo@<ಁ𞙪9Uq,񜂦ǐ;+$P5nQ㤼q唱T wa(t{7,zOac6"@ZpV*rǕѝX=隰W웩_O&i[~aĀw ʑ ]ٝ3}$w|j .yo'erP'1%jAk u 7]@qtêJYhV}`xch1J HKgE/,&)iTd*IOn(w*G ,BΆ'%jFZ%¿GԻwfA.pMҩvƄ \9IVeM 2"mR0tFC8z5d-xlzr 5xSmmێ̰mgz&ӘaH =uJ+'B\m@n5l6fMwCi6Ո Cӟ6>3/K '8Hkh;Z>l!]3_P+!s.'`RU阛>V`4NP@f3M[rj"Hssp^Z"~' ˡl$R>} 15sG?iY0!n1+V=D1ޖm+a0!Ӓލ՚j6nj͟#8wARi߮+f\ 2!N^t3D l=ZBg3 .xMUZ~ު]Amr2~=t/2z5"rZ]!^/ebm}c#$ߑPsLohO6;hФAzZ0^wI/FDV'yĿIP@aA@+-6 #ARsMsQpxmiЧ]I!޲K$OMa72=Y敱Lߝ=!eB|hb_*P!+cwp 8wqop%p`nGBIQT$xq'sZג-jM7"_9wJvCIh_L=kG4"482}j\$TKjتηgQ޳ɵƭU4zJ>^ xJn>6;Ԝx)8MKIaVݑn//^t'NӚd?gOްaDpײWbShfǂudXZj 3t@K }H&P πJ[x<,Dat.Iv& g$%z|SƇ @ΞjB 欮ns] 0%9<''edu',,ԱIRePΖ\sjT$x ':f\z1 iNOl?ʒd>#1&J4+Bq?E1͂ X4dl"`jH,bϓe{`GnH瑜\ƛٓ?.zCN6ozش)d|i1Uv: R;5ĔUs2A|`Zn8DTHNc%~~_QsLp`}v_+VN/HjҒXͱk#GN!V*-~\ SOzّixf;sP~v:mu e0Ifyعb dEZ .-_/rɅ^T84y1ÈĚov*fEKO^L*No5=:Oz21-;D^L/Eѓpd]1䖟~j&0er<: xkwoPp![KqNZyw撋6@g},4>ZȹA8 @eXT3 Sa0**E (cH*dV ^AnCxo.O8%W6t9yQ ?oH]3\P ~OBˬ1015D"%A!u= /k .Ѿ/ qL.B1JiƳ }r66d$,ȋ#G`bQ0ǩ!wUX4,u%`,#{LC(yew?qeϾANaXswЭGFLxԻ"<#}˱CuNa=r(=Hu۵M@UKKdz:/ٞ"S`tkR8 eb8vArv@zAL.&jf^<ҤȩIQb$ބ_>R{p :,w]+q#ƣh ,9P1PcȺi!zJ䦄UNbq|9JQhZA+*wWn)y3-xw a٪x̛"ax}IAl$1V%;uOغzlZJիnYzyuگMU%t&]Ƭ}׭hPI?<6_"% d7+>*ܸ-DLtj|X)R)id`P n )g\0jՕ'@ ܠH&ϊ,6s0Ն;ÆIK4 ] BUXjE@3hvozT™23եnPlSg?C۾Rf2b ] ۦW϶ *=D7D:5sFtt!aH@3)mGvl1D_&ކ472C\3$޻dS+r,z= urFѥ,nv}~$,j8Z[-EsD8,T h7EH}B`G{w/>NIցm.`2Tӎȼz)DHZW:bP$/H`h\%E[sOrU,MU}whA(TLN+$%+ve,Eo\K 5ZeYsLFt]]3> 1zʻ]uQd ZI2WˠaK3ۮ/b`rvӖⲯ][u5ӧD"A-ߪGn7~ZsIG)'1p7ԴcYVcK+ղK#VAv3}I}C1`f/'@i݊]n2SG!1ࠟ-V 2lJp=POhJ,Eޟ`ev l/ә*bEb+<(bj;4ے܆7p:%KҠh ?Q#pKd6Fz;LAղ͵~2W:ByC9{i,r:J1}q盥.b 0. _F3M!tXE 6sa,- ѯvcccGڪn!0~eЙlj-F~ڙ9Z;0HoEcݧJr.?֍d@}3vmw-З?+ Xꍏ[~ gC' G֖}[kpU.` 7!NJhJΤO1 ss<]oe.g.r:{Wqso@+TT9n;*mLs x$ RxUO|c\QX-|Z%Ne׸ yfAgZwn/5#[O#%oe=m=O8~+>~s/Jr!d1[b%Zqt"; B%4$Ϭad_F<*t@w51gRb q9E.1CcZzMr]wIB'=>}dw]/k@Z}Y62LT%ux0.6FEvdĚaX獟uM,ɏpXJ,|Uj0|<^8o#ѤDe,W+]++cNKNx΅OjȨ8e֚Of'! i1X=֖P)vcNkY&4+ c|eP' ¹ `Yq>ɵbWIMoK`9d]'gxvHH,tjag\Cv_A4 C̅E$vWv 6LQOH :)Ӫ )sSr] Rba~5O0UY&C1V~nBWu%Jr#i#]HY vReP')k4w(Ke[JId);,Kʗ/քMT kͫ~Jr!{ivd_]M@yvz ${VM#:)@}.e^Tdx#k$gLzt6]*IZ)It`^R!T#)xwJP4RoI3H)n.JRx~%+ZNh.z ,d 9紷l[#xK$RacV?ZlM0XsNp;J{Oy*u@Q-Ei^|B&wMb ؂{_lMAJJ ςVLn{k}ޚM_ L %F{P0gaF(zGHc}Xg4e6H8%u~/ΣK#NՈ[)&G)&t=W[$#ڜQa@$> }I[6|t,Iވ4sOHt@,CiTGm > ˔81ƀ_Hfdp<ڮU&ip˿10u^(hA:06_w!]tnlc䝕D6%Ėǣ+,Zx+%ʲ7vlIUs2"coj@Kk(ŭAsa^dMZ)p۟1뜦;</˙:["҃PfkϏ%wmĆc*m{\N"!gm^ ţE T@01'&'I`J38O36by*%PWS fY!CuLܙLD[\!M<qKk"vl;fU h01#~tˬ`Vp<>Ĕ;i 3 +x&n0lA )!ʍ'b1εYc6qfC{.`|A;qp\d}G .N&ٹD5/KEB :|f wckM` ^BյT%`dW@ԄbLäv<"*DrRW ?lSc<1'A}> $\ӆy FM_جN|)rkSEɊOٸSb(pSH%G6JX }^5fن,<.;R˘:$*ZD(,k@9Rrhs rOAt4X3 َJЕI}ӋIr$6 c `]^K%Zpz`g-9?ǹ;`T}z;VE%^|" ŭh>a$yU@'m_+ުs%m@} ;vgG }z3|/'#d$!p0a3ďys]JEb4/ri8\<+ 4A &s8.~GwlpnXXPϊc$#ezI-!PVUVX7]^24lCy^3uC/a(b`Ϛ5H3 9&\5˸d!`,%Pp7avI m'Vu/։ز(KHWVƓj}x- RA赪@˰Ţ i?e"CظM&ŸfI(] gFUL&0&$m872l't~SN%oIѨ@i$HV4{ :aScGǼo4'pRd^UUӺ{dYf Vd"%/a:m/E`۴EDJl M({XHE=ݭKg0dG*S"~w1n}HP"D_kOt?C5q NaςfUypaS5'Y!cg1E~DiqT!/xY&vXD')&IQ{,*r|?o@ߨֶF6O_;bLC63 w3(gH) ~g oFxue; Xm'6J%ȅ;wJLN3#K~E0g|sC@+.mb}B&%*9Ar[aD2W&hs\"t^*ê,:~~{D>`wtb AhAj@ f"Bh 91á=ѣmԁxrJձiW t#Z|ZHC=VˣmSE,z֒6g|JVP]2R+NX w˞ͬDV 빞/{)iP8LBO5GҊ[ j,rґE>cnM$7]Qm[ Wc -1?>TŔH]t $}5cꞰ>(F/R(eQbc[&#HsЈ9 ҿQ#u7{o -V,hή.Vd찋;ts(ـx(89"9dձPKv$FaP%.\x $kYN'G'Abb .$bW vP; vZѭh OJF~E9m` ѫ,"^6Ys )> +^ !XY`W@ͧw 4ZqK{ #G: Ѫ ={?vE&/ u7 䄴 VOdDS q+|/@Jƣub#|vR\`Yi Uh]x1Ĩ\!"`7a})ghĴINDzKF i`CR9sv儽{d 5;6`q|Q%MkC˩nA^:0Z1ynJ 8VyxfOþx_.~WK͇c^ÒQ~@#ӽzTa2 [|@mM2Q=ȃMI$873X[ihͺ!Vaxag2yF)g"%8D0P4[&vscsMEA(srT2|jD؀uw%r'ĝj3aҬ60Bj%Bk5jGR.%.Ee mU-Jy|]`1T`#J^ IZ\}tl-i.Upr9^[u&;3}IDj MCA=PWV |󤕭_[;5Mo,o y|rZ$\q =VUgAe5mgzq\*P߷:/lB{GrYk||p.3Soq|PO H2jGX/_?!Ji놰yD4VQﭘbHtoE FUÚ ?z(kV]*i?w/9ڣq~%0,"ҲϚ~)}1NZ[@}w pp+@n8^`)HpD~O@ABE̦z[WN|ҁ!)0ZDSl1Vٯn-a{$Ns9_Ј`샬yGbѲ#E3o'Ll^$!;cLʙ):ϻ dؒU%D~ DiG0i% *U lE`1 ;2M~$sqn pJd: fw\A]ĦkFJr0yBi;Q?] |Dž7'AcI s!4NNl5R4}8ÒK[y#|aq)3}?l*~hrCplfО7u  [EmhPzŷ eoeX. :z玑fplG_:2){n$%M<.JL-*sj5_z:koD*uu2Oٔ; Ky.!2OHJ9`;ݜ]"ΦAp0o~Xt@Z;rHZpoV޵5D)Щ,kȿ&z4I?/H",4H(;6,o~5L(T߷DW8pM:BFMys <ƛMPUk.j sER/.|eGVTI>MHR.`wXAPVO`QSmtG4lueߐ[Xd/UA?(|mD@AÜ(d;n iy q%>.ɹlPAӪփ8 ӥA ^F]{}mTSUIEC"<]/t,>oQ>xfІJqO,)n!NsF*3"鎀k \)6OU:c%T;W3C-to=ΡL1Z0y&zmyNԳR cI\mElz^_ùX!).#?e[jS} ,I-/6o^{s6YԵO*k',álb-ސvskyNdzi15on+ %9~$A9KS/Jf`i_I-R fra#Bm/jkRR7WGG&`T8TAwppP&{hɵ m/,H<ƅYB9 ^"[ޗzW`# Jgl"u ZꬕӟeA ERs;5zԷr@pyxsO&ZRޘL8-p!}N2U[б= ^Dok?AxwA?Iv$g082P%tF48cNR: Dg4lƂ؅:`N_).{JS PUb8|(9"GM<6J#'(JwTW OJ0ŽA r;p!WbRK\0t^KGېUjVKpњL$.[]hSMkd[8gI^=zJW8#3fFR|ϸ[3ҳث`#].{Q1)f %/F66yv/m\ט&j>ur p0Ҳ!hM|"#ÚbԃcWZ.V u]9.bvx]zca"2#ޙ瓶q_'8$=ʿ= TNO`L\ݰd.V#֯V _/1StJXvWa N NE 1}$1e *w:H*M<& <"܁(7V<I߂H⎾MTKG?O_+#@z_8BR\)948cWk4Wsc焁Ґ_ XLԅJ*ؽ1KX6$=l6xؐM(A0JlK i^wr YU\Zw/H RC}d$)^c#q4͋ P^ P=׵<׿`i۸6.X w^#q/8:u9;4wFśG콊d U _zʫPa 5Xфժyߊdl)3"5w8, -]B#5yn^FEL* {#\CD )Qg ]& [Qqo{^# ߥc*O}9 33[Y.yb !! ?&KKz&_=Os81$u{%Y:zf?; _f㇎׹fWŷCϯ[\vg0! ^]=)#viBt_jwHtTls;CDꒆƂ5A$O"dG1О}򜲤`6Ae6Л2(ҡ]EaLrL!ƌyWטQ:tH#AQ\s_6xńgUϏP &$<;h);8'=GS3f)+Jmu~g|S AL۷M>RApc\ɁY_WAUJj\^b&)qra[pCor&*;Dda+=cA;2zpoESn[d^՚1Tmu#oD[HIK񷱸.?㏻a^5 BC'&j4P{ 5@x/fp̳kkґAGj*믴KU{ ލa V1kjEWz*ȭOل›W,j蝴;و_BׇCݪًCk_&2 32ē/ ޲,pW9sk8\qTϜʥ.N\}EZ7Ǧrq(QFx#{~EAf")!$?bXuECn>] o_G?AWx4!B`L3/Egaf 4m[a3+ ܏t1?a֦X᫅r|J_ zLzC z^F.Icl;l_1!VTОL1_ٿ0?2-74r BXsY٢AuImI~(JMz}~ CNSC APEW(Ҽ2HG+ S"tla͋dE($-Kŗ &T*g! 5U`$<0R,:l>L/TZjԐ1÷A `=d\_n>Q2 I;UKEGs'Ij]|&E1heaZ\Sp@= /7ш Y^}$FSe+*_K,$UUlN9Ȗ;tuWo[~nF6 ®J:FT28&[k ΢H7AkY ֔jǤ:[uh%JZjn)O>գycNΣ!ȳՅH`[pe$io#2\ǟ RX]SkLW WMJG{W x+ )~0@ۮ2-aಾ_B$\&l_~v&zEtC6X?u3pH6_y~r!a oÇrhJQ?fwtaZO8X1P[>ٕQ_'oM6YY%y;هH 4Iw!N)<bn_];n,_s=O~2ƤDW,ɵ|Z &m  RSMu%cB$:]0?} rx^c1CAFsdҔvll3E1i=3"N-cNMa(bZ;SS;NW>\mG[*viKl 6H S${gx&FjIʅf?NM&;2XQ].Ӌ.-lr=q_C?L "O lH`&oȮ<5JX,rDT7g*=sѿjk Vt#A=soJ[JY(DaA@.on&qIH⺠͖n5tvna"/$ڪ8~H#7J;sn|Bon,I ނ\s+dЇ7F0e!6FLT3Bu4I674Wx013", VA3#,e[H_|CuRn5Y$O uP=M׊lb{rqۗ X{da<;&OR e, Q)dݫVwGɿK!F8{4rEEmFa,L~++%DlJİTq {{A[+[ʩ'2lpˀdo6txC {kD*I ,WNFGUǞ0N~b8 HO1.duGr9𓇥,`^9" s+K3Pblz Baɍʊ/o;/ʸo^eAG!Zx{ƔχE&$3`((F"wA[ dME@HOL˒*, h8V\{e6mH}j"+?g\Z\Fmvŗ"Iͦ{^ġv+zb@impԝ4N^QXMݬȗyhhse߹)iA7n POkIn'Q%A?_F@t?=p%&OyCǡLr-ucl5jSؼ RZLOV=z=-gCid_LʜvM#7A+~tY-+3my*z4͌-yr>ⒹhCkVqOkS>MWiؑ$mWa-Wz pa( -fsiْ0:CB厣žԧ2䄯9HB`nU@t !OW ђM9X*J7-}:T6VG%6 U #_8pedR`/3@:r/X);$X w=ҵ.?֩:,?0xgq=aPJgc@uZarMm%Miچ%3euߑm796.K BzRW*  Cѻ09S48WRFL}^ b눩&JUv^fWdy`3#joޒYVd9n#NElGy=O!5g}9C0*\B2oTח@q\ D+ Sv&l)ou_k=0ViPYx amxfp-KZ@!@&^4瓚C]ʋ n!OI$S轑D`G`qtjm=iU2C2PmLQ6'Q_|Md%x6OHH: e&j90n jJR,2*VOD!1i|{Dj+0TƔDV)ʤt=i'&T<(Dna8QQ!l/@- >XQ9PE2δ^tx`L }3rKiv.1RX#u\y9bT ~LKO ӋJ ;A^ vJrh4ΪK:j1dHF7#Sк<ֶ7̪XŦ('5{kn!^5$.Q@qz~"1`5!3.޳U26U'ϙcD+X%yyOkm|" %SLƒ"F` F3=!j&2ܟ`Rz%C R$@ ,Ӈꂯx"{D9&"_8ա4CmO1|g/);axL4[m_όoD t]dZ3uC@~eV̂-z>45F2IJޛFEmd-]Dsލ}zfz)FQѣJvc/AԮپ2*FmFV2%`܁ daW,(efq/8091-@Zy:걻4nsj0y w0޿yezii<<.^#m*NXuP m mUA7,ҲwHj-{Sn&ɥ Uےo7$M@N!,/wzoHJq2 QpfQ گQQY-J٬1Yh8NEw1Rnr""e&fUz!0TZ@?ox"U/fw۹#3q'v @>MUV/zʢ߽'1uVNW⻍FyO(pfEIQmb%5 I3847xo5Q*S,H*p? B*v|cRhT!$EpǛT/^:z'S\p RUK+9 )#w0uEI[at]G'QfE8bw^TsO}{ѺCuҮ qAL4$5#7g1NJ8W8>LY Py fqBXSP=ٷhLYd}<׊sq>D3VHκaoE336fiD"z$!^ C#u ZE 6N13C~ l]4"T[GvȺGKעz#~F.nRib"ͣ?@'oPЉ.1lQz0=$~JoLCoDLV#R`8D OWc(wۑI{2>0 # 'u㔜c^&^hk`Hn?l,*Iwe^!+FBeEr3=aT!ΏƼp-}A o0pG@>U:;#9g}v&xBC!OciRQtC q5%m$`~>tI311h Adu,,+^A9M>$MrܤoqP!4"Uuӎ;SyzGO.&WGQ%}3\!Hhcyw4=$INw+- @߸7?cyBR]X&TԻעibɉf-" m?iGb *]RގZ_!YJQα+61Dr}̐4X23WAB[-+ҋ+E-F+w8-ӰG5lT~euJR/2٣6#[Z91LGqo04M&߬6;4s7p&#cنhےOV]x>ct:DݭfCƎI47%%e 3)(ii0]ìDc)!*n(`NZ2ʼn$] e`,@j |j;gnD_skz p1>WRe<+N[RI{GxzDBz$$(k1˚2ـG~0ʮ+TQFJjyPqlb,lۋ\!k>_@-#+"RՇ314` rfHԅc 7o/D ||wnA3<9//E*ƭBn+ݵkE3c@—V!und[)۷K_ )%սc`Lcڻ”.#}ӽu=rO$R]l |6U4 7"GYU$v)~!<> |c2 2y!_K$Ԇ5O><.ـ gWX$= ^>KC7~$]2LL7 **67*o]i'@ c%5ۋxe4R`jPӆAnKWb7&mtW"|%nd|,[=>^Po=| #ޘ Y:2 (x9PV`4B4䋆*>{Y 3.SQfQի"D D o__%L8@Wct{(O4  |}V1k p g* g(-yw"!O~+O<[4yMv:Pʼ T7Ei)a7k: ܙ4.QHf-)CF9&K{ߑ3w!JP/{YZb)}Zo(7,?IYS~LZ׃nqA>Msn)tTVg>hۡ5VټGsC/<daWNKI:9J;8!|燂tJR_]R;F;&1Fg8{ Me%0LK@sEtտFQzEEP93sv\rn ܂yˠ`s?D8 â@4g4yQ=+Sj)CD(=Ec' /ؑ5unW˯0cw^ІaS*@#+{z!% XV&A2x{~ÝifmťT- c)m9RpVIĹ*ZjQ=+ $::}~8ǭ%w1>"o낉Qk_?!K 'i  ԫbAMR=3oBh&*yzV~ G=,Ȩlk2vKM'pX/9I._w_UT_Ycy3^!~TbP< ֻP rBn@KZ3]vC 0nt3?!^މD)-D|*Ε5v%4yk dQCy+JA~c!3p*Wtu9;&r ৛%>,·1G C9ڛ/BGC򗴐@}iq!(,ɱ"Tqvn7d&5_we|^S/\P x>'Vdyc%^f[,_KK{'+yB{ hV\TH~)p :,Pn׶n$ssCAUFWJ#E͸~OɋUO^٦U$qXzXù [LC(RZWa$R{Ϟ)[H0("C$7WҞJQ1wX9pWg_%p. |ö]j7+6*+U{ZࢃZ`eD' ޽7S6\/=!|ܐ0YgM%jCtwcEt[Wo{:mL3-klMIOVa1Xnyw{'^S$,Ov<5:#IfZ;a]<}CV^L!Xձ}ńUλj{_ѝGp ԡM5Vzwf ١RibH7:}Βq8#p,r  ENx)|⎉,^ہSZb߮Ok<م.IG. ` rwXZ-R tt{T\؛j s&֘J3J.v=9(住tv[Y7٥^y߆;K\WsSF&:8,Yy%)C|F3E8xw 2K9x#j)ްS}.´-#w*b wa=?~4$08xayх>ziyW%*]U(&WDSvŮutJ6B ڟi#t'@%b~f)SB޼>c^ rjv-_bن0U2>VwxiSE0%* nxRc׾!Z8z~m+ \$ -K+ :Eg!J.F*bʀJ=;Xg~tMى D - PÕgL͖|3eI8<"o[}#o#6/>ASQ%Gxijt.YPxQ²md"y\9r3(n ?N,_ӂĿT۾Րu&?:}t?eZRL[˳Zk僞TkXMCPּ ϵPj" +f9qJ 6ۗTT Թ}ŭ F8y1%qIk`qX)=Nn¢tc~6agUB NH CGhd@/ӥe .p"Nώgr02+\T1-GihA8P)qhf!A*/#TD#KzjhB ҽC #xA/WuWYzZOnN5/Vۅ \xӡCi!Zß#KL2m6R!!"@&?*`V@̑YOVD;Aoi}@(Ӓwr,NDy?KS{M & oF(V]$5ˌ ZАiaA^{+ WGCfeR  t+> { Lx݈Nۻ|3sǓa jWl yVbl{֏Dq pgN>wstovyn6k{&2iTw~/[{pm6f̌*RX#vPf20f.q &cAڇoDƕ<Pv+2J}JT5 (_g,􇄲(mJo4Ml? #䵍?$%]&t!7tI1/!peN'SJ5Lk>t-fTpcUI ޑ\ D:z$_ ?++Ű(7IbPESHzbUqawWg`I`$dETT!{ 6bW r1c@пe.Âkk3)75Kd-`WrƆr.9C t遮td|5?ڜQ2lx.ֳ`+ڢN4waTٱ/ϸ2?VRPJeMTq|TTMv+C! nWBSN LYBɈPQC$tn&HWd*]l:]MKGI~&3LQ9&2 ;]Vt%qPZ6c](F0XuGb7ebv2K"%܏rR2硖WhPV] | *oӋt 5 Kk@cfEҗS%CGn3RX|+I( 7W᱀O'N[NC'Kckg(J_:$t4Q:MPlIsQIxu69P3:I<@߷%i /իv<2#ވqUDpSrH) Hn)ƗTLהߝusvϰ !iD̆?%/-4+=Nݡ,ym#b8jIRɥX+I„_}ϱ>K؇YT72"s %X:4 'G uF4G ͟9Y&Y/_e6um3%VqnnJPEqZwᬼ' xIYOm8J/Ы(9k$H6X+mSB{Dz}!'* s<¯q}!!Y ҃m%&TY?_7=tҩn6@:ۗXVџxTN~Zi%OKC4NdY#5=)]tR%n6Ko=E?Wy/GӖ?e<פ/Q EGӧ ܃'%QJg\md]fz7x3$},1+&p2{4dx{;}yɓ">nǀܒ$EsH+)jnz"Hkƀr.ŋz駵|#kNdcV(7 MDB&|ƟG{OA&׹ӵhy"2'Dg)UFHC?:|]{a4ۿ]-ПnF yRϻD=b?vŶW'vf/h?YH!aX-3^wZ)/oOR.AI9߹C[2Vf)S!Z|".:DgiT]cX nB =\.ĘhäUj쀷;8 xmBL4e sTk"Jd?Ljԣmܶ| taIpj?Q`A:.LUR)?oR(>y*LL^;7n:e)ArH-,6 $ͧi O2swfWS$4ڀ}wamJ>TCWt" _]ӌ3}&̢c0`42G|-맴,ٳD`ZK9X<,˲m%@n[J*7ftt>|!uMa:B F!=eg$yzz'erL01z@WP{_O^WS.?ԥF-'{yhD_o֞^f5ED_\ie<³0n^+#LI=dDKRreQ .zSuE"8e񮷊x,V l}h⯶4K`a\t^==J gTa>TXYEӻ+/ǻe1ޮhtHxGVݞY 'kMX3onzuMX}43EG;Ǧ(lzD~1Li!4(m= < &iFA/ѽ$apiMX.YUdQJ *]uA)rS%>PQ GeE |3R!e;sc JS3(MYٍԅAg]vCN:P)~ :b b 0ok}_E w( 2ףw[K**y|^ S7NQZBS´̠}Y}gin]w_DW }2hE%|E? Tl\p./;P1,/䤆gqUJ7ꔳSbxYq6Y U%86lk szO"" 2=ilsQA˥ 7(m˺eR2Gk EANLβB<ֲs Kb~} ; ysgy_U*]A@G)~wD!ըJS[z2DϜ4mCBeGo .{dN@ATOلGtU&n[G6GzkM'VTk tT:oƦ"nDףR0+"e ?ٺ ZWvjEXNFܛ92ױNߤ3<%xGa1!pI}mVUQ!bSp3MJ'l)Wlm$>BlՍod(5`xTOTi kÇ\2ϖy$P`?4:'o+27Ev}&nqR^n .ci`Um/F0ܘP/1([]J:=Ud hdTw@;0ؘZ>:.U壄yQV~6tA\+@p rUjSR/)jxR*8GJC'c+!]B]mvk'y7ȶ2tMI-T·M3 Iv p%T4vs%Ѷ'c{aOi)HDgɹS^ }3p%{x o[39Wy8{uX~2)dнBmhx#dJ&,硽;K\n$Tб7Ƚ܅d2[ 96OGbmG7NVQ!SAª}I&%Sl,c|dVb^7*Q &s$ {q֪THNfB:dyF=~@R!V{2TzrӿI*՞S2Ir Eu{mcW Ð=O/HwH Jfy E GcqsrO@Vk6BzM`~wZL謂H#[ o揩{;£:hQϭd~{\wxX' w/&ı NPW68lgt[eeiI{ۄΗ%e mt%ԋ+5q/TTc{sXQOlO:/5N<\@~N򥋌FI ' LH!CϸBV3 q0e ˩Swpbk}>0:nrXTXv}hq"Վ|tJs|G W@\SC?7 65S;ZܟsrezF4D3mJfq4)>GHW}Op:hshj3 29DCˍSF(v?Y qTuGT a.^?Y>?U&Z1Ԟz`<>Tns]QtAoi7,ȡ\=G*qE@i6JI1'&,;4]Twb(4+>G,'9o {q*`GF֓)@EষMаGHEĭߺa̪oMYG8!cR cQwy;bxLMH; vib+8j$`(k|қ|c4fxjaBC ]YJ!a Ae2LtZkl+9x'oA~vmAEA#1J#_$")vflh4h`9\Rk~`&t37>?&(078.;tt7Z )6h>mc [pB?]+#d0z'RFX]َ2w悠?KTA!i:.=1:a]O?YZ* D( +^t|4ęYclmo3[/l^V2y%^p"XC}'Qzv_)4U:81@ugו|V{lyr༡i]D'^njA/$Bvހ sZ՞Q]nnxkLh÷U?Ѷ/ A 1 czRW2>:^?(tpDWblwpy 1TI4%GUPcws`H;P&\~ ,3ӪXLY?B +/Jv0OOtWJŦcqF[tj :pj?,Hm ^ߔS"ʠd! 1uf#^ocUX yMPm-^m]CQ𨋩{a[\Ծh󬃂 ;/$^q(5ղ?rÝkquz7@-h˭H܊5KݴȺDF5!oPK~$Y+IvUer5$ JN;29P)@Iy@_vbmXA.mQ^h?>-Ėg(A&Fc[+ތgEb 4G,d ΚXnl'[ s`]Z -)L_Okάf׍Ȑ6 0;Zi\RHmNKނrN˘l6(8vH( lè"O ֣V)Ӵ ci3NHh;W2&ԛh]JŝfZ;AE«Rv񜉿A[lKx2x&6IXpMd%3_%O5C:[ӽ3 W`_hrI]i6| ru D"2do㦙(Pw×5q:AE#Eo?d/VW2KւtSMC\m0>D̐y^`ܲ j9ypKJ o-c|`lgFikii.Y88GXƖ0 zX_D\YћbCfpVAtKwhŭն,ΕaP+qܟ<—7j..5Y_n5ERg rI Dd!I%/m>q| sev fwCȼSsompiގ".e'$P}vhL(U5ȓ~BKy6wK%kBn^'0^F3U+ȹLw:Ӂ 7.kIBƸg13FuTr)| _@Z}ɫ+EOamy qAn^9B<9v9hKx\}fG B8jah ĜS.Q9,& y2f(b*QL#ocK9m2BzH'S+j&ʪ2sDaru;NRT> 'W@TֽsAr@꓀>0+`(f+Ǟ.iOTQ]ZՔsP.j~}@3m|(Y _f]ſW7(Q._âߢ:EfhfS*GJL/2^D[>ha!P2@j%=`JDYyXl2ɖ(s@N BQy_礨[T7Ifey~qkn 7#$a-=XJ&XCƭom$Fډ @%ttJntmX;0wTc,!z\c|DmR( 8WU^+Nq!F&gieB% Jg49H&Jv)+FB֯w 9#)4a, VjGV"V>DCS(Qp&V"vWA֘m?K`Ux-/fPbN$mqu]jĉ߼2L3'uq/>NØß=݃Lη{f`x˛򭝃$暑Zpvh:I(q6̉Z)^c :[5fp@5t {U62s, ] fe!> 99O71SiR/v )R*bQ0­phSkagߘW.@_Z84 |ʳ1jR F8ȆJ%4 |Bl1bȭ]8S.Eꎗ'ـ3jUV#y#EtɄ0,0֮=IexMBj]Q\I Z.nc)64AOC\ʆ@ c y^ʽԌ-}jeX4ZkLGsclkT%3緌頄h `6Dr3X2P,;$wn#WUY}3^aQlLjAiuq YW* P݅f?~p~UB|9R0H 2~fbAL^Ϡ=lN07-<^¿KrUk7T_AL RаȽ2\9C؏zxSEYA@=/mF: x>vCC5:#2 f7 ʻIa*B+Vj肆8}({6(Wpf Y B$hsjِ+~"6uсzt ]8Dz%:w 7['O{_;?2zaIy4r(N-}hFLᨷD$)GnLuܵiMU=WDR)M[OY=xA? nÖtK;nBVy2N(ѢnuA؜h^B5B8k(Zxf vlDZ[ݷU-ba `85n+N4# Jjp[pf?9O6L!~Cхʎkj\BH@T|Gt[A*ۜکdy['12`֯eeɝP:ˠ3*5"7W[sk;Lrz<Ӊle!ON2q y'yUc'P0kB;ː4*ʚ/Fd آsX?eq艉PF9~}) Iҍ?tvg-^J}^;{*0هRARv6I0#0SDin:YROꈯlT9\k^ zÈn?2Wn%3jMy 'o0eˬ_1^ 㯅=h )NgU9&Un)]v'45S &h9J[Wl/N}#[*hlM2al& KڇR$rƫ Q[ 6YDu/( o⎺3gO0wV̙h[U#1ȕ8%CoҞ ;lA-&'ywbQ 猥v*(:tc,Mᝏ=q)°Y]SrI5t8 {,oNfU \|(c x"g!0I\Q*@& Z a;5N]F#lE\%!Qg+ oj˓vzY$P7_'rD?cxkQڂƈG4[, '8i} loB0;EIEG$xtH4I2b7fUz)MJzx?3(saan/1o&KCͧ͌D֒u 9NUƲXʡ#Ptghp&Wi~kx̀"j'Ϭ?DyOaw,{zm@ Tq6aPE/SŹ_`B_94ٮ,2ËF.c TN/ߍ(^R]3#ҥ4V&`$GX,nZVv{=\¢+UY=]xZCU~^I@BJ+tq@F=9uRƯ#>&̎L r?[N ;@j*>}QPRjb&|䆪'1o ` 3vy'RO04#dR |v|Ԕ`"`RG$JB.\y5bg.LW } @ %pZ*11pM-|Z6Y#x=vSh_A=^hQQB2G3*>3qSHM-zzyd鵎9΢xQ+?'*?UM3!LTݔr`i`w]z=Zꫂ23Qg.o /nYJ#,AAtl)kר$C=.-}l93G9QZ\ >~MPCFZȃFUjzA?F0")pt[Z揵⨰){ҭu$ʒ*C Ht21y#Nhtug6(&%^7 w^ZOIҰ VK}`y&c>+}Q9NxȀVmT-Xxm̾9ܘ l'eu(3|Mj2dzWnxM lpFWէr?aٹ I zo~glA1cނ+Lu=!~paD~탨FR!%Av:>P+X~<J{wdhCsl9bq e=LvuQ}Q'<]ZK G ћA_=amW7,`X3|{Yt~`3k;0%lCo+,Pg5დ62s^ǻɃEdt! !G %r&y`ATwhsm mô.FR hVVE T"uxj(Zz$:0 ]؛Z Ӷ%8i[gk R+G/MrHjR)2&OX0*^\ eIZډ|X>'ދ} nq9};)[2Ҏz"xTi[ǀ4ku{^ 3g18KeRE{G NtI)߬y r~Fe"%U=M-`1=M`9v5EvXԚ,M, ȃ~m̃l4& c§P= v6.:dnE&EQ;G@Ju(v =CT(x5V񥗭0\{"VKv^)B8(ѵdZj2).PK}i|cqfǏdZ 2:fdR@c 1~I s_mHnfM¿b[iX}_wN wČ`~S361k lt'yj1i!K<DX:Qq)vb_mSaHv%A7+6!Nh>mYe0fGD|ɇnʭז #ab WQdW3no:NKq:|;bJV2\ +6y"CnaBC3ꎲQ6r~ .zH5cP^7Z\^ +SuHp8w9x|(mwQa. /G^ddt>$`ػY>rlp[~}6,&j/40\/ H'CQ]{ 0ot\A J<" x,5 =*A8(l_MM31#qϴSNss$Ҏ[>cipD7~jC(g\(iRo /+nma L)dx)ڂU!A?82Oj~i=O;LhNZ[3ǤŬ;N`S0ޛ#g HyeAYQ }.4BJ0U쯪(k2 ?-RjvAi3ǖPz O :G(EHswpKEL"f[Ek.$AɡsDৱ&E mʍR]G)Б@*V@$:z @FĩϿ,! pP8?_-!-J* &/uiѪ^ENZyo~=HєS+ݟw+*Pvm>BU~)r<r^Ye00+swZbA ~}pi\.ڴw*V z+BDzwߤZK1=Mv&NytJj_-QMؤmaUn*zmn8=m~W5#EdR0Lt1SN2WҤF!]&KboՖUB,B .5ZmKK#{#D xlq̙榋~>#vWrAOmPu|u eav_O@ޝjs>PfG2G%0mo.ixji9H ѼA Tf[?A2 o+4Ioc"-QCҜD8SO^N*Qj%1BFh-*+7?{Klj1ƉΚ~P'x^D8Q'trI9@Es:ՑR1F1AiaG"J }\5 U2dg00m2zyDNk;]҅;U]2ɺ%OuVʁԆ#1ʤ88:ab' h}FROBZ4=t()e;vSC U丽8ؓiڎTH&#˓~09; F>p@(A.`Ec ׍@*@g-d=dFS+ؕ䳫9*ڗ:>۸G/c,w:DCFIxIʧh;#Δ51Fow++BLQ,X[s >@@*ܩ$uƿ4ޓmYvfF\.~ٞw9Un['E>w+p`J<⸑wX`[Vfgn!gh /uIk@̤d+-̺_w<E **9vr:?JuT _jJMoP$D M6yX"lj~2HY+ǵps,OF_:ߓܚIH[ cL=ܞM2 amD{ _6kYU%Vsu7M(-mʌ uߗ}F5,.%:Eٽ cEklt&n &m:,&=֧۩l#&ٔU>ìE{?׃YB-k\w-Û[q'Qv\Rs?"<40NvGj0.CI[if?Shm|)iBe$G{܉S_1/s#͠?Isδ$K}hk̓ʈp[-z>al0Y//TQVWnztĠI6FFv Uڄku-OgN߹g\w%=x:h]5C?Ϗt!Á_?IXO l))"P6UA7C9˴X~4guNHP Lֹ3Y80p0 $&Wa;/=,#v,G u;Ve]ϘYwKB,YwLIpF۾v7"UWcK 5pJ  $B|uԪ vl'HzGrļ9fkȨPlƙ-E$>P@Kܧ/bjYG [YnU7|¼'DۮxFUdtXtqZ)$Eg΃ bᰣp,!3~-7}]>%Rg<2XTZ}ÐRJ%~RFcF8#ײ%xu~{1<|w#0]ףv֬4;gsi&3),7vyBBUo0Pt<ۍຟNA=[c%^Hh g,G|U%^Ef~z^#˶'|jp_uY1ЄHBGƆTc, M/qeh So;T%ĕ flc sE<-ڎBHE"}B+ $Vˀ`Y|FykmFgQ#wL4BCJ)dKpֶ?Q O[C* \9-w}1T_i4]D%0Pp?Pn*D0f w'a"TjD}産G{ iQٸtwƻ--5r¾9tW&%2{yHPNYl~)9 qn=@1>j]Q6hlIOm'ÎV'Q2xK./uo.Q 94v?go~#0BLz {C^n5'.q ZscKL> 6(vU{**{V2,JKG 4:x2hQ7!sf۫ͫ+i{c :iMllO9T+JS2mH-d\ikBBtW~'L"[?i Wd[h-8TUKpY`7ޭ;For̎:^=wUS &5u_qĢU2‘0-';\ U6tkr?r'UbG=~`O[pd<m|sq:,[FIq\,%+1ҡ19r Ԧm)cļ%.b`R4^)H* p )e}IS4k>Y9y!Ė~C8OTzL=R!( ,<2ȯ1ɉz~Cf #c1$z3-Ν3%`e^+"#QVròQGGnijX/oϑA\/MYa6,ѫts|npj~}J7R 橈1Ah1 Q!!e$2Ww\n+) RtQʯI$P9ѓJUA?\zgp!OE$.?Oʻ}zhI*T#jwJ!X ٣z(kLL/Z*ȕAJ#1ZN+|HZ\/F'|$J6~>+Wy"a qέoBG>Qu&G=ʼn|RQdxuSc_]d`-ɦL/&զdd@ڔ >WD A~Z[:΍P~64S u>L!>X[';y }%e@ov J-REbJ7ÎHU"@:,EzXQx(+i(#o{n۪ bAf(l{'O.y`, UC:7I6o g5kV؃X=-Vp[Qt6,s~o"9wRX 9rtg]*J{v0vRyqw=/[za0eAcpvA^ztG|߷3e728(!-y6ڎh4sXsꨵE@a$5Pm餴4%>C$c Y^B4Mʑr1_9-+iNIblML 4.]d/~=ep^&٫Y'mGStA-ms/S7vݎw*k,KwwR5jxwp@2) cTgTX)Ou_fۗG#ПNEZ]x0ь% ~n' p~QL >-K!e G:*.U-j*!~/d6?0J;в0pV Qd[T]7e-bLO ZD}7f`#2]ɱ]Z0Qu '0o vŧ)aܯq| QsU=BțݹC";Qϡ 5P ZW9MrwcO#斀Np"j_^pIOou_vI:j='?{DzڒO;tVPyW"cnhB(O/3)Jm0g:E)>,F3V ͯ,`<7;-qٛuζ%|eԽ_/3 -"̡D"\?sև"'#"D"Hk`kol1!Z8 s dOp2/^tc4M  D kb9>_ `T uH/i@@zNnߢw+ݙbP2_B˳aߴi. OUb_3#9\;3SD(6!L "͑KL>i;_8e\efG[QcƷeţIRm >ѓ7yF):NX .)Y%94d5UJ;DB6ّL `&upSv^g;xfٛ7-,b3JQI|*[;w T2A[= Ff w_EkN6's0&׃Dzv䃑藈Po!xb`M1h'&buV%+S/8J_7&޵Q18,jO}Ӌc n?(fdql1qǴ4J/n6/A e{*f>$]FѼ3l$H\=\03`[kW30+qWR},ZMWP-U#T}2Łudk$S1ҙWNݰt5[t+UiFc(ǩ;:vk"'{9p1( ,}<gM}_0Aa@'fst]/Ax4KH] '>!߽4dk?>ƪ!3un"" ˲G ׭RJ7J jo q(vǀ&qҭvC7R*7 i^R1[nHڐ'ٺmAu꒧'Rl'L1F[ Z5VML(wd J+}> # I蝺䆉TWx)6BQSb̦B7<6"1#@(Z_QkeP?(#_Jq.a&&:T۶a\hcW|Aބ((4mPm 4vΉ !-! ,fyUfz U 5 hW r:3u<J.v Ma (nBScR!nH9)hʣ-=ج ;%È,t]&H/vDx-"r>Z%q{'dUͰak;c$1CztRU?2(5OvM7/{̛F+AHS7Ԑ _V<=:~{D3ag6VHTFjKAOt) Z8=Y4||oF@?IVJi 9,aTzy3}uZo<|hW%+}6cvB(^Upw.mT,ez07 vh-"WȎ.))#f-6·Q5p e'0M ]}:-?\e}Y!%LMlTwaAӐVͱJ,yuC.U/hTel#XuDDU=Xtdvx60xv HHl[9NY;\|U[,(喩Gd=(EB!0 i0 ;"/^@x&~ql׼?oye \|Kr#[%l.iT&DߣZ&yvxüyϑi=*0:og^],jr+cyޡѸdwpUF{b}%x?ZLb>ZذgtG|/U^q`zx.RJ,C<ё#"W"-akZ)U {fRNژsJfYn a,i}G1dEFG SpD=Jثbc/bt.nw ı`9s2EYL&]>~OXfc" `nYh,5%uEy!={뾱8L=M}_yv=䁯W\т! 䟄wAQPv>fſ5}uxsdd12",x뛰-3Ly trPCL Sϴy`f&\dІjwq€i|B ))3t1+x8协K} E#F8I[&%n>?8|'pF MOURiٌ#Nue;x8Ѭv"UW^w$-|Ꜽ58o95E}o8^"v8QQ7n%0֘&Op `8Y*ÕW.:Ksv&[وիW>L(u=82rFτ5[ Z7%7qD6b7bm耔Cln2o   |5cnь3S/4˅eCLvSJ6kwdO_BB &hIexdN&mj\i4qUނhgZM.qm0I"M $Urƒyc&:א‡@U@-r/B$`[^}xK$s0|i{Hօ6PA z6Dc>q`W_PY]\-P$Wvow1.9 q43ְŸ1Yɞtt*M{7T鈡)\Ő>bkfQq^. !$MDYWp)*-)}M-l =lŬ'lȮJ0UEi%!YCb@%9iF/w.*[v4l Ӝ-TUH(w h{X\"3h#r#,H2/h+ fH>xh_N}=+v6'*(Ĝ!TQ:д(*}H @?bvw྇|rg"\ǦSܻ`ܤ8{388T&bP\j/˩ر&mRtUyָ*ɃeB$cjyTU0t y9ۖSVI;c<+0FV4WJ8@=u/^ 8WR A{pxNf&M6j/O3BUʎnqKxD EW {yhaa>IN-'.h:E!ˆLo4_?^xDG83@S W9SBIݣf(vR;|%4;=hjw&4k z /L՟W}P5WTzQ{vC"TQY],F=vh^2-čr66ۇų)9 Cz'&$a BɌ> A؇6lR3a2CÂP&+Df ɪmy@KWCn/Z=A\+0i)b烣SPxt #HJ݊hm3 ,yN#X@BaSCzy5 1EK ݠqZυcR7~+̊ދIxᇣMO4q#.b5N,nvߝjՑ Q)~g(x-Sd,jYۻn}SOD"D)'^%o<+qCس[Z\MYLUszӡq\ xK/ab]٧݀76ՊOa*XynR­29[y@]bn=&dE泠m{la,zBF - -% 2>oc*+2q\PAD ! Wɳ6䵦\y^QߞeEQ1XȻsPOt@6W:uy7eٝt]aΆalFIb28o_BmU*KwOO8h_D0=j  ̯b=?Rf N{UM֫X DFjĔZɷ/)F/}H- S~*ߘUQzk6Ʈq@ݞZc~~2Nnr9#>D_2J~G,.TG \GC%,S9%D9A{V$dakOPEVfbz.E{m%"lGI7!(׾+oipCQl|h'ȵ%-sxm>d*eT+` /9g{JCdq3UQrJhj묤腺FY9e: VBgHt)ZMgDy3lTkf>*oL!uoD=(SslZˀ yFRM*#Gcw|h3@5nFׄ;uJ u_fj@ 6|슲&ǚ/"y ':7۔ $E6Zh麚u|*`Eև Ӥ>k xLdx- dhγO6 >{RnZE 1S. Y._(pW~ s]56/kb;5aPhp&H֢Q=Od<%Td9ǐ߸U,L`|wgu.d}]j8s|ju)u:P麋m=L`OƤ-&4 4t*X"DZ6Q¯N ^'KF@>SBEͿN458+֙AT\h/6$;yO04#Ϧ`_)PDYYQyFZCK'h̾ӫr/Ype`;2~5@"|5'XM'Zq*(wf2.k,#[^#Qhvh)+?G2rLS^4iu::=_!7dU+J+?7PHk!8qw_r{u/VR ! fy.):XH%˴XCt M9g&{dPaOI/Wʢ*۠a#IhuOOӁutfvA7W]4-q>Y}B-$dE*`taUP㕪Մm'IT(pwȩv e>i󶜅nIy0{둟!u8V?B]1k^Gnɶ\'Yέaj-2wEpE3޺+'tWgF-%z8Ԯ#yr5mBZ^IOCvĊ.m-xU'PSt~CFKKvc2@Fh# /Y\~8UKȑGzw乲{{ [ {̶ui4Iδ&OYDr_epA~&ԸEkc{HBx0Vn9gc ~ !fHE2AXc FQh6xFtjG(_NG$]G5*d-EaX8@VTEy)qIq𣢗3GcWR;\ngĊOvj@uI"TN4M7a Ytı Z1bjE ܾpY>dRgm:{cxa0N0 egHL*p8. G:KnnI x<,Fͻ1vCQ_U5SQ d b% u'zZ'I.Rӟش ߗm?hۂҐGK"[ tUA0KYˣ`&B> P 1DK|D 7P#SCS/TbaX1ӁPA ::"]tB R_;ճ]dnU}jcu^:L/B"}qASo=wXk؂VZo;Qs- # sgk|/tNs5ڄ*FM/‘?m'e"ۃֶg^] ۦ#g񐇴)!cziPE2L•=69M #TVɛ MHO_6ʿd j<[KP3gCevaP i@Th6jw2|EW1 2u4ӫ]i6vNӗu~Bl޽IAIv;  S^]؇b O8Yޅ%LV FZS)`z=!$,U+zҘٷL$Ŋp%ԳGvC\qW7X0K$Gn2nJO۔򗀪ڿ=6O퉖G]KCw9g{:|,ܷ$vlYSNY(ۨiA`(A߆ 㐍*o ϯ(q1#/ c,l1cERkU=k>|(6MTE <Ndі<~OE\hlEץP!A$7[K;=jF>zf4vAf-ʪ`[!h0W?/T s]7"ɝa&.%h'IyIl9i@BJtFۜߙ/stiv6Xّ|fUgx  u]ͪz3On0$oB 슣Du :fz Q_}t~-[*KbA$.06yy.3_mp&=z.GZL瓰;r[tZWn J {:Viz .ro3J .;~C`aw9ƥP&nmRۥ@6 6lb+5uM~H*J{CO@ce!K ;KIo&0y1b]v\N'y=Z X8<`zfb~vB e>P(pA0wX39 [݃֝.8"RRdڂU32 rQtT;0JYEM|9XR5upTRTU^1ȀʮxnѫEo *wN@owݼ9G\ȯ1b-f3b>mmYf\I(M`<8 h~H,GO 30lf+^yŦ\@Ѭs"D57m%m{%>ռ  ? \Vnvn< wGqC򡐥Shk}ΌRrq8!qe*xLjs,҅aX^ֳu8{<, &:7Öj}NTD1jziāc@Ɇ"SWU?vP'Κݒ\{|Ù} |MX)oI0U@M^qd#7 1Ed35qLxh8>V=65E5m"U&Y"c6iTۿ^"FK]WG`@rxY2`4PxbWz'kSBO\M{Bj *`ϪfP!aMB*;6)wN_ŒS Yܦ4D"[0BܡE=U)Reh@%H?v_0bX0':0_{zHCE*Jg$ RkET?{-LjMtGGUN$$izo~6F,K7/䐾ʧTZ2Oiv$@Ι+uu!huJ;aq詮ܫQ\mѕ{x@SG'*: 40& sdaܲS]^i BvM|C|:4J#Hm޷= MNQǺ%WH-"h @J9\cḮ#ςԃ27-b{Seg Fuy nښ^M)Ib?pfC}ltZϾKȫiU2}m,}G6SL!HBYb{M7$9-AWQ 3);!}b9xY~q˼qNӴ_P ^K 8+83 |} 4]Q[ TUeOk{ِV8q;_s/->~"*+v XAΌSzɢ<{h&f ˢIlxEQ^Y> L4IX6/+-V9vapف@Gm!6=ĝԩYŘp[8.US.S=aѹ"-CJ50. Ugr4-dTzIHL4"<ű/~8طLlZ1nyB9[wZ"n3[Ӡvm%ڋs.#VTu(r *l> "@R(ZjaB2$kUd냏|yc[Pim7fjyi*`X{F*:08j[ 5пPj)JIp4Ut}Uhѽ_AS`/´D=ʹ=jj/ҙ5y)Upjil126k>@:~B(5NF !JS֒kIl(nx -CaayNSܡ`PwH>Y@՞xUNwFnuDT@SW *mGcS _[E}uUF5T{<=[T 3|-'VtYФ>X_W`t? @+09g>hm*]U[p٪4h$O̸(̞.?R %LZ(&8n< *%f ! uR#ړ _O{yBQg5I~m8,֞C XNZ;o }I4j߸ ~ڦ𜭎GIV osm2>/?d0E9FZUHFZzJٰ"|w۰eGpgV!㈰ D%Q $/}B +rPKHǵP;hG8t:vy^W'R T!S?Q)xAN(^jl=+ڋXjӣ Ib 4A(/UJu Ϳ꯽"f_KXH2BƠ"8UBu[ wߵ֑ یf`2T;(()25$ӦB!e 7=Q/8^@`IDŽ[3^fhԗ~yhi\1HsG"{fC}z>`7 oGAX4%m.WfNf_Jԉ݇pUiJg)R=2v<K^GP`\5Mi4&qQWP[ᲀudUJ=53 ?[B&j|hN_)P5"2$P= [6h&!O!䧣X:>E!Û 0 Azr4{ZEZUd ':%MkQ< a*8F@3kMo)1^Ō0=ߏ׮PU%*`8r]fskP[z;F@75肰p!mvnu~Q?uug1Yf MB}?|41/SfYl^|/W it+6 >Hik9pM,*eek2HY'GSo[| 1&|lƢh[$ju5":{ٰk?çkg݌ݻC˾u,TѦ#>LmW?weqUB.^]Ocyp[--sUi_eV9ڣ9cD-"iַı҂|1Ej^kl\vd3SwY^tHlaSh]EHyEMd&h܃[-\U?Mj%e CoR;q;\ݩo~ζ=\\_,QyrlӃKTh=1mւƲ5p2DNFeѶΪȱw%7+N4֊~v戅P̃c;Nԡv 9*T@X~ֽWwso}k&A+`apQ{'`j 1*xP-Ҩ\t Vq,();'Garkހ-Ox}Jwi؍$ږ,Xx:UhoaT>pIa 4Mu~gk@ey}t2( t"gZPZY*k%!(Q_+gAebS' ">E@Nu$})NH0lOk 9sqavZk7;MF*rdnM[ T~4c\P λ]H!D͕.}}eXjYKȪʪ~zЕ2rHÜ#.U\*}][Ƅ.2H%L4ICئI2Ŭidѿ"#hByseͺмBe$*tv;07rJ_+ #6x$ƅFCߐǼ#.I5GfT?| Sk8ѯ΀S?#.WevbAb~S((c_ 'Tk6ΚN?}g?{3y ep=Pd]Z" AC:׮"W)';[]GVZ6R3 K?E>V l7q0T~p mS4vÅ30Q i19.jbHWc_,~>íqIL{WY]V$$)rٔ}#"' G~{>,~ q,|;V;FwIJ™ 7'Ie :ꂷѶ:Ld1iyϽm/^ #W}hk#AMmF }S&=%VtCւ_x,`&k.tV֌XhyD\b*-HˤwaKBk^VRǷqҍfAKѡW^r`1ȩF4̔nM~ G""wl?5PsH[Bh鎡7 FKN=V*E(̠h+؉b4Oj_۶Pb!E8!qɜŴ8xx8W 骈A5LHz1z{U+̷-c%dn`/Q$9)|Pl:n'Ώ T}n@=U=qÛ^nmE(槚GZ&C*L皴|19O!mgMmKty4Kgge1%Cܾ+p8~8v;:L\v$y(WDiΚ>1seT**x4e)WiOw NQGX*3(ɒPY=? Ts )>b\p+\)Ȳ+Mƅ=9L3BB4Z'xA8V\L`5c]H$?tl/?`)QyGc<ú? e?Jb;\-Gc<`Bn8e4"3f2knykVZN*ot@u L H(s\)SXmMK!7`os{;T_;íJJ{"SR|.\dSnpVS=8Gh;Fb%U\rr*NFZ;'*:m9ib)8TȞ^P5ݹ<@ _2iRve!'b,Р+"Z`mM^UAg[Nz_'$&f ^v?ebeA8]O/1bʰ;R^/vwfKĘ7`xPv;cuxB%.b:L|:(+LA+7&mwɤ?e; |jyk71i]% M[@p޶EYMzfuu?5Gi^^DtB?h,?y[ڎMsv0OBw2HZNjKގemWc܌6\wԟ1^Bz;3Dߔ'_YcwW$ܿ }XTc a81f'z(*/'MTX|/!;XEnƉ=)BjdgSͭ)oMnmXП[o |/DW`ýlSc t:Xq'0[V8BAT~a&HH-hK<myc]ُb-D* `sЁ㜙\o-h!Q0 o*JN WN8O$N /O WÉsi7}^ҧm|y(=ahirڷ9(G`M)^ҽqR; W$%j2Df2OB%\zWE9I5X(,dcrFVtSN  k<ĥ*ڶ~u6/u/)c;6;SA۔ۺdcCĿ-fFbG uͧFz!_oE<Q2׶vHR)tAk7Q4c*&Gޅ ~};AVRh4=X=8KQNZBHS$Yq)Bv`뗉%}KA)PNƿBd(AfRԧͯ{dJ;q+ҕ(dOzS CuG7Oy@nYbN|?J) JeěBkTse"2MNw|EZ<~M[XlơD1:rati}34u" eUg*"WG>wC<[KaC{_,~ APNPrnlC=]n& l=Ita]]/'/BH19Zu \W=cupR dO.sLI233wFJ^+Yg&Uډ{T| ;![rHvڵ2zpJHO_y RJE OqtqG%S'121h vPC>9lc2VY0W8O)Og_('] EC"yJ:F`5䉙DN a3.c9+PmrK:Yx~pѣsiV|fq2~rWxP^N1cGtA2ƑeEɱU1Cv)p} U`nPTjs1Ju2a!0eyRP'NsVBN&fw͙qU+\Q,MlgO6 N)~3m@#byֱ֑wҮS7cVI]_j4ߌJ Gq6WE4`7)_oXa`&mAlW*8HfY2>cPA4HvԬKǩ)l4`lڡU/yoe±NgF "E{nhY DIl[w"6)!rYh*nOJJγIY{)@8AR{|aXIR7I%\kԞZ#b7ZX̼:N;م->Qh$"9ҟnVX=0=qa6-R4+e,ò\ +ve)T {(4:+IRat f/2(+xc K`PXGf3/0ڝKL A~aN@C>؜?ambA-WGv|"by{lnh!Z)>QpͅtϺ4<2P~o*vs9y52H҈̀Nٔ4_rڲZa$R[4`5h!;YtijeC7TJ :;:GIOA<TV"A΀Sg~Z  e_4MQoձsq͡1!Ź|,Y0狛f$ڀ #mOCUfTL +9ar0ɸ7 zZ7`(%=i#>]טC .ï>VM7 g%8trdV'{<·e*rӷT)hQ+;=9y!|C]$[V-cDsZ26!g:(@b U!G7Y1+nGlL%fba!C;NJq38Q N!(Ly1ARg8p]/,Dod'Ԡ7S MȺ> %jdL_gܸEM&Y*å iC\'U- zX{0,`ήl$~Ţ?w^aRӜ[ғ ]Vipl _XD"K,O+y_ mgG9Di9="rp0x֗+,~jeថ9cmvNCv9m(#SY"*y6&z#OElad([%Ob#2g{nC{ʍtS:9 ;yi$UÏ qrU2ܩ@C: :QE{^!9ϲil?']!_M ydĕ}{ce֗/>>,WτۺHF*qů9SfRԳ#+6C).s;2!O2>ϮvDc0Qz4Xwh9vLɈP:yxx a2V!rs S~tcO` V6+F#KȇlނXW<ʰ@UoּcR.LRc<+5`Un]`.}jq< YRYvSjDtK6f!Z?+X*_)p3^{Cl,(jbl ʂ(K2~C zVr=t=7}$#}W{|JAv`b?.hiسYH֯b5pՠTnq9]DgHjP]TտdF(.N&X0pxlT+Ѓ!$|-(]#|@);S JYhLr 26Z!o=zoF1ͷ?[K +r]{#:_AUݙϞ0pCu/ "䵫S |:yFjG>‘լW͇}t=w2kڻq ThMinrF~ b_'l._WE&Â_Z4ru&`;l<#6镐~I?D^61:4kj TxȮ‘z X4y_MzZm;GSpƋoK\}(cܓMHz R$Ϸ򧚗4*IjױRCF^{%)В:TJ]d<}wD)G[0D!|ہRSTc4j b+)O_BqrO}u=u%ݞt[5(OC]YTBArkvgĕ\8*I?-}/I 3fb4x>/gcmk,އ۟a? lE(S `[wa+we>oJ xg]/IGuZ|jn,+[@?9+qy_v=y&%*Xu qhd5eST-_[.||zs`UGrR *ɾf*ZINK{AP{9 z2 t?1{*˘sg$\V-~%i)]_P9(|8龍'쳑4Ib41  pC:@m ~mJ9T6rI>]XAb2741ٖmTܷc#lUŗ\p[<!H#}U{xh^ɛ6#scKUc2˨0D6hH Xˈqx#0r>7ݭ7׬V?S 5Xx"bP9BYbAY@I:bЅdZ6\AA! f n'Q$ٯP6(+ێPp60bˍё#<Fp&ۮvE r5F;9PH@=1~ta a2Q(MAz涸cp(@c"WF΂KpnB9yLb Ү ȎLLd)&Nu:amH ҡ<)ܚhn &]Ƅ2/ظ_`򻩍Yղ 6XՄ6! oU;LbȂ<%Ɗ+sz>;cNFb Pg6[Nfig1Fw+Oyʟ!`7K5J7ce@0!Cg@ultEPL`uHmjSVmkXRO*f4y5/_NnR63Bsu;8>:HP me$7GQMޗѐoEiysž'E_JEbYDȮi<^0@퀂Jn5]=賽ڦAҦU~>&nj%^.2.Np+s%ExIΈ(*LUnI@Ofa%Xx5Mj3:%QN%Ot [QW4 Tj jCE~`Iwuo ZM[ P)PͿePm x1#>m/=.F- 'N8gs!afRdS$5XAmt=VÈ3I`I۰s/oY amފ2fJ"(E,2B(:&|Du75.yE׏v (xz@D\$=s(YlxѰ$B~5Bv~FOa_Q1Hdlc<$"{./}8\ 3)\*b+浚]EL=cQ] ")v=`nNA>T4$zuq RdԑJL %vKSf!a{d`jΗGi߾>ЙA"BPH EdFC!Q@ȴ0jHq*rc]y'5?"pTaµ(Ӛ0paT'7*qٔJm7s3,98;&s:d' | sά0F]dn@#TBHV)2&pՠwԐS2Q`+ X[g* Bם,pPՉۮU\|Uj5ig+xQ;qd;&FhgdN+$7I _X=Pb/d,낆02Kx_@fTG^wy%,i^â227̀1l>(fhXU`FQX^4qIW?W?bKJÞF/!X9aR}G4AS\O8j9lt9^Ϥǰq e]@6ט07 څzq z\家O\ {-qsR: r*zjRI !k!=Go8{}ه yqZz"7|@ϪnJ>&\{UDitJiY!ХD%C@ 59PGe 6(ByяqIMh2H k.CF'iii[ ܥ= ЧfJh!}H{ ,Z"O}fse<zadO}P^Th gIJ0cgSۦ\43SDpN=@d@xAz<##:\`[LfڹAJvy bu+)LVFݟ97SIFkMǔTG|3hPk &bvqm?,y)Rnbѫ2ۀ=wLhѲں bb[,f4ɻp!7W4uEWݢN:$N#inqȟ"2˄BE3|Ҝ%8$$3m5',M̨zeئgݰοP@ko b)$Z}OZn +=o1G[v.巵I)dU4 W͇uXA6H*V<xPbG<Ϣ 0y+|>Ejq(I?L6[T !GQ-ɅTUDUtlꡟ~1Fs  v!(ʨH"E&vՉTKo奫}hRES=%9'>Ejl{ڲXDɸ {78vʈ?vH__zvḯQy7P}5+4}){!qjG/LyG n r khOԊƄ'=TXhzM0xdwG wJ:)LhG ~AҞa?Ƀ'N:YT&# a#:Vt ~7ڋ6w)J0h"`c(*4D!6"YM@|nAMƮr95*=u+Q*׋dnɲV9#gxPb#>iIfTV2q''+2Э8 &A?c)8Tjx})U7U徱"UԧBsg#߄Hd:{;tClbH2uA>I Ѧūz9sg^YS_#C;M:?vbyCtX6D}r6u #G:_6/ߐS^A7{2r㤣SZ[3V(t\v [};,Z塍BZmz*[>_[)vz682\ fS8Q4D,8b=:袗Sv!u %2#$Rd~u7&80dٔG8uw}ܿ8=7B;w!0WA|Pcp6O%&owxrbj;n9̲_<ҴN~'K`Y -29Y)0r{+Qn*?Ay?I Brֈ@<]4WKI[uƼ'Mj;%gK @( 2^Ǚ0e\vtCKQg&{St#֖$9,a 79ԛ>Jh`^L;fIms)ij&Kk CekO)MSG;]S!EI/+N|~2 lt%o(W|WvvJxgU y N_$DS-j- ֳSyr$._04))4Zf0WU[d1UIW4|=+ n LLl)@Cw&@0dx;LL&RײVL`~I']7h&3@:숈i_>bd =/c}M{oBYNzB|Q +tJVVsFPzy:XhyM<5\ȜfEֶ>%XcC&i_D{Z8c* }I^eYյxߓgk>ot׾5{nAЇTA@J$!*##^RLXL>'G%~[J l`VgO3~|E$4k8gYq_nJNul_]uBPsr{[Xk쵎 `1lȮ|0f.'-61j'$QM[>:qr"mK"kL"WJkhq)v##BcBÛ ])0ǫUպB6]'YbiP>q p(#9D)gZfȬxote[Fh ]|CMmsi +p])$آ}"aU[H+.\s}H vTf 0yiOy܃[J;R{&t?Hl$vq'y ZooMv8Ui AJc,0bm*1y|oLTkĵ]T[(]멝^_Q0F я5\KarעZlm_0pi?֎it gQ9cˬK>@!|ahɇ2УͮnccyyZi1 yТ)>d4{VTQ0˰:;\HeJۥR$iBYeI^4J~ɫTAfS=bqөXINmk!MDA6W"3>x1DQgG u U*̓$k 4* -\bHk?&wTs54p"5oծ%cPE.X]UC* -!&%ϒkypA,I>Ya|dlDSZG<&]AT"S ,>f358jhTq f"_p1;އhm7"@|zC[pph )b54,Y̗8pp !cw8ruCކvTL}3lv7;l}tlM+Ww݀Ɛ>u;PsU.~m"+v/nX;\3v-W"<_n@o- Og J#/3ocyF' y 9d"9U,_%ƾuE`"hLVl9b#Ji?k &qV$ t; @yU2bŔ\++'`%\c+ϯM\Q< Mz8nV;phO'5!ͱH E#YND.|׊$~-xLz^L0&1r!:@WvYcrKN2-Ds3SvrOsl֣9up)Ei×H.Dh6"V m?јgA^WqVF 8{<~,Ƹɱcu- };f9G9VBU)S>.e1% Co5dv,?\odntCJL~9G|K2[C`r~&7"xTerZ\b)Y <wRɫn 8]"F#| r'DX+(J:W<m rkbTm'֚ؼP}IBYĹ*W]6F5^/j ;G1y?곾XolAZ~FٞIʦ'l/ɟ!ϒ1/(3[&93j*+.?F6]NvN O"wgގvűMUr T>|[j"=KZ m~$3k X<Ʋ PH ;{g<AXeYCnh4Q3`x7ے'u"KUmPS5t];nKMSbxP%J 6 8R@ӨZ/Xk4HQ8(XS%۞ Ov~a/c_-n~H`o::'>x+g ;q3vT+ rOF/\Â)սR ur*7!OR5_۱[{ȀuMZ%&n{C0 ~KQM%g&%;{lA K֮W eR& xQ&@-{4z1U@>+҃hYoU8#)Lի{ljt4T3yLg7 chwgG[ynwD4&DjcY=êXЇNRe-mζV<{]?8,u.;W"+ hy$vWvV!ҋB"D-e"S`P# @k _[KyԞSѻw*AZsBxatҮkbw O-mZϧHԩkC۠bWMŬ1h{ D&}P}G}9xXW8뾍`^ŏ70ʶ?sA|YM~eHEIk* ڭbsyo, Z$6+ 1 k_7(/.%2HăuL~煮|#2h|ݚ{&4k:)5) gNB#f eRz!8q~-\1]鶈Xyn33V?nFQWĖBԏ̥X?aB g#Tڂ][CLMtVjK7V>kźx쁚 Bp耯LڮFUHX#fΆ 2B&#dx`i(Ϲ}B`ƜcaO*e;d,@jV!bQ~g764X^fa<"y FZ,ЄίC@#Z'/ޅ;LW eHڭc`a #a3eC=؟`L@I0v'c-;\dc?HGNWK 6&xd-{HgH[ZCnu O7CYFzE=[)d,|ZUֿDO2H[-o<:Wx%zt. U `uo9(Ή]!7KFzb@J16KE-T*1Tʞ_K`aIp Ap,zw~Vǎ^9"lǖc}`p˖/[]:ƒ8J>3.*ƏSBxˆOIlKZx)OyLp"i\7Y|twMFk6~8mqu +UCwi!Q؞Bz}N-vμtXL߻`K%㜽R@sU*>ZcDZ_0R.?ƜL Ne,[ 3x }&>m f|,X%Ie">d"䔝l-s_|ܽ+lH"ʓ9zhxg\:} s|7Fo.ꐎZ#0J19#q2~ZkW5{M15q|l2Se:{2#X$;k94%J؃k9Ӂ$s1:Xtt/"ߌYo }y¬ފY nU6+3nr(.왇l \ W@Sz+P9(~>|,-Z~UcoX9!ܶ*mEjn۽1F.|n ]!sp~nQgo 4…£*e{:lPcڦXM9;m^aL_Cs9cB,u Um>o<4 |T8IUNX?W ó&G^aZ /&&B~OT(clz.v?sH"l Y fhKYgmR daك>Z] 'vjsjZe I~ׂ~ %ηS,z6G/V$"ᦁy'6x*Kv%/k]ݪxK GNs B O &ZDN+wkOK߻2o4t\lMٸJi@ 6j\;.C߀L0M%*KK1^!,n\X}ByØ*yэdfAc(sbX9O}6hئJ=Ę`If{y'q7܀H]B:T+3Ҵ7zx+WujKCdw8b þjjg!J G}v87ހ^1Nvy]%_ϵa;s!OfȶQPQ]Av47wYT6$RFU;xFt5g"'[F!;*B<'@*gB,x8\ M͹[i@xPD-sԬow?IQvx^|#뷖 󊰁gW9^9aWK栶=}̒ L,=:ʸ(Vyš U}.ٱjG߫ qq߈kg|*|%eJlX*1,>H®Ah $b|QbY}¿`2~/er(sO]ze ~!M7_ ?V מ@;^N8iGJ67R.^IG eS,#A~ˬ + CU΅ b{D\%Ήx0]E]sl㐀ѾhU4KpݮeC-w*xw;"dOV v-6A} tAƨB;SNRWem{( pS) ;p_Oܙa(̓QMF|fÕw>*=p[@V-(ExxdϳU[cٗhL,0摠ϬQb08M$VAD|vlKD cqGw>IUv;Lk jwq+$HV_=Aiʪ]z,FeKJBٳn ^r~287c}ɢ;\vB0Yg;ʠ>a`oiG9&la/7 ^ 07"qI zsi3kxAAICei)E0hlXr azWBMm +3#-Uv\U/Cv5]Z"ey\W6_!ޮ%p-P)rZ$%glL53ѸW( B(5 q1d5VIt"$]9#أcY=UOJ74 )7)8[Tp~U؇ǔi8FyLc D|Ԝ=5s{%,duƏ@#K2n;{Y/Z$]g /n2 22y\{xq%vQg>%k&7iem dL$ƪ\Q*wd_A jb9ѾVJ4*"wu?8GJ]Nd-l+}]^pykjO$?7A^b_eynjgfCޱu{bg32sZZP7Y9')!wE=4'Zض<M)[fܼЇzK-c[0l5 ;ZA;̖J ]gn7j@5fm[5_NY(IɖLQH#*:B'k}ߕ$ 3-)[:vgaEx櫯|hێSۅ9nj CAݡA5d77k mXH(r7|}E[K 3MhGǫ˰nZB̥,[}M[h4Qi wf˙`⚱<]A?rܔ2(0U,>"p"Ԁf"2,nyJEԷye2sfm *u Zu\Oq2 0 mdVDԆvfOLN0:XA`[49 @;\=䒘y]0| ${C{ P|P4&^)y--(LT{h,M2{+o%%,oz]x ab]3m"D7=(8JxmT &1_aT9X?kqq>@ETCv]D+OiKd*8XQ%=qۙ&Q,d7S3T$LMOWE8D]~,3&?Mv)Bd0!fi{[d^i\37{yXq99>vha2G_W %P7cUܿfej Q\Oa/:o"sN[3([QBiȩ6qpčZhaq -O c9@ NO?><Zo`k(Rkߦ?AĬ=D D;-D%3'۪:6߱Bw"W-9Wa選QSn8eQS :~~E0vȳʣ\mw#pˆ'iUNE @!x-*#xOMSNs}U;fvJGeR_ #!ktٿx߫(Q7l>s+߈wbe=$8ޢjuDW>۪ho8W(OD-4<'Rdɚv`DՏ+ަ]``5pYPԹ3 L7!&^xD>y \_uCP#rh& du(W%7F 4EvS&MlRwݯp})r%vPNdtKrRofJ@NB' ZyɋRj"9ޤRpi;1ue@ވmP 4dUPx""*]ʸ䵺m,jq|v4[#?3PK0kGkb~mk4M~K5wC9* 6#cٛ=4wf99ƔZLZ;mmʯ0:]LoYt平硐dVהxI'uɒ3b]uk.SѺtHWqT:yI$#TYJ}"|ÈMvu҆^IA uso aC@I_ʑ4A`PxQ `UvihE ۻĹo Ȥt.>wOQ[o.Ÿ>S{٧S̔ȝL5wXF`@;cBb)(iy)Ke`ϻ UjugEr*3GG40kTr΁MA?|yQp÷^OzepD`\\qXW?[r3ӦQz4N6WfZdа:}yT5O2?N4c=/2 řNGq(4`20 c-8Np]Dɾ %:r0W %we7}ͬ vwOB,>zti琻`vq6-w47y` A@7X7tK_`}H}u$q&HhPdn-3 Z6RԈzL$ 9!F\*<ꎈ)㉈xP w01Z.LMw9&Re{%5y!v[FZ2&mf6/)jnl]yߥ(jF&~\_*v^d»QKZF_^d{` U WP2Z";dz2l a0-R :1,xaiw€Jn|{idNlC`*ǾE j{å&2i'ؒs81S>gZ26Dcomo}Ձ*0+zadɐiF_CoOka[!kjoz.Z5 XЕb(%$$ `R8(::U@KQ64PR-2koiv"AnFuq|s QzC'p |$IC2[{^!AEWmi nf}=JkQEjUkuUP;9e>gYz͒x*.+ k༽;%R[l^;,666ހs>bwP%A0䉱CiYn$0}CXTJ}] ةNo&YE3K~yk hKOAya|ƳD5yPɉW4=Ʈ3i,x{XJ2RjܖO|Gkd~ e%ݷ%0W=A}aiaozgJ=x%XW_2QJoxwFh3OS5. 9!}e ,yٜ4DܜMeć՝p:Di$UY! mz^HFxcTU:[y%A)b ^U93D.xS%PF/п_lvl8wtxA  2:v V$Jaۤch CmIαV" @hInKg-/?amVj i)x(D Ϻ[K%^:SzYY;KX7iz"md@whKg2MӂQcSGľ3`E1>c c2s d0#'cU;C$DŽjrs515 0OYˡ0H1)6z!%^N]mQsD'I:UFV.Ikۈ#Uv 2T^Z 2&V<d(LZ/ P?yH( 2zL- pe33dHѬ"Hͦm_vv4*Ԛxu\<%e0'D&[+$ +=637+vE9JGzXk\A{3($V/lnǤ-;d@ϿT(!{kP-}g)O@YJ[l5\*BAAlwnči9k(5tPY]U#u91醑ț(Frp'mK Dޤ~NSfL2,~&+^ZDh:nrqocN8w[Pݷc7EPܲ;2LÕyF9^^땪J'_0"H^gGDɃtlr0kЬW0n\.:@U*-i~Cuo_wQB k{Hp"J[˖o3֌Si][Md̻>SsipAUi+҂мVzY7:}GSM7/g #ж~Ti]SV^i*j^6v+Ytomp..p2Nr2laEy9ޠz+(i1jӡ J7Bh`M(U{b06/HЅ_pN\=\AlmU ,E+,;=iM!-ܓ}iAHw4P_lGe%- !lDEM[RpmPLf)s47 7g"Z,` >17EŦTՑGej-Tŏ uc7M)6STi?xCd-Q=Ieg4ӟZV '*6/skKjY}nZ0˥*(UӶB`Mji1@HX%(q}%Z !响lHقA&!"WB*QanҨc\;_~ [3!,P!l\?M-Ed]0e9nY>+&'{Xs XQɯOEÔ iZYAlhk@io,W &Z-_=Y˸`8;5o00:@4 UdQIl16lVzD>pRj̒!0I3X<˚*ww* JDl1f6}Nz){:2t٧[.,8CRc8ޚ,ꍥ|pd un*u?˟??J~8z.$dI~S5aY.lXWCT7:8(I9?NU)}=Djue$Fa헧啁O;gLo5ˋMj'{þQO LҪ3Yy¥IV~lU -"ߩjڅMʟ}l76?,k8ƃgVlqD"F(*E͇l&vSIL>d 2|@cCz(|NkiAkW:>E$eŇIuo]O7nt Z݄~SVMNMr965ed^@k?#/|Ȼ;ʕQ(Ou[(3ܼ4v_9:SwH8&ָ"`iNtYAܬ!ϛzgCud؇:ck 6 <2G}xvI#*D K)RNR4zH{:@R 96eV n8x(T;IjKj҇ӕd̋"fRbBphAbB>Aڈa>!ʜ}~~$j\agiHa;C4پ̹Y@2r!k1X(+0a:/lf)HYi:b% y$گ_eR@<73To{r5s{2]%hoI7Za %pP#JcNSP]<[x{Lvؕ[,b> Ju)]:\J I⤴b @>s˕|gWP6%+^d1#o%o%Kh%:ԍbD]6~t- f}*腛O FRKJ$;BJJQ\rri.ntAۧ2~N1/M;v9vfIJqw#7g<,\`zq`*h HcL ?Oc?]l#oP)ҁ RGPK#C-3Aci5@]x']osHLZHX2e&4zD5 ߟKU[*AN5x"G;T >l N*KO,nIfh\+u@E6y"4 2ӮAX.bbso%AB--`m=~b;H**$Ý;ŸleA cbbY 3Đ#^5lU3?:P18Ti.B19vt6]v{w:(y*u}ÇOf6J87ogHp>ԺeIĦMngfMS#İ~ ~`&B-:{IW0“դb6vFCk,M!Na=neJ\ hcT\x `lQA[!as E;1q3Pu Ip ֓_ k e/˸ |0PnMVE;=VF-4№wTo3,d(O4ziV3SiunQ[ߚʺ .t2Y|Q$9ߔ]UˁZ6qʖIkna@b)L>5q<Sn*"Yg{ ꩇiMM b[7zm(pb#f>kl*كKf]*ۂ肙!DbR|{8^scMpz͟2tOLp54v rޓy|0T DJI'F+{c6?c!x?l4rHn&UUݐ6,h *&z#,Y`,%D, ɚmZt 蹬V' VadKגA 9d2T汁#51N8؉j0hVxȸ/f<ޖ29*h\@zh5x?>k| L:ctJTSC=}4MFN,evӫM'l>OL V)c HAU`ݣ ^E~JIڷ dhx`=T*t36|qego@9h6rfD!^7%7LoǘP yUg٤/兜+)#?$ETxN#C3(&j!ܻ䢃.u@ 9|~2omqQCW],QV)xL8bQkswA6iɛDc&cᥜ+Ϫ>fdl WHӅ;ECiLJzjIgMP/ZΥ ƒ81v;| m"%%::%[.Wyxyթͽawcm82C0Km` Tj#pΤg '֙qS,3L0 q7<.W^BP/U ]90j/CdIjs[.63p@&6fHIpoRQ?X^[Ej,~hg JWͪML$j]%? 7&bW+(7H,H1TINpCt',ݝhmrb{ %.]3P p:'J~̪F##Ӕ#\OXIhWh |gyMSAaJr^L㡻Hd8CB)BO D]m0}/=+s dM^Unoіe"7Ҙ@$%I-vY&Ia/{W~)צUVh\tXfFzxOiĭJ.\V؈a+ -7%.m%7j˫wҭφn@7CU{T =5$_x W%V4y7Ǹ<xe_UegzB[&ZANrwXӸQ #/⏮G"dQ-HxQFNcG!` 泊,hzZU/L G0]~uD#B۾ 8TPjRЮ}AJ*m(MKMnYa<üf 0tI\m^+#qMCn,~eB(^bi|\8//\+`F| D ab Z0p?5b_RdmoBFyt*o{@I"˹MiR1y1T402$!xXOv(p F⋇$eI?l;#M"bh]-s.aIVQEsM)v揖=a"cbIVHxTI~_$10fDK{7)Vi6 2/$r@Є=!W$3hv9qK`/wUsFr›0rAEt@Lan t%XW#,K;&X_UhåXOǶuD Do޿ĂIcKM݇ZEtK=_iow>ObDߩd_C6q~iz?lr" y̲Zo,bbZR<^f nCϟߝ6ы$-n&{Rk٢[qiUVe7@9Ȃȃlcq9{q]ud YcJƾ JXަ+V_C10Vs1V,;)ܿ,A@:Y^_ZKm~fH$A ,/NaUnQץ,L")4ma]٬e0L966;&M_Y>#KmφcKSgm)ӺX0IhgkTOdQ%F$jsq33d ׽ x-bWAu(?kgaigOEz/l3 ~s_1Epv6'U*f5S*6hG3j.sp1v:R ( 3Cs PC&k֗;-GXkaՊS"d¸jiH^*qtؙYe.xCYNO+:5X|@II'6XR D7ti"d(c]P,Z)r<jNTwA z7\Ya DtiGV*7su|buIQnE%gHc^ DY\`# U 9BU%2h=Z'}M/ %f1n9-}S4!Ք$fQ;ެ_A[@ßfGQ )2UPDeG1H!TZzlpfҞ$-9]h}GqzyCgG΋nU"fZco!E~;gro:!/q;LhGaU r튌^EgfT^#{ Nh便T) ][ʯjq:"ޝڧHgƥe3;v\q+oHV.Z+T}~LuaVDt|>A4E3OKX#GmMu Y1i 75\uViel@cKtívS[n \!iAx_Q#17g.ӝ. 8 ,_Nj\6YN .7P}-޺~˂z)+ PWR#)X=24y'TP2ܬ%xtݩ:Drb}59Զma:y Q!-!Dn]sGym-DF=1~-Py`eDú7YƖ.l[ 嫍WΕR_;JE6#*&aÕ)ueҒ-M-WEϕLDvJJjs֦.ᥡnǖWV1'uFFP ?L?^nE*_3_`z3 Yصs$(*9}ޞoLZͭ9h/Ȕ2Vn=qCv'9l|)sQ^,8XF9]NwEz}LCT {L0GKpWYK-?A#׎.;dE%KWEE\91p:B-mIwsCCHD=eZd4z;-LrXm{.eQ}LȌԚW"cӿ^Բz9rPò:ӭ絽_Yu H\wA>|5p@8{ BY{9;B Pnm 'Is"Dłyj04K+VoE"cNXjE[f'SZ48p \:a܆xmZ46.s殏RIZklW﫼{(1R~q i ]1)/Tkr y ;=9d:r$F>йr$Ss&z$L |2TZTiU/4FN^uIU8)+$֎5>5NP؝[[Y9[?ES\41> W{J fֺSj٨ۇ$#dٛEO[%Ty%]?(my۲Gϵm0$m\AY]w*fd .~XA LXB Vj$&:PϹe"LRW3nM6SIx+WPK~LHƆN 2;HvLCE|jSʵN2w5{$gs l͵$BBsIcʭCKZG{ M\6$l e;Ug24OyҦГs@gH;FuGj-tu8#+߰^주%ӛ7=ڵްJGRc+%=%_|0ܷG}T?ypuvOdt(Pn,#\r2J2NOE؏KAsIn:C،]p8Y!k>FV+gݣV+iGݴCC[!)wN$co*$" ټVQܴb\Fp+v?:4({/AVXFL7q[ L(8cAág+;'y:]0C2T_ 3Dqdw`d+130!_6;<_|DEi'[ zqlÊMŅض̤6㖤c Vei +5],zи8Aji/B^h<2N:d @:孑5&}b E-PQ-J&k% "DKbԇ"b*tKyiO=#[Jo4R?JϚk.=D`F/^yc bu 11"99e1R7$n )5)j%E$o0}E44UsGansEA]k,ROdٯ+y!N~Mw$uៀC3ZH1Oճkū3bi'z|-_om2_ȎƸעEld5B|!;ryg'X rN vO5Oiz\rIqh܊D|n5{Mc+'T|c9\=;l&metz6|>wreJPke I~#k`Vyh|[a;nrϋ}y \E XPVY*/]SQIJp,%BjhaTR9E2h&T5n̞2= [!AıUך#[eKٔ_J}-UMK1`լΐ4n2dj\@ xؖ䙣AJwqԃLj\b?:"9#Te *̫wci/d麧Q T4xsCv߄9.)5ĨS.winje?û"NF TG&۞`-%|90wI[Quyָ_\+ \必kWϮ]ψuø\cĞXE>%<_J|$t`)n'JNذiTxeSTb wC-v, e?ިӉ^$PJ פL&&Ҟ h6G h`ْAeTHmG79-qeP13]jp>^/Rař|5E2 BƯ"Jn;9]yn<{QB GDIdsԙ)#b }R!JH_A@ɚ|-RSŃm"{t7O.<(>lvlԪ*TD i!Rׅ>Q ] }Y^M"B&?9#/ bPw?~veAlO~tk-љL'ڣYۤ3IsE⸅Xݳe%! }]EjCJ[/5mN^3J % 1|kّLjRT6탙aT$d0Xdioͳ.lڥ";:S|eۦ`"[>˫aWXI,a xd, O[@ orZ;3=|n-#YQ\oEyfV:Ҍ#:bZ3?dzcwٓ,-Xi_A LoA\fH !i3g>,mxr/ p5.SI,SvjׂRK7bj]zNZ $=GJ6fBv*\mOI ָ5SOg0";jr4f SZC"Vj),n3GؔLD}I!pb^E+eOb6о㼏+mey].gobH-\Z{4_EBX-̛쫜{ g w/|VPb$1ͦBP8;dT kPi:ѩfhHӶdj&fP"Gٻ;)cN*| s\G*⍱7b7= A/; 4-+~ oj L1xMq+z=wڋw_$m~)JT ·rKqG|e_|0G[S92ˢU.^(cx*/mʵ"olW #)%c(tU{pHB#,E ِ}TM '~_WȌAh4|\4k@E R`*CPk$,{L])<wpkd뷘/OϺuncUYM׳.@pw!]dur3"K~b}r9<'8VEb}~VX'c?o+t6[K.9p,ȶZ"]VwA6 M咀OuxwJ%%uԈůgpw{Zy}X >8r͢6{ֺv{k7(f?VaX 5)렎F}x&|Շ$,H-Ҙ%U0_Oѹf$/aȴ32|X[MQ':Z`ўlh3 pHBH|Npx"%'FntZƕDv=u[ ԥrq^Á+_~'YRc }E $4QGKp@V+s@90IZmN4 җ-䷔_;c?n-6EE+`)x]]o?ΌN$a x8th?~Ik65SpW񅖹g?d^8olIR0tYk.[ p Ҝs F]ߌf/-Ï:Sk+XK~VO \O޴Jk%*} 5pѐu+ ͟lO:* .}^-+VwV}8Ňz'l H]tP Rǣ^#G#&{ܽ%c>c)}vүTI O ΗTIP-=,wnO\//u+r\6+<,a~zCA˧r% *e}Z "ς$| kSn܏?"  YZ