libtiff5-4.0.9-45.2.1 >  A ap9|7'YJݴFI&1h/|KZne_I.O/7O7RS#47?׻Cc:+]~-IH ۷/ ήp>@jZ3"ODq+,~(G13]sCj5]XS]1fySmמN%L!3cA>iTr3"aVkKut$@in La 6ȶA +]sa6rwF?;bS8b9c905fc6fa56998cfa03e70c6207a93dee503ae58635190e2b75fb1ebee4830d60ee48c46b777a32adc0d27fa0ebd87d24e0f4ap9|6K%5!o6ܷY_MnmTt4YFdB9);U3}yn@)7<<>p@$?d   M-NS iz     T  ,b(8&94&: &>@FG4HTItX|Yݐ\ݴ]^:bށc*dߡeߦfߩl߫u߼vwx4yTzClibtiff54.0.945.2.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.as390zp3a7SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxs390x(8z @mA큤aaaaa7)O@a6d2f477791e416391abeb106f430a70bb87779c16450a5d086020bd832e6538e6b7904523028338983137c3e0ed4a748c394591ec38316f889828d61a2d79936fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-45.2.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.1]µ]µ\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/ldconfigs390zp3a 16395083584.0.94.0.9-45.2.14.0.9-45.2.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:22196/SUSE_SLE-15_Update/1de1234c12275d6057eeb55fd0dad8ed-tiff.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4de5017dfa5173aedce1e5dacdd6e6c90c586c9a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3945ad6cb186b71e0d6847d580a5ee0c3d3fde6b, strippeddirectoryASCII text PR RRRRRRR R RR RR RPRRRRRRRR@~pS>{utf-805221d7fbc7604051b6d0b7a48c4aa52a4dfbdd25952a9378197f846a3653b56?7zXZ !t/_] cr$x#ER QK^=y0V|zN`uaV6a%=@*W'io ")QO-s5HZ`@rQ-`@Q̌jqM&dւkn yUC)VGy׸9FlvD=((PBRQ9eˌ1b&_.XSkkv5 ̌vچn<z{mjm, ԛޗ8,↹o%1{;'%9c6h φ\aKElfcCf=(.)&cNIZ̍zZ4{2*JϾE א)$X0 Y9ll33p.N}S#ݾrFb'˷m|]Zr6M2(B1R|mPk>^b:1/bA-wخ %6n5ѷ0nd7Q}x3,zH/[PDBQzO&t/xj[#$JBYGIO w$ (c0^Jrm|:@u@:P`}/;~+ƒh)wa[, z2blBe3QMUOS,hxqp01ߩ!l%|-8ª"_8  /1)ZdUĵd vGu,RMNhdt Ú4'8&%A9΃7~jp3R;`5Ҏ Ee Z bD>vG`pggNa"粆)#8u_iZK\ۻg@@W#ZG}K +`u'^䡁+g0^5Š7h| y{0(g^5к*Ss^@=AuM, 6cͥC[?!>[Afϩhl{ g1% qPˉΘVEM|M1o2c_gpcY}a/Uew=88K6q-S%--[Fn+0o:g?Cضb䐌qX.c5r\ᥞz|5[UHxZįXKjHX[Q">ߗFS@^MW"vF~ ):k֞$v]nUg%0a\i6hR˩cm$1 ^u{iVHQD2gI{&@k^kfvb|9ڥj#t:P_n<,Noݯ~b* l?Z_o=.ld_M@ڱZojb@QwrFqw$`Š:$T>J&*bȝk/MH[MXt&/5rdDI#!$k*ֳCOJ F0uY,aݖ( =f} С 씟A)ٞVyЉ'i%ԌX.ݥ#$۔)J{w$G\ C{vj|KbC:Qx8&ؚ0gpbB lRa@WHf'-ZE̴ؿJߝi İyU7߃!&J-ȑ5ǐHCLQPG}(QI .u]Dtަf?_f6FoBHiED&Y6Dz}]F+rHDKS7ȯ6F PBǝϑ{~{jЏ\ꊛ_X`.65=gJ~1bhTAf"fLU3>%<]#b qc:X-ڇ,mrjr-/|V|l 7mq09[QX\@dw`i!Xja|pM.':Wݹ ުy7\6N^ܮvL25%6NBD ]vM]K'r4i)MB7{ 1joM\]V|!:ՏD\ $Wb!߲k9l9gN(Q`Gtx? #bP#<湾"omv;)+5LAŖ}Mli-8v 3a,c}rkuY8(e^UzxIG"@٫|9^-qC] rʋK^vo¸n9a;F".Az 9HyO9X 9壜%c95B',f-~쾂3(rRA 6J$[1N#xG.A3۹TvVJ'Űy$36EcLÝu:97n{o,<RKJ^p%+*. jLM5O@#Y\F(ԕI|v3kk?X˫.b+/(җ(bK.ŭLxF1;], o"t/F@KM5k{Ð9KUBcz0 <ss69J崛ZR=/򣕏nSS 8 Vqw!ٍR˾qؼ.q^*^[b߂ԞHM 0m%ߥ]ˑwgVzp#0s[&;47w; nv&0]it!3]-๘zU/C^5+f}gl0Si'ă[Q xk3cfxk{xU0?%x6w1EeO:g(^eLT_1p;S/a ,2.~ߢ2`DRlvDê#Jnk8rܫ+׉UT(2<W!NȁG ]q؄]WǙyB8d*D$100|FjJA7R+}C\(-c}6nؑJ__?r+30r+h6uoW,o6b~;ܔx{]yJ^`.56t'uTm|.Rg0]dB܈ [.Œq3H_qWDl 94탱Q-am *t+<biR\pV =jf;e 0;1Ԡjlr݆:[Fp9šQzyb=zfn'q1m95E Ȼ! "z*} M$ 4;4]Vl6M%߰;@(yFZ͓!\CO4U;aF4WaoYZ.E%:a aPЋVSyI&H&zP!2գ,(Pt8ouܹP+' 턲iUd46tPsm 9t{U+}\3t<{ՎFس0(vKCh^u>/ff̋:b{.29[HO0pME(7;?D\=>u4zR%-u$vQ&#d>#D{糍NG rK'c`Ho҈"/UU^o,sV&)B$Y08_/`Y1m@|wA%#gCM?gޮɈR 2D S|^ w2OhS|+8X!*R"^g 1Tm@+2ᙸt%CH9nH+¢nO,gE%(`,.P'p2ր5#uc)^8=A)[yyˈ<ր"a @|NRрh `/ 6 g˄RflݪT ="yσ1j`q@e%a# ZX9i z9H֖*aQNŵ2~}Ħց+55CFJ#Ϫ|,fdP`a%qnlcTH= /[?Cz ؉o>~H@Y@Lkkަh\GлK19l? zMͲ@`g GG#ic @} >n_Qo{ZgV\X`l p֨pʕj1U"RVz R|S.P,▔%ОB=!fQٳ߱rP#p$+? *q,zo`Gq`/I>4$Ni-R;Ԑa ;5C,HCG3rը}$cD BO ]]#Q6CO*펭au_T:,fّh(aİtTꆻǕՊ$';j^U ̪a3ۺr\F2M0ZU#ȼ߅[D֗/lk1(ȂU5aEi|i i7dGjvxGCSy^r* C'dkfaE>"8Ρw6b6+xi8NκRڡhuaIqĩAsm `xB|5 3 qpKURhzh?5]eMq2ѕ7<^`EW=aU͢,5|Y!(6kW)q+q4ŧ}_˺sj')^&߻O:F }?El%@u$!C]KC66[$lH>XOѴ2č1㿃AB +𵜅Iq^e'W1CƧ}doxV٠}wuCҋuBܖ kd'^=[Se"U8'5ԨYaNq.*cˈGheJn Iɭe/($qWy&?㷈 L:biP@q "q)cGkw ;~/{|$ZC1959>MEF|~}3P-ߵwp.PSX@ 1I c{SbV@wL>βd>rn;3Ȓ%Hqof8S޵4&( L>ޓdldZPf9SEtT:hËm*Oa<= jA0NXdXhʛY + S==ny?L%1AJжJ(tAU bIȇ:Tj}t.؆V! aO4 ~tenq6m{AE٠A}zm49XMn~QOzI%pTZhB9n UW;07>*&Y8"éng bkInLmPL}]o)!cp(wu\IUz!g9 ظw*'8eфBW}%ȯdT1!}<)l3hBRR'CR^p4nniS8t+َؤ>=R l"$ ﷩lQv^*!aZslވƘҢ6uO+X>O_.˵t.mHV(@=Beff"}^ `;urgZ\gCR<48I>Kab=]ߖL#.v$׀2 S``zy۫i?"j#oX֓RHFtMRLZR12 .07e\;mrO"j&3d0Q/OE$էl_8}~OhI @f=໴.rHY~Wv=;dƑCV-MЏt8 `c:Q8ٴ2x$FQaUb,:[1+cDttŐOfޫ{q$/( em9i&%Xu:>SX r v*`m}p"+ڒͱF LI~2g4e ~۔# 2aƫ߾Ettl܀Zzzp o &Qއ 3j+b7o lW4-ž9w5P!S09-7PhwzoAa[j+ '7{Te<ML΍jU!NYCgfXm%M'"BfYumEL04wxtǹ={m5'm%6%* &sb|d6\;]yҲtѺwǠpFA*m~ϱI^kqh]' v <9l{@nj lQcBW]2ci3! zWQYea6rOsѠ0S [6=RH LL7|#Jo/~bY漪1TKwR+%ׅPK2q?D&S8nwQA!k2P@T$y)#l|2IEpX"Ks9#S@_q0'r_Z'HT)R(^؆ 'r!ûԸG6 Q7H+([Ww{mWQVKxPsR㣶$`uW#:M'}%ouO$c4! /vՒ,L]?c+a`8Mo@=Y J܃㹆75[m+d(zZ.7Hi$!V>L87<*ܓdYMWC`%aɐTN^2,2X܂'47k3-jzxH%}\ynl.D81qU*[2f2B0P{j$!zM sCԀ>ˇuchg=?(^{6#bPGgdIT'\`cP'va;}B$ /Qc5 }0S:VPv@ %ybeL56طf b{)ʺ^1>=̰[5Dڼ5IF&žodr_EEXx sqZ$!{إC_[]oi#pem;9m5)2PEpZ7:}K#2}-Lk=~|N'jMӐz2xY Dg{&;h_tW5JPB^L+Hʌ8s J|`l#s.C<:M%X5v`?a#!AO7wWٖc0 h%Ofo#{7 \,~P!x@BfpS~|,>F<Ѹ`n.;K%̒{] C ϡ/PLw3EKqɯo0'lL`B)+)U^1%aVX2%d ˱pvZxninUsVoR>f/*<>4mbÅZ($Mj@zQطs["Q9#lzÎ[Tgz Ѓ%AI+Hxl:%qG!?0p2pdHN=I({ 2Xʡ6L!c֝~Ds7cd, э gRĿIK֪sCyI+5P@ĭ5B.糅LQG[Ye[0׏18@`,8T*LH)Uư.y'9rL!tp+GjwVSmlSa|Mu-08růF0aB4<]N:4m FDlG G$W o*6r'#n}L-]}L, 2,s4"?%]rk6]4HO컹Q{'"52QnlDP#OPWBH81'd@/x/,փ8M#R b߹cIoᅵzAK K{ٕuf@RM'`6 w,*K:{G-do;h IǠ)7(nskzU2#ΰxoV1ɻf(5wُ H2qeŬ1IUh5H1(ɶcar >=lwoBlITItϐg!}LZRRMn۱72'v\#DX9ؠAzNy? #ݼnr)${Jr!<5y~qm% ~Ƌ!QU I6 :?_TEkaVHlt0YP"g9ժud+xbZkM{͡TH`pׄ Rihج"+V>3<[ Rs܀\iu~}.ɏO_;.j=,$ָ%rDQK q_;3%e饱XeʳtูF0J\Hc w0KiU1P\aB`}m,`B6xX:ᬷ$hJ3v"\`FQf'ӑC˟b -/ӄoV&e0 .aaeChC0*~#@yewNKk;f CKRn8C\;:;eO59i^bn˵qL6MqТD3.n<V6lUx.6ȃR(IS `K/N,[Yo\,AB}֒LdF-5F6"`^5UFȍ2VwC|Z;H+ `(C̵[L6y|Of:Q%$;V 挎8Ewph'l=00.QA2ֻ­YMI/=Z*/FCRnF13ri3Qk5 meݪQ嵮h PdU*tMqt * QΧ} Z3ڃLF. 37խS-W\yog q/{l>B7URp&zPO9 X\!+!D5#Cn4`pú`.[xz@&5GjJ谀Vv<-[<^kʢ$'*X_[vpeęRV-Ĺ#qCKm9œ"ٸsf83bOE/[/$3|`wJ 6ڨ2gYѺ장 k<$e5gFV,~$ɝ1r, U Z2$VFc8_Cxj|*+SRIݩF=U6C /){|-w̐Vÿ⳻dﳗ{TׁiyF>|VNꮎh1g~WXX"fĈy9DpFX"Z8$NA%uMǶ&僭ë5ֽ`|e= t=҈mye8eZҚ`RqɁޣgMRSNM#Ebf ϱnUI z>qp<2P^u]LIau.)rMw&}kɉ[ig!OC ̫qٙD3c9~fI^G~mʛXlHB31hO>zE ukz3Š$XpgGmѾM9J ְ~UP3)Jd5*PZ({acۥ0I=FOS0I7˒!ORqG/.26zXru7/AQo2ARp<74V^ׄ:;~4Jjql=J1UhhX}"zہ?7Y]NOM[IOq,d7[%cKgJεʓ {j *|/K~:M9!^uRUcy:R2pCgJL*kV?=ET!Gg`GGKsQi|!/6kGXJec<ԑ+$tp#$[_WFIɫ&Pjځ8y+BgztG!u|&^KB͉g7yWί]|WZlck(-#gb{3܎ >GuD6_AUNxh.Ys^Uvm3Iy6)48e\LNʑ(j{<7oָ KGNfS?Fcqx?`˗9,KMp ) 0Ï 2h*oZ`*}-WPq3x?([;EOP[[W.G:CLlpxHr֩eƧE:`g MgA;S7l>dw^+`hiT>'<[!+@mw. ~ BmAQ̀ RU ~/Nh +:?~qZRmi+u@cl!A4iD@љ.C(Ƌ;cQȘ|qxcodޱC mi4pXJ'3m*0Ncgf:G=qk MF$$ C-F}qcD$]Ѷ:5Gb0ڎ|w8pNf-f0]1*no QR*-ݶ?sTs{3/X0Sd Ta؜\+Xk޿Gׯ;TɏZFJ;7Op~pbZIU4o aīQ\҇K' wsyq`3}[*t1 q". &I2*+Ѿ ;+[@".W3gE9w_cpQA٠FZJ].'465cʗτxyhy4lR,]q=o\cJB@ݵz4rS;ϯXؒRrT]?rUܩǢ,vqڊa>f[8g:Vwa!gXo?d"&9H@Zܖi`MvNP[$L+䧖SB3Gς*O&<~(ʱHQ'\]~:3 v 'i}*w Ht&3ӷlϵ벯uA)/Z_Sl5FL{BB_|0ʊnt MvNb-h>Y 4XG?m=C|WMĀ/_,F(q~R ع^ÆDp(5S3`1 {Pv(hDUG+Y"}uޖdnQsHdA1_4cV%l9HeȇXC{h}:*qf )S0nZw"H:p$A#wwf 0_6(D iF5o?(gLe{aurR2F1 &//SP*ꇲGN b_ c)VD6vm #boT.l {9NJŷeKǹefP lfq;J3)g]ϴ1ݯ{>2Ug4%t-| "o *$uDuXg7C4̩ )Drr7/n _#yWQZTidtK:7`R;ٰMVM[r*v*>9~~ ec͗zgO1{~OV>9iު h:!Z| ƈ+7r2QJ -]c pOW%kXF߿Vƞ;njbZă1Ne) !\r2\bFw@o.Db˺j9x̡j-վ`fp5;߬ sEU[a`B4 ARG<ϴu4*;t1E|to`LKf)# dQ>0PDT)mu9"m)^O=0d \d\@hwb*;XxEٞr>l -q(<-]Lk0}1(t,MWzLaXBO(UƠHƵ G͗xЛE?]Gb0$TV,|-N9̸VMg#l !?*@oB@oc3yz>WaˋR10S>}QOBr9yw6(Ǻ*]fU;My U+uE;lk&\\pBFotTgČ6XZ:a0&Wj:wg$)nxW;OI`,U `PŲ!y\2mu%0$M=0̚U+v;/JmC0C8h &6LDJ|Ρ__HL?kTݮT+;ZFG'%b'S~$=3r3_yEo謔2 759,Nt|^vt 7?6Eo@Z?"ANqq5{Q2nqKq`dߓ鿬*ldd?bo1tH/o@)W'ǥLǗt,^Zt?j0ak'}lz˵!#Z 5(C; aê]TMf,ynK/5/E?)MpAn']-ooU=ygbMJždL=̌/ dÆ AֱމAyZxA{^4R*0G,cu~mzm-;)(\76"5D jKt תg svř1+>ZI؝ Y~3u^2ViI 2{7ՠL.gH*跇6@}:I 3\ZmJjP_S.%L5'9g6Јؽ1dw9zỶ=[!Cr n!ђ81))-dYkʷVY*A[ >m&vzty &scf3L/4'3QC+8 s ចeHn[e:4O߲^:~=a@Oa/?ojV=:{&GE_\F0T75Ybb*FBSS!iqʙl锅/[N}( ܀Cǫ4H GQ Jk$n/UQ#O\Ʋ*F!{k\uWz1nV3 B_)ج@z&%:K"8{ڤth"UkY=P3C}S} KAօ>B6;k~ Zn+!P8{1E6L%[>ݵ_@VJEkXg)Dd[,ǤUooUGb?,=HR-VD tM͸HY欽>(pkbFڗE?*>2= S0x"'ܙR 14e^}v`/+d,Ʒ%&Iqu)w+ڎ4PTH 68~$K<5^=9I-c`X@8)=[cDi&>ȿu(EoK9r?̊p19ώ65ecAy+ù^ r,s\ۤeP'6BI/$MV'R7A.)I|z1rY_)k UŹnᒗPШZ$*Z|]wK|WuB21HZ<2;s`Tzr*we8YDzddӶO-O$8q:ˮEQXM])UwXCD8'?ߘ}M;Rmicqa)'kYڬ QC( Xc'gWyu ^R/k6ğzޚpjyFQSHd\3̧L Sڞc쇱QĴeDbYx^մ'XЮ^{֎9:ћASPJ7-aN.Wf{>E/uqlDڮMAOs*F5]+sݥpn4"Fb|t% Zl"q0ԣ'AM laFdئ}FAد hk }*(p.bԃL,tH,INsB]tncv=˹#EZ js3_k\uW?JUuwE;ɮűr$tx=! =^'UW\=25M,_C批!YhFo':r }vMi~L~K󂜹 OU|\ f}r=7%H@kG d ku:L9gӡfN19s\,VXY ɢœn7/EDTGy#E2)lzfy2B)nR[h2x2";5gZDhy?Gr}QRٯ(hSt+]s6 kLE\"'wviDPaCK?M(f6^Խtk8}II\ZZ{_YAu 6pt8xZ[`;1X|q"UCbtʓ=䜍GH&^#Puq-oG~S+9$.q;Cydqey@+JF͂WOD"48*{١QL2RXrzhR BQo3 Td|Ү c1j> cvתb!vF *9R=K zSb3JjlWuWVyX /3z-5>Ơ%l{Y72S4(8YiAz<QrX!\7_*6˷(.3 ? >/fʢLbEtdzcC;lǣxs ?fDޞHP2pOm\}]rx)ɂbe+htHԲyx]]f^qKύrj)xp3Ĵk` Wq(ʽp:R[}X\_ 77Dh/zذZ$$OWwƴh=@+ nF פ_/X2a=QvNRĠMNmRRrl'tIX6| ]tAc4TU\J~{=*>Fb;le!;3 G${{IEk=[1{&.0"#uuS3p0QC?Wkr|e[,p(1-/[g1UܴQJNmChR6uM [K!vjX7E.2=}Xe"(#SqsѤv&G` Z5ËCE9-#oa?MX3J% y>B*7 KJ}WzqpNM_ĶyfdYxpjb k8}"uیkP "*Rt 0<[a&ahGg=6[%MƾQ9̓I*n&BdcY`gNsmsюZ2~ =7WL{!说~8oB ϣk0RW<6:\v1kW2o=.7)51x:6?&-i)S}i𘙁c͡OJw>:P<~`nVYyXrx&R̳o'欵tdnIjsYNLL37H,功@nwPh]^ tpV@ 2tnGQ Q;v 'Am!9;L#'_$էPRʶy[sdŜyB lr6 tKP5^ʓ|Ŵ؍ ^AN ``]Bg@t4l NT"2GL0$.K-P+51t[YPy'ujROl?RI&ojS(lz40X2;q'"5X0 &m8b#e*#0`,DGSQY@T. b zIpb uj"+?j3in"Ga"oQ /ЁnOzDxK;V!Gq@u{S#þuIJh+smwraUGl2)VhXӺZT%4'W5s#G=Ђpd9iSQmU6Ɓ[NL)|04arGZdaQhȂ/`5ѩLk;gT,wDڦy_z-)iëws4 s.m _J+)Ԇ< p5fDz#<IOBtEZ?$j _ -b?gO K0 &Ē(B[Q}M Ynt?*An1\T|#sg޼ H#q kX)yɬ wˆ%gWdPQ"$SUw:noJLȌnt|T#i`.q? GVG󡌵A2מ9tc _iXCv$u./ZcT]ߊs莖,~B'*_R/c q48x-s(STC'&$Rъ;󫴲HQI`^ 9ɹ nZAɋW#8} ?P_+懟8Rcҫ059 EEڝvW@4y .ʳUdf)m5r.,gZ)?3ͨ~M}j">h8k)nx5D}C2>A|c)Q/z(0e2{xFn6(7hދ p"Iz.Uαp%uٷ>wm& {>.x`csE<}J{ 'nC;T=帝EdP?'@SO;9,g%7!AOm{@#;-Z3~eѺ~y~j-g 4K_9ПU@b@=#x0}5]σ8Q*Hٽ d(# {>1̊Osbnno+OMPߖڀi0)Rnuܱ廷~ M gj [CE.6Fw P,wUmǸO,VEq@m 3@lӮGIA*n 7wvk9֚|G}E/^P}gUxGqQx(k4%4E{ ϴ4i3. @/ $TSP[8x(J؍ys,Eqh821NvXxyL+y)Dm睊!WGBtʸ]Nյav)xuX}}g 5$P4aɑa&/?Qǁ]d_Mw܁ 7( ę74!KaQX9)Q]!FC =y6e$mW?HgY-sqUtܰk7dD)ږƊW-On,OaB<"0O6u\! mP(eld|oGǓ9<.: YaO!tvC6 csv2nSC"7”Lfli~kO? (@˙-D@RGuGɒI 8wͩ,7ݞ:;xYf׽`}ڨC[v/asDDz\ۃeP{vLEWyU.%g.׭ElfqK2>&W|pJE PX`V7b+N&VgU B owf ZRo{M+ܖwNfhfdǍ{SOIzj"Ut6l$h><;]%%Ϡ/4#]CoP,f3ص8>x'WH4|{~v@6N{AE:Ԗ^v7b} 5!s d-4(nz*xNiG\@秔 %G1( t"vT$J+JEuKd\hc 8mӷ(ט X$5Kzt#t.ԧMa<:˄p2t85?E~MY%u% GOg.ۆQw5NPX2HQ#cwVa.GD9۪Ftz c@ '_>5 5dۭhhLzyxe/ӊx[yp=hj@hIOAQoxۍA[$Ben͋"`udnU#-ze|Hwّ!"'ns\ECJq$knJײ=+%R;QN ~t,$_< q.!EZ~Vl\?'4YYWcļ=3sOyHiA_^9l;~ G oU۽A!N"ڝ!GkM) M9ud,!4*RQ(sM*5 cJ;8@JL|,.-0&v|RU}(2]a1V+ĉ\L# º͛YyXۅg؟;ymo.fڗasSXmgyp*K)1=3B',ՎNi*{1:={;>.1M]@bƊң{"C,tF@}KYpn*+@((d_9*KrwXM`% 2 ##n<*]YJ,̜16P8SEIwC26t~ϟ^TیioСrU/ ar*hƇ 3kV0Aw7uzJ"_`iZ?)}uFY`ryw*EyF۰2+iZ0G{LLv4;vlv"=6p DjzGCeո2O/͢ h;8:fF`ې\<^8&>2v4ݓs{cfgw)45B :DAL,CJΙ*P#)^xa^{OE/J- t&1)NAՕ* N>yC%5d2"OZf zP)#K8[&[)18<5Q.8Brlb)7v>xXҒqlZ gUc=hBpGwb'8}ԗlx`G=f[0.;rB$0jDv`Gb=kJFy%”{6.]2Vh~BR9(F*'z,]q@ sʦ }[ZR]`14B,:_ZO4a`ζdmf*wvۛ!X'R{H?̻L!5  15+Q3au5L>i"(g^G=4pfG;f7mfJ7m!`?^{/5t& ̀]3!U %p! f fא5*T{?C;{)V#Rg77|ְεUh4}eNAjTN\Ѓ3בx'W]3@r2;YE~{~@{%TUp\D,@5vT(W0݅!?t-l9!=xnQ9l \xGߙtN*>v+D>y})3'Ri"j =Ԑb)"8âGrq.'?P u Q'@!(Y(%?׳i\VFCVV28LKnN9ˌJ/ '>?E!76A"vזC~rdL~Btx%<1,8ĪJꨴd܉1k߈0H d:e7•!!L(]TOO&~!'g")O[:DXhʢ*IO4DTY2[_\a&ITaO46U饶wrfX@rQ(}bGIVU/ 0[xJ'.@8̳UX+߸ӟU!(,y[.7yrTo_UߪӬat:qRZ;D{g '/ƍ7mx^) eI%i}TѳKӄ߀:QPf(v̀Ftc_FTSL(?Fa+}4>]<Ɗަ:#L*~`5\fe%!'׌A+vPv6aA9MK4*uǑV$~`~^_ϜOŌW !Ţr 2b4[wB=S((P5M ˃^ xs~=dĸ+HӔumC@zM, WA)mY˄Ehn0Qݖ\oae3&e'a g#0/~:]L3"g(cUo@]-E> SE(jaIAZF E KX3z >b,@n:g3B%Q*˖V$cצl#g ۝F#{+`T.Ce(sIq[1p2Xk#Qa%$0QC'21h@}{5l acd-VSa~Y :n 1Cl]jJL5rE9|)6wLm4ʏ\0|pg$aQ/8uq{AkX<0Clh aٮR!O,ц(}.@T)r1f<Ѯo~.ɾSˮ|o) 6 0B=qQU{ߺaOVO RRp+E.^Oz;1`W nYih<ܣ)! zLgñ_MGXmQ ]\\4( [Ɖt>UBB٦RN]2;}17?oG(0/L(c*9gc#4޴!ZlgiyKt~}ZC0w!Y*p&ոiئq L͆hɁiwtpE}ႏ(`y4tNk5Ra)%

mTn҄ВxN!$!,A*#;̪~Xlf%hXR5/Wg Bg_V`4U},8wZO$xCDjI/eN{UE t(<ƅ~*^FwCÀjpGjfWu/{:XV{+_QQHkىfla!B%PĦ%.PCÆ>o>7"V}Rb>rթd.PbCPWm|E_mrΐ0 u8 a%ymESKƛfa.s獓2), f_mjO(DEFD"< > m x=EhKEB^:QK5vڭ!,N #N7J` :ə# Thۆ`EIrBdh(I A.9?Z Kra̛k &qPDoqu{aI1.w}}iVoTG;ifCm{U0CژU t<9s d/I֭3_? K^N(%KSie 5)TfيX71|.2`peB bdjZ^rS)Uj Xx `{{ M:o:;0⟷Xv͹giKe̘6%FZXxi{AYU[8raoH@n(WP8@^W ; 9ǥ6 J˨<3J4]Jjsvsy y< QKS9#*ԧ T,Nbr} ;vCV0/ALDnDFE] J2XgN>#` ky"q7O ~^I7NK=JM bw4[A4$ڭ͹1{}G|uVY'&Z;?j//iYOh5ik%"2s#WO7#ۏ_F|ѨnriR9\am9J )voW3,o΃xbWOL=j!ǂ-+w/&$6VTVR+~%&kbztZ"ʏ֍Dph..m>ή=m Gn-H9h@_5$Sxˉ#7ek;Ѧ'`6'3[nE Ɂ.P6D_ _&Uz2;JN?Z8&W +T==^Y='DBHiE23AA3 B?<\$W:q[Dj۝60|7{ep~_CO\x}pm"#~2]cY ɐϷokP-7o{ˊOqp m\J76sh.-6!wRK5PM )C WpfhN,< ܢ_D6wN90^GNʩnݷ]>/`eۿkS_ ͍n0iLW㨩r}dvM4>y2?.k PA jt|)-S'[Ht+|=EEfr,,ŚF_8%QB[!_;iY9n#`8xS{_'$ē/(6f!-m PH= l1l@Un~{wV 9 |~UhS'i^ '~3)u |HݘLR&YL2AbzH{fk¹þjBW'M=̜^ ⽤f<\̪?q9 Xl)ޭO)Hв,oAC-y 󌇸)['瑂H\zf祼%vR9ߛ5rV%DrkkB-쇭_«'F>P]o͉^/YSyfZA3J^Zн '$B7z/fH1EL.\^^Pg\`1x?/aA~dLЀh0MximtV, €h8@Slq q:8揱x*&qL#ҥWb6?4$j7bQ J+V9$VY$1Q[gYd7TiGvq+ԶRtYb6ޏ OdC\_oTC#b b~>)=WܒXzm+DsRF`TB-AEY!|LN5]Sf5vF3N,G;T =6A#`S$=5P.{Pt52Zxs9ڎ18сmVc;CN_^oGO.[٠@z17_r]L *x ј7lf̏?AmT=f bf Eewg <$})6ٻ&ّyoLl[F!g Ybx`I-A0N!B㦣!z"@Y S?` I6:$w=]L"fJ4h| lٶE}ĝV..%̙iBvm|$MmtO@\& #%O"q:{뜤?&T# }`=Eh,!-E :DZ4.߄B$#a!&>mh;S|=Yx=HB'̎@<nZg)LS[dGc[ip(~4vz6!m+'~qtO%vjѫڨ_iiGďH>e5|tdA9=0= ̋ƗLC 'C"1Q[p 9Go(vet?oϺ%Df Aȭ?;x iH ˶ SIG4EVjּ"^򎋽_m,plA}@ wn6Ϭ)BܬD'+`-3=+'y|W)YٚƟarw H4R)w6;:(xr@Ҋ^!9կj& Ω +-T!ї^{0ei =vD27n\fi˲zxBq7fMKZ=c -LˁQD4F̩<ӵVϵ<ڀ2"=xP*=sW&l[xNn*'7R*P7O`1ez~?]b}GS޶K.Ok;Eκ&fc⚲+\ЉjgI|X XX)w4s\T/⡊{#ݚS}2M@W4+C]if„N D/w%㋞Iv M%򔸋 Nj\Ϻ4KÞqR& Tyga rT D$6~Ko+ZXpaa5EQ6>< !o&Wϕֺ¼a<_w$b اiX#%MO vybSmﻲhEQy-u?&-2Z^kF+#JzEr2>d}0KX,f@H Vl#J1}%¡7~n6 ℳ9hPqx@f!zKVQ!+<9$`wyF,MƩ(ƟYF1Q~4:V.\|(*?ז؊F'ŎO.5Yׁs:z~j1Wڰӆ^B9QyxdlzQة*lINӬo^P4@nROǤСBڑ.{1%7sBPYQGo~41Jկfw.'f1er$Nsg`< UE# Hw~wx%Veq y p1#^vFWu(ÿ(ĂOko;yO]趈^-_:T 6?\ wXs@nBNo-o6D!' )0g-V уBdf?V^)4٤_qr~hvnZ-I>-Tߟ0ip*),`g ?;u$-~?}2@6!i !3#LbXٕw`6N Tky#gHohﻸU_=J"bA)"=mhm=ҭxrWIק'q1LJ/ЅCF:u0H7{yδm}P<Ӣ< yd{xn0M +`R;5 bj0b4ǹ/7ԋw x >Zf\ eXz[2ewD$m̝(\&55U8.8:9!2R0XNJnuB#n< G&OB-K^,i@ZFSO.Tz™NQq" * 0U\+F$&9WE~Rxx̖/OܴiAĵ]ТQ"*hU3T gQŃI@,w` H'ҋ{ &=Y%IJ&ӗvzߧSTR.bL 3&8%i*b*"5Ul2)1㈀{2Kg=/AӇoB{܍՟ $3aq%HˢMl`)j68)|t~0L@L:kwEQczKY9_0crml>GyA} Q(>{2XW2džlk~툐_-B$>a8Ste@Z$G}O6J=iS(h1'G)Jtn@u_1U/ޫ\s.lP緯b\GX7! |B}$CKh0Pof!2K t >>PBVc2G.  >|\BMDR.EGve,`1e+z4k#{yl/ՙhL}[V`͒¥q6Lt v{B^5; yMs!+9C\ӌNIRy>ꐧ>E'BwOb1A}I{9ɡEQ"yuRh=f= eY7 ~ҖF{3?XVAJ. fЊy 0^1=mԬ(ɠeSxBEai.]=kHr[Zlpی״:) $8pCuT\0^MaΆlP2Pp6/ Nj\lylUT/>~C=XFժD}SAݑ0ãOCQNۀVl2j+$i ;>|uK.(#3ib.`^jwLo,Znx u 7~j7X+ۆ4+bق|rO dBW6!H OZ\FJkG,s8ςCCN^Btn ژ'h5۳͆KoĔ2;Ʊ\~(N)@\hXѩ(|M*AW05r~!)/VNyu$ jK?Oي\Ht|qfY95 K 旽:>/c%v(gh@tw]Nl`,4cצ9 6J(30\حZ6<_6n5Cas:AԁLARocM4mxn2-٧B`Q Cگb͢:IbyYo$NH\ _6y.x z_R0BwXj of L.#;XI~8; З™8/OqZI7}"x@t>*ehЀEgCn [Ȝ0%:038U;~y.sa3)dzkU`[uVdt}ȽV#f ]ߨ@a YIhBrbz,yxXXA.]N ÚrI/P3Ǝϛq1u)OmnQLi'lbt3̪8[=J 4YŤ>dp P!3I%,#s120BZuYN.t#[:sbTdt!8Fř+db @FM{\S[t%<٧ޖ/fO%n $a*cFd푄'X_qN KOW-C9d8TDA+u`s(\qXc"C[@sc# m'FG)"HR3wCLZ+|Tqg#: L &IqxAaQf65i=m܂U6Ya`> XGZ(sW-XTitfS\#<"3;mg{S-LגX]-?/\ER΢v-YO ^`yb[!`Svar@t_<٢oeP̈(MxtjS V샦7>i7ZM?"4h2:hs!]t Ws :B-Bb.5G[qh1,V2<m}HJx{'2`^͔]DYt`R1z鱠U ̾za6.빂 @: n:k6luԬ_(]I{u˅l\Pf:g=2@FLflL\$=m (ʵ4I3*(Vix׋ 6[-ܙ4>>^q e),@ _1 CDSc-o4k13u9=%$qS:/MSx;JLRw(KL!y*]z(]@w(< pqD XGⴷ8;P9oȉ GK>W8VR{5|.^TF[mųȹPF|(?ڂ7TH[ZRh!vMf*]wh~:K(zP#iU̫ cYWkĐʁ&.1:C^K-p{S%FDŔB^o$B xv]VOܦgzx'@3=i˂!w;:׃KؓiTN1s2ZN#5ꬄka7$i#=5HҀˤMc|?2ef.QO*X7_%Scףp[Im!`WK(ǵ0`PB եf1j_A^hE5)ίIKj̬܀.E -_Y;) ] #t |ofQ,ŲKB𸈡^7+1C06 MF%0rLNm]Q1d?w }S= p&G&qU0 ]~2Pm\nc?.m$+[E~Gk|v_he )En0=R'DRk}#RMǑݎ2: d}R3 p=" ;; ۔M{ &[U]ZM*ҕ1ESz-1uy_Je3d$V4dRT)ois֐aGm4" }joŅ1)s c?Dpm^j 6E[VO0 OhF+ၽ"ٞx:ZȠoT)bNYpj}nJh`k[N{*9M=][[Ix:oRAB{oi~}{x֭Vq!M"ё]R+L)8^CttR9RXe-$A>ɾxpqgi *_lw{^) ̍*`WT_5s1yk#-O<G6lG#FF8HLh'EsBj={G Ϲ4%X!RuɛI!"Hi`~6J̥BK~7Ija[O]v,b ڠX!T3^%PmT`A0D6 6i!!D\@#m[(h,C6!%+$$?mQtB#8cd ^]:`Tk۷ "Scws i`V uge#x )IN9OuETa{p\>k*v+5М* ;5"HljipI^ll4w#ukG`Ɇ&`zb=/n+r0 Rw;[ΛiP /03O1qSL $adI ,6YXȅiR{a|e`t]<:FJ!Geo<+ G7)>l$;?cQ/0@ 4wuelD`&EesR(PA^m0F=u- _wBүySeG1?M6k/qI~e|V:>갚Z=U)\'ؿ`%]kQ>5m4s[oM1Უ$*]Xmh%a1feuhAiVFQ<ζYrزsbG]@6Ys[w(Cd-D.oSyKW„Iۃ+KF"`4D.tڅr+#inJM :^)7; PlE3LDY- ul,vSDAȳhzg|=]Մv֑`֞UԞ,X \UaZ4󃚌~R {.SuN/O6y\Weq-{cgdBV<]^h ދY^DE}8@4x6O|[b߷j⿭8 m8zkdHON4Od664PvOqQSF|b2ZpΔͅe-dBx<dM,!(08e&caN5rȈ_lfmKsE)C?v,dPWf3&xَn)ӟ2IQ֨5K6;照q'kyH!~ ƇyW@5VH,Тl4i佶EлP'X ށپE0յNj?$$P 85`%SSO{Ń_"WEQy!jlCaD5z[qlA(Mb"3|m.- $X /[t3'dd\- hW@ȋ]fu>S{nlrѥ %`TA6Fry1i8ߔ}POcB`vMxYBeOGcS G:Xy5pRar*Biq@(Y-b9#ہ ZOh4A?(QkbEbZ;G~Ɔo痣4&miҙ޷ BGٟ$:]n}ևk+P(djlmG>٘Rؚw `6Rz+%=eȵ cjKy@wþF`UZ NnlO(pB=G=c)KA3k5!dҩ-dMlLJx_j{'yШbfW:o9P?dMS35Rzn ,{6wf3H_qq_!Ma"0nL ΀o<< Q>-ۀFpo-B;V> hlW8#4ǟٞf !jq…YqEfpeNmfR]TVLCL2-6q P]nO9io7Q=nf;3 K<ǹ:925 1;X PNp}|uPQ|c)K]Ci6gԽQ,o>DO+M&9@G2,HB)1_=,<&pJȓeBjȩY c VDG/lsw# ';"#z#d\pDOt,r 7GAOdF6^Z9ˆرA\{:NIq9+; #C]")p۴ z-\A?Ij.=]6S^MYGnU/y1om5VcL ;=d$qsz^^nC_k;ǐq 7|V7طP0_yԮO"Eܴ9KFSA,aZޙX(tl7?rB9d=yփYX[s5eR >O3t L\#Q?_*>T A9xp[,+@CUQh䳧.{p` a,j S r=}4Cp[Zk9y㎭6]eETڢT肄S6r\C~%?Qk,vT r1yaWϦUꙌCn+L2ͧovྠdo׶y"`#1CuR7;gb;kr.yzHƒʦ7tsVa2JMs{v@ Ͼ .RE&p?v?:CSHN=>s亞@=cx"TDԡf=g1$-05Z^"BS7E"B~l-Yb$eSxՃC#xn}䩛|٠)40>(CAցHF} \ ] b2,Blj i XvQ}A21IQ4_^#+]hQ>N/]Fʾw!FCf^^W;<%{Ho.9;Nkf;.oDO0Ҏk^>o|Bi# oHGur\T 蒄atpqFdrPYX|}z UUA Fݼ#2%~`恲2J7 Oi e]CZ JlJ3%JC/bKdsht0$S@%*:}Kа/b]Rq$]4ќ;#ŏov)drE GtVoPU]N8.MP<,X@SK-98FdU\Z.: 4X")n{B+ 1?W~-\%>;ܲ 0VYZ9}Lšzt_ F֡GJO8ZOQ` }SN;.A4HZ Ѫ =NcS3RZ[Hne۝TyQx&#; SuJTZZqZ9Ժsa=ڶ;f⨏YIk IޅH +{^ @"Oރ4 CܳkU 6|A͢˻zJ&?}Rb=OۣX6Eҭw< dGЫM M:Ԓ,*x͆Y*`/cNǻ+g9N8KI+jDB^m nH>8NI՗X_a% x  $w1cޮiHoa.7BMdΎ.hcE{QR \V4M=m0t2P(6H Qs7Uk~E6,!U% dQ eԷ'@ݢ`J{דn-Z´V<~]t0 UaܧGr\rg,x3\$R0/;.x/q֓j9i-Mid+P0%kT~<`sV!K%ކ6dZ$[H!rT2"в_o媶 ڜUE!sBK3S3{aJ+s>RS~+9ާ`K%Ws:ªg4MvR@.9 4g}B Xf,Qr9KIi|NT8A1ލɁ]C^8?$Jܸ^=@){[,H"v*$/"fԤKY>U2*xD8tFR%USw]::7 6_hʢ<&JC!ÛZv.: 3p*}t,iZǴF铹J B?lnЕYʪ,8"O'njxT"Ld)LANvz#9?T4\Ho:H쐶rPZa= 7SrEu Ha77*&] &dz,3{^éIx?{^m苆ai9 <sxߣoDTBZ/aVׇu0^D.D֗Q}B>QqjjV$&{ ˠ5w8ǮdqMl%w].{5@ƦHd:=^C3|?$,]UMtۡp8!u0ߧm1X]0Y 籝&ۘLučlwZy}rˬ(6!gh":ƕNh>کPKb8FR9h~(O^2)Wڿ D4RІ| .9ݓ ~&ܣYBǜ5PE e4L,u`O 3 n~>ju@ShRYM+Jn?sAQfk0)&RÓkPUE3>rL8i~~@oX״| GRhճ׌[9 NyѮxʃ s'.붖_n=oӬf KFܜ!w~÷_6c%)_lqQ97-9$Yo5uڄI/Ey\H)[\,}+4>NJXWSV~屎ݹM 4KUerD!SLLy'Lg>򬏵Q*&f)MseՎ'+`ԑ0KF[s lm: 240BXq 1MywPҍ,܎JqUNWnfͬLزt3%e2s,dVl~+w#NV⽔ *~V#L=Y! C\Jz+Δ@sTm;!k˼ܢu8L醽j.TZ6 G\9&J)]a4Uxt>T#CUt{h_Π`n"HV8*OpLjrG [b>&bS&U@y.$c)ddEa /k>JSiRpMJ]>l$`(xW_޵ RP_*r-aSP8}^F!쎛&p.+*bj4'3҃[m8?]xlA)mGd_dclGRߋ B]ZX?\9O 0hj` 1illR'a&V|/m@T N9ڝ=vUK)B&!ʏ =&PIOX"6'P8SE-R3`U5U~?CB'Xֈ9_-ivY \TNQΗgo0X40[;W 6VIA3& nB >bNڒc(G` Q`uޑ %LlGC "Ƞ3ژ^⃐h,wÊUKZ%ԧ!5%r6z9%ɦx_ &r\jgJ 윐w< FfUקp(w/&cwrT,m5Wd AiSY׸B?kRDSێ.]uˑk]B|j'gа;&Vϭi{0^Y2RZe8Q<*FmY@::#<X,) pjߚ8dDhB~h ]mQiQ4KV$ΌV k](S@k}Kz"*ށCaS{2q.\g"˦ׯsa_d8A/^,~$Jx‰ʌ8%E;r_4$fs/StP%=8{RkhXC2Z'wy!b;:D|:hLO| Y^ u$.(1DsT/y(a.aaxvӑ0γ9rV(إ'Ͳykpf'FJI*o;.?#=!?b֜.aVyRp>مuUzA\v|Wذ4PW4(H8LJV F&E Q4 By'+B%j-{q)3y 89_DZ"NFyp(sx 1 +}bϮ}\*%$18"FNm;Sտ5~^SA KH,&[:ߪnmYjfs=UilCB'D*kF݉\l%Z8{[ 2Hch.c'.TSr^Ӷ!dZ8y\5\S! L su)[4 knS]EL1_w-8 ë_q0zqyX{|9g0dEpR Õ>fBE(3 }q+˾Qm\Н7c 1\3sMF%W5DL=I l榎&QgEi ÕkM+97-r=jhqkӶ8ߨ$31I;JWR?SQB񯵯{#Ls1ƢpiSGѣ"~͑mp%g-ۆI[fh4׬$1(^4wT.dԃrɄbj,4//g)HH 45,(Zl~!4,Gl,J-k* KO_cUh'HcY0oHA#= k7(t;X6ywc|x9)m}Bf%WR e LJDڕqqmS6E2vNk_dT0'3baHy4)k x7DV+ЌDӰd GӇœ_fs7 s`ytڇoesMZFC:l\jz߼"˛ynN.p':)jŀGHC DjShz7sƕf>!,@Vlļr: {PU8Q|  TbMߘ$thboxgK}3 -F^M Tmp&8PXw9 y1y5UAO8 2] .cs n,uJߙj/u{øR^GwomLU[dzd mPl- &0cqOGPuZ잜KZi\aBmrE{ I u=EkfmS 9"4wfr_V] n*ᕩ-hH+MZ:æ,K{Q& Ƕ$g%2=rcgV5_~C-\U-$\lO;}* z!MBmV=*_}rwR[ՕHiVb|P6 "= W qOHdPRa7f_ы`mzPed"vI(fZL?vh$f_%ZDJYzV';V |ഃrBiZc:̈́R蛟Mk0΋ǸT7,as=Ŵ!EzhXE5z',Qm:ty2v{B|:f(A}s0aCx# i6`*?0D ZMVm y+ lei Ys'v^,.bƥZKAlsZ^^VIMKBCe 7-YsY/SC дCk2M4ZD:18bpX: $eͥQp<።7˕rҎg XԮ_ج:>@"1pRos\v|ԪVl]O 윸/Hűl%'KAAD|=:n%JWE$7OFN06/6 qY[|^I4>&6o5[{伱9bJ)}Q6 htsr"76D!5FF9~ͩqO3QMs51̐K+$,~b:oG3T#?}-kIGåEHF:>Ř[οzlL CVMԉ:$?ppDePu)iQsUk s Y|d[9< (봤qjHF^nE`1w6ѸQ;g>kX\xHD2Lv&)V^-gѣھ`c/n/2o.BnZ e]j#f;]h QcM2i"),CÊ 6UVyY힯:~u"i۹V.}aꌗ}9Ǥ})\KCkR$# &h* }ek˧^mnj1pj0JhMZa3?y:=KWf`Ê[ZiŊ)@?ZⷑP%whpv-5CMX cs`Qs@ + sh=?~ThL[R-m>z+$`=hHc٣#[) ^ ]xdҬ!I.(=ؤEsMw.N:.oeOU{sVKyyc ~!/V{S/>)}Knr,:{5 q!@WNf#t&KrrG~{KSU8P4+IRGۃzbHPa aof̈=Q]rآl`!,Iȑܮd֭6R(ݛ 9͇"k ܀<JLwCT{e$A&pw!DɥX!{3D?esnڥK}8J;I U/RJ[kyp;λe3\cѪ_xUFQTdDNrO#R$+-llͱ dW Ea5Wvq ߅ڦivUJQL=nvQ54WrwACړ`ݓ=*7@UvsH?Rj3xV g?KnAͽ,)@_uH% _rӲ :Wa kBk)T|½!6@=tqVzgs 38i!_7 TχO&" LK sP^s>[(!a膝$ZA\Ə FX9";ըanPgQNuB{%XI3gB ?)32hP;ڍAav.$G^!j~SrGpVxUTwsT`Ě2Ԋ~L@P)Of@gz+]HPel0 N!-[;ߣY* w{?)E.BW3)q.;nSniu q[9NE!{,.` v+vŋSFY`sȻ9ng`L4؜8yř!Ԫi%:u>= ҀۆK\t̼ Є<^$88U ULB=emNL*VRT~GZ1E*ׄ:K }DLu )"X0DECxf">Q^g$T߮?fA'@W9!mWvqa9jyHs1\d(LmS-ם40"z 䳩fMeZ-ZRY^!Anh+7x_% X:Nα݂TXD)u&.xʓ MMjB@Mc(ہd[CekUkjb\=ԙvGnFEPb&P֟2mAg ؿo}RU?' .W[4W0Ν]cN}5 }ݭf>Vr&zs'b6!M4Y-FE~Ɓto4WBeN3)]֗EfuG&̄((Qrf- )bεVψA.k,і5p+W*-i`%ц]?2eRFg5j3Y\.0Z 7;ŷsMmRa&&4a0m6"c5$L -ORvE/< `[=v|Ȥ37h=/tĪ5ƍlQ~CGmrSq ljF-7pbs9S y6&%ɧ M\:׃=q( ’+"Ag p *zX >dV=6,n,߫e3k )SyH%L&mIWĝ_J@]7/y$$A# `_o^;L.-mpTutx{]ֈPΜd04€xN_0-U1>D0ZR`3Udsw2;^-AS +t>B՘BڗD(AveH<8^&;WE0I,E7AP ^4Y` e6ixP?ƂaVڏ Xhv"W0ۍ>c- t@{4AP}kVB*L|4"x^=QAq$MFN FfMdkG:zc34xOtTIiK`_AҏXyԭ)aiBbGo)iHYBoYF8֟7bWdz1X"J_ޒӧTX(^{'ZaݧN`op9^ @J;0Jf;ɓOu>!@[[Mފ`cB l~y!{{w`5ʰ5F;Ms,] ɯR 354+7dJ19b1.LiF2 \D2 YL F;k <[.0by\R$b1 /%kLtP)R36ׇ(oDXb8>H=e G{J5d4ן3 Ӌq t9r`׿F01^}C`t-[JD~-ey]HmSCrs* owAZY/3QD:tWH3g{,| F̫2mIG>,kH=\jd>z.m$Xb]lGS6vZo =K[.NHCY80姃Ya%uWWo| S^{W=RjO>Q0oq5r >PKe{&+_5U'\ܸMԉ*QNV^LK 1 uƭ( @f_an43K*[ٗwX%nǾ HꋾuԾ DrYL0I6+= x|BY>aӶ>Ng1O|F+-=MQi"xIR2&9Hͮ+`jw5vsƕ!˶ŜzɆljp#OVQm5.FUBv"uғ4F7el-~Z?l"ǜ'CvCiQ)K'!ǔp| Q ?Qw ]ruk.Bس #H)jQzMi-5rс,}JTwm.Y/]ߟi }o7]o-,;HpK—HoȮa-Q2_Q ŹLwGL#]x%ڥOl<.<2&"4<ꔳZ͘)SWATNܣsŋ jVUqߍq4xEbUZ~ 2m5hJ!ymin4\BqdB$鸸U:߅,bZdznCUpRCDi.C8Qû|= ևMx"olD~ryyӻnpִ* al],҉IK~MC(Z=ESNWެ5:2|J<9J2?g#P#-':NyL=4$Bo0ĐlakMOٟ|"] KK HNR3&bM?ާ+eɈo7yqne&Pb Jߊru|kliM>fUji⩞%%^DR.#$gz3! B7FM$r`I14k I@hǹen AǟUp?K7gRxz)FnZoBڮ,2NG3UiKYTNxW:JLt9 ?9RAMAR2Jq\Z뚠[@qB \?d;ژ6|< V7JWt O%2"1!I+H $(N!Thy7;3mRN nDY^6NgVkxൄj wɥ}?7(jB!s ӌ&=bSz2}'TYrPj9i aU׮[[X8eK2u]F;s?*5?ah *ۧUHm͠lU B-gP=ʶvJ"N*aU-J+KB{ M ?'?u0yISgtkT>]^s55dߧ ݏCVhT@\:e~RwWra+&z i+6pL's]4]) vcȧ*X64`uB{wAf¾$ϖcs˱WhLT >~LE/Ŕ>+xAl*ݍCLef*: Molp1:jh#y5>&t6P14?OcqLtM~16-|WGtJ)J†@FEi9l-o:ŘEb_3CI%h="-o1bow5eaoc39%@p $ЎGdŁ~e!esgs*_WT[D8])FYNH1pP !ƋFS3=:ǵ%߫'e./xm)P8DY2Fob́ F;:G8 z@h|Py ' ۂkbJgk[D &fwmt#l 6n&vtp9{m!=7z[4n-w9ۦ.91HlUNb9Ky*rLlF3[Rl~Ͼ|.|ZE l>dxz]R&mF~qm:1h0_֏1 /~.Tl1\ D-Doj,A\m==T%>w&1կ7O4o$,z1w"H0.w j\q_2=sK j>.,5+3}Z \0c+2W&Ί^(7DW|B{(NUR%ImKFYUAEuj>) p:h 5sP6-c4لfO -Cױk D\@F_"NӉ7_qteA f xWE཯o:feb_\Y}ixђa B?Qx>qWxp*OZۧFQu{p7u ^~Z[DOeB_+xwzn~&D28ѣQE 6,j 3סψv%IInڳ gR÷+p1$2Шى4ZoaE+z :9^ S\h7 %e3D,0Zr:5X/4"il-IF;D&xE&g1NjPBNzoѾ J ΛyغtT6_V=q}bv(mM\>աG@(Jv՗:3[ yޝ]bga'U=˶@YKw9c"/>SxӀ=y8u!lӪܻ.=P[]RScQ,}E@)I$7?엂 xkü'ㅹϗ 2?cll/R+=<#;=b{_Al!sU}ws9ifY!ȂlW틼εdkV2 ɩla1.i2#S}%H.@r%ywN#X1&/Fn(}.[*4B=7 4E>+QMax:Iq:sGK#V,6mА`/>Úk΁iܓs>Ho9HIA3]+(QRae!w@O ltJ'rXI 4Լ6~~, 5LD٣PUX(&Vuk.g,jlWwF]LM<* ^/޿@ lے oZѷ,FZ(B,EL,Tɶ#v?YqVGlБ.n%z j .mtp#A1+0~Lچ)X g\d`S#80^ ; 5Nͫ)w)O'Y/>7RԢ?69ӘH_߰ #w;XUՖk;0rDf;!sˣN_yDB' ~)dK&-s4$Rp3ښF3/Vhρ;IXLyۦ&#];\ݥ ԗw\BAݢAލ ]苺׼(hR~Z,ax[La)yw~}M/ʶ\5DE]f=iXy~S ¸is: I6A eZdCg̢dTQb++@j͖B6MSQuLv',uK}“ ͅ;fwp5&>Vv_/F 4ONKcBNefUTvdc fHOw)m`.zT"u3LdX* ^H6kx_g5E mYr `Q`6epor{l3wWGA%LM<~M y3%H"2Ke6!?VР 䒝2}U*`CY f++qTy%qkzT rJ'PX \6f h⡾nP,V"ՍwmwxS.cFicX}K /Y¤ڑWfq>+V5h9{ 8P0MEyKޚuxD 6.0W8 FC/5aS+l 7Gӎ::mc~s\E >hI, ׾H;pOf~'<m- _Y@L ?Aaʈd`y ;e[[.mba a/X:ΩZQ |f}Ks|w=u~ЍYh/nX*^v yuWK>q cFPYF '+0:zfd@Aef0DZTR}JG.06eʟR#R@+'9Y* lu?^\~_<฽exm gM0L󤤘~GZᯞH!`\5Á4^!*3ʂ3x7,e)N$Y=v=L ;#QQ踪'{T]<ń+=$" E0Tb:GՂ8Cc)Q^w @¬hBJڤ† 鹂7=[s~,}w?m Elpћ_'!^#宅(NRJ徨26Q3$vӱmŽ-!uU…F ,dϝm STH ?l$z%c: 0ſACyي݋!h闊qc3|r}Y 2| ׃.޳=_F@^7t7WMƟlxuEsة4c.HQU֏PCR iѮ4}IXeSͶi_jt~}qc?gi7g[z\;071n|߫ɄͶG*b@*ӔeS@%j rۘDzB+h+ :ۇN ۡz[̇qUdE#Y7td "+CW 4{ui?" 7@kʷ`酳FZkqbVgQ~BSvJ?* EU4fXAmZ|v;%h@r aZ'ZJ :Sb"-RW>'K4v"RciiE6Ӝu1+IZK@_WNIO@AG@6 M7=Fq9>Py p{E{et)*E[>Ah!j Xո0~KE\ nK0h* 5>_+t6*-}FaG /z,+=pF꿊WKXRsS*Ofs2ELGhm⋪s+P xXE=lT]݉}|&( sjޫd 4W0jwr5N&91L6b  9ΣSu w >DT#%! Dhjs[vhMX"ԓ1luZI 1; /f)<ĉC{0S_c=#9JTs_y(Av2cn̐Jp=նXxޔm|!uH/:]y,m\?*y\S+֤Q` [5#|4a"pʑΌ_q0OJ{{#WLϨ[߂e׿HO?՟ uJ]%mJ$$?1DBB%b#} ẍ́V[qG?q~I>R\>S7-bBH+$&, cZYdԜ.j,BFm+#b ̬K1=7;OH34\3V$ݿD~@?@BB'mѥ$ү}JC}uh  PY”sS K|% {:,}`yex@"˽u "|2Y~oKitzc/ ڱw+Z IR:dG<5Ckew!Qe`@M6%3W/7؉G @(!=.#elqgT"D\61ttrd:} lx% w΋b0wC/S+:qTRoMS^{&7?~x|V̞mTcWunSo!CV{SIԲQ$xѯm/0ڲ h0P0p#Xڟb Gn*DذcIrVO[*!!N'$جcE +y3!d9 6=ofHBc[a5ේg~ 5Nr8[%imF՞tѡz>K~SBRR@xu~JSy+8#\)ǯ7 v]D6k 9KbXXi+kWk9BwôT⇥N hO;vwH",:׻b؂͏6vJ0$bk> Ʒijzuc%̎1W[B*ǵ*7w¿Γ3/ݮgͱHF,/Kc'&Ԉ-UiM> $"V5rg =rʗE-thL6cӎr/.3,G#Gk /Żm mA)kø/8&ľ8RͭNϰvw54٦|\Hc),fY6ABtԼC;y[!J߫_q戢vk EְEivBRwt"dkgn4!n$AIxeFygd!<;* |L7_O:VW"at06xY`O`ƿ(H˜ЌT@<}iM-Oc/bX |.SfaWu逓±=i O3 B>5DYd3w ! j{ &Ts.SP|V9h! ewZcf^57>^b@ё9{Hn2ߛq'=Iq{ŻNXҊc[miQ:l%o'3y &H槲gTӷC bP UufV͌;bfQJy^BCqĈ6*s΢(`ҽxЩx ^F2E \xLa;ШFQD9D9*DDx!g_Q$O>)54Rgy 99q@q''( Z%' E=3Zw~5*ih]-@@WJf}vCX7"-c/1; iJжݘ3F*CPFG9?&L[:$~D``xWvl5: }!n|/ ؕ%}M;}Y`ֲܴ68ZEǽ?_q:sP2ܾڇTPO>y|u|M:Ħp`KO,I"Λ|aN5RPK~I.l:95.)l {\>ɵ9BӍL']wh-k ֐1kOPa#tmLZ@MQʊ?v%?_GK ?$:c2cD6rp`j'g!l;ւ婟jWfݗs I2R|76V)2c])kقy4Ӏim߼d e]ZW Cω[u= ̈́]NA*v(]C@Wj2Ԯ/Osj/#DSN[ jw:4cr[nt=ABBT _-NAr(GQˌxb57iHk߀qpâצ߇};}p{Yo_?SZ:ȼy[~W5z\!$]/qOCOFVz"$)N?Yˋ ١"sJphٕw{ws)]z&l9TZJ.bu,qtU) o EJ@p2l,Max?PMI4r 8$##ItV`KMBzjm,dޣ'YE;)I)8{NgG R.v炏zNJ[:Cr1_vȪ_QN.T.;+4@u FW隌([5M]dt YS9r&r͑]0Z%ĨY.? VQyQ5vZ|@5~%Y-/cf&,u[w\KnWIOH]+;[l BJm'fpERh%ްNjV}3ԚɝjW/*$ʌ?p}0KWi@%Ҧg;óVT XT25u |נne^Uy/6~ig'snOMw4ZG &j9ED$Bd3ʨi= :ᅘȤUX0#^vIb#!FY7ɁAʥJ+N$ipnW:8 2{eB x({&R~ KқnVBech:X< @H:#G,Hh2/囶7d|a&βkON"*-XqE}<01s8ߜ6)"Z9ͪmUCh s$ڱ{"Y􅍇c&ow?ɲ}TD Oܻ/3WܘmѷefPba}{uXCTdb9G>N 99"KБI9@ZX!cq$u_+/?Ypc]%s2P VR qn f\VUQ `n(+@85U^%;=S8? o6֑?=+]M R AN:O\s"=R-^SEaޫOڳ23VkQvp_v,=[N}U9@O` UrikKGa漶HSiGNN4>5kcf0F8+䫞Ibޓ TL`1kn !P>)Cs>$i-& P'%atxB\ՠM#fGW+\ !;tZfCF]â ezOz GK]đ aw3B_Xmz-!X;/;³;D‡A^Nz`g&Wtu,/QnNά >TAsܭv9G Yu\*Jj+᨟f$0 Υ]֡u0|R!iW;Jcٺ lhQDιPGQ| .B3.L@F;HHYNpDMX  pCkqE+$&;Oyz= 7l[OAv۟ak6ٰ#l':]KameމoICQlu蓦Qb4TZ.#kpt %,凚@&B8C#pS%bѠ)EѶ)SPG{8uY%vq%;Ihvv>:}z+5#Ir'v!V I6ЖZN‘x|){[LYЃ pf˂kp->mUfP:pd5@sL%Zi ?"D-?i{h^L DpGS#+pk!U~>=bZITNwDi lO?^iȥ"v2TM93Է|٤W,yNrHY?!tDsqs*gHKo1nNjXQ]M~Gc1E(-2X2eU$WdR:ۣ R0zXrWh4ݚl[tRXϋ, WJ4KB B7  4EgPàI0F`60|6zeDA,o\bGZ{=ZY`0? s`N [ y vNfA}˩c8  B?J5}䪢S*`U8i6G_+2,6UvcTYaE=I<1`DqD~/v͜ Aj;/>Sp,lvK{[nnż/ 1si铰KPWџjYj&OgVFw geBʬm(T/KfgEJ#(QRIiH7RSvAq\h$ob*˶-^f>BaY#=rC`cf+`  v?${bY#֪ͭ6&Y[zCL]$TmK ,2s( zwQE zzwST|搖}YÁUC>+htҸu_+Z̫|˴ml #D`+ң]P9/- "kDJWq'}TN"eiP3qx+~/YRN#Bꯆ]!ʥӰ&SG̢Wjw9* ؞y׸ʓyS4 +趋p.w261ɛN0Y-HO'NHB{tu o'z\-}/0ޙ]ၓ?C7pȸg bcDUDJ\SLmYFL!/C;A^RKֹ$g&<Ŀk`1iYRۂԍ5;Fq+K Tk@[{cxčk~-.Lb@?͗DO8Xd恫XusdkTU4'e'<ڟ@&:?QH_̢ZM%"'T(;:C5a:7bNȌ%= $*=h1(Uv2!:M 4ŔGב o2D4W а;(4z 7&݈]dc6VW+mkQ#VJa@\1K͘5D(g^|ZTԭ½^-'VAX'agHdbd{۾3߾7'몆 +aw{/幢~f?xټmqNl3b9%O #o/({q2ǐ뱜"yoag(ǟ+E=h@$qt"_}/RQd57[VnP5ե9-]Pmq {5ICYj=MQX'MйaJ6SOJ1qʢsa={'`_n\>/+5E$g21@7yld58+'n /dvմfݾ%T=>UE4iL)@BSםsM6qy{լ?4քFq^? "4j&${cOm,逽}9x꡸#8Pέ,._@QjѮ #VKPaPY9?X*}ֻs~؛0-%z,-KG /N}9Q#h$ľ <,DE</46NWij1v4ӲUR"N.Af)ZXiUs[iCe1); ~(s  UN+'I Ζ3w;{]ISOʒ`(?` ><+XڴrMgAPr}ˤ+(nCv{7=6PL/Q&csPC&QKбK%_ȸOk~4Y"sʓ҉ǒ-JQϐ 2ul"ҮANl2x0rI)޼ q}!.@\3џ_V M3cInP:x):u~-ĝ8BF%Dbr4ojżC79X/Sq*hwVEu|lb]&bN%]-lۏ"' ӹi?$nգ.b]L%%f~v}7?i=V,%w2@r)E/ I՟&DÄ>|];cWLlros1 1Jt]?˲iXME4ԣQ분z,+x^Lͼ1 ġ XwQ~h0w^ @ˢc%&ɄU>,ȸ74%BztrųNr]*u=,ԙ9Z{OD?@r%)}?71`}AZ#@YA>O"}|bepS(j,׋>]:ȏ%vėIzX6p$@k ޕW!] $iJU^iaP~a[&s.UR˷E-~N*AUVYc"P>RoU/MQg2{xxwKdI5v _uS(o软'>5,3r'#Ϳ" J03բݢ0d?">\=!FGMRa;W!u.QgN, μ^ggu`uOMwƢe(Fʖ{-s[7BZjօSfM4qt_A°0^ĜQ+#v@ 6ٽldlReW76\SYb+nK9QA1[Isq.l=puGO|W?[@멯{rZ#c]9Ѧz[w-Skh!K;0tg|R ˻84qE@bzlJBgİCZs(L)CST$/ }1c}*ZY!~9ٲ!zEsaV$'50cRl_ZN݂ͬ} 2( C2[ޮYlXxdǜiX+,ukvE=7HcumZ`hwP~D!~~V uHt`=כF0jRE Oyս; g!w OC}ODIyHTm)K 4g8؄ :YĪ\'7,)3w=/O ;*sN0ʜjdL):"}*(=wbb{0 $ăh %yVnx;!1 OyHۦ,`! E "=WV+Cwַ _ eu]-6im .$]]ilL[LNKߘcAB{;_5{[K-I{Pރz #ᾭl*BAg*#Gk=@I 1wW dtLH=iTkKiHX ՜g[&DںSQ/vpQnuCӵu̮Okv5F;~IozTTweZ1[FdX]`ȃU\n#S-Jv3csV><V2T66=P[69Rejk+Z  xb\坓_u3턢tJ vuNB\7I;]s ,*Jtlᓃ6=gjbŠX|: 5*m4!! &}~LR-r =r<8ibn|L~)Qk4ݥ {kġkĉ ] #WX?A=mHS9W\;׽ګCteް[bApҙ3j\!*B2K6|݄BBr ?ք_2"3sCVj/6fŭ[5;&;_NyqTKfPy{HXf(;t%W%[pNaxEe/ђHi'*+=ӭ\ c0Y E5.Ɵc"8Y[`J=sh ^֡sfi28:g4[ laH D1 u)"9jȯ:ۢ$ ң{&Ęi3g_Eq-Kln0/pY%|.Icj,WJe1a8: go;٣Qܺ= ʇ-@$Hp9SFaɭ0+@5[,G7hO .+OUhLӣ`@L#O6m ) La _z E}IfVů =cV'YoQyP4Ry|>Uun9sJG0깻}jISldYH\>Qzҿ'vҌT ks!67Om+rIg$'fĄ"'Z is4(= W3P*`PdQ#:Z+6O)6pnjKTf؁j5d8795e{r: hH13A !fI;U8ZEgwFy65ڰX 9ptNȪKeK a9,-vn-d D*yhB~ˆ9_fzxKO/\;'?b(xZ@ݎIUjֶ 9&s8/7a #hV[xaq۶~}k͟ F06 ߉&3Bca dX$0+futJ|i6~? \# Cb GEr  Ik% CTUݝ3V.f"r}f~޿0\('ܝM@&}7d\BkM0Ȅ ,U艛+)Qҫ>&% AHW-:ʛcN~\}fm:huuw"ǃ3{e#~R (fvI!)fa<BQvgP0 NRK~U^sҸPe]4?g<3EGZϻ?weF4~/{bn,%B>ёXPR!L DEs>7 k.t BqK6] =R ]ە 09?o%T$,JpHNɗhޅyDZ+[v(b6uVlJ/ 1 A_L_Ph"[h9]Doy`Jq\tq܌ѡ&Un}':Fu 5g)"ȉok|{u@1 q<URHzf%]-JÑc97}u+׊}tua^5SQONǵi 4%y?h-0i&rӹ tIƆ=6LLݫd }¸֬kӣvR*E{2-fJ? R;s,kNɉ]7|@nGUD"uR rU knb58X/ҝdǐ3jR6)V,NcZO!G I |`Py>fm-Mcsnw ]]y׍C)6ے#y?D My$-֡hSnNV"=4`dH^NA~JXPHm2}EAҀ-eፉ}DQ莙&Y4sNkcoVpI驆YOyRDӓg5F۞w[GȟY7IQZ[;+֝%/+ mCg0>eתBa`EiprfXl6x^ zp up/ą=ƕ0@'o;v~Nv%pUE**.m 2)$iȏ{T7[Cwld2~Of6gPZd2w@ J;w\!qQ!Nu-`x/)lrYmUWv`|lmnI-1LaD LWV-*yՋ`Z*Jd +I6hi$kH}J3i+t:FkoIc=Gl—I$w"sEC2'`K pNoK:XޣkU*TO1 xAᑄ$*4]@g_ ߟ`UrnahA Qv%BڠMj(+D^A mdt%49(BXF nOc9c= H,Ӛ [vN D4 h)iyC)ő pn:B'jS.xlxt K'G+PH0[1L&َzHbƢ4kXt>DmH+|s L=OXݍ[T9_c0~T\3TmrP>jdj+M^Oڝ@{g\꿙"l?]6tؗJw~!sj$_,N:iy~}hBV8to0ʡu(JP43>)t[ou5v$괛K=l\J!Xo$fmQQ"s}i`+Bu0IƠY3;AX!,*V73:]=Zcj4AtWKȯރރlvE"yz@{Su;4SNrX"W,0KOi-NfP z 'ݓa m#V|2yxF J};u_I ~g)g,l3xj3N|(xJ7#ۜ\HlyH7Lc|Т,W6'DuQؾaONh>ú %̯ !HIBb #]ި@+6su:DC#]>(vo+VgZC" Nt$ y%ȡGu~Ia@zV%gqz껁|6:]S-{DR/Y}ӻT<'ˎRq0=h@4I;<B"_ތe ѽe=!wG_ !%FrwPEcSԫq<ۜnX0Q6;^M;1.9?nOh]c4!De\$*>F:߹t '!. CY NB =/b p>P#IWZY< н VӴ%1i]9O(xB!O _)(!bC_#=i‡y)]`㍖rR[5P[?,.{Wm  |4@j}@2 "0Y@45.ԥ͏ajI a|PЧ.3<8эeF늱/%g+LRXZe?CcAԢT0*9FIΙblQσD&~Wc) *4C+Fyƭ׀`2P6!Wwe<׿Mc(_*TC*Q8Bb^L"[gNyLM m OOhDG&?@"м y.kqesCj\"_LEWSq]Cwm:B Iu<5XX忕zYOpڷV׀ChmlXr .FE܉Y*Pls3iƳH)5lM@!ez,_.;imco^C +"nOWyD-w5Bn 0Js+t}WCbg ̛ zC u%j2 ^]GSnlv|s\rd扦{_B⟠t{ؙA&jAz@~8cLDl4 ڎC`biUq%HChG~AMI4|ݜ*x|e~%O3WlV#(zLP[֪61"t7n \羅sD +M{%@o[;*Aͽ7NWw/m }EFY{ %䄣3K!+_φ%W6ڎ١+ Q֒%Wij70(j`{2}e+2InT1]:CtaUs>tBj81 ٦"%6.zTV0Z>lv̍$`]x؄].E 3"yL 2+ WQ)}>{En0a3~\AV,0;dMWF#LR}u` Ԝ/kS/}x<;善3iS=[BPԥȽ޺ voLJSQuWB!M+ 1"co_? _9GIjT=ФR߁Bz"MZ[*OP@+7yO<|#hw[Du~ LltIbnw_^ekK:#ZR^8лZԑѷFXgÜkhË4dArA۲Y ?k}66H753*<&xcw7CZZPGsLJ;m%:^@:3/a&UbLHP(-& >})aGC͌/80J4:jW%Cpf`Q}A~DgU }.ͷt(O4r Yxf Bzd_@U<}\16r¢5 rꢾUn7qXGlCLr4tp63V@e\+#i[gNn|.WR3U&|x TO"(,vSҽ#glw8#\`s,"z%[J ~~$]pS5Dg`[ F>!|Urꌽ%bS*Q<$qz^6edA%Th ]gV^| \7Gn8 ӳVo(/%9@7J!AUcQOi>Z^dyl¢hg-=SU)ŭѨ3{b4cĻZR@_7muټ2:x> q&DWJw[1Pzi+UJwzc:\-XO*+Q!D0QbIHi$N+?_NF&u[6%t_P$y*OC$d&+\9n+&;GS'i2Cc[n¿452P9:]pӨiM%7?vxBB_ &ɬzzΙ ti/&N &$.^[{Y9NV5?ъ|o^lLRgDiª @^)'vqD} o |*?&YAF%b1!# J9kB?O ) kYOՃpƬ]kkA-[umH/lHe[h0-ORf?hstR]iAl"^ّ#GMγN`4K!3BY:Εov׃v/ݴUľ  #IO!ޏ^9vxX aԄ`69iuLס)(FsNn>lZMqNb`mI\AFCy7-eR2_PSSo, n)Ή+z`5(*tŦou`ym"\Y&EQk6<1[vSvߖ[d~ug(Fm$4kMď[#1CV 4tjÐSzK<%fl?\;&EOrhi,i=uAs:$yZDʆS} h odn+5_+V#To+JMi͇>AlbP:UE-mʩGҭ ".ΛhX^_jclkwCyOt+ ́gՋܰ0$dlԑB-JlqRc |j<;}@UͽL4Y|ܸ}x4Ķ)P Tp~BQbtl[bQ>7#KV}U[M|4Ȕ'?5jtuah2osx{7 Pc!GK'-^LOe߇Z)W`"{x,󐧾ͥD928%2PkrLY wxmxu?ӰC,r 4Y 4X \ԠinB|Ԝ}?n>#_{Neu1b|4א/d6"DۨRdSkڻ7kRjn3<ORL5rPLWdo@.1>yj7yY=Yn`z{N &B7V?OW붣c6K ~lPөP΍)B%[3^D%?KVT\%j9;ktxj]ѢqpCn7o֧2 ~P&ܳ9Q}*iYA:ѡK̻7\9k{Pr d'L ^݆-i=`p_BqI劸 U:ͮ6fmE7P-9rbgo@){> &: Tuv@(F^$Ew Rv`EV|o/7F0fIphQY< _[]$*[;Hg- pABФv[ACc;9K)~8A3MR@^uĞ}@w~: ѹL= )Ij\TIӸ臯肮>{vL\^Еo ޝ-RJW:U6Kcc(ia#>3OqV"&.́F t{oqG%Δ,&~8cU_r@d; ꑖmQIc>y:ay߷p}K`M(H D̼8N>oB#q2n V)0l.jDSqې^6+]].4%V0ٗVbe۞?8z[vD"EH"w =J MZik# "FP.șRtG}r7 f}>>;,Ιe&Ws JDrB&qrU}V]4g"v1Y`.c.'2^Y[Ƙ 94/x/=l`0/Fwz?kĂ0z:JiY;Les1@}9V2RLchnIJzl:g8fg⭡FJC1rLP? *I#ZG1Q|?eLv{Wi΃ie8_:RPC1G"ڿn׆/[-{$KPOx]o|7S=5|[m )3A&.Ԩ^@c4YSݍ^/qyoOO{GQA>GhXw.ź^ P~0}iAfmkܩkJ*ej^$Mwvo8+zPWYqYFɫʊoKb+e0Qm/*įp2NA ܬa7tE7;ﵳ.K@'>cA!_𲲜j Z9.hk$| t3ܔ%gh=3 {*2bsSĢ΃T#w.gf 4wA*v["ˣœo>AC B,%g}0M6I<~FVh@T1X"Gq36_@2iI>mpŔ;.5F{j8R?ߓR>oq5^s u}Mz/j:t+|&LRmYp}LB^DwB9PFJwKjt^ɴ@%HA?Sr-[Dc fҸ^ qxŕqfdIKCt"~QZɁyT&/$:b9AR\oU#O3XAKaws5Ȉ뫥 $<餭h; T4Vt#u-2~8Y| =(!u9aj'6/*1L VE-V1я8yk݀WOr8|# 5ͶPRt7}igqZ@{%؀`a՗q`FXUd6lC>`}7͖Z߫l!VlڏVRqNͨ]L+@p1{/Z6el־eևlCTͰ)m;Z[(3 7 ˃_նKlO (\(A.c~15sCHc-H[8uԦ\M8a`FPd% MujZN1exBC^;Ӵu'1XfUɅbepjv%y 256fP},iTe3ngPxlaG;“?<,]ƝCz*4_!z잀^@Y "wT (f/Y^jԘ96qF"ۅ,^ GgRoxs2& ]Ŝ$%]Rk_8'(Y:gl_̖h?j \1t(r }dDXq]^`7#KKN"u" QS;lÔ2I E9Of0 ZQvHK3BmGOTcgjev<"A.68l+``+8gA*}("US ʟ,>Ѧ<0M 5j|3vr{֦ uß$-7Odhw,vv./Qx+|뉹DI50i!*_c87r&<%&?|8A[/+1%weςzĝU*tmjvm~׎ʧFRUV,`K ҳǀ{G'nj}F۫ HWc*ӰOM `kZi>mtAvxZVuiacΪV)۫yDsjZȁu e>?3N'&e>:J ~+D]`(#`hv5/ەx{16@7G2V|wKȦ/C*걁jZ5ʔ@$AXhxtɀ|7N7'+#R#mhsUFEmӮ/"o:K~G>4ƅEƻe^Mv$ >U{4Zw6T xS~lm|?כi&܁"zpvƞ GNE :õr֪:3|)@{ 842i̤j g 4 91+xڀ w$8k-pc.nR6_tWt)NL8ABs1Տ&<[1OtD7c^Ϝ[:dKi;!׉fDTW#(?39-WyEݪX+L38\>~Q9NI(}7u0dݿ\h`X9~bK=L,1CI9\θ84Ͻ'J4ϧ= !Gf7>)۵t? *`k(%r/5]xK: ڦ|_т ab 8b| hz}ccM9~W%k9 EdY|)Y46%KvHl9/ gbRTڃXQ!,Q1ݻ?:Vvx{võ} uw\&rJR$Z<:>Òo˓&8xk B/v,&3?K׏70cbű?^(\8>Żw3֊q HTrKhE3zvU[Vq%|iĢ!샕R+E&<:C~1NB[A'LiViPN뮇!'Jة#IcP%e> ֥Irta9j\A/ĠDrSVuwXwY/T9ZVF,q0w6H vF$swgz#1SP%$l;JKI{+Gip2tAv){\p+QDfKg.sM']!kl2 l<@7&X_*25b/$7!8o%¯_8LJ2Sx>jm5HTuT.5MNj\ uoOťWěg-NQE, a"`_GB3./6\cY⟙q>>Fa>]?=%~g,t ,D0<JFv9l$Rn/%v6ā?}tIL+8z=Jb8GPX*(Cg|zM|Ѡpj8HP9V^2RO2LE0zouNS}DWkotOe2䆟]I4/?& 5缕Pq].ѴۤL>PP\H:X Gqo}kWdזB\L9Yb6smB 19'-a2]f sM+ꖠYk3$z^d NZb 9j:Q:m['Ɋ)5kUklW$;D-֪0vgg+ۏ`gvSTPa@rAJ9jlIЮYBAL S +,QCiZ92irN*)nKOfah 9g:Awa a|iZ&(tM!:n=Ur >9J&{T$klPԸK|^k~{Xr&giNm/0>:vZ~iѿضUUB"|K2A),w6t04+;,&Kڶ鱟XΟ'~-G4߲׶e w``+A;T챯>ʯ(һӕKGιSaZ<̣!܉ۊ?^#qtL`cgpePT"R$?7Q4ݰ565~餘K9SQkW*M`󩰥{}j_4g[QE5R'mIl9Izx͂\ M Ͽ%[%7-5o+K"kJ?֔CŧOpDzw*tC9Rm4)H&WQGE"5xiohvh-λ ͰHq\|ܾ3zVxk|; rڨSiyPi n| LT># xЋz S^j!g ƶ4<63l^x GB/lH/ ^q=0ݾ`o;U:NMrk)Tv5_L&~{D,C=2^CZوn9w@14@\moqkn^b#I5@ǔT/P4UP9"ó~u Q$vuu<.q*=. := LW]TIWL0y'$ޕ s𗳈Y`߂wNafʙGT}w5SzmnٔKZ@3Q|~~pFY+ 8i%4*HO!L@m)Kͮ)2 9nxNp8MSHagYY\Ku8lzʠ*b=1Z1$ CϢ`2>>V1ʿq {l1i%mEhDwD=˦`4/5\ˡqStJVs+HONtNJPӅLtlo~xͽWI7JhM/k4A\!yW0mqh"D /z9e6s8>U.F5? K9ɫý>$ ZΆzV)8vre'd}v; 1 ^IR7 a [U*~^ȠfcȄZ2v|yxFgKq"ƚop~( T9Wemhԙ3iwzqbХ*lg97 P3ҦWs&yC ?rJ9Ekkl͢Q!6N@ZP~V'iBvZ"zq|Gіc<ҋel%cEpAC f[ġ+uL:;8=ae a)Erm O~؟0](yj7r&5Uyag9y}o?F3A% '}(>Ɓ\ #>"rr2vi|iVn]PiD'zƣnN-f<2zZ7[+na5d57*61MyBN'1k$4g !rm1 7lkD=hp֟ۤ'& r/:T>0{Uq-- ~Dޏ$Y`' )Ob oqCCS~5 UW1&Zn?Y+mgPZ2f ĠQVUJ]o/"K\5QBsDsUv#}X{'HDi5qCxC߁s9{<0 3vct¶}Z]w ol؉"Iq/"ݘyJyQ/:?dq~SUVH2M<+Du8 Ifٵ0#2ze>#/]zl8IV#wgJ9\x09A Il8}{~riB hgۼ=?zN &ʽh{ƍ -,OmY 1XIDwn>Jgj -,iC^UtLg|m~T8`D-$$R<&|VFc^FErnP SW5q x x~1C|HaT:o B:؀'P7P$>J`xK!s6EeJ' RcyIِ)?B[gPbG؊3cW(Fb rZ Z"dAYSaCљkU'8h&.LW9sFaG:1C>Y=gƟM/dج2.1guIe,0q:PIbwL:iu_7W?'LQHsu\O`pT )Ꮥ7i0},S MT]<.Qe)} o|\\Am'j6aQXnj:?y>1k.Ȃ'{s3Ȯ;/r(.|DE ;* uH?35|;׬옻Xk=>uíTv!3}@L=pBwe8 %~맬Kš !/y92*93YoS>@Gd̓2U|l!EHwds=ųZ{̏<Ɨ-Z dUq~Mu7%)fv[摀6fv`̽=ӴNl@6$zD6g޲}}8ssR'% ,K%ma*L .z]_EW )a0> eU0ֿM4?8a0KV 7'sOD  /HG˄q?lНd=*hƟ&ƋGh,4q/%?ifZwރP:7~ک 5.gk-3p{W*ٞ$}8tv~c򂸹bLzcA Fo% ?xY:OBC[=4ɫ\0:|U] Dï-E fn33 ;$djAzRT<*>zh+LeD)\˛>L @$ 4T'pa*QQG}b[g-xKlɴSZ:``VUơ>e~-GQ͂~mISW7S|bc*U|!V;$ 1ľp\IZPQIy#Ah#C'PV]0f:'oWHe:8܀Y+3di"=aqW6N!Ei(,l`+ w!Ve%P%eڂKOPS.iJ^J1=ܛ MզM&Ha%@F?9N'd&5%0K&WmA`sNpؚ}pl5t3wP`3|Sjk7٠BilK!CPL\ap.SqmXJ]L%!:aK5FݵS9OQ^PB`'nGzi2_,r;J偞NT߂{7a (:!gݫ*mouNKTr`ui1EB|[t+س*hX HbNų8yC?o ,;?o9ۆ= B3 cG@e,U`*^lP̿s]ezY@ 8`N4<#~= t+ KX>  6i:f Dj^7ۊ $niP4 a֥vqF'[H vm_hr:)CzK(|+bĊ|췪deXZSO;^2[n' ت!XhiƒiA.%%2E7a C*ݨ 1?+biHn+]Gӵzk9B  Rmg웏nK>wuV*ȠVɲaes^d g\{{#."Wap@`I)B`||d]l,_+s7d2N;Dh$qIog[6q/ Azll"V^zeJ]} ܙ6lQ<}K3Ә&!Enm!SR!dI^{FtKo!b|mߌfrlVΫW. ?|@-q!)Rz!q8 {uM tOX"^ayR#.RIs*DzNJ/̦rjf:^b m3v"ՂO)!gVmZ)<^XƽUIrY u4/i\۽tܱݞkjNݹLJ@O~Qy;]L@lK6Z6y+uM(^)\*P8 704M'N0cSՊ޷q<ݟ3zCc*FU_: e8ew]*7jS2ŊlOÚC*r29.ZB/+}pT~JHPDb|PHДP`o)Ofa 4>5B\V WԮՎK}r&J b{Jωp He4< 2s@Z*-'%-q @7#42lLa(e1h*B[QWv)%pxQ n慎 SᅸXY]2 HSi5AWJj_ISLxgK^; I\|A86n eжYݫR/ѕr-pO9?9^w3" 0Mseu<ȃ w1tCAjk*ℷn;OxS:ڜ_={[ "#.W [_eA&V0=Âv`4$?U۫N?pd14*sSBCA^T6.a~y;"|s.toKkHD@Nk20x>@{@#qol2W芼ނWu yKAmkLy?c< >_(u&;vW77BTԧBrwZW֞nJITygzcWbp历e-bΕa+eq8\;T:.Jyx ո[=#gf|'2)vj6B WD Q742Eee7,ks1]x)/Ӻ̋wF-%vƗY 1=cLa0LbO2"ْj튖I$<  B1jSے`(*~/ܙ(B붜V `a/ELނh_[鿰l7_#>0,O6͠DȪT kQL= R67 @9VpH#HَD y`5Z,DyZIVeD&/ڕASU7|I$  <́~dT/H>f&h3as"ޜAsD135Ns~%j d&/'UEdBeW.g?@[f+={No1h%`so!|R;\rB}g5z)D%CpRK9xmq.dњ:uEs]^%uˤP]oa6 '-1ըƔ5r,pˍݥQ,^!W9JK/lX杭ԯ^+OrS ǎU0I,et(9UzB /~lyM'b)@7 vVGoB카yPi'ۀ `=rtLн1Ⱥy?T93z~,zU#E*5% WAv6C͖}'5e )qzrڐsG}R\S. r_kX]A3O 0s7(8mR;@ܢy/7*& >$HZɉʟ1< uc)B^lѼJ/W^gSL6| e] ɯmc6A'CpX~57 1c\P:>vF4;dH|NeNgcOG43'$ bg궇"wu2Zh4 &W+*J]=l/V)yU}LŒe,͐?,@)@qMŦ!-e.J(R[0^#dds;tm3YL~& Gr9F&-l?r?쟯ctc58}:L>-+bȬ,>s^R v W?M6͚$B}EGP&PK8DBS b<5CI|aJcJ|Z݆A2fPMVȹcXd2ql+Wc d}EΛOB g2o9: rl%$"ZL>ujU(W2r2XX 8=4-1Py0(q) 0 xFחiXwMy`y|5S{S_[xj?՝1iH0,'߮ 2Qb)]n_x7BD)@s1}}CwZmIΐPژP;+YCfG˸ޞ.gJo^xyX -SjƦy,񫍈鸳~ڙ%D@{r'!0>IGKJb+<=8+KZ:8)3|7(q^L$ш4)I lMTҏy9 2L++[ؤk@=uNxH@D(Nz.`IɨΜ`k}wT1" u0e$)ieI4vF`1H#[{r$7H( qʴyk/~U!yxPC N `H$ʢgE(K&>B|}$#{YԷ'ŨiE5 ‚ lJuLQxFD=V][5w\{)RE`@B<( C>پdt?g6ִԗpϦ(~j֑g8-QR0 YniИFG?&eB}$Dm;b4(u\p# bES*|xоx-#A׫{`v,PZ l [CuGo?寖#|㎽r ʢr{}" H^膆r1DAM|i|ˆr("TGZzNN1FhFϫ[y@_ YK\b@E[ߔ&#9~iHF#0gwiķmљWO ]|2mEOT`aThP >ǫ< ɑx-r]koNy |ZbTzT 7Ɠ|F'!( |RDjJoP/~o~H9MbNp.-wQ 4ybˉH6u[T8rםC5󿾸j#&!"uk>/*C6}k iBtnn=RȫJͬog aO@,P g޻4:<<x&yM+Fxo [,gY:x) _Ƅ‹!Ȧa q($(vrɤgu8Ru)&٣jF$¡XK}HÅa嗕f;Sͺ/ISGv Z5GWψ:|J"'K y *3g}Nsf$vW$ElߍVx lSo'BצqjӛkՌ3 cO?C3󬄡]qlXBiI[$?WԧS$7j XаE4 k2W# 2c@]42  yӂVCqJE qHW?@#?x?/\i w,`ڃvd݃"X,N;Yu"D.a!m:/wDVO}c7gGÆ),^&:Fɺv(1KVQgj Ay :}P4Ra(G| P{5yD4o7 4ȡ\7G{U|ifQzLM}>i4)uKt1r_d!3 hU1VUhC!$R ە(Sĺ'NF&[űzڂN=C32b>|NZ"/aV۠82XMS:;Gw!OZa_&,_u$@3qɼҫj^MĻUrhs&Uq{] ,f%FF-{_&LT؊|ZaʦcjPxJ17AF#/1Pw ~9ܗWz #>u~Ba:=n4<+q}yW]\)mD(!؈YSGDMVekl5FW{Cr@KWC2 hѲ\t?T+n O_V'%$|Τj}Z !R4O̖zIFvEQ  WsCҦKl4v;O& '?F w:>o Tg'M܌׬?+W+IMl|MJj?Ys-LXRtm4 4A6Y&U\7|P:*)7 ؠ1gA,Y?ByUp#6}9 BtLԊ; 0Lh7ے g("qmZԕ5ȍ,GG:>g]F*s!=BJԼlf\~bCsT+*4)gyz"upR Y[-kiΩMy IHj7Lʦj;c<8Ԇ <>lw-ooޟA1ҷqK'L23vsEf@W'Sc]4H,`^(Mq=Zժ.BXA5&+Ш:2sV;) Crs!yDZ Fϑ# K[ I3xS4q1[PĊX 3{^̂$ݽo~kE韈ϐ2D {Rn0U9Qi,/O.9%!$A`.XݦպnbBn VƉgnxe]jNS~m:HHrVy-X\.I _8M wu}l}T$:&t49wrU;`{kx*u(D6p;_`own%50fw_9( wYeMty!7 cz'cJ&V}usZ פW,yvh#r)cj[?褦3֔-l%C/Ҹ$$yǯo3fX#'Igv#F@!8ߒp7@t$lmOf[/J&k3zIg,<>fEGl/nݑCm9[cd >xJou#_q#ڕ\Ĭ3+ս|i%dS^}uv$19_ ZN& GV[-ϜMqNMR5+ѽ2?3 ۚ!8Jv9Ģn?3Z~ 9 A}w׫\Y eU9|͌ST 12ɌqmM_7oIRd7ϯ$kűzdN~Ħ6[Y=DҸ{CRj;+Nop9 <[أQ)d$kJжֽxЄnwJ5t=lX߽#3XėU-p?V̞ )9k>::FR&t%kElgG=zCPA/rR, 3Jf*y{=ñ2Oa%: .g.qS u{+Jf[UM'\T87X!; ϿLnj୮@CH0  Yuv\QFI4^YWjj v6AZ9ĦS,Sczu+`Q<]&y ѝ`"&Y/5~l%2f{㦉AFhR<-S.5$oG('u,Bc?v8~jk9pUEF|˱Nb{텰npYDJ\4zѰ-ץ}d%пOp1i_"% HBiK0_DV; Š Ǘl slhybd咕Or[c{o:J^^ɣ3.K`"=2+JQ)IWLV,W*~,"aTX"JK;264rFfGm=2sO@|~%"kdKW0Cd6\ 7փ~)UtȿXD%E|*?ގ7s]O=2qX_  @Tڇv>nl%ϔ^J=mwfv{}uR\eze{{OѤUe]T2⸼&>R ڦspK0{ӫ_LofLH!eo:4]ߎ`-*.SZ_"˃]!CNqijet@9I/zq I㍑k2x6r|.aLyS%%\qp|;~Wu@KT7A5UWk6x-cJe/Ҧk4| e_QUrd_^mNG,jj 0+(Jptag1•؂RvD7+Ëۍܽ߬f9W].*HB xbR8.AuB}רSQJ)j$ 9p QqfE 'aZYZ+]g94!ZK d&2+z5_SCp(磭̊)'@zFAZT8 6Hn&KE o"ʫ6>A4@IÊ扌ݟմDa2ś=EiAUP̩,ö2M쿢++= wSb+_^dP p1|ˉ*3:TWЎ୳ 7bQN$0!Dl`ٓ3-Eod'|qP=7J[uŷ*Lǭg(i7UTnswEn=MJe V[WRO}Ʈ`fZCb a*5*8_.wD6X>t} &_ "S#( x-hh6?'hbH*8!y%]0oĽ:<" A(cQ-{%k1#f.j"7RvQ:nb'ֽfyfWU2jE ]cJ {o/#J nD {+uQ=Z:h&3;&MhR]taVJ4jfe{xEu:=*:ɬ/cN²#`CLJ:J{@Kqݪi ݡ1NrĂѓ#0mIP!xg$lzۊ_{C`$d[]@%dIRv"qөC\;+R;q{7_ph1oY|zAOLr>v,El&}AayR#񰐑)WZ)YaAs,V@Yr65R"ƕY\NԷ[bot WS)%ܪ!Z8e0cg7n ]3znŋp]m_\Kփļ-Q|fc|B ehjmMiGtL"I ѯ)Fg^Z(E J$+MA6-N(͸ `E< shHӠӫ1C0t=7]LB g\ϝ}bCxy󴣝Tiðu]Y0A0$ ZҐ>:1(|-1[N;{)Rr$z')RȪB D\npp \T]F [@NTͶ1TAIo:BcV1ɶON3JKcs1w2gKށJhGh,?$Vȕ@혟*sw[,$/le@r_{I`0c\;1y@HMUZZ|A1̓6w*-X_ %WeZBGQآSt O@8`F80F'IٔZ뙔kНv= X }"2$;yu =2U}?vQtk>j(fTƯL|p!c;k:U=G䗊۴zd1z(|o R;##Uŕ=|xIk(WKY,rMtsOm:Ggdu%KՄ(_g?.zAW[=!z^*EdX{rlp$j^1XU譤G8*dgp3P] ~M )CEU lZ)&jQ) w!)XiNJ`dinX<1Lh'7x'yMcQ-ykZh-.t_ԍ:LA~79nYT v|M#R8O,J(,/ ky^B%TgݑE /tĴ)}1h>bB7?m|AُnC6wܮ$Γਜz,>A1 DPUt>j{UbWD؝$BZ~p1\b+t/M51K"E;ݽ=t+6SR@3ƬСn8F㟩s`|U} ѣsz?ۙw@}A19ظ؎[f֨LX?#4O-764&;;T[=:mxW ~3RhQph}FP]pݩihbŧn P6^<: {3R:hwitB56YCАEKZ=V}HLr+\Ê`8ڞ5Bc[m}%@Qiy!δY{ҜD:7!<[Q xL:e//8*߭D p@$^Ksa }[L/Ω[oҩݕ+mJ^'a. 9U %>oտIJNlGŞj§P2jtDǽ6(G`6!^crHLC)?sIh$"+8VuU*T,iB1)2#75o;-/~Gh D!0x~6\;i -4<&C/5la'c^aeAT8vLpTrCA0ߺVOn^cNoS؃.(gKubdwY+pABTVX`G&>2@k:g_EU&H.Vڅ̲j3)l}wIyAH~(1pk[:}]N+uIv5h F"s#(P~{KPHdW4(#Q0+F_8Hڢi{U:l{iSA!xڽE7YiB$_ħ<}"pGwL68Ktޯ܂1%[c Xg;7"D3S,cƴ& Tc'^_T裄U^*;Pmb0Ad9 a}&*(imHǟ[M>-r%$Nj0\-, c_Ԭ^,,ZG/mbYՐx Vcɝ1P@ݨ8)EpRYU'A]' u"|ozT K-<# bH]䴄.L%$n#嗊;TF< aȞFTۤR4gSM6мEbI+f 2EDqB9rj۩"/jB R얎;q~DZX&"MlnLDu~= uNA>P 0e ';Jh{^/H^3P%i"IB+ ~:9fԴHgz/( D%Ǔ;eǨs?gSl{ \uE D<\0Z9ily/Nj[/`UVRGέ9|{R6kGo,vֽAv,Ĩؘǝ#iW:QcNEG,R*Sh`n; G|7!)3Jp/ ۮf\ ~L|h}4E`Y)B 0 (T,IKPBeҸ5 *B n8A?N  ̩G>R f'@"V\M̡ #㑫ۮ mM.hrb}V]IvF껗&OB禍-Ea ۝'3JQͭ,JB @ ə?ؒQC;Qкet X,%>+hLax1IHfEΗl/~<֋Qq$S6K:<-/C}j[`(qMV]-%:.uztJ4 B]ld3aN%\?ן#~`xgQ(Y;oƭ[(|94[&$ *c9L/f[\H@挽I#zN"`+:uB+$L" Oy-[J…O[ X"+]E|[nRq)s:%ZM_íts- :u?;]VJśz#*CAp#ƕ F sW:pԨl"+w|6^NUxhBzPaZB)Fu[>F(E Xɽ. UHo~g1_akv4 6ڃy C> L` X?WIQ5\}KtyZRȞ.C>`z4t:(7.ߙ?.&, KYu#jSmujO΋τ[D*A{MƼMҤ>СhSc6 | 0LaՐuccUGe$xv_p`C698:ZB0Aݐh]]Hkbx~?VFr\NFz>)!U\,.?ECHON2+7{Lk~j46JP 4d=EZPu`~sZQbT/0m۫;c𻘧!?!0MiC>;Vx2Ig VL>=/RFd_ N v>0 K߲@:~mE;[DjʊS|1l/Wdr;"X" .t'Al׊qF .p ח f.6=:oux %گEK[:oOkeZpy#U#wʛWnϋxWx ܭoG4(2d2hͶ!̒g3F oy*-Vr}$~tYZ϶*v%X8@"Zr`_YZg\㶄DZl؂^mU3+{S7V[9ǯ\lnRW`CG>۱^E`4\TS@a ?vsyU r qʎaJM-6U8ӧP9fOi2%?_(\gHcxZs?p)oS}nͿh ,QhMM(.j e6-{,JeG3?IJs&/ ˍnH~{x9%g@:=tUVf{)BH>}viZ6)5ʍ07A 97)>C(sĽEvي4>d?] FPŘ~0fm ?,ߙG$Đd䮬԰ښgV~`UѾ7 xOBa-:rn)M!M|J̈(:ix{:ǁ`Mii& /?ebɼis$}?AF]X%'f Z].ȽY]11ө냸PI,&P'R9ƌ<Ҙ04'HvM#245~)<բL%^++dsomhܖgwi0c]fNqs&)ͣ\^Wjl+2v ?Dzj:]2䣅9=eX ݤ}Sg!`S7Rh?q\ 3Xi L@`hE(ё(X]8?5ʢo+@d)bY]1]B*hPW q#%l kioϜjaW艡"G77Q[ VLW:d҅l^~S5!"~leNwO ǭ0tfs}` IjFP%V?zj̴ʻ}p`TwmUXjz%[YuOvO|at>! Q%z:h]*5C5 *.}Ӭ޴˧W̋MB\j]zA>8PPGeHC˿&“9N$:Pf/oр ىcvJ +ºWyo_{`^jPTL|\)DyŊsP}@9k>(MV66sn *#" 1 тGF]ߝy彤qX8P<[<Ǹ&q˖-%0ދCQ^eF X6O1N(iC|L̫Ms.$%9Yn>Cx!<"peEؖb˒Ų6o*h5pT7&D[ ug S46VAz(B pI%2USR/:>s ?&N= Ы~;ډL>&-Su@~__p[Z*+~4i:t/Q8aXlt|{~QZXiNKeP )<ۚvIHb\ET<ЌR2fgY9Em#1^eXڿm[wᇧd~R|Ao>K-հ_*.i:\ {nDP $W\Aǽ@wahHwzn-cG`TDzҜc.;xhtx>X@C-yMvmfvpbUo|Fv@*U\xgFba#7ҏЛAcSyt{}5ßZYڽYy8Ȋe8حsxzM\2!YҒ6p!ؐ:ztͦ-5KU,iM0\t %)6VDʐj!XE+xM&At;X%+A J<^\Hk~%DOMbϿ͟~-e6-SR”`қՊV`dNw(sE:4UKDJ>y6bb aX+xI:Y/b(ɏm4 ~^S$ þ) /4J ?ZBPH|]񩻃L^@@7z쪡r4޼=ʅO$CQe*kUJغ'wOT8qP10yp4 `4S\M|$+JNyH#ޚ򂱣1 ZB tq8'-6Wpk!=k <,o|r@Qwނ2 _n+,`-$Wɢ]S(:d-\ .d sC8>4gyӆBƛXK&Hcn *jPJ;V@R M{,Kw!O F7!&Ec1WH?T.W X wU{WWg]l}oF\EClWcc0#ﲣ" x6t&/=J,UQ uQrڌ7*}\Y2ZaF6a2nV˻o9}+g* &nv^?rΙ=>GGLeJX. qitp(ښۤ,)+ORM)Asbțd'츩WV3/ԕEAFIeT^w`N{#Ve%vnjNz٬i~wSǍ,x]Z^g$U Hk҃:3w)(ݺn,Ƃ Y3H`2Otzu>b_rU'p|(eY^C@Isۂ;D*vrtQ 6,0/p, 6Wl8_x$\]ke@i4Άw=7uAHA6+7ߪἡ6c16V5 e > n/N躕T>k*QA'P;௹ڍre vU w4Ѥ& $0DH8vuQo UZXE1`@HξARtwq}Tl% M0ގ#n 7H nc(%K%n^n+Qs^evL ɢqݒ kD,;0 CI]êfn |N7lI.rg\ gf*N^4,]2& 6Eފ~-MYw!3pktF܈`MQVc4x &ٍf{&uχ>>P:!JvhLahaH|17}MaO",a D͊V1bQ^[+#0S=6]_E~+;uzӺq_#*[4$Gfߞ-~_{ %pyGzqm(^o^sB%A2P|jIhW]NE#@/-j>DX9 81a@OҢ܏J=Bx?^RV9m}T%^ ~Å|h BdDj+RاsS\sa 0HTB_$"`\M_*?YDĩ1삏|#uA׳)(5҄bH}#gm/0:%b$,u-yώЛž\TnfQGse6Sp70FpX2 Y'|aA)g-yw ǤӬ?rdfꟓ>B傢FbC"O?YIQoVȷ<0xS1mVV|U%[˽a|/y ]Ә!!ooz?}>1z$Q ׋.zM<.3Bl! 7_m֊>n 6Nܒ;ϾRAA?P; c&nDj%A9+m[ZS#i@H ;3M^V&*B9+t{w-)+xk,[s6ceS7\ORyo@3j+u'Qq y@P<+@,^-y,r/k !c Sϫ.d(~9mp_}!&+b#>+V"#W EN*;1-|)6ztͭe' _K{j)B>N++S}"FzP욠%P͇Y;-/g#+h+S>dxdaߊo< *ZE(4OT3ׇ>ʿm#WcPv2b**o}SlE>:Х-)Ize֧+zp ЛC}+00Tߴ\* PJ iF:L :JqYCA-}yɣ}d`N- HM6Q9{Nըtgq#*ԊfV?K7x8U1Vk|6 Rzv*n6H;N:b߆ n]I*9)JMlF" J<)3`yJr4ed<[*EK4'ÏaFW ]R࡟hR u&&cS*aXdC0f>9R|vZG66Q m#_myYvnfYӠ[SrХ?/=:rMD<{o.κr>DiK`>Q}#`'A\CAv\9 >6|4ITp/H})JQAA_ͤc &0W 63*{R~w=DvW y+TxWp4u".ͺ <* :F+f|'s$WIUK\%:Nf{x=N0g)%bE#R 4j?ϥg iGoHyP 9O|&+ueqg1)E[5xH6).a?[cD M 9ÉUSeZ}K읱5FܞMBHjN`s‰zI,|R1w~XW|շJ`CE-dSho]K2ړ}ڸSh_nȕsJ[5rLmR%us L&0* CH3 WC@dո ŕt eWGGa ꬅI=vYdd jPvzW}j &[H^G{1J,,FE"TnHJ#+X( X _p~2~\/DښgZ ~eAeR7SwY[kɫm ;fOl?&G);+cYj!jvSN1Le|F1E=E qv3SbC!elʺ'*ﵜC2or co=Y#2;+"utYG7Wp>uYį>L1 Kjic' vldAyb/+hJosL3 )\}.>ΚAB]:XJ"XS3&<oXo(]+} Qo=]%eGؽ'IfM3PΝ/j;9]o < ϖG %e^:gAWzZB͆yq(n(OzRiMmtѾſ Z@).(a&pft)6{i J2׈dGgJ@mSVlIljY~S^ |s˳y*87mL'Ȳ"zǦ'o# ijgp\?N Ǡm/|Ǥ=!Y"Z5l"@VGoE%W N ˕T譕 (DFr#o+ֿ<] M6w*'늋ff1FI>uRlA `퍋rUz%sx͡46rICKoUʠS2!Yhdy'?!׽"Lv\bM v {'@'&Oe2:2M<6(o(V`ru í" a_ <Į&e$""d)xY@γ)> ?a8KYߥj:aIAb]Qmh8"W^ߜoV(A)y/luT(: P<#gŻ޸y ?hw=f.4wnISQ Lpʐ- Z{x[X`.z3"8D80dtA)>d3Y)Ǽ*ц Fm?j_qpWDdfL'"w!}x s"R)─NfRY\+wP1 ӳͤ* TUPСhn-ŕMA\IW{W?f6fRA|vWR/; mOZk/4= )p}8#7ǃiU^<ѩRͽv$OWA-Nc12±r>2 M(pl DZW p cU9n)`5!uj7=XG_hW*2ؗZib;U][;f&vhB (vF .m0b&mS-{nPo{n٥7:#$CvHm'2 #Kz%3vb'v) ޟdP* r SL{j Q`7nw\x64vWVR+܂8?WF) ]00ZH's_w8yi4Y ~? ?o|yEl?E}'FE9X]@m .G )nad_׈JCbmtLk`Jz6pHK' ~Bet]fb)e|n'XuGQVhO6}BY0˦UEbK.VZ #\ 4 ƨ4k>+ Ujǣ'Ȼf{JS:[Eب~7۝+ אڟTki\djQ)5A/QA4U/寧˵"=pQ5BZ 2C@DZ8 U{a3 Y )6]f[H14$B+ E2@5;4{ 0C^F~S[~(UbS]Kbz Y` h$SX-eұ,m{F Sm2uChHi>2^.7GJmC 2$P!.Ϲ0?,IdNyA&tY[j'I:8" Zdt}ݴ?CL8meCIm4ί\r-VSE 0ˤdwW#Mjp+yu[dYY|{גnZs]Wks=c@*vPQWk @"yI+%w@M>`m7w<MJ 2B;TŒ~t$S+pM UaoiOKa\2|pCBk ƥ` 1*],&0Y}&J`މ>)n&C?X]ZXO\h7zǣ@|T}DRaO-() #;Y*E`C`VK:&Rde&&i ^|:_;UIL]-BY16s}Ju5eh) YA"[uRtlʰۧJV@b /HL=;;4/z{Ɖֶ4Ĵe"=L7BmLI[1X,/'Xo^RDIe#9~g承&h"G։;Z,dnDJ];#ZQFs@RJd2XźQٚ}pd {!X ait2P&SX+vefK|8+"aYp)@` ;g&Ո'qX*Q 1)$l<ъ -C93={<߬7hHiEղN!ms+7vӐR܂3┲:t&sWX᏾ .C47&&w":x{Cpq'"Â" V|XwpeYR`-#ThBCc2Οۼړ鋳,Az{#avxSc)6 1GfKi er \ YZ