libtiff5-4.0.9-150000.45.32.1 >  A e@p9|Pk c6K~f͸P+c.SŮH'ߏ{=U DX܏~J>s]fe*sIau~ֱ+p@?d   U 5V[ q    \ <r(829t2: 2>@FGHIXY$\X]x^b%cdEeJfMlOu`vwxyzXhlrClibtiff54.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@¡s390zl337SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxs390x(@z @mA큤e@œe@e@œe@e@¡7)O@e@690e96e349638811c4eb570eedf7983224de7b6187d55c92b3050343817cd30088eebf799965fdc8421d9dc76b7ef3a71104e6461dcef305db1f8d6e5daf5609fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.32.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(s390-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libjbig.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.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/ldconfigs390zl33 16987429454.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_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8f7e386358fc59ec5f7a27b99f0df23cb7000420, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=721f8c5ddbb97c21550b31ba15a845a3cf178cf4, strippeddirectoryASCII text PR RRRRRRR R RR RR RPRRRRRRRR{"H#futf-89894536683364150acc455ef47cf571ddc56db574528e15e25d4387a452bd112?7zXZ !t/C] cr$x#IM-Y͡}MoPn0KR&h Km%GlV+hT}B#NM%}2!,Wp Zb.Cx~HSl{SSҫenx'…R]Du`զiieɫ'!gh2Jj1C[h.«oRR {Iq9 ВZч;>y*?Tdy"jIؽ;/I{Z e4IB= 2urz~i !pg {Zbhk怒ۏ;\,:IW̳~R2gFn߇i%sH8HjȸeRE{D/z3p/cW /},BeΠϘdƍySư==?*xNlCLf#PgpEu1v&ݯy͏uvºE1ʶALAY[ ,]jy$pز㯛H`:jȱne??2S]#U/KcN48;+U ;ڰJ댏O]vV[\GC*UIC`2=.X'$5C lZ5IlB&sc 6Pտ\v NY9\Fpѥ k Q zkM~MX)ruD.TZt8Z3|7 V,4;mĉ]eB}W@L1h893?9(KbJŔ#nٸ)sGmH2Q4&_VӉ 1h[X:6ZKlm%tv`!s90VkPrd@t3 Y`f^z c3-ڂWnmm+j$Y incDm)+:i]AtUjai$I3›Gp4^HKW,l9,/Ƥ2)[LbdMBuY_r&dMw̴ѐeyw3[([",[A\g^֙90[M~|숳ÊpZ]p!?2ϝ+ǦEFb~ai;zV I!_S$RJUo(^Xp@įy2Ba/Ml(Ŭ́6 ؗ'/dWpfߒA+i,+$-sIyeW~POꜽuz7N|>!zrTx~yM恒!xM<%oH,|TQ T$?t1nbATK1Aىqo =$AXg$jhbܝؠBR5,^~ 8Iз_M=d_j&bit.l)V9=[,Pngn(Tח.ˡWYK,8aۜ="mD3 =T}eo*pF-檎pI/C(y /a^C ̮RK{]I;PvXOeJ0>KJ$=J'4'0J8apIl'Q}l=HAq;08TUVyQfZ2E.%%ȡ ; xa稥 mVͮ '0y?0wɋumwRo Z !&a!RI0wYw\ O nu!{DUf A-9D\(/U \7PT|F(=!GinH1qbrY%1츛  _Mq!̾5@丞Ż0UtRY$ס[Smξaw^zSi~ŗG W-DMeO9y˰W_r[w⵩݋FVO`e* }8MݪQ4Զ~L#U9hg@Rj ^Evi-"AB߆b4Uk6ߨ@/y(]j&R{@ zHZcաyDG+,zn_VȞUVLK[sZurNUU E-M;E Lž%$@Dz6%gkq͑K6g}5m6q7ֵ<{B-UnZp 3u i\+J|ʲjls`y#ح*m(<[f7r6$&6\0ԄILkWayoP[Z,Y+9I|e[!{h"왵d,F.եLPaŮ%FWUM^S%zJG),ϑW%S PNEa!n(8dʼ7UmH&mɄ#;XFH Ɍ'}lxh$F(zUO `Ծ"DzZJ7W ) ©w-m07:Q3-5ri 0~l9oQ&aˢ޶TzUͳ~z_vH)fHH6W!O]~qAZHCXC)*CԸl8zefjjF_Yv`rd+ݲ_1xO1]I>kEgH:a&بYnRH.3P&ޗ-nk2̒>.u.|͘`/z|P $2|Hw<I[ /"R]4H',{w=9U7`PQAK2"yfR;Tz CbiNjБ 7!*<6aEKԳn9eoB H4OtʢZ/|/tPiYL܁Ǒ vo@ eCD`c>SRgn/o h6na+Aߟq5 [ol J/bh$cn}귻gY3^ȞCj&jƐ<|dS927ùSSgtpFrL20@.r؎pש:#W(3 wI ^@V_x+l$eDAOSCGiݠ[3vcPG^?n~R9ӿ+r.+689sDz!Gc'Kt[ 3x`ՍTsbZigP5Ϝ ,n'3fH̐M &߹TbQSFA"eAqϦڿKt m9l}Zlt}`0 PjP $.߄ֱQ)l 7A琚KP;@ IJExWe%zEop  XqЅ]))E+^ccR-!lf,C>PTLֺD)T\(q:4} kkTgWRDnBքǟ a!/JAaUHl!(P z-HjQ+/1",U|h'z&j,Pvi4/at OЩ[2lYPg hm }FwgTQD9W+P)]yߺk~[zUśQ$8dX%+_% HS̘실ai/3l)2;jI=WSHFj [ʺ&ǞB"02SVYӐh^=IUa&R\9g[y!@Ӈ?CNێ10^ ?3xDbT:Pxx #ED1utMoSпNw;p*|Ik=ɿSh3cn7j0s?-@ϵ?63;Xja3s]BB xW/4IB;/Rq xmA9cQgYjy|}ca7|"auDto!ByK FH?Wz2/PWlív)ɘڒzFsԵPu}-L$qb4{'m+e,½–d&ZW.hzHKA9'u;w؍$ouL߰h&d+rMKnt)xrZg;ٲku]qk UJO<IFEY4zE;> q\bo茁."H:kAa .=ȼPɕɠuJ8kKVKG헧v{S00^䎦u3[QO~2~~ÿ V=ě?нmzL!80L3J?_]-3+V3};Uf:Ȟk0m asgWtm/NFc}52voJ<$P41ݠ2v.oyC[q! `u8S~6o<#KFK2y\?]|;g{'|*ה 2{NLoI)0U K) m* nH?d?nHٮPmò5cBvOF5KMn(WM7[)cuKH RLV.-䃺&N .dd1$R%"kj8ǿ|< њe2 T ڌ,H„}V#M|W"&\`7-$Fy7Z]Wzۺ!5}+AF*YI\]doȒ~BvC v1xISl[Y(BF޲1O-m.\ 5ORȦ,9t e eVTîX &fCƶpV3W(0jyԛ2T;`ZЈY uK7 KKSЏQ;mOHj+p'TCkۻ#(ӎ{eP\XY(SS ,? /Cr9]5H6Yk9^sp}IW$CJ׼v-<嶹C,>3yÏ9a̸^[ߌoV^8剨JysV$HEg}^y=3S/[&tg)2%PFQ8=(fRK2"HM4)qTh~L S& _6 ( ȷ9W,e*֖i^UO>t#$ ^ Pև*Vh,z3I0@"JJn3\4J?,h63j |4hdƴׂ &|{bޝ7$ǷEC%T/^Rg$`hz o* {сRE1^#`1Hk>7)71Ub3'pDkE s#O2WAle"\al^=?z>> )>ّ ^^>UNߋ '|21{HLcS ;׈^Ov Tn~]z?nnjx^ E Zn}Xh֖\D-V+=31Sn< t\D5gmϾ=&T" ݘ(hp!lndI:/|u`DŽyZ(3WccN'Znp=tW(gtR'L+^DGYT[ᘗbI5iK-zrq5[kwlG'%׳n/2&HLPFwh~o',BJaθ#Ǘ-`T 4a͂|@vRYȶ3,>R`hh!ch#8>7 O^K!>BXfްAw7d1QdЌ 5JQq+L=|-C=:s,_d+d'ﲕ%5}Ik\큺Đ}z< C+mJ;Pܫqka ]|;7) Bbmӭj38\R_x̹KT5F X~ؓl8,ͣێ{9h8ؓS6T1~5'$z:?~}|:kms_LL>3޸dmu{C)tϸخI%ϊLYo8ɫff?Zuоh{-^7#!! #d֣"b4kfWXBe =)/<2XJ2OQ:vig+9f3T|[+J1Z:5J^Th(^{lmX1DL<|ވC'^k /Kqc!mRVxudp@(#aiڥ   g (S|X] }Kg ֘/!ޝ(ӼGqTw&'!7H<tYP3zމk^7>" h3>A8RmJ*1dCþigU m[r$=-}y҉2WyvcHrǂGjIHAZvR86y6cojoP0&'DS+NF "=\ij"mM]R-81+1|Q*Ň&p51x͐ J]Sv9 0{Pnã'Nw6ڃf啌}1"N! QؔN \"ے\+80ÅWR ~L[#zyL~nb MKgVJ\G8f^w=rfkX CG&]#B'L0H` PNk!{7me`Ҩ<*d=oDjRA8x>٫Rk=5ǔrru~,>l Yle&}&)'*],+Fkϙ #0@PS:LnEgKM%X-x\|u-L\Չ`yBfnτa-T~M@'߻҄G`|ᒨ)E8תsshEWq4Ki`t 3Sl4yߡ m<(t;0 5¬ސ+H^rO7fG:73MM>nG)AB) rq}SlTUuߨCA;> &P鱶rNv+H۰xoJ$g'Ck~Rh[k%nj/"# v*7 .HZ ɳ0Pg B2hY;Mjm4JKN] } 913Q@PH8 jGp ߖKD"Ц\T0̾t刯~rn?wYKWRU#6&aű|}6 49E9~Ch+ۑ{oJH}A5LGf-L5ޝw|7PU~ppb_ oLiU ڲs==۬Uk:VL@<M#E@z,曼?IN?b^LU3%Ə.8P:>1qUF1EeF5$D byKέ7$^'gY[R&b?%u\tn0oxB MhbeABD+ xL٘j:IAB1xQ%'WSNev9^2D#/:2Q{K2'ov=8|2 W pgg\\wujT`~[3Uh2 a2И/aĞY)̵wiO=STzcy+'aH ƃQ cZX"1j52lK$ɿDkbߺۜ*( d&]k8,27!'k4# Fs(;*?P\>x+M%fA9@`hOFt$#Rhi*? h7]GBA3h5*8I5몙ulNj/nc+n?zFb)X8o8a[X$[Lh|iLhoZRD$`gfD!G~mbuдuʸB 1@xUx:K}ׂ}:e`yVK.q_1^mX (r6=fyw_D"|Mwe8?5#B)]e2IG˴Nig- (:QbD6ٰE/NG?īJK\3>y3î? iYFʠzG5)5M_/6yyAʍV=1[qUU*̪$ǁ SɩaYxIſ?( vk]^±%K/O"H)rx,ƍը#aPKrw#ݵ Y>R}: "!2[ Z1 gk*F8~P^puh&,Ok</"S !E)GMG&?,ٺlG`A)5 ]"u/ U-;۽;Ƭ[wY326-Q,uo]8d?*YgZ--NH;a۲ >Gb&|%s{Yrpb)`Au_6u* R=ǣ042yqO$ E!jLBHL{Lu(PXXjocc|2/m~O99 tw!B^4EsBel[>WR!%Yu_|6Sf łL^x+>u'@؊/zgq0^V$!6qR9_~? rxPkVc#3w3bfwpĽahU!T4}Q=ke3OYͪ48ExAϧ9 >HMG ; *a ~Ja},Kf}ܖop3&^)# k>Rp'.)p^U{E4a4#Gl~KK{>׀[ hGehӌ{ ϝߣ`e|˝eRa|Q45EP } 9a10: 'Fb}6P$FY<ׇ@~pt8s5E :.yՐ&߂Y?:Wvgġ @Ͼ<ׄI_M#u'fγu`(^ !僼aܕZb q'%M/xfPI{-7^Rܗ: <_ov]@{Āc6U3[hctk3K,ч+F[}0B;?h, ӛHD6D#J+H2P#ײ>\f臁 J56+J1@2 f^zχ%bz]z1Fl4?e :캶OO/>|`ĥ~A"{?^) C7"e W/iѻ"&HHcEB5@Sɺ\ OECMUm:N=0D|=j9]8PY?NbRbh d.ai,{͏:>Ͷ;gPIfDWAu$hK"ШqxņnU0ei?sWsISzk70"Ұ۲g%_OLLEm" @vL*vI<ﯢ*fϣ],{ho 3OL +Оa\j_&1G۶P!W>/+6ҡаvem'aWte*JcM 'Ҟ$J,Λp|/3U}:cAjPө pNrTȫ gU !wiemWT/ G Y#Ku3=[EOA}҄ itآ{,@t-ޱ"Oj{n^K_m(KHЩ~hԙ j2,mJhޮ$Zs)ooXxF{8ߠ-sNU)gA1߁ͣ< >%6k0e!Sq\J#Sk7m^<+ > .UB`)9]w{Ul;tP4ܨR,ML1އEǡQ%cU>4^ ߴVuTGBI5l#JZO02h.dj"0APuTAOpuy$ۺmZlmiTK4cLc|@ꛨ3tcԑ5v:!${# Nԛ9SVUb?pF6ǰ u(58q/eeypr^7{1oE>DJ|2zqFv/߆s8%f6\x'PǗʑvINTK]f]F)~-I5}L?I+ڑcDWIV,i񡂟 ٘1?-X 8x7Aa *-7֓.i/:s="wb#h LfFWS? )4xy(v G0g!@jk%O]8^M]ko8!iQ=N)0!N`tab$sr!T8:sAh]͡79&G>u4<~A|I),\{5E+ wtPȊ Q籐`~6ߢK3\ 5•j> @3aBE)Cz'_Wb'MNeĝ= G.ȨgJ^<1݇X> zR8i_;{O;T\u+x_rp^Oxs A0oḷ(q}65EM]޴DK̎!dLTָ\ȍKubM|w驛Έ=nh X}G=;wmS:Ehm1Cs`~oZ$Fsix@+oZ,Q-hOըەxsZaK#[){J;ỊT`OOh(?*/7y]n PsxUM3o2e?V~ Y21Fjd@]dB\ۯ4upqmfq+(M!O[{m=SGi_=+ rIM!! #nfgp_Be8ĥ@ֺmSfIX{'>xRAzJT$8yJ- 4-H=D6:C̔|X s:gR,/#RK \ {+GԌhꯓK̀1R 5>EHͩJX TF1r(cwQH0]/Y j:V״ "0R1mmsT PPSF\Vv(Y ,1uRcg1rOU#Xù _<5[Zѻ٭:n4Jh}9E0}@L-OҚ*2+C٢nÄ_.ڡ㽍;6(|~ PuK'7:?}۽T +>F)/M Q; )z8K3Mo&cPZEn}A֜'@[ڙ!F0}Z瑑[78]h-!)xy(e@j8e8Sy{mLMJ?et?> / Zq_Gw#] Ue"ŧG _.MTkz EXv"b!0_=AWaEsܔ1T%4'L!֐ǭ復\2ӥ\FssCRyh 'UMQ"6'ˤTndJ0wMvAGd_^ ]#2 -rʀԼ\}CZ?srS~ZЃ'u8 T0G{h:q[ nHmi2evSNOhoP6nzcÓF?Ѐ V(^,(fMm#.h7;R;ɲ^yÕ4|7hgr+Y1ef/Fbm]"j7VD7M#mWLn!ygQv7M7XRBS2 /Px5dTk-%-k-1 Me%Qgs] [QsTk5X">EXUo^el{i#>1P~Df &y~"r$l=" hRUĔp\KJМ4f -ժR@q6f v$)%"g9[OXv~JRЌ._(x7`]Q2eO&U Dɇ?ͅS:ZCCaXI1L,L˚}J]',d%ãNtȋ [a5nI,u>9*>kr)?ꓮ%ܦxb+ w`q4[DH,2lNnևGiS=iG21J BvT:ny2R12&[O Ef=6t/#Lhx~(`t~ݖo}FXA FP$TCٚb|g4 OyAK M6ɶ+QKvfiaZ-Э@,v*f$a[(+1@h \瑼Ue6\6H*霓"|y7 Uv7˪,C" :ԸO&{& ɇvlP0yY+zmL[u]O3(#ZF/~*tS=7wJ%.<#Y2C"{-kgL9DZ4D}]G 5aN~NZ>a~p 5r ;'rf2+O',tƫK:*a]|O&54Mn@^ ehHl9$y8 [E(l9 |~2^u"r]*o˦WSG[L9q4OmzKCy]/lo˺sVHDo5Ä1+ߚi$h+ɬᦞxC%hPS2#Su @~Q@7c+GeX CU@VpMvVmv }”21ۏ p$0Ěr ƙ>(4|+)K1RYݙD(U˚}UV*ԉ򐙕f24lOwK7mfiv^jOGKw f?X]cx1{r~/`lZ)Ot)闈>3ϛ1*` J'qNI'_e9<:QbAmN`?θ/7 ;FU  Nh՟q%QLF~ym")7Y!ZC`A`؜6B//4q7!x܀Y"sa)_Чut_ -P(,bavb%[,CIHU,٢][48(Կ0 N@)O6"`BYΩ523= j%T^:[I,P*0? s!4=,rv9Ĩ WC `j-J4br oj R=QX'?R[_qpin&b hyhmO"ॷ1IG\$b )m:a?RY?ocEm#ri!W0 7p5wN\)e4J#)dutv@Rd#:[IB$awd此o {ɳyF4唈7dM r򆦮 K)o!ĊXV'*tkHVB(Jレ}+2ym&Jcbs8n,^b4(c:VF%q3 Ad+Z̙M$f[>ZW\t7"xt@PW#jKΓF3"`;T C1~Wە7Q(e:%q5^.#Q[([=r&W6cU1J|8KvIǩrR>Lwѣ;%>ˀ(!H22@xBU*RvF? FMX@|DNH`N#Ѹ2XӼ#JRL"A?q|$'92|I02#Hn^x*?ڥ*灷R}ѕu> GkF \=iY(QWᮒHЊ_wg 5xa[k}D*h;ʘ9M[-g,-Yu{ފnF0_.g Nj3Yڸ|7O;GW_~q B)ca9Յ>R>Vu >"Fbc_eftDMh2V$Ҩ##X5E5{5S<թ20P xC$w ׌˜.&S.AT s1֦m~^j_ӶJ _'%DKqJiCpXI3UXB~23Ǯ.hW],஼:iC3' x9]wvf们w)Gg:-;fpMK Na۞ Fc{CeT<\%$? gI>1F$֥mD4[d>>Fx/f[NL!cfҰݢ1W鰍k*l0{+: *wd1Kq/:gT&: ^79\BdxrsUͳ' ,XC8hNj <Ǻg6=pfd̨kx4<3ϓw-[cB[^t;ޖ掤@_S[->vx++N*6NY?Y32 >svǻ%0t3fݤ{ϼ$#j=o-ؓ[>Y p0 M vcԅ֗ Kh._U+V%{q<9 Ş~P1OE"d 2Em/C4qg*vb8p$CB9'}*. E)ιB s>>< bGq sGC9}D?(KߚǼ [SM>{1#|\;]d䷳@;N#(p1&~Z1xҾN.ʲmR.f`К+WKgi]#5Zީw/fƶ(=MHc&/&:R)\qK󙢹ɿ$ڶQV(-"szt44ND(R]4U>X)cO~rWf>EiWm!)m{ k}BRSbrM_҂I9޷AH@9HR*eo"m3L# -W2ypf{2q48(Wqc@~,zbR)vP2_LJ?T|aޞb`Ӥς&7wZQuvQJhI!V6sxNi:WeS_iϬN_pcaIYki$庐*_h@=!>?72CB"ޒR=[,5µh?lU} 3!]̗ H($EL7f$lh~Lű&p '<_ u2dp V'vfPu ñ+=eDK2"x;,T*2e.E[*ʁ_9-}q˴pyΚ颃DD6G Xl˔gHۭHu|J;8rBޑ?s ᆷZvg?EAQ鵎 u\upӰ,k;ۅP2޼T'CD8@&Nߥ2^ĿRCQmص=_v&E7?`Ɖ.f.#̽stk_lb`d<Ǖ9&햭ꊱP٫Fыߓ, l͠iC?W V 4wpr'4E zf}k\u %#TMmu(SdBf“6 nrh}núU x=W0(e $xRO9zk8%=**_d5ETy>TLkzk| Iw&s%Tn ^i.RFAfY3b2tª:wfVs.սLt-w&y $TgXA,":Z89|H7+h&舙~yNM늴Gbғ-Ǎot͗B#7ףxmDcCJnQJ"kZcM򯀐KqS7weRo_F tTm^#64=h']ȷI 禮%ڑ^-p<\ Q/~V0E{P%c*gϷ C*0xV_l_(+O`{.u5b Ur5zl GG0_|$K's yCW~.7>^]qdXUoܦ9ul1i 7n_k| r[p Y޲Z\,^5z^xl J9uナ9on_V6Wam<Ί=\l0Rb<.T7w etIw /J5 M^۝>K=#>Y߱ut%9>RQ06֨Kb׆q_|6Ou2)۷oMtn~P8UY+[x2~Eh0\(kpme^MqwsFLc~#ڵ%HTJ/:I9HX)}Vs%mA?Gc HB\H@-L<ۅG73%~-o< C A+Vo~/SJV+\"u3SeQ/ZUFâTFN딮ϭ0tS T*ң:Ws|]S5ZVVirffǞ+Fտ%ah\(:=V5Es).R=~Z_?)R2?'*4C,Ji'@Sv8{SItA,5֡ǗE$-z:춍W)VmRO`14%uRke"ϊN՛4+R 9#=wmW[&<]13]}m!Mw[4UΛ0P/:y\*D`uXhߚٮtsPD"T`ukBR+,7H!/Hi .y|\C$:\u U"(Lb D H7=U[؀dKl-qs*cJ3ۦrV+ԍG)KƎ8Kj$R 1 .Ȣ՟c3 iuz$N'dp:ʯ;Ѽ4X̥-n(>^~9dbdUDa%^|,9";HUmlv[l6=Ȝ~<CG)3`ًI5 X\4;椅r?"J%%ށIsQuQZT# ]LVzm~G7ba,]+AGDJڨKO^zƆV3HG)g2SfkEY[&Ee--с4ݲL/ieZKlw *(w*0o` qw$xST|^D;ޔerG5!2(+5 '܂3;!\JC?R#cЙ79~Q1\d<DC[aJ+VKb,YΧą$̵DDwO฀E)(g *Out9C/P?ϠĬ{ƃ'|".IUh4 0vh?au뗑 (߶IOW9rEg/DtXr[$מpsdwx^!]4YK;ɁEL&'O=-|W9Ayx%Og<;w(9":azf?ckbky%)Вҭn 2s*yӅE\Ghcl T~Y|Q\MT9SٓXNmL:8m_cvR̼Z7LiИCԇSUn. sprl#26Kk3>/2HXT^6!TbFaaۤFڻs_x>a@>sBE24VIS@_A;zkȑ.QYCԂt pBՑLsM9يeѬ:$#] Rߕj*)ϼt#0~l~:۽Ez`"Vk`]^[U3d@r:jd5tqZhNn :PR3 a0N* O=,#< 2m @vԣB"_}U5[Q#88.CZݹcDC[Ri d_ˣI;w;4e,X }F5YxPc7{ n0 P~u yL sB{B ᩸/9̯%#s`BqƽRu]g2Ƚ0tLk]lyT̳'ѴjP Y3\s`,(C<((R+j4Iu-}MS)75s8{ČX/#뮚: S 8tIIɗW;Z?0i?7q"C^55˭%BܚHn#_q3 g]U9ߦB#M^"FgFUE+D7o|{,ȸVf c/b X녳Jǁ2.ɚm>sryF:wmH *7>kqDY{Je[0 &miWIWfP7F Q&}jDn{aQUT*$R)xƆvtt~ h~}P(2Ta]W G:?&5"!Z-΁$Aa8sO u%pY,xm`;\+TP* z GX#4}EV kdeNG똘1_9aoA}xtE<'D3^MR(4+.6& m3dDŽ 8DE˂_}IAc{Ӵv;íDԲ߸?yIK h{D"+c]]N}]M,EdH3Y1s.SzA WA|S~T:d:o?sx{S(I)Sܴ-Q@&~_PJGKSq)Ě@@7"{jj{ +Q袚PJ0t}{cm7axV6Xldž2VmGJq+&*PU1TIt\%TO0fXبj<"מRYv@"/M sUͦBD4i+f0yar4z$6 ^"J93Dw|&Սf_0;xecٛ.E=Mk*'IB%MRdC}*5.~kFq+Ö D16/Oe|͛Ԯ [ vV ϗ'(&ƹ=J:i.ëaswos>rܢ;ܙÕ('7 T$k[Z!QܙkHR%# cȣr[7i6?dYqfIDU]l`mSH?&? \6Ⲃ^S2mU 9NX6o6 d@?`JSg~m<ˍp#-OFeMʺEvFյE(~kmLdĒOj?ikJֲ~.bݧVhK(ouyStb@xBGg2GU8d-ufׅ0Hꀤ]I-t;;=R]ӭg ǜ+&,2ЍU <"̔gs q}S8 r5 ӵzʨr܎>I7WCzJIi~k愈44ɹsOhzU~ 0Uh2/#lo/SQ?7[llNX$.լjcPw,ܡIƜK'H ]NqF&Fk7$LJ'Z8Ӓ,(gCq_5ޭuB`(;p-hyak\[R5gJ!7ڧF;5*߷ -~> ջݕž]4ѶçZ?;.[ոL'bS+R8f̵M~o}nnI~ 1jux/별l߻qĬ׃'Lݒ>s*=3+ǰ/NfJ _+X5x'|Kgg 5 ڒ2'3w(Jd nuO@3 Tb|8~+C>hLS2A>/ ~(y("5tm q#X,D|JA3+rT097C16ꑚ a`7E[;r26 'n xZ2"3z;k16 dC[ݕ6Lévzp_ڊl<%k6 fMkSv-96c6Zq-&>-ւ~/cPЊ15XL:-\'z?ьr b, &R>Z r`Y]>X4hߦ1˜MYD}^a ;F B#B*ou0E*cIS&pmIsՠbw OEoJ$pףLa3r^{r徺hp-62gR"^-OoMp;%캓҉@wB2R3bѭ.;|ta9–O=hn, Ǒ3X8V'&qfdW/?]OP3Wj,9n-φTEzzVG\"|h /}zfPP6E(ӒF.4YRUڄPH׀Pf$  Obl(+8oNOdpz2/q+:GS0>jOK( nAs^V.Y*0"%)*s)YNX|i #:2mUh`p~%?'-W<6ٙT42&H^S\$<:hY 1>(+3d03'"^C3k71Aɶ^[]&vY9#9<""E @Z%’iDmzius̷UoڮpNX܌Z}-ܜOY8mh|܇3 q菵+z;!fOgJOn'>' gHԻfg oH&<;ͅ%Xí^1 f<˺HHɲ?P2QTR)2,Jp|Z석qc"6a-"~)hҘv\p8n6G#`fLcQ}}Y0@CH%()̭ *קڱ S.chxAjg9]ӃW~xրG)4-ߣ-?]l:7RvdS)uK-b_(t.~ *+*bHxvj-U>V>\(?T i (ƸXsR3V3l]V &B6)M$lv(0q\ t1>kJ)ڏ2ac-]!43Vٻ'\)~Mʃ!`bEZ & $>E&Ӕ2&N1irz];RuvXLUzG6##$kJK!cv&7 PJdSH# Mڣ7u>b&|]| L7jnkl`7%fO/`KryKVw"ZuuU}DE?s7`Or|D"GT♙jq J0 _KXv7 Hc&3>?k%h0QF6"S0j[Za≈sXE[9x2;x|R. G4O#ɔ? xOڶ&#_]M}A6;Z2SeLMn+'di՘q7/6/)={NU YNvzAQ 5GhG“Jz 1DXIF anO+ŀsֲKҳ*~b޳n2hdp[/eO+Vj"3%(ڽvM :.XY=\0mh^|3JpT.TX0PZ֤Ȼl ֜!"s[Wkr-5gAO3ʽ;\H"ùΰ@F@y/`psxY7$n~ƶi;ND#cuxYoIvH KZ.8wɟj#ifm/S0!eAZflRչp#WZT2@tXEclo׳G'K/e&Fw7< V .Q_pXSalTFǤMp-qXBa)1zW EK@wg2d's + }uW.se<8u)*S贄 ;vf%~$YDPCKIjq$g}4$˶It+K'À#,p3LAGσ2kq pAS0\D͆~/:!XkbwUD]lpW8ћOJ } Z Y{{xIҳ*,g+ #K<FRAR^;T2W Wi|%zo̶!7.I/ |*r>rЕBjH`5AQR:M*~,%N "F`\a2]u^Ʃ<>܆Ҵyr4rf3^v=IcHDdls=WdI`,k'*㥓(ќҟxø92~0y ~PnѤAҹ9ثA`JpR :{8&qґnkw`A g^E;5j RB[!;:H&},J+Dm2/5,4@.,h=JݤY[U* s%һ ̥W0lS/!} .F\YL6  cb ?2L&Rl1MO9Vۉ,#˝K"ܦ25q|b89IΔujއg S?v5AׁOWx[0pj]V[?h2;`litID m/զz, cpl]{K k`<?kI, N=&rMxȒšxh˪VUG5i'-G4~܅];ԏh߶*;&Z JݐQLOYc}-}9bE}(lTFJy,@@tC~IArL>Yȋhp{U͋f[ͳSK1LmM]A^J?] w16jf;)̬̃L {4 틞fr<u xʔ>6L,7:σ^i$.e/8%M̩JP4B{0~w$n?hF)eeia4F/BYrbPZ>(7fi7d-\zȐZ|O"W{6϶<ҍ>jٟBRJpdQ#t<Ѫ =)iEJݒր 4A]Aߗs/({eqםTW؛30ʑN6CIi2_o[]H,cY´^LEN}] ZZ62<Sy"=bGFܑiQnR2U4zk#VEƶyț隱[j,i TťUr]n嚨~'0ºH7%{#GBIZ$ggP3ݒI 6I< ՔM0pvbk~ sKn,J5,SȘ҃N~XNfhtz^{zώ/h2-&TJEo &l k!#eg&G7!m-*Ilbl!w7&oņ P%;~Z| W2t,^[>V 8 fN'^@O-̕ЮS-*)V눒03MUT_Aߟ;9X )NGaMaV _X$uN+z1)夘yȐ[?z @Kkz|j;Z ?sDxPG9Fީ F`pr#o;C`gD'8FZ& AVd <x;8aퟏuE3M @Y~A;}C׺ag)lYK"KUsMtzLP(6E;I2 :Z,z%URԻr\ b=5O>=Ո\lPbIKۨ.- 8=Hu}}qG *~N++MGG?EF|sX8D”eYқ28ymsYQ1o!զL[+tI}ǀ6X:-$nuq̷Q nhɣun|r aޱy7Qݻ]?[[Y4w͚!Esm,/Va᷻p0lzuL劐Y8o- X8)?P ['"$=; "81;N/T[ҙhWu.- #w +~G&W*1N'}(u*m9 z|c*Fހm)!j3ZA!^ADJD)Ma e[[Gc@?3 \F,훣PiFUHS'L#&Gȫ1)_3a ⨓Jvd]U8-9DŽMxNx~>$quinysI$ VEOaH'w܎ˇT W \& OU5|]7*9;.jfVzX?|AiY鮠!AS;:jj{P1;{fhAQmBD{T`g>UtilV*j[R;+* eeSTF5-C\@r~:sv5:rq oi0rI={|unn-ռUXϽz¬pHO GL~0gT)YX,91?ut'ik x˔w@b%?kIEm} ,fl aZ2ĈVi1-^e exL.l l,D{cgjݸV72#w`<IXDn\@ b䢮Z·s>pk x<1=$tzfvҐmD@TR,47fr?%]'L T'85[_ Xstr5*^=ܺ#{3JNJQ JiY(> [!Cg3ICZ_-@fmDZKu~>Cxpu= x'KcwwQ#c0oXtUtxjdgɎvfHRhb{j*HKy]Rz >Ks9~eqi=rM T a;7:HTvll(uYa-ĉX⻪^јkV۰pT"Qx=Χʢ)hE 6H.g?YEdIVј,^̠]lz:sۚ ՇCd6n/Ǿ)X4 πnoBO?q/$ 8 A$*bpV',q~x4(YY;u&îP Ř9u#D2\MHqt_}.apk"(_/r4?^G42a&!֔etGF*fi[IC^9?!id`>7yO $^s+CBP@re_D9m]>F:ċf4ᎈ,w8KduR-$4zpqlWXAfװU,KSVc4{TD$OB|{aW~#%cwށAty|ђi~DW+碐r+r|'C+#tdTohB`z3pV27n"@1}ߋFUʰ DLxeR8<4!Yϊy_F{+\4E1uPwW:ud!`"gu&CB]U&[pɚGlB dHp+[e%2Q>DLEF .JL,=/b}% _**o`M')qUT-\s^TiHEI:]d9MUPݗ Yѽ~))u.v(}æ;p?7,Un+mf|݆]YIH5PHuyb!ۉY\5;Ðzt6M. RB-Sj "{&Le4U)1W8YN%s:MU] w;y^*za )!?mJU:]9!^7Tre]Fhzac̀IQri Ks mj‰*yw6g¯֠ +7nѦ WY]KP%~e'w mt-NX^y0*M(I -aCG|rtH ZxWj *M%Unxf|BîJbw@.opagQJSƑKQ K]j}/A%$Qv?32[r%oXI=9+ $_RJg c뮔!*P̰$@Fw~W3~ >TJZmɯ6T}&ý V%vT~J8-Ι.G(}_ ָ*[}ʊ=o ]]jSs\$0x=SC@7M|TC~3Le`8רgI_?>eL(2\9aS/Q _G;J6sF\Ν,l ꆿ:rQnC(nǥxk4GL# fpOز+qۿm'`,Ee!2/9qZc!Bޏ@:.gL|+h'RH#^`^W쮅wXB,jny{/9_' v tYr\!5mw;7],5X0֥HkIq`UPz68,rS g`rSؓ4pt;Ŀ⥐ ;Im;8 +MkEx EG \VWB[n>yƲ^0S,\5K׶>eBh-C:ey%M 7^{90OvUb EĠ 6"{)3j]#pSoP LR7pts 0[fљe)-?D^ Ab=g ڍ￑`c!&D[}g[pڣmpU 8oSWQ],X 6! ]2 xe֙sv~㵰/glP*O]p_gbl wCElcN4$@k㰡iA7 AѮAL죆w܆W}gBmn#NÜ\$T !muŝQULP|+7R" spXVϸn:Q!fλzZ|Ii6$W!K+ۏ OBpssMl!Ęzuz#GFťI2fU f2E_(Cʵ2G(<װ8E!.1ܽ4Ꝅm[ ]hFOV%jȁuA^&aN=ݕUs7nM$ )i'θ_.P=\ҙX(H^'0&qJJjamٶ ҐvBۘ_.L)d,@tO2^cS dآPD64^m1}1;]8Em,S`uTA9 '<םra$~8v-hW Lez|t{׈e+\Y=8f딩EHaH#:PB ɏq$rSy6 PlQֶ!6`q]lrb3Css ,J1ӏ:V`jfCo利sDotGI+6c]Et%|ZճGNɗ߆P&# >_-l }kӹO{C_\vk._CML)J%Jwŧ >:b֩kwaz106!YDU5E$M_`>Citf Fҧ7f\ZLĈh3g5:!#b^]00#> a%UN\']l%즶*b|\')a>xKoկG)}r=%8sW:yOfA"o!wN,wGPm0rWai4coK!' 5|a[Ÿyu6V aL;,ͻ +cF ka  gV$L=͗5p`LТߢ-⪽5j{3lc%gsBSwB. ck6CdjGuR "+Eͅ۾(AyՔX֐Z_FYtrguHy:Ƴ-@;Y!_Rnk7٤Dvz 1r1ABI=Z3Hov(EWuwTËnzt& t/:%^1qRu>/eP[r3smS#Wi6gJS#S&T8b,iaw/h*&V."1hdw9E(#!5y3t\GZP'THS~cvi|brl9@Ƙ.L o+VOjBKAwAiSA)J獅>|(2a# R=a$IJq Ʈtg^jQ Q؁ AWzqǦ%r1u&;E^}NgszaGp_|\s_ԟA&ӛeV\kS-4Vжs̞ؿM&AC2+`qp/^54Tm^M(vS;jcJU:<"4)lxS~TC^j^u \GejD7(CԣH$5UV ~ͺ+"(aNׂ`Me´ئ 5!!VvB[]gCTQ5XՐ+j_m)sl99'|+b0Sz#w;T(qjbϾvٱG-7ȡTrVmzD_|Pה:J6RO$ʡT6KaYDPP$MA!6s y('Ayګ XIR H[@PCLGM/*[ 9뎬<st%W5G%$/M0q/G2Za U`OIH3ìp(0"b<{>F}9!zlkKyV<4Ȱ QcLk0\8ڇذ5Qښ{WgK bry\(ۇǺbsbT3hu.0eb"狷b:@g;7T⻕W~hṖ9UGgUf>&wS O k,n\ ɀM{?+pItnRoa L~ >/璍pu`kg9}BBm>" /?l +7KR(_ƕi+4]px7k%iD~h2&SсvJ*]-]mbtRLg6}KjY{qNѡ5,OO;W%Gfu`(y"û[\RZ嚜ܰޏl+ILpSG%qwxh0ۚ۹B:y!l^חnGFGuG]Ρ$?OnhēYtߏ|}j?)w J >)|Nm]2v澚$nAR"[ W>1ӝ/_sbKS-j!I}U,:耳S 1"jL.+_U蒔kRx,ZrOej)/"E}2;O`;fEL3 1- 6VLԘ5G5{$Fh8'=tbhX3/I+wE.sK2`p88MBqX0k3t&;FXp=pA ^oD""=,܂ *4 _{I$ 3HqS\Oo}$:TPÓ3t<3v [RZ/d{X*[v,k6vp0&uxJl#>˅aO fs9Bv=(րf.ٷՎ݃ Hw 4Pt,aCRjr#% 3}8"APSM{aZR=L$ H9#taYvB+RI&ZW[StT 9ĺ8K jq$xq0%"8zx3o֒n}iKZ_u=#+2Ř?sїQaU9ڑZ>$ .?XJ+vpz)}O8}5fG޲R;4SLF'\sA^%T ֗-B:b6(_܏X ]x}Ñ:#R |&^>Ae7M\(%MZ`"mF`4+t*_[8B !,2Bsd^:U 34.GuvC %7i+] e^_KP}-RE<3>EQWՌKCHhe쒥d.$oBwSF|c@JG)&(k ADWƠvpѲ/2sQuT Ni!$f[%y%Z*^|]}zzbﻮ%;twаCeHa_=H>^Gw -1~Bp1|8ZYGÁ>ًԂ:ˌM&[ZfVb﫨{4OK&[eBJ*M^۫ _jHJ o;dzk=LPyi!=d+aް5j.f^n(Vw1#E*h*/:`$gn&p6@^V3Z0o[ka~G`+˟l *Kd "L>u-5X^=GHq80spG> $Uӷa5) 4z)vW4__'v\ b޽%к)1|y\h-jsC=c~Pe灆5ditZ.ʸD;YU pJb3p7XvY q_JLD԰`(Gb[*9]0ۦ^ʪfrpyJ$?zN]|,?tF T^~$lWhzE(jJfQf uF|64? "xB]u9dx+L+K{رTl"W J={0-D󭸌kaUez RX\rm yh["TVGݿ%WMj-Y}2a(<hr`@nPdgJ&G/(Zi4@tn AuOX(2(8.DSkX^*w5ѷ_bP62|<N4S_) +vc(ߥ [>]Qr=3x ēy7Ӛ<}|BP g?7sؿYG|C`.>5Ő%0 \<҇ޏiu绛'ن?'<裸0 $Xxn ;K fw aM O5h? b*$[C?zlF2 _µ||R}#~5+bjziBt<@eEl@sLfKT1Lf49u-^;zu\JĀ|koNŜ8v5 ڿMMdrqV *!ǜUտsu-1:(17@`vdP]ؘE Rq<JHn rs b  d~AP]m6,:̉Q5[~mAOs1}8t?@ a}ϵ8J2_#D `>JWlG-y-|aǣ45Tآ8u]$\ PGp/f|Xţl)۽br!ʼn +6s9.Qgr_3e+6y'1dA\(aDo4(>?6^Qj~<رͤFd;q>Vt#P|W[IG S$o7lˊOs7^8NfUu^goKD%ȪA 弪KaS1yӻɘM!@t sfllA</a?i-/^(0yoie0Udžl) i?KHHB>]Ϟ2.nrDa(8MuV1[y%/3W-ʭ˜}X(ݐeR)qN { pXjj6C"%j}<~L} Uo[ƌ2 ZxSH&Ά,l!E1ϗe X}޽4n7.xG2a()/tO2ȓAͷ1MW,j8I\idgjs !|ٺ3PX{"m=]0S0(UQ΅,5IM8^+rۥ[edPm1\hj=۪ЎKN ?= I%x,1OU#Nٷ1MOu窽OR0rq#_=r"c/lX(G$DEYF:~.PE} `[<3Hi5ZI#1` |GƫPq/xJGJOHwLBLSS-,H޼  222}<#q=80pyVfk7~܅pvz8oz6'dITVꄏZA"kw1`-Ÿ }; HEi`0_!t4iVrvrZco42BDp+[J9Bvj{V\b=ڪ3z:!7`k O%)˰& 7]X\O2#~0[B)][ah1"Kc\)q|c Wl~ss*A!; :6O- 1^KD!lr>2D/o ̨AQxzEJk$׃)#9"`)Ƈ߶1FRjA3au/x jײT}WCZw yMk-{=* 9U, .R!a%zr3K M3i'i֝.S*tK(__QX#H7Mɂg ex=-{$"Idk詆p5NC,>-.K/m49/jsBIU1Vb~2|zJFG?@WveiNbE9"> GB. [)@)i/|o;Tp& kqPY (E/Vazx cSivTU{sqE}52GB$K͠Hvju},M L}hwAVQ#;w7y Ç٢&(z4҇kiW*#jVƀk?tӣ8܆G1EB''86@\X]Ti",$ FXl]u"Y/-Bl1Dbz1\Su9>llz&m $(e7^a!Ʊ+fL! T+UmY ]eǛĈy&grKq+'@oɬGj&l{v$&-'8u<%rݸ6(8 \Jbhq*.zm3!NS47N12o>2?G m6~^CvҾ p~[*uiRn)W1#TjKې{г:kڃ|@8{Z^Y? sOn*R;1K-qIRqE 9Qkše`7nh`<9~]!ɼc*6{N\@(,-pAxDcM{QGh(w9gWHlQi]t6B1I dL,1d) #u2b<Q ex(;\˄5l&6ΰ Oj @Xc]4QmsIx;_$ňL?;t0M@$z#3s0)Y"ih` iIеg#A=GTlʐdM/ru# =r*,R\P}1\{ETk3ў%U E:#\QW4S.E0n#gKB)&?Bah%u_oؒa =p8^e^QUQ.X]nX-F&eCdl<$(44sh={!!f̠/O2WuoEcX`)^ICvPM PfKUީIaaT !C0UuhY F/^ʩc #n?FfjU.vfu1wU1Jh.'5t$G/']֏{FW%A:&"BۡZgP3+lA떉al[VPpq3;=84~\]:Vm :E83>G5&L6F9`A %+be6;cH(~Aل% '=,0-nIb^mYF `AKVo hZtG~x=FlWG?{BY9z"^"]#5,VXD&H@w|1{6n"Z]g>ΐNanp6x`)^bny}6= :% ڙd^xeFl[ {sHFHD֡C -{dxAk6Tra"=S40*MjP +JZ=VJ˹i%h@Hq6M;h[~~}^ IU=j#{W3r51uI,|ݣ % pb]ʭEX' %&îlKROйS$i(m(:>:\29cS|a wB./9X[!z4g@;M |R.of/1XNf*KbT?7 $Ww22#qd GV=Ń0%.ʦ~z1iEݿ#wiٹ60ޱp̧DLaJ܍guH jl3{vl.YeyD$ l `$l#¸8o䠨H1{&lIC~rڒEDBx@2S3>{OӔʃ9%6'ޙhd+yLlkȿ<շ )"8_*K5C`Df}t^/AY*(fDGUrfAW5!o#`gWUu%oy (C<Ձ,=Mk{B@US2=un5w&HQ$!x~zяbT/Q~HaBGtv40KyKjR"%mC$WA1(U(ׇDnsq+H̩ቃjsHHɞ6@݈yPó2s-|7ƣ]\m ]I++Οfi-z?/Q!{98pqE uipNn𼭓O'|vvEEH X<3WiʙGbr3"4p&V [}!dLecFN_gR$߷h8r\AӬ{>p%5Q"vRCL]:]mT)a,񔲭6<f/Xmsv0X%V@d$'4lmEy;n`6{R#jg _ RAbqc-vPcZDmGNiVlJ)2`X]X'mќ~IKqCr[]="u{MgMGa xL sw6E<<*;R_I;O$adY4!pIe \e<9w,"7CIy)Fq֝$7VcN&σ5UTT ߄'n+Hn+Y_mn!ӹiA<~yiLa"7flL5c׿4t|8W)Ʌ}Na3 /U|wL3)ڿ?&#.CHY83$(2okLg~V "@Cu m1#Wk@t=eQI"(Fz)1y7>--|vZAPDgjs!LcjYCE`|o|y LtҎI2ai.q] V,޵asdB7Ԥlv뚲) pgD1UU;{&0iM%X8{z !+8GFwH s%.Ƙ[Ѫc-dɘ`D#S_H&d췓[KIrWo彉7ʒ+eJshnBA@lȽ ?+lYDl2}` ^P "/p_.%Tޘb_5cb9d&+ة#C Ͻ):Aͷ8*;9ǰZ[P4݁[n8/>/tʆS_-[Z \기 vj-?5!P uMW3FflB3u}4`H)DgQ-b+=LXre#B]CH2żJ!g B6 n^b6PUh@ dήkMI`C},C{6%㻨a6^IV,52v"I;`ëѧȔRP_CfU9e4-%83=߰|ԭA[l8!>Ik+67xwݥ*< *r:$4cMb t_, ScL dRC (UaXJ0XkÁp$Whc*0s\t %B͘z%pw\pR>`*'ap$U5Ϝb' RXfi5| 7Z*/ޣo}qU% "W<qh͙ףH&aX6Fk-n]5Q,32? q<\B5s^ݔ!kݭc\%OFƛ\n {"1w|2ڿ IF0T2}y_AhP/%@a&xMfXY\'L9FN(a8QD2utȻT~,Ґ9buVP od7sCݦpϾʧ{oFYi!A [d~1mV; b+dno)\cw-O%Vkx1of̽I!C+kl~?6o|BÙERUit^'jۺtE{%y)? ]O^C0f,*6& q%R).5b^{:IRXdFѬJ>kƔ"h.DԘ$ҳ~-Zkاcor>qw 5h-iNDrZ[WQv"K.CjQ(XUsC4  v3HJ]nILI0e V̻_ֈƪWp '+jCӤw@O ILTF^oY8=: @? B-gvdn/wlKuJ)*Z'މK\Z `Z@Qَt~.Y]&~bnvثJdX9D>[L( ;EٷԞU_A|xg ,vJs.JDv1}j),ZW mhk׆9ʜsuQL Ax9ATVocn1J0*T p})N#"a/sG&I4mU/5[ mǟ2e4! n4`i_Na +ߍ>edJو Wó2Ú,6[BեK𤅁<Ӂ" *NYA Z욧(&]J~\Y?ʔooP| 1\@I^[V0MgԘ\{<@#ȥ]`s{U޹|Y<^'t4=^0U6&F*ltfX~91bhoe*E ^vh쓏uTS+s3սes &'IM$Xm r_ʖxy]ЇU.FUq5MVs%#3tO1N60\a6` UA5Cr ݇d37-+¡(VG (񬱇U;s\sNxV@w2]Iʥn*HVE 7x!'6;ʽQ6n2!B=^D6)1dc"BOttM+[w PGsa>kϳ9z B ^h!OZ~6Oe$'l kB=?__G+r͌x8BH֔舋+hI|58m ۈ=d|Ykx *t\j",3r?9DϪ%KJC2mRa+'/77uмaVoK=2Ӛ8~a3x2X[ΰz"P%O KN fzG89jcdXnܼUB_u_~:c "RRpl-@},~ O$8|gqS f Kx@2D-YAszN鮝ޭu||G^Šd @op6B\oQEU#ڔIq&$DShO3Ȅ=4# ?\uPR8Z# t6Hg} &P283_litAkfZre[ t xyT78N}03 ]WѮ'//Df FO)%8엾RV_½|,٢̮ 6S/%MRt0]+Ao-SeŐaO?U[iE[w N&}8Ŏ) !i7jkÏ4Ca˱^2!~IY>ty~ JPϺZ3LɝOĬgXm,f\ݛ 0S2<}Z5WwcTr:aCC1v Z\,gnm$Oo1! SG]A9 /9t+x1w AġI>j/J [Ef'F6{]9"+ފN#*m g}⼤ҒQ&S Z;lЫ&7.SX`cA).~-[sU}5qOWۥWv r$#8V, kiƔW29AwG+la?FL¥G6Jt b_)"5 )cSth+N>~VXCd8䈱:f[B $|0LOXK"}}beҟE)]UY׸KIvy\5'Oל9kC~\- $*̋ J I=n[ {a"Z+tyH%@m K;ЧY` 2Yf8KLNqSA.>- 9X_ZdR#; 0Y+~v>),ca&+ju4ִ5"֓\ :ov![k>EH;VxS}8VZ?*aʍ J2õPhBf83rnfXHӲ&;7%$[(j#4,`3qeW/7e'6{20 *RQDo,Hd"tQe5{2'z|$Y|i(*cLQyĵ3 76F!{X@!ܡDAۺ sJـdmVaBBYHY dZ{ô cNw^ QdJ ͌ 6UҞQ\mM@ L/">Uuߏ2*j Kݙ ^bz -u{"w[Cަ KX F\]<*7m)b&m%H=IAU@bg-)ro_Ǻ{~:67',>믑a2S{$IЗ{oM1[!ݸwN2(Sj>tpN#EPy3lfd6~=P ڿ_rKUZ؂tӭmu鼛D!DZhZ^8 SUg X\ƩYPJxF'ǭ, ڲNH!w(-A r=g/?#SC|\2_E6+S.e_Qd~o!6"+/ Pվy-G9 *54U!iqYS@]3 KoJ3kx+nWmA6t);=gCA(ut%9wǾG~(佝۬lU<,j9qY4 paLttCUﳧHXg儺_ҟ[cȿ(&{zaTV;\ 4Ȑ D' cԮjYݒ~_N%͡aoXa儭t-YqMCԩ- @-!W[Ir:vny5 q9:: }}!)Ɉ(VdhT䑑Fcy|{]^+ЎZag fo !^ Jx ݛa.u9xq+d>"."2軠`; ^OE11.y^xIc/;YjwU|WJh"dhS[iYcsbM@DywK [;_H0¾W'v?s  D31MjLôclX2 נ{DF6jrkdP&Q* Ilܱ4* JQ%1=(0)|݁0#uɘ~Oq7M<<0,jHU R"16Ӟ9~h(8"Rur.- m fS,݄9r@{j|Z{;@Bp Q7dҏvilr;^=*HD0H* (J\3~K-+c;] 1< yŽi²c _2cjy㾟7uF i}ʮA{Kߨ0g-|w#NgH[d*\U ۠8vRi(&ƧA  8\W!ǭ/Dr4H#Ft=ls(yAQ:^MOÁޒ5q( |"Y,\M[hJk :uѽP9\6Jd>D񯘊fqElEL?I`[*?ߠ̶PLYv[ p!UŽi [>GOΚ*[m@YYą~>Hh6*2-`cVG iƢX_|{HrbaƯnE@ !p PzCO6ۓʒTCӹBG7` }L24@b ˚^y1d`G$C9nפq&,+ 7\Hmw~%'/+ fF^^ S|FF'KtTVJu0L،(>й`OT]A͜mldLUN% ԋ{ C4sOPK,,»XcQ7a"nE}}.QG}|#{Z4XX+mwE`9lN7N:!ʭ&Fq| -K0{䅒uTɺjbQ[Oc \} c_jʌ?C$\ma v~njg"R=#Fw]J)AiƆ'q%Vz3ԧ!9*%@ Q72I:CB=ʉs'aDtIEr=tAdڅCTJ6 30tBCd"b'O#cTZo[  dcUnjmz|>rvFj>ݪ7T32ddfɯtql͉ /^,hF[JypCҗQE8 `D7PW)t"7VKiȷy]#o+Hb~H)϶Z;^+^Rnmۿ.^ l=hkj U{[p ?>fzmHMW& 6UVC KWlO OS\1|<{эX^Ɗ1~j`^:hl X A-pǩF)6_ +Bw~|rg.Qzk>M,J۫e欚zWJ1P/}<W?Uw&"}z`~pڑKl"]rr«F&Y5ü+'Zr-F%EdۥAB),%PB_o- "Xz#ſԶ@RLM=KPxJFvYW}Y8Y3-IJi{ne9r/*.jSF} 9Z˦ky(dT`OF0pG `^]|LƜQ<њ`/pVpGU孀Dz;nw2]2@՟Wlir%H|jZD]]0߼Za>63ET6?sڵv?ОO(^v=+TŬ A>wܦHY lS!q$s'7>`sDS6QuNH@fWwZ)䮦6Z@_T&D? g(|nnò)`b%ҧ%EXV@ Jå9&dgc3%:E hxJE!#l-AuUz]$Zp"<ǛH̿(lf|iD(kr3Xk9b T{dž@_/w3|MVW5~o}Mɡty0$BA$~̠+խ?~ W}B13$ R&gvn &̊r)PjTG'Wp\$K|ΞjGiĺ,[d=l=S+wlH;FbŰ=띪p̠T)m!N³S n?誛B*=M|;/+s{[rP+H}.h./+Ffj7==fZ'~o KF_% KUBvi)ƺEvX59${? !p6@eA#3^ 1w0m>))2aJ{2c,g,sm:~+A+}n^(š'؍W KCd/#V\8|w6D Ԍ,AH0ɟ h Vmш4lP7F޺"hꀅ*&WOE:>F[HКIn?uw섛8,:(63T~cXS9Z0"0iMzD+~hrFjzK ETצ&K}m?'H,ibgdʉu6\aHtZb8)R b>ذi'{pdLE"O0˴(ez]qfZ}'9LsoM(]Q\2wu'ȹKte9jI{T[ܨ5w7ctE݊E}I'LO̮I }`dAg)Ęˁ(^H(ڿȧ +GqPj~՟8Rz4I 6(XP {N!yź燈viv]}l'u`+ ASNuw(+9pQ[0С($+/ f|%% fH@1>̲3Jߏwb-p&k]8Xv|bN.:D6 sU4NbәL'OT @RQT=pY?&R}yP岘5h>*kžVj^*A,>)~F SN{i4aKԵG:j 1( h7&yMtƉAbh~+:d._X\kqt?r oOJ7^ϛg 5NжAO|CG賓7Of?c]/,"ڇtfAPXS} J)e<]Hn>Fz;E];CZ#{*]]=m"bbPyY}鎯$N[ԏd5z_خ\~`JWs6`r0|ZGTTD*2 }|͉\q7˘巣K="$|Fax)|: f!ਘVs=YP(FW=z[#:.a,M~@aA1A.-7tw Bв9y![ hw+,Y]hYYm{q2cCOzmyg˲eZf"FC3U:$ z]$ kR4|iP0=1cL~"(WWY =7ٝL)t𯏔p°Df>xǀMv(])T9>V`e6HMygkVS2 mR YuQc3)ue;e D#?ܣuZݗ^kep܋K=FE#+lk/Eg:>C&N]ZZJX6f|wD>6uԼ]_q Kkf8Nr tџ)HZr,[z>F+;ScM͕;>ۆKg8A$$vq%jW(!SLScTTnxTc:301KrwN&o|,|,FAxtw΂~ݕ$AcN.90 O8q[}*^r'\ UupRe%%7-)ҕ 䔴c "$w [gΆ];W l ΍mX*)*yHP֔#hgϿiN5皌F yA!PoM|[8n4#jo<%eHe 5A&ocDD6v+gY+3h54~a`M &F@g9XˈXwg!Iĕh ؙy 8u n @5:`Rij9?Ӈ07|4y䜊sOwS$sӃh{\S]b>KD1>(gcV|rTVe*T+y4f{P6o* h6$ON9L>b|(kԒM1<47&wKйy5,.M9&YW6BqOl #c= S6T7DZ99z#~WEO;[~D4_Ll>b^g:C }!gHߊށlׂd n@l*KMjG[._/* _누r[b6d4`{sx} Ŧ!3wQތ r9`} j,IYn@|gܬ> ʜ3QK͓:v /& &5"ݢK"L"2[R(dZQ7 '\VT[?YAGOG!}Ҩԁ1`c3J궷RFLВo!  ^:df_#A >Jk7w*p@m}Jho ľ"͋lyz+ٵM2jd>Q0cӮ3nJUCɠl"=\<{$V_4+?6m55|%=¥1MaJQi֗5]LCf<*8w4$9f?1P}95I]IԢOg;OJ} b3nS%Zn?e^ͳJ|_bP7Y(e$|ogڪĜM Eݥ"~uxaYnd]9Y,Vƕ3Q;B&A-i?BrEs-s@|d9~wK%_iEʋ*_.x%# 0:x&DIG}vkaI)MN5ۄ+aCh.U:sTx,s[))ZޠeVS7g4:_QDs3.J Kf~W:#D\gјӣgjk&\omtS ޔƮqNeQmN\,3"<Ќf#|;.wU/rE2)ɩ/vU[՝ao4P|jA,-J'r$!E?)\ yV'8V ?r xbU;Oj'Ad1Kq.Yrǂ:t1V)]8B] [ǵ}j,pJx)Ԝ܍7YƆ CmBQ{_/xNB5Wq̦mFžJqGeuy 'g&ElBvFLz9y@kHQK7f/Y, <{=oȣ/)6 kTdXfm# >@k,ş [y!L_tCEǷ4TGSTV/8:Bw$o2QN oz!fVE*)]cȵE.?W#R\xSWM>4([xRQ[nSwYYt!״4N! Pz2)!N KMAelZ3 YJkj8Y6 G\`BQ۴; Y_׹V8FݻH=CH=' E@ !oyiz7G,*Gj^o|Rk~R}^R:" z?`YJc.._@MIqky-ˋeF6~s#ISWq L2Z\Qǖ(f1I(jJ{1kv~Xn|ѩk4`SX28fN4KVqec +|EVEWmz(QǮ˳YLQo:_ ?zB+ɾ -Nw4}<+:Z:-6"!H:sPx)oAx]4|VͬɩR2v`@,KJgBA&N}/4ȧe&ṿ2 ֣f<-|[JSĿ&ۍC+Ub~{]`H}YwͲxevHxg,? ]6g^$7kqEI9:o2?KUoU_VԻ#PQ=nMg̣κdmg0E\uwJ`N/KK nwۢxg*ASoVQ3#u=0]+H#?#Fe;z;mD~C_ύ\Z6ѯc~?/YwEmtjiכoglZShbgoUa>T"P-OŻp&W췭K_X&o[kus#h+j$Iy"uVLn.z}-jDd2܋qc^khw@ 0zY|©!, j~?#,2rBSaܯBmv.o|V8$N*S,h,&0[Q s֪gه| ,$ :@$H0σXۃ .|-Dz\-{\] zǞOW:zn]'5=F c{WI*'6-3eSˉ HÇޭ}Q ^CTBt8%bh8IPy),yv;Ceظl>:!)~ 뛬O"fDԖ?%8y@`\t ; ?z౔a4'*f?kœ5G M0!`/;<䆄W+lФ 1e w@ߚi"*;bCձ1rVMޕ3J~Q ;T=.l&5q Jc0?!V ]:xZ-6}G4]ڔ cFS}>nUhNj{U:207(2xw,f)6?IΡo00xj8 $Gا21,ur2K"uq 44a:Zfsly% Wz@\O LUbܩdt\&aCkˣ C ">܅3ӱaមCǶip_Ӽ̚QiԥY&,;7|PE1Qa{34kjO7 .l=-fWC$,iBg )s"r>a0_-8v!P+ʌjA2]p.^0'LNBUȭ _Ed Os)VpN|Tqӣ/AAZۥ3 u{^3Ng ~L.O`nKL'"x4-TvVKSY3p|P ab*& ةfF=fN̚ب/|O4*v3ݜ@DƦ7 FHڵNH: 3^ٝQi;qd_EgP}*:#Lp"F=`{4x5rlzDQWͣ.)SGؒnqK^ hJM]q=79[˨!@zKrncҥ{j)qz,s*@5CQEv'/F}3 G%TLIuFQ:H)7/OD5F? Si|;; x2宛X-7Xi`Km6s6(4-f t#CㄭT:Gf*ԤZCRb!s0܁JĿ཯hp98p$,#BkG0dC  ט;w\jSZW}3r$Ct7Q3ܿ3xLp4d FR,V6_+ &蚴"| ޛ h &zkc m֝ 1fV THmXjt̀a<˜**{twVa|ML \}rش8a#fn-۳:^ᇩݷE"M")K=T .Yy)Sֲ$XpksQ+_&Py_KSD5֭Ju1c#S=tm DU yѵhH'6dCefԼy*/A v EY'b{Z UZh|%j$MN1."cُ&״Ba0? &d+%|t AEe0P[7]x!jvkRڝqL+|/l`w⎁Ռ7TaO+*8'% xw(ݎv߭QC ;=gUw&&+L)ڒDdr\sO*TFVR_aMoX;s\i]rr QHƯ hpU]5oeaS7IS9V;D}^vvT+_t׋Uʪ40@?i=AY֐17 4"}|h l4)xgELY2~oش>?-OFxw(a5+,7>:4wKZ$tH -&~~$8jb4atV#JũҸe-`خx.h8]<]G;q߳:V{ [0f&j1K;GTJ Ӣl̏r2 0p9x_ [9q! ]7eD#~J=zA_4H ZY[ԯjfP!fXuvum_;0-K$jTGE_MJCMT t7YU`"Ey"hi72h>> (hck53 q`PR?W/"rRjDH g/5; Sͣ.Iwoi݅^HM|, *>0CIwhV!6 rWpCZ,&FcnKKv-n“jt'u+.BkbW)<;FcL%9Aǵ1>=ܓuw VKQQPHX P *dsk7v‹jK6"LK|<ɚ[=olښkf$-^ZЗ6AخQ M85 #fM/9_Yh:[\Gn~u|'胅s":S>4HG>9J$;ۚ1ވpֵu3bl_^N-@>v%助ncÉaPl8w8ꄲ3|ЂIt +4-9i(&mOF;"\yߦ֮C}rϬ0A2+K5wj@L^xUd-EN+q>? q]Vɂm+;4}!4񈔣/?~mj0™eORIp jp1뜌@]/LR$cNN\H F] }\GO}9zP}N>sGoJ%0 2RntuVA`΢;Л&2'HM?|GZdY߲7m`1sCi>,HN(P(zV wsJtCƵWQ~IG%|x=AM!^o md\k#,˕l:~l3gEP\n8N3i jWcꌔ$p? mv7CJ^l fAW@ .2ȭQp~+zG]B[`mn!̀ad_\ 1muߏRUԎ\4^ M!GhRr Ay+2ngbԥl {NJ<<[y޽Dh݁idz{t_UZDG㾺 %(IUE=5oץTi\/)sa|25_,wvz(ä}F8,L%)OSV`b3f[xJzn?YuTMwo/p_ hNNv?N" ,[^K{T4)b=^nh!T#FiT=}ɷ^y1 Z9ɜ\)kbݼgFZW nmtI6zί]%eżݬOu$ !g練Zdzo!Kl)XDȟ F(C\O{;F6sBgbށA!qj6]n/u9{Y疎egʟjXP6I'vI#D_GËF#_!/Oz n3CٮjSE9Յr4=dt'c8EuS zeƛgw|Dt9xM>`iF0Aak=z a4H+yaKT5ඁ,G "0|d#Eܙ 14T~D]\z;[2B,Hg)7L7HqM S_:GqPL}~Q& J%^5#ļ/¬+ST/B8oR}D)WksSev,n^77BBZle6(lFQ$|ul3Zn[o\S 'h7*Nte1GpZZ&z3!{4nxҤE#[Y=+V5W1YjgE<+3Wh !?N߿uVgنnACuzs1.\)o>H+ \AhUg$ ȡ(%6a;V;Sr9DbTj/޷Pq@"n!ixcl!?EU )%ԸpJ"z%쉷/V߭'3A^dVEl1Re*_Ιq/;TSs4N5gW+# c6<κ nBSTA=XO\D|9Rp . qGx<2;#:`cˀbhXtpa>+1Y6朌2R|rS7oV/ѻuEj5Du7;B@ٙڦo: 17OXld?Ctp͒x8>ʍiӉ%28O78tܯs&n`FBZ\0_ζhҊ v w@R,Ε{"yxV{zR1$hed*x)Iv݃AbX4L1 p/CT)?Ϙ_>N5 W=/#􉡐_Gz͜t kmwz`JV:ǃVrCQߕ9ɎwEa٦BXus^Rdikpā$@Wl}B %Z8dtDP@_ഌD %=ff:~ db7GY1*-C>ecg<4إL̻;G~~m4-9xLuՋX?Ӄܩͨ< p1H38wy~)bkiU%f1cEHAjuh==V.K^C"~S W4_$dCW^6L!J66 ),wA7^^D`&xZpcw<}#S.s骱= j#އUyf3ܣDQ^];$VOd_ A&/o}x1$5FZ/ߑ#D!&ܛ~:ba +$'Hs i2m&^PDjEonr4\Iыb`-Z;̯~-/qȟ\V"Ո[1A?lJ v;c\O|GKHOt^S.Aw2@$U7k7:ېW]C:l,ag|q[!d'5|zѨEvRZ&\n-3\U Ȇ Sɰ5Kݡ 83*X˚> f 2`2@8 j~O:<ŤF^&"4(Y76(JV"'xz&"%~WS hJ[*l](J a{%tisE= a#o<-kҚk !4`yg?.^KX#gnC  |2Ln?^%l?Gè Sdnrٟƞ# N}C7M봑Q8yokaX'Q<Zה&fَgk] OaHCXMsҙG$<{}AI8^ X֗]~P0Gd^KΞmO}QTiI72R)k*`e @uQ3"Qn FviaIvJێ`־OL׫aHEĸ[FKf.yliGʠ EeH*K.=AFt,e !Kvp YKY=$I=glGk+ec jU7Hb27SiZzx҆t<]MiV#>gmaH0%bƩP簙MVWt_`(C(NHnw3@=%aZBBSacΧZl>ĖE| /Bd [\1qA-f'Ihir &I\$/fc^Mb%Dm;+lܫ%?O !L$N*K'6&VTdBy2iͥsgȔܣg2{]^j ^%x 0c`py7 C(uI^|[X׆ݑxl7.rbU7ѨQ?= ?^:NCG#}[ ̳k𻄑4b7 r$Φ6g5;Ll0Gf&*&fzҹ%񆯁:p_QM!B7G0FC:u2Sϻ&֧8XW^i}UVk~RyB:~YQ]Ǖ̷RB"_,3"NA vB@'} G<#TDNQ3w6Y $]X_2T+]|P?TZO8ʤW|s(g7cXt0DB9ssYh65}0nb_{ByˋeGgnW h )!u?py7dI28n5FO-Ĩ BA=4tL{<›H>}p+(tP>]O.}=VhcV; ĚZ f.O4 X^)EtE^a OS|bbaC|nu3(qJ`Wtʙ\qsK׶ }>͊ v[}{lS(2+j^Cn *W{Wo5 bشiĬ u  \5vOy^,)DUC ),~QYI4(|U j^Q\ {ɷfks.4x[ D˾*;cW~ȬLIیN(WND= `y;m)YVZc&!'g7 M4SXyE"N|Mt6ˮn=-(5 qɕv1^&'T 0{* , IfPkSO8"H/!`^\C ½Pb$5.,|`(_f,W@0Ru|y.Mu]z}<ךB*{09'ib$Bm^ګdWi<V6EZCkI;a»hŷCUgЭԓxУEU/c:]{!\nž$!fV- v,'jP?29vBhl=p)Qli'V<wg<5+ix(Roj{-0lK(ve[cv+>DRU N@/~0U&t" AX ZP(թ' ,)'˙bAcdUMjjs3'Dd awY~GYAZ ck—f"0nf'E1x${wAi0GB~w==M3]Zq!Wr̳sY/wpfc<b ۈC>m:QV8S^mtvH-L!uoM1H,*vs7KRbm!$xʥou4"8՞xZe򉱏ԑSCn1eÄP“P,[oI{;C(l:%nu W3#Ἆ>Qw5S2/ EjwGU^TnihZ:gkVErN-Tu^x¢jڲQm좓w {GÝj< HTb~إFvGC"{NzJ~Kr~sѨ<}Nh=:ai~5DaD3*ig[*̒aBꟛIO~MahX'tY쵱ӽJ#m.7+O`.#[AF3.%.-g741KJٱtAլXO"0ʍ- \P6M< 4CG -Pc5>(*ע~6"R5\ҲdDBzJMbJ 躱~ e*"'=b|o0$Քiq$$wu`znӷ럏Zk,S$6ؗu SX~P?g]u8S:Miud5,:9rZS-SVx i0)!1ejOBKpDZ:ZSfNGRuj[œlB)w!M)܁-o0T|:޶1(g_ NMfeB8JjXq0U]DŽY(DtuQLNsCG>QãL &o]Ѯ@E (}ܙ5냠aoNyxTZ$תOrI"hbo/>v ᫕9H r:^@y6 s3:OV t3~VsXreHlh"af.9 9|$Up1DЉat) eNѥOaS2@k#9 T»udUxnaӖd,X=j Bҋ;F$G:n~<p$ ˠ6Ey&F? )m+YtCgv󋀕4fC3^)=b>sAҿ^$DV_ "aR|e%H:CԼT jbmUChiә2qӍ u,PMh' @X y,[}>Oݏ~8J_S W[{ WԅVF{#x+ %; _ [*4:\0MڡL*&.]v_歌gWxiqvC od~2)ug &ÌܢHg5P'79h))A,UgUfUO~}s>р}VJMJ$py ̊N?tОrt5i uֹZpywDi#xvc)-!+̠g}n[ZLigeK>'Qś$ҫ")'՛ȠBj!nbyc}y4 a~\oI}D@ 7*Tաv,(=$RN AO}ŵ>W%v+d~DU `H宺w>i|t&g`Q?K%5sɺٙ~7 ~~&$>4m=,kQ#Tb$mi_q&=^Qlk[uNjK%e $vslKy6E6l @.uap=ajw(]'䠣ꁱ]`4A2_eUJ[|fF`xg'zBe,&h8f\R6OוIjSXwPk֜TPvٞOL@8WEM3$Jp\jDXՀ\jvZ\xx]iݏ2of&[a{XǏbp.mvE84$DXmo'z[16,˾vVɈv|hTF&pw$#Q.>M"g'w{J,Pf"ti f]ͯ"w~C#q٘7,sdQVTC`zMፕ$CЪ`H\Rc鵻AlP'pWH@ZG@~+B{1.R j851v`b@N=weՀFpLƸSOI>?t**A]Nozb5?$)Yd '޹f ^;`|>$4R?&^Y^y1LYo|ʧƔE1^@3-&0osS /Ws+{4L W͍l;? 6f-]uFX&^zNN֯@9DDk@^;L; W[d[vWnѰ*Ǒ1UUlGד'1z'<^=e0_4ṪFgX'L.hh\^?A?u/GJmi_鵸±;ɪs5k@ * X?D@kҚ̠~d?1*~XjH]kl:nY- >ϘQs쏹ұ8w{2ćW̃L!g'8y$w` Rp@!-PFx:3ʃV#|J@(F פ"} y{ɼ ~pq . zBO:Z7>ܭ[ >?98"3=8!HވA!-SF{5;,4udc7CBBU$Ir"{isF{txF-ǬUjyzkҭ\ӼkAxc(S՚:r qJP>{K/<-CKqlYW48[`&aS : XJ)AIJzy&Km7/fA?8&6GIKJ#ԖyMy ~CϏH lCډmƣseը\ |jGTfɝ[\$&t#C ´0s[Oc$\WUDKVȾ m@hy. ׋٪͘@V%<J-Kd9ߒMTZ\FkSlۉ#'çvߝ%-.\dV/m@?}8hg%%[c-H1$}Id飴qw.!l=Ro'0GA߉t 0$>cPai.`.-$o%=U?ah1ǛJU]G JjP„#wѴR|H.rAHIDgC=p^̅ؗRNH!bϼP#:2WoSfYP*&;]oÄ́NpgXEDG. 0GyFVm5U8+u _*'d`)Su6N4̗Ϣ<J's9\:ykUJR9wƚɨ>1rJ{l~m$”weT:?bgn5qK!7[Mvfpflj4/E `,6wtwE a RቻK6DԳ+<+c\s/^ރIʒWT/L"ɍ+9!N~&=*x6H3~nޱM/m> >ɘc /$k T)iES 绶Jh𳓏U[Ln zpmP^-D,GձMC W =a$ey8W}*5=MB`Kf sg'U$) G*C?z$"5Al |l%;zTǀĒG#*Gl16Mα[X9G@'5=@x?Gj]ъ^m[n[ +$ (*S:b) RC!OQp8[, $\耳X»9&WaԝLzvƩH GOECl^)@~кQ3Td 0bJF68l*;붷uL/e}oߎf&W'oi$;8xֲC،@.8 \C'6JOQ}Ap߮y W _T>A̍mĘ|p .Hag,pqp(m/DM7Gn;&RNƕfT%|10vSXL=845#d | D']~OW_a!&$CljEd8ԲTu^5[h )/#?˂I}]kcO6~c9Nɣ0 1&&y}Ѓ֤DQ]ǤhN|eY w2٘W2If3XX1):0S *ziCI#?@?~׳啹L[9~ 2tvծQP f!~b ^dUzK!5'R^ol͌g\Ӎ7~Ae̱ Ez惭J1+Yb_"t=31\Go~~_V$Hw\ ) \H'"(Xj;vnZifӣ[+pgJ,ͥ^5NO6YxH3*KXgQ*_gv3F)}Yoavu@ hsl(Y U! ◍ @}iM ?`Vғkvȗ띑7FCp"g=Afer(S-]D3;Fh91W e?zI#0bg +`Droڅe ~9"-M E,PR sҞtbR4HpVErU!@3˚4Og-CxF:҉)I!`iϊ bc>amar}?{՚6%ȼ.%D ?4O΍jB.}J@ɟqT1+:vJoW5^d ~I@Hu?OlM\PSS,GA1`8'9 ޅoGD%|SXFq* j>49 $|4m7e5syږVBvrdwWɳ{+q/em)Js1S49fY |(fO :4G\>O+4fkvfDN VSdy!Q/[rv޿UFUɬBmee68Lаk>h=M]8#ዾQA=dN?f[`Vjc(b9Fa |7mV.sy݌飰li7 u@cd'X*_C?$>l<36=jM k{Oo"]Gn3.s`Ƈ,E E:ّru { or =Yͪ}$~,$ ^^Vy\:/Bi `!ǥ,(ɿWv6Ov Ӣ)硶; l-- WF_|dP7(pLPѫ-e3 XCoMǛMPYWMH#Vgԝ VW!gΥ8H+nϨGoVv+ĀAGIzKؿ9`o oMݬJ\ %9X1a'02(<%w,.itZr/j?}e9N ͦ`Ƕ [ \uzc4R-%N%4٧nn|ЎY$ý)le/Kp⟏`ioS>~;z'3MfИ\&ɪ۴ugC #Ž*K3RV;ҝjjL#BᱴL"Ry|Qp\ 2/mtcݴ>=U6^j|8 H7tK*o!9!UY5DhT'b&q'ϟ2\#Y3}w.%fwILE}C4GS/b:pq]K$Q?*Luo:HRjntr"|2L$ N!t߭(&gP9fGV~uv5MbA-CCkQ?LQcUJz.I@?ӘK(T ^iS G?4y3EK~llLj[>b̟F@tl:C`'W'ʾSFPp&ir^[Xq{L(2pِ6[fȆq'Ჿ5HH`,K&bVAd<]=!nuԐ]egai(Wc|v@'wT)Q@Ŧ1I:X碌X-#9Wo[(or( 5?pl8@)1^ɠ;8U +`lPhC 8ȻeA& U/{Y4?U.M- ݠ 5SDJV'JCp@<-{jmcz(?")teV:MgCeq=drySeC$d4F޾ߝ ._DOG< {RH`J# X-b墸w^;1.ZknhV``4ra*D[X}PO <P:Ck i>]]JQgd(_i\,EtC]}SL-ʁ߇I͇lq?1; Ó/o/P ;l|fy S+/=q&,ګw4 `-{`FKôLS*;f- yq?>QY_mGH{᷁S(,eB-V ht#fjcҦ~n!:51C-cUpfM*Gr6rܧ6ltF?!X4XJk]szR M莍 R#Ȃ iIrqMOg35*W]a6΢QKxZd~$J 6Z_+lGvqu3bG6K sd4$y[6m$h 3ffS\.sնZ=aBV_2IϢO_R3=W?4<.ᩪ|I1{`‹ `wR|ӷ"ݱA6CmlhNtS^R]m>.ll ވJlw0͕>yuZ>`HJ*мc.>m='TY,Fp7OiGqZ3v$Qkt* x} ݂]{.W\%P]pz%2Sg;]u:Sm^Pf @0ea 9mO6J *A vק!4LsQ {[3F6_Ab?y Z_46W%chja'YKLs\0fA@bu["` M3T2|'3ڷ1+sɵ<跴n /Qn x60bh)2—Jz$܌ݴjr w(T{֏S띈I˸%(rSũsͲ,h\g\+f(I[#? 5-7'}M6?ng+a0PH[yIF {TG[ȕԠrB[ 2!GlBw=c^ARG}=Q%ASd= 3ђ5U%:;&q q, SUCŦn$M%AhqOAt+IZT 0y"//9&R?XB'IeY.QL,"ؑ J_2K8ֆV೉G`p7.8ebȬJNEϮsX*-,pO>Ž ۱YK~z.w ld c5Of~Ë=q&Iyo=oJ,MĩulNĒgPL)`aʡ,%hWID.s}zٓ$DA~T3{] *^ط=u ^fۤUaor[AW8 ("gHG5Vގ\+ u'uK@#fRǼ;bh{ AO!Y>\#L]GK럳_Qջ & .Xstj /ž\-"`@TLa晞Ӽ0pu}QXF}h*nd5GvYٹ@ m\Q@b/qNPcaBfj ב`s޿g0p os>z\a ,4zEkd[Ƹ ~&e먒y&TE%6cyJ;V}DZ̩y^f9(ֲe\RX1qTL_(v1!4ϰK m5 ?X"5E]eA2>|=Ώ:!Dv"Xy8/Cw!ؕPYnU–jٙ-9H`^*{)ξҼ>NTsIP'G?3`q?JV(tó^!I>cx c20=8(`gU9/:PBE0zPSr$3}؊ވdGx pdDCz̧:Np<@eaZ-& f? ap;`o1Dbx}:TLmaଖ].z#( znt93S-%_ r&ၰS1nmpCS3Ms ѧ,q ]}Lv^j(qG 'C} 6r@΁xi|k)iXD^]ǩ=B,[㡹T^G|4v7t ۷o}{y켎M?r8r;KK5pe"ǡ;瘖Ä͢['7 p%ټ;{E!I8X`2X-< \aYl C=.U}X =[Wxn/!.OBKnc,LwHiݒ1 EI?҉iԯeɘ8/-0glT#dCI4S5󑹾 db߅Ig6#%v/,w]T?VzU+)(_c{9VͨsewѷRV4; Y5'B RYK9UݹxUY32^5<yF W}yUj<E$h?7ma;у>mfro"edWqAW(FO{]遐G GykutJՃxgQ#'q¸k8שx[2lqRS AKSk[׈+X)/|J7 b{XkhWt0taG[>c-k!zuz iӚF,}a^ɜl;'I3tmi&)z5UAEDԿL]yЗ(يb%_IXtU`>@l KAPaMȻ# P<ܜdB#6ԴHN/rw[kH҅+w ]wAKntb#X-<&v=3VQy(4@x}mn/@ k~Hd\ùp$ 8^Ah4(sjmUς+@75,KruA>Y~ GqBbvH`Ҥ7+-ad`kcx~J2hdd#Hyt$ùOኤk i..po)!T8Ûa뉔SG),`S&Mg5Bba+O6sKv,=| 0Esvʒ;=uڛl4Y$UD` Y Tp%3 NϿHI3h6A3p(q咰Tyj*$Jw E6UԷ2bA0 2S;JMO9ńU7]K[5@q0{ TM@yϐ ~lH x?vKSK^@2cgBS5sĞCT@jոyKJFuS[8CAUcuK0rZ+7L0Vz1N<-0utԓA@OSl2w)a-XyY53Xni zO F:2w NAs9ȣC6|&nFHD! 07=XhZw~ S5DѦTsTv}dڥ߃S7-J7gtf"Ȇ!㙩p0QQ:F gEXB~&'0sC"qh" -D9i<{8*ߍGѾ} H1vKL%~W z6rzw $w_I32dJ_.D֜9Bf@ӏc9J߯A"Bm@# Ծq|؆^[{R"uMwj~ITi\W& eW#PE!CJ>}ד3 D/ը ʥgO _W($XZo@Zny*koBILFV}(FW"C@Ȥ^"Ā[qE{hdzn(>[>CI:QiL[J 58EKzhdQ@z?kZFhIk*.Hz}wh/ A/䃉1ՋP/ ,&w[NRj%CdЁG{Rt3VQ݋dQe|jwɀRIX"yyo\!~aѨpQUmMWP7ľ aΑ GdNGnjƒ|e);Zw5 +XZ; #rJ/4'Of{6l JpX*D̗[`!cF6m7ܑ{"Ź r9 ;;o/S^aꎨ!Ίh0@&{FК% ` i dr6z O#(MҒ&L{`j%QpV:c3OʧBy Qz[i:ŨZ[AI32_oJr/+-)# ۚ5d0g4) (Fd5ߥԝ6_qoB|H~Sb=K 豲3g~kcW<~$qBNP.OV7JH~%d.CջFvk }yԃb}S -)d'P;.i#_ea{d %4K7-SMYVĭ/yv/ @Œ>"'a2̓2V1wl`BN젲() 'ߜU5UcqN 3ӍZ'IRHtG ׅg 3hRSiWjWS"Fw ?om`zn!mӺiȚ+0׀dU=ug}K&'l|v/m׿@qY3/VUE@4H褚e3)qKZ=2X54zzLFܥo/[ΫMT. PG&آ2bUU}#ǚksFG#o$c/-Nϊ4@"gkge>QMP;Hi#UmJyuo ƞ멜ucaץ֜~.ү M=;X׾x#]O?9d`\F/Xj?RfߐpF'pXG6kqpVoѧ}wh.5*"Ky(Md[]ɐWS{б',~g9g:{NyY%}c[̲+6ޑa"UҀfnXd 4ك%1+dC Ð|^46e"eTojX5*A(BRd+ԭ1eN@'Vi5 lf?'#kr?}ؽHkiʭ͕3f"jў4WJD Z#o@>ɣ!5C3E5d"k)" eɚ<7檟@[\Ysc,;^4.HYaUwWϐ8W/H .8?o_>V"h6"PysL[+hbq 1Hl5 :_vqm,LUOFFa5a eh|sF;g]\t˳8_%(] 1#l]dcd0dv2p09Iڲ; &y S`Q+w +pww!1c2y16^@GbOn&ktų8w |ֻp05y›1syﮫkV>/ԥpCf"Mo/OB~~pߑDҼ:6N1>؉*>Š9ìcAzHK%&~sg6qߴL]t"RyN#x3ќmo:iV#>5PŨ PP+>x+x0"=wr\LVރV7DS2j HF*2wsZCbr{Qfvu`]1/4fb0۠xWOm+󜍑sRI/VP#}a\AɥpPm舐A $Mu2ʯЀ[ɬ.YT9)v=BW^ ڥ|6D07iROzd^fCaZD"r”Nbd27&VthRX,%OJ^8"tO/ISZTo᭑N/#cW~@ sЀ+1x$C`3O̝ }`WYJN@<Z)Q>lJđ0PƎڍY/OD]g ._$GlWY,!$!d٘h*skn)8$'і40}gn{݉9I} MŌ3tVr<}Fb^s OcR'v`g$T.݉鶾(+>Ef ( CBF糿!*Eiq2F {'+g+Q;"'? ^JEѼ%eB+b,H<۠ G򺯙&<47<x |vQ+fFXB4ruH$p$ #+J-3W`<XVHU9Bb1ɲ3k3k!߇qdth4H+9:@xF(bVIVzPnoO>4D_!W'$(3(+Ʌ$u-ȐVz80XA%գZBMdփ .5'@? ޘФϛ+Sԭ)}}0$proQ< oisjwi+٫JkJrڃhԐ u`Rw%!}K2o劤'y;˄L[HRZJyv8\2lxjر(sreo_nt5+)"VN8c*|R J+'K7'Ͽ^A}k o 7 n}[Bʣm9ʞ mpخOtL&s?)W 9wO'DqH\O~R{1CuybAJG/$ *4>>FAI9ϓ a[t9%(]YO}}G 1;iXbܶ wݐ.>HmL]!d{e&ghoe lz_6ENs(:]-`JF} gj?c !#Y([y:y'o&,tʄD^zW;0f9:VeeΧCJ Pt^r=yBPLG=5y]irUruOmfbd( 3$!Y-0uǥ}~]/=ĀbʷB&]#_%tP^CC%h/9 zo RtUS_O];Rc#,7 ۻ `3p !l3ɛPn}0`|_ȉ*ܔ' uZld]·=V E Xy>qXr,bĜoZŁeGe2h4tA&M''~k2z&/ 1:͂ka$(17O?c3h6Pl"iYq+]ÑuX+1+%bC jSJ砲`,#Yrj[o(EIN'Hdܐ-4!OQb'pZ4L1OJ@$+90D@%cN _уY_mU _c"gz@ˤmT`!{[E؝؂1僳*n+=eQ7lf=9HbS6:Bqm"i%I7yJ̦N;\4Y8Hվ6&ɜHE]CR޺W$wՎv,kC9I8 %_E:hv'Jte lwQXFvN[f}]N G P)T#Ðijs2ec_<0]J~/h"ᯬTۃo7H#&Az6ZJ>v]gipUtMqICTe)z{<)R.d-1sáQ\}p>=ӑNW9=WƻlXP5Sɴ"6B^χq{͉qT>bډ^7CϨ}c ˓NSx8=.U" (Zp>UDбmY9:)bn\GP탷 87 rU7%FKv}]%Vhnf@{Fkl8@I\eK`CZ.Y&]*TRiօ4;iaVy(WS$xzfP/ɠ F@zb3{qb^ 3MBE-~!@ۡ_EkGӪDjF;=ӫjn*_ /lfN6K%T7Dw6^4eO8s}u4%״pr`\Uok7S|ЃSA$61WfͭnM1l M!m\e7f3Kˆ /_7dҙ0͙Su!=d֯#swd;t#׬M i?ɧKU$WHLD+FL*L$tB"ZwQ, B1.f hRA/sSpG1J,.vn'WZ8 UHZoAY`ߝ<#1v_ftJ wXF}Yx3@Aԙb,axތ]eVxpjly".f/dH5mu>J۸jQR\ܓL_obnX$*+ㆎc7 k1}ۧ}y z~&f&c_o l[Pr|3XԷeۣE.dlLN~;D-bYXCcӠz$s%GGF+1 0R hEjiVcc5rM.0ɻK([i{0u7$#%GЫ/:[^tN@ G2_Q!]kn<v-DU9cc]{R= -[?g:‡o6c0a}Nqyҡs"[o$(y)ޝ"p_hK` 09Q|,8 Y[i`p!Q+o#UZap߸\ơDK'M AXҥhd92uX^5GLEQGb ,JΠB@>[x~ ˳M%̠ĮR߅^7X$)x7?d88#BdvCWjĦwL't? ;n4$|A iFC !oPttw;C1Kky]K7wPl#&w2\/~ib6LgfbZ ܍̀s) P]e&̸:RKY8PyLdnxq%ТS6VIE]@`͈S?M)=cq_AG1+d iags]GNS_`h_wfe XOZ`># YԩeCXa*pGw<{W5S ڢjXXgyuG" s k0Ho#j֞#$|b7A )>#>j{-4}ãzˏfXm|,VeNhdduKC|/ %DĒx,}6a\5z5&.c8Uiޱ+9o+s:}q8X?5:q\r YZ.gRڔk6V#<CghX؃c{[<"v7ش)oN~BCM7 N|팁kcI_.;7A1J)-ǚH$`;yt)}i1-՟t"~. 0v9/v,wF S;S㕷AtJF՚{l{X:M/m_z[|Be/?J@vLSD爭37Za̭"byQ#QfkLt|lo2)} JlZ$`moE}"k:2/)eU<T 069^N~l@ఢ'[%o*j_ jƪe]E2szIs/o>iYou)sp+qoˀxyں.\SUdr>CWv`܂7 p3+3)MH9]a@)p4cBL^`oc=hRg.x/RwBWF͎&f`7JrL{~ȑ#WkKYT8_.}|E/'0mGs({̓s2;ʓ^M׌k߮Mo'H`&QO6?8G4+f&/r)9+G`ƦWrx/yOi2Wz7&etM"W۾ v9tqtV4ongPm"C^zVghF`ZVyHitճÈ7:Kb\ľx}yZ 9H-) ފ4sHssӻ_ |Tu/OG4t!hx04ݭ$Ċ4{  5/1Vd ݟ+&88 ;[j (m,4R!EфɁ1 lj0uh;뱲t&`]~3E^Ki7yYP.LetwCYKz%DO̙zsOuAkQZg xG`dalLƞ38`6=0OlJmfPud//8o~g_}snؒZY70]WH:?t*8N0|K!Ξ}ưٰ}kdsɠW3jNh7o R V81)2;ЗC=e7Z`9p)N: kIjB^Eɝ7)~Ɓ!`Zex+^89\[ݠrrlHK/}EG 㘣p6yir6Ԓ{: pׯo :BRF8pK3U_o+ilO$> RVox4>stR[kcwgRʔ4l{LE[κ ' _ߡ SY 4Nf+Lzr!AV5{I&N T)p`0S rx.\A+J2- S+T/3,:#~Yȝ=i2΄mM& dÊ{ԹlI=KIpt db".?ݫ;YFGSqjtggHifu%!g2=JW LtY:+\JlT|R=umVG&s ZCIY=;uX>PVswQec |Z]eIR79hgh7^Ah#ڽLl_xpLզ JlwĻ'^-14G֩p형kU(yژ{%J<|h"*Ϝ=~o!V?' o@ޗh -Bj)Uۦp.Ey3RiĜ^V XRɍ' >C_v1 llFJ$zc}u |o0O03܋b4{%5 #XrB8JJVTLQ[JE1=(cwF33du\DaS ҳ>) VB: J@䊃vtHO0{IPxm@0ӛT3Q<6l~2;fմΎ*g/&\5 #+~G(-w#tȦT[;Elq.iل&QxP ]k￿ \n? Ľ 2\ƢjO.2uȂ2gM6J)s,Go7YdXXdVTU  2^ֽ"$7RDsipz| ^Z_QRFcf? qe{{Gs0(#^bens̳x] c~v!"SHJ~JJNTB)(<>#(KOJn5Hsf2Uo!.qhw4$MfTJh·8k`lwn`{5Ǝ>ݫ* ? zk qtMP Aڕ%DR׾!rhUOC(~Z@^dӽ].rҠwW0^=ZqUc4dں:o/keirK7\nIAl%0. !"ھ5ٲ/Ta*ab^o8]@T;;6Fb6ۼT KW8fw2'~!}w= רyͳTRk\[^VqǏDnJR5`t_R̩f0CQyq}*O83 bo|c5#LpEY0i6.:"H=r_!KƉasUލ%3M ݑWR%fzPI'h|0R\/ Ku+ 3:q\T^F:f)T"]LR?u+޴Q kHnrPLzz4:mO;zqܤ|1a6O 5੬/% ( l-bv2ҸlA|Zv6v=bsw/S\QñϥTT^To&L$,$&тbFv lB|Qµ+-prD4y\.tm>eѡi )?TD:!K )h8a *TaxudA٨[Tܝ?Ѫ6D e`+ %Rׂrw2@i28n?wH@)e&ڝ;j* 8I2;l:jsX>sVѣ/ΉW]Aa.Lx].#{R+\Pjro_\|>3KySTt gj#e]גX#ng p??q:;cw/kcAtjڹ2oM'bpv6O3~at;HR GӇ RSM/; 4q٧xj`-FF8aM!>]4$͸XoTgC~ssK(d+Ԍ 7Tb0$X̿6Z<s e7y8Mkgӄ.G aIJ5`B%8k ΪչuS6ǣ[F1Ɛؖt@ΝHι 9Qv۽r tkiA* P4Qs̏PB$xn7NL*OXr BEQGx;E <.\9T`MI M&yr H6n@bUjgι<"+K" /_]nJ5ek:ٵa- X#z(n!7?bWR+F+GkiF!j)4!A^=@>tjs:f)+|a5 Gw.FF6R\t[28=uW,b҅Xzv! Qudx=WА9JAL?rBO`dp5CgȿᲸD[)loXPo*^fj**t[[B qsC]bβP% v`߭^mtb˒J(cdhpť?B7[Ln x3[EYę[L"(Ln<'jvad_jg8:1"\T=.ޥMbUf[(6*c7q R(Pg:R}& ̷}^3R,@Qc.`Xj̫,c ߎB:nis-_SdyPBkF]rjK%H-7+)%LٺõFn\©Og&ý]uGfZЎ]Vz%~`tJl;g' ^`FBԀ >VU[ ІAؓ]Xlr@)9;FJ(KbF\L͕~Nڂ/NwҦn.I (G?SWY2*FP X 7m._hj^?~bg(ğ%9/g!Z GKCE_-5WL ڄ*D`q+\D{OZf@Q%:.mIT DsEsp)hH|~:Yo)JIMnDILxD ).9l|aˑ}NA[MsRW,k_Fv+O-dI1CqRO܍ŐVR[@ d0\ ,Rk1JBS7Ǻ/D[EC!^"`S20޽}Gkx:`Ɇ@{=./Il.ӄc+>_Q49;p=s3й竹T_=O#\k8mCE| m{lTOy3c;ʼn3?7?*̲c!1ވr  |~%yKe2ʻXh2=Vr0n= };N?@IJ{Z?UC޿OYWaSr{i[&46eߠ΅ U!2:;?OXĔuL&n?/5OG*gndl_mi 34Ѭ?uF9IfRh_T;C2{wRAV*2E,Y(Ur8E%[mX89߄ Vοh ,q!u[>]b5||?*+UI6DZ#cl^R~:F+>1$'}ԁkqX%ߊֵ4 ⢔6/mYK3Njd)4ʊCk|y) ,]ϵޅ j,ȣ0bM+bFk]k\a&;flR]r )35(]n}u , c¾,pXl0]vV؝-}Iְ[ 5c}wg}&FU0Ε)lLo, 4r,:$M 2Wq}c%S.JiK&QCO!Y/揯lFݼf4s_Fpj(gTY{q-,aC-wQ/& 02=i װ7bwޔ9n`%߷n٤#Xse " uHfw%9UHX:X[%3 T\ƺC19ٲF'}6έkE̖~7l C-\ׂr$3Y It@^t#;\EZ]߆V&; 5FUwfKʒb z̄U{NUX^H{Ttae>wH|ڛ|'~ҭ/҇keO' ֞b#~Lf$2۬KnLZy)$ш]_z4?~I7A]Lgc^~9jVweuҖ?nhoOAk?0G&z:g)G8E /Hkٝ k!%6I _IXG"ʈ2%SWMP64ӻł^+A`\ۼ`MXqdtw8 Bt׾KßϋI,a9!UdGgz?v^Dx0AWkh\$\Pn =ߓ4LK2fBE@Uz?]o CV?ca azjS XB~T"r:|w5u orUM%S÷0{t4ڪE2^wJ=2汩4rq*P7"k/r?x}Y k[ddiR6)A+'+XV6SЁ ZP?*3 ԶSV^h8>:K!ѡm'S~m9-ܡ'roSnyHRp68. GBR0[nr.epI5UKJK-kšbo@.|? %Jx|X[9(%JKͦ$0ٕU\g]Kjh4T^똻Je81 U2lĖS1^{0;bPjȪ0ɮgpw4](ݕ9MRz^]VF-[S޴~gQd\IS9Sي@IO Ѷ+Sʊ'1a ^:>MoU F˂oSb֤;T0# v0~~:$y V-46}σ˱2ja\G0`g/hNR=X,n .S* )$e3Ἱ{_Ji5| [ GZ iP5$\ ~fmef "}KaIBZ*^ux&J(=4m%~kߚ*>Klh#ix'LEf-WJ&OnmCV~>8,$0 #ŸjyLQWPbFWzۍ΂ 3~l /&~0lK){eYHRd⌛6PRrvsurƕf B!ԪrYC}ٔ&Cq~4:͋N B VNG ]MO{$'KXEM΍NF,NxgqVK]paVu/H_L_N:XyGr"i7Ŷwm(ĉ"MufImsCYQƩRحNN >~!%LhHsWĘG~*,j([p.8]|հ{U=WDϭ;Qbvk-3_f`$_ivzN0<hUn?d|H<EZmQuZR>L`ƱiG|+oH(- G%4C fm/Nu~`>EϜk`gqP6zF a\&!5|]GZcU㥌X!z@x~U[MV-G#fbNkϿx7Ͼ q4,+$r Q#Pw` h K~zXNwT^Up+TYY LaJAG[?H/%.> .'K;?]CMՕHƾ=e#`U>2 zJȕ9UtH^Puu#Tiv`F~h;{ڳz5'1x{"a`.j0]wioM]ʣ 202<.Py˝b(C c(SW{ B)sU}z{v\S>-o#3k[Љt,Nk=rH d ,E)avEϨd"5IzG&;cב* x )J*=  @c ;4Ol;vz6R/ }oj𪵧++Ђ49&(t-/6&AG,^ozTf2B=U7\/BI.H`6'YZ̈V `iPzͭ9f*w~ Ujs¹@k2Q _5m>6@oEKH%n2x9X;;C}`+7\9ӘlpN?l,=Yԥnvj 9Lg*6|x5ek̆4g:hxT@x%-ssykh:G6u3}vά6Nm2:& eЫ"`FbP`2hJ5?](A7F/Gms7jf1])ײCL<dʿ#hVUx$|Ƣmlu;54v[S!ևn1ϷhQL,M+A OsxC}K7ɖ^~EqɵNBm1~.}ZFۊ|LlK^3'!"V+f Y w4S+e6B p^_KI@m}TfM+lșu춌$0bAК-Qs-uLhԊLq*+L@6jJ{Լs"VFo.]{:6SB^1GK!Ətyaǟ GmE-z>@E3m|Ükr4ꙭ#{/~k,ٿ/& x^}Q*24b% B`(SXe."`D,5*$Bi 3 z{K'$|̙oOrC/]@Gx:~]ua7xJ E] JyPff}J]La*]^$ND%{+4~-Y|KkK@|X+#0Ptflubs5OygJ  9q M`kZɴt77ynk!1sw77t|{]m >B$ٺ)\=tu0Dͽ=2 z)vOmhF7z9o^ûqY>~&H%tu1 >ehF$e$ FEQ*9Ij=XP`_n~W#~Jn $70(_3T3P'%qν. ɱy,~\u,: Q#HҶ )^˔- Oh SܲOk6q5!f4N쥧)2:>@8VV9oG)a209+ ;ɃgN6]Ϩ+)QʵxtbD;$K~{ߚD`FMC#"dx3v6?qQV%vĚcc@ho?#棎Y@)O"퓏t| xPX" ʛL8= l3$\>_l6]:mP*=?Z')@5$tPBhi 7d6qHqA qxT(4wM 搵2T0ܸkq#{t!Cn 3HG`g,LO0xJVyʤF|Q"1g52#Tƥ'u$Ý@LOK_f;#sb\6yÎp,l/Qf$85#EFjmԢ* `)N<%]!/9 Pe]Ũݑ2>DŊV\T+"]UWx&4a `U 􊴍%Jń^ԖSP- (nVEdw^jx/ Jއ0tOqPq0>7E~9  #<ЮG-/Ϻ > kYGVarq/޺c )!ucZ8 W͢xC9z^cȳ`}N6փm?P]l#gB]}$lH(9V?SWHrg>[1RC bdO|dlԪ#,x|3-1 HOD8k\87ﯳP[^]-řO:EU,g&qwaߪsZU6Uֽ2uڎCCvpH'ׅO:Vho=މcyTHt*_[0,5|+ bEއ#h".*}oF*\pW2D_ԟk@_%:nHySu$HUguޣ%Z9[}&i$:ORs_E9O#so@,ͧFs6 nˏY}ydpkTa$2e[CmuDD BRkVa`- Q1xsP4qIBÏv}%xYO OH$VtM %&9m G3|vF@?J4xpB2TeP3~}yfŭephaUu9H%Pɳtv m#'M?gVOykYDps2&Ed@y1tk,|B;B˸AkNi ck^a-y{6B\4*ś !]eɶxٚpJۗ@(ZBֻ% @Bǚ+K {mTT{[LciAZmw3lY,T \HvOM &,-KDlR:}.!ڳ(E5p%6f\gql ,ni@fmV>ï|\4NM ])H>v~iCM(U;2dL͎4aسI  1mJC5)JӼr17u [3h-k7(oFM\2ʛϢaJB^>VA6kUQ3x7g|Ův^.?*q*|SrՙhkY֦y(&mRm.͗U MGVݟו,GЇc̨O9{_f(r|R$j1MLF0:l?:tSY||{s&[)_I{&T8 ]-vl{JWl} &Kxakt#}NNxQ_;T";9(ꪂ&(\u^5;!~ #kl <'T1/us ؏߻;3k]0EiɱHq/A.q]M%?1neeYʪV8Ԋ[.bk8 o#3q ڵ=2b|.{y#.IG٦V^'9:+|guic_pF-0&Eϊ/N\w'rNjՕ*X>+Z/7EpmY˺L( oFi ?"ODbd=+RJT8*`1_֪Ȕ+I<r֤-%t9%k0=<aos"}i~P,v]CՒ!2Yɕ%QD:jOe,4IG\ t|*?}z{rJ 'WyNC77j?D]_ b(i'j~F4BÒdd6L|☵T˪ï*%YH8.]ۍ`wp$&YFNcL@AXs[^!|(>s;av I1@H)tڡݟg2ߗyʈ>eXKg,g|=!c"~|XOQEɁ ;;n[]G!0|[@tN_ c<2 4?'}U;.q/߫h/ZqULV̻(QͰbeHC R}u#; RA/G{ @%\C [+}zwjMŔH#/]t{6eb:qi(|V9rx N~`ѹqu;a!gT|? ^Oĩkq3&)(z(=˚^IJuDjv2xAōq??'=jzSxNlԺP9^%yPS$ңy Hl٬2Y]kX?VsnE533X:H& .o&Gjư PZJ;?oū|M![ܼ^Ղ-w;x47yiS7 ACsj%^p+S["c44Jw_d튶QG 19?}Ί-͍p'3Dk鬮Vi4]}3Y74bZƋ/1m /@.0 ^IUzՙ}^h7ڹ\m=jY,vX0 V 8xJ: SA| Tѯߵ,mqgNSNps1SCGI1b^Gӊ*,~_\L4ĠGXqc#?zSaBBeT~V lS^xǩGXBDPўj$ǷvT<']AOJ SnGdžZjae^ޭCUr%VzI`ɝ/ (A<a3Vb|J1N}&ك^yӝVMH4ϼhV…MPTɽ篩kHE(f4n9z=M> ]u80Ȋ꙼.+YR_y')8BPǃ.\- aN\-.Fae!,sѕnrPp6Mo3R:I94g(s/7_2~,#8qt1a{kyW cݳC{fs5Y.U-ɑZ+?Y88>}&F gy oiAYQ֬U[NBKO̽U}eقe*}V܈7RPh YA3~)ZUs; ^ q,#8tãd6c*M^H{K"ĄBu ˅~p6*@0##d N~^lV\D0)〨U#8>|My.n HVEOX,QH(If(15e ρv]!PC@;I6*v3tzĿb!ym.s}zv.@_@niu?-jcVF(eE)7 R\ ^wؠ}-!/THienNG[oNOڣ!%cTcg<q<p[X#Z­n*o> Kʘ~"W؉0R{ó(zBjBVMO JZ 7KW?NoRleJBOK\M^ 䕲k]_y~0M=JGj/YL/XENm!GÖ^ml0-w}eV;:P˺0,S}1Vj044yAuNKO)Q-c ,;4b=^ozXvJAȯno" dv 6gUOi67j@I/]8d>:!?$f~at-3, q_I?78R2\ feEVnxn|N· Om;""{Q3l<A+-acyY>5+;Y+`8voX&#=˘zӝ'-̜Q?>2"iT f~LTh$ OaT~F_{ ?NEM'߭/ اڔ8OO5wp,PF0eL.2KwYλ pt}NfvIȠF!*+&(VRueg% 16!\ EVW\[ˮ!ݢZ:)4<#Iߺᨮ|-;o-5HWŀh 'hPHQ>EMsBVM(>FVLj慕#f[ʕYFmzYo|KȖ* ߔ=]es5cdb4 - y% k\~*cA8J,{"/clfԓihnVMv0*9S%O刐t4zb:†uݑ-6nYR%FƚutLǫ_{ymE8etʊ˃ٔ3]cTA7on4|6R>΅TD!yq?u[4@r).k}cacYA+[UNt YK$-zxX{+QKV?'_֋i"[nw58m[$pf%Z++U=kgUjVò}f^dRÝ f) !Bh{7sTP,l3OXO$8'0ǰ$ӃH!- T .nh^V..|o$A7W?. uME/OT@EY)1>h&|$7BA_'_gm)GenD\F;D%}r 8(/>mR .'\"' 45hƸy&SK|)P_W}'h&/ɂUE,ӉP,!m-"(BLi2\~%*dtȩERN&0k=xvx<2 g=oAM[,wًq(,^8\;jh>4Rу0d)Z͈MԒ/ 7VT꣟׏gP>[ysJT[JKˮvs>s S_"86]_{μpn}ؿlN# ~A+#LJXґY >Y܍-RF1B6|@ Z0U}~s=.wHquS"eԭe*Y\߲U vY=#(27?~c9TIӾȵ͵/sFj+*6^Bl=Tʩթ㾭A~y*o ~!H@p Jc.4Y.(H L/N%V9g#.K"w:!P$qU7l8!}E:u b.Qn% :!ee|GI5kCLɭ(R} 0yR>KK)yoj0:x;4vdp=VL;*%iV~h`n>ݻg/)aQ<HLѹD#pEeFTbpEk;۠1ʪr\IºAЕZX⳿O;&ox"Ci۰\| D|aGƭ`lj{mj Rs򞛴:ɅqAivB?Įj)wS M5cS^qHn:MokYXʲ n[0Q=ٖ$P~!G+9T}Z;U']oUĚ%s[QKB _>*M#?ѨkV3.~_Xl7vi>>f'mgҥ/ƈ R._ > Nx5ob\uMޭĽ\4yjhY~2J?o2ăKiXK7?s !ם:$&T A}EUL@X=󪍽R"R|գooD=$)[T9>*h 4'\߷}[^8H̘<Ey ,zS[a$Cr`Ž5PڍzEGq69ؗi2emhx/T13Z ˅3eo/1he)n. v=$鶼LMd!R#CAG )jϕ 6ܗL49ύAڭn8/>Co*˪/AR'_ Z:{d";1v- !f\rv,ޝ 3@:TH%8-T8fCL5n#~b0F!3tIB8ÊetŬOTK 6~oX;Y Z$j!ԟSؒOxS]Z.NqĀo݈Vۓa~KO6E0$l}P:@C`==uFTP6(qfK=` =O:c˞16> Psl gyJ)Ag)-,}TxdFͲm6Q~Pɗ՝> BA[أ[˕ΕbIwf/ۈnyUnwO1\x"M$O ӱfd(1w;e>cBЄs$- /@0Nݙ̕0k&ٯ5#G`^T')֋lV)z. 4.HӊnUw #v0q;pLVN\T.Xs&g{-OэUާ'am(<[l1D fPmh]-?=GƑ. tqrYڥt4 HzEWV7L3X#(X_ tH }1 ,[@WAAls tOƎboC81y2;FfϖDs+= $S YtPjdv0=Ӑ(]YhbVpq,ȕ}l^ndZ )zMmmo]'͵1>~?z rd-h :UIA'{Op?gٕ\Kc%E +W7Bb*P^(蹗mykar,-${řc/~QwqsU}'@KWl5{̟E4IKzٺoVϖeNvfE.kO+|NsާB[N#Beetve,9Ӥj%5-oȶ7Rr?K߭vzA@ 'UT>3.!4 $bS` pax0WLnKRsNXIZU7qqVj8 #ۙ%1oPX}a68D5pn(\ղ4Lxr%,<(BQÏΛzT`JH,nWnqínDi( P,Nfu =XLU.DUl.VYg]D G8dV]8Yg\Y@+J' E bZ+\љ[TۯX zfH5/SP7CFyent-`.T'-w5aWL8UBk)^[::i1zS 4 #9 'tǼiI3:N5Q)M@dtro JcG VmŐ_-Շ@hp`.oMKQ::N`j~&';~'SO4(ԌvʾZrPlcB! J5^m!Bj|`N)A ʤ$mĘB 1ҤъBōD:!9/PΒ#vo- $W6:I f @&5.̀Qx5lLy1`/nxNص/Ɏ=-Wi%na`vkiOR82ӟ;t`J嚃{Eј-SO*dYºBw톤;mA|SRN)6wCy}93lW9+*݊#U?KǬ(I!v~bᥪ~[W =Fʙ^aOz<\U4[0wŒƉoRLb^v&$ m"?&ٻ A!| yVԵ!dZ,ˢ-{o):`DK( AĬCu} R}P A /[_qFo7LS)vЈ2RfȄT׎S( ESb,N]0 A &idݭ;c`/~Б1PC3x+:nSxܫaW֠/`R>yAmr)Iьl w3u