libtiff5-4.0.9-150000.45.32.1 >  A e@p9|yElS =p@?d   U 5V[ q    `  @(8292: 2>@FGH I,X4YH\|]^bIcdienfqlsuvwxyz|Clibtiff54.0.9150000.45.32.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.e@h01-ch3cSUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxx86_64((z @mA큤e@e@e@e@e@7)O@e@bb09fd96e15cc706d661681ace5130b695c1eb799316f570bd1dc895a878df3637f8905de6d07d882abf7f8552a4de6ee9d69bd4f7d12511fd4e3fc318034e17fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.32.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(x86-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(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.5)(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.1e?dgdck@cwscp@cMCbc@b@by@bu bu aZ@]µ]µ\b@\X)@\Q[[k@[k@[$@[t[{@[)[)Z@ZZ ZZ;@Z@YI@XۡX@Xx@XWXWX=mWint32 conversion (when refBlackWhite[0] == 2147483648.f) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1907 + libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(), and use it in TIFFReadDirectory() so as to ignore fields whose tag is a codec-specified tag but this codec is not enabled. This avoids TIFFGetField() to behave differently depending on whether the codec is enabled or not, and thus can avoid stack based buffer overflows in a number of TIFF utilities such as tiffsplit, tiffcmp, thumbnail, etc. Patch derived from 0063-Handle-properly-CODEC-specific-tags.patch (http://bugzilla.maptools.org/show_bug.cgi?id=2580) by Raphaël Hertzog. Fixes: http://bugzilla.maptools.org/show_bug.cgi?id=2580 http://bugzilla.maptools.org/show_bug.cgi?id=2693 http://bugzilla.maptools.org/show_bug.cgi?id=2625 (CVE-2016-10095, bsc#1017690) http://bugzilla.maptools.org/show_bug.cgi?id=2564 (CVE-2015-7554, bsc#960341) http://bugzilla.maptools.org/show_bug.cgi?id=2561 (CVE-2016-5318, bsc#983436) http://bugzilla.maptools.org/show_bug.cgi?id=2499 (CVE-2014-8128, bsc#969783) http://bugzilla.maptools.org/show_bug.cgi?id=2441 http://bugzilla.maptools.org/show_bug.cgi?id=2433 + libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not do the #ifdef TIFFSwabXXX checks. Make it easier for GDAL to rename the symbols of its internal libtiff copy. + libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 in ChopUpSingleUncompressedStrip() regarding update of newly single-strip uncompressed files whose bytecount is 0. Before the change of 2016-12-03, the condition bytecount==0 used to trigger an early exit/disabling of strip chop. Re-introduce that in update mode. Otherwise this cause later incorrect setting for the value of StripByCounts/StripOffsets. (https://trac.osgeo.org/gdal/ticket/6924) + libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of items read in StripOffsets/StripByteCounts tags to the number of strips to avoid excessive memory allocation. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2215 + libtiff/tif_getimage.c: avoid many (harmless) unsigned int overflows. + libtiff/tif_fax3.c: avoid unsigned int overflow in Fax3Encode2DRow(). Could potentially be a bug with huge rows. + libtiff/tif_jpeg.c: avoid (harmless) unsigned int overflow on tiled images. + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() and BYTECOUNTLOOKSBAD when file is too short. + libtiff/tif_predict.c: decorate legitimate functions where unsigned int overflow occur with TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() + libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to disable CLang warnings raised by - fsanitize=undefined,unsigned-integer-overflow + libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessive CPU consumption on progressive JPEGs with a huge number of scans. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf Note: only affects libtiff since 2014-12-29 where support of non-baseline JPEG was added. + libtiff/tif_jpeg.c: error out at decoding time if anticipated libjpeg memory allocation is above 100 MB. libjpeg in case of multiple scans, which is allowed even in baseline JPEG, if components are spread over several scans and not interleavedin a single one, needs to allocate memory (or backing store) for the whole strip/tile. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf This limitation may be overriden by setting the LIBTIFF_ALLOW_LARGE_LIBJPEG_MEM_ALLOC environment variable, or recompiling libtiff with a custom value of TIFF_LIBJPEG_LARGEST_MEM_ALLOC macro. + libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2706 (CVE-2017-9936, bsc#1046073) + libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that a double value can fit in a float before casting. + libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, libtiff/tif_read.c: make TIFFReadScanline() works in CHUNKY_STRIP_READ_SUPPORT mode with JPEG stream with multiple scans. Also make configurable through a LIBTIFF_JPEG_MAX_ALLOWED_SCAN_NUMBER environment variable the maximum number of scans allowed. Defaults to 100. + libtiff/tif_read.c: TIFFFillTile(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation (similarly to what was done for TIFFFileStrip() on 2017-05-10) + libtiff/tif_getimage.c: use _TIFFReadEncodedStripAndAllocBuffer(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2708 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2433 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() function, variant of TIFFReadEncodedStrip() that allocates the decoded buffer only after a first successful TIFFFillStrip(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX() functions associated with LONG8/SLONG8 data type, replace assertion that the file is BigTIFF, by a non-fatal error. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2712 + libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc to tif_rawdataloaded when it is set. Similarly to TIFFStartStrip(). This issue was revealed by the change of 2017-06-30 in TIFFFileTile(), limiting the number of bytes read. But it could probably have been hit too in CHUNKY_STRIP_READ_SUPPORT mode previously. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2454 + libtiff/tif_error.c, tif_warning.c: correctly use va_list when both an old-style and new-style warning/error handlers are installed. Patch by Paavo Helde (sent on the mailing list) + libtiff/tif_getimage.c: use _TIFFReadTileAndAllocBuffer(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2470 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedTileAndAllocBuffer() and _TIFFReadTileAndAllocBuffer() variants of TIFFReadEncodedTile() and TIFFReadTile() that allocates the decoded buffer only after a first successful TIFFFillTile(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_pixarlog.c: avoid excessive memory allocation on decoding when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2554 + libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZW compressed files. + libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZW strips. Crashing issue only on memory mapped files, where the strip offset is the last byte of the file, and the file size is a multiple of one page size on the CPU architecture (typically 4096) + libtiff/tif_dir.c: avoid potential null pointer dereference in _TIFFVGetField() on corrupted TIFFTAG_NUMBEROFINKS tag instance. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2713 + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile(). Complementary fix for http://bugzilla.maptools.org/show_bug.cgi?id=2708 in the isMapped() case, so as to avoid excessive memory allocation when we need a temporary buffer but the file is truncated. + libtiff/tif_read.c: in TIFFFetchStripThing(), only grow the arrays that hold StripOffsets/StripByteCounts, when they are smaller than the expected number of striles, up to 1 million striles, and error out beyond. Can be tweaked by setting the environment variable LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT. This partially goes against a change added on 2002-12-17 to accept those arrays of wrong sizes, but is needed to avoid denial of services. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2350 + libtiff/tif_read.c: add protection against excessive memory allocation attempts in TIFFReadDirEntryArray() on short files. Effective for mmap'ed case. And non-mmap'ed case, but restricted to 64bit builds. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2675 (CVE-2017-12944, bsc#1054594) + libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2683 + libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate(): properly break from loops on error when stoponerr is set, instead of going on iterating on row based loop. + libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped pixel number is not a multiple of the horizontal subsampling, and also in some other cases. Impact putcontig8bitYCbCr44tile, putcontig8bitYCbCr42tile, putcontig8bitYCbCr41tile, putcontig8bitYCbCr21tile and putcontig8bitYCbCr12tile Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2637 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2691 + libtiff/tif_luv.c: further reduce memory requirements for temporary buffer when RowsPerStrip >= image_length in LogLuvInitState() and LogL16InitState(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2700 + libtiff/tif_dirwrite.c: replace assertion related to not finding the SubIFD tag by runtime check (in TIFFWriteDirectorySec()) Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2727 + libtiff/tif_dirwrite.c: replace assertion to tag value not fitting on uint32 when selecting the value of SubIFD tag by runtime check (in TIFFWriteDirectoryTagSubifd()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2728 + libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressed file if the codestream height is larger than the truncated height of the strip. Emit a warning in this situation since this is non compliant. + libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK() function that checks if the offset is not bigger than INT64_MAX, so as to avoid a -1 error return code of TIFFSeekFile() to match a required seek to UINT64_MAX/-1. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2726 + libtiff/tif_dirread.c: add NULL check to avoid likely false positive null-pointer dereference warning by CLang Static Analyzer. + libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExt Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2735 + libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 that honours max_memory_to_use > 0. Cf https://github.com/libjpeg-turbo/libjpeg-turbo/issues/162 + libtiff/tif_getimage.c: avoid floating point division by zero in initCIELabConversion() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3733 * Changes in the tools: + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + tools/tiffset.c: fix setting a single value for the ExtraSamples tag (and other tags with variable number of values). So 'tiffset -s ExtraSamples 1 X'. This only worked when setting 2 or more values, but not just one. + tools/fax2tiff.c (_FAX_Client_Data): Pass FAX_Client_Data as the client data. This client data is not used at all at the moment, but it makes the most sense. Issue that the value of client_data.fd was passed where a pointer is expected. + tools/tiff2pdf.c (t2p_sample_realize_palette): Fix possible arithmetic overflow in bounds checking code and eliminate comparison between signed and unsigned type. + tools/tiff2bw.c (main): Free memory allocated in the tiff2bw program. This is in response to the report associated with CVE-2017-16232, bsc#1069213 but does not solve the extremely high memory usage with the associated POC file.- Upgrade to upstream release 4.0.8 * libtiff/tif_getimage.c, libtiff/tif_open.c + add parenthesis to fix cppcheck clarifyCalculation warnings * libtiff/tif_predict.c, libtiff/tif_print.c + fix printf unsigned vs signed formatting (cppcheck invalidPrintfArgType_uint warnings) * libtiff/tif_read.c, libtiff/tiffiop.h + fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2596 * libtiff/tif_pixarlog.c, libtiff/tif_luv.c + fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2604 * libtiff/tif_strip.c + revert the change in TIFFNumberOfStrips() done for http://bugzilla.maptools.org/show_bug.cgi?id=2587 / CVE-2016-9273 since the above change is a better fix that makes it unnecessary. * libtiff/tif_dirread.c + modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline(). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2608. * libtiff/tif_ojpeg.c + make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2611 * libtiff/tif_write.c + fix misleading indentation as warned by GCC. * libtiff/tif_fax3.h + revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. Raised by Lee Howard. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2636 * libtiff/tiffio.h, libtiff/tif_getimage.c + add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. * libtiff/tif_getimage.c + fix potential memory leaks in error code path of TIFFRGBAImageBegin(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2627 * libtiff/tif_jpeg.c + increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with "big" tile, without using libjpeg temporary files. Related to https://trac.osgeo.org/gdal/ticket/6757 * libtiff/tif_jpeg.c + avoid integer division by zero in JPEGSetupEncode() when horizontal or vertical sampling is set to 0. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2653, bsc#1033127, CVE-2017-7595 * libtiff/tif_dirwrite.c + in TIFFWriteDirectoryTagCheckedRational, replace assertion by runtime check to error out if passed value is strictly negative. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2535, bsc#1038438, CVE-2016-10371 * libtiff/tif_dirread.c + avoid division by floating point 0 in TIFFReadDirEntryCheckedRational() and TIFFReadDirEntryCheckedSrational(), and return 0 in that case (instead of infinity as before presumably) Apparently some sanitizers do not like those divisions by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2644, bsc#1033118, CVE-2017-7598 * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c + implement various clampings of double to other data types to avoid undefined behaviour if the output range isn't big enough to hold the input value. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2643 http://bugzilla.maptools.org/show_bug.cgi?id=2642 http://bugzilla.maptools.org/show_bug.cgi?id=2646 http://bugzilla.maptools.org/show_bug.cgi?id=2647, bsc#1033126, CVE-2017-7596, bsc#1033120, CVE-2017-7597, bsc#1033113, CVE-2017-7599, bsc#1033112, CVE-2017-7600, * libtiff/tif_jpeg.c + validate BitsPerSample in JPEGSetupEncode() to avoid undefined behaviour caused by invalid shift exponent. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2648, bsc#1033111, CVE-2017-7601 * libtiff/tif_read.c + avoid potential undefined behaviour on signed integer addition in TIFFReadRawStrip1() in isMapped() case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2650, bsc#1033109, CVE-2017-7602 * libtiff/tif_getimage.c + add explicit uint32 cast in putagreytile to avoid UndefinedBehaviorSanitizer warning. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2658, bsc#1033131, CVE-2017-7592 * libtiff/tif_read.c + TIFFReadBufferSetup(): use _TIFFcalloc() to zero initialize tif_rawdata. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2651, bsc#1033129, CVE-2017-7593 * libtiff/tiffio.h, tif_unix.c, tif_win32.c, tif_vms.c + add _TIFFcalloc() * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c + return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2130 * libtiff/tif_ojpeg.c + fix leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable when read fails. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2659, bsc#1033128, CVE-2017-7594 * libtiff/tif_jpeg.c + only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). * libtiff/tif_lzw.c + in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=1982 * libtiff/tif_pixarlog.c + fix memory leak in error code path of PixarLogSetupDecode(). Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2665 * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c + fix GCC 7 -Wimplicit-fallthrough warnings. * libtiff/tif_dirread.c + fix memory leak in non DEFER_STRILE_LOAD mode (ie default) when there is both a StripOffsets and TileOffsets tag, or a StripByteCounts and TileByteCounts Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2689, bsc#1042805, CVE-2017-9403) * libtiff/tif_ojpeg.c + fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2670 * libtiff/tif_fax3.c + avoid crash in Fax3Close() on empty file. Patch by Alan Coopersmith + complement by myself. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2673 * libtiff/tif_read.c + TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c + fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. Should especially occur on 32 bit platforms. * libtiff/tif_read.c + TIFFFillStripPartial() + avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). This avoids reading beyond tif_rawdata when bytecount > tif_rawdatasize. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1545. Credit to OSS-Fuzz * libtiff/tif_color.c + avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1533 Credit to OSS-Fuzz * libtiff/tif_pixarlog.c, tif_luv.c + avoid potential int32 overflows in multiply_ms() and add_ms(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1558 Credit to OSS-Fuzz * libtiff/tif_packbits.c + fix out-of-buffer read in PackBitsDecode() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1563 Credit to OSS-Fuzz * libtiff/tif_luv.c + LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_lzw.c + update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. * libtiff/tif_pixarlog.c + PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. But untested... * libtiff/tif_getimage.c + initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1663 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_getimage.c + initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. To avoid invalid float->int32 conversion. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1718 Credit to OSS Fuzz * tools/fax2tiff.c (main) + Applied patch by Joerg Ahrens to fix passing client data for Win32 builds using tif_win32.c (USE_WIN32_FILEIO defined) for file I/O. Patch was provided via email on November 20, 2016. * tools/tiffcp.c + avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2598 * tools/tiffcrop.c + fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2620 * tools/tiffcrop.c + add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2621 * tools/tiffcrop.c + fix integer division by zero when BitsPerSample is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2619 * tools/tiffinfo.c + fix null pointer dereference in -r mode when the image has no StripByteCount tag. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2594 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2597 * tools/tif_dir.c + when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2599 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2607 * tools/tiffcp.c + fix uint32 underflow/overflow that can cause heap-based buffer overflow. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2610 * tools/tiffcp.c + replace assert( (bps % 8) == 0 ) by a non assert check. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2605 * tools/tiff2ps.c + fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2633 and http://bugzilla.maptools.org/show_bug.cgi?id=2634. * tools/tiff2pdf.c + prevent heap-based buffer overflow in -j mode on a paletted image. Note: this fix errors out before the overflow happens. There could probably be a better fix. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2635 * tools/tiff2pdf.c + fix wrong usage of memcpy() that can trigger unspecified behaviour. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2638 * tools/tiff2pdf.c + avoid potential invalid memory read in t2p_writeproc. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2639 * tools/tiff2pdf.c + avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2640 * tools/tiffcrop.c + remove extraneous TIFFClose() in error code path, that caused double free. Related to http://bugzilla.maptools.org/show_bug.cgi?id=2535 * tools/tiffcp.c + error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2656 and http://bugzilla.maptools.org/show_bug.cgi?id=2657 * tools/raw2tiff.c + avoid integer division by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2631 * tools/tiff2ps.c + call TIFFClose() in error code paths. * tools/fax2tiff.c + emit appropriate message if the input file is empty. Patch by Alan Coopersmith. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2672 * tools/tiff2bw.c + close TIFF handle in error code path. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2677 * Other issues fixed: + bsc#1042804, CVE-2017-9404 * CVE-2016-10092, CVE-2016-10093, CVE-2016-10094 [bsc#1017693] - Removed patches: * tiff-4.0.7-CVE-2015-7554.patch * tiff-4.0.7-CVE-2017-5225.patch * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch * tiff-CVE-2016-10266.patch * tiff-CVE-2016-10267.patch * tiff-CVE-2016-10268.patch * tiff-CVE-2016-10269.patch * tiff-CVE-2016-10270.patch * tiff-CVE-2016-10271.patch * tiff-CVE-2016-10272.patch + Fixed upstream- Added patches: * tiff-CVE-2016-10266.patch + Upstream fix for CVE-2016-10266, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031263) * tiff-CVE-2016-10267.patch + Upstream fix for CVE-2016-10267, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031262) * tiff-CVE-2016-10268.patch + Upstream fix for CVE-2016-10268, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031255) * tiff-CVE-2016-10269.patch + Upstream fix for CVE-2016-10269, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031254) * tiff-CVE-2016-10270.patch + Upstream fix for CVE-2016-10270, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031250) * tiff-CVE-2016-10271.patch + Upstream fix for CVE-2016-10271, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read and buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031249) * tiff-CVE-2016-10272.patch + Upstream fix for CVE-2016-10272, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031247)- Added patch: * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch - Fix a regression introduced in 4.0.7 (bsc#1022103) - http://bugzilla.maptools.org/show_bug.cgi?id=2636- Added patch: * tiff-4.0.7-CVE-2017-5225.patch - Upstream fix for CVE-2017-5225, bsc#1019611: heap buffer overflow in tools/tiffcp via a crafted BitsPerSample value- Drop --with-pic, this is only for static libs (which are not built) - Update descriptions- Update homepage- Upgrade to upstream release 4.0.7 * libtiff/tif_aux.c + Fix crash in TIFFVGetFieldDefaulted() when requesting Predictor tag and that the zip/lzw codec is not configured. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2591 * libtiff/tif_compress.c + Make TIFFNoDecode() return 0 to indicate an error and make upper level read routines treat it accordingly. (linked to the test case of http://bugzilla.maptools.org/show_bug.cgi?id=2517) * libtiff/tif_dir.c + Discard values of SMinSampleValue and SMaxSampleValue when they have been read and the value of SamplesPerPixel is changed afterwards (like when reading a OJPEG compressed image with a missing SamplesPerPixel tag, and whose photometric is RGB or YCbCr, forcing SamplesPerPixel being 3). Otherwise when rewriting the directory (for example with tiffset, we will expect 3 values whereas the array had been allocated with just one), thus causing a out of bound read access. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) * libtiff/tif_dirread.c + In TIFFFetchNormalTag(), do not dereference NULL pointer when values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are 0-byte arrays. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2593 (regression introduced by previous fix done on 2016-11-11 for CVE-2016-9297, bsc#1010161). Assigned as CVE-2016-9448, bsc#1011103 + In TIFFFetchNormalTag(), make sure that values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are null terminated, to avoid potential read outside buffer in _TIFFPrintField(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2590 (CVE-2016-9297, bsc#1010161) + Initialize doubledata at line 3693 to NULL to please MSVC 2013 + Prevent reading ColorMap or TransferFunction if BitsPerPixel > 24, so as to avoid huge memory allocation and file read attempts + Reject images with OJPEG compression that have no TileOffsets/StripOffsets tag, when OJPEG compression is disabled. Prevent null pointer dereference in TIFFReadRawStrip1() and other functions that expect td_stripbytecount to be non NULL. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2585 + When compiled with DEFER_STRILE_LOAD, fix regression, when reading a one-strip file without a StripByteCounts tag. + Workaround false positive warning of Clang Static Analyzer about null pointer dereference in TIFFCheckDirOffset(). * libtiff/tif_dirwrite.c + Avoid null pointer dereference on td_stripoffset when writing directory, if FIELD_STRIPOFFSETS was artificially set for a hack case in OJPEG case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) + Fix truncation to 32 bit of file offsets in TIFFLinkDirectory() and TIFFWriteDirectorySec() when aligning directory offsets on an even offset (affects BigTIFF). * libtiff/tif_dumpmode.c + DumpModeEncode() should return 0 in case of failure so that the above mentionned functions detect the error. * libtiff/tif_fax3.c + remove dead assignment in Fax3PutEOLgdal(). * libtiff/tif_fax3.h + make Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. * libtiff/tif_getimage.c + Fix out-of-bound reads in TIFFRGBAImage interface in case of unsupported values of SamplesPerPixel/ExtraSamples for LogLUV/CIELab. Add explicit call to TIFFRGBAImageOK() in TIFFRGBAImageBegin(). Fix CVE-2015-8665 and CVE-2015-8683. + Fix some benign warnings which appear in 64-bit compilation under Microsoft Visual Studio of the form "Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value." + TIFFRGBAImageOK: Reject attempts to read floating point images. * libtiff/tif_luv.c + Fix potential out-of-bound writes in decode functions in non debug builds by replacing assert()s by regular if checks (http://bugzilla.maptools.org/show_bug.cgi?id=2522). Fix potential out-of-bound reads in case of short input data. + Validate that for COMPRESSION_SGILOG and PHOTOMETRIC_LOGL, there is only one sample per pixel. Avoid potential invalid memory write on corrupted/unexpected images when using the TIFFRGBAImageBegin() interface * libtiff/tif_next.c + Fix potential out-of-bound write in NeXTDecode() (http://bugzilla.maptools.org/show_bug.cgi?id=2508) * libtiff/tif_pixarlog.c + Avoid zlib error messages to pass a NULL string to %s formatter, which is undefined behaviour in sprintf(). + Fix out-of-bounds write vulnerabilities in heap allocated buffers. Reported as MSVR 35094. + Fix potential buffer write overrun in PixarLogDecode() on corrupted/unexpected images (CVE-2016-5875, bsc#987351) + Fix write buffer overflow in PixarLogEncode if more input samples are provided than expected by PixarLogSetupEncode. Idea based on libtiff-CVE-2016-3990.patch from libtiff-4.0.3-25.el7_2.src.rpm, but with different and simpler check. (http://bugzilla.maptools.org/show_bug.cgi?id=2544, bsc#975069) * libtiff/tif_predict.c + PredictorSetup: Enforce bits-per-sample requirements of floating point predictor (3). Fixes CVE-2016-3622 "Divide By Zero in the tiff2rgba tool." (bsc#974449) * libtiff/tif_predict.h, libtiff/tif_predict.c + Replace assertions by runtime checks to avoid assertions in debug mode, or buffer overflows in release mode. Can happen when dealing with unusual tile size like YCbCr with subsampling. Reported as MSVR 35105. * libtiff/tif_read.c + Fix out-of-bounds read on memory-mapped files in TIFFReadRawStrip1() and TIFFReadRawTile1() when stripoffset is beyond tmsize_t max value (bsc#990460, CVE-2016-6223) + Make TIFFReadEncodedStrip() and TIFFReadEncodedTile() directly use user provided buffer when no compression (and other conditions) to save a memcpy(). * libtiff/tif_strip.c + Make TIFFNumberOfStrips() return the td->td_nstrips value when it is non-zero, instead of recomputing it. This is needed in TIFF_STRIPCHOP mode where td_nstrips is modified. Fixes a read outsize of array in tiffsplit (or other utilities using TIFFNumberOfStrips()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2587 (CVE-2016-9273, bsc#1010163) * libtiff/tif_write.c + Fix issue in error code path of TIFFFlushData1() that didn't reset the tif_rawcc and tif_rawcp members. I'm not completely sure if that could happen in practice outside of the odd behaviour of t2p_seekproc() of tiff2pdf). The report points that a better fix could be to check the return value of TIFFFlushData1() in places where it isn't done currently, but it seems this patch is enough. Reported as MSVR 35095. + Make TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() directly use user provided buffer when no compression to save a memcpy(). + TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() should return -1 in case of failure of tif_encodestrip() as documented * tools/fax2tiff.D c + Fix segfault when specifying -r without argument. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2572 * tools/Makefile.am + The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden. * tools/rgb2ycbcr.c + Validate values of -v and -h parameters to avoid potential divide by zero. Fixes CVE-2016-3623, bsc#974618 (http://bugzilla.maptools.org/show_bug.cgi?id=2569) * tools/tiff2bw.c + Fix weight computation that could result of color value overflow (no security implication). Fix http://bugzilla.maptools.org/show_bug.cgi?id=2550. * tools/tiff2pdf.c + Avoid undefined behaviour related to overlapping of source and destination buffer in memcpy() call in t2p_sample_rgbaa_to_rgb() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2577 + Fix out-of-bounds write vulnerabilities in heap allocate buffer in t2p_process_jpeg_strip(). Reported as MSVR 35098. + Fix potential integer overflows on 32 bit builds in t2p_read_tiff_size() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2576 + Fix read -largely- outsize of buffer in t2p_readwrite_pdf_image_tile(), causing crash, when reading a JPEG compressed image with TIFFTAG_JPEGTABLES length being one. Reported as MSVR 35101. CVE-2016-9453, bsc#1011107 + Fix write buffer overflow of 2 bytes on JPEG compressed images. Reported as TALOS-CAN-0187, CVE-2016-5652, bsc#1007280. Also prevents writing 2 extra uninitialized bytes to the file stream. * tools/tiff2rgba.c + Fix integer overflow in size of allocated buffer, when -b mode is enabled, that could result in out-of-bounds write. Based initially on patch tiff-CVE-2016-3945.patch from libtiff-4.0.3-25.el7_2.src.rpm, with correction for invalid tests that rejected valid files. (http://bugzilla.maptools.org/show_bug.cgi?id=2545, bsc#974614) * tools/tiffcp.c + Fix out-of-bounds write on tiled images with odd tile width vs image width. Reported as MSVR 35103. (bsc#1011841, CVE-2016-9538) + Fix read of undefined variable in case of missing required tags. Found on test case of MSVR 35100. * tools/tiffcrop.c + Avoid access outside of stack allocated array on a tiled separate TIFF with more than 8 samples per pixel. (CVE-2016-5321, CVE-2016-5323, http://bugzilla.maptools.org/show_bug.cgi?id=2558, http://bugzilla.maptools.org/show_bug.cgi?id=2559, bsc#984813, bsc#984815) + Fix memory leak in (recent) error code path. Fixes Coverity 1394415. + Fix multiple uint32 overflows in writeBufferToSeparateStrips(), writeBufferToContigTiles() and writeBufferToSeparateTiles() that could cause heap buffer overflows. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2592 + Fix out-of-bound read of up to 3 bytes in readContigTilesIntoBuffer(). Reported as MSVR 35092. + Fix out-of-bounds write in loadImage(). From patch libtiff-CVE-2016-3991.patch from libtiff-4.0.3-25.el7_2.src.rpm (http://bugzilla.maptools.org/show_bug.cgi?id=2543, bsc#975070) + Fix read of undefined buffer in readContigStripsIntoBuffer() due to uint16 overflow. Reported as MSVR 35100. (bsc#1011841, CVE-2016-9538) + Fix various out-of-bounds write vulnerabilities in heap or stack allocated buffers. Reported as MSVR 35093, MSVR 35096 and MSVR 35097. + readContigTilesIntoBuffer: Fix signed/unsigned comparison warning. * tools/tiffdump.c + Fix a few misaligned 64-bit reads warned by -fsanitize + ReadDirectory: Remove uint32 cast to_TIFFmalloc() argument which resulted in Coverity report. Added more mutiplication overflow checks * tools/tiffinfo.c + Fix out-of-bound read on some tiled images. (http://bugzilla.maptools.org/show_bug.cgi?id=2517) + TIFFReadContigTileData: Fix signed/unsigned comparison warning. + TIFFReadSeparateTileData: Fix signed/unsigned comparison warning. - Removed patches: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch * tiff-4.0.6-CVE-2015-8782.patch * tiff-4.0.6-CVE-2016-3186.patch * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Fixed in the upsteam release - Changed patch: * tiff-4.0.6-CVE-2015-7554.patch -> tiff-4.0.7-CVE-2015-7554.patch - Rediffed to the changed context- Added patches: * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Upstream fixes for MSVR 35093, MSVR 35094, MSVR 35095, MSVR 35096, MSVR 35097, MSVR 35098. * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch - Enforce bits-per-sample requirements of floating point predictor. Fixes CVE-2016-3622 [bsc#974449]- Added patches: * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch - Upstream commits to fix CVE-2016-3623 [bsc#974618], CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069], CVE-2016-3991 [bsc#975070]- Added patches: * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch - Upstream commits to fix CVE-2016-5314 [bsc#984831], CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842], CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]- Added patch: * tiff-4.0.6-CVE-2016-3186.patch - fix CVE-2016-3186: buffer overflow in gif2tiff [bsc#973340]- Added patch: * tiff-4.0.6-CVE-2015-8782.patch - fix CVE-2015-8781, CVE-2015-8782, CVE-2015-8783: Out-of-bounds writes for invalid images (upstream bug #2522) [bsc#964225]- Added patch: * tiff-4.0.6-CVE-2015-7554.patch - fix CVE-2015-7554: Out-of-bounds Write in the thumbnail and tiffcmp tools (upsteam bug #2499) [bsc#960341]- Added patch: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch - fix uninitialized memory in NeXTDecode (upstream bug #2508) [bsc#942690]- Update to version 4.0.6 * Supports CMake 2.8.9 and later. * Add missing file which wasn't being distributed, causing unit tests to fail. * Make shared/static library building configurable. * CMake reads all version information directly from configure.ac to avoid duplication of values. * CMake builds are now included in 'distcheck' target. * Autotools 'make distcheck' now tests the CMake-based build if CMake is available. * Fixes to avoid undefined behaviour of signed types (C standard compliance). * Fixes to avoid possible isses when casting to unsigned char. * Fixes to avoid undefined behaviour with shifts. * Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). * Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. * Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. * Eliminate requirement for and use of 64-bit constant values. * tiffgt : Silence glut API deprecation warnings on MacOS X. * fax2ps : Detect failure to write to temporary file. - Changes from version 4.0.5 * Support for configure/build using CMake. * Support for large (> 2GB) files under Microsoft Windows. * Configuration and building using CMake is now supported under Microsoft Windows and on Unix-type systems. * Test for and use fseeko() if it is available. This allows supporting large files on Unix-type systems with a 32-bit 'long' type and a 64-bit 'off_t' type. * tiffiop.h: Macros added to use 64-bit equivalents for all standard I/O and POSIX APIs used by libtiff and its tools which are limited to 2GB in Windows builds. Note that these 64-bit equivalents were introduced by the CRT provided with Visual Studio 2005 and if the necessary CRT is not installed on the target computer, the program will not run. The wrapper macros will not be activated unless the definition _MSC_VER is at least 1400 or __MSVCRT_VERSION__ is at least 0x800. * tif_unix.c: Updated to support large files under Microsoft Windows. This makes tif_unix.c a completely viable candidate for use under Windows (in spite of its name) if the CRT is modern enough. Please note that tif_win32.c already supported large files, but only 'tiffinfo' and 'tiffdump' made any provision to support large files under Windows. * _tiffReadProc() and _tiffWriteProc() are modified to chunk I/O to a maximum size of 2GB for extremely large I/O requests. This surmounts limitations in the Microsoft Windows read() and write() APIs (which are limited to the range of a 32-bit 'int'), and may avoid poor behavior with extremely large I/O requests on other systems. * Updated to use I/O wrapper macros from tiffiop.h in order to support large files under Microsoft Windows.- use spec-cleaner- update to 4.0.4 D tiff-4.0.3-double-free.patch D tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch D tiff-4.0.3-CVE-2013-1961.patch D erouault.2862.patch D bfriesen.2805.patch D tiff-4.0.3-CVE-2013-4232.patch D tiff-4.0.3-CVE-2013-4244.patch D erouault.2861.patch D erouault.2857.patch D erouault.2856.patch D erouault.2859.patch D tiff-4.0.3-CVE-2012-4564.patch D tiff-4.0.3-tiff2pdf-colors.patch D erouault.2876.patch D erouault.2860.patch D tiff-dither-malloc-check.patch D tiff-4.0.3-CVE-2013-1960.patch D erouault.2858.patch D tiff-handle-TIFFTAG_PREDICTOR.patch D tiff-4.0.3-CVE-2013-4231.patch D tiff-4.0.3-CVE-2013-4243.patch D erouault.2863.patch D tiff-4.0.3-test-jpeg-turbo.patch- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 bnc#914890, bnc#916925, bnc#916927 + erouault.2856.patch + erouault.2857.patch + erouault.2858.patch + erouault.2859.patch + erouault.2860.patch + erouault.2861.patch + erouault.2862.patch + erouault.2863.patch + erouault.2876.patch + bfriesen.2805.patch + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + tiff-handle-TIFFTAG_PREDICTOR.patch + tiff-dither-malloc-check.patch- build with PIE/sbin/ldconfig/sbin/ldconfigh01-ch3c 16987426594.0.94.0.9-150000.45.32.14.0.9-150000.45.32.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:31355/SUSE_SLE-15_Update/27af48506db200715b96fd2995eb9ec1-tiff.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4478ae584b787ffe811200a95d2688530b25df68, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3cc3cdc91151adbe03f5b0b682b0a61896b838cd, strippeddirectoryASCII text PRR R RRRRRRR R R RRRPRRRRRRRR\61\uY7[utf-8d2e888737146c8838963376d1f7b2a915804d95a3b2f01cfb54e4d94a84caa47?7zXZ !t/r] cr$x#IspJ]~C (IG-Ze!lIZrNYGqY,arMJz܁u>ukĶ6> G:ٮ:=Th>c1//zirc~ೌM:Iؐw `WRh!s`~ trJQկ$`,g N½Qe6 6G |LWAyd7\~4J]oZf+G( A= #GDhNekN]bYYbrԙl$1e ZBoVslr?8b^c",!A: C N{mzH|'"[ema/>0.q!ĝO&@(I gEz'rrCS5L2Z}!:cU"o6C)pZ5LbS;Z;Bf(C|[Ǔ;]SeU5rOD k/;Be4QO+]^X1 I~KH+CoP9]_7_muGj(cPp2;( ,5ƔʊCEO+@]rƣ\5~,0= '~xCuR _G {d5^a0BW382-ͺdoA%~r;>H!7l쯻{j K/eg9e#ZP]j(y5)(15J/KU՛gsBr8vLJs'Wӌ́DZ}DmQ.r;ʴ7Y۹i//; KbjS0'wu{a]Xeu1vWmqŮ p G;{|W%jw 't 6HNEPu>lKw\]|om>d=A63B4@ű˒Zי!]V,=̮Uh"Rӹ6H(HaƧY·gxF&(4M32Ӿ?{JkapKu?zk^i**N"Jމa@7K!S/o@E/<>c68*h{ҾFd[;Mi /GQ(1~G9??@YݘGqcC3x,'Lbm3¨eTk0< ҭ̫M, yh,E:Z$]wWX)Ռ툏)b\+1Y1=iQ-I"(qךwAQu}r՞t<ӪïSޞZX!hotp`wt]}^݃jM$R[TjJ(5î7}w gPd b{t=~/ JҙѵOac L+o-󫣕zzʫX5ZFǠ>˜wQi];XvĜ`YU1P`@L#2FgrMrBjy@9}ծE/.,G3Efej=܁\.^[_sg@Vʧ7zxzfzim}$TV FK+ @Z4'eDB |RBF>"(Uk[d`sr6(l͖篢 Hb)b+ǂְ#U@٠lc'`ϜgTD9>%/>ZHKI+썧lvsܫb4N;œP#݃pZ<(h4%/34,b,Y0n:;t^ IT|?7Q nӯ G7 DIg<0fWݷF0[p~ʵсn&I@Mg߮u@'D8O?l@H0rxuuW`.>KL?g47,'vcQfWO3ךW+~OXXKLv~ vK@R BB'tYCxcB* ^B(DM::5*㸍089IEmȺckwro| LI ZݦD]HΌ_N3EoXq=Ecd͔d gmK -)ϏЏn{s Ln Q׏1dvEi2ǭOwK-bFu9h$Mt=fJ}c5#tdn6diכ@JɫIVFbfQaUYC9NaCV,Ĭb!brf%&l~̞&d{| m%Q%ӟn{/ބ>r9Cٓ=pmw~(DzZAקЭ!Y%l'ODN7l.KP+mj & +Lo5io`hϹ-yTޡn_xap}1KYch+ޏ,R~w{``16ނsK\IK3Y^luA;q= =ԠWE:MkNV ]6XѬwfP.n^JC[?HA>Ӷig駿t~SFC~zO~0wZJ3[R8(Dz1.$c}:B7d~@{P;5G0&^|P'>(ҸLsJ5--!8'\g?޹Qs~š>w0UO v+O ҈ ZEP]`?{ScD,tAlZDCN Ch?d:S.=DuSGSHL8h6Dz擠+ur+JҾvϏ~ES@Y>"@H}:ۆ0a)1h8Db|Y%_ +G=ag4YZ.N&wg1I%fCU"=uA,M%%FfDyN[2HkW"Q9"~\VV[ћ8CW {oV),SwyX@RY|xW 'NSc@Ep!Ni'N;񛎻 V[1ʹ6e@J-]CX5/RYGn^I.@}rGןzq84wIIU~O'9|]x@ AݽXa?;hmŚ6RdE`JS"݇*f^7ܿ_* \eQ^9{%kj?#W&;ٯ 0Ş;EmUePD Ȣ[N]yxLs)-#L ٺQ! Q'AD?<Dk{ L>2mn.;+sV?FչGIↃB?z)}e9]9YnUW[{si Qx =ۓ),r-H@Gea4d7-τzad/3qQk=wa+ ޜ{c~[D B,sc&?Oaw`^c_@Å3[npt\'hqB,%K*Z3i]zM.?M §~ӫaL{F}X^lXmx_tB qtӵ}Â#H(PL,Q4@vEzs_ؼ 4>W/';MА#R=+qܮ:KTc,?zͳƲ/PiXof:<=Z-zbNSf]OJ {3s!%Ⱥ? \Đ hθܥ&6!TϟTԼssKrnɊT/;bdz&·uC\=,_,5LIJ_<r6!'p_GCE i!a}tG2g(f㘅e6n5/#|{"*nb^"/j;YF^^`:OBp|w}P[n͜]FV4OLb|+̿1 FT'6|\oT78WA>灂Ot< CeT\Ek󑦆f~;BXŦ q"K/)l M \ԴٕhZo%h Qc =RDI(,ïM'F+[I-i/(ϩ3t"O9w*|aL/G{vL!W/@YG 5!C+ nŕ.fdg@ޔ'z5S˩. i%4NSy FO> POsS*ȧ:TOuzx),wޒBPbQca+,z2ͪ!>C0e{"VP,ܠ4y̫SFB8kIO9&߫Qw'(U=yʲtfmVf5nh,Lt U, V| ‹2NInn r#&YfstSmjEY)5ov-{1 5x %7o$s&LPs_gJPEZZ$iqn$Ƴ݊)VACP32RaGom3c3# Wj!jf`?ViR,^8 \`:u"\||W .&jcGQ;ZUa?},Ǻ˜hju2ك3 QC{6' b2p2Pp7gXHRn+(Ò$;VVf)cu6;Q{4./ݫf f˯ XO@}2ϬO}ߖ oyNufpg?I.J!Vt>Fz)f']ef2-{4z!͠OIy:4KgiSLh,0D"C{B#_UQ5Kהq`6QN<NkPTqmL%Mˉ&R'~t[^WOc^")ݩCAm\,Prԩ}Oh,D"xu xI?6NNl[wNH>1 ͽ\`nuvww9"ֺY+-BxS|U;r]'-žǹXcxBRgCЕOx ֗~Vu;;FK}˃>lWy$b>ծ_ p_:~3cnaR͢L)"A'TʳA<9Q~{q^4"˒c>S'sc$ \ ` Ň`S` - ų$ /qp2_$ʈӬDr(AĨ&>]?]CB@A0fصDM7[JLa2ԩH)5ͽm]l '&d>-(v <<6>~.Q sN]x=>'륪\3iUńԝXRJ@ކ7Z"\6 GX/tI K%. :[=nƥe~GH|8Tn$dnF=j*50NV&)-sB&IVrn" I\+W44ڽ}yE%?֫j煙#AnT[_@nu#+^/TC֨`Vӻ} уjhxR;VA;CxA ׹ T|\;4 .8K~kjnU#%p߀/-3ƭQ#<1p2q]"@kRM(duJڐ1f@?oV^j𸡴٫8#FQ*oea#;W\[_\fϑs`OG6޽lm~Dx<`ubˎۉQJ%5]uhjG# 0 ѸBFAt"#,H.9[,w|*,iR\lG4))uV~Tvs$,-r "eh ISm0A|߆&6O Ae]Miru鏯&6<3{@mQ/ۿCr}wW{Ok)d/E%wqe:jLP*ﵳh`o9ު{w2.2X0r@Yw; )%1 2̰vS`u;0;B k?ԀeF\XlO^ޙNc}wB(Q,)*2G%$E6@}XT;P|5nU|?ALi*Y jc)#мM^xUW69X*~0Fn5:75l ]O,{ '%TWIjcpœcZ?؛"1B =ɬ%"3*3`1-r\If}Jʧ UKmcڗܭ^s w v5~\^oکάCR`I m t>w%/h v}`\c٦mW T.uOY$Sc?1ZBO`J x&@١Q}hW/|F~6ɖ:ش.>/^R83PIB DXcƇ p:Pt -?Kd&FT' 7)NXNtR:AB71* Z`{ 'LE5Ԡ=$jFքǕKE W2Saobj3,ͧḡ51y#QvR&`j8 PƤƴH;`TUzd^@%QJ#oTMWֽo|mI{6~+sf6͖uwذ !6t"Dl2CJDV 7)5EX@A=G'G>\MbN"D8Gp#נ~zK#c#6U=C .`rr]|٢[z1L6c MKg|bS9cTW -v 3Yu*g1=J6aսgFi\\\[(cr3kT[:MjI!oYcCRү e.eϱf+܌.8Y crB0Yy 8xdkC`Ea(vTS f.P| 3yO9(g`7KW}\s~NMz%M|u H0@G)/w)jfYi6+< wM6HҰZP: bK|˻edUJa{\~9Qg!yV*sm\H`_!bA h?ζZJy %IV>]lphCΧC݁@B#ދ#VRW hR7Tuu4HAtM1`w@N|[C8TQӀZp(!HJ{1}dHO2O%#rFbC53B4;h6kra:dAܙZ|d jՖ^ FrL[i6VjZ1̸bZm~LFl4_]8Q4DՁ̸3Mq>T-ؚRc9FNҦW&'u١vq24}cQi%xGLvkB˚r' \. E-M4'mgfpzzw Ra9؎_PD"dsoUEK˭Xc%5;ߋ9W#}PU|/lq]K.08bNÅi~!eI.CՌ:uLna8k`XbIc.=ʸ5pǫg'!)/ckbwGƨHr;qRsG|U(iw>R0_ۚ[~;TT҉ĪEn,!"u7eJ v]N!K:933zDay 'ylyc"g_ZP ^g#moMWh8}n*SP@𔼠af Pp" )t˦*_ ²?$9[*/"Gu YQggL̪BQgYX+!XݵmP?c]+;{*y:D`4k4$n | 7.J0e׾>lxxQO\f4ښzO !r17kH j7zQQ/0ccxm1IT=rK8^O;RGvVC7IVD۲'1˦z(4`M75C\BPT>6o}÷ 8LH B$[Rό7pkJdXHW'ʖU LV ΠT*>t ep %G:vQMe ) cR[gsv">*V3pb,=S,𾟾6AMG𽒒l0WƖM|/R^zWL칬]{?Ryr f*+5#H+QpOS[/=-oAI7uhY5{&)Fܙ |GRֶҩ-v=HWd= d(Eq ơϺܷo]V҉<UhAi[pȃr9WA_Es7uJT5]} 4LMP*6RCBd;ӰC4ɗV!q֚s 3JP݆UCRed[/nGq1]4s5C4E+f#.%$BCkb8{'1HS{f6WD[wBag"tx?!: MUyevk4mT8Ҳ;$/R$*ه_ΓYA0$G@ o[y4aggrR_O1t1wD6\;^༾7󟬟\F?T-M\#`{q2ZEqF*Z E3쟳jH`/ⰷz3HT!)% .TЃ dBU e# N BZ&w6Kʎ!"N16[t,^JHdN$)J(#43ܝKQYÑY! {<ԇ`"j]'Q D-O^6K+~%`6>?§ XswXZPcՖL~w*-e/P:IHX(q)@9JB4w5%zw^iRL:?S|#sͭ)fr7SPͩ򘠍o-ڼ4mMV7k?5ۖrf nkc֢E]W˪t#/vmqx'%È hLTݏLZ7v#ZS%}L kJ8KF{]C6RרPsG]WH!&2sR3GCg~COd$M{Hz"գ!qd5D0[K,Ah4>笭JF:ߜwFm\_p,<Ս>@NƗqZ L6w\xVﳊlE(.V6UumVE:?tɊ9L?nbĉih}MRKwWxiҙ`UzD}2(]~wO| 4NG`ۘӇX}U@6s|dPMCuqYh q!)RFő\7JmIRJO+֟9hӊ{ OrsX,)A?V^ٮ%&k9հҘ!Uֻl]`frJk;UcC& fwzz5Gq> d0@-S9I>5w4A5 [\ՋYewTI([09^w'f>m$ ?+|+C~x !$-)|XgcdEWDzU M6I`42 \ bC 0 Bc yJOs\# 4Gڦ648ڷo*vasٹ8C Mɱ* v)i6>b7uN::_%n+xbFqNq~I?zߑ^v {CΊZ/N*(1}ٟUf+:[5JDf6tэ[ oSxErJrEE#1= t̲LIDl_S*'BFK:Cd % [U}MZo I6ScC 6!/[o#@ѧHn漁RA8´\a`:Wm6Kܩ&N23>m?b=43pX <64OYU+מr9m>5E8FH[-[?_5ho+,|]mjTuIڑ9F&M$y_KyQ# s_zA)OXğ79! HRؚ.d*'ljhT\pj<[M2V%P5E83]aL}  oX! $]gH>!”Qơ_b}}؇h8q*,([)c ]?ό¾E6ܗ9m:MoF<.}LJ&L<‰OOD=ʬ+Hw>Yl#4&lNWJL$W$~o>Ü׫i{.vJLΤ&U\F jQTbخkk0{P%  h'Al|eQ :,k'+KŽ%<.:DF$mnP \ۈ#5  t4 eƋθΆMZKc|cfQJ=<4e_A -sCB`tCsǵ̹Z(;#@6Su ?{˵nnBpK#*:p VDwTaHgǥg|˘ Tn\b4.^@_w$p=K` `ƈR֠Bz(LH!$Xn-S{^puT@-p^췛c)PpyZVc?[J@2Dk. bwvg}qw.7r/(P=j6ث& $?qQ[z)g<%ktUX5ۯ\3 l'0X)T N YL+g2HqGLRT{nc6 J2uTbe|;Wv:-W6;d ˕%HB2 TzCIh{4@yG[~Pנb}V8p5)x8Ax|`#Ra?M 9G6 3$iZy^|ᓠ`!EdVXjM}V4e:-!@g$ǽ;g݂S2%JL걮sHeNr-r ~Jѕ[L-JeIia*C*NP7'Xn Z,n/lgGkEH|65Qd::3iX˦Qt+ आRimmʭ"esM. y=ĘP*dLb;’uXɌ xlUfIm)aw̢|U8O.4<JyzLS>4,-¤R8<cblPmPޠLƒ 엊^Kvv;]}]U6g2!XU}PIiдgH|!'2Tsw4="'Q!@y#mpbZW uD Ύ"DjEW?]e }  h]i'D1dR*(hGw'n'#0Ș6!_6n%iq! 8grҙ6 .>1N{R7豗 7N__'-~#|{ĉ``^o8'1+o٣`Qsr :WZb&\“S]ш9 bq *gEDIDD,gL(`͉$7TY:ccs6-Sst5^'D&hxp>6ir?]J@Ycvن [^o@ qw .H#^Ҫ*|P+P1yd#ȷd~=?ũ g!| =BqG`h6yYVg:1fVOb"b;ҸXFn!딜K<K,YN1z{zEfȀmP[R+)j~ &~%o\! 8Jzd>K;ý y_"IuՕ[ YLq]w"]%Ajver :+/gC`Lf)Vb٧iHG A.MUkavW [WD-6"jk߭`8!SiO)CXX vw( 2oJVS\F{,j2ʎ}3L>4KSG=37,suQXvW mqZ$ C"1j"v,E=v&;=guPrOhh HJZ׋Jy1d\ÙaQk &;[]Ae#klYxQ'JHc7?tMY¡xYFC>l,FU4#PYKya01sHWN&4:]`0B"#U݌&ݛnӏv>Q{%)J16<-jX&ҽѡ~ILu Cs)>]yښϚ:W TW[paYvi]df"x"P#I^+c)0v@ܠ!싪ͰP7 *N *mW|Ij*Zog>64݉eQ|өeYTQ$Cm춑L834v4<߅W<.ɋʣ<wc nd( qCiR= 8_o\`Rіq ՎمV*neaw& ~ gׄVUzcN9s7 0P,5t褝| ҽ{GGvE 4Z|q* ֡gWDw%9*WkSQrۡgQat@|IP1iJb4L\뙘)Bbm8'o1d(Q`QZMW>EXtmz*I6FhM-LQ] YuT Q=*}ʫ _I"1^%4l+gtusͻ?;:Or->R7rJ!ץuidk8X9VrO :dbJKdpB9-c{cBЊ(^OxZbQk..5Ea70NHe¥ڻU+"Bڑ?cҧ_8bILnhM ;IDj4с$ZJw-uB孕hDmDJ­ \g!iYO4ii94f!aqY>^ F9-՘ 4RrT~BSə=@fKpңv$gAJ`q֎W (>9Yw] BO4to[Jp4_JM.^0rNxMt T,&a?Xxe[yp[5Apn  Xf H1y$D]p[@1B͎HHזCz*"a9֊~C6h7Q=/ak_^ 1>?eGMU2uL Y^-+Di80d[yA NPkjdP݋yK8dD4OQen&v te^1HA;$B"\v] #xǂtG-FJc+?1Tgi){e e q?%#aA U_"Xg8UU]NB}[(L<=z̈́>E̅q#ènK0ש+].G/dߒyuRk{VFH1^:D=GCʜ "E 5;Ju]"GxɌU@:H:O}G|,ܜ 5Rra07QiOgCvv6b yـQVd,@P$5"5wCmYm+rm0zcbiSo{޳teKD,Ɣ I2A+BԘ a*>Ռ $}\|)`jr\Lb68岇07)itčApdmC} \/z3;%уŴV,É$܈ s8Ԙ>rգ-!n3| TaG9;"MeE<@IFRxmIK4 ʾvM@-y+gJ=?v%KI(@-h|x} D:XkJGoV'4^*_x 2T]15h0Q"hkRb 2)|!IFn)ϧHlF ,!b7\jh|ʭ(?v}o;j, ͭ-O@YIMHLmSO8fIl5jkM$onu" ppaPh 0zØ3LxlE};cp`"xLW#_n(C3dj|ĽjmVG>b"^F彻\EsRSWKt]xrLc)q9 >E2}*l ^@V:$&͆DKErI'Ea4A̔meۛMmVk^gm (:z?NbJk߾ [5 J@xg`Q:ùj 5|]Y ` Sye#JEO$,)RC9{ ԀW&WgE^ R:XY]uɖʿ1'qHrm ./rWMWCw/_0YҲ $,CqtRBN=hP66kdJ+JoP[qJz&gg/}ŕcfAd֣x7)V7ƜطgEqu Zww& `s}%ߣ:Q;J|z2>y0\vȐ1ҝ%DVzSǬu?1Y$ zm1B5o+Nn(b1o_} $^]8¸R#"gfNMznU}ȋŒwOW{aOt[8~c &v0p1vXH!R^j;3Ő-IuUAJ] 0Kgha!r1s5 AfPVIz:ƃhQ4˪!>]{ s"Y7jz5[ θ8mjyucQL!]'w^xI{+7}p.6Pm#!LVLuze>I 4 [v/oXgG~UF yQu2<2Gr(G\۶:.yq}-6e8*$" NŅeۡ(BX]&̐VLTGc ؙG3?/P=//KX@vckD*oBK{P<ݢ#}"bUE9?S-X 4"n,PW~"<x"9y=$R(;YZUUq%n\UXf" -L=d@IAD^Qxؤ#SdsB{q"6ӤgǑ ?eY97_ܽZvٛyYF*Ktq0`O胼r5dwh ?-ӑ_Io 1 >KK9{+E-C88r@PP'QD Nb<4߄-sM(;x:0cxmEíp|,CK{xdX(kAO(eT=4$V,h!EJ@$ 1]Ob l$VX4}<-W0a,7őNExEwka=Ϡ (| b_iB{8eĴXxqX"_ PS{*qe:֯ЯosOOw58p̈́n .c)hHx~#xSQN،NVR.B׈i~Ƭ*6:$6δ>h{W T*Gu=iK(1 WuGX/_l{K9Ù8H`'ڢ%nKOX*Z|$:H;LzI[X.7Ϳ!&:ztHQY[@Qh;Rݣ d"t՘ (#^24?ސ|мt[ u>LЊ|삅Yd̓VD=Td6~0Ic4T:[ snRXy b:K뉼jSfP@EFY!:z0A!KemQI%ڀŻ[V >ޑze8X n&m4.C햑jr zJWMU^4nȊS#!]ϼL΄kB -Tl R(ia)wxA(<<,ݢΊ0x"R0SΥ!$iݓ(LS}Wh1ǕeyS56_$ LsVcCr.>D>DIyeFFǁɔo tz a-.cYZvYjdֆ?0773+ES+fRLXIZיs5aj/#&g]! Ch3#;clq`/wxD#_Νՙ&cHqKRV~VbÉ2Q"ElNUJ8d0>]+(u@U\14'+-vf { J5|^s$0$Ds׍~mh߽{}16y3:ӌ/5% =L4_V[}3CgqkϐkzNm 3< Ɯ3ǒD$]ѡ,xf*x"*CjWX'|4~R.n;Qr5KևbdU)PMjD{|YT_ɾk|VYD86\^5xb?!s%/;Ax|H[B h'Hw? VR~uZ&KoGyr5ܢ>l)籣Gy HxZm4M89'\ wKj=W#ʔ0p]DG\~qI(6MXU5uM'53㳝v7hzc`"KtCceq8oIϭrƆGla1K }&F'S/h29| ׻L]sQD|<UZ&_fp(Af"ʐ&r^ oJXjR댌0`.V lq>?p`"HRZhA.qm@ k wx$h7h `eh$+>ѺKxs,oA ^ti$);BBU*zT)pBK: :nǧA <byHh^JWVXsI 蝨R`Փ;3k5*™bC+B:$y#e怑 h[{.)Jxzf N$LjI0nGRlF~hTD3$GDkY>fqځ5[=e #}zNÓPCK67uXw˨aWr>5m[ P-ߍv*&#ex|y$l.A2 Û72' =Ssڹw׬/琢V$SgD>+J/ez:a>_1 n,)ѢdpjvܴaqGLQG%KG5"L-q,?b45!B\)0MP<'"P>w{cUޥ3 ˕%>^VZpjT[yA~ t9Y?OZ*!0ŝŤa4 W1M}YUxFkqNJeC3l@qu#]mf@2:=~`u,h#TF֨:ob 1 fLBg޾Rj ^٤ܟRRT`˹2&sgyJAFr (iZ+c*mNBq'u ZݑM?/; *p#uޒX Z?R?C0h(QKTL,C*L7^.7 3bKj-:KS(‚BOq`BYo< S\YZ֍Bbp_6@\+Py@l dlVXfy+T6q(סX]._REeT"6a:&EA _r#EΦ5;Q/DHBk'א+^WR2洄69`:9RiiїVpv.\2-nܣqK3z?lG_7" (-]vg9Ȃ@󊱢pjͧuEۿ}*auzN=\N87K!%1T`Kwҥ(9yd2޹% 7EC݁'B ;ɀD2 w?e=œ4PX6"V&QAhqBa_gafY8Xg,ug#I7Y:e8ǎSѼUt_*sX^ PK+UKK'ByK | zPqs(Bu ̟ 0taFυЍ2N 2 [:?syM"8n:k @N} DԻ~aY|NqZ'õ?Q'$v{IFX?1o p}y7 ;B "lS??U}sp/xs;Uq6 r!-oVd -iA0qlnEP7\X^<7-UuTAj< \@T;Dډe,hfKeSa@a2Y\X\<<5cA6wq^]l>r92Q?Ab?QQҟK"s QND]\Z^9)A(n&!D7!Hy`e#Byc[̡3_,Y%a^gOz~3Ï؆୚'UJ]3M-X`ngw]/S&W©̷rw/;4F_)J>;)Y~g]ޣm1 .}q g.S,V^5 nz{,ԣA䚢3. sG_Ζkm7p: 2o0o+L;<"AlI=J! Sw5FoJaTJ sOc:7;5WP"Uuppٞ|m@sH*lcC@1"WBLh|ǐ.%9%?ihdИ8(ZUq,9h~lzZ'l̽g$1d[ȯ0 /"ʾuּMTųzYk jctFlhY;h @ J;#ʟ9&B7oYx^%R}q &&mίc1Ww8},r e \]NmB:BCSω/lk3 TB%C@La? }H9]GͿS.J#Ț6@RT\d@;fʙ|}aAQ 2{qtm~sHfz peG|?X^h޵ZuJfžq {IGy xDdq̖<&zh{\LaQ4Z8l ﬑w 'w~άcc >!~~ě.y4EWGfFyYhyhhMkr@Wy-83'Y uF|e{4jUw8-N0g<˶JǧW}EL]LV O|qh{:%UEހ 4M EbChOqoxPBݬI_tUYZM|3s^}ΰ$Blӷ +ٸ޲, KNAh<.);[J*;N/H61kQ.6TqMR#QjU!5рAMУ ` 6LhP- \l.\W?Jݶ޹W S%fZrRT;bTayGJU@FbVp`^ 3GΛ&eIT,wz>/ P7,*!C׽]H1ztB0{&B*6GxL{.> ZEiaZt|z1^j?1Xh8[ޗ6]3#]23*#+S󺥒@h bKd!uW=#. 1ӲԶumuFɠ\R20N%/c+M5iA[{qآc%x`Yrӗkocg[%YYnv-'cMf -qzrT솵ft4|҈Dvcaa.uċ)V_Di*۱t±Ix;Ә-wrɗAA(O"뮬W~SZuqzP,{,$b A롤$Ē,=gajQUAv2n=^3Fh~`qƁh\(D"6Y3GFC¢àH^(XseC'M.bhc\UU]7*>3+@T"6ޜakAXM4GDN bVzv^fDk%GC7B'کlۺk"(gĕN8+.dyǖ6XӭDf@O9^OL2(t ݟ xMZ2G D)pB].6tPTv=1!|.aF9e9 ] vy,ʡ&%i3X_ͅ+g>F8@#^pzͿ=DhƵ1Y{*a: p 3uSocچ7gb%^ ;Pቿp>ԋoEml[ ! ft|FT԰] yzXZSHR n)x&U &SIu+ 'ffi[b|s{Db.e t!p 22lIdIݰydŇFz24THoI0rgG7VݩڹF~>JC ,},rptr8?wC[LߖŒ 5WFsQY>N&.!]NEH'Sbf~t?iLTP &_`ԙB(֌Ugl9!|`X FVĔlesAÄY}M{V CkcqPBOK'b$<_e5J_ܢuyGL .Ǽ@D`XcU[CC Uΐ "'Qċ_0RZR_u4'P&}(r Ohҷ*=_OEn3b&Kc hy N}M.n"˹INٖ<խbN[R~]qfUt G9u.,o\<{ׂCcu-!I{z0rlmT0=F!Zħ? ī8C, V'yRTl)뤳^iȵ)pnc0I%+d*4GQcPm{9 'eL%n62%!pfg-s'nhEm>CHceH$KnG&-h1Pae;};2t x8qq \9x³%/-0d%i?+׌7z_U_\t!0g݆8%ԝ-wKWX-ڭȒ'p~rp9Ebc9T`i4aaP9sP*AE[%e@nOnrݲD<kn|;*ORMVlXRmž 1m9sQj?B"7L7c z ̬`ٸy8J|i̕D91EL1}Ii5ߟ⛕0eg~W()ѷS_>)OyNr>kؿLMػO~Db(0U\Jd(^`^}Jw#&Tm^{Ѝ׹>UW?$Rjg*f c5B6IKU8^zhoo7{VsnEZ&Z6XJdFm[cx"> JR^PǴ<6[֍mBevT;iSR4aiWUBE.F;"tgO_ܕRށS$<4ҔSћ6ٖmt<'y/CAMRa^ }r[v4fcZ-fZlBq4HG w^~I:̄x"i?Hf?:Ҭء+}lab2%;/wV0DFU~*FKB%J+9k!e=CS\ K~THbr։q>5 ]cfFx $w%f%?gv-҉I`dө]lN', @ 60 n.|V;$uU5!&گ w,[<"ı@H*1y"Uw"8B=J+$gv8p)kZ<>j*1u:I!JN=ۀd9r2 =Z¸ @/Ѿϡ$3^a[I>@~ޛ W=dE)fLX {jQ/ARA>>60: 86$ÒX$f.f&n쫵F<9,+!ɯ8PnZR/6}~1B5[Dvq7 Pr$-ј@ˎzB}dD:;HNZ8nN'B'<6t 0-;iX%dѰ>Y1ZPA8-In15'UfuiֶǩKk?g:L*S׋n}F!s`DD(G" )OV ӛ˥gKN;]LfT}ߒ~bsı1RY!Љ=fZk cj*$Dl-勚J+"V,Q6O0nFR¢Pzz.Bze!D?%[ͻ')'C2hd*lCaJ-lam`-uvc8Ӡq!信&`,^?6$lNHr>y¢gzڿĿ!Y-QH7) Mgs_d% րke^>!_-*-\LM"!`"jP*,DRTb&^;@4^x*.gjD`GZj K=fL5׻|B])9HHB` ;S? $wQo|>*3:BEv Tp-p Rl9 X"`$! 湙+|'Ow0z9yB)^`~AӻŐ{yP̎X;)Gq>Qve27Sݩ\# 8ܠsӢ%(98{xKo@3"T,[r͔P<%T8/fZ)2XLG10v­P5A)%5 tUF6s#PN7Ȧ6a@R? Q#2816t^)wZHb:6һ`;khK<4{$tэxHI=$J X: +T}H*b$۠t0B9C(=}Uosp .Ci9.-$@\5bvyLW]Qq-|:3 CgDr[0>bU#, $ {/ʁv/ wdk >\7/Gi-Q 1CZ0B4*o!^(VeJ0^d_$VkwiA^[`oʈKoY7vs c7jfz s-Ydfc; ~٠!ns<@9 :18<4'>2[G7 j[zuSl̚- `%kW@"/rxVT[a)7@|7t1A~2/,&n Tslh;uK*.3b9X{\kCwm.k){;tVb3P?7>3xE @_/i'^?k`U_vM>%yF gD’*uo@[둊`;k1Q26xofn0.aNޒzySO4p;ڍ?D3E&jm"6k߂/'/bqԆ>0"U}>b92Yp[<ާ~XP5uߺmy[ro^eAKRXq=wnNL\o2Vf$+u~Ð*3FԶH %Ul&LJ'>: ax4 s*0NUh ] 1{ky\B|w|\̯– +VZm}b$q= #q+8>8d|"䟠]FuaexEUq0e(bGSz4fPYInq7@.؍lTYe-gBͰ}YCžPHAPnKgkRㅥ;}s/Þdo&QAg^mrr: 8S((mWLcq[J,|5S=а C?rP~1CeoN(fFKvW0:.h=2%ʡ-$fn;5xuE\ı/e7K[SW.\9jSB(_% ِ~wsMBWu 8Wkشa];=ot*H $GaC8@I{1#{_ ݈2t`ȁ.:S<#ӓ-KGa9`H@mes6R;>D9mY«U,? gs^B JejR2Wf&pDzapgic{2lR|Nz_`tp | LEdɟońSo jH҅R}[ufD[zr1vl톧4LUG2Kv#)J5 /"1Iz25\+&„q33u1>GlY-TP P`>Bqoفo*V2) nqjiv̄A I}zCn\mǨ|F9D & V)a+5$oq|+;}Ev.MI Vxp > giZ%b] +'KW%e8YSuN䴞OMenu@q~)-`ʸ)S4zھ+L?;4 & ye|a|hS(60j&T'.`hToypej KEbiȫU Cc8 !&FȽ YoXGv:̴"TعR+AhJ{Mz>;{:kUq;ҶؿJXz!uT \L 𪇃D3<G#ue:Z^7sQFZF7XyĦLR$u 7!IeS C:6߭ ]ٞ2_C T0þE'Z]18f{m]Y~45r͖={="3*lR|ǽVD"{^o#*ܥ~ucx6*l/hOPJ`)Qe,]zZBg (.>mXR%om@uAm"N|aŸ"q@Eğ?9T!bSKƹz$$Fsb4Nz> w ]ܬz#xa`2BMFf0CLٙ;x O04iA}+%rh+dR/VrY6UTмPÕתM@4_pN&/,^cQ Dže_#Xdž%/{eW< =]P^iYwᅬ}V>]#*ii" {MH HG[oڃ8מQ2_73O8oꢩʪ ~;okXjjbBw=^>3ry=MGWȞ&޼MFDӊEyйc/GC"W*m{Ţ}T_>Fʃi D@qnT+tof vT_;ݩ0z?X:u=VH `jOpd650Rt!s׈GC |ABTzNXڣ#/PYt2q>uJ6@E*Rb0[m4*:6޻ZpM=s;\$lL],d&7:zg}]K]79O@oP* ^xM#Mu)Hcp'h1Fέ #q|&&Sm#3oVPU~+}Cnn 7ߊev,D3EL?W ;wA7IRO ~>~L~ُ*aqrJti'޷lyL/ BoAiɹٳqV9Nso~.|ND[qѱfrQb85 1^2~G$T36>zZ쬒^!XfzAD^\lXEΫTh+&`ߎ{3KT;b_7μ|U0opM` X60~,)D7X%e xo>^9pB+)4)M؏E]sz]д8>D jr$eLk t" S(A?~1(DcQ!OlYU8oy/JLfh vlK}OvQd??cFZw1tf Ռe_<"LGUtyw^mnd>>gTH^a_BYp΢)M PIz@&e. dD'SAfhe*`Bu-o-P0sK3mX¢Q9jBܠL$-&i cOj$ȴ>"{R5'PxDeP\}VhzYrd EC=ZXw ndfa}qء%ᩂum0oy"cAj _1(++ Gwa_\WS#/ 8B).;쬇%y̪3\[ L-R, egEU4tmN & ccg7nsUl)=w JS܉w7%mtϖWzdD {tDz6;dE< SUgj\:H TKeI92ؽ8, ؇ x9HD }jyAtՌ)̕hP$/HmVL,!Uid/gC@?8c' O)ՙ4ׁ LR]YM1mbtp6Um^i.f o3E@ҙ=P-}:X3ikNK6o,6JKZ>C^cl@*Ѣ)W*^M*…# #"hΤvbݎrSc~PѢ6I(F*ƬYQ?/O~jSONMTry(&H婷OV=̲2&ڰ6~hirXdĤi˲]pe?V{h>/~R)ý!"cMpeJ{6C4z%^]@UՒ1 y?neȂ5^?N굘e8o+]DHp ޶!Ɍ Ngw|.ٳnwv+ SԊJ"0ŹU՝)4;nhyh)a:Y#+T2lHLCwY\xqW]U%H-(4S(jO,Aإȅt;,O>3}ymaݑs]u3ToQa{\BX%fU[dI*e |d4s{ϗ\boÃJ Vܼ`G-F2BJHIdzTJ.9+<, zuW?'4&|B[G[ yG|g+֥XM&eL-ʖRh2a6jv>轍YiDgP4&j xƤRũ5蛗*iK w>b& 5KaT|̿%RjM Njmf fH1޽ZV;\AywyҶȾِ[Yi^mB \$7ٵ7e܏.t_4-eULcZ\iTHa;m# i?f)#F߀7D~Fo>75N:Q(hID\+QV鄠Тӹ.\n0AMGɇD'@m;`P r+E\#O/k{o5)oSv^R]52wŃ<}duەz;A.22L TJ-*=ޙr dۙ[)?TM6uonPF ^bM0h߅[WѢ ybA4MUWHdY?{ Ѕ6⬼%O71 Wo8nLN!  Z{)e0-%l9(ĘQY<,6k@1[:#F( ĺʪ|jveRJz_g𸔚t^]o =^f:2%ks6pzM;5@<$ j(dT lg#4-u#gFRn2 >BAȸtư^&Ɍx* IW̚o8žD%Fbɒ5R b4 |[{GZRւ\Wj"6b' s Й zǙ|.>Үey3g .v7_rc.?B'%KIju:?uy"Vua`U@Ut ne?.n;c#^% $Kȅ+7ezgg#3} pq'Cu)ɶn _eS{*/fdtdFӈs"9hW3(獧m nŒګΌ:j5yFz^͜+yvYڞ.Q|vRdϻIvJrv_w/C;aG. y-ZwXuu<&7 Vm[;W&= -=>UYC68Ri" *&` T \toXb UCQA/kb- hsR۠#>k òˮ3)So\OҀl;&ޏ[Pj$lZBgJuQw_j,Мs e ht X").bLwF9~!#sfSj{(AJ,IEo D w5NߎKaB"eRNwudAΖ_D;p_HKd.qG+$8ibe.9lE?ΎkXR/0,McN[7z o!AɠЌ)GL[C@=$T::yz(aO lui( Eȼ2&><30ga O%@ăwqhet!۔yImUJ #RbtL*T3F) \]*p|si^ŷOnɂ6"Q3Rij,/!PJ2*E"8R6eq>-}Z,V̐1uTp> 6Iqd{Gq5o02hGAE0k]7c݁SoO^I9a/.l)vٶ91&mEY.˜43J߶I)U緼M<Dދ44%g.LEic;Dt갲|4,YY{{=`Uh|#?h Dl$lMɡL>JYs?'˰a9ުx7hi:Wszq:EV́Ud%ꯚ'"a򵕬n;y ̨D}&G|$̯V}fUƪo5:bRK;q龙ǔz;TE 0QVid%HD[{7>œoneW ~ ;oXƺ,f^0\ 9~P'~Nb^_Zv"7CBm4$PY^# =#B0ݱ=V{s[|e&n JkuĪ>_m2ٺJMO訵&xS}Ѵ6:~nC@[y$ Q[4ΗO{ɡ Gcw)%00Nr-ږ֌rVpb`$_K0!o32n΀Bkq?.En 9ޘK _* \XũYfO&xôRtHl=VߦAqe~,`!obL"۲ (n`.hs݈.ϡ#EzH_9.Z2%A"!0HρM(}k7uC؋Y3?PXaa "]Zv-޺s@+-Cœi lc@,$%0ci>R_*^x}2͛vdpƽ]`Xgv~߽9f-GԞ5/+(*9&P7uַ)M⚊Wc_ !,~V>I^gzMmTG$ԇ k еY2JrHׂp *1Z Tt3KK\[];J#$1<ђ~h ÈݟFC&Vŏ jFXKz4ui{sÓtӓhvkR60XX$J?m8M㍩#S Ќibah4؂Z~ +Uw z]yJr%Em~XБx9xyntd|e6]8A\&/XnG - gpywkIoINkdkkɈ;/> ٿ$lJɾ z[wFϸ?>sUzȴ&q#t wc2°=WK jrlYNLL2 Ywɇhԑ<|x53Q43rZL,BI0"Nߘ+Lat 7K.<떹௰]ue!qU.mXXbO) ⩐hlH0}P /FES[@@/}wA;Ƚޕ7\R>ѼRvj@΃w;n˹lZaw׸|5 yEWHy)ȥnRPk+1R&gZ-c}#`c=* Pi'Y ,R)DzRLƇN>`hC\˅ב pW(0'f]e3*pOtɩ'4'C ?/6lp#R4xbM55)(3p1UodOpx%[1 zzRY FҒB%#'rv.,^I7upbl!< NmD0ca)=_4'jMZ{=)i#ޑ#Oֲ_Efa#7eDvC?x/b1 &>.ZWQ63uqOv1Ksv>U1v0)u{<-‘Va現T^ ;z<&xmX(άufa5WŎFP2ᴩ Ei!΅:=~{ BNN k5&AfWk#}xN&YuƒO(;a<&OyZ%-?'@=5p:gEC oNFܣxm !{(u/ӪULރӳy'hR&fW^蛪YzRwM+n8Uuqo&(e22 "N7C.2ZHELez3\b% r!,v|z e m xZm[J Z&9d$^Rh7)J%"_"D:o&Gfw' *fvo%m߅{T5ȱJOr>Bj4D>t?rSrLQ1qW4*gKCש!ZZtMHKpU]Fс4zMeEa<ۨa C̽A[f0*/q 등DHb^7#|x7=zᤚsy-ȷŞ61!EI|Y5Ʀ*YH &T紉D>U$n=WqHL챁$ *g]>13CZ9Hw)ơ"X`ܣΛOf(wMD"bTS#]ֺO-uF: u朶CeaWY< AA1qs>6͌LWpGo_"}V4tMqG#-xCGc+ώ̓_DNGV֕dK GG6ʲaDD*xKt͌ (e%s -beca(-÷_կp`i]_tz[ ȡб&vF˃-b Mu8nƅ"(k\o-I' >/xU&i/1h4J>\]ï&xf,Xq[mi>zIZVY F>X^=_w*#Uws -XY%H-dB'MhoBW߂ad+lpXuxSGԟo1L?]r۩(*2 qZxEV`y>Uov@iU_k3oS%!Sҽҳ5~A샵9pS&5ə?i{a'<@ʺŧNK9G zxݤ֘YNX¸ʀr*R>! $#oItÄw7H!Ӡ B Š„BOHJ.+?ߢcü}8{4<-VǞxư>M)Zg&ژ-<6ZqSٌHZq@ZQr *IJʄrF~05^]fg~d~DWzޒ- BTUZ\(㎨D `iɼ*7㏗t\nR$6V݋x$|| Bb[:7ؘ%ACblJwZ"6TRg82LU|OIWS^I2>JngW۰. 5p= DC=OH֌_@)F TCΤ[ۆʶȥ6Jp(LJ-zp߄K3xWtTzWl(GO QP ]{IU9Jӑ,z ҧS«KNc\޶…/'xsV?П P:_DHE49?CCh'`I|p뜙Ч3p&1Tj: Ʈ{!E1  C87Ó#ސ:547d7C~@˾lL# [w3l6$҈_qC@# pqOc0EmLe,h^bbJ"Ϙ0We_B:Ӑu1O-_gdb>mcX$|qQ_xS<(t|^{"J ^:(H[)MQ0ܵآ0ķD=!+y.԰B{)v" p&-}F0[/uwEQ"Y֘=TT(S^LQԭ->,F]]k9${gLI‘j Irs>UXAV&m羨FI W5=K˶^T+xZ*Q(Ћ#> aC"Лͷ,j^N[cxaiR2ә% s,ֺbj"*i5 s .ơjxY%?8ɎDxZo ]}Ƈb* /: RӶ ?%}b.>6r{ΗI[0+>?z ,]}ƛBd-7UJZ!6.V_7#9]lLкNfʙD>wi.@ }X1[WXFVOԏ uR=tNvSq֍ΕI㬿`qaPx4?RSI2J$Vv욽㎳ .T 1k}oy W&@,\M(Y\V 5r}](nu;ҿ_ܓG# %v;k:q()휠hMvvи|977_ZɇVUz5G KisC˶1iM1₆D>#Wl)t6y9L6CmG5 }Sin6Bb%OGL@NA6*{x`"n(L.b>i#P2nbH"8p4.=痲%EM>Ⳋ @I|D0Se \؞J"7#/L$ա/>?<]vWA|/"}=4 1n+ m <˃]Ka`;_"_KCGpB1l䜻*L=Z%ToQa~$.Z.~Z2ugJ3 &PI1F ˚X\+kjAR\3p<O)IGzщ(l?8[QлB:Y{B̦M_2uB aծkn<{We^(lZdXw̄D2|VGS8*Spز, 8fxa&Z.hNKJ[ p-޳.Egwf?@bϦnzI|/ZW/@4 ?lCl_?b>|i+ RkNR +65B-Y u K-?!"2:®Z|T;r}{"ð +'co&P:R@:v-R33,~cϩ{HǂTKNZx}d 8w㖓n؜\^>jөWWY톺2,_A7 :F ^vF1<8%Fοdm#_d)QEkؽj\ʲ4 9/ *`mIXFLI12k9c3lԡni%xc?g믷nS|Ϩ>JX 'ۘzeo)?s=zn $_\烌=? {vCi>㔭GsÔ '[T[eCM> s;ٯO4W3υX_qYh. ;s(E%mVM.|̾up9ܼJ* 3 tɡS--H-N7]>_'nX.R4c{]M#9\=+Y"J@Qȯ ԓQlW oGJ rhDV̰p^| + '~bghŸ8~z4 :Mu*v npx'pUTJ`bB\flʢ?@Nf g`=]Y2}JYp_(P)T'2g]sPyJApca-vsRF(H[=l=& : ^F >a _5(Mh^"ҁHwf1id(Nkdy2yɧ_L w|'VQT͒BwVvL5֌IJ ׿c'X!}Y=Z'}ڜ2dcDJ+ ݇]N|szŗs}' 䛃[s KmXVU"0'ZpO|, [ K)2Arjv "BDŦNQh ᣰ:=#PUGՑwJ9C*h8(nsyGBJ-WJI'[#[5Ti$U l,tBr1L_;`bR>~ sLؾ>%, SVhrN`yiAj-a#cA]+~ |'IE1)E*0\a6-tgBa}G#3Y-RIZ!a| 8QxO;{2[4hE"gL۰ [Q!t<|,CpRm{ǎ-(%x~{5tv__9jZe9]wނ#F7!8G/C0u*֗k|1̍ /թGʨT$; Rڨ}n4Ce}PK84V>n "=ž W 6oL`f;m=go ;M&+;r!? h gp'M ]A.SXyJdȂJn |?-:$nͪM˛5kP$2[kư.0(+6HLxhrU3PMav`DNXt;vh&/ ܢ *?lܼcԚV ❝|)%nčϰHeyrbo CB_'W ,!ݐ/LFzngbr4ػ 룕d{[.E\gh 'qm_=^L>uщTDg{ƳO|K٫*GX^ ;ῄVx Hz_!lEϼhXRΐ?}v4qEHIU('ҷgc&ީMZq8rD2+^.CCP)wЎGD40N{;"*J%{L)Eoz)ӀKH$^Ȍ\||b|64`s8@2vy)V;b*V6(!2OYǴ_|IPB1)6u_yIMKtͧ5eT44[. P\^QW ]Y[KDm?Nm95Wʪe=W V鍷*BY e#/j|E)`#0 7KN]c&uCAhk@IӮ*A# 6שkT FsNI2x_?AhK)9(6lgu匐(p J2JU zdtn]Ϟxa/<=NCJ՞->‡wG+cj"!#ot*Uī8<TqI;4KqZc2ݙs?KUډv`N1m;cPҴtX':V@m֌= Jki<Ǎ[eETulXXI;ѓUCQDɼ[fHu>ףNpOIglCMDFwT^a '3UVD/o_= fkbXx|w)7$Zԣ(E5#A#*HisvQ/FAr>bUz=wkQ&-\Pcvɶ .ُnfz'gAH8wTx9"\58r7;m,ai9=a{K,de#T7 =ΡWdF.4wPՑdv0{w_B#aE=7cIC2wI!r ~b)LEQٚKZRy,' 0 E"AiX*@DD9Y^njxjU^ɩ…#VOWl Y^yr Y"h<`Ȕ6gxj܎˗KŲţ~HxB#rVV° #>k]#w~b?!` x6 Z\F(f.b ڃXU^ x+;Q'Hɵ<$?$U'p1~RXMJ}OH}GtH6ߔp(5yK)m\<‘U!¼N74}TA#HKj46-l{׬k0&qhSH" Y~YJa{td:TŴ?K3 Ԡ0\y ZصIg><Z\D˴'OV8(X VAlfE,##N 2laym:3Z34_n2z1dM,m{!DXw^f}l9|pQڀ蓨eF~J6I NaĬ?/DdI(,G ]|M xN+z{ %x f!t˙o!`ǧ|{+1.ӘDɼ߈^k!> @>Z344+ҖM㠢a[1u;WwM 7Rp%?.i=;.g`Tr1v J8MGT0 Hh{Ov>N8|2݌Y<2T`QM,ypd?X 'y|:6wU; DI;{F5t'wlO~?2]$I+n ]/ >SA,Ji3<5ffT%4:ARӄ[͊!\ $#-l9m+z@kNZHK3*H.^ҨSE&•^9$Nw6k("QC, OɐR5ŵ!pTP)5 e'q"kM~8rBAOHDpmRH( /tJʛ˫njRئ#A. Xwׂ{fG'kjȵ!(vi mw./L2OC!`7F򜅾RU۪h+N]Qk˹~J*򿱡PdlvOY}kX]Lbt"%\mO)D;f\.r) eIOр+Lp.9Ms='{׈ a>X㳿nReL(~~a,_$ӘH7 Δr;vgбE4.-wKE۸1*$3Wͦ͛3J.7~#; 9hdT! ϋڢlmpЈri~-Ѽ4nBБӓ0(by+S- S6@ zi*I1Koܓ@M0q'tNA! fQ-glEݢ,%9gTѸ۟}Iq<ݚð^הlIUĖ!lN. Gk|FjrQTpQFG '\NwP&`WMXMZWkR+1dϸ45D{邁oG)V^LuOm:r*S|E" ? "#{+u+ k ̍HSШK>@'F;nu@FV\ YB-*s*{̓լC\g}/,CNg9}ֆ"QO ߳ܵ.^eV~Ө.G$H &7N^=/MPiuF:Cy) cȩxF8֤ 'SE]3ЂdY-rGĉp =E:(^`EumtEV+`Ew6Cw*D>v*p {D+;7*MB֯2U >A`l!P 6yy:y*/_ƹ\UJz![j"(һ.@pӽ^ՋF‚=sȳnHx^H2j=[0$.KoAHuEbv۸794(XC.>2pз,F[?P>B]_i|eQWE˸sAzy|18zTJtVST#a ڨ5AK+*f0 -Y7$Ho-9rjI_sڝ8i}bDhM$ d׌C2?Q`PZ:=KE-~O1bR fIډMw#dz!W:Srs yꏙ)jWR }Wc a|:u,$D]Wwom']@T^VuR#CNӚ+a\.>FrK !3:~)p7fO)l#Imcua>A0+&eb+)xT Ė?S$t M=NnjsIF:nw%z}2D)Ti@景Ng]7[jUtoچsv L$':6-8>տTNJ4E3YQL阔f;t/o-#RS6o|aӼ w1]"HAP^%F`13x+5p Y]ޚj:*3Bȥ ԲʢtvުoN6m#vDl<؊lt y,,q%pߺ"Qu|1DYDLz6Ie\w^?o 2-%˥ kc7}K/jzg<ɡ`G6bٳmUĢjFk*O 1i9M x;T,g^#[oZ4IҵD)Q@>[+%#Jvh wfffn2'l n:΃"1 .Com?'Uj*RVP`gP.w:wفfW'IEo~ |{]y]ЬXp,H-iXR((dZ#( x0:ohRj5$s9}!1jާ-Jj\ <ӣM%\c[2Kk%Ů(< = 4hYm v @E|p QqJZI"930qtR`9 Swÿ:'sDDc1k!yTG 5,)u +whvEC҇MN]/^NܫPIQGj'ZxVߍ W ح8;Kw8lӅ]¼I Ƌ B=\L]{m0y.~?+(/) pÑ=n嘛ӥ4&rr5{.$he^)&`xI9!ɶ!y7όw{ɧ!S_Mbn!Mم>iP^׆8JF˶{aukKqqB' RyP{N8(*c zT줐e:\wb|a{gQ*(t _4(t#T&3YxZy' O]6)ُTw"yNNn|- !Uk?f/β%BGsVh<D:nR>Vс*mcA*y)kbMlM'.I _ s* PJwQ̒v>iδX|<`*o:b45QPаBwIYc>TXM0PWxӟ7^Ʃ [9}u"e,pU\VCy}l!o":>+ULe\8$zD)nwoyXF\#;X Vτcz D)2w މt҉)sivU?bG̊;a `@:͚#ų81xl,0|@YC5SS+W li>hET.|jw@lLWa]m OR8}[ Τt/nFh\Znk|Deh-7s2>9mv&+ p, 1pL5}ۀ֌c5=Es("|36fl 6f(?VP@b(Ц^@@ G,DfDyOE(6!b26.lL2[nBCUM؄(E&Q׻[H=uKemf @co EH%֖"i+X[`(^y$Zç?3)Ȓ^׀e+NU2,%b,=QxYkeh~;2$W6r[ʫ8Oܢ|#2G;J?6y#5'1A:68\1mZ]~| [U1Q1 TMux-Yo^b .:}ygq/z R"GɾL⌫\X8=wGnmt^}O͖bh7K'[7xɁr,I<[2]F9:uM?-.3.VHI ߓ+ Je'f 6o0J/IylzRNsk 8v{ 'OW̏-NcHũk } p+ gp٘2_0FP3k5¬ 9しJȅ@0b4؋l9͈z(Rj7T%J$,Cg~ R==g[L,opHK+S5X8e`)}&2MDa&984_Ay(,! xBzqd?(~)N( PC}fR|Xylo2HI+ 0{[BaYo98nwЖV?8E =MmYr#m3Uy 5蛊cAxΔq5`&fX0mJ mŁhѡ䈷"Nkg˧Nq`8~H1aj 57ė?Pu*< ɘ\pZ=^?;C]h)/O;n7w)$ K!*GUu֭$:~T@{=m 1f/jy:ߚ&lN?sz'Y P(<^,d?YCVu)F]g\ iP*K!DCD[eH Z֒|@7?а[@V7[,Bw*n~Kof4ϑY84=\*"# !$,$ @U뻤8:TD!l,jH{ z 䂭 RYzJS N_" (^+jlvMAV*]"B$W_%Zl:']4ZH{(dz j!Xz>kQo.}۽Y DžG|PE-ᄗ!GY* XPXO:=dYLx[ $ӵ6I4D R q˹~ʇQAIbh86ÕL0Ƴ9lD  ?aJk/K†W:O٩NFD0&U}A Lo2M Y?ǃ.cR$W'0Y!Tֱy$}YtTIch{~`:d}=؀-}i!zUnȷ*T7b.s7b0ϖN#CFD, '3Ӓ&cQ2U2{&ŋ)͈ L#IU>}gX1Td̩ xf z6U#N|*20͵`+MپL7d=>H#:Ti@- rcr.#Mn`Ȼ_`he7icmlg1nwCϭ灐p' bvƽ™RvpGQ6/D%&2Jۡ fUJ*lBPn\ !JOZNw|Ff`nc9zc/W A/F^^ɂ}ER9$r8vWxذ5@pP:g7Ub&):2؝\X9'CуNƬ=R4Hn]5B:gid9$ɴI<<&^هA:RL\I'>Y.˕+A7toRΜLsɢ~:R 6KUk =0o1#ϹTϼs^:JnjO+_K&$?jӃEcUp>e&Qc#CQ͉f2JV"k3E6Dq>P  +nMAp^[8#yHPse޴-l@.*t%t\@ 纑mk,~J( G#T7zI6 nCTBU |1Q+U(CUswDwx1qu0WemHrǤ>? lqK΀SКŷ$'t0ey@ԧ`i&F#D(37"Wn46Ej7I9\oS5;N =،|i*i5Rޕ6eR|B( )[v+IV}T"eg%%t)$S 14m.jg.W4W+C*hCPtVVvw9 'V5MzɍH- 3ŧn傰r_R[#bv_~NbT̎]+vCO kWW$%εY̡S!̪+c;X;r #i>->6_uA2F+ѿ|C"Rg 'T*ܭfВc3%uTe)z .\aƶ;GM%yyU벤^!䳘l,N0:r;w;TFBRV]WE?*7gJ-/atM ­ô4讛DImlBތ {KAM:n篇irYx]'|&01u;>!I p֕0Hw0=qC qDD ͆G6#? [xCU4֗gGuow+Gi}pt.CLY+hPլ>5SԵmCz0>W/޳*Ifh>|e23gTI(`佰Ӱ\mJP3i$w`":4eF휃=js\= $/6mg}oR8y?P:AwXD&V:Am4Gm4J$J9i#~<(׍*$K桟Nֱ*؊R @y[@*oFǔjHPd p&[ӺԟyB_oD_u! />k֪U,#3&sS턊]0e*bVJbT'WK^uYHy5ōʁѝ3 /^к"%2'@ARIˌO{b(;/D5m%vOӘSAߙxR׃EGh($$n|:?J5np ¸q2m tkSׇ?kx Kbeo J/S}yj(5r·k\i}h1qSV$;s? 4#"%>0I"zP:&zn ^)9Rˢ١~si78g>06SUV` aYm&}  ]u[߲R7hlCq&C*YW8tB?u̬Հ<@ YĬ->4R8nZ6*.h/OKz:KB&A'nvHNS{^D&3Ę 2S˨-X̪O6 ;Nq:鳲G9 iOpR$jxٜ'N7;7 7CJpLM>JN.o-͖i#  xknU)TJ->Wק;VV3FaٶZG[A?6DDJ+r2m@䒀 DH`jsغ߷}\ PNLX6iC"!(-H`wN+0?TmN>!\,2n>A28U9/Ws鏩v:sL๎u/x/t(b  [Ŋ(.b|2'C`e87۝xkڝ`9?'Z"՗>%[uL=p! '-zbwlhDo#eGHk-ph6dz"ۉ";TFV$WRh:mQA&/2n ]BOKw$*J@b…Cw 2W3]\-REMhQ4^/<;mq(uT!z p9|ZP /c$];' ٻF LD,!=v殭UvnKåwhHFg-oa󡸚U k*GR䣖6O}a:-&Jšk;_YR+t=3'\KѬ ghvݖ ڰk]rב_֤y"z(tc q75IIY^;hiW>^PȔfJN2ԝN>o̤EuԪRj@$pz%Su%9 l/h=~FdwUw7  +ƧV06 ]GplOfw\̣Ӎ}УV$b7[mN42AVf*+ۑF4.ҞI7˥;XӖ.=a0cњ9MrhCgOJVe9z[7Jo:@ak\x=ȳb{NH {R:8dJɒ&~%HIQGmr׊f9)9>t̡¶qt!V7u7r7Ӆ._^TU&XxA845bj΢Psǜ%rn;tˣ٭9aw/\H*QR! X>c#dMKu5U2Rq0{ok>}u(2-a}gsUJ)mU\#XR 9wm9[@9Q[*AGaGx`skԒ"l1ofJN YX6/?ϓ&p5 R`u1-򟻺J=Jwm{U2 gn'eQuܡ]v$-#Ufv1E2ߣETOF YUbPN!P+kN!k-~\&.Q-Cޙ)Rq9ЁjR]}U-gyr0\x9 (hĭaA68Q%Y>iv&{d2D* SUJ<"ŸZ}d( v\q b{#־~vMVv0Ȉ؈mroq9=S4%4z ${-TH1kwW@ص6)v 6'=kHnnʓW{m `=oprSp'< c#־?Y *{+Ne5NO 1jd)GF kscjyu2{ jQɢ5&%ģh.}(?n< ;1hԥtGҪkv2]b,%'̂~V zE_suÌrϢ$ amLn6zEZޗ̤q/X/t cëH\XjDzԗ^Qim_Fe"'xŘMB[jnL_e3Iޣ ",x1ܙ QYJ2okSj5j%Ko4 Q\ "^GyU'1|參 o/RbS+dP˒+KAUKo҉S Lҝx/G㭛䃢ֳ=#OyRu7ӏ3%?FG+NlCەȝk=m;ΎE#"Ho:]sUj/eL4"?sz P 黺/ |;[ kG;D^óJʢpa~}H_JNA啫;iRNr3wp߿ѭXŜfKiKuq9dÜ g + |\N!z.㩅e <p*O #' ٢l<{x%^ӵ9Nhk6[]=yO[)k`a~ȂΦ1ba;px^%#vT`t_oxG6!^ٗǶ7D=9ˉ,Hmty4>7.x/^N|Gm7U6yj0"$ħTA hT}cGK]ϵ+Sw,Y  /Z PU;S 'd}Un^b ϭ ruຟ:ȯFyGnqdw71)gP↕2e_]#舊9 V'K>#I]8cԀ,3 pIb JL1\Mx]%S_E\!&] ɓqKyF+Q,>o-GDOȁk2#"czVabI"s#ѧ{,[Tdס60wK*8fF:h)b,- nJ3An} 5hm-ZWYN5U[_s4v,~դ ƶbKL/gNλ):ԹTHCW<|jѼŃ^An%AuZ17lr"[ׁөvNB%$fNk?ӟ*'ĉSj{_*:3T1vf٬\(= 7:# VV<ԤN%._MVnc2>S@}9z"2͕׿->螛sҏM0DЂ~s^'RH)@ۃkfn(?]u/E؎/s:&ug:mqn˼|ɶV=ù& A"y|j^\L}2s%='Rm0'I~/>a 8Y#URl/-G=(&[j3+ybWaNfu6f yQFXC,{et.yũ oj9NFQyo)ZՉst]LOiaX'%Jɑ[C;[WU^K&i {I3r&.e)TDLsw3&^x  R|ŗFLSaW8JLNnE3>,27 rEZb(ʀj /!e-&VP+NnȕTtnlHC=/$\j*˛yY`NuR߈9mx=SfG؀1/eT+0}<)'eܒafo^@0(Gi"~)Czd{Μdƀ!t{`S!fw7 B{a2F 13 ^z0PBec5iNE-v6V:o *Mӝ!1-.A9XE|j){K#x&A/"֑,~V5T|K!,U&_5+9HbHIPJ퐣o ?knNX=0fC &Dsp|ǖφb" Զh[R3F$j_Y|x_؀[GsbR@,(Eb1m~}Cod6qr0FZS._xTv; ֫uΡ*Q{PG3[`JWx֖c=n.j헖1Mm W$,mc$%Ut&S5auG)Zz5p[&|h2rhYEް-ޡ]o^vjR)܂}`%$Lvh2?*vCI)@_BGplѻVz7JϞ0lXՋr\~xaQ6:o"jţVCRExk]LlHߖk̞̓qSX ,FٸoI{a^>UtEz0p7Cli{^*VT_r=+lӘ`%İN,Zi8!| &dn(CQ/O#|>:M= 8L2 4E;{Whc`H s8d XA9#ļAogu1${@$SҞCfViLA `G?H0NrpKX^<1.?p=AS瀚>4CAh@or8j͛ Z+HVhl&mYӈ`-;G\bFTM⢆,H[U>E5sjԎa^iƛO =twot # Z.hg Q9wWc&EQx-?t|)p [k4աabe+g@J r!)Ԡ$ph拢Xz%܆;WAY Uv!h6.EyOt9 VEm2S9:/80'DBe&"m 25 bc[ %6UGա%w`֛CJbJp(*$G(ꑖc#c`ݯa,5z`v"$ܥ,H!ǯ,gٛb\>Mঔm8 D3rx8.Z [5[`KwzA:$DVoe߬iv}y=&Z_OV!1bj,#p*5hB heoh3!Ruy`(p㌩f=@Qڢ $lbYjg.^/~;ɮ 3Ck{qdρ4`} >A0*,f0w$VJNvpJ|C GMB'iLZFFE(O+ZxHg3݃]9ˋŹ`8[9[Zr"WCOlH*>I3'J9Gn nva4m\/ 8!t\Qm jG)CsDkA^KZ>_7ai&Ӝ68Qkh*3%45&Ǵr&Nz͞cPk :/Mt+:n#Į 3i^ U:X0US%)7[JymRzhvC|p5q^*6Qr N!d@P,T-7x^F=~P*iBWDoyf-*:Pi|a+Z8Rj5n WQ8Rw-27okoʍrIwGqI/Y /"T3م Ԛkt xi 9Z! L9ABMҎ^ծ5xq"afl(Vf>vU( mn@ ܦHǹXHbUzUk7`YvڧE4Mu$ ,Y/+`]i'KF!ݪ^N8ގVZqt[T~So_S`wg:& @ٕ4).6s;_LtgiթK8*)>c7r|#qϲAAsYRY$Y)dnHԒ1WR#tl%MA& rұs'Φ_XRTn(Ks(2RϫUCBn 0R*3t{&O;:j7IV MJZ;;O<%cXj "[IMVM"ci+_#7y1'q~pT BWG~€ƹLhg*d]8*TƳPxi^Sk+bxd}^]Y FD(՗NmYQ]˕6e+`aM=V cS8vZ{ceI/¡mj}r+Byg^C)XH4x+e d'N:\*X[cO dp8B78<dx Hk[<ĦcXhucR?{y-,LנRC;A`cn&1:+krmqf ;&`wـ{QAۓ`nxȻS(!_s%QZYg fQr`i0e`X+95Gd`5Jry-bmSM%EvEɀgRP=sk@ ta^Z(EU` #uu :w\g?,OBj.$'KЛg<ӝO[au*ZKe~Gr K0Oꗲ !nT/_T)҄ #_) .)$Ni5O T=FL:+!&:\s n}_ ` knzK7/ mw.igCGg_f31@p;'rPCU}KC1GGz6ǂl> %w%{63 6`) 76 >X/7s,Cwy C,W>#ژb3^o`M Lsvv3`^I{bEP=Gh^׆dEN Nu_buh ?X=mB(^-[5c!@`ˀ#"S~/"u3Y~_e=/a{,,,t *@*0~!vzVl741UXda@d/u;1N1?|!)rd~@Y{&VM E A$[!$B}, tLfWDc1n;E% z'lz]fI3 l~I|[?+3u07Sl8{ˆ 7ϙG9'ȡ5SZ:n5HeNu bDo9 p^ʵ[$"g iL6!Y kW5N˲}2饻V4s!ՐoC4f.YHG e+(+ V3U~Seе8UOq L)]QN Aj V o Z oJy4H+tiL.f&i]12R^AY%|h&h[y$d$#֍{;Fgj3Pd  VčNq7 fiNd0FM/kK{Ô.>dv*!p_bWءݹYIY=`zYȩ+S*7xڡS6U5أHچ UWIZpY.fRGzGW?SUOHb|.w@uYwIڑ6¸JzKv%5O0 @ 8;lsgiD=gu݉F K蛏 6 ''\"Œ}blX^MVh-E8 J,' aO7؋p&8*^A(RM{Rv{ݫU$}!_]yiN[]H?r3x15D}1W𧷓/@@h8 įv/wBU@.t/_yVݟ;i#9r}t|Ir -_tʫq b7<F)C#t|,Uo:Diꇊ =bm*DZ{失kMijF5KG_Y,V ]5TC*ʴJ=#e\*~h+kvC{ a, > cѫNT D{ҾW]46"䇴ir@#^Mh0|j)5;u( Vadԋ-L.Bnzcva>-xYqO{?P@Ȕ!ָX# t>JLŬBDWcV7t3.tCciS^#^nZӓznծ!yژmX;c]R/NT7 B8rw1jQ1};*Dc 5B-re 8zhrv;xOb=>Gn|dC&eu'!(jP?A5~f^8M--*gȯ9 dw9~6Ofa[n_b>bKp>U /IvOMTG&䩐-^3 2Q>XSW0田dԘss %'(Rn=K.;U#N)X̵<i|o0&WIq6{x䬄8æ:s*z,֧*`29Ýŋ"  1^=y#ڨGF2j ]m), ({7v",,d A~崫NsY<.F6]p8dx|~? 9%<9/ZQ"[߹1@O& sc7Sg ZEAqOi3#-̓Ӄ⅏ 9F`?OoZ8JxOr4}a;3ԢU%.`3;QJ;Y67١uIuM$.= qgj[[  UPO_&'y^[۔6Gsf?z2l ,E!cr+KO7HT7v?TT*5 ORعÏ+EoEy,>=2i eU`cG-9v @ig"3>H=ߦ Q3?&V~jTH63@xUL$XQhuQ#>|/=dYjښD?+ܻ ?~wluG Vpn4Ol j(-!BHWcZdj9ܔuᬿz e`4 ͜CͫxL()Pپ+#z䩊͇WBժbT+ hTfh1#86t\CA%awJYɳm "V10i-Ѷ|p~87ܾ_- lCSAa\O6I(r`ͨ/۳Ѩ]&2ZfDaf6n] {b-cQ׷TFZd ͔c|'ȹ`:*"Gg쒓P&.nT[HN\B| ;ҙ ^$6c6'SImonuyyNQA։Hi&Hr29#ڲMf![3CP/`ƚҩ\ g~dlM~~RAwQAqkcw roNIHʝ}?0u=9/~޲cӮP{I9K_|g}LdLOʃ4GA0mdHڽ~:a,\Ō/R +ʕ1 }eŮs6UIm_)ix$텴M~7!)(wZ!\5^0>_w0C{pF1-˶m QI;L*W ^r99ݐr:ݸb%A w?x;^s`zQaWȣo!x6¦R5_RJ#jGhjHd-H-K;R)%?)vzS?y z\se0z:'G`FWº@08Uug8|mT,lt-wqO.jE*Z`Sډ.a&}!ΦLC(tF6a&A⟺ j} q}nيg]^ 1 Zg^q0Km3dA> J$Q:ݽ 1ߘl7.ռK 7qڣjŶ?3EJpO ,ݍ}aWTXy@?&Y{G$`n>6Dm)|l`#rRWUFc{=\4?y,s:N-8t"F+vKizjFѠB#f! y{scT~}<D͌=O]ǟ΢suDp1Z31 [ HY [,Y):Xc>Glp#i5,ЪwF5@)ܢI1Mf0H~=ˁasJ0rs:OIšSR~jD&u4?3>w0eL+$oo,T,mwц(n9w,*(,gPKJwKáO\/ 3X~l2DDIfV"1p7J=YkU${}&-gAqe /   =ᗔf d6 !y&FrzQP_#yQ®K*vFq`_=gC۳ڐWiYQFqH~c:hH_14uWg4`/K Me:ujWO#cS\x"ϝ#h"-A^QcoQ`ſH ltPZbfE3L 4{E>J_Ñ 41 &։ .LwE>։V ',k+6skh )zѽ0)R4MU`X@ _?c:ߚ Dgc`~b|zo]U>|>9#8-jl> xgVjޮ!{5uҢQ #.JZ+xL E`̛ @Y4H!'a {6hjN%1VS\SY]Px܄P|%Vc洘7;wUWY+kqj8rʺ\cԂ:M5]fWөҵpN)pVKpP+ww)t!3)N0Դk {c1B!%4̀N?E@$6y@r#! 2qIpH^BJ+VxJW{#]+uL Zi5mZLgqCv, _8t0TiMf'm.=?{AUދ_\a0@4,] /$}]`Ǹ*a Z64nc?4KءVJoor2Dx.;ܯ!Awۘ8y#K*~?24H  0U**8&\`iוQHH?;J2?軐4]<U4K({^LV", SPi|(D\KGmM2.ݙ! Y5)#œ d7Z^SqoH(67EdۺZ"ZL$#fKN\I.|^e}qkƫ;*SQQi^*ªߞ[(osq!lf\rRZL"!ݍA+C R@M6z̡ev `jJǂM _KraP:ւI=(GKNEHKɷ8GRnN)R !쮏u7Y;a*bR%1bm \? IFU5'oHũ3O'v~ ,ϫ"M^Z݂,,D3E#Ȏ|NKa<ɋFqqI*rzҶˀhzNnDr Uqn1T58+@_X Ώ?fiA*F[{N!IFb" g ({%wVQG+h#L"xN!&ÌQ ~eU2F &{|ڎd)I9(YCu&Ff.p]%Pi9":&@ r:OJcN 8qL VᎈZDIS,OJ61D$~|L %/]+1nCeC~'_Lҭ`!Up;gǿ? s^,Z~8A03$e7]4iFqV>Cir\)EĜ>Sկ[ˮNREh8U`%~,Ӕ4k3"e=<,2;M>2U\'"X*Gkpo v ]@N QzI&aA^07G~'}1Gyׄ"[yo9VדOr{B7`cEyKb 83m Ku³g@1LT5=[@̦_@5ZrFLPؙ-ȝT Ye w/{'BO*O T)kAR2Eik5#hN1 hit3Kh+{$Zfk糫AE8.'L f];w8dj޵dރcHj2]9RZy5ME[ygTir&,7?fhygDhƅ?cZı\Ʉ_vڜ954!:ʐZTI[͊"  EH*3%~ ɖhYkǝJv:"Air q7RٓmB0?ayi-Rj\{ 'Cmdq=(7;k,kGiZӟþz{(Z똤ݶ^&(arF :<ו(F&jQU(Sqv'9ep؈Gc'9áìwq5(c{9O<5?cҖl(׏# B4@V7S/WxRbE$1liwG[au(Nة dTE:f1>7y7ly$]J(^µ+ %3Wآwuacg{ZUuD"!$O{~q!ȳ70ܥuכ"'[I Jd韝{?ow{=@_Em}Y$HhuI%8\tVH"b :HB"jrBӓD*UHLAz+t :0"'ea| sI U6ҍq quF&L!5Y1rfcn4yM!792ɵ_s_> 8.NFr}S+%#=Jtz[aW$ŧoO<륏ڮZ:*cI(T 1(^U5(K.fQMC kՇ:1e͜cc"ǍKK9;>VQ+Ev,N VVG$۔JJB4׼\xݯu-K=9E<&Wҹ_ϏWYF(Q R4捭[me E CW=_Fpٴ.9,ZH!TǺ6U+1J.! qRZF<&tfцJB^F< /p,D՚Y 1K`9s楿Xǭ;0#?7?9OW_{4h2'2<{ e}B2sH<"b`KuzCJU|9=8/vy;PUğ̿J-3eHA9Y*}x5C#qPM\caBTb,82P4aS&0M # .

-Mx (e4V{q>}eKD:' Xehֺ0%Hy՛'%c:_<6a)a\z E2&!8 UN&W,~[d`ڠR^טQɚo?s4=&N%ҔM.$]AɄ~tfʭZk;%Hi9Yؙ9* &\"CV%8#xÉT ˮ ozF?RF?ɷx:kZa=0=:$T]p擡z^B%z H5J0֚86xܕҘɰW@&uQN=_WiΟ\"\ :0{"՘1,G1a`)28/K߀42/[,d 1*ڷ&L$^j+fp'V8~5)Ōŋމظc+VU%}nJbqQ<8pj [1B`oGLyoY)gl|:OnܘVHx)Uy oTe8Γu5"D-C:~)4,Th5Zr @-[OIrz5+ b?PNȕticW2x(LGY[}[wy2yAAX$A !nv __c@5۲MlR9ɱzV͕;,7ai1ˠξIeTk8A75,{ X,U(&GdO!ë?i>5זL'f[DY?HE;ЂSfz$ZNYp54ѳoj:ɶ*8 r#Cy O~Kiم(zJ^ɺ/Ru0^GB%ya1@TԦؾxS\C=Ù Xb M? }:U{Ue>}|;M), 77fdj~}uaaAi) 3œ.W$c.=RۮAr~ur\vPvԼ-IȔ.eP;w8~v bxOZL {+MPEw; Ac];/ppl\!^C,Jaj.)B&FQ{.c⛅6^+΅ucu\v6Q{j㩸c)cΈ$2d_Eo$ _Û]FHo73+@7!?×;UZs+޼hk"k@rF3 EW5HaADWϠ]1 Ba.U xOkUI({3, k1XݥO ·ea¤9u de~`Y:"Dq/B\cpdEm^sZr< +"vh9RyU0rЛuSNKĚe-::8ao/w5[:0D8Pp8SF̓I?Ԅ3H>=EAczdT-.λk@p=*64/T_%viJ RlM5CV6oZ9HH7nZ4(NZf )"L)ޗ[;=:6cc=S Z"d`“dR^\;ӌCw㯥.#n5׃$10^BpMnnZ>R +f QZFT0j1M^W޿"X6i3N۔o&-u||A8moqB!MT?(-V7eRwуS =/Csr>}h}wTs|lųQmr :Wc})*Qzcv0Z$V>T\yۤ)zZ^u8gЩWPYw ) n+XV*`oi83MgGohZвm^Ҳk-H0]P)d/fYQ=F=t*ei< :)E*c. -XE<+%"pJ- EgS Y^0.[*xPؒF(i* $(ۄpbˏC#ϴ1gJKȅ<' ?w{{%9tXb_TqeJ-@bً_lW8WOl0p@[7RE'X?Ai 8R[}.~Eo5%0 9ϼq#3 Qڮ==HW״e i+A,sw'[Nu"B?D7;NrD9Cҥ׍Ό<2[ Wոs"i,2n |I, %_2a-Y0.5c^$pEZF ꊜLt|1:XkA(>0!}ҫ !\$Hr8==NZ)0U˜x/r1>`$ &lk4./=}NHjui098`kuR-H:~=tmrx݁Okr^ldy/*٨$=x^SumùDᎎ^Y$6K-"]SeéWeM6yC(<0n`J?' ߙ3 9/*#sr o ׇڿw46g^S%T@|!?lX"zAb16PaLkd!k 8LD(@TMoxլ3Lu>7͛vS5a|2m1S}|o QgP̜>QgWO%pN"6 _2ᎻJ7ݷDOaw #K0rqZjzSRōlO q:4h|kDhImhAtۑ.^="[m"!{™sU˹YGF97xyN.rEORdv%XKAg^%PN\Lgc;egRF񇟃Qqk'fqΛ/5 ҁy]u^gKgEbV_D˺!<6`,O-!"JYfvڱk9~k{|$ⲅ΃c곺Xx9~W:_F|ڸ"]s/o$.`ZZGoG8,͐w oxӣ92hTCapj&.f%)[6`9Fv Ae$_1{&\;W KO] vecqرݸz|79Ā[8qh7XvKMӤ~ӷJNA0l׍S0a ;~(C +ׅw[GJ3@}e-&-Y~?= !Lf|Kēg#ze2KTO!a4|X(: H *1 "JDQ?М]ţgN?D49OC3mx!@uo9- EQo6VM,K0Ye hCrbWLlħrӲ;dSOu軳CkuD[PA+&kRMzG5u$ͫr[<\x^y٭a4(.ow)jNN  N#+r‰^iѱ|/w403ܔdsw#H~_͗;~ BBԒ'P/\6_>+ P4u38)n `:y 3؁+Y)MQxG'|7׈bIuP5$=D$?Ocm]ٙCbHC#h0ڙ™ɋ? Q[m}fSUMBiH]byU鋴ǿ[ZphLQ@Èɠ9~)M 8mxge1(xzÑ= VD-G)MVA- v؉Gy+0W+28#[רءa$Q>}sȝh. %ut.ȸA:-R>9]z&P ÆL ~; O,D&m만 y;P iZ➯)cֶ!цUūeՔMCA8&2'4WZ5En҅D"殝o ?ީo閘ԊQo8{zr~XW1C.9b#`-t;B &= 3I+a8]anf阦% 㤙9MVQL/m[Ek5)+ti(H|/Ǥ-G&PX tlW;?78wH* Q&npA[ {e<[y}ƣOɌ[p0 Q*&j!#,iSx6f;-nq*8C8+`7 Io&u\nś>S@-2TZ~O2/2`f ^:zZ[X<÷dݾ+duv^KvKre- ʩp>9]ZQYF 01 4vѭa+y7"p8U;ZcHZHV>r2m:jbD&znTme6 k91ӳ<@^AD벬Yݝ%-:J ‡!9Bd"(>ro&}ו3RGd ;; b* ei_gk&6lz |kʈdO/x}IzߣP,vHg".s:6?*0lvz˵xIOXU(=heʸm$rD`7!an}`$X-yҟ0Y pЊ 0%L_z\rh0(+_=NH~YUgo^|hWD~FMi .4+FPP;ƛථU#'Q;)Mdќo^jo|W^BD/(ݜl4|v:BbuDj Ixw\C}ߺ dԻ[ e+I?+:v!Zr+nᗄ(-T\m?JYa%jYVPnF8yRYb7/!E Ia:~_tt*(ʛ!$]%;1:5΀ڠkPLz-SWT%EW5GTPeΚQr÷+Ȁ*&xa.ra ݸyJc'*i|KdQz^&Sҡ ]zRAhNSޞT] y>Uw./@an*PW,;* R L&Dچx: ʧqb{ڠhv@߂ jY1 ӰϿ{ jrzֶ*g$J<ͧ,}د ~rfƨP5(;IdnsB,]d(a"pK2׉฼Fnt 9cʇ1/B(h[S٫RYT w[> Y5O"/uim5klltq5j۬o%<2v4H晧fW174!os͐qզ .8 a~z {O&OƋ:I*- >xў?x(csS#<1' N\#~c FG< ׹j޻ O2x~HC6@p6wj\MjU`u`Otx?`mrepV5N$ˡՖrW-W ¦qر&zr)ean.@ƾ+QSoh ywAryݢ((ZP^ȰCRL?W@"jXl`ۆ~F` 8}D3xЂԫ$l49Y^\ߊV?} ~qp➳ϐ1HZ{ƝPl^KFE՜k0q%mz*x!B=+B`HЮ*귢m#<:q eZ o Vhl-}zbCiӣ G:ÛLֿC<RTqhr ?yv,pN,#q" ;(+-bSЄn劖OP'@'58EEO3OZ\]POyq'q.8xoƪ}"j ?V/&b(-WILn^lѳVVS0PdXQ`ra·2F_n tl&(!k ""KFs6 z d-1GפmbȖ)hbGW.:\H6{ nBbyyN~YWgϝ S$W@𑕱 &q\GBԼC֎ki=H;*nҬ:jVpu"=6&YtPK:fxFnQ{3lMro/4SC}vu]4:Rƒv1?Q<TRQ^%+kP =2Hs.xƄ!0K~Rrϰ ӱ]tZv2`vfEtN?*0tXdDz@i绐$ B%nEbCD$a86w3c}*4_mM8)#$9py)< c]3;5VK)ѥoV*r§aC,:ИT!X˝x$^ոHϷ8@^[ 4@輤I e.NOщwo} @1gn/5}썘bYR,G AǽAf6bZN,9 Z/3HF}5Csʍ_nب1kiϿ&Epޞ ϤED"^OMW,vl#meI"k?cNqxT]}^ԮhJ/~/֨2/B_\p&H't/`$AT\;Y$g5̌D:um)O nc9qoGO L\YR&}6jQS2v2 FXY{i(oȂ5.glw+^=ə| ;i]2A676vbfvDY7*IFo*!OGw.~,pr W/q/ȲQC ֳMR#VIqY~oeiU 1"w^.ˢFV8V\zBM~9Z~4~YmsqGv.#ZeRL'ϡP ^'|j;k4o歐AFl/8UpT0碍~ey(Y}2C=>g{Bd~.mf&R`@eWܲ Kșj諊\ީzsBXR굞 hgihP}78217*f!)xEHs=?uqP%j=trTĩ)O)F]ϻ a&V^kĀ x,+g{uf}OK"gGojg}٫F/n )b>,r=aSd\~hX6AXLZy\Hdea~ ErZMϐ枘9 ~s֗>)v3Y@nxsNĦ;y3ެ)ǣc&S4W!  V^uʍG3v2 &B!L;V^NU yhaWqim}-0ui1kf-^ kGXW\vq[==Y_ѹC o1$gX Qlnվa=cQd]^Q.'Pv=5%(_ 9&buwˡYбZ "h=xcqkWXXPx(Sjzfb! \$)HC q?OFz0V {CXhFqVb}} @+q9eJNZ86m T1"XrPWӜAlj`6+;RG?L,̫/)?lrd@-f̊д+ n]XNiյ9E1ӧ>cw6wQx_MAY;M)+AlySXـݯK1 'U +#*и/B6<|[מ~WGY+L&sC_ ~85htN;YV$Jz%n.B04UCpCk%)Z6?yyV̙7@+9s݊5ܾ"#cfɆƶCq=E8U3(K̉4<15't.\Z~{>rWH ;TSקȏ煬`KO)R7~-<=?(SnVg1Bo_s iJکEjn O6:cˑ5Ӯ_ޖ3%qF85.H.!?웞BGzSԝzi\꙰ewAFdY=ѭcIЭ0g""D!}<)aЏ*?e*Ud^ƥQm_<#T'd=TLVδɍ8,ʱ$o:Tf1p9E *_İ/'Ҭr hQe3/$SY;2ؚ*ߝnzNMܙ{Vd v8^Q,i@-cb9{= E0zNHA\5c߇ 2H+4Pb؈AzHR͗in(rg t`T\6^\ x 2+&,3U690^95)m@<ˬk%\'Wa`z\+_P F]/Snjobo)|\d'CaN?e4ׂ70 &V?緝`F*uP:si3q'ִT8ps]HimQ>A*zn[TI T>ڿx5$2\ҔNj0y= &HIfE $U-)bs!ݿezf3"qDdi8F3䋉42€aEJ1ˣ1<410Akn ,·):uF4 v6<Fye:(bn{Ui 9$:>%ބ\u J~fT^ hq5iSr ^ db}@670 .3ure8lҙ0ʦ</N㩙{(pUcyz;Ge9a?Ӑ3*/48o kS9\kB Є^9#4{IˊMs}_خk%jmtbpo%VK '7?EMgǽRvCxúFqsvx]VEOnh˵pxRiS}F\=NJs}+v&}7 %6! Хgs LN.Kg-mޓ8RN9/ͿtAd*ɼd3cXNؙff纥G4xla5aXor')+a/N5Z&uHhi噋PUcx)UߝQ3Kt|G8D5-q>D'`U~[}cZ7O P`BMCtu#2>OfcM}{E?uCD‘Dҭ9O_pS~qWŒr ,2 h n8gl^{vjjlV,-hj\6Hx"k98%堾/UQjLdE8AwDsG)cC`y_mn?xfUL\YmY CV0̋EʁBŻ!ώ0}- R U| ̌uݙLi̮v(H]T4aKȦ @ƫUx0u SBhqǪG;Z{ 4"W֩GW^#$\w\G@bp_ȹʹY/>:;ë|[%! %53ݜ;X*(S(]r 0E&|Y9 2ǐ{wHKm>YlV@,ɆܣӾH((Xmly!{P/7C`6+vӆC贺$i^]sf@/C*9Y[Zz31K`pJQq'b*N^|6kCt#}ه9&9 GblzFrF3ĹyQE7f(Vyw.,Hx~wԋb&g CA^5 0LBO/ $8&s ોOl~WhhO$kBߥYFb bw*5!}i.%ι QNLZk|i)8`QXbԲRPZ܋ܰ@ʡf-CjY)O#غUcF')ghn:!:yG-s=mX'kIF s,@~W-*Ǖ`N_]h¼<d|;(<^4FJ,eɩ(G]:f 6;~Lc!0zuBDRA>a }R0Q!ɫb@i, _k—^3H˺ebT1 CE8DuW9`eCt݅+b N2^l="C@c|ʧ۳9l̡jj/4&O?|PSOY J.PX܃)h37SmL@o,BnThRS7zN%ƈ6 # ~btGwVXIꎇczrA 2?جĘ+mI)4eÜԍnso{*46^ :s+|8!,EoQ}r~>b-?/vkH}19^ß=ԓ+vjz"/Xf0{4ܜϴ4VC򄏠IwifVJKDjFynYEn7ѵ!ꍖ~m*pWED-:qU/`8! ӏ._4kFAu"i3Lww:mWDOV p1{3brgnx=i))fv ^; e _lxC$UF6swr"bWJRB?V*/TZc$dthH{jR8(Tj?CrfԮV';)uQW7"Páab0u-; r2iɑ@738^S2=!y~\l6R>@lkך{%{@+xJA/eqF'mi-{Ot[@Z'\4nT`|fcB,| -3Q(@ G =l&ATk<D ˊІ hn=ĪO_vPmdwɤᆼ[uuqpS[~-JCy!+TUĭӡuoIK#Im'hp_X;A;Gf dͅ9?z139PP{Gybk0=ry;'r;fz}tzyT;z+SdJ 5:BB4: AX iSڛe2AV=Ӕ r 3=`|ۊB@v7;6x`uZ a,,D <->A7򚛸YBe|cZ[\DdhCe;"zi)&Ku hak*L-3J/7;PlC?>*d&/i*G=[BH+!pNrd[& ]ʁ>cbg% A?:bWs<7?"B []/z47SUӜeDZctsRnCg عHKxⶀߧY ͸TքaĨ$e4g0CuA. \n©(;ӾZA\&7q|z U9NK}-7DȂAt/C7b})h5i3 5=N7T9]0^ Y!E*`VŃbaڸ}@bOZa!U&U5ƛ#T8S)̵1.3fu.l:&mڋ'+1p ayi,;N,"(~9ajQAſvuP uq̀A1LnJ3 gDy_ACK2{MȱX-Bg!;u;_2hzA5!t;BkGR2JmT/G1Tv#AyRϘk+Rw1%ig' Chf;DGDLk,˼l)wj!`&*rA' P !#KZ"1[&vO<-Q‹Uѣyu3 'IJ 3w.VO$e[IdĔg6/+>Do+Y>{޻*C=M+Z{f*->kee(-. N[ ԰1~icG  G.esԑ{DK?#)fs-D.-CT6$wwH#+3!WMvمcVi@}oH+; {7[Ύݞ闒 Gɮٻ'%66;ۢj }mIN]:P?An2_{@jޖ~So胱 zVV<0I>Ft:6ί.k߽FzI?jeJbu!Knmbk,o!N#(\ɼ_|;SȥG370Usw!;F%?S{X)fۯ_m!0uڐ\=THsz4t:[iz.䗪~T!3>nV暎 8g8zTY``,weYfyJ`3:'&{ Q`AMNs Pגkp5$N‹l{qG"cƢ@lT槍? kpHu 4@P- c< ې6 ?p9iƕaEN(f&&ҔeeGJvsݖ\ag:VՑ怕wוD AxrY+޷|ANݛ0-}tj,{㧨ELaJ!,<;Zo:-%/Zdt +9]WD?bki~`CQ) i-粮_i% :>*glnd56.MpQ}A32lIRv|ĭ/˄}凱Tk 0# vϮ"}KW0 ѕbWAf c13q/+,QHs)c'P.1o7]m]ênHEW/i (F +i> I9[lelrVRB |__xu*DD2[\ue !3rm82/r_0>}V>6>34(~lBfTָPfx[#um*'dn\L.I0Q8BSvFMJ8N?HuF6 f}ܦHe* aKdy y5G{_[d|I *r0yH[ʠ 1xw1:ǃfQ&n'l'Y}*2\ǽV=e afZ3-MdK;ʣHC~bIm^4;F/@6^EX'bkȡqJqxw UK,w=d A+)}vŇʙ\c;3ؓl:3LϡO$wReu榹[Jg[c=O (!;Fx;αƐt6=&Lqd` {B+{M+3eU̺hN). jeAN9=~K9Iܺ%6.O4U v'Y ^F*گ8)L䒰E\3 T5kP``kI%9h'Ji `1a-,o:Ns֯k͖S_}6>3GU1>,iVs8/D9CNО7*bJI־oY㣛\NKnp%ÈE덹G3`" E@ vÈV꫟o%mT32>;niW6,V0CcL{Ud|GÉav)~yi;)9qRwRiWgvϐq)";y*?a_TVyR;5Cbw-S"sDh$HV;U8w;yO0,)z/0Pٔ &ԶRӻ*`(c ^I/-~XK fʂa:E$DA/T ,ihPudBƞeW,-=BOBHY˥ T `SuCMCTR-B~v<sgqWȣLQPQ\"˵#Tj(0/HB;OحA)Cn]*Ns̰A,[}Vc l`WFa8ո|CWlOdp] T7WW1?1l-hhc̶XMƬnw+9)[i5D(W-bQ4R)E'd$?Msg>,(x\Z$=g(0:>d`e 2Vm*P{kCŷ O[(YXVPQ~0xqz(vE=qib~Xۤ5æS=t: ]'RM p2w7w'TMs~;Ï޳JFHj7h1Zh혨##5E]+q3 %: @Yɭm>szq=g3כZjZ [Tf8±ESEw3LX$%vRy[l>rP z&Kh],D rBq([S^Rafڹw_{. 5 Ѵh|xe{Ϧm5{ ćm[d^ XQK8I-uvy5[7)`ÐGo]=?nF-\[Q& m/LfWlȍov&h' B |l$1ИAlC߼@)z6CmY.R V}DEA~h [Мn"|&"N,>|::zf3ԇIG|ʑށ#y>Qn]Z4G*@ }%"j00Egd>ƀ40.8j(ҡb4Tw-1{Ny[2" 7pKߞ3R±լA7Ƀ}ܻ-!RuA W;^.ÖU׺:wc9i 3/ƙ|c8d 1T?qț}$\?k|vqL`ƓDf`Ë-ȶֵLVfml Zs9LTtkWNrf稳NgHd("$J1O۾_vÀN1>>j>w+a4lZձ0[LӚǂ[>r=&y.ic1EC#b!LHK@{A.>e2>?0Y{;yl񽝈UGò] `Sj˵7ܰ:Ll}Ve ߉1Eho ZBTҭlHa+@w~*y#&٢ZQMFQǔiuqrкIJs'=UtfQ? ")Ɯ6^[Y]4u.Bv\ML{CVޥLM mK'R,&2t!5kräOu54|pY\itHWxvdLRvgue2~(_ظ(&KȶDCIz.S~I!PR&yV0z QwSwdjp<ϗ 7jQ͓XMKV^,ŞmWtVrwʳQnNuEJ_au9&b<8MB8E{2ՙu24Q`P 7ns_,%~L~FOs23BT "3m$v,VMƙ>ZǶ{+',Bs -WK=Qg?꩘%7X3=EI h zn P܄+o[ALe~4ǰ9h=ۋ模~{JxsQŭ,@#~xiMkTFA vr)4P/)7v__CZnHJAg-Yk@u|r>Xg]p*t<#nZп =3,L P鑖"!k06aK;-n)S @x$htU׵:TJj_f0Bbur#Jk.[ )K`S"DK /i8`7:+&HemZaU6@va1V 㿛 Qg =ҹ  Hr7Ζch |dV<dz=)VCJPpfJD A7[?,_;""yX TϜ]ELvQmFSVE 8lcgRטdsXsǸ8u $`3WHR6'-2%+$Nּ!OTG\=fqi?bƗH/y\uS3pHӘ +w! EӋe'NR/ZBiʕȥr۲w'HMF[9GTI>)LD[_R|Ђ!jp!Y-'C䚉h?{!n\Tmol$]9I'|m#[Vt"܅Kv:Y;Mpg2& <=ە̹Ȼɻ:HM;H5Wmo  Aʋ'LĈ~*O;X ]_'G4e;4%^4)n攋($# ]wa֖f8{6#]y[$Fڐbf|P=s"L^Q$%iK6^H8ٚܐE3cUo7E/,o;WaV7JcOYm|Plx߹};AAa=qT/rYO"zY)Q[6%߷uT#ݧe8zXxLrcIc"~â߃\%k @mcJ*%sdz9%M4ft]>;Uև v.*C9YE'[Et D dY"]1P6Vm=9N}qȮ'h0kEaj oEΫev)cJ~K*&0:9 ' ZɨP~,\('B9FʍF.hir`JθHڑpms]6ŗ%vrZA.CJap=i@~1h)XWpR5˜l?\xt tUEj2(3/++43Ԛ^FGhcjֶKlFX,諄ط uNpʂ4^!-}H)R\JنqNpXTp.zMHc@|Nc }~߯Y&TE0IvQ V09k_)f$cŧ0ʫ>ƠGibYBȎZ ׂ PFeMrkC܉T,g6-S_&:C 2˿Rw3NKccL#I,XZVzH]GFyMhǸ!k7ﲉ+c!o|dt{x/`z$h]j oW<"ΕW IRz~T>[UC9v!Wgav_4-@}i&CU.MgH|,]286m#;^KC'd3,~ɀd2*a>(H+_%h $kSR%}3 0OӺyT7)DBoQr@& DqMűA=NXT̲d=C/ qim?#8J+գ\JG^*SoQ#-0G j뾞v¦[lt'3P2^(_we#-k|Si*mЭN`s4ӓ|F7QNͷ 蔜*|5/ x4b&wޗ*6Ľ緕+ PJ"> X{ؾ=;t&DmuG׫^:W\҅l  gIk[Bֽ U8CD4[sk*:.e"Bzz_"m; td vzdOnx$ flI9'qXMԠ2Bzx X9!|VvA `RJ˹r-#D7Εa$h=E`֦T{t MUWc ׆> g,Jȧif16*5;‍b83J\ss4ŽkD%c| C-mG׶a5?lp:9׏fZoQ2B~ !뜩߮ yE#:76 # M5{&%y~9dմԿu"iP.DVAP`P[>&W)Lqo9n* f({YK+׿[/27cEӞxe{77P5x\^ACX"U]Ӵusܜ'n,^gwyXsaʽ\^MTњD!8'?ܛ"0== .&~j :HfgmdZ!؜G5;i@]b;QJF2}4YXha*v=B*%d`^u!(_I7A"m?~>p`vO9!@KeRB&tJ8F!om.,(2A_9 =*k{c-]i)zҖ,}1T+p) н_ ,яqձ@;cASU'돗un8Rmko3UuEEO{vZȥb[3ZXײew3ADx;364X6C{}fbsFSmo 70^xK.Bb'MU>f55=ѹعHfm} ehǮ2~*[ 0%s$b&/koq }{V 6-*J֯+pCClP2OOL3My@gc#΀"!j7,Vp UMQTieD,z 󏚥j&(|\jHGZ #W*:^8VQyK,MIrJK4`OuvN,9e6VyE݌oaHذH[JuCfz;*M>oykeE /x֭KBe6Ck!AщY0h#TY'H0CE3ݽHPg zjEtB$¤LJ`TSmKv¨B*~ٲdz$oc4vhwEFQxb6wnw1þfgm}UfQ/)8>?&,ot, ţbuߓD ?ɹI/8+ƴBLzUX9@5.u41gAO>tUFp 8RFys[|RwF:׹ӓ$` C ·*P![>޿lSUf5:NQPxga3U/.w}:iZ6ĭ]M.xsr"ZFD jlb5O?V)g/AMbkG:1d9Aː}! UI(<_SZ,*D@W5? vFDPiT*)%m;SjcV.R z,;̖1imkZD<p2 i?Q9y}R4ʶ2.yY.h陖8 i /[Jpgl( 8SR<׿<͎4(0'q=R4`/:;sm>L .^G@88∎|>no/L*-vhkA]M.~p K%9x+H?t?މ\Y^W6cfwcW6F,d0@@8Tw ȴ'h9} iYn^*^|oV%[?Z0|e?8-TS}T9̂LUW|2GOyBSꯧh.9BC,dW%GzYO(Y@uZ K?]0XBט/=NF{o'1׬1jV0>D'$#O4p"7k.lLJL_ +i?Pv  qs[ZVSMˤERIڝ~D+vl-{B>[̠Am~DZD9ʾ&#4^{A(/| _r Q2X);IX.E _20C[9W3V;b%iabQb^Š/\#~'N96wf*AoC _SAXP:42T_6ϛJ0ƵXĥB3 I#E W)P9o–ln]bK3KQ8R%0;ׅDtqԨM-:JXINku?ye 4x7!>=99jүUɽA h %wOuՈ&y:Bwu.cTf ;Rvy[غl(-;WsH<7^j`#Xd^T tƋ͊h_Z)~mӔ;nf.gvO1rL|hT uY椏*Tf !B6yME5U1e;BKƧ+r1ƤZQ:I[.p3jh\ -"k`b.'z\N٬|8l6Hq-j+rv*K'Wan{5;@!ܕGiH>bbEYNk=A)b`llo\[þgC7i[&uCX6V焟5}14_M^.l^`Q?CW_`[xqTt7r5/HrJ^W_,!zqf8`p N-xn2Jx)6wIxH@r%wws y?_NM *S5R^Kl~ی0kF1Vʊ--8@xjxj 6oOG P?,;*.M&?0$sĭCynLyD-w*8WH+eK]+' 3mc&< (ɵ9S&hU7&\Nފ_u7?O0k4s)4W)YAVgt9 }:8XBuxMccBd}z{^~mR Y߼6>※lhOhqU8G 0%ukelllYT{GzOm([fTm7 UxZOi-1wLnVi~`\Aǃ=v;dd>6݊jzl󅱠yOj((%I=dnlW#SIC*.~Rq6?@31?>͵@]^,40C =`-Rx ե@r)ͱ wbrnSX5G;KfVy~io8[O?17Cdsl n6VkUϰpASD}ҝ[ ^g cByKqFp?wO?RgQpyzh/Qjp5n=ɻj6lz2G'jcO}2c," #p{wXxffnU#@D*6XugR qxU彛R]ckN;-d.pE"jYY /͠FA)'?N"+ 8s'$ :Z˂_I1.]KA;]f[DozK؄qZ7<_EsM *9J ןȖtDeVžo_eW[˻F))1 >IB[?CMc36 p~ka.aY`24 4᳴S~%~ʝsCr0ź oCνj˛ٸSl?K4@ͥ }?^fEzS߈i8_ψ ܷ?g@8:zVjk/QbETa1a:v^Do!^i/fo*bui+R]v~F=5jkjʇD_wIl7heaZC,g\_"C꜊Ub^}Ļ3H, xo~W=hVAV$4t0BWd!^WT0襗9"!t /i#2f7V~6)Q$5cDXfc~w<>,]HwEO "$]iv7 Fr3̠TP MʭqK)8SDƇ}ֱ@ʰb>STz/W.-r褔؜J'zL˰:l>}!ɎS{DNlzTBh`Yx< g0rXPʛ֊fI]l n o͎uZ790+/%ƃ?}ulR/o4|[1O#QKl "( -V8iL D.ӔoJZ/آ a۶?~y @$y1j;߇BOq7oM^{ xomWշ-S Ua9y ^KnԖެM3?PwfHShv-z[[,.ħ#%>H<ȱ_۶Ciݗ| 'W3{0}a-n$#{+<T;|3UqMhF!9'{Է]]CZ\3(C@u֍M3M5r^ʵ tkG9<({"9^݄5@`9r˼ w?1<U߿,QLO|6JlpLMjPC*. jZ U{+D 73B\ jj8>M_9zG$\_ԟlj915^3 ލvٯ5ldLbZFa"'ZQ>2wtjG-}Iכw 2Rˌ`m))T{ 'h@밻Dt6n҂ji{mŧ֠h]wRץ[ODMĎGWmjqda>5pjv9UHErc7%{D6S( >0qɥD )–lt.cu9%-ANP0 -ǏD!SUTKm S1+ʡ/}OfՄxz~d^c;!/YSvbZ\ʬ_9W^x|`fpp&&7FZiW{+sVq-^x۠lj D۵zR9yQ yǻ $ ,=RrX{M귍n/TlIZ97q\:6l!(VN9&ciB]+x641C+A$ 5 7_OE5ecL!#uYWV$5\vK$uope8%MGnUzU\[JHD3_,1KXٵeSdy{I?9=" j*Ax7x]r9`z]CC+1KL\wo b;Fd 2k4Z;9 ,}`6 LJu@KԳqcMDZ ־ߊbi Wxy:*m3D}B273w{gx' zVntz{?FyI'&>z;򫛀Xj~t|nO_w#M|4_#7)ĕHӂݍ7\v.y#kn8;F'>/M#TA[|iIU<;_Ɍcx~8^E ]BDRIՋaw`m|78ԹGr6Яn3:')8P xOVUԩ] T߈ț;Yx~܊qDr\ǘ\E :̞kEga>C'.2Wl 7N}Vؓch?O& 6$4>3`gY0 &ejs>{g>*C'5f}b)_E?kۑ"=1 ;սn"XYAəHXFm3*46@?H[䁌7=x3-`8AdL*4a8P=n6z{Y|tj$'$ G Q6UvKN^n;G:I⩨$7A2013hi W2:#AlUlvS{WPo\CŽ$5pynI[ĈK0[t lԉF\bn$+a ?s^1a}Oݷ.#y]N<СxO' ۘ+Q G 4C=O1kats-iZ_ oxoD׉p<fy6a"2 +U߲CVGS7αP{PϛDLܣ--LУD&c V~s̰Za4}%RR·H/͋Im~CJ \z=$ό~&vuꇷo9ʤ\~ E=u (H:k7=@7Oe_> iC?N#-:@kϕ."D?4>Kl^袉-Ay H#X*[(k{x ʶH 2#v/03e9(&:h&0Չ.>b;[V5! zeh% ?J[2NݒHG4ɒa_E Џ@̝JB"/AT,$g^p96V#~Ƹow7Las*s<*$`} ˊKXb>L [`_#7NjZb ^"܅a^PJ0sԮܛ ;[v&%l=z`X*;yKJx32 h\cU}71>M1o}#n qSm?q(/ҏu|P}9[NQʤ^"F>}ty *'v{q<<8k`~AS) ?4-?3[lZ,Lܦ M)zׇ#>tt; ]tS4ҾÄVyE62}NmWe,<<3m0yᴚe戶{%jn2tr?i 8ٌ{wԑ_|XW'!o|. z^\r;<`ŝ^:erXsԒ"GwbvT/G eft wwQn.`-G$(<0pDjKwوiCt5gjVNOWJ "#v O7;T3KT"T!Eq D#ήg( qJ5?"ucF/ gJѯ84&45 -Nj,H0gO%}Y 3PvD @d.dE1nSzl^"'{/K|m^%ШnCf- f_L]i0l ]Gˆ'j¯ cp{*lv{uWEJ?}BNml]3*CU7f? 1bXhAWGAt1 y^WThwT}xA1z_|d]087}B=IqUL.FGK5 g4t  `MwSp! 8h0kZs6G++ xo:f.oe_{"+Zz;w[y}6B GMMuا5<  .*-/,\ pz")yT^جIUY3Kr>ݱ%3&֧Üc)2C`T?N?H zKf㚮~ OְV.aL05F̏bk.K-@,ċP+}\͗m iۿE;zqr+w(6F!cMMc^,hPeq =T[Pˣ9 ~Q_xBh]cs3 8< ꏞ=5.tM*͸n(]"VKX\BÏO]n.Fͺ'L-c"ۅTLcڏ ߒCLB7g *kż`pG9c G<{/]%܍N$fQ8-| -տ7J~S:͖Wk@W؋^*&j'u5ؚw .iRɟ2\(0r(Ph$Xh"T|6ڃ\at+u<<;QNiz$НHMn`hD;eX z ef.?۬W"j͗"dZGŗ*m< ك8n%\ B lFhQmbc GR'@y>vc[QPZ"BJM %o둶{XGwvn#T3 }E?__GJTޓ(bi:|X|ƠDIywJښ#<3!:k#ɺIUN!CNvdm8\H,lD 0d+b*y}(tU3j)eMVˆq)!zvM+q+7,thX gGfԪ╨W;MoiKy2vu+ܒtzh1wV޺2:ͳIտd X$mO9.Ha!e9]6ҧٛp%}2#.Tf{1"u4qu4J=av PN6ˁ&=f+@,WFw*C;L/O Ejq<4ݤ]tvR됑 ߚV ǭ<.#BYyB{zUZ٨83bbܶs2R㍏h67ޮF<CN ^GX"QKoR]xpw˶oqlҫK+75YK뒺Zr{e16U`H| bNO=>>3Aܡ .}!M&S=I'c1vߋF֥vD\J 28?ꢝ`SSB-&RELd]ED4Nw<.,{nnW]KVIJ6ۭYLŸtUq7s%Ƣp'%^ݢS̚i0»9puroE[OJ#_;DgK@Ԙ6 ?'5L!'.}m& ͩKAhh%&WH'pK/Z΀I*Z ~0 >57/]~eId Jݮc5,Qc^%#}D%jʄ?8tنP3 N~ݫIU;]$D@AW{^F&c#$k iOi7V`a6%Sq͋u_+1LT`z='}OJoli8Wʵ&谉xѩRg:71+Vhazak-#.5P_ܸ|F ۽\R;P .#wzLz`@Dh*5l v- r`71OWr4*,c3 fL]f+ WeK z~^"6Hj|v b/{-iP[SF51 $~qv/ӱh3ֹ^&xIno:ou,7=qkWyޛϼOZOkc۰ \䉷]e/.[5*i&@iW)P g魓~GKhN=>HHg xC;Ia  =]x~g{|7 o#H1f.GrI}}eoQ <@ M.wQ^ݭWuFl. R.ӧOi;>b}/L8\t#Cb;1 '7_?'!k2hoꊻz& Z6_ 7#ӏ+ÈEphn|!ąaX.qd 3Ibޕ}:f]C;n8y<}{АyEB{(,gtbv_BomA`l,'<O3\"aōZT.Y4aBa!`~2WI՜ ShY`j][ր8R\(ӑS~%L1sFZ`/!'o=n[t۶5v!Ј:DWͲtQ}J'DH;x?v^JAE%guT.Hw ޫ:nWJ6xxBwU!jlŗ&DnRB ~xuCXepӒ;Mo/u.l.osh HÉR(׹'#X?MXO~\O펢c1Tr=5$v<]4:}o>cusgGm/3MN~ ְm ]dq})ШsJ.DOοK@Mcc~T24s:bn/E'} Un#&_~Ȓmw1VT%ފBV5BZr@Pij7HlbA"Paaٗ{p=%ElS 4fo Ԅ OU|0E܋ə1ؓ"`kز8braj=3u'+_,&xF%QVd7~'b"5j=IEw7 fGmlU|Th͚cߓkg FNsO6EK_49P uZ;fZ_mhDMUËJOFYքKdJ;Ūs([ Ti=A1ӿDC/lm Dw@VRӑZzטsriM*NG4z0F=< $=.B%JRoLEm *iۻ#ֈ YY`噣j$ڊyoD}kN6Fw5#ˆuЅ\zwt>@m{g |m(D3> VIfhs^inneip) 6uO;$]Gs%As`V ybq[Hh0)2&#1&=\:O4(0b lƵtB,P1DOXذ*v)pHS:y24$.̋Wf\:\\G/+j鰂;TYAN̍dZ7hKc]I>M&z r388ϭ̯1"Մj^zv0 1ɝ!SLã?5}p>gr[98 6Ӥ;3Bj }2@ MZrBx[YF޺APPkdN{>YQK~uzP67I@k< -8f#2cׅߤ>/{8iՍɲ{gL7p_ȁQw?D)<@+ IǷ#(a^ƜELT*MvDFu'StgXwqWBJB[)'ͧ_Puyoe,Ÿ`mv/7;J$p`HUIBƵwFTH㰮u]bNFvrUSW}V~v>ToF0 `;u44"0:8ԣc|bUķ׈hvquB&V,~͇Ze(5d?<#xѧn6 "Ao%tӡ~v OׁCmнIY|&ζn|H^7[5J\D?(Z;Xp+=pnԭMDbm;6'F=}}ބ-.)Xō'\ħ_۵DY?< A2::a2LD1pԲQh81ys1dnqR`hj"8< ^>$|ýcDk`r.OTOmBJ/+uâ1ՋxKao<ڪRub+$8dڒ0l;a*V~?e{Ŀd b-\Ī4Ld_pDl2Y~rY##;Ԁ' NaՎyBMEb NIo._ꐠx(`ߕ7BӹJT sY3R6MK}:0 q#ƨ N"<9}pR)2Ќ͔˃H3Kf۸. ݁k*B."eVqR^i{#YZ9X?&q)j"G:Jn߅z"ݧ_(1`Wؽh_7HO̍oЦt'//d`gAGf_+' 4B:5i: :FmCáwFҊhm-%2{2ʕ+eltx 8M!At>E+k%hJ׆ZD[!iEĺO8}Rul7V@o#hjE Nȅ,xDȥR.UM&uWW2vמI-"aF&B K՚^.H&0_7ԟYmI嬠7dCoM4ëzE´,ч=gy7QP(cpXIX0W!MɌS>(-H^Ph>~dHB5}:˚޺kTG##­V(|-_#YrM'&~) > |l4!# Yqs71{WB6R4%TBzhif(-pIj V`/r+ۊs1 @i^xM{Hi)-n7/@8IUQ Bzxe=7).#~6T #䰌Ffq&r wwwbJb]"~#-"o+O:f ^#匾1EruBNh>[-(rws#٦Mݝr2PLf>uF{dIqEuaPҳx=r?|~ol8Ar.V[ irotfЯD,+W5"6N5juj'dļ"[ʭR#&ߍl)H~iY 1,,wn_VgVˣ͔syYMv եqg vh/o1p #젙9 JQ8ɄګIzqq;ßY-V}H3 T5ãu󮋁oV9/^5 *1ߛT\iƑηjm+CS@] AIAJ_km׾{1Ek 9Qs('QrVe'Ns`6y>8ꃅ~zC|GkHO\c+ҋ 'Oq? v0K3G/+쉲D J#vDZq`zĒ0 U~C1(q]aݔ t6E}k,I0{9g4Yuͣћgzuc  SMl\UYuʾDIE "L tQ͂lp)iף~28nTy8mե~0š(@\Y4 xgŁIKb7(sJEkN`u(Z0G<"xg/%^J1̽Gx}PԤyceʵbk`iR)vEvSCj>apAs./LY%1n\f K +` SHab쮌KN4{R޿[klAԬ}V'u`ّqX\9]c*-!~Li&GpPCũznJHٍ}*,9Ad%Mz*'*>&06*]oaV,r-Jg . ć~cnIUe(9̈HO3 zfZvgAlc{VQJY _`;<[*%n`{ BEuBu3qDWHV5I#oH-Z!Ud''{Z>\#ѩ8OUdҮy^blEz<7Qg0s^w'rㅗfn6#2EbUeh(:I\) 1Ѩ| ޻m׻7i#*F^|N FyB-X#C.,5A=:Uqo.K,l \WGZwhby8lmsbk]CDR6X=At4,72k?CuBϹG)#.UgSP+Z'\YN3M}k_h=HH 7>`Ε5Q`޸MΤbZƾ?ȠQI H<ߏ^885c<*8)u>0ɏKrF\T}##O;rCjy kZ$>6kky9 0wL-:]M׌E2zM7e]mBj7bA,~ aP ڍ$L|hx`\((b0S r<uځg^0]J{y&nK~J=} D(C$ cjo7d&܊̖IiIԍn ۭyݜAcHQfR ѥv\DB:wVPqZD+‹3ls八,y{RE]ݜG =-TĉJ:.7fnH$u 4M_ѩ >њkK ÔFC%.Ղ32պIhzOe|ĜtO~='6*<`TQDHtp"4u~=ay%sz+="{ռHaLXK:Xe*닫P X҇iTPqHw㥀n =_7VRJa|ঁ hHuğ$t>Q'*^lX4fW{ýpNFu9WUx97^ͬ"^=َG/B wEHYmh; _hbqb*a|vg@VD92Kfm~֧?N{էs,cI{m `+v8%pԽ35XRxwΪn?!kK.loOϢ`XCtHgoߵwwKe{]G2n EbZ2ND*>1*1uXǾF!۵ZP~t1!Y|G4A''cPL_wh|tK^uk!?AvX pʪzU)Ĺ8&ޥ0AW?a֭Y:|e %Y(5G#6lZ[aH;ީc_6]XG#P+|xz&ETϭ]ȼEy^Ha3 t V f ʼ$삻(AQG)曗!W]JÏѭvݒJ4MuЙ^O8DHb֕[|Sor85/Sx F L 6&m ->y" >o;[gqƬf)7h(nX}Ι?skY%.#N`G jD8\z7;6 kMqU_ك5ڰW?>,8|e(x< x0,,~-0_~rۦ97.s881j٬Rrא$:öPB<ĄVkQ?^ׁ6ޡ}TF<:8 ir^V.Q|dۀ*z)L &.$-Hjg؍xcdmƳc=5Ŕf(+Vwji3]iU%k{-yD߸2|R.e{oUD#m%{QnxLtqrjVi\n%oRQ FHOs<1 R%o6}DC3 z;gCG*, P  ZS?] X4aA J𧢊LD?g wST-H5fa e`,Rح#cљ&U?fl+oB#yo|$>OKzu 1U"Za(S6qA)={yZHR5nݙէoX^ 0pq@4*4:Aզq P]sɱmrB[e(!"`:3'َ"z_'2J㺿Sہ`lLeBP a۪B)@y>4u1!ԂqD6P?`Q ڃ~) F>3,wsc6.޷Xl=Ul]6Jů_ E{$AĘKLy8l>GicjƸ_1['$< ի`: LCDgzhw&1ub̬:h%t  :'K6X*[=PП(&GeB K^l?p%6*K}h7ce _ WejF Q,2`Z "W2uF-)aɡ'/jB yK˾uJg$Ҏ7`rzؚcj;tuEH+@T^In+;0%wxm4|>9[lK *wTQ \ey0q+Q6ЎhGVMd|1Ka&$'+\dy0}玷A1eDFLx2`H/1*u٥i`Z)ݦM.V@'TM H H8h_R;Е6PC0Oϲjj{F8/޴z':e1%w34v VRL# _;o5P$~Bctjb4DC T>͐!~F8jmSlc屰.P0cMrT\a:c4 \,-lnxzNȓ ! YZ