libtiff5-4.0.9-150000.45.32.1 >  A e@p9|ty12ƺ P~EV#MH^׀ !kkXW}ENr$1^xKu^[ "^JV һ}opV5 &`@R~'҆ 'ӣgȻpԪ;9Wcq@U}3jA ]wڦTk߫h8#/"a&L2LA=V>Ԟ͓@p]X&VLƝf Ԛa01c9fb5aed2e5b5822f2a143a2e563d1d55a8b9f445da66ce9947c0eb154817a42a8ace611625e943252afeef5811fc36a6bb1e,$e@p9|§\%h^(Fp`Pwju~D+M KR27B9E`Wʂ&C? @ĐRНs#l*p"eL,A ތu(E?{Xk"H߬3dQ7: D!KR[EZض|Jb;(`bH4r5'L&+UE{}Sbb[']1lсK.iDf 0?['Jj>]deM6f ,|>p@?d   U 5V[ q    `  @E(t8|29D2: 2>d@sFGHIXY\,]L^bcdef!l#u8vXwxyz0@DJClibtiff54.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@>h04-armsrv1 'GSUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxaarch64Hz @mA큤e@9e@:e@9e@:e@>7)O@e@:3232e6e0a9b64b6409bc804f6d8a99c0eef331c3c4147d33490c228c296ce4a52c1ba29f71cf26fcd04e937b37c48d64e5b2f1d86d6be7131766746fa202b2d9fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.32.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(aarch-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libjbig.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.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/ldconfigh04-armsrv1 16987425904.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_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bfdf751c0362cd9c37f55aac42afee40e48d738f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=24b9c03da7112edd5ebaf6e053a603b4f815d901, strippeddirectoryASCII text PRR RR RR RRRR RRPRRRRRRR RR7`9΍Sutf-8912ae6f676609ae3a31c623e2c36d0436dc6ac712674eb51fa53dc9fa68be9e9?7zXZ !t/] cr$x#Ir8Jv+-80 >d L*. [p ^Ay0S'4$su .O[Kv!$F2t2,w Pa3&z3"`h *tFc]n6t=;߃y{jBCțf|pw"&'rm1䧣zszBJF|Ϳ:_pd Y^cG.Hc9JP>fH@=SIkbP`<{FhH d95M'uŸ|Y,H\*{ji))Nb0˃cuF CFtzJ'QL&k}R*\r''IUSŽ(02H ˇRf`d Vs+#F W1 bl[a> ?.@H@b|ZNw./2X}4)Ԃiݻ6eV!Wut8Z#T$)Ft?,k+:}1TA?8BeMlA7nC&γ)?i+f'}mU63~)F\Eh:^V8-NX!R=ـEQ0%V: :-ZX%l3T;MSMu)MG!DŽ9lE㫘q_ӟr(UpN,PtC֒#b 1#'<>#+̤ ɵFBws5ln~u ok'\O@`Qߝ~BǖML 5NEOs@9V frS.keGp߿=8荪 0kK1,ח{6)G P)?haGݣOhzԑw0r:({r v5c:޶nr搩^st#tUf+֖4E՜"~?x&"yC=l_pxA37E,b6mP^—QY&QE[s>b\yZȈbe9} pmֈ~,BqkkaN$bH|:B&?1փq>`Zld+|àMUblw _1vgzI3(j4U[CAb$b6S3mT1r:!+JM g|K=VYslt4UO|2.q6a;G~ =E0}[wt@?7h>,BgU r@iܝ.3 e~zKppH쌪*3zO0BǼYt .aVMLB4SpŜ 0E0n$]vWo3A"xLOyeܫ\J,ꮜ̟>2NF\g2pq$iGCrc#J-^>BVڃڣ0gUUSr鄙Mui;yC1ݥ f FQGi/$ Ǻ>w2eRz:;Pff夺oAeG V\ ]0.4i`Qx(|oF1)sv" :!OhS ܙU^ѴwD}ʆV.rO%kZitHs"1?⊵}`ϥ\([5s. !^&lfr >ّpŠ_0ta c"P[-b8U9 B,6緉=@dcX3*,o]EE Ӂj8#Ϧ7{;|p={9da#:S'1䚥d(.ϫ\ı֞=\(+F}=صݰ0vjmywf F20x2N28A6:r<&Bt$ 'O9U{õ&>2n~IkZD6 9 kK=CC7~+C+ҜeN"ߍbWsPT& IV"0g܃+A]1Y 0?ў:tˣSQ:~׈ZiOLp @w_+7C7hKba+ ]uqdxqT},]'M7v\cU"#* 0{F 9b W*%<6~<*QҪ1g&YSKBC/ZOƤ>k{ϑ˅ٝ6j9¼7XM֜L>)8S}@i3O.क़;d՛o!Oǵ9ɛ;Ƚ<,.> K;P& @0l955A"$.HΡ9oūnt+4!r7 Gu~d{3r͑d9+pU]0(n9f&5ޯ -O=,,nv.g2?w}@sR\Jj k[$ӥ{fdݑGE"5D{+\lF<ոT\w;=CإBe̟ hs_ C7bbn+;CuaQ㔗MyH-[3/+6tDp7GgF 8’<`+ZrQup{zD1Tɚ|>l֔B?<喓WNիv%7˜Kv[_f6=D%LKF~؁hc#j\'z(8 쏡m];*d F#CEʿƕJJ/jfiYy6Ōe (2O#^e`_:_aPTLrs.4,D#>mvR -HrlCd %ڈ״6 SOu8>_ֿ=Pڐc0&| rnVH {8w>jP¶$'kflaL\m CHQA2uaehkаyLA#| B7o^G;Ot 7,K3"F3zf=n=v0f ׇɱy#V|4ha'(R_1b}"3$({m͙"ۧg.lSpP/iƁvVc#-0C3=hW5 T" ِ۾"h?r5qVMu`3eѧN{TYRosЋzc־#[f f:ҧc n+ЗYyUvH UQإD0Rz0m|S;NmV ̔& u-wD)qC͹5*m> mSt74~7QVJDhder_{ۑwb8l|".:%aw N},% d%Iz~v`N7ԚqL@eM.}~dRΩK@Iy|P 6؜!9ގ sಾk.Cۣp'Le $'%b7Ewu!ӽ UkI'q&nOP;PMzR{A|1Wt*mHGK avt0zOL>5bzX|}o?W?]QǼQ % g:8,06:=PŖoeqF 3$ n]bQ[.+lճ&kba Dґ6\lvy.]Λ Yo"\P𨞌I x="}u{ʃѝل^R[!fBwrÒPW~"514Zj"Ѯ4:~ &e ~Fi9#Jɏr$!f^cH5'{/0h(•ϭU}$'_xa,]7uUj\-J ?yM/B~_݈E ܵaTev%ĸ?fz6C7˦ ׭jsYlYSv˥>K_x-֑JvaY]KťG:+WZXe Ńxu]~B{Kjmޭ! (Al-"UgpiRڍuq%eM]DT =FW"!TćEGXW}\ dٛMXƮ"DIa3 *V6A ۬OʡJ6>/#\;/U@D2Wחهŕ瘔,4sy'x43$$ZqiiZm/la%)^H/o!dIϼ{&Y$ZP^P؁_zޞAt,P=~:C O T^k=zm+0gPB4U,oyL )m^5gGצWn5dGX_ IJ:BȬHfHC8IimFɵ X2%zY޶H9ZZKvbYJ? u_xF}TOG# oěڶ9AطX8j燘j!qYu 3x)17LMp W %1)]N`XyHk39p[I>\`;z; pな>xM*>1ƷJ!@V48(XjC>7 CAuO˰p Snq?$7Rl;)~ <t'׀-KG EccɤMGX£-;W#7燘 NS+a73;t7z I2Ѭ>X34c2ڽh_~ 5Ū(4r C}>=GϕϾ?ž5?;}})hóar˥I%r.O(*9(T#S lE OopEA%GV)8]+'5a"5 uM7D:ċ%X.bSu'u:u h(}S1W1H?yr.hgv#LKa Rګ}Girw:Q%lG%|)v*y3GsZH鋑PcYMy &a`Iv kvpz^c-e}iH遍8-Ow AbЎ=N<`&a&XD%DZvՑQ]PH.LQ.uTWʶȧfs8dp0x2=k*>IQ{$<[- ֠7Wl6;:{)*1Nhp@-˧xr]\_+9WK*ݫ]Vix ׮g&ѭ9 ^#Y#ڼy)77׸Mfb_<ïhָ!FeFAԩWB~Do^3afxRRI&yQ^W\+e^9 :H>C)6E a[۰߮@U2ƛhNfh?Zxkz̪^[,ʳzF1⤆xҔY<2;k'@L{&̒z1hs~ܡ,5(l{rz<ȡ&hrF07'4;>ɫp[:8 sj6(|LH.:=j(}QߏȊs +uQgtdp1Di/J{k%u9} ~=B8~\.6=NkB)f7#&%&BͶ(g#_t~4~֞"![E*K%D/ޚQ2GXwBڬ;yrNb΅rA* oFxp#c/U+ŠG t GțCJ^`M0Ape˰KG =b˂BFNq]rUA7u ׽|zr:G?8 ']X(Y޻k?B9tN]Xq_R91Pk9cgȆz%怌v۽XwB`3%4qc.lfz}tw[c(p3FSj Po>۔z}&5撡JU!gdz{;~ =Q̬A` :PHVBU1Q@z.WJűSOKa3Ymv  Z锫/1_?hi04_MxjWZZ>(3ɜ$KR%<2hŹ"QoW\J܂Dѡ$XgwO:\|Oo8P/) oYƘb^ Jvg/ g'S[ٶَg g ى;?qy;Aiۼ #G9.:˼@ Fo*⎻z칑>L[h-K.8MǾUӳ>̱5N:g=Ii}d ?&UŸO0Ԧƒxn10 Qg5,A=\b!fP-EvUgvGGuNjă wE!ϠD+c[ME7Qht O:Iˁ3P"oU9}{'H#d`\V?WT$]TD43Z^'OGDZ[$x^BOK8m oβd+QC,hXz'ۄҬ:(˻˩a7i(x79^g9NCMeQ-*m4w/v@sӰ0 ]e&"ky;jԭk&/Xo;-uY!_mΉǸ#aS bj4PdM$D3g-y $|˗oFy7&w;k{ɷ1֑@k)-9e|_mRH48\Gh%260,1jPt;HywoGaB) }Q'2UxA (ֱ<.GU w!ApbwO7.|:B¸%,r\4ԓ"vEzi\ƎزCYVh`yUXgHj5a9Z i[kBwZaq }yEGk2_$[PH[:wQ}of*V`[g:Y| 2v_peG|{1$2zo'}\NUTjkᏒ~ 7a+hdTp?~DxW,px *C GaWሳ8)Mb1d3J𸈡Pߝ5ÛbHX0CEBUb:مTU[Ba[0fz[AwOpn{"hnƝ  S˙GU [l3yiu _ϗEqUGhfhS.6[gF]J 9euPw *8EXbh-y=N fX*ԓgn#* !Cy?졿YĬOĬWYuBZb80ɒ)"go8Pls5 RjX'W[n`zޔt;z9xWe)ba2H,WI~+x"=|,j"+ EAX\1BI+ 0r+5Xt_Z[ ? 7%ǔ6jF3*V.3ѐey`$o+({P[fRIq[D3y0piA$o_ylThX3N]`c%-#kْqD#!*x`~KKbFsqMjV\4I(_X eBt׷D`&5w92K`26\ߒ6W +Uf`hNJ2P'\]ۮ)|;?ӀdICǺHB9%"~&16cj6p}Asp`МKf|%Ͱ# EXHQ2@)DC8?a²|&E&OQJA) Lro2dzU!1|?#8徚9mİ h,mRYJXv_+O3X=p 8L+X,]#ڈ3PYPE1*+_Jt+q%''TP;7;*G|v TU5϶o\s (4>@Y=<%IS܋f/DNS 6LobgW'(vu*o3^]ڳ&7TKqF57+wc͋@w_6<_%Ί>*G@[Jݼnx޳c6yfWy6JM6Um 0l^XPpNsV3QP1pKػ~F9\+PHg]x7սKvs{潀Cٶ!ITVzk_$FFûA 2?_yhʹU:¬v"rIu dpSE]D(+Aa?CA)'r+0+y#Y%A@:DNp|G|> v4uף7b<p\ gY;yc2Hɮſ']C~/?dhT 0 \~to;y#G"@tbS8ژNl:JZ?tſ q*H-Jӻ)ɠW]49]VlU%c#yd6IsJǣcLE%)Bsʸq&t+hx܌>M: E2,>NˎgpIIpܴћ#Jj16RM,C-%Ƥ/42Q W+<ߒ$*-qI8 -"=Be«z5#61RQJfZ]]}~iܞUƩn^Q 8tM#@Ձ`·e$SW1Ö؊tK=6UWJ^%'/;ߚ+ѩy&$@g˺<5S6dâ ՒlXd1\²cE'r/LYCyl,㪦HX/Ǐ9k 3:4~!]ɰwuV}UݹJjz;䃫KX y#9G#H=˷߻{ݞV047g¸˯3W>0,2KFѶdoX+ 1Xg3!$&SO*/odUX84 7޳TƯlWE(m:C%̱}P 73pK<QRlOm$BO8 ~`^i/tQ8^oh!ψmOW!*X{V\ _,7up"e~9cg;7wi ԠyuMC,u@zE!J c n]Wɞ%5r2ŹlM(@XIɎ>֦\LRX/qTh)/Ξ#Ŕu 9&b7AA~oC"v*'r>mS/{2S]:#RԞ\ }CڢpڥU<=Ę>J^ef ~mlY& oD>7vԫ3k"zكa<+xDŭ#+;,v1Qg/*w Gbtaӎ^0hnOH˜W3 QKĐ ꡐqO׹nFW[6W:J.Trs}LY{[#E&k"t˒e-H~8LiE!7w~C9cE:Tkk/T~c;QI&Vbma=ZfjGp d<4^ PzGe-d.5YT{%hϽ!Tn <6K ), B]#I7!&zE=&Q .!l6,ZBcR\F簉 ؛%c?󠷢]\  .|ץ1q{!!"B%z .+&\9{;Izr2BBo.MB$B. XW [k29l=ư­wXC?edM'UjWV~T\/:Ex܏&|nYvd_@Xyh\wǪX#zAcgrߒ#Q`&5)*WQj8a*qZ77x? q $6nX)[jR[wZ|3ЉNyPPҝsFLJ9_"_S ^F/_ݜO!%ۣQ gNL:(vf/&qlbY:EiFk-猡m(  w*htqxKd`$9ku."q UD+^:~٩Ӱdm]dG 3!]_Yc$m./ Z ^2S>Lmvt B0Ild߂ J7+)؀P8MK*kfie*)F+H0T5f͉]G\x'0ot"pHTE 6q@G*+:Ac!iwv^TRnRPho$"y`)ٖI}&hI^"SRe~ 18[l52 8+M|XS-8P~|UD.GM?t8Οȳ`Ŭ[DvʼfM^laLaixcePG~m\ݙ;7xn6H1b U2p-5H(i+ݘNhHp+T (4#V4+)BVqBMz |1p=UkɆ$Mi?ܚ *)p_Ƀ! |!g2e |j(ɖwC 4N$1.mL}yVXFutҫY(sAPax6 XOYmM)~BpgjȽ=O6܍sQ{/BXSP?^žDh>8;\a%:IL/CL'/Is9f7&x[Fv,ɭ_ȝe蚴n,3ƽ;UPW CC*< ; *L70:3ƭBz2}X8ď5Ԇv:m}sX(lVgRЖ_>pÆD5|_Zh#!a>}-=cP1/ְ p(h }ۤXf=BC>7'Nywz]OI:5mnW6{t@oϴ!@YX.&sk,EԎLpF?NQ:\-[`3yhveL.T.KjLiyyT?6|4|m >ZℎK}Br9X8'"fN3=.d?zp~9FͩVWBiC$!#],iK<̿+%YỵFIN|kl=߆BZnf/tI^ַOZVbK%UX+Kz!7`B8!>Z=m4&ma;ceЭu/ B' /\ysEẙ= 43֋LCx^Z ƄC^V/϶s(0 P t]-aw/ceeOdb-,a&!4 qS _%hG`;u-z".0|lۭ Ks$ wY%=ۯN,3bX|mȠ/.Y#RG`H;(GbDN6ͨ\BzDgԲ嬮="j\*"Z# gV8oeʷ!]VuRzmP(nKn0\@^+5z;"_ڲ[s a2])Z 1˲aǙ@_j >Q7 rRg.[}vI $;);dr| 4'vӌH'Nh n%8MM'A(gD- ) ÓEq̯Yߍ~)✃I7+&ᡦ~D: VB۬B/h#?OHr8P5(wGU9&ԆUCtq0xgJuc :k`{oX1*=xGʳЄʪ6&Ϭ3Hw҆5Jc:1iwwo-Ir'B$uOd.U "Y5wưB}e$@ވIW5L?ڊR(;H,`V 9vvw%F._UnX@-+CP?G'K~I ^h2# 765ai[ՔE6ks IW]Jyr|d('_gfŌᣂNf㈪i%orcE]'>.Ou]9L6 Ƞw>6D4m9A1բX!ir+1s(ZvWIIzTU,OX8Ac;n2!p 5mwJ㛨a3R'6k5Z9c JF[hFZ3W>^3;)b!L3/-f䬱鑎i0YyWeG'ፙ?khX/#-el_H3j蔜.LhBotC?-VV,,LK%:&96#,l۽VՀ4,V`{i˸z~,p: Ƽ.(U8X'NJsrj 4Je<[6ʯzkrg)dXwգVgPCu(hℯ 8L aݧTyPI]GQ(mo*a3&F}=/Dx7%\KNlizu'՟Wcj֌D^հ鳨tHNʈY/sr!8FS5NQu}.G!_ǹ!OJ"#3 q (ŬG.!JͬHoZ:tp` |5Cl(`%`u?z0Zc:fPI]^W׊H>ʋ{ZMm;4~l!zñ 1,?ȓ˥E32j/ ^$~1E.*<&纜9_oL2 l)v46,)?+iKt?y(ᘨ]`nv7mR㬰Bhdǽ76Um#dL.Eqhdkb >HA/$W)^>@ 0-ԠL:?"uKPʇ0\>N6ǫ6 [WZQ;- nN5 @NeII,~t"_>,]0p\/`tU kNqw Cx+9mVIfbIGf5;aSZq]^;};u^bkce뇷WWqk4v%)NT_#z:JT݂1EKm[Sw!6zolni۳P21f^\1LWH" ' 6<ҝy25w9|@!ޝMDC@AAW@%Y&O>#JR~,W0w"ݧYxK "u`Js9r]5kobNlR8~ R,PAOZd/㒨%r^fۺZAnZpW5\>X^9}|g%mw%@83 r=kueX, _h;tT zK1}naIj7=G1I[c a9"UtE=J\F ϜLAz$%T6B%8@%<[otV -,Fk{3ɶL|Ah_DD+uwG 0LW]R&9zZTaY[|U 1*$ϨZwK?37,m'O`!CB*GI@2f@ϛr{+1x_mlV`nvDٙ!MوuT98,0 <9!G){_l6Hoֆݹn'g߫.Q}ƟNH"v3ǫCpHrG}khxq#:a֍e70fo\@ PFZ} )ҴOfлfp$$ȝve$}%ǭ#LU6ˎ1cXՏ;۹$ LiD\ ~dP#p9C o,#vp#fMoAqŇ|-{A5> a_d1X6cαLKG.(ϣ@&4=30ǻ ֮F!a2O9yE,lj5ta#?QܘascP7w#1s~J)EkU wCΥAЮ.+^A?tUJW.1wKӪK;Łt; Z ,;siD^KyYl>3=7]ҳ 釨W}ƹ2V#oڒ!'/n\8u= M9$j`g,!( 88: `H dJ}AEDCy.=AĞB T~pruEѳ`Q'}Pz{39Xa[%EhY1BS m @ZϾ.d`[{\` {,P) ६b!Y_]JeE 1^ox͢iSjq!s _NY]uX&wۗzٔtVt30.5bꉃ8Zb hk@W>mwKw#ؼ)"v]MdgB>1c3ؔB=ԝ]P k絰GCn"%b쩊SkZߚܦ)ZЋefGe¹~u>nMm HHwl JuDE2-RV\H^Y^6A)Zox0Z H^3YFH'#ᐄ -G0)S'첡HyugBW͠Hj8ZS6!9g|o s|a, [vv~ƕ![}xp7REgj7c>wSş2ةf_;`RkK[ԑ˙y/Nhri|ad=GDGlϻ[smmDQ VXW5;:F/I*1ۏB1z؁&ƏDzyɷ]F2c_PN^A*8zůERTsTb _8Fu&Ij.W|}27#l@V5MJ/h?*vxEcEUKw*5R V{5C|434B u';!r )j,ir /y6I]DWX⢸T.rbakd|"l=|R8I.\t_om~n|Z쪷K9MP_P23S8fX^wEfxp;RW!gˁhVa[08&(͉jQޙW@䘖92G?\A$-' wCl"Ν[?@1H!eg9Yc5|&E|f1t:Q6%KF3ScDҐOb%2OP k q1 OAA7efG@W#CfaL Js$\*-JÁ`UnY⧋-Z%iJ09j QgR&e芕RtMۂG("]Og1P_Y -ṗ 8 f?ڻAT Yb I†VwvHZ{ӑgAJIk0mLPŠ*΄)!Dĩy ;C9 FЛyr!J _ˎJ~ t߷ϔYF0V58YkbjK yҠ2=خ]*}a),cm;,߯Hw&bzH0~ C ܿ&yh\)wױ|svKgqP[GUM!_6\)g iV fc$"vSb 5LЂf=0W$~&EnlEXag-/,`@rW-:X!`Aو)pW[ ƙ2(yVFRH2LYc Ilm)_KHM|W} &Mٲa.D)Tl9 9,> rK*DO{׍Gg0KN%GZSv!|qV`d&RY>Dw×7NL̷S??ZC>'Y_N}GelJu=a%#4y9[ o5&e,2I[Y0^Z'H aX1oV7[>OwlUN*nAw釙V,&KL}DVR)"Ǹf/!'Qw*NBqIJ'8cm,ŮSۀvT$#6B)nt%q7u3IC#5v5jƷ4RA>YD\XfN+ӛz `zeC, B73sK 7f!sz&q|D[復P`c`c5&bgj5a ASZNmٔ5/()D˪H brG ݚP^@+es˶;2;H4~ 9@qceowAKC{5[nje+0c ._GML o^7.!C@C=:ݱ Р3P!ՌUr=n[W@ܐ/h}.U/= %* c 2|y“%%2 T=f<`$ީ)p\CG/4vj/_,~Q;m; |zIO? gp* 7 r& ] ~ %,TQh5g&]#[^?.:?ʻF}*k~PaApG W5tv<79wZ To{q-6bPCO]Gqd \ҥ)f%"B=-;  jt NsJPȞi%%7yX*.Dё*綟O# UB,NKHYB(LL*7$J4ɄԠD+*ra"ŏ*rnw9dm'_2ѮVM1D}KY<~=ui+]z&z$W{,(Tf{v'ag:c ת [ s TB˹{=j`@Mpd#Qz"ɖH&և:&Ƽ ZσJ0G*zO$3@s6 jQ#b=țn5:g3,\韈e7s=q/V G0R-8 'C*3>Lń1]G,Ŗ|'h9f\fc<ꤔLl4|@ |Kï*Equ"WGZߠzUF_sٰ͈:.+Nv7}l2AKڌ=)a ZiGC-T/`o=RHC(N"H3T( T=BXF*.[Ց?dClk1L17A5:EjHйP6%jeCςz,U2 !0߭-Ә$\Ώ3cV!%1Z\Bh2Fn As{_xTZ/U'X",BYB" rj GD*O=}sv}#epad!ĭB(mH~qY%Z Z!8AI%״Zl't~4# eOS?Q&DOV8=5 8KrD}c C\DعX#SbmS6ΒX`H# ^9Vdh>Kު+F97Ch`-ە gy4R'e\{jc[Q,4iA VÂ!DСG;>[p9K{ ޢ^]/j^50Wj,NDʶ{hM\.hUv>ٿu_c[相]™?⇎qG [UҸVZs4ROHl< ac]@ft|Yr VVaRl 6df7L(bXi/%go9ޮ+IY[W~v2@T#jMep,o-"Ƥ!<%7k$}(BN4S6?9hCxWާ3G*ñs唇轥Gmt}-kbH$*oGP噞/G eDTT<ΖO;.1AG(&ݚ`4xr;P aGJFF2^gFcq}>A}P1v l9[y>X=낛:P˔%s_咞@4WuKP`b\]fx: ːw7B@~2vcOqvOC LmxRg9R`2@=i ]ҫUygA⣎UZjj"wA>5jdW6=\3eL0x[YmHRöua2ed ĂzNGSnLiaSlHt.d/m+ %l;oi?ZHX!NVfs%QtcvC7Gۄ:!]8?Ż0[n;|'ИYMoF?-:gcErɣz,fŻCK{ihp/1z7`C.!鈭JTh$\[uÕ;KqʶD[LJ|LA{gI32%n"h|SDKMsB!vw4@Pc l./ޔBhHJwo:Ӥ/oWһ;bBFNvŷlgQJ|Ƚܫ_4/()g$Al|EŢWuO^%@#:;})U"%2, @5 ed|؍/8A_*$绍 '_̈Y7/11PY]w_(zwJ:ޖYL>[}%߫p}E>`U7xNY:ejVpsum=u0fY"{9r!kJN*Zvn,pw;%:$J(Sch{yK!<` cm􍕆]a$"EL^v)Q&Iy*_tF%ҽ 6:y &кgi|[үRJهbR+8piI|>{"gAǰgbrA[pXm!.0/iԊZivKI98:Ӆ҉`|*r S2oX6M^˛b,'40]. zSӵ_]b\"* ꌠ\6x#,W:BU=8h4M2:I= eXs H^yx{1JƺIEA#50'xgUR?m( <΍D 6ԐHtb'A fԔլ$CKH*`Mr/e7THWR3T-WTT3ϘѯK&(kR/'a"S$+Ki*NSF݀9N N B!ˌ lNrJ:DX9 :2Ɔd+} e+U eCGOE_*tȣ7L)T0EP N \Ywi-(RLUZaE)\'":hؐ7 GեAGM@V)ͣdoY)1,Z/~\$eaF m` 4qB k%!Pv@&$>*={ĴgN"pZ73'qd5u O{%IXC3ňu3cnm |̉y+@ rTjt4`Zd 5) &aV5G`pۏN &;-: 9oVoX9b0q N q[TӴdZLb _8"Cq .NN:~Á*PcRP=4ToᰪRLS3vM[;˅BN#Ҹ&7x#WSM> neFpLonhnQ8%s*u4 eN[;&1,3'^v?J}N M@彶ػ%tV4+fld3^{L<ÔkDsKo77쇼Ƹ )G~NAy(:oaIsRax(|uKLt)~O:bc-UTU1=C !{]6\ݾf RW/f7!dM|)6;¿ T75$<$>gE("sC jtPChC~+M367*M%PyB;K.p\j(b_9nlU?kIod> njf(g8?=S9uEH9o749bSovɧV+-;eJP4Ч5v&Չd`v B=uvH}4|,2ҢB:MϠ_d|Ɋ5~_EMBW0,f,uL^.76o9f s'_Vr"Eo[yI ]X>PoDV< wgRE;vZ Vb/>~{Ծ<hz œ謅RP2Kq9h1ůn4 cmrHԔmd!HdѸm;s_ j@IrR@6scro q|DyvQ=7_Ny~|_YUT , } hS?9鼞F'f5AQMaH>WvhF'P@,/s5g&l_%d"/كěJxr?i%VE e-+id.yrlkbUrmC}KuB1Mfci]o/ojH4Sj]@A>PzxoHTm3wO"bNGZ )`WpKFIu5/6a0N.fkL4xJa ]J*=9ad*ۮܬ HSau}5k~ SX 蒜7\$k8=jnpƖ+yʱBdN!5霯 \WU v`$7Q\K?p|QlSv~*-sg&UgO tR̀3]UPgwlc.9X/U-J3? 3Q6 H1B M]kvhP~+c,7Y_p@@PAqm T>6|UnMxw|f\~V(~T"$J"H3Ix"cfBl{\0r~}'}7뙾==p\> Xުף+>@p*E.NTȧ[\}@kNW!$nUL{vLX^U ӹ]RD<]9>M6(,[f6h\3/_14DO хb !ko߹V@VRUUۺ=|Jh=5gI}yu1 W?x]wQۑ;jˮHEvDw;"BB 7E7NJL#\) ]hBB3+QCRE瓔 s=5eJ[PL|0=q;vhʕP{ h @z_/vmrSq{cݽjBXgMs:ct լ 2܊U=h7S $D1S3#HT'QNϑi3oPzY (im}Z'h\kuǒT.>损-##Tm)E_"߻ٝқmZc8莐EA ;:/i;XZz+|IP vC@OPptd˒avR oŸyqQ7O>JzѽMlG%өX_c xy~~wSKf%1`ntL"NcH 0m-Ѫ *T_MaAJBW)*G# Kt'bDC-*žoNq zjoL2 []^6B hKSG>kC&[QQk(ʏ) C2J++tA+1J0w'NѸv폘:!ZM3~ז?JUe7|hi/[BYBCUCj-c @XD="uB -CI iE8k_}j.bgA؇&̯&V-<5}"W 8o:ln!L cMCڳz+Yx\A -d@خ@Ua88-[6q*Wggs=ѨA'X;GXi U (]j^={o VPt|f{!RZ.:g ?Ahli,:Uj@wkrl(ܐ ;C%Mej:3}f8֔x{Û "n'* bo#%_Nܢ5݋ż}}ضg̟b{,p3;SFN6[,{@8k6ԡf![%iξnSeBѻZ1, ؽggcOl40z^4Qxo kIrTsp `b0?52Eeg+ЫO|U=@ +Rta i[a~~MpZ)vOE$zbA0:S_(/S-7.bvsv"IU=XA[#,&YT 29kwU7l#el_ΊQ k9:wagmN.2jPy6Duh6#̍⋝]b&)_XL,UpX)Y`^ƴ.kqƏ=QFO#B,) 1d+d0OFE#wnIʉI9D19IN?쥏dx+t&Sy~wZ/tQfh^_HźAMZmRwvn) yCkcYy2N|浃 AncNmq7ky/%+H u2@^xA>ȸt_:1& -|ִW6ι)wVTp‰B wvj՟J~׬aCzБ78[ X~ط5# b7 l]T7=n^Z^եޥn3]ke4mr1(K2_j> jNZyFcXyi?)(aՕ_ҳRV1\ nr2v1OM7d\<Өr~5@:Tm?|NC }u`pcra5M2 ʔC$JBCk #,aM}C.P%8F[Q7A O١uj߅f#Q)(drgDOPxڗ]T5Ү| dWܕ4N}#":h)ȈeṣO?C3J52'j%Ys:M8b))Wlo yZ?d 7a A l?. F\tޅtRޑeXade 6#>]K+#ew$?guHN}e{Bز܄5Xsquu[v*Slڇ4Ϧ#?SÍݸZ}GAMԊ!8 ыY%舻Q%2w1iҐHu[ }bPg*ʧ(fmi#@ؖ`awe({X|--qjUsRf>OD7%agu?枌8*3X^a`1) UNJyo(hfk^h='1gj's@ 1 0.; bɧXU&VkZS=V+R\^{퍙}VM?$vtL UncS$4IG<GO%Չ>ǠV`q2ecAr6^f/}FӜQr\yRjAO =l"'d!96amg.(E&sGSq 1{۹ョ"gIx ұf4v5{.{XUqurg_|A'cr+ތ">ٞ ^c殎x@"K"xφ#jrc &+®s\f`5[g.Q],BaUER:8S;m]̵_}{`e%5`J&ܣD*@\ hprh/K(Es(:j<t~A$s@6{U' >g=G8\CLU1R}Sk/b'cg,c( ~,)LWdcD~O18C J0eXᵞ9g?U 6@@i1=ɥ-?U&Ĭ+ffq)hPt$FG(ȂI0]%6 W;@6ġ&fUԨ-dhI>[9(?"g2?=Ʉ&|| Gr2w֧|y) 81- '㜴%^Wn:zAIeޱ-|::wּ,:u@oz}甶GnLgS]S$ynGeT_X=+Mڤ9x3]{+ܷ;Αnc@ΥƢ Tj6O]jMd*/7!v'P,I\?گæ:f2ň۠Ch:+\SΏe]b˱1 8w6#;ah%& JL<%0-\V kA"~v( lXLSo/p5Ũ`5 1+j # ~eba&wt̵TCƒ|wq-74}JpB}dȵ Rgit 9 {̃;'I ;RT.ӠH Wj^w̆󜘏n 2V 1 .HΡAwފI5|C'&s8pu1YG7Yle&H D`n UWDYfn 2sp$ ` ."/~\+85dpE6p"ٖ:&Yf UAݼ6ɔKnE6iQɇ=qNKI2POg0$ ?iQ(tT!QsdaE{|# .݃XE- (y~p3T҆$[]dITP}&(K]άqk93aZQa@F99?PA7 1:,p]ۣb֊1@6FסGH^Gm(jliE08)GgIphLn07 Ho;sr[HsXOR3 `E*ro[ gfYE0}ܠF( hgO-1tƝx(YL{U 1&|/'MMkB_]@AG~n+4r;g&5n|t]\R^ :v8UՄRG/ۅ'A>Ep%(ֱ[/o-!P)EfV+O-1>AFmb~r Oyg9IiGwuEn}< d5r )m^+OvЌ)Y1V! 8J؋}+е("YԃRDd;l]ȧ:䃕55E2i{*FDqtTFa( reW$8dЪNPNMBaIei. _#e1h~ Bgt](_l.@RrMY$C6ٜEUݏh,`'#%T-%;1d07*f8eѳY/TEN/rGr?vQ\Y yҢ$xR2ǷFdpk~ǜBt )I&<N1u +P=l^^YGjmEޙ'jkyEO{֑ z:Ѕ )Zȩ ;y&t"/y&; K٥DcLSP982sm\Rͱx6I#.,2W+`J~[NLWZ맥~3ƛ)92l1Ѻ<@}xmPr6 Iybiu9+̉NANʣ)6BO |R֗i:r7 dIQ!).I1=ah,:^yIcqe2-ϥog6 $}HMq{rQ{^݉=xlCGgĸ9[^<ַ%,ο^Ath"3P(UB ]g <1Hd5IjMN}\y0܋ӫ%ns5=,@ELB}EiG(@^G,8S(8E>v$?mFJ%B.\j^۞!`j}P0s;¥*Ni#J)%T7;pi\:f/|IEF*k*~uS4u]鶟ݾ7;㴙>9% 3ǐL#{p>Rն("Eubs$eB2|9Gur^/˱{A 攗#"V@wTZ8Fw0h1O[b=C"A(' sF)R05 {ݚLjefTʺqNdTP(;wqCM^6W Vc; ; E|_ꂂYW+-iF>T)h ;Z4A!„ȌLǛ:P'w:>r;Įvr B뢍رz,v6è%N H[XEu/WskԻÔ+R5RŒ\.Zyq&A\_^}@/NouhgBnl[-2t'J |r2з&:K'|5 2!Na&ִ7g-ۖmCLP,0,I$ RlCB㦼V[+"J!CnV{oYb?˞| Ɵ7'\kWEK|q !]wQT!ap,K* f-PA (녣u$sD;US9a( \"8aWRyhwHL :$k 2&88D2Å2C. afG,c1Thӊc< 6A=f#')o&; X౧?p"|6 e\Rfp-5t dGS6&,6ж$e &Q8m @*Sq!'X+ۙذ]O^ b[0&#Qta:L~w8[Q$Yۚ9e9ť3ueԽ3uE!^d~̻f>Z4o^:H#qxDTG@5 }YyX4xt>dvgn en˟)BƋ_'}6iO&\QTb#8=nwp!mz(agøtYa DϷc ( cEfmNv[텛0ˣΉ!|2^^ wdJȫaGA_ feXc̱;2Њlj܎_R}85X]PhH:K,kҫVr>فnuhp]||ueIsS-@D%*Uh'ۡN`c1s`->pLĴ,@({TD.AAQUrQ^א"MVm._J22=*Y{ k{8gE,);8l8GH75~b|<,^^!*h22Ɯ`mPZKCyVI^?;"CHܾE `|;2Ÿrԭj|>^Eg}Ǚ؁İGHZ9ڴ#l;(C~ HN)aI[{ R9u:~.Ȓ¨G9 Cq`h2 'ʂm-1u&ɷߪ.zf;/ V'f9t<-.լOb /'6KƨfKStafl{. ɮ~F=o' YY!*Hio(xp@_.7&^ut\e8/:lO?.A/Ʃ/Քr+ao,LJ|rv7dșPǑL 3LMx^}Lf m;IR @J4>hN0+KxDŽ LMY:(E6: zIh3{JĆ"H ^Y>|j>2I%HgL}Zэ/.}KR$ U3U 4DSv軁G+rDpyCn=`q m$g}LHFMP9j1WAGsTeY %`a+&a)}ɪ5mY` fHLnc+g7Ujtb5Kx3?!!".k'nh'"n91H֌8QH()؏$ v)[Ҝ9s.80@X"K2N>]=Sy#ZS˵$zΕ%tX }Yd3˲Zz1\ _Mn@tG̓(Uv(MGf?^~ҋON{UhdFoH FghsiKGt6XUɶ4K@-ЬTnZLuJo+ bB]VԺGX Ws4-'ǩ:f`J^GM7W M&3>htAс&7i(ai, 2e^*znM5?wr[z&=.a -={3Di:9|pgyݰ۵8)'UwQZ^. .ғiXn.+Еa̋p@5,g-$4dʀTk6_}f@jfh1:(c3ŽA7S#T_D&oJh%VGK߻Xj5cRPP?,R VWt$VLk{!$f //e{1RqLrm@Oa'8eL^&̡\ *UttNh{8Dsp-Ml)p̝W;?A&f${ Q4agW1eM@Ӹ-w ,7b}nJ"}g@9кlepSGY-)% x'މ_l)^V-g }qppH`2>aink;Y ǟM8/QKҝ>(-(_<94&"vLlETAzg?贛|Y1/a`Ee3tGЦ=-(dWmt^c-RpF+?7n 3>EZkh0m!Rٌ_u$6uER}kd>VsXƝD/bKV)әŧ%m&u>ǥdqYXόFcvj`G/IӮDix}npW^&0yP)kwr~#LFZ^LX>+)(Tȩ kGo kN?)_nևzZB7N ZXSwxxw N{?^rO!TCZ>}53HWpz9i?ۆ*^O MFƈ{!*r% P5Iy~K >,lQ?L&rtNqյw D$cdkSv.v iYu@ 973Ez3M !'&v j[] bi4M QyyZTXa%>"qj, H Z5~͟I _ׯwڃ``,#JN42,zsTx,,l|P\b> èfDTMtAhVo6H^gaA eVGwpR(^GH !&70!^!l+ְx EW|'StoĄpur8舮"+5}+ _a9b rnل~A ]KݞĨZ/;ae ٵl(Be^TBun,'Ӿ'?W."Feם9W #c`Z_r=yzi-YnPLMBF xN({pw޴>n_=!a;BcF!^QXłb\r zc8xd}Y[qULzfרbk_2 v\ijWC[rOO0x)[2AȚ pE\oHo,˰Tj#D !՘8)\#,#f5O &ٰvU(P[jV&!>yD5mK9rѹ0a٫eW.`_kP oD~jtCEH2Kռl#9@ ࠎ`L]3ԋX˷ 8r%8r(+tZǞʟ^GWC6E?\JLp Z,=ˉ. jrE[zo? m:K GFb9uȑ,$'20}ƫ=bkw,E13Ur_^z v _Aa\k;o|Mm6S7b+B(?xwВ ZӇȌQZ8KbR`M؅G?OK0ㄩZou QtzwCǢBx&18+3H\Y)$B),۴Q)0|OL9TMLs[B'8պkWʗGW,xY;seS -AN#,-_UO<ŝhXscey@U..Z]7+$7J+H@s+-00t%&|#9ځFNI{p0uTdPM ;9<˭W9 <2,Fln#:#o/&m)}У39ij4*ɬN |5ϗl3%A4 **SԠ;Չ+BCO(mBP%B_x⃎ZÀL5ysf c[_=ո ҴufMczWZ3W\V˛z*~=L-fmB;L1q.ZaB F1md߱iu[\KծzmVpcX.[7Ḧ!B#-Tu E*R駳/1wa]Z{uHfHynn(7' VQ,=o8W@j6p 8/AG2@B2]<3j+Ag`tҠH@*\fw{n_]HZSOS~i$ɒsG-hS΢t9[0+!F}t&YO;E/ ?9jo k0{$&"?4b3X{ lN ݫ8j7^gyQܧG?Pw~}c^6F.( s5l50O9UtE ;V6ܦq4эo_5RFM=F9c l»@Q=ݟ BCcrC41kh ޽h](#dwMkx)2F? ,j7G4^ Zp.{A-pHǪCE]%VWft:=b0Arpmn|a`aoJR8rok]5\c"=9׼`OݞHlaD08מeb v? $i9f_ݙ6aC(2 YCK0R6*hcO.i|A(r񁥄^7rDCR? ;LE7c,qB>'cx4j|԰Sd4FbQH [뇖u~,CM-@z9K&țw #6gJ#1 z {8 kקx _WeT?#O9ģ?Jn|u1hD.ָ`k0tMXBF$2814I)dm:%QCL\Ůh͒g>#N'F1p-SαK AiZ9NL$ˢi#Sݦ;Q,1kfA&":OTH%Deă)=o:i)|ÅbOm'(EeNOՔف*káq{&GO /k( +x`oz=}51_VN9^ 12m?>^XtE^~}[xNm^i\>X&5]CYy<jZd54[q}Jj< ":;>0_A` q`4_/k`oGjv0fI'^ddPz@2ǩo)* [BYa,15H૲k1"~&b{݉{a>pScցTHi~f[#zOo/L3Ǟ%#Hzvub8vY )-DTEKVs'&pՊyT/ W@-3I Br? K 0!5dw _'}$%(fb,VjĭkqGyGNȶ)i`WQ2eyHжK%UǶza[~k=<@sC tIPx A-+VX[~u XWaa5<|:HuM=="P 0xZLk?sWw OcB]!u%ыgxɳɶQL_RcbPgJADZ3 ijI6.*_/Z3 ,pcqC|QvvY TY$O 7 ϙSB×?_M#m 1׿O ~fQ[Krn'`Acl:wY@?#FOwez(:$9n]lwrΥ/Eu0HI_ҍ$崊tTGB4^Ǵq\peEPAٙuy^?%f/=JʋJi"*mTwx&?Rq<¨qG'6B J ,"&K01V/Z-ц0bW5];{JʆxaB]0Κ!cV}2{G,mgn@jWN|u蹯!9+զ^,D'#A1w r9T!\y@,ۦԵZERyB89Qfz ŵ x.߲)pi(8Ȝ_mؼZJ0_0gJ+Iכ-6/EqY?,bbxDv5S:1`gQSB sI e]= *M%L W/#[J/TMbA8]=[zQf]y[c3dѧR3y5]mwId}~#?fnm" D L1[TR#*a_YQx[^G[wbT [1hYj"m"?цuRΣ kj"+W^_}l>,ă}q ~rg4\Jc:'V4-xp)|-q"|"䠪%j` |3?Ù{`uFkGha|"MF'L#3j4)Q>/ߌ^:: aGOSY !t(1sJwgn A,x i2x,Rjο)v~~l!`ZܵrI +Kʦ'^lSkw$ax1Q<cTkb5n,ZT̃! a~g< jO.ռ!IL+ZeT7K^vNRc2Htp-L IA K`1XvVD[Ώ߮o7genKlYop ojdnj 98;~M伩+r>\aa[qjq1i)j3L!GTdE)22hKT~٫٧",@x5/V3 alT lYѻ(3P[Wo]#21]d([/D:A߂ȌLSY-|K׿I g/P4AqTwlj,K&47'zUhi``GT: tQqD=Ea(Ӡ|*kHzD<zuDv^4 4vQM K&<\ e+Zp#B0xG tdk =p [V R%ٸ^}ck۾, {R}?Fқ1:HESX-J?v9X#X+ADڊb+ȜG1cP(M MS WT턌*Ɣ-fSJs$MHfl>Y;9eK[k2+'9|GcީY窎6sG@cUFIb9'qɍD{6:̗trCQ eKmBDy OBʕal3o୉ƊiAFJ3$Mo~0 ɻVWDZxl@ JY Ӭ9KKg9.|nMQ-A V~W?qg7T;&_fTFƨbXo1fi!4G7z j39X=AP=eQ<݁T LԈsdJû NHKϓ ]u1VfɌ;C,7OmT(8 :Id^@wuB_we#= IdTi&]FWhQ4-X3,Ձ=ZP3jbn^j%[ v&eH]]wϮz6ȝP&չtb!ObB֍N,i6gPb2sa&y!O067em(AIR _ZC%M;avZ 'Dtz x&h\뻎܌U­`6`0wڛ"̶fs!(K0?"q@a=^qt2{2)8R$jl옛}4p-OH,O%-ڏ'R±Z9!0lF+Q& ͙`Eu202SQ. xrƵ{w&9xfW5~PN~tOBX |,AyBuxG6M^~3T.zxj8ş+ y) X=61CWt=v\SHm8V CfQ@v}hRmSyŗX^}ڑ ąr7>4 4SȘa.6O9y@=i J Hz]QI;oH4S]_,RfwLӔ2pPތyP6/Ѫ67rNX .O!MtÐ-iOMꚱ{V2k˥: YIvJNlMœKNGJ.OD➲}2Yd3$WtcMyI3o,,Ad;8z\S~챙瘋AIj{1G]҅fT/<--x-૷9i^ eΓi}(2@J>3v( ~ #anmcbWz76+pT(P|LQZ#8vBAsjcqb=cX:0ZLc Ws]/f]2 X[&<8/OJ .WZ+'G0.*L r45f> ޷'5XBС$+@6dRxJ3o v ,}* Սg~YmȢ q10= ׺[}8)fanˤ 8vh& ÆOͶ}1PI$MziG3XmDOC*A`iv|~vt@b;(W[*׀3WWd;;n 1VTQ)ē#5u!6E0(}׮Y8Pr[薘 ֩V螥ڟCmk[ŴivJS~4iTelÄ;)R'pG 扐_֚blJHwSTi+@9e~@hWt'@u #>;P忻V v^SF]&ԡ{qĔƋ 6m_^}WKT1P' 6ï:|Yc^u3-:hjCZ_qCPfIg]rKvA `oᘨJֱ dJ1X1^A ef݃疸Css+d󘉷+'Bz f¦IkӲXC XʪFU@8:mإh*ƙW \~8֦0Xzǣ5GsEߏ+53K'SGUtRH]o׻?yE Oy**w#~YQv՘gg;JKDe5D/[}4g }wDs\#Dqa:耖;akI5&we^_GE Г8^t*0u{E>Vk;SV$!(eNH%ΡsTGBrH E/@E8A0dZ~b.[i1Bc1sIiٺm·XqW>.P'I+I36SDJޫHciuIGr72w?߮æMKei)0oCq$Ry a.q^qy80'}xOfYR#P^?lїe(&,@ "R< ٻa)})_cGn(I9HAc4iCمe<9Fvw/π%g5@ 4By9 PJy B(/}qL%) |1Ҷ(0O#ʺLAMJee6h<~f@н33?V[Э`{{ y[גcҠS(A53}HsՁd+xTЭ.s"/DYp[٪h>_n+eC王LOjȂ v{?{%Ky"q|TnY*"9R._k»@KC'ۙjLC r 0OFdۂ%z]H UDwωN4ÔVדW# Y:?F]b@E") mQ څ@ SG&k픰"qnȞZ@2>H ƕv.$45֎v;dLL<8yz 65AepPxU*y"Q[ /%?lZAN$vv(1Un[mAɥRxu>i=9!5< m0V\^%EvKV~Ԍ\ (5r_>_.v퇺u,z5\6 Xva3#OX Ldc,rQ59ЎsƇ.ϯk ث-K]YlZČɽ:wnU:as-;ۿxQEՙT$Lܞ#bѤ^W<7-g_𠊭%1WK^1XتWFR/S|Pv'{m-`?IU(2Eo?ױZIFIN&*_8o1Ż/b [Z//,i]p/h0 j T\R~7X*TMSZdϬɁPf"SzkMIRZӥ/I%)d2z˷6ٿCB#awCwx'neqIhJd3#Cw`蕹x#Tнb9t#Xka6}&،3w$0čn$ 1\[nr'xQR8'8􀣈[ϖE< E5zWGSU*p/@Ѥul=gDK9s0rp7 hlQo\+fДOàTCH/?\_?v fP /遗ۀ"sNe'f|C%-߄<=pș@Cb7.{أǒlSZMŧOJ$h#`80<ܻMhC7BӠ)zmEỘ&>T$6; )ck/4̗=16ɭr 'WeGH d*wϯ]e5%|іňeV-GO_60&yV$oİ VD4[ۋZmeo : eSsbI|b9Q)j pRʬes~rxdNo=(sY4c pSFlfhwf4.Pz$d08y?FOx~֗9<S FCdKEGm_>w7qxC=r|*ר"k0_5![IHZ@uf6 ' 90P z:*c~>#Lvސ6gݚ*T;&r7=o+ nb."xk:G,pb/3F߫ 銜Kc7ՁWsbX7A}cT ~i.cqEޮICȳ`ͯ:e(jQ\$3/9C\E$%brp&KS9k rY_A`.hїMh3R7h׻Ge>Xϳ`YI~) |2SM|!.-4 2$XMh^Ћwwp&©χhbrӝR__IՕv,RW]:{`h%yM#&Ńvn=L1|d!ǟ$~#ż^Ձ l7[/߁&F,BT)2hN١69!'=%PxNA|.`fX U¸fod4 esxt緺q!ZRJVv1~ne<㌡P9E#')'Ѫg͖kY#CbY6*Ai OHC- u >BbQunh$Z=j뜪ТPȨ; RDO $s*Y=pAdkyO]^MbFVw c\4G{ 3\7 npMq@F Us˶bn;@XF"~C/H(V݀2各QzACBGlm}%3ǽ#?5;@ {s];xq2`tM% CIu}'br[uu,|mlCa@p"%LwHuDx8~n[J9#UܞO${}~62.f4J=F^R{?= 1րL,Q >4F)?]sELCzJLL UlrrgM퓹˙ [hܠޣ$!]%,XA}Ǻ&ly f̴E$(ۚtu=J̯'} AzxD,3%Ͽkyj9E{! V8M",q=FYKD^ZcF6;op "Syx+vG4moOT%ߘ/U'4c[N5v<&w[KN@$oHzM/*aˇ,,t,h5nգBWZA쒂^iqkyѬ $*yK:aG^h/vǖe(̤H IV<@ϙM/>8?-u j ICe/xh%RǞzzGxmX3" _. R1Pa$1A^9wS-~]'Za3\04 'Pi;ʎQ!_9 ^巶a-D:pۇi^k3`^V8NNt{G5zAtkO8f V 'qnQ! aTeg*ᔌxndM\fjqt &q3 Ls]8Qj${jR5]xfeC& $/HQmgYLLpGBE4ˎ%ב;@ה"I`̜#7@/$k486ybcFtٗ8P_Ċ1r{ f jZXuW p=+&6p7mUL'W^BX:_ZH u`O'!\>ɼz$g,赆}pQn&[}Xff⊽B5}r!Z32DxʂbʽS>e)~E}/M%MRCVqH_k٢kX$lp#yt~ f^4=OBMNAtI;I1Hh-fz&3@}!i~,&\L'&WŋJ_{bnSkI@ 7~VUTx 5&5oΊR9P GA l:N8IȾxcRI@aIZ>%?.gƧ'D2o-=B:rO5S. +E%/\$j +"E1_r R>)  O˦̖R+ so@msn̓ 8.ue‰V~b5?F_v gYz TZK"S_ͫy"|(u0|㡀& 0T}YBK` |OBZߓꆐOsqNdWv4,v]1:})j 4O5|"[3i2a:jtOupe/3ԙ;GR Q):wkAA*1?!4I`o0'H>hh "@(Ez9)$x Xmy[X4ǨBF:j>c˳RXH(r?^)oXKbw:TDYAN8  90SƯOi';bxW̸os$-m}Z Nt&RD1CKJ"S>>#mM鈻YgCkFV%4R@y~#3 +aͅ!VACF*ЊS`#dЅ2ؤn dn82oǵAmwo3O o^/&:;DBJbz5,MNs`Œz1\zmQiG>HَzK%o(^ihk/P `TvQVtW63g*iiԈN%"נ#K\{>k4Q,[w0MEGE B+unQ21f(a4뿔iP댹#̆XHJ]RLܟt;${G"+ĥs@zL ^ $Agʱ9;+kw ޳ho D%B!r:Qú@Zuoƥ ^S̃-.Zs ~*n K\hKjeД+r h X4WIHw8k=O;^'8̫khiM¿v6Yb#Rf^#n34'˅M<M 4T{ʄFŒ%1NgN밴Do 0> owNEGQGDDzU!bi˄-Q3DϓJhmT8 ltdv!Rʙ:&cƥM5]SFkˬdk16=Ntw d>ŰK֏W5y&NuªG5xWE,a?%&9t A J䷐NxmW'%[,h~8 YL0-U(aV ?2aiyH+Q5dN'w˥I,z`ƃɅ͐Q|}7S3r&"!_&,=bm؍ß$qpw=҂ٽu9Cؠf&C.ϊh"h ۍ炬,YĸC}ײ*o}ez43IZ-5TĨ I[;{ܵd ûӦ@X ,@->o>npkxң=3\ƚ1}o|uS.wհgx9lDgı{|u7 {I}3TC B+׳ws`B;?~CA/x-؆dojc*4}JjSyLKAKCΪw@.ֶp8P@Qڸi)dʅ]-w˶C1.}4إD" ;iG_IHm˯wwļ4Rۻ8?i%N$͔S(ܙ%"Iyt//[qiHzƪR5y^̖K<)4tRK݋L4[=&$_L/0OEX1wݷck|;%t 9dKˎ Y?hНK}]7&?Դz1œP&|Z|nUluQލOJ&%#Lj3ˍtAcLhF d R} R"*!FZX =n4.wYsOfL4-]ɂwxBW&H}fH)I|&>PMdRiP_##` f؄V̅_xF=n~[@-Ur?(脋 `6~UwuR1}l?;c4\R&#NQ48uUShm8eUA]]K4=\R}U7\?>65U瓍r)I* 1aX$F6\i(>Ec$>|bjݢjj5~ o5bZDEy[Lj }! }rX[shIyAoޠޥvf5'e^ItG9;gQSt+WnE@W***yo uH>\cϿ4 ,T =.CSNA—dPKùo:l\yԁchAvfZĖ- z3,x}̽=3 !&97vDVGj`qVO!1ž::nA RdHʚ_&& ?)Aߝh+; 4m6r nvSUz h*exqUb ]*Mr58>>1X#ld̴ٞ۫̓-"@+yHh57{ 忾B9u6y! -v(щ5[>雼zjEC}3-d^P8ns|$֣~x0;I_E̹>EzE4P#HF(~}9.*abc&˹}HpϜc1 `V‚wYw!l=d-Nt󄯮 za0Þ]V%c\Wސe=Hd*hQI4o0sPCۗ[oWN#;0?f1Cmlatgc7sZwꃩҳ6: "5O{F8\_/AJ?Y5\_uwt|^*iftc0hԏny|aG$WP`]@nMewUeM#u)&1hfS Y.@sU]H#,ybcZwz y|Fx0>g9MAop̍L84c/Ι;Boh}7a{q5/Ɯs]Lݦ~Q1zV=nX !vbMk:(VPMj.^ϝ%qk#Pv!{REWm1n~gx5+y򧟫X*v#Gt}^bD10bQ[V*xsz$hm+*~XO8OGBUq,ӖTK+~?3!wPæe{ⴋ<6W{. }^*瘮3"Q[7X> QG n0)b*m{0|/!~C oOnA9;B&/Eܽd;W{)Ao ׿@/-zSVh**3Ny0due#cokׂ+ѫ6XԸ&fd\%b|qmYzT)OC2[y/ @권DҬys=WTY4ą%p:{C1^V$V64ТQR$ V1<@t%E  7}{,05+,=Xb;[* 터V}m PA =xɰ ?DE|XDH6bLq4e,Y `=6D dqrU Mٍ5mTHo)r_owAݱ/n&A⒳mt`OV]kVYsmG|m;TD_yL߹NNd9sztI1&yffv}m?ºI09Utj+>r9.x bz3}C{1dx.Ǖcbe6 roY=2*"'!逛sά:|l('}g7po#)?Iv0rΝwɫۅnYH@չ ɍQ]5,>ݧDv\vR[$Y~8 9\D iJ-G) rs;C 3$Od8;ԆkT;Р'VmȐ *eH2w$ǡTa<`nl*"򶼥isр~| QHNAkG պq<4o2XL4ج1`6EOƢw/PnnJ@obfX0En̚ .v;H$G`qG 㱏{ov@lgaA!auv[u>l{j+kArf!q^(d)Lm21(G<?؂d$GBLN! m,,y=z9)!5hbmрzJlV}ErƁ FZk}PLIz,{iV"-~aCXEleQA?0p jN |*FFn T푤iCv)ݧĥ-yH0:K6ވ1B,wOZcU3;Os*)TvUWu<}q`QKo%pG7 %K҈ +Ž j.w2CS9: !e{'OV/jOUb[x!K٪p$/3A\q7ؗϑxgDWҽ@zbI"j ;N.N. p^fS Sm=-'s;  Mf}Ͻρ*%⥹xEM[HJ]\[ oHr:ϖeٰO3 w-\nL\P%ŢiX⍮:uzX;`RQ q',lTDIBA QqnwC\]olfA嵑W"\7iyŲYԞ4lYS"ai~nbzM&DZyr)5^uS)9>._B73&ȔG'lŕ n0-aHn %™W@bAQ^(*m7b#;j V_<` W^Տ&R"WեtTVb |tZ,K;B3(`Z|(l>Jph`&"GFbl^F\lQ֑ < 5cޒ ޽p03+#}!y+oXPtDkTPaeWv̘>wI4a>!-u&x 9AOdEJONyG(^ w#ʨ\޸)P?AZ=dS*&{^?^hܲ֨IG=eYYj1+J P枹lL"yI?*,z0ĿBYֲo.I'1LYȦxyݼMݰI=&VkrS" X Ǝ(-XoJ16Ѵ~oAe0J`㤐;'v3Wm4|Y{B|{$xZt1X]3njUHBttGh)3Y6ct}zO jB>qmڎ`wuD#?=jsy)d cx9q@R0zt}^3kҋjrۤM{nEeR*_oL"NKCꔑL8vj@^О )o"l9y7aBrh&6- ~ jPM |SC6yC9!&Y>Y!XWv35PJvOuce >5|ۅ;^ o4+AK,۔N /mIpܯt`ƐYuWuM]*-\ zc."2ۦ f/@ 1(w 5oxu.Vc]C(ciE>7A;%>\D >k^?NjkKҧ7T ΊM[G>ʉty"k1Ǖr I“8Ce?(t¬L ~ïφד0nf&ͳZ \] 5@~ 'ה;D M jwGMtU,~:n7pB>} rlҠ.aO b@tLjB"oȦ3n 7bQΑX.\-{:_,{`_3XQl?/´;}Y (v㎗2rN>|@qy50lA{չí׷q0:s5PA84HIQAZeE#~:2^|rTuc *3\[,}t(|x˅m[g9Qq4u.b9NzM1W3WQWI+]{#P}S $ oW^"E uݤM&&H$tJ|w9XUMn!d9]>bzAO5$BR ;61~E lB҇ z zy)M rAo'Pm4S}cP}tVejd% P| Mom6Wj?Əy``w|m4Tt[gii_p=bwQc_IHpEHI6JE]HΞ!FÔ+Y46}w[X/0"!v#ݡ\lP\a=kՐI:j ◞4jVЛZ~+4K[xH$6 FVȘQSz7>m(r``KfӵC?"P}Ҿ\7T{MRp^YI^*eiCEWMN]  #(1d- BcxU2ժVœJJs34JDaxum*io 5oӇNt,'཯^ Gp-b!,_,T^p%o{&Acl^Y+L)(J)Dp}a/F1)O`)Lwrn:qjlR?iQ_Jh0)06W('8*P;g7|b@f REXyai~j7ܞpUIp4,Zd.n n.2pGv"~7,e$Tz@Td!C;I~NEY(R$U,h}sg" Wҿ`]fz08X${Մ ЈhS/)ub!ױVc CW+WMˆ[ %) ^ʭcoYT0YaVA?:Xܶ=RgX/Wtӻ*hZzv!XC1.u?`P@pXGvOoHkKx:>x)[?^)ISBB+&yk b )f$:Gˮ/Q:@-K/BzRJlGA`=z4"#I蠴δQ>o ה#QƊk2wlsGwi SSowV~I._jŞkPJZ4$CQE7j 0=!6MJRT#y4"He?je1f5;e |O{qm VҔْxz.98 y9qбh?\ߓ.NX>.{DQkW]5G("K*~zvKϟ?Qb,T$Z}j@44j nNl̖CaT$HOwxtq6}NW(Djq⊫"2'_WP=jI3ZYiH]8P*b7"iSA(qsPwi}Ħ< iJc̴G2H=UDw /C,Zcf+* #2Y@RG"voayZ(L1!QH > y'@:ˢ}*dҚ;˾3vl.m]MDZ5E?;J ‡t\74cR W_ }B<3A$@}};W'JG.uI{:$M8*x-n>?dK%!V!OXQx@|<D;Ǜp|čcEelh&%? ]A]mc0JL݋5nYߡk˭Ix"سK ;КsmEK=yVV K tw-*OҀԦ]s)HjNv(a/$sHMr.DE輱}u] q{:PZ4[1{ð_~4`.}e­uF7UľIEpp,?&˖ٴ//ncmPTڮ<ʁ&ӻ+zkVUyյR$١&*@~d׃B%?6'L^`e%!ܱB| Wm"%40bv )e]B眐BmE/ ?yw%v;92v`|36E5SLX䅺~C;@)*Dvpd<?jzB!K; vϔb'abP>Tx#WhynXg++J"^bn$u'qv&> Q.m}M ؇ 2Qt`'XS [W8 O&hM?| ;ZQ!)Ah?H%5.9<](T }ԥ|u9H?0eeuLߣ/c~ۖ@PeԂi!B轶OsF>_k|F ĬmgAE UyqæljU!#jTΈ]xIUKD7mBW)8D8pc ^x5|Ҷm ;I[ct ߝ%aMf"='sWi?X?gH ^Q}gIݒ.>r/,_qth@ %8kh(7Iȅ3>=PYo%ϴP<q]`.&E` -_ 4+ 8E˼3iq'YKG+lmQ ™$_@>RRZߩ|lGAT«%9cuZ3m7Ir#eDǢp)_g_&Ia,-/stj히GxT iGc_DM0W^P^tjWLq2~!Z&tmў—G2:%Ƭ\@,D|"HNK^a,fOXWxi*Ym©M}\u`lDUpl H?5aj??rݢs|+ ɾ+1~UHؑ`6ar'tMt[TisƎ#j:ț^E9duAN(o$P>q[Ro9py;ITDOP=) 4\kD9̪7w!rvB|JӱMZ<J]AHvJ3^`k!Ęc,.c8 tM|T?IޚY%ۡh6NA7{ߐ.P?NDT/9`ann^Vj@eFϤ\]R;KuFxek,A҅>$aqTw۝*SՊWtpKOFIVe}< wy"S\ЪFC4{[hڡ]M℡#nX/wϲG2"pWd5Vm1ˬ0FϵinعF05]Ɨ JI GA* [>>]pt̞8~Ȕ/n47O_^"ԶwulWFl0XUQMb{yNt' R%pdgb m]聣'v;^",h^9G*ӃVD }/qQ1dE\%ev.̈ 1_lw[*k9-2XbeV5;v_ᮾaW ʾ4YzxcZݙ&>{Oa -./CBl/+?Po4~jGֈ1[ڵָrLՏJ>b i\hJ :r.{Vhtsi<\lm<ĬȩcBZB!>̿%!7%-ٵz@MZ!3o=-a$%3i4FLTMg%p8,X0ރ4濽v10Qˣ$$h/(_! '51{`1K.t>mB` .֤7vGDJi+>=CG{Cm( u IR 9\.bn+#AKPu%}S⑼2ݏ/ǓLΟ(^28+uJh~n u/u>/&RKZ2 E<E9jK^yoTzLg~peɈ|&GnVsJn k NY~zqSq4rg {ڀ?`Y􂵕dqo3.# x9.Ɨ;JhmWa%I}& -a =Ai>fM𗲐nWI짠3`>@_%zh|g14X:Al~H_zR5ԊϔJ}+i=]e{_MpaWOѫX؁O04smD #1K%msDq2Z.PԜ~80[Ά  @ɭ}aT(hEfȀ39LfZA>]da,z@NZc. em%AG$tshö1r$@BC̪~ՑQBWkv$>ԏbnF/31wwt?y!E v:'Bi=Q} j_I4 ؆^ 3wb a+3Wo{έ#vb'T,Wu؂5焊a{IPD^DWz-ap"s`9ʫ28\ *h#Ƽɪ4,D-awPB a9=C#g<~DM_76эtSp@]y:]0Ar7q,;P;} %M؇Rhry$MR^5kgȈeb1> yGŦuJaQv#R^ccCBaI&ѻ8 D}pQ10F-bUF(!c@!k:wA=ityϖ鈸]GoGj;^WMzjmZgx9TH:)VНL/zͱo;Zo9tj65' 3 *0cT?X‚|z:,O/ JՃSCcl|bjttЎgY󖐉8_ܼP!mp]Al]A's!OݔlZc柶~Q[:YibQT> })OEPRn[ R7S'PqaixNXk@"V?_3 QK#|>$fFR: <:WbDN]Ƞw4 rlrZKGgC]K|[]\o猪[<(5Ȅ$#]' !{jgmR0qڈBlR-'xwY 1ebO`&&3> +w{mSЩ|8LC3$ |K}i."|@I8,X9Sl$aiE4„3ȓ5unXH%Mk3cnI2196ܩ/ۘOw,x`=mARcjFꨝ+wUv=Sd]'JlM%e$g)"4iux Gk {tD02,"G_T,UI+hΌћ}y8{Iދ~ɯz¥`˳Nb1-#h') iu_63FH7IW–k%=EY׮T(nPWSg +WhxiLRN*G[^.{{9LDHƢ_ 3=RY$MSY㢚>ڎBܕ8kUA׵m|` *"d0Ttptr | %+5)U㏦43#op?8s8%d&9A dM/z^Is9=ߑՠ'"WwQeպq/@Y;akHЬ3>1^kWl2h?ߞ:2Iaq#酝8α3v>L,xZZZd6~: ( \'>>n0Qlm.~.j%Rvm}oc'|!CȘ;OG #8  ٥f^7jBAfMrnQf(`r w7;n[n7P#+_ru@퍛#fu֫' kjAӽP9-, +#HnSSEg6aAd%˅E[XqsՃ2[(4qa$ 5pyA2H0:vZ/窭Z#>qĈBU$_ FZSdSYЌ#ejNls|Ezkv'%.^d՚_ `iM*I"1<ՋM*8f P$em{dԂ"u&~AూZٽBsDxXYmhڪa4m|.\yūOP*H'bJt_!8"m_(Pp_ꁂןǘ(u&ؽ) <puhijS 4d"3ͭC4W& >ׇ5Z4_+z?L58}2E;[ ]N)a lG1 !M\Q' E[{1̠ *( Y3so$Was}o롿TEpܲةJuRFRŰ^N%u[v{T$bE3kig2SU2cyF%YIvfyQD?OUCH~9ic5φ@w!`,[؜mrX 7m$,B3z4S/0>Z.R+9$fX{:KY&Bً(ʼnt;  !H83WKwdH1%6#PrUcl4@ЙYޠuzOͷdXğ2HŤu[M/Q0${4P rK 3bmЕMWDJ"$.>tۙ1+{)/J_glDOfz)j-._ߨtEs|e@X]DChQd5VSxDo ꧵t k.?i:) 4 * !paWA2X)d[? "\!b uKdYJꏨYj)|_;Ld\u%AmiK2~u>󨋨AFeX )VdA@tv8OzY(Vzq-?#:|l\@[ L(F_O rۿr&xyOSZ}7Ϊa$/4&xZ9(Ƥ B@kRbnL<1z"7Vz8Yy:FciVYҦo*|+@a }yJO3p4D#<5CꇱК$9vODʪ'NH\O6gޯ3[Zv*ܾ֯p Q=3$!'+i͐mѶ׽.@/{|;#~K.;[\=CiһQˈx֧6Q'D27p*`]o v)}Du6xjh Jqj ]cc/U0XI]1^J[Qx%HomqW$!2fQ:D찵yP&Xksc2#Oetg]=& ߮Nb:{ZxwSǖH2'bHϳS_Eٮo1BL |˄щ`L`tRfx@~ICeGiEZF=s ZT)b A½o45S \`Q#R(=7N?Amp5QLW=pBt3SEIm ӯ9 ĸ+G>V %n}J_: 34AB姙1+ecj@l̚#io602OM Kь; p!*"a`->Q l) z;gQ#13瞴Kc0ώb2B.,\8u,Y%][,R! ap\ f8y"ޢG*kϮݸ% UPtA>l+049@eV-rs2%ǁϣ`iFC%3^f n^ފz2Ac;Ig]D6'&m+.0- a#*yt+c# Yz9D"G_=UȞ]Tpri CQDMאDBR7 ý9T;(EXlI%d&xc0t##!r]SU1K L\.ܥNK?uaE17 ό3Vz bAMݤl9'{v^5BeQasA64H뗅}N-tG~Ġ*"TnGx*姳;vGpviHs|Wꢏ`!vT)*ߟ{7Ñ%FI䪈7hR`.B!Wo'([םBc\P-pr>]9ݻڝJ\H5k@7+UVi^94|* T"\Mհ)ʋB'у/ '6QDk'-yH"J_32Kuu"xppVyhWh63P*:2³uLw9+V9W>DceI5Oȥ>c:Zؠ{G%ʏȈB1g0vЩ.nY6%+Ph[}Uք\USVw]嶘۟z(>`4$ :"~ lŶ2$ Ƕ 2%%`G1o]ug2ȘmdSp:2 pI5WgE>D$sal3 ~Kƍ#dٛK uYC3,POؘ@gp(KF u0Ț*}D: :O4mJSɼ2fM8+"t<*.-y-{F]nnjmd ~pbo捣:AiO ;a}^*Z#QNӓݲ/L-Qn"fw Ϲ2<!KVLqXKXeX^{$ @o@(R6@*ehği*lGFڸ܍7%_Wy~._p`UI+˫rL4& /\fb{Ym?5@ ]հo;] JmUPTbZMT^۞z^0aX/rBR۪yx׳CZ6L.>i!D` F-ӻ$7#qSԊ*ve@G@;W`*ϥwفҀO36-sڕH}[[b)/6FKO/W 4*i4=.\͞[نVB8bgs;~}#a2tl-"-AZP1w0wB=D$n IS4@Z9rN;Ĵ1oTN9|M:ENa!_-R [٦LaJ{7OvA>%IU[׶4j?PӅjXV-@"Mw8wmÚ:)sIֽڎFg$)֥CՁgk-CCU [Ӯ͇3ceh]j_p,^+URt">̄ޑDF+KG2J|GckK|\|fJ((,O/gwT&a N~ͻ|UF$ƮzWR9dդ0'Nn,%|AIFV_G"30zcu+t #ALõ9/7hv-Z$ b|4(0 T8O,G.Dz󞋁|Cr ɀ|ƋzL_zMKJ tKXgD𥡕` ߶3"aJ?& _My@%NXNbq1 +ʀu(ప=ߓ:Bd!ըkn_!cj~0 ==Rtc7#\Kr'|F9ޕ>&`~",XAo(P <տM2,?(m C2Ϻ=D=g0? [')㞎(8o$}YWVн~uSVFgClI,ъ2)d1 oPQ$NH?.Ɵ\wVS?YOC#|;6$XTM.S?F6zk׌F~Mn‡"TDT8IZsc.e4^DG-)zaB6bCr/ 2BDϋx ?Q]{aP8tZd-85޻ -Z?n[-‡.O/xXTaQ1]p=iRVLm*ƱG :@[B=Q7I*Sq}I&7}3uhj &V>*RJO _ɣ?ܷn*WcL$L,uQ| ڦ~;{(z,@؉ĭ(LVxi4*XWxlsn?ag(oczQJDIFT*;EpP~[UvRZ FIOJ#aKʟ?8\#.2]ڝcwfR8֣pV Xq]ZON(Y-ׁuYUU7 pńQcױ =V[`hćn,*-,֎jlQ 2y~r1>izNo,C(2 ɿN{>I1]Y'QK9ؾ!{-y! g{=we{]PDL\6QM,\R"5A9+F;d$9UR rf,5lrϢlWpgpqb>V)s ך酆tغ=H4RD⬃(+! F:`İjT4}gq::/7봧CI:78;GIj~ U<+V &vO0L ptxcD{o˂YeQ7쮳]d0382w=沂 *~`p,a#il;ʃDɜ; 1r"ؼ[T|hvv,cj{,2FQWS~=,`4LقZ}EiOq?Ck/b{~e3(pӪ ǂҏʺTZym'Ž4{|WS2rk'}]tH4}f賖b\3E?Ylr\/es `~dE {۫(a`TJ @pB] rSpfQv|QX`ũc p;MwCdX(kG905g1ls:? q:&k2xfORfpd[V*,Ad{IVwzGޠ*E |Bb yy!f2^ݽNX=%H '#K+ËV3, 5WȩcR_O K+&JŊ'0VmمxR?u +at"ўXppRҫK)s҅vB:% +`}=^ZZIVXfLj& x2'GϞjǬ9O0}QaTWMkgŨMaeĤk<}9HR ,8ZA= jgSﶱt~_4Ooz`ϧD)(؋EV^Ժ;a*viGeTdAg(N h2ULѵ6OmnHrܝ̥nZx"oB~\GwI(d+o'߼wIֹ$w/}=2Jˋ> =Z[ 븮vv Qx@ h<+v` xQ?a7L0/c,4hV]G##< V'Rx.Xc!}N8FL5>O{ މސ}6Iү~$>gGS+(YIѯD~ d~d: 9HZ|z8"dTG~ziN~i1Œ)~ 819sr$tO8ܼ( fvNˑEEU)Sh:ct$LDKoVi$6Z+1VyT7cޥ 9!-Q79Ul͂vh{vI]U%OtYKIL &bΛSRX_V4ƙ*4ؘ4݀S*.ASoC G`'4ܜQBO"/eK5C*ysz~#*ڳ;1MFP (KDVwu E(Fdyf{'=~SL.*|N?9_/@do:vR9CvbV=zy{йm0ȯiue7?/PLWr >"G<4|lHSr5E}ir0ENx(J}૊}Buү$z#ڕDӹ ݊0^S y ,ASi{ >'=O;%wxn:Trrb!y~d씀&$\"ؚE>*p`R+M(HAtBΟϊ(Lgg.Rl";pIRnGb&}Rrh/ V^>EBl3N$KycVpS.ۗ334^)a6`nBu@j"D":DX:ېAah>gW.>LƦZes`W^H7GVf\:;Jn]F 38jPwn kײ[ڬ=_`ۚJ(m-,fHy>ĭ9Ai0,Sk|5[5 (ұ [;XO>2ԓ=Wf/|'դ6A SCXv35*L:J^:2o6[ynNX^:RJpگvǫs[{삭 r {w F|Z}g`BmQE˨놪 d}y{7't2pgu&%9O! !>&{ۑo_=Smljo<~[!oB`Tڙهq|H8( +fC;P3&:jm$ ~6y25D2/) 5ݧj{<ь%T] iM0@#MiLxa)W(hf|b+$YTTNMo F'3-AJ*t(ոª~|]F =!]jV5sDΝw-.ac,yp5-u#-܁M'J֫`ݴ#Wѕ0q~=jmy vdn{e==tDV_H >ļ/ Bzz$sXhF)W?/2r&B1rht "V-/Ǩa+3"Z AH(#{~2;7LC̟PwhZR|[y70r4 "R+U(ޏک7ZÊd*cMǎSJ2b):e\B3A3?}`Eqny ߞ~W$r'&;TezCحX3N6ՇLf6ׄOTmoV G}c4N[l+W#t+ lY.! X y ;)Ȥ]rIeҵ~r;H CR pė!Wv*;mYɠ;Bhw>Z>/icƕ =YE(rI7A&r\Ro`9U^HLٹ}xb[l]#K oJ_4DW$s6-J /vI@?KXO'*˄Sh*>ĞTe@_zj̃ 3f?H2_oymz^P' mC~Vy~'Oj휏WFjٴt=VͿ]dt96M=eA=9NF+`U&2dD)p_^.ۘHCxynDlش8ʞ)j[i q+#b ~gïԾTbug?}kÛEr403lTMeܥM"UEC{v[dn4ēoFdNBn|Is0{c 9y_BqXWu6BBgFm{oP6lE<r}oaKzNjIDͤ6vS~#+{&SB7:!".HEeqp* JtNJ^i=ȭR*%la0ŭT lUfH*5e$luQQ$6ڈMHHO*M*/-y F&O_VO/|?hƤԴK8:!MzUIܴ08H/X]Hnϊ20B 2uyMV)mtk8=V^o9wZ@#~}iS{-mK^ E$lmi>RU%3^ޮ_F#WN&ޡCt@mcN&$xD?J-P5$I1ߙ Tzo#C[ˠтE: _Zhvoy(bH`>I<71ϲ9/\K,V4됵P!B %B!muҘD`z\Sζ Pu{SLi1:H. kV5 ^_[ m@Dj^2K3p}{YabkjB47YJ:hbVf DЇ}Y.gsgڼz<>YJ ɲ>.d;BLnk K51e,..{P܆ut4hղn_jKf>E=)'C_3OWN+Vwx#eO2w,Vm:E%Ǽa\paP Ke>5f'”ctpt6R.mi ÚmI<4&V#ɿ[yH 7 \ >=sk[Eɡs{:n[ٜĂS[&%1&SEV$/h[UmHg06p;2?$Kp]@#mvE"hm+cdD)s~B'f cWOD[% ȉJA&B.;rE\'jM8_zU)bx%PCE7g}Y{gz첒q\ގd oh0NPx |vgCs :Ar^*εîg>\(O+r.`hWqq@‘׋ljvEhm51(A-o{p{}ЅYo V&Bc>|xm@?v o-=w,7[;l .o*Gr3x2]]Y&f? I)uܦG6v:F-&l+jK6?W"a/nݢR{Tz* "Ú`< s7=vd\dUסO֤=0׮d;Zjb }j*(H {׌ɼe#O1GFeV&v^%wc"<=B)}6vzy1bk" Xc ->/)y\o@o(ޣOvU5S6j8ӕSi3>5įBpgOr rE 瑞F,9cwND]c/=6(/]͹Hψ^ӧFeviD,+cťÑH@/1@w_rXw MP?`i!v@wmݲCLKNFPLu pE4 'Z8UW˧~\u^L#xݚ6ٛVR%ͮpKK%q5EٙʹXBZ1-Y\V|3OZ 2%f@L:DQ>#4TLbwXo/#t(wB9!44G;،Ae\kslmU=XM8ͩF3(lWj@ nQm>-PrS 'p(ʑ*[cAzZS5k}IQ7 r!Cǒ}ؠt%KUZ +dA*8m\b2M)->T5U=1[$}'_ F Q D (D)䐱=A$1.glƕWvb3,Sm$ cTFke1=w[Xv߹1OwBck`6Uޥ6?Hj lEC+JLͿH3=UXu!FGF ӑbe/Zik>!=h64ѲMClFDl'1t^_ǁqVth|֔\MMz> ;c`cKݧ(7##4uBэ7(ۄ O#z 'nU%eU[UpNJ~Fe}ǫ7';*Qx)*炐 1Q*NppKj/ݏDg~H呱7c8Dqpa4踃ԵVƷ&E+Ϡ@&$7]o4MHou>ƿ'l};6Tr30 S)PӯBqߞVGZ_dd4\ג4ik1̪/4˃lUԛC5Hc`-ťq3ʫn]i)o#ikA~_% ļsS t%rDsup1i<Ι2^Q*VAwp1w3K?p-ķ؏ZvàNK~GPӣnw_%pO%glW]OM= (_r'X|v}ʅ5yDžȑQqGXTk6*1z| \2qt1?_.yz~ QoxFDZxI([unL tF`/N fvOhkZWFM|!ύ;{ٿ?Hҵ2 7Wpt5GC55\LLr 9l%Kz^sc4#5lNy/ "i\ FLs?7(~`pQW,zFb=iAQBCzٲ 5W[I>BA/mȦCqdj]IEkf*`}c th]#lLRR]i8,@7T@ђU5P+`\ry4x6rtS,6}Ge5c`~V8$yP{ҙ\\ҿv j.zr&wYYz.7IP?ʼn/MOSUܠM'$W01e$}&Ab'*Epr*^J|JyzS$6C9Ȟă9˷](j֕L} u2}:/l*'_+$UJ*^#f׽a/EQ2\;I֠]Shp j]>"u`ew 3[,c8OWf_ > jGqtēc&u?dퟮ@ f 6$>r̲:qiNwt6B$ң ? *Vpmƅ`pA*DUqKt7B Ij ]ôV^Qd\\OEAł"0|pLC>G֐EE^vCLЁB< 't̳i{@$^C]d,/MFV*vU*Tټ59Y8< A3j8ǘDʕlM-FD4GngFYOE8o@9PI=O2%G%)!?{=@seZ%|.4.]["WdG>{'႙SKN.'n08N76U|S%[%T{xCH롵_|qË&fF/Ul^{R礿-b@:/Ije/! I/=DŽwR0<3t>UAe>Pp&s"- ?ve|j.sS,f9Wafg*.J"c b5-l{jz!{^ |wI.S(,0"OugƞgPnV+)r8dO،@ޱɎWj[v6)ŷ-G+R&?TSӧAc 3'Lt[z SjM 1(%5rߓ_=>~aɁXlT3fU9#_ `0#TAXϵ&{F˴bGBO. w @_@{itlt:m#եv"VԚ"*j{椽9g޽ tVS-QvMg:h~VHC3 ȯ^dM-gaƜV1(Y#g{;xǟ.|Zf7?F11i v+b-ː)UPjtx ܩPsL縞b˴l1&_ȉUڍ2{s L麋R* B$IK Al h opmT슄KHL)4OR/ýG)@'ř{[M1 HR"Zt>Tw6@gKN.C٦a{أ+Umh #"9fYݣ-`Vnt,қG@X}3ۆn~d ý33b-҇1q|ЭI61 EFP0-*.]M7Q&x^c%íw^Pw~"˳7=5 qV\UJ!>je{i5ګqsۭA._W)2&nn+L m߄~lPTd_CΈBBbne|nil?57jifY<4llIKS2+F7,rg)w0mV,$1dp.xb\ϔ)en݈.@I7/% 4:4y(kL>#1xڰWz3<'Z0tatpg9Ew76<Ŗ(B)jF-vtq]3IPAI9 ڔ S[y9cRFTlDOxVQ'kت Q0S,Q -8S(-'=X$ʛL|b U.QY#vwfw;y5$Ћ%e"Yf4 2\y!}h@ۻbe?Ɠ4]F.u| &ܜ8-Mt}PpDpn<8ٶvP$,]E\3 ֻC_w¸%D h`sT8T6F*㢲emҮ5z(=8R}/=ldQf@$ϚŏƲ,xxJ`J3Ǎ<&[0=xzH= :޿ہn#FB1(!1F`[p婓Ե=|6B,G +&ƪv%OՓ׵إ  EH;Ri*[#HfJn=}zZN%4 q $K+qӾ?/npd'@Nlj[GjmZpYn^L34?^/oP7(כ,D\Q3$S?ooS?Vr[X$w{!4yqp\ޫ h`;j|VO@h^;˲[//~m&B4Ynv9w4u_(C@ҳ JiK0GX4w)ii]ONj}2!)?.M"2h+c4fՕi,,~'BS4ԉDbI\8R]NPO$gذ,q۶&Kw).xV+ e4v iG3kD㉽Qy.3H$=]@;TLBg/}U2I*,b Zհ|;L䙅*mukpl2D߅^@eT&e[Soѡ*?WUA#|h{IYze AaP 2-Ú?9P DrfQMyRK ]5f.@PW/s}kٯװGҗfbTr"irk_Cx.=9|MӗNqT9:IYF.,eS.ΏU Gp h WW*Jg1"!M̼vt;nK9b/ӗh uY7Pxe0X5ȍ& ]vqs"@Rҝªxq=Oȥ`8FR.¸)@[tz2@إhg4:T_Z_w.Kwc>)A"vAۡX!Fj~nGU߃1f_yxr/KncC7wo8KiWb;Dc]9~GcƮ/+E=mf_h#e)?܌y $qib9%ay 3H o>*.5ѝu%B~9M/B>F0xdcLE_3@=@LWN aRu5"m ;5$g+7Vpq,8mlqEF&T;8?_uj^wl+ Y{e}nrNhyĕ Ȅ yT d7TbDGSlj\=TrN~@ lj:zN cp "NmQ'v'+d/NëNh^uzStax ("*.<3(GU6;P~3▋\is"IbHpzS ;2EE:]X)#:z-}$dlNB]&[:\w 4 Y1LMQMng-"n/q?? K r\)4tCʻlkJ}W8ԪEdM7`e &*×VwRl!~D_{~ن _fA~n-pE; &6r) g;rE^d'h6;#Eo~ԄF^RD-kڀâ-] EzZwg-7ܰY.6jڣl!eA|ɰa\-둊}!ތ"ehF[[82֞-l5lZRz4 c@ı}S-  hc4ؾkJti0x~v(M*ƺHGW[` ͢g.(Q(c)pdu}m*tHʗj_>'Fe|-v_wθ-%&ʱ ]O8:M9x{ExEMuB}MM@yRDu`=dձT+ ^l@ ̧;$@2葂<,Hs6@mX:};՝ ]<מB}iAINB LܮkD|N jjQ,=PgeWxcfxN @OQ*?@Yԕ [!Zy! PѾwpgQu%- /^?V=x+:>W"T(bLm*Xa|v&W?NL^I![ Q cVJ6P1f_Ք2/8ͩ-c~M ,ͳ\lp( gˮ׃ۯi VeNj*1&K¶)}*zS-m(C']hlamh+_}'^+*)|?P`n#[(衻r4XĞ^]{&i}epMqdrϑmuE{ o$mWkWRqQFK@iOŗ IJ #M*es'ps~}zb{KrNUP@+*`9dDt\&̲dP7<ʃ4YSR؅Td:^({ce u@ wAuc0VSYDʟU} p8Da|*1L0:e17%ӥ9Y+b}}g"AOcQW:8jΔ;qhH:KڟYyf z2ɗ΁߸H6Wxt8K8Evw d[WZormI&+Vc)oB<2hx@ a"ѹntj :I. YO| :7 LP`C7O[) i0krM>R4_C(L@"Rc@.Ş3iEC6jx e1[.2N f^$eiIئxx4_]>{ ٓU o Ä<8m_IܭvOnr\Sx^VlO煞x};r>pLvBöQMG~YK?Iwwx8M1q)5?kw9 ̶B&nh|]@}(L!<[yi)<{! Jǖػna}YPZڽ,GB5TMiv'DSz)u)_6gՆ))#*Ea[n8 ˫'GRXre%}̝XNQz.~*j_|W7;5cmy5.?lre DfOhW.V|rYOxr#dfXt;Iq1h̎{ \_WYn:uMsZ0Oy鷕s[`a+ڱL.#"9p x@XS=\r=@6wZEq6CR7;: Auq\N /crY>dO jKmld-D -vP~bw:6,0ڭRr7#Oz69xf Ƌ-`vD6IZzKtlW;BFDdcʖ KQxǺ[&LMg.M@WrO¨7` ٽo@B(_pw>aGv6H zy´f=Q'b4u-I9A16ڪW9a/wӨ7\'1¶C*x͋ln^u>ZCӠLRAf~-3KLsx%DJ ~1>gL&PBQ }b8'=dMɦ :'V0<@v9ݼ.[샾K߯mU SH %NL"ukй#vR^)k Z#q0Yy vtCm,EtN0kQ #{$5`Ÿ NA׃Z2˝*iIok6iYȗT+'Ox:R/_j`)1fHBmCu8LHE`/<6t怡8[5p)(G!5\J$ LM 6 A4tK}PmMS[Pv)CeF*[\"JZޅ#(֟ӼwNqh ~9/~kn"H^TP]^(`t&覤t{J]+tA=%> ߓ*>i..1 zaL%샨gO SwJ%[nVI{^*Ff*î!3J;ӆC ĄVXՈct,: G 0lN KT 닃:&Я\ SHx™)ep=5yߺAn2R{"Lw Ke5zM)Cd$yBz<|8M1&{X&@ 2ބWX {;0kF]PNW@5Yaiꘈ)dWG;?wvtYㆀKȷiyl^7ԾҞ׷%__Ĵ|V,dz(4 dt)% ۯ<:3᫈QG" _7ZEtpPWKܑ l-XiN”$% (ॵ4i.C:NXg%X.h]ʨhaqsЬ*J4vZΠU~It%"S5[3GfQ⛉,Q~h_D;폟^:ύ_@oS%(66o4#epyrG}{ikA4Eah.rB<[4*tK;:_peUBכFrp[~A]օ(+qKa e)Leg}YP"v`ɴb0H! UnѢdpI5FIZ)5=$@]j&~,"%V]Y/ݻ}B76,)G,"妆!s+1YKMAWI8gԀAыV~9~N3*.`o:Wli[%%duJl[XiwFJ4o cVG={",7W՞{ >z =QV[]TofBޱpdKIJLYJF;8̩t%)D}AAt{;{Ez8oVbaǃ_8f`nzRJ"EEpv3my{`g!w@XʬQ)q ^*J/x:lcҹ!‘ρ't6_&Cf ˤZ}&цܗ#2ȾQS0SR#xJxIP,ԀMV?OGҭ#?{D0w|q^:1Z(ؒg)T5 Ҡiad+ICۨq ܰ%93Zy]o>̭Ru"#8 m:*T <5ˉl),7N@sX_ ghĶid삩L#Ɏj.tCP2S S^H=SGǮXQ MpɩZRh[xFyXqF9 R={!r:FBuoGG%_9'`q& zb؟.R>\_[nV>.%oy1C2_OTང9~CcRd2:.Y[F[gk2ot%z#1դy 9P|exܑ<(M>ߊasRٱ5JoK8ipr=ɭ>PgQ}oDidsY2qVp^D܎3ya>ZQ0HCt ,/c;ϖ$D|1G;>2dtUdLxif?|K*%ڿ應ݒz/7eC0Y/!M\P-nBDr7$:HFвnBHseWevZ`]KJGqvzv;ʔXuav-r`}*)ROL dGhaƷī6q,sU~T=!sin|.o{[? )u˻٭ iuw⥔9F?jhU)z\䯙zhJ>@22-LAy+DCP| &q%D(AP|q;,2p"#Uz2-!~Rvk1pD2խ ?9^Hbq9 n Oad YqQO?ÁI*X]5袤vJEI6;w|mK~fgb| GnғcIQnfXu}]|H8mVie:+M=8&++>+CjJɒGAnL 1x d£|b*!cr;/0Gܦe;WsH[@c֮%иzM?<\rEd` LHAQ:@0ρ}ǂOf&K~VlI {е V! hAQ:m&u>v>?$pwMD!MX%^O~4 9lA`^#\ ʈ]"=;u4쨞 Xd,]GAK Y~8. Jn(JjuA;4O}Vh';:a\zՋͫ$ttg!:`Ό7*R5勇m.C0DA 4FZ(+ņ&Yb\˯Zͼeykp8# g0WP» 쬒*=zL܏# SI`JPv ~ ƣ) ޾6; B4uŷuh3 |b w2Evd{^KP u:h3STU\C_$6-| 8 %`tlpyvO%އx8yJݛDVYJX"rBtw\֒}470Bv\tႜp36L U25<]8RvT]! bKTo 5SMkd<#KeX39 8<Ml+6g"4׹:cŀ j?:cau /XЖJ[/9k}Z9Hnv2*\,EL&dWP]=cK## y8iS;D*-nA,itd=W9k%=5 P%t| ~ ώ)>9ijٺulӏ83m^Wʵ>cWh/7Hڢ9q]iqf BE d3iCK" @R'*NX)'9?/.KBέJSsr"̿Rʠkj?@=|* ߇z`//*3b&M'' DkSNm 2\^^C,^Y1򣳶dsu>9r\kqV31szfqZ,9m~Q?`s tR" D3KXV0ي? iM CH/TCƠR,\F[m[Obך!OuTTƚOjѨy`B֕1,>vt/$$9GoxV3Tk@2 $LXmF#2g>\+^iZ-{w c/T -쎦%ʅ"&[^v5C}=;vQ,,{ψߙ}*d+̈Fi;MGáX,O}gSؔ#Kfu=ZSj(pLb]PXn&ኵHx]!Hܺ7/{,*m4ѫ݅Ғrays lʆ9a>Bb(XCxY\W~``޳1C,XZHhc&ρceY@wXmdsAŗ< ?/3fߋpY0~ *0 N"mS0XVe[ӵv(x!s,!NO'׽|g;M(Oy}yZWoŎ}qauD+xvR7"h:w$PyhĸNl,Dy_ICg/1z#\uR 18B/}7>bI{Á3v7`!pUj&TI!- "4 S 633zڻuK ^iE; ! 21Q @k);^gXR9O:F\RLX-q[8@ XE`#VWjzH`Yw+S(y̞EA[¥ؘy;v>ʔ'8Ώv:.k!}K-9J {K2o{eKC뵔L[Mgm1oln^T֖x 0.thLpX$s%r 9Y^'nonG ^h4HN+RquRJN3$գ sc\$~ks2cb0b2E|/MqhQ y $uQ=AA0A],*|ɮȢ(,=s y=>Ű9/LۭVM䲩A~q߶ۍti4St>sۿGUu8SMgNpNߝz2 ܢ_ixEK*sP7S`T9*$UpHͬsMdmkGve,Xv9T5D"sn=j\6!^-v\6pemi77e;|lO9EDY~Qg:crrC j'!M{d:~2XCR7>.a[gU-f5?Z&Yٔ37Q&瀓NQDoKOp1sȻ[d&TjW|G/Urٞ%Z[WcմbuuG[}7|^e=\~gn_mp Zhxaw Yc}B`V/(/J4HchNL玪/{#_̱Ġ,%ͷO^T?>jŒ<|T)R e~ñOZv`Ç.07sxԢ$NlSz&΃)k1Pu[ߓU%y1YLaN8Zuj,/"Ї98IriR l Qq(9G!8(,ӢNro7aiih@XGp'+N6<4ycżfxF&"2Ǵ\InnlY)=F$6Ŋ-Z ` M-NW(gy@aSc) <ŠiZ?*Oڻd ZDx|E"`_>pD'\q>GD>^H}4z>냚mu`v(:x7 }2``F0RROj5^KE7MkyT&<}sJ2ăE4܋E@𥟁I&@Gxg_m@0 n#a#.btΖA%(d}q E5˭ZC F$/,TTO-OQ?!WdkZG~QmV LX} W ~ؗnfK̲`x{?m TوHD1HZ'J9%z<8Ԣ2P,[L ա+Aq_&^EON3t"7h1P$\ $6 cX~sud=J|pᗈ?uRDˇ,C}Qj%e ͂9(O78/Cp S۵z$𑫽ӳ }v G-@\c[L_D-dY4ʉIqdp2<96OEؚm@U?}5|᥏DIZ(g]d??u{\.iQ4[sjRb=/u L<+ ?Qu%z/R≮hiƈ¬a-ˮ*ʍ>?mD'KɸBM8'$K[ Syhz?j&Ξtq`gzQGCa]/s~Yըc ~nɱ4Mijc/TPe݂q2n_Č_{g7\qlℇB\[^/FCN8ESňsc(raػ (;inMm˜i<뀻-ǭ=ͩ2;eu%n 뎂- iw/ȑ5 hngBA{ޫ f>N—EO.waGC7btve>¬Mӄy..l>׶NQ: 勣nWH)L'^\Fdj13i>Yލ0;Ydn&AJ0w=2@bɪn;LNڞmT] #0i{NĜQ( [i7Fl]¦ ⸅"3P8~0F.ȦT7T,LUx,FwsA)mB̳O 3/tNۤ{ ÞhCb)<rzfK>tJ󴱊ZW^7Y EI\`ɼ1ֵLN.&`LgI 㭅x2(~*"+P+\94 ĸR4gZ"\Ln*fZ` Jq3-b%)pj>5>-Mj2}/Jy,؝38զZbC7aWffml8o{ /O6f`8Nts#4Ap*/+ #5jh旺Bo}\k(X%޳4˜rq[U^u kg(2gl⥣|cdxŤElW#o5 7F9QIPCKʺZifA| żmlSle`fNuoM(HWu@9_iA0DWȄRZQ q 44v^]O8$2KM* iC v*0vAYm,b[L{[Z.*Hum47v!K:扲=wnӕEmvVQaSGAp WUOsݕZ0 5\ݖ g>Qj`S"&#8-sZnqˋLVl0h0.ʌ!ӖKYl4 )΄pA6,r1+bYRfo[ţS}'}/!zdQDϸjk)qYHav'-W/C W{bzJ @oW0Z\s-qQhݿx}j|zgz/.QCB2_k{{ 0Z(¿ 5mfJ$>DC,>/M9lSWDGW?Ϻ31nŒ;EH޵_D;p/" b ]ꕁo?E/CR>}ǙЫx{ڄtjC)(>7 O[/:Y@Dcd ՛o|c 5q3wǺ7TIk|ƱrsTa*04DZ-a|Mǘz(鋠iӡSM\zM]Cɢ{ ;!]h8k"&J*0L^FE1Lޜj(/ ןb˜Oӆp=F6˦hF6/8bhoa<{}ɚtp ec~%n6a.y8@XoDNKXbq=ҘdY+禌۵JJ +82^ $! }fx g REl.hWXEH.P[)L(B۴Nu1~e`:jsy3<G,I?{my/^S}F޶ -wFыW^XC2P,)pٌ:\N]a"Uz==Gߓ^K@#ՁM$;P"@.~K5q_:$\8)?|$͵QTy= DB#.feE(*hۿ'a;BPy\b}mh;\t43i?«SR8viABIkRao6!x>{@HHgY#RNlQWH paIR߲jC!K$m xl@,-jWPpUR#W`&> L9l2Tz šs%{'E?V J^@ZmdnSO2XnWCOFڹKɫK$Yz^:*?,t<&J]ݷ匠!%W,/)qn4q]TuXc;0V<^t܎-H-HgX՜N,}0vW&>21nr[4O2AmAi^~$qԍ,GzIQoeB:=S\s /QQG;?>m4DQCs<1ezکScS? ")V any霐 o$>1n \R?窵Dׅybor1gވ(ܧ3Kjmdnl7Ix]pc}BGqVrzN2 8t8iF5>AG]͓v WoMC=Sh{{ !DldN-Fo(rˏʟuѯJi(m_jTV)J(#1 &sVFqϡ˴Y! n \-_y$?q!\ )*'Emu0|,Նp^ֵ|+:0%^}ǝD)~Eu(wH$T Z [+!EKeiPOi>B*^Uk`" ! _1liNZ@E'07bKv=jh׈OojY&Xĺ;B)XN4rE<: %-Ʊ`!I2VNQ,ܦe)'*o0IdBT9I|KadˮTB9$(,t N; Iƃ1on;u2G qJ2~/2|,f#Ъ+7>`[77C+ZQO̰UQ5u:ڡe^Cb ]jj/ciOa2XuD{UP8B4w:%EMMX άX;<&  y?q :"st; >fx:hȋ/LX58ȂQ؛;NשJbH}/;"oo% n4< R nb*_H0nI.s,hnDg:/e G%N UKdfNX1g>{t 3{ sRs9d(`„l1,, 5d.JK{Wn q>u^ts@ owWkq"!Z#{O#i$\\U-!$yf|UϨ&P͆{,J `X9 _y`uؙWemx~Uwx|ZtB|MXd%1zH;TK"hP ~MRYbUQUEdq=חc̸iG c 7Iq)0[^0c^Ոx9y n/W} 1C?2rW*zXLm/EAy.p/hIb Ð>ںE߲Q/1nzQo\I 0Z$#bkZNAL$ -/ޞyc~4rXi,šdRs+K?Kys\64B1<"}/Y7Pʟ>I`W,d%# j!ܾB)ݵ"_ .j$8b(dN"OZqLqopos9% %T`jRT[0uŜbvsa=N{a.|a}K]ыugWc.i88L3(YbQ:>&{]S;lgۜ1ۦR pdPLe( RFWtY@ǘ^p?hui'ƬSmE_iF` ,/%mgk&Њu.Q! zgɻ5\W\{*^0TaBɰSzӕVVp *nDJ H+Ͷvm럯_l(;syşGNԗS 8fo2 !?&n+g6Ú Fi^FY*(Ӗ9f2^ǴXwΈWOR/O0eqcf oż=z4._1H jV!{VrE8.5{ ps#'@hmf9 Mʶ@q-6!uvG3 Q%rͪ[Nܫ55˩AHH!/JƢTkwX| C*u+^RklHLrUcf.dSBkiV*y^/k8>fh8neQ-R*x@WäǗ-kVIe#Zd%4]Ab@%56'凌$`[ȑilt ` d\xIxwy˅ ̥_>j(L o$e20{^^o㇟poaq4́?}_3koQ> ts)!ɡhxe9TV7#Fx:1G\jW.f#^k<nyH&g|I@a2V,MbS]ZɜUq^=̓eǮQ߅; OoPEPSJi?`8lX6UD#TGZSjc/bR:% )p!cE noCL)AJȿ)WZDT즤|;xNIƤrVV-'~ŷp$,՜1=qOgW#IG`7]7z˝MDSJő-BÕO㜠 ˆs TtAr)z}heiy K[8Yb)8moCziim'8 (}i. %Dкd|h1h6̕(瀳y0?F}1]ЫڂzWRnPY}Ro`Uksp94O]PA[ڇ!3/^n{ g~fazݽ:G/":;P!N)s)[G.{oh(ܰp>\y{郪DxGHGQ9Qzv482>ńF޶.i9 x -J4x]XrƫCG1S6@"'he?}Dd{r 8dU}0bzenfd1,`sj_ųp/Z+*vD  afuj:* ΪJ=kbwooBbuiPWn^]G$5TL Ө|46A|\v|9&˄%Y3)fl5a 2_8; !ek|*C?ۂI|dN-݉a@3]9:sB7>jx[ %UA? Ot<.\tƏW|MV鰁qq^174 P.T<[?-IaKAx<&`8s[cTcb-/ic-Yn`[j/>AԨHcEZꁿԋJZ>FHqF]X:c>nKeoY;f'¼|geD(yU(fyV}+dW_k|1oT7iOދ%EvB1 2/Oȃ oAr=4rt^Y]aGt^ qds+SaL!V ;ve'4W,H.ӡʅ''cZ;ゝ?UZg.a Z>K'_{uIwRk62ьw9=SSiuttVqUwҖNO]Uه` T;Z&%L!=*BkmR6d=!ĩYUJEkXf!σ-%R5ě +ϊtz^*5|N%n5aʀ+@ zN!:'첺dRyS:#o|d 2j7 MESG 0M ^w0 2J@/:!P|YWWTH?qq~:,yjC3 e 42b7adx iY&Z-G9$Aے+tF{t'-IUM8X]Ha_WIC9r%g z,%L **+|z]T@{_.rBkè70A5.IDt~3} JbnP_tC!^½(sp3ɝ-Z?VpFhgGIJl|hxky)rm½-6nww0A+ A pBtYPDl2IQBCM:^a`h&=hXVz>Ux|SB+ 錂sI4$ cQ1g#66v[ .Գ#t5۾䫬!7|YWX {[I'.ESסvq4G տJ"=xӝ Q7D!utv3m!vb*qV0+~Y!8-4 |l-Iأl1/FX;.SFR /4t1u<+iP(&&h$ Di(8puGtDKkA|e`bPUC-B;">0hjtӲ E\n鍁dFcok3;6BnRÞ7uV ÔL5r)AЮ[rpfCU{b\(Ϣp3&yzc/N-aƴ=N&\+s h_r?"M a%*᪏!`ŁڭjXL_k&$6T#K؁1ɲ1Y.&q&,Qez۔1>"XH:7o |uE/9A2ŒXhj.e*2g9J/sߚLSeJ5 ȿHl}-8P/`bĞMb/pj6 G)T\:i@F=OTWL*xRGC\6β̦oJ$g摳e(+u*s7X!$ӮW6$X)\Ч^[3\m5" _a8mR_ :C5gWW:#\ w BA)N(~zLo?hEReҘZКB%XG^ q"W@$ǐu+Jk ;g^gO G OR o>Ǹ/7jH7>.4j6J.ם8th'- 5|BՐ 9; ]hx&v)(R9!kNQmժ{gv*>^|U:Xl\='U#)^e[ф\|8(Bxd[OJ nj.0Ǜ}HGU1jIYc>u%](7L+cߡ^X5MXgC&bJb>qLJJP˲\sE9ё|H b)!~DILo82LO)vwh`i QQ H}Cqok g۟p0ĺsV|+(yPQ(RFH s w}[\ ՔnExfP}DST(l %NȊ1 =҇Io^1U$v3o~: \2Az#LiN7(ClY*6n#d4 }\x.DB*ĸc!r_mۤg.%O1u }z8;ڭa,'nV"#Pn3cnvxhz3)@~ SVtsjKU8ƽ 4G>"eccG 5 $wi\ -xn'V$Fw;N``h{3{-/7ȈFi{2RˌvH1pi#p,'a=_谑?w32]Bʭ hxm8SC!7f,xsX aEMUl2p%֘LӒP;vؠ 攤~D",J: 6G >B0ɢ}kAmΟyk?='p₁5ؿ˞9z_Ol%=;-f|619z,k`D]Qa^U)P|Sh#y "_0;<2e^~k~)Ku 2oV|9 #-tEtX4e]` 'BքXpvd~frk\;5|BnJAwp"Vm%0KE䈘Xmq?8R$$eBT54E9IDv$7y!( 9ŀ*MDSp3iy{ foo3JUTQyИ+/n?if+<9k8te8wPH+k/ K CCFOج|kpiZI7yc~|`+k"}[sIY (q '+ژƈ N:B_wT PSe32 RUIV`r*ga`5O\@1LD߆JH꧱; Em]okruwzg;3~Z,8 4P<[AK3oQ> Ds\g]_Q_捄7J,ޚ;A:9x6Le%W/Fsm %I:V oq/oMPBJQ2BĆʀHSP]S9 r ߑ;,12/sll:b+Gkdi>} R=,|yn]' oS], 4fJ#Y !=hYjL%P<@&Zۓ?kr${{ RgKa$ۓk9Qga> !,>HË0ҭbʕhPZ!rkul{`~ PJ/BCYgGKKaL_ sl /tG ;F6*Y\I2Prp7Na@pؑUc*޸t'IKx*i"D l't`S1Icc㢫OJs3Hg:d.%u&/ِ(U OٷSn6ye(sp:}kd-k|fpGay=/"ZMF#G](+q>MᙲUY0+)Jè&mVLu Y#_߆S.ȋ| PY[5|5$\,w O$Yy?M_[N>2ĥ%a?s  a-㒉fޕhޅDoճы|_cJl%6L|'=RPفUNA@׽&1MߠI_ p8)@`ܛLX^^m.kH1 N.XO%=BK/0y⨆П 6&9du~7 C IUE纰=58rcw>{@\ed  :$K4k$h#G]{QB]#y65SD]'?&b /+S1~i .~D͑mc7++; Up-`[[C'n77Zszy~YQ(Qƻ>>O2IyͲ!󌻳;{ytrYC<2mceǟP!9  ugG[~og]>'yEYJZd |fZ4핿oIn:gN;1l|$~GZ _u^|0Rudc XTƑO8}U> q:G9cn14?ul*_CaA$ڜd>Y?Iۋ-YQ!0lL6~;Q @߮o>\>@(C ]?ߧáTT^r6] *!`N[ EМD&>is\_3Iǀ}ZcAt$omFGP_ƷzVSg}YWXgaqUC@$n1ck`\m.:ySg=ИݯܹT"oUψr`]63g.j\%QBO}J>%R@K^ؾ ;;;VEf}}dOWn6݈ڬz]z^W'6Hm0X?";l @SmP3sbbV'T 8L=d.X*P+eD p5: _9쿇~mpkRIAd(5hhrsy\Ӵ[,E_zr}};lBJDi?W{nm;4n]}XлF1'M XܠH8# \R BXE2FVU/mN͸D  Q7kp}QF%_3V;Zj)&Wd /766k'] _Q燅^V$-9J:m]$Dmd:tLVugm-TEQ+Ia$ ­=+TOc9> OWiQʤ~ٜ{ =R,pn# ^gFqP,fTmb"H{ӱ>7t}]ھe_k1JTGeW-l$'"+`lH'(~"Yrd si r'YnꀇCCb(bsf`^ٱiץL M,[pU2WDP}*QzXZ҄K(22(_ g T?CUtRia5Rm|-rc.!-}~86=hI&-x6)L7WQHhS*?s,)9#ցqǝ:,vѷKi*k7E\Е?L{8r0jsYїu;N#ż_C,:[+{;I6ly8N` ^:hR2Sx%3v_ȐTK ^/k@P2'À-PtҊ]]ᄫ3(i|TMn݊%OvUi:iICnrY;Z3^LCJ4JGaC>QB3LgȨrOR!O#d|8 ^}x>u<⛑w.6嚨Px*%iJ*o {ȓJcu|Yu4o= ϱxqNiPlmIv\Qrp1 NѮ'؃Gɹ4'_K{7z?N0-a˅RsoXPlF]Cz9Y_H#1and'*aN?Y!B3B1m[: _ӯ>Cϼk&|[ƴ˱\s Y4!ހ4w˂W'!l H0))!g^G`gG>X k% XKùvCG,+Dd\N"]#QGyL" X#**fi.]ܻ܉,δ$Z|:M/,hQoCw\|m8WeV}:$Ĭu,=-¿Z>tlnA2t R 5jt P7.Orɓ1aųOӺ>CGrd^kR@gjҰbr-dGfĄiRkڵVtvU5=ڮM7':w*vH9GihKOu=F* VL୷ x)|Г;:W|ghv|t̺;z.ltk=7gHfQtd l1SS铼7 }!vFc9I¢r#NRеt4c=T*mGc;juZگN4hs@/X)י^7PCr;3UZI#G @Y%Ez3k>d>/ₓ+ i*w |mXdhurjsOH\28# m俩yO?('ivʍ"]k:u?vtVɊ~+5kJo;@2ܮB%V}*0tr1g灐#N€E[-<nM|]P[CkwhlNeId](ai6-N:K0@+)QXۃNFYPV4'd`Z: ѥjף,{_>4%!ƾP=#MlV򺟠\qu~v$Z-D۳6\aY_wN=5guhg"%B>#D;)jrH aޖOW)u]h|ի"7^cR d-o;K(Ȓ_iԩ `;)x?oOĩ4qK [uٙ9T3vKEޙ#& ǁØNY%8K]Dz]ϗ åȤzǂ3~V&R;C-t{馲!2Z=(#YZh4a² q S \WVy5PJQz6 bNHȵvJ&;g2@Iء@-PJ(P>y"rVn(63qR[HCĪiЕS%!fF%0kTq/ I60RqO]5M)+Dj,l~:07w$P.+!, N- 7 f|4\$H.bSD1l>S\:C_!*bI!OS)&w얭ɶWi΢AX6tG>`Ώ7M`JkA&T0?%7^V&Ysih'd}Qɾnիm>5dI2E7RiN&X%ה\+2*.4wCoNfNr+)d3G,]:{lhXհFCJBtWc[l 9QF`BQ%&Jdf AU!}O-:g)]o,yiPZ!OZ]->Ntc+N2;ۮ+RP_sX`++TɼRI펙9B c;aUpRK%B|%P snto#k`pg3o;?U* 5≓N_RԘ̌( |=O >wW;=̷Q'!?jG0_ >2WOO5h E9:\WċӈwQnb⩣,Q 52:7z Vᦑ _ ~7u cO]A&=meBqŸ' U\j8Wݨl2eFcxeʹ+"'ŃxрM\Z@i'텷`(f'pq*v.'٥YÂ~Q\X,JomQh.m7$dsuQgT @g_6j5Jre_Q$eT3IJ6Q 2 MQ4KH^ B$0hC`UڰN!!85sH?*puN%QFvAFWs3-Qp-\ .lec*¾#>a$@QI牕oÔ1~8swq~*V WVy6'vī>W^ ACx TG %.SF+GG2y0\A4viCLR5kHvhtMR_SAU:5teYrmXrSMǯP5L}W 7rM)<*mڨ"lij½v,} J:ڂ9TF.W & Q R;Aސ4?.WRHV́(W[Yiq}B M8Df%[g޶ lhU!MK@NFk`Q;ډ9DhH{b.1)Y_* *ۘ{j\zį|.d Tl@&l[G@ L}JWM@U $cVͦ[8gLLq1o/=*E[WreL==/'{ݜ`pHϒ7SX.S_$Z ALz1m4G=c7k_ڒ"c;~X|ӹ|mӞ_¢xǢTt #@Ơ:8,+4*yƙ2gAϔ#kTQu$ZnKfMB,mȚpy_r6@P^T-\ޱ~zw)M~ѱ`mP UV)Wm\XT Fa5zJeRpTKԂI-G>[UC&;9z:iu64+(\[惆dž֓{O>ʆj _M=}6&I/糴  $~ `unSwnVb|yj$i%XDd9ZvvR4ì5G֬OՠT\xmS+ٟX r]>q.Ől Qt.;趛x+W;MO2Rn+tg{FMKԝYxN@F'[)mv%Ju#s>1iDodvN\\s@7Y(VG PĄ??qliABFM|+øq̫gC"V-陥A!]Y2ib#F MzuM=kFn#Hnx{Eq;Nr ܢyH8|n$̥c^n98VKsk!U?'e\K+Ֆ"i.җ#&{?4Y/B1DYWs/jHh=a>V V/ƫ' ˜},,nBz@ʱ%v6WK٠lSBy,jD o88SӅ7{I=Yl%tF(k1p;(>֠uN2 /М f^x^A@0ܪy;ڿl\Op7-]|u905LBQ6VXňl݌ ND D"ƞ O dH73E2KtɌE7|O A_ @4,)cx3 ! :s(7ny,}U:> :P2yH j>ُh>.Tpˤ*Ω =Krm1&W7_^b;O$ Qca[Tk'®ims|YYa[G= EX9ȸKqnlhC}?|K\N鋏(AE_s+ "oTe+& TF`=kRJǧsketvQc럕tŝj㽫il29U)ص^9|Ogv4սYF7xUSA5t Z35C+{сbh*w(`O4j_ (2-P|AWyscU+cd)7trR顩n1c 9P4f@P8sb[0r|-oڲ|fH8\2&hn zzZ$ |٬% 1:vQs2ޤ⃤/g(04`pJ4:2Foa6NÕpqnYD;`,Q >7nr^E8&҅BbLqa)pFeOp?j8ȰG7w$ES$6!DWw27;Cǖln=Ҡ mQ{RE vUDz(tmu'BOl*O/`r*:N]f땘Wbc^:I߅5  ὜!@CsnlW>"4"@ 0mJ9`Q -xe,ןaVR.HgD@-:RMJ:/LXQ#n_#?ɢ.=tWVuL[17:M^a{EfVnƁ_2B -' v ;ykFm'jߘ=c72u];y=Ȫ!\. !㊁*GrtƳgLt.'8i=3lhaKq!FD@:7G$K |p%ڦ}ROb|2MW4O9P0N vqt wFukHGU0IntszQ']i\8= RqS M.V."aeݝx;q9NACFA\l;F5KFSX;9ġ!vwl>EFYFy.o| M'60bͅg5ټO.L LKZ&m yoiԨaȈ] itZ8>WIe!#98bѕ+˨yK}"(,` oPٰtbp.܃@CD)-:w 2I*6, X椣+`ra 9>H'>aVïA 0TNZմH >( IDXy\ G33Ԟk?>+&Tuph%zS ?1(a!M(7%iH/2@×nqb_U6wM A#t?B~N!k3M{߳& DH6axgj[rZގ i L1$HK5%+/1KRN*g+Q= UJ8;dH; `柰 S: ˃_ջ$0 YZ