libtiff5-4.0.9-150000.45.28.1 >  A do.Ip9|_xO-os} H*p1ǘ* T۫ b7TbHm [GW<lu]_ =;{!kAmmڑšF5< qΜbٛH>~Z\KFNeS}P@&O(h:{ŔOaAN`&WzqQRvy59p@\?Ld   U  9Z_ u    d $DI(x819D1: 1>@.F=GXHxIXY\]^nbc^defluvwPxpyzHClibtiff54.0.9150000.45.28.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.do. ibs-centriq-5 'GSUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxaarch64Hz @mA큤do-do.do-do.do.7)O@do.837fe263ebe37ad433b274fc0eeca81da254fab395a88e48aedcfedad7ae9bac41eed89e04805d4860ffb46fca6b4b5c82a1e9c9e3136004268b2d625ac1d0eefbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.28.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.1dgdck@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/ldconfigibs-centriq-5 16850078814.0.94.0.9-150000.45.28.14.0.9-150000.45.28.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:29109/SUSE_SLE-15_Update/14ea0562e0ed7959d67bc80e21370384-tiff.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b7ab22f96cd2d5b18fe6ef86b53af5b8a722c884, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0659090a83aed6d2365ee178e9629e1da8ede8a3, strippeddirectoryASCII text PRR RR RR RRRR RRPRRRRRRR RRo,xmmiJ^:TIutf-8ee890a446eecb67566e91bdd446b73693f676907d6186d9853b68425aa35dfba?7zXZ !t/☳] cr$x#HvrCR{-:C3ٕxZqGL!&3|g5e ~NtXpJ_)knPux'{:J vP'\Gϥ/trE|(cXBk~M90󯊭 l$ K ?N;o.,jFiɽv,@XΝsMJǤؽgGc lCӵu@5H; D8D𧻣wIд>3?L KeMaXr4"gOxOp ^MfuʪQK+2=wwAFGGGeLP7\4+cq}Y*8zV檠!bKV,&ePQ|3ⳕք-E1( n./j9~W[9'A^c8)q+*цdW>oJb`ci~5+ RIrvU-3HXed(67CwQv(}Gʔr=>Ҟ(Ah[93ዪ ߽NV-蒉Tj؋{w?"눕?GXw1PzǒȌF҇~e~c[BεپjŢg5%t^Oh*/m5!\DO_wsfv+;hn`ƱVIZPRUiRYGPAdݖfL Yx~?tJ,a-H*۟#1h:TRK!lzzLo]<} ״tiA4xU3&\.ģA85彔ӎI(3gP0.r;es0uMP`UWN,&pݼAQ}ֲ+ ˁkwzc Ŭ}.JUssIPDi.P^:C Njn-.wK,'Iz*1)FLoLѣ{bj&KĶWU :4֑L"XmMrY:mdf9"OK}{lsR XN &F-D W* 8S_J/!)C+BcQdN'yo Bby/aT;o 'ؿ0,$kHhCj_B.bjv zH];0t0׿K\"2Փ9/?rҲ3=Kdڑ9 ߡ1A˕|vh Q"bIŬQ"} U,NҥJ8z{75Nv@NГs|K&-otE!V2XNV~*j@8argx~~zSR6KsuǪQn6 %:̒0֔@ʢd$7w($b>hc5V' e"Uf(c9>2[qH_ Le]/5^&})??S{{HZ5`vN>S)r<QsRBay2cpqտVgN7̞e$ؙx.^CWq4vyUK|FT۶E 3L99VkvHkQ06WxCUh|,B zeG\W K$m{HٳHEs9OO(5Lz#R 6ޡ%1!tᆬP[[6!kMUvڑ0iAY$ÒxOִw+u--ګRY72;Esvĩ#z ۏB?mY!,A+LO~ÇWp=sr]b 8DKC 0p3Z&6FozH8"}׸`HqRݾ J͝`8^|ɂ5TfNZ |jD\$-5фn~JOgY :> 2\TT|@ܜyd7噩Rٮ^{GAU,7'}~0O9׸~&4Yqϡ GW&dXm^{.0?=UOyxa@Bs1 '{Hl*5 QNɩcgz~ f(fs/+L9DJd# / R\Aj*#RUhF"b[ vM:HwW\>lwY>vD*tK&gcR= 6AzgSjx^ VBlRj8?,l@62 QokoX9<5 &%``/iv@z=Q1xX\rZg`8!'\3?rrޛvYگ& .ub4>NM}q 1Z;fN^M+`sROA0>A;8k遞3ޅ"E,qy~đo?V`^a/+Ϡܱ:bBGFT]C9EثI9j_z{:y6 @${Ģ }^ Xi^54# *z\T 2yui.4<(j @]a.?jJvj]u\\(.g+!,Xa]PVagh2 E;'WlNWYk#"?(M%,2 Y68CcϺCҡ?>R1wcF\QtL̆XYA9k51Q盎R( `>nZ[$ 35uRUÒU9g]e{H;gyGZu dnrG@?JCW**QҰvw- ~5du䌷;@>2wM\p],^3.PփkǪ׃)$Ey6Z}9}n]HYXlF ΄#|‚+ vH߮CxP@xv".yo}J+ggyF0h K3ḫJbj7Z회VYz>VBsD/޷U#f<7:o%| 3X [ Jg g;}/|_c[u~W:կ4 d^`}30`9_(}8 kwX ] [Uϗ(5lRnj0wQ"iC*u<{ ye>8a hghat]S|s! sݼ:&/-5P9K^U`ŬlU5*Aik0߱?bc^틛?herdUĥ?u$c&xHs= ,lX< <#jt@?䇷Ο|KќD{pvQifg)] PlDdXe1.M>'Qs J'fd0$!%óي '뺄px3UQ`e?Z]W^e4C&¤]r.ݥL O˗K&U 4Wjޡ_ߥb=7V'(|+ǘiVܷ9M֊Im ժє5 6iy> R(mYGˁ1E l bS.yj\G Eݟr UvA4/j+{#o&Zqb٧SmOzzΨ_=Ǘ:UĞĹ^\>fV)D/Bg)5LX)yУxYX^;nK׉ .b@,N &MMT ]7fGG\mhyÓ". m(^S߿[?/"<~8kj0$+r]Bv< ɉY;@4CbH:J.TOSg%ԋgeԌJ'/r\ >>R9VnKpXhV<uag deU7O>5 !)4_HReᨴ2U<עY,BsS @nbT" ~ŕU'XOmt%]Q{bn $K}'>a- 9/ Фn2"F*:B-f\&{B`nei@kj~/x .a!Ќ9'<[$4ePc^0`d皬>Et'Yp:t~ #{F&Yk4s$⧩+Eq B0B6t]q-~<|/>\'f_1kw=я rG;Ζǂ27rP>sDLTev%_^KL "*E[p9]I WyTWA}PL\1nnj.P䍄\6:QjsW0Vƿ͚i[EU'cd;<r?U (1QxJY(!8\JKX?][U95O6MpW[5S-3vnˮo01»{2[zܳuJډ'CPݥcɄXҴp-lqn̰`fn> 15@ r4]B3?aDw#A~vE5as))e0Lv8Ob~z 1[v}ڽ @ԇs`yIUp$"R裹7}?=s* W^Oa5z%0riXg*8&9cSݣmCXMȀG~nu^h_FyΊ YV>s隳Df'D+kBϣ>q' Cǁ~9ҩh@[9ZET) UC?W*ɫdif$[B6iȷim-tdQ rܙҀ'úK[x{FY!IM۱qG8$rbzNICm*0V?9p:|ՋTAe,vP`2 #<5Q< Σm[,Jx{i- A|r JmNCxiS$#~5tE^ 6i s$ 62dCS4ߖK)pMrܻIRia^RZ͓qiPҲo>qac@3`!^qh5dbe-gcálVur"KQa& q|,N5+qoObz-9-њd}>tSR.I"! "q$X*`A#::[{!EofOy}_=Ҫe }HgK*ޛɢ髯*@9-VVu4Ƙo㺌8lg`mF8tĊ@*c74X5u=gQc ^Bh-}iB phfs=&Z,t[dp_A]ѣEfgf>TsqU6a1xek J:qeb_IU,JĤ6O`xk¿W_ %q:a{<_:}6DF:IHW3v0xΝ 5? Kdw'ښ8Ji L 6N^XSa^`rۜ:cjb@Dc"Ik3.Zv+p mYwh1~:fnF}yAJ>NS)^.qaXe-VEop?~*IiIAbx^. 3GRcE3b6$wzR^Xv}1kf;fV>̣F1Ba1cц'1 ׳,eR; vΓk cޘ7S:Xc}tFtΎIU,b2-u.Ug,=!,OznqHP&*";%;Q{&z:dJHA/ 􀰰*cޭ{ (ST-D!?e6%Wqy-x%m@m}P7_ '{h_QcѪ<| ȵhUxЉ#4TѯַŸ:^ t5|"X+W/-iDJCT~|!ZY !wحqXFu$ɧAcOÝ<)* bUYW8z5YijKv $g/̃ih \xUwsQ/]?+M0YNjX) 8ٟ%]z&oЅG ~[iPzZ+VoO,q6՘e^ây75}r#~8&E-  {>b(+v;T'd6rqqzkI v,[4+G!\$cبErMlXOrXO#IRcq ȉt+PhJ06{)hpn/hj5mD e8ZNdэHa+_"el"b<t> %8![e+iZΧzb78|[w$c-T堩| $x=j6⭠iEDrk6D8 j@K:0^J@q*R~%~êUiSZ/asdjJXe<&2;<]iʊ;v2XTVQȚR3ru^4%'5*am7 9bfL 0;s4>Kj ߓO%=L>jNIR gF`?۟b0A1 !._#=?i#9&55ÀNZi,:ai9GfMQ9!Vd{B'X.B|v%FvW-"gN|zcI:&|8.ZxWhI$_=4"d#b#'.@4$w)7 LXarxJ[q! 4YpHϷ?Jޅ^ Zd7Vbn#Lщ.-ց~7\5[.E'^a5꺪T, ?f^"PaPJWN,GM.@OJ^;WrFKI(R1jA =w0t.à*h ձ| BǜQ @I  vT-]*K@ \]垱ZnhXa Q!1 dyzuQ$9 b =}*&*vU&JF@ă[;:_#E"{cz¥F .S15ÛOי[D07qDz2qc@u̱^,H-F.bwJEB[hUH`Fy?ǬS!>O 7`ƕԟd3hur됋=Q1"5#3X׎)%0g_W̓e hRQÏ^K pP=)7FZ]EO*o#Z 4-'5H!7Cw,$ƇX}g{MqWt/OVrRUز$XElgdAX<> Fi1&5QWvXE Fr|CN@f ./A}LPЬv]*gi HJwSix/lPM|shQMSuߐd.j!=Outz4/buK2)JLfKBW0}#$ۥM^R2%0#1 L+@~,Oi5CKZV[? 3#е 7SGeb\Y]q? O2IDG?aB 8ib/"ER#3<`wHk'@LJnTG[-7k<=;E<߿bCGN& j`ܽ} 跼uďF7l%I[\Z%@n'YM!~k '-|="H_TBh[m_0 B-!6[{@$' ʷ3K;slNAn-b6JcyGR(\d>;$i:DBi{Y,n$T'^PYkh^<1TN\k|blg1Xps8XgY>YieF!+ C c(*cg#[fŏd(Q;9%iF&foƸC%. ;wɵ++,KLL.] qjW 6f+r;,Ol_W^./^;- 0:8ʧY(A˱ ?AP\ֱ8e>5LZ>sx[GJxÉƖ k8\d7Q =Z:&cwG(~F|}~u_(^Qr5mHgq}fqSӓ/Z?Cj!!0a5nu޷.B?@ G'K ^.}NÊ*ՈHFYV|QkԌU] j_?W(qd U$\ EA1P'BEk/f9%LbKa^+쨑|ƞx]v_` uQ]8p%2A娙B4ALݹ1)Q5oE- _jIٹG.MsSY4[ :ffm7.y9F97mCrPȳW0T[>Mn@: Y}@>6mwrs'^ XW\>I|HXrgbA $q*J(:}4RW)˜vC:se"Y* Xt#r<:{!_fnzܔv4!O}wa>ঈZ λkmsPL X +k%7E1t%>CVvTgKy:sdWr;xEHH?pep]jP̖{81YUjʔR\EpeZJK];$hK6n@=M fֶ㖝_3Fo).ۢ\ɑgUo+.fv&(5"wθzu{VfdQ\9^YD/])? Ygd|iސwde.|b .{ ;(+S21M3rNQρ>tpl{'(bJAO)7ԭu+d*G2bטd6)h[ ލB~(@]nÔ:e8j"gL"m@}0ᣀ.b&28D?lx ^E#e˧ZqhrA:iņbNcT1Tf n %Y]{)q${TPs2-@퐌KzƴhPWP8=&4@;HxlfJؑ*̘S+=\`c$7-ۨ:?Uuβ0SL?b:GA/uw UBBCfꜱ~jj)`eoyVE5Ҡ^N-8ブ7%=\ *?$ت"B|kbܻ=q !mZNki[ i[#Ǥ8p>v$+=-f[lo3l>8-F<t6?LEpJ=#N"%K ~]TЈ~ݔ@ڼ25U" 2 ;S e!?ygﯥ/o_`ncAGbZ`9v%$*ԞqV6hK{YilzX/ .FGߪJ̴^Z= WXޥff?\KU.L~b=Av5\KDeQFhw6cnu0 {v &1]2~ !gP[:*}ߖ9S81q7!P(?LU\evr[ ]ئ{["aT`.{MO_J*᳐ ;Z~ M.,Vj9V?ȼooR΁hAxd$k+:zfkꦊ LܗPa1z-I~օ:N>@HÃAev3{EM5]%TP ZS?oys2|Qֺhؓ ?6R3W.(C7߶,鵧rlK@|SIS#Z›i5Lu/x3b-:Y&TeXOK~؁Q"WYlr\媔.py!%TMw(0-w+j^܊20g8C7m6S}-:9"515";QuZ$˗P$>i f0 5$ƆxmHrˆQ 78%YGt*f=fV3%?e|n@xMQn k!Г:0څㄮ"qJ)aim|J:TOMqִwCB`W5Y?r3*H2!JPDq,C{I %dMAAQxV%H9*ьH-armVaWiȅ"GԊ=kC+4j:=\!Î[i k'KŰdmɅ,'6ޠW aKq t } ( N_<#_gi(bjb?皰 ֒ϋ*N9>mZ7($g,GLmbKA-3: {^>9"SBn|9)bNA;3=ЧNJ)DDIU,ojЋAAU: X{E,@X dnG _9l56ikȇr`BqEcRwGSnG8}:ԗ,vՊ|p=;vݼ(w:s~IDD4Vm,_Dp]T-Y# %]Ѻ-#܊KDO^o#򃜪*P&4Uuz,(:M7nݤßeg:UN8OH/=s]IؓNTuV<`ӝv8 7x(8'{jư4f Qф48Kpi&$˒X J>ȼNG=^c9ܗɱ;}ˋW^`e:/ ~D>Qkm=$Gg+֎m댌S5}^pF ?2_kYlc KkouhHTF->U_|#{LDʣi7T@0'PDZ_ptF~ E=RYCW5zG0!珪Zvw>#xXa: =iܢ'[Kx{1ԖבP0B ]R1<0&Łթ @"5$Mxhg{ga~Yv< tR'}S$ ̰/4ۜ!7ޫ|qM yS]!#g@1’P*6@V_/%J*~ &[T7YD.!Iƿng x39҄5UVf.; M"aG *uƵ3_ N-xDEeۆ$i xnm1u >˲ KgB\4<{U9B)ٿQk6p{ys7)JwB_{+?a C?GJM%,%9Is6edgÕ%cN{={1Ssۍ'h]QW׺EsCjO8d(I[R8DZI=*7OYQF@|=]Y|7W=gDA;~=V)t{gO ޸Q^ U7l>0yO0E8OYBh`{J$,B>m̌q ODN~߀wҍ4uf)|3٢_4D0."vk,G(OSѴ3I5=V/x۱g4W61Z(ͻd/kbh'u;9aZ;WkAؒ}%_a>D4Gvvߦf$h^~1H m=2[C4__Eә՞N\)x'GjqڙXeUͺzOP1U+@wRC/,&R粙q=AN?Rx{ck_Srs7ʇ/C`%} \G'Nݛuݰ4] Zm_1&qQ3s2#Y9sv@cF6pX.K|R'ѢD i/(|5Z?W, ;eD7)={8m 'J}=dp:I'l,^$դj!A{'N $=K!" H:?ƍx|5<؜y>Fdc\S<) ˃oߝȺR!6Vz, 04ǕxkGo5AĨ# VׇqB9@=0#?,w>_* =5UBvr ISվa,Kh$(>>[,:rkꞜlfn}d"Ȫw=] <.3T~]"CWfL? &+e"ޤvJJݿH u[(kQ_K'e]ܑX]`便 DµP;Z!M )[|U^3NEo\pQWj=F&)2dtQ~.ź!?.)Bo%z((vguw{ Β}?)TdzQ*:- !.!VT"~ʒ-9{Ҕ$ŷز &=vQ}O)  O̘nY!^RDmDž_j^ְj}kYf՝<Jdg޿=NYɒ tC}iW1#РǽOcƚ}CPJ{OhⵦR<#ɘ]=a%Kۏ2Ȍu7h6DNm A%j Q[V9~S_S"ūDR? %*Oe= 0@u!k+n-Gg"zyhZxZ@fM'%LQS!t gV$>1#yhtNh#lU2CU%Nׂb3 NA:np*-PS\:Kww[7%[Z}&uX!.کԬ jkɁD0Bqs Lhu8ܔt9bkb͌fOJ'au.לY!Ƹ^'$l (?"nEj=AF{JhC&Y`{"]':qCP_MgeW*.AƒgW:3*+ZԄ/SIzzAg)qȓByƆ:swSi޿ϫ/xjD^x rD"|?]9mgPu1Yoq$eЀ)B s8.š N܆V`&nny\]h%27<YV3=zHDFrLIXFqW"v\#'~eQXŐ$S xMص;Gנ;RwD|3KIDiK.ȿhW D< t PlPn&  t +U!O:"mG%[ Ir)` qHƦwtY#dJFU r58y?"U"uUsvO2@_lƲ?$hChU\b_L} X-S S]'|A͸ X]rʪO k\d%Tȁ޺ qV/aNY:wU% M5OJU5ew!LiTNkghkg_55Fp>v[yS&) i$ ;gWaE`>P~,WXF](_~= l\*p6}$eN{I9YF 5?+PriF}&:-HL܏ -KDvҠPBSs`s+U'2;^p  : Ԭ u7+!X(-1UN_3N%tϲ2̸ga Y_(A0R'! u"4YzV:V{s}c2 WrGU6b9~  c=`dKBܫtNOvAȽ>JY)QT% Hgט|ޫPm_N2O}guIFn/2TeL6 >cZ)  W :{[8[!?^mJe_Io"bBeQcQ1C^CjC"x/`RL.Hy=Q|oӂ``a,.Gj־U&PhW]tӇ6%BdIh\pٌրʉl űwVa[@A2VsaO qtŠ˰Un=@,қ2BޮQ4rvDd_aI\qίm]|~IW/J0uG/ pG<&ԪcX55RJ`bckSULȥٌm3E {ʀNwV nv-n{XɸmUEJ[׺H `{ % v4.V=~Wx\4)wXdKzʳ/"~FlJJ8zU&CyBYp TQT[dw \4>kyliĝC:9a A Dj;svJWV1~RzJ?0@LJ;%\gFZ9+M]yOY&󙬝ILmzc4)b AoUBgMdȆo>yF;J){7u #|1?okrCܚGC~('L&tHe̝~{ӘѓϛȧXI + DfCk@w߮SaLDTHPVͥ#?DҮVTG uB8abo,S3ɻ8.WV04eLl(8>ẘW+&^^CX*L}kZX ~FE3gaX^g!`|#HU%./7QcM;a &AχH!+wyCӜ; 81rHn]>*.l>7;4^Q48o8#FFGj~bpo`Ιtj| 5SeTkI'Q_[+Q@)+JCNbdpMaG;Y͞55dRDڨ8%c[@"51=:v-U31 6 w9VfIV?2UA߃,#_{w0La DDHP^X%^62BYW3KAXN' ^G# t(jcFxo3+7%QxQ5'}?ڋ;?V sK'q^U{k+'̓h!⨣QuH)~7dy/}ǥ2.m7r{ .i 0K3_nMpb>jUx<ΰ o)EY)Ċ"@h.}7ȡZV,4a#ى#Uy@;zJ]'Tx'=^WnAo(}3Clx(?M1_CHQ(% > w='s~ݶ~*y'.\+S$3qO;QPL7O某IZnF•+=xXg=ᮠ*ykA/],J V!^ִw췍ymҤ.ˊ ,RUDw]{S1Ap5-+ "8l/p3S}uD*tU9-q4P @@-(.C$l p |K10mQ_|:v=eD翴yI~ 7֗UR)wV7 )3s2ac'l@\83Ml= >2Ȑw |u dx;aaZ=@.H bTŭ A v]yXX3@խcTqy e _8ETN?.R;FH뮹 R:Tz(ޘ޾_ȃ4Jn9i!"~&XIe hznvT!r؊8{IQۼ@%0Oy벅Iokk ݉ )ًj@n'žyu)͵UT",$',4Pވ%9C{8]F}ʩk}1 b44$q5 `u|3sqғ̡h#3=vh*mD W߮0Kp@8BCn-VDj`oF{ 90"D4xn>*+B*WlAG=%QCXʂ0l[,?r3ƥ$ѪoeYH;w-<@g($iJrA. L=!L&93%OZvtVؿ/kË>-iwj@bZ5H|AWF6+mVzrs;Ÿ%v}G}J utiV֯ygmw-G2o̬|^ܝ#"ϳhڠKkؾ(yHԯgZX?'{}KbT5įtS%6 O儳nJ9?K;k#dyc'-pѠC^lqiQ&r>#AV-1I#lEJ05Bha^fn}jC H,0 uc&WXeQ|gŤ?TA99Ī>xDL&.vifOVy}.fT$[TL74#kOaY C fFdH" \SMG< K '`4g՗Qlw!L@9œ{~t)l"y6f;Ԧt&ȅT'B)&-GS"]E e"Σ}5VH\2sՖe2p-gŸEmPF*o.aWBsS~9ՕI29c?;wCc\S&T%!7`M_r*qx\msFQ(m,rof-1(|{7/Ǘdگ 4 h mSOVD1fZi2pV$T4U+Z$Ft] 3`Ah/YG6 qL/UrL0II#lPyT #8~6񏌭x$ l|XC_BtcL X&r$p+(vMTwmiUn(A'd&1@{ wYu]鼭1MKSĩz؁qɦsV/v#mCEV8S7wf8 (CIZ.Ӆ4*U;.}we(F!>,XpFM$jGPhhdYjXB'edqw{"ZAw}"$j"*mʗlμmDm0(In9oc^af~rR@~g+\("tAf)jX>bt(az|6r)SyLTd <]j@=Ձ #cDy=,vsb#j{v` Vh6T;Z)I[3o|^/Ri{،6b9|oh;8hLa ]k0c[;7WbvK9S:g ??tlގOsp%>*1ԇ&ѕXLWtg{Y@KURݠYӧd;ͭ&*N {Ef"Y3hA+y)oC9yw60c)W6*JYo(]i{gzM#K08I!lE5(W6?" XJv &\H(Hр+M@f5k>/ $m4ҮϽZV݁DH!ĺѩc şFYR]Tcɱ ȴ~QHceqwcJ. brdH7B#eԈ=kRWK=qĮs^n/[|V>Z}]Hu35[=L &i}Twl1!eT.qz ̼y%~3bjwb1L^xj+QDl@Yj7PNΞg2L/<^wRT<-U7G){gԟ ]˥?˽hK%E2ܬzpM= AkQD5,Kղ[p4"mfȎqK/ ؎u ?_^Vտ~n{;䲟)u7Ac$QT?B 2፼Dsk?$~Kc1uD(OD3 ==:R0żER u|B p KOkeeagn'ҶphwTTG{K/'i @|>3{-10IK3QM:8=Z j*'W{2ptynRa㐾mthb팝͋4SУ}UՏT@}aƈH\ *S`I=is~ƌ3׻Ȝb=)zBIݠ'W┎+N#ҷ . :KdA9/jmeKQ993=24log@C02zY 6m^JT@zJYC~Bg۷M씖mC9J3iTW@Bos=yf̝%L T3uG$^dLcD&mɰ(+,ymhJƠGVBœ]&}>Ⱦ 4o7n#mV^w.xSP[cS"Chd⶯71wF`ut:. 4{}GDbJ^d}u^;""hi(Wבl nSŨ%6ӛIU5dLKAr4@nkeFxӾn{ŪcC) Xppd?lF)}JKti5Z TŒK c޻5>1yVeyC@,,(Û_z4 Iڅm?2rW bS}#Z1@eɏ8yԱO ) Q_ و dSy?G$gs#N0}2eG?B{uo$MÊV@ tɾuC3A2"P\As`)̈́$լ%FaHt?Eu8߲0iU`6o7,wuiz<^#A6b.R/'KkuPB=WZWV#"X$6?}`'&vR`&s״4].ADq1ftT#c4/RR6dg{@l>vZYa%瞋W3/+>b;"Q~ RtS+@`kK7_yRX.gEP,TjpVFQXn, S6wXְ?HSϯv#JPηe>( J,}of@m̯m!_'հ8:~KiTgdK{+R{NNp'Ϊ$1Bu}~ݼ^ k%H]5HSVԵpۀ he w+;Fi>ZrG!.ي?PǢ=oPCɍ)j~\MOA8i<"(Q71:&IUg2(z3}z@t?szfp^/GO+B )ac*-[Z1)<+.NUxk꼹 5@-*'xP|4$M7v9D7XsD;`KȬ5|b;0[C;RV҅'L0M}*!r:S/e&Faij*M|UVyV(@mͲm/ л8.;;u)ld e k`>qj8LP#Xt8ʘ-d'}H{,4▐Ӹ]=<^5?i{HqxM5ZɻutF2rr؋7rBhg=kVg8ApQNRg_?+9 Mf4hM( )ZB'4W3̹?s|Z$CstX6`Ѫ ,"Ao`w#+ʩLpܸRYv |3ӗMHV9㯷b6 `Qm;!! SJў*Yw3g6E#M#0Cb^8fsTUo'52^^n?'Th0;, ˆ´!ʃ6J@zcKهa(C#\ep'Ct#U1w#0ZqHڗ VQ~v:Ůp& sq㙁% \ @efQtatw8@gFOSU5r楊jeF ÿe6hكՀPd wfN+O4@pStK~PeCYͧ: AގD2-?[at'n; <# A2\^2JʛӼ4@׆ᇗA~)}^7(щ4gw>pKrΉ8YXdoHʢMh1PMԷ$AYobY%K xSNNuT5^Pb̫DlZAHm;OH8CIcDO~Pp3_LVl/s6P=r JeZgL7Z^-XbMY$J!H-&dᦪ=+}|$ofcvz<߉ 86靤Hѫ˚O)H ĺR7|?Vq) +2S%SߠA>Zdh9gx &.7 #)ԭ#hvw܆JzCftCΈK}:f=}o0۰pSxe"I0 2 i͡ '8˦qU햛,G%IJ+6[4/ H&kkKIWΉxyuV?:V꾨"C:} qnL xPRn}ŪSblH<X'l_WbꁼS/6]x{,?=a'qM[BLR(kˡmsiK%A,ɿ 0f3VUD310^NnGe%[K'Q7v]&m!,qNKX€ clV w*0B&UI($ Ic#b#I] a+n3`jdB=K?#@Ey#1jFgTzI 6Dx.85 a|mJBE k)hFj+`Y9h+ ѧDH)Y5`Kͤd{c >uࢪƺf8IZsb.u#A-$xQv烩d:b Z2-&꣢#߶`ͲQE^WX|d4@k!;}(.+'.@%~`N\91gɧ1k*VUd*OY,2!o> n#o2Xԟ~D8TH#QwR9:avN#-+9J~iNk &o5x e򰋥 3n%{apKwE"?v귤 ivj-(*%GAIn!J{6stx}'c)`'Ę$UC*`1_YMZ114XM+[RѹE#BaZm#ĸH\B^VR’b_T5^JZ۸ xR(ZaB^MΜ[&dW)"9T O7!N݄kSʋkZPK=k߫F4rEbK GHhdx Į s@yrZA5V.xҬ? 6 },1C#4Z{Ldi5޻ klI~06L, #8>E.sI9N83r)pe+{:3jGudrً23VWBt?jeiMY. \͢o-laa'oR0< sIkiIhs}}$.5kxYx~r zHW⡔'vA۫8U_o#dɠ,B'{q&f, w%nU!UT&$Ёhd֯9\_N#‰OKy@ u:`1cmq[nr!%Z!!P5k&V-1xQnM|zL$7$K\,> ?Ww_] 5G2ԪSZdyrp[`[DF |; BA:, =:3nxo&A>< B݅iA8~4Ix}&)^ro@-ep9( Q)WzvGd+;m0~{D5wGDW8/GMn8nUQ5el4-ΤRr4h3lS 98JE$  1^3Ӕw* jːjV0X`]lH\ɀYqL%_=.ܢk K-Xwh%'6N2H댥1Ohn'Fv:0*l ș'E`13pg}r g s"@A{4|US0>4hW3.0`?Z[{ov6ӣL loe1Bu"崜sfZ<{Nܼ i9/'NŻ*7>EMGό]fT(厽rt$w}_]Qs }w4 6E!+ԅ9_k.TzD:UUjڀdԭp6e/@q./P]7-۰+a})OX ^^PR\ KڈJ{!phDqdP nUB'Sؒx;t,K7#aJ0t*.N32kkU=7hrHV(kA9_n|W;8)$ LvHYJ7yc"-o^VO@Bғ]抓cBxnh^ Y#p'42ts=r?R^2O 4 _GpDv8zU8b#D[buv:Ѵh($Hy%ڽxTP&ESs ˱?7/Dr5=Yl X݀NB3ܿ [hg԰]m-^t("A/I `#5f)Cp(hioy#~^pX>*f[`OC$2UsZJ]8rB|ߵSog2dO&e;-Rؤ?UHݶK}M9n[` ;Jɟ+a{ZNn{O@iQQB?Y*VD9b1Q CXPu 2 DDBa$F*ddJvcQ.@l0l8qD<݂Jk̄s;aN7Q6&9?mqh"4CfdReۤk#TS#J>h=ꫫKC1K's=0P/^cl@U90l ~9QJԷ7ewG  b莁Z g1@V\}҃(LSbaeO";yԠO:pvz9Դjpdq9U#+u476$i\VN/-aT.X,a-#u4&ɚ ;EGhPbA]5gi"pT,BYܽ6x^a&$ mn<_C[S s` oV(!Bv 20MLukjg4VҟypHǁckHA$,Bq)5k`۲pFPZNv 5m91o/U042fW\]ڎ劂3Ah(YnpYk''H9C iP"mv#lQ+tbL 70Sc̕mc{oWkb 'o 9@C?y[JG&&s;7տ򃶄CM@ 8'ں:]$T zIxNXFV3>*bidՎ=x[4)+;CBv1HVxi$QV'eEBǸ^}X? lw/ WcF؀J`#b Va>G+ F@~@28^%m`rx@lt r0oKhh.mS.Vr3ɼX42Lo3P:1ɉ]# v$l1D^u!XwNIO:e~_Jܩ7u+ ) '!qb>}HG_wciֻ>u>ИWEc]!E40.9B"}yaE}N>̅?T7B죔U:Si3XNt;cY\R0o|J:ye[=z1 =sw53jk<@PՑəzZ2gLU̠2TqVO-5(ņx|-|Ar"_Z7Z Y*)'e[gc+5? EΖ`y@_ۨHU%>Qu8-8d÷V美\t&P+6Mw[Q;P@M8wn 3ԙ* Bۃφf6ϳ2_UVW'NiVM*g>+ŐD&;mzstW"8 l*kA(:{XcM90`f) 6.r<<4XaA% Ov ɛ'1sXLip >*qs1:聛60? i6Sʼ/zcg%9v^HjEg3}zj=KOgn@B޼Y!TkI.xV0;^8Ɵ@+00s$U|jh8hQ] $ fKuȚܛug)d1Jq5m 48se{z=yQE}X@#P^.l(x%SӷY3sЖD7]el[Y}^|ԘtdOR r=3SXu3s KFedԾ׽[: k -]gH<2yuq䌳~1qUH87 Z8| q ,h@EV6"#=)P΁}Z⾘wE:eaVqIO|L~mf6G?UDܭkb D a;2ժ9q"^\pSWPRkzW/4 v/6QkoY\@.B 8q2kdGS!ygtž=&1 ;)fZF l]Z阆ͬP<\pòT5c;(o~:zHnP g^Зz_GQ/>,ko܊>щ@AI=hk[A)JMʓK+jAzWOX،sO+sV>of ̹f%y2}~~7#Io7\zMd( [ F4zC.OoYP<~R\P-|0+i/{% 5i?D]$R9۽3/yo)/" D(7DVs0o8]fqRyt#[RR,T痢#'c$5q誱7Դ>'Ȗ$wP$9%t<񻾉ma^X'i Rȳ{;Yf^`\G%7Fpn鳄sqyՊ6n˛$jFa|G}l \ tCj+PWqUsn KIhͻv<7^E#%i\=lrITcGO]:| 3V9*D608eK(EQE3o8 EH$D#\YN[R2A%^!pgPDٶbY3_eE9SH5C4j7dquaQf:@庤 W>0??,Hp1sO|'r=I@\2Q2q6x#\nKdjVPv)/TfȺmݹti#"t[5.W!Zu4dw~Gt1R|,WI6 %$>@7%R*@j"gv|L4` aBw~‹M xfPMa$[DG׀- mٍEڠvBnJK+|F M ZYȃ3RL. N^0ihY'@7:k]]Qr{g3Ow@G=VJmYP£lLuXO)aeeU2 oy$˔;〹L>q?hՋ~ Tx'# 3*IA*~Brhʺm.8zLn)V( ؒۯX߭G؆X-~( ֵnUJǷ TdYo~ag5,Cw25]l{{{0jj*&l [>KpOV380"mHZ"WDd5{Jgo o>ejj£ #I&XCyGE.< EzTm[g S8n璠a_fhFΈ.T1lDn=+*JB%'TK%l {W S9w?(EX,to}|-~ݎI)A>j%*$cVBA_ȐsZ3l  t;;t;&t+ml=mÛI~)Waq)$ϧyޟم,sY36PF=BS2Jv_4,y*.ʻ&ƓfdvŊ=vEcLo|):TQ{Q?&ۂn`2o.YQqgV,MEE E?.@_QVCPoe; ,t'~IǙhu 53!;q}~O-$V09mڛ {҉ivevX7;BTW Ӕlsq&&<ɳ^+V阉A ɯaIXVU|}F5!v}vT30fMW24 Js/.-֘O# jfN=MFnϭ^ "* Pv$̩ݕ$`ҥq̺(Me8fhӫL=Mu 'ax<-I c@j p~(k9*?4z~i!kHUUu{I y = PÄ#$$j@0F`AG6 W: klL0A3dYx*{$Bjum_+6^}1Rg€5[rg8+AV`P^?bTb#lVRsDaˣbʁ"N< 4l L7!u܃b ooaN,(q^Y>gy [3 MnzĴ@ A~6+HQ/%ע˄ `Hxm͋8ü^HܬE^Ub e t >R'}&ΎDdorPYŊ0 !%.h-DbmsޙL$~Mh544YJ"n n6vfJSZ_E-f, {N1W}'t`FS% ߂PK+DbyݿEq _I'!5G38"t[RC:CHuџ5&#)4NGZz%:pvuGʉ=!IsST|k!9iғ>lݔ69pgxǫ//r"abJeYzwv)"9 7b?b͖. %&$Vb_0uvrI|r439O+5Ϋֈ]oʜtmY˱z13k}ㆬJfWZC;UI|5"&#=QN)|M9cx?sU}5ZN/u;/ņA \>s &ֶK?WQ^9TWӎy9͍!ѣK55DŽ~, b'@{ɀ<(aE`fOq39% u5:G=5~~!ͷhX#IbFJ}qy{L3>U6.Iw٨X_ Esi4j? /eG X[vujD 4hyOws]Aj)3Tڏ]Ih̕]Ju]7WM~~I0p Tay2*f$6^aQO˚T9o I{,-n_мYo(mdu·A47d}5~yYpg@;/L'.#D vii B.VR)Nlnjw΢؞N)P٧]x­$_'}u?B"Ե6Ɯ3>)}YꇠLd5^'# H\XޒI|*蝃{h -Y<.ہd!?Yc\/o,> cųlކuI?4,zP5[x8_$0*[§5%,$/#MGΣK;|< $qk&Fh (6 ǻ/8YNP\)Q1MwuOR 1na$RJ}]z#Lft;>xnQkyyh#|.H/i3Z,-)fcŖz%185u x l5W(6Hv'AoCߢtBoTRvh~ 7 4 5%?]=dۆ>TҌQB'}p܁e5ύ{!?hBcT0%jxdyt(iyQHucGRV; @P)q9aEڊ` o_@Y{=!u(H1%[_fO`sv_\"7NM/ÇM%t!d^Nִ,iѓg \}.Nښ`X9+=D)eX`#)cJ.åkT-Hv&׊`d7¼1sPE)49hD,WCV]?+MNsM+;i;L1df?k{ߢVUu N65zT" ᜄ|^O))4nw0# Cә@@]WJ~yfJ7 x?jAG^2۽,K~ޜzT'_OGѣM64ޗXCB`ǡ%%"ѬQurmwvI̔_F9[eۆڦbF8фHtưR8#nlZ~dKL9ijAeU@Y(bw%9{'t(^s0&.bn.^*>=B`RWM=?@ Z*\5iNrD#HŠXiݰV}l?'p0o[rӜ9Pqnv_>Q\x؂Ȁ T-g'Zkּҭƭ,]; _رe$! hֿu#X3 w:@mI-(''U5ڤ1vMpgKukHӒ?Uq IG ')!ZL*8eO#K-Hr*k]ʊKR>iܪ>獱% Y!NE혡}DbP\zo| ' _u!6b MRb $x<9 Ȉ`{Q̉,Lhf .VB&[U[Y. j6EzڟK}PXқv׎*rpl3ϚG3V>qVwp_ n: }3xG>݄he aqTbL>ߘGgXMB d؀Gs*.@U޷) CkQMT)͓&LFʙKBX x1A_ 9isC6NGvE+}ҧJf1h=Ds@uǜY,߉Lh~/4iw|@)| _i&=Aq\ AP8bA( ,\i-0iP;D'zZ2hy5˥}#8IZm,V 8qcJKџƗ+4JJtIYH:b9.;Q1R Яo: { . qV59>92ڈ[9gxcB\*:7âϩt-謬mFxZM4;.,cuT&,z2\RzFj)"*pC.(evj(<"7ߏ)Q˻1JC\cv+|80Cn/tgin(݌3>7O֭YeLC!lqH*ht~+y.Ĝh#^@q|Vǯ/r谐쟃 { 36ݧ?`kxIi(6`ٞQO.&QTn~o7֭4UG ,8#|u>%<1Qp )!Z|#ʲ a#^HV>đN ?X ?P5 !Q酊_p˜Jݡh]d`zbp(Є]mJC>i2&b/~\0_AʩS͋=5kVkw-#a e(̭PX>e_N1[٢B0bT 9di'}6&%vi7r# P4 4Ex?LQ}ev;xPT~, :\U(B/<0D{*j!:_L|$9w sD ssj6fK{Mgq4sX"]Hcfp8Rh/MrYj,{HI1j1\Z;R.J&D A8Z"pz\qtQg WASg.Lp4b"}݃x;?ifd]x2ۣ <1+04v5 Hk’F',X"C g^c7qffzY4&q ƅk3\U'W,dD$[Czlom9&F˶hLRmA H4/X h fGek9LRd~_%!W[y};w,d)}e|n'I DP.@i Or4yP ԁ@#YvؙO3ά ΛI?.Gȿ}9F[>hǙƿU[8X;O}UWgeq<1jygS9 wm%hZ +S_GDDKM Lbs(ҏrHR}ߖdH }˵l-nM%o!|g})І3 e.Įݼ*Z|O23qXoMTMyǝXOW"tHfOEf{*gVTeYMGYl$*L"#h+!~{B4J$ёZ[_g)GJؘԅK-ߙq zew:{ZLN_fbl%WRM~U5ug9u7:=)JcBSۧXӉ\N (%CL ==qeV} ,FPqjF2uB D !(ŌڜN:HhcGI9D |b1>M'?PDȅE/BY)&l c}YNBsAD/SC8.oau7 j?!pω3-*wnᅘa 6'y:SZLH.MQB`RM?Ʋ ~У0k \ǂWjfa@mU&# LIQ1&a6vn4tW۬ŌߣX3]tl6!6743`epGT;#F}bOȹ,s3DsgEBos{f d]q+Η"FjQ?N4~e9*'G|cxC&l[ t~K%Vo }..a.d;#Z#{\.񲘤F!:6hcnz7;&޺h &2BBC#dy5V\ZPQ> ͅ\ -j)Rn-F'6MB 4 Wi`@}?kn fdII,b7>+1 ^-܀9q\cк~ 7P>)&5gH+W??hgt ~+b`)be[z;M|[o}(ma:٠{Qo3~%~ADv1X%nSS[2x OlY ŭ ʈI-gh=^+"U~% xRZO](W}?T,1y?Şwg{_qnmTm8zѹ X;r{)\Y;Z+OU֖ǘ`Oyxyhm y[M!-TI%\ݙ =Vr:c߀3Ү#n[I1XV  ףO&^]0 0f-_s8陡xuS' #F:^sgЎyag:\.|rW\Y^>9?1GD8-%%c?aRe1m(@w!tƱc<@#0T o@6&L9 ٝЩd5*wgF5(~.;V"^b*m%Rv"F`Ȁ\ۃܣy򍀧TJ\!b Cx_q୿0ցԳ1AҖ)Utz&#{:z؟3Q"JաwP"fF!ȱp >12+}9 !cj!͉RiXSS ^q -3n隸y)RXZ}sGS y"[&4{u_~(`$f:ㅎ6k@+ZLEX_uQz<9"댧l?QR#\hUhև0pAYe8v|hb _wI[(UONu_Јuqɪ:f1Cѯ25} !4("p(DdӼ\`ECRq?mHCWP1 Vm:!%VyI :Z|KȥQ T  {7 @ًo%/["COl9+"H ≮} }u!RF$t\HFvCr+=TUP "M=Q]Fp|N~:Zc]oM¶JR2n#kQ4-΅z|z ҆}971V7l4=?hz38Y$"DPekp<7될{:UJo[ӹ!E[:|I`Un n*m_\ !̕T _,=( TlX+%*Ώi!OnJ>{Uw!y.I+-cxzfz)'% &zB1յ*`d8]Tw(54A-0\z4#ۍsbBvEY,+SBn73WtUڡcG[85-uCG+UzfJ2A|<֙i$m7h|ɋ0!cKCb.;RF fzmwE_`!2@늳 6>!P]cKeH]gT^kr7Mt8x(pe-:IUv=LXUL`!;9u˫BK璙PH7{-Mv`Lc,̲AȥmYNv$RQYc8Liz]˘!$cu ^|Χ/!i_za yw4{̏ ?CiTViԕ-@$nHv6]sU4y5߳(NG>&(&IЖ OrQ!/+`5R"I U;!md[#jD0VS}: Qfz|࿩LQwjBӟS+ΧA.ط?x8"G+W)n۶ /hO_WjG']f:>KRoenܠ<[lB_t9BAT ;qʰ MP> ̲LK4jz}E<`aV tB◻Jˉum NjX:V\[fwɀS\vt `RZ.~C(*"۝WS5vke?s*]T`w~.mvJ6NxvəXywR1V{05/osldrX;doby1rTB]z6-{ڎs~3Bkhy33mpSЛ]vf#!Qa78&I -M{N̦xzw\_)529CR˚;0K@oÃ#(6kJqg<3풑.v8nv>wp5&?mKql*ES ݤdh_ŕ}^u_ : 3=p=GJەtHݬVۥ?xg$F$KA5U0mnlWM{$q欒Rnf=cwZ 83xsP` hn )%im}aFG@W=nHo4td)sdy/F_2FV3v!qg-4\HeU,ە{' XG_/lUi58Q53E .CU Y}+~8Oݧ ߡ0Vf.`\J? n͙Oth`'ks {Y!N'xxbfBKbY+>fpWģ6o~on`klēTI@%"a„Fxb5uQj }־8%́NlZV`U~%HHh()hzZ,=ZmlgJO4OELMD*{DapEǙ2ųZl|z4ykڙ۵!Fg{&wNoE8` '< ҈Oэgå<+2W+3KV^:{wgfDZK@]J'dfK"a0t8av{Rů$-{<>pADзo>d˻YlZI@ i ЭM>q>AW%Z/.19mr+S?Pbn"r]g]aL" LSe?*0OW4ްQMD׽86ft6tw2++ +Kʥ@a-%fP*'G#,è_IIoicY5 9oKCޜj~y֤ *RHy'J J~ s }{P)v+@nQa:$d45u\REڑy%׽,v O8JCIc>(ȋcY}'p>jƪ&OÎ vvP:O􄥒 8%c-x`YX(;`L4ke3^g=Ƶ`g1 ~^\(pJU0L_~'H5 wT#Y>8(x7E "X1{* 0|gfbWq8{/`L^ߣ(HKL~q;1T üir 6:Yb6NPdr=v:={l(ԭD ϠuRSv i 8d `NGEiNJze [GmƝE#"cͅ AwD'79VśܴM +c] ?&F`YIo);AHC܀ ǬaRHejf6!# p*)nt-_ UjP|GFlϞ@篍\9LScкT30 n-A!}V^.rRf vZ|Zbx$CF: S1j@!,@Cu/U-G؊UmHƸoӘ)2IV1Q3~Gouؙw8+ $t*"h`yErKt'ucptN{Pv< ,", 8:YƓc,+Hk(0$h?-T,ky&0~luo6+d=_= ҝLomZ[ŧ?>sQ[/] \)hhlNMel(q͗}K%7WKJ޵A?1Y[%[syq)wm@}s ײ"R! [^ 'y\DB[G"Oaatdh'au|ប􉜽>aۺTH4z1^nL:O9usГ@)o#`ZA?7u4,V:+%'WEmơ?H범qy{$0 :ARioyWzĨ+7-qsGMźrW} Zn]4]x?Sf3AP3Ga,zPH(pmW):m#C#L'Pd܈]8\A׵zխ+,O˳jWq*u?֑MߢqQneGd%a.}!?j18Д+IBԺE805mV v~\o:?d㭟hW_QreߩYWUVz,ar7N_ߘX(g[2_e"p2r  ?%bhNn峰<=NIF NQcNQ# zWߩ]8"[sC+(LL04OdmL|a)#Uf|lf:TR'M9.35P?qO5; V1n(dW:}J(z;QHh8ӕM7qsڥ}}ӻbz`Q!HF7S x>55V]y9/e ,oԹIgA6.q$D7%?"xwRhYs /(= ѮQSNdgwdI2 8 WA63 w;%3f*,բP߻5B3H-5Oi*ejǚ)|eX$KC3L8ڂ.+TNee`ܰnK(xXGrN˘Uc}Kn_;F|A8lLaψ f꿃/Ft,fS8&jqb2R{ǀDSı9skM6bo8`(iլܛ|v=8OHsQP2-(8ڋ|C$^DBœO>I8מZv*wZJx7#l&SH6Jy4YѹC܃fj=2yq ¨3+ o3<=jQwca.\e bI0II-+vy Q.N0jܥKq ;d rq7kKS {%!"JI1ކKն*}=a_.u dĉY'̗$ +H]#H{ fh;;w vʄqe E%_š r 8-3sXגK `e|6{8=poڍTZTif W1J<2QLCWiy_ qΒFO |N3ﵸr?} u NFAG;$}x{xn7W?$ڍ4=Bc6Rr8&bH"$o \שbWOPDD2ڣ[6V:[^>8qpN},JS`;wh7kg~@ ƈ1l6 檝lR;NBBjPPM03 %*}WElJn1o㒇j}E1|3k& rӪړ(Zduk"F$=G2;{nFA%6a8&R$]opq5Вk, @1AN\HnizSYX{MI*w12q М|YMF|~+6ぴsSM֟o!jP110JJ SB=+=)ф g3߼W` , [?ASɯMVuXx:o6׈M l["3` mX+;ՆJ$lyA(ζHo?t.N=ya%gݻhca|'RCy#Š_}5"bR$_ ] bR^F] ηs&9/ p`Qg;9:}A{ bNLvK,h?$LTǛ0B( q}×XØ;/bÃi#}MrC*y).[<( K'q;vk4[}Gx sS~(}P08 \L_o3קQ$q7;i‡0fdk?ݖjmhMIوeg&35(pi JGΦ^E勲ٍ/i2=* ڟuA*P>(bL ؘ #C~!:47bhO%}i)u@O\%gժ5Rs5J\%qXו<&9Sw J ZRLz.ߝ pU8!K"A܁bEлѤq&_6YscJͺ1z=9ei}XݮAuv2zkFZAAznwJ-/`\&AnȎ/3z|2~%ANf 0 ºOKwe0x;>ʂ$@:n,c.is$_܌XXwX)m\2cNuz2):8Ե&xQi&U' ̝^wj[~Zďnq w{E3ʳ H_VԒ(IDuVasXߴ*VʎEg(CA% KI'\ʛjXjsVTDGT >E3UXī rQB4̛SPJy|8,0Ӑ֥pRJ=h]~R_1}.uU=<Ŕ0[$)̱357g=i&=Ҝrp. ήu$^x;kSy-.pzܨ;B,q5U'ңƔNĒHFR$J@<.{ QA`yDk }6:D2}p Y\g CRq@ovnyjr( N?l_ Gj\WYj H-z}/3sɸOJ4Voz&[D&qFn|eNS%=e+=u+ 9B y @O629ؽYwuЃ_fCᢧ]Ip}qMFgzr[fky5սo[? (IMh%S_^R*B4F62!c66pЏJtx1^q+S+U;;!D+T2'ԏkhM(;"JȱD;{ȦԲI 2DsacXGA@ZPmZL'7y&DQZE&[J">PLP駮wnsMնDs5"m; #0Ok߉ .6%D]Ǽ*2o*⠌pKHk!AIwSk޴ wҿk5y9] ;.?3ݶ~tµzM÷$a, Bnj5s7\9~9_Cp HUd4l0fsnn;gڭ3T'0lܯ'*J!˦fcjWJ<*((4+RN)u_r|zWGYSU]Tp؞뵡|, kB@) J&}&usdvNJ5ELX gTp(vB.$af}'w{.R\K1%ON۝X3ddh; G}= o`z> }_Hw~՘,h*NqCfrٌWv%lg,#RżahQ%'幃WLr'L8ӎ@+hm=򁠢7K!"%a5)$*ȞCVDr9lKAW˛HFKN<2 >].j.]>d-ofGA&1lS5aRGl"sMl_o.̉q_ 7n|O]E4vcۦ8\ٻJDJI3\a\Ȏa]k/ŘtQ|ǸҴ\sW͜G6,ħ,+;xYP7vPd&b!3E*'#J^h^bOŶnmNkm%V萵% pObG#9_40H3 չ_jLpВ?CSރ4Mdrf Yx+kCO3f"LxM\l7}]=م5{S  9[;Ij* 0xLAT'Mt=in kfKi6 !ӧW6<65wCHOâbqN'4 ="eއX[H"u^2%j-rZLH r80*/:ǨW}, 6? nة^Rg5ʯ {~N5&J^džZfn/7*lIfqWm}#O  KWt r&tL^{srt6 WRUSceH!aj%ԞsH 6o¦z*X_ Y7Js*AA7-Y-᫁J,u1 Yb_Q, ˋ#.I=%mZz`x'jx_$r <~cZ|sx~HpPHu+nOdX.ϛګi8h"=bb@:}OLA;%^?W]cAZ#C[ 9T<1bc?өml[|Н'(5zhOOĿP% %B~`gg|i&E1شqʴԽx=}5u~t:f<? <.'cIX= . =Fˎl裯-/ %{rp9DH8ztYHҰKvS~"FȕJe7!pt8ORS!^Q֨pYoUad3)r F$}vh2n9b-R.>rcL5xGt6ܴ `!L4^"~1MM`c2uܿyzFD7(M~/aͨ $,*mң#׏J;t-+&`o{sNG=uxzc*X4sRCޤ@?wǼ'/M!,6iݨ20]<%7,&8HD IXTh.w/Cyl˾A|\/2A.c݈`C05BL8"d/uNcG P.8"o.V魡cځ@@VU7,^)k"1rZT aUmBleFOttfZνYgxѱ(=^BVMʂ"26.sy\#Mw{.;q`Gx58{ц[.nh VИbZ98!81f'xǷw+CdKWk|Y+zm>y7ΘWB5nz3Vpsn `~؋Chυ{IjmvH1RuSd$F|:A, P_ q1j:[Qsշ`RHfc\߷FJb*hcCy?Xӏ ϋ}zSqKm8=ICEX3<+n6i@.þ% !>o[x3)2W AwvRt<8W`Td XN5P ZrVTFLc,YչNǬ(/6.6b>R# 3=D:TjеPk64$FKqP%1)$Ow0o|."0a '->: 2PxXx( `)'p>mvB6=]cDSD}5Gj =gmF\9 [폘WzvbDž{~}cc0t# unxt2#= -(OplЬ)%}<S{^ ς 5ORFC+tr}8f:t$ۖ|BjaMCn}:"xs%.9µLloBQb 5k"? p#Lb%4lԺ!zk `t QTBvg UÀCgq[F;̇>[1mtfhᑪ"CpNÖ)aX:U)QBkIK.u!L띗:z|uߩ1{lZ9> b;Еll_L?Z 0C/$|1F2ڈnn.d=Oب )~J})il,+]/b*δ^#ߖ3Mɲn$8Ҹ]Rݥ0Ճ?0n _~ XtU`Ywm -FKxJ.eܧP[Q&ݕА]Э&)L)T$b] k?#=ͥoғeeFM/VM,ƾjGo!\A"E*AiBM]/z7-6r4ݚU]ͲJDM qc *~ A$g힣"u: 3u-"W?i<с l%_צExT/ѢK&~W8Y\U/v5ޓ;KS?o##'ZqI?Fwݼw%W6J޴gv%Al*Tå1Gɗht_ 1Y$ A%H7cmfu#e?TˉTEXM2ԅA/k8ByP+`&o!ۜ$hbJ뱝r?tᤥkLa6Rt;*!lNƉshYoU>QbjҐX\EڰҾiNۛ.90c<צ0aFp~jA1{m0eG$bOنZnJXq zL K7&@[j$ԭ:aws*ݠ\XUzu1hex,lVx8=rFc$r%z`">Ԟ2ӷ9+n$j~3EK-,b#"r:&]pPqDL-4YlM1Jx(p2[jIMkj[}}轛SG{\;=hޔq ]PvD8`Ьr@шR,xk(Rj"8<B=t@hߜdoυPywFN9v%Pgh"WOp~2 a^ Zeo}L{hǠyN[#YC" Ej"Ol΂X]Ҭڣ{ΰ p8YQî,r&<9GHJâoJV,{}uc/*!Y7"sIPЀK[!0Rt1 N43B5!;miS+N |$MMjYyI׫nof/^|ACUfKzP(+,u0-|IkL5h Yq#+B'p]9(nL1ݦC0^w'/1>9a┣]uR(OPr^..R { V+5w Kn5Lŕ7̬tP@c#`c&dt^Q)·0flw뛫H~ښs.CčEåeyspנ voj/^ mjRB-Wmmw_W,`P9y@`>4^W3NsUZKd<_Eo 9 qx^ )td5,s3< -p_yWWx6st$[Ugy2c ݌^-ɢI{Q}-:xI \/%5zʤE 8U)TK ғBPV6Wm!0Ѡqj;4"ЌYd) .\+O9oW}&!ㅓ+ȿDzP1$H[ mDc3S(Qw Qͣ4f_RtJrٳ֜jՏ~Q! P;()7 |:J%>`;7<1wMU?N/_ MPb9W;lS.U#0tY;ғDUm;+:ZO׵|"w_E>i[팅ӝD:eC͏lvZؚ‡xܦUmj.m(!Cֺ< -Ith<."6#Lc/S [1c*pH"\[˔iw0; g X_Gb5Y/cqw :BIf)+ xq!KGñ&D6ZK:|3O- ~̣&t w-׃j$Kt2lG/a".V%u}4kU9ngll2Ol5} ߺF1)xfVdb~YDD4Qu rNyqH7ZzSTvUqF}:X/'jTt}s"KNyD$uT)aVFU,Q1CihaA)(~e\>3XϼQLq@-òef8/­D>}#מC lSNbm tc/cl/32CQ2%w+[7@RwW(zEP58ړMdyn' h(TC@VF2 OkYHR5-L٫MҊS'RS9yեY֢ U 'x}ֶ*@'Cg2)K( g/b`jNDB }G, /;"QWk+,e*m z9cIVYP:| !z\Q%gJm5X+gja 4W6l,"rtb׭ϯq1'zí?͚*qlAy\,[2}K/bsz3YC/:U>qr$ >l!$o6my`"1-0 YSv{~.o0M6k']PZ\==0_Y,-M_SzVP[?Ű{rC|MmZT߮QQ |}mh.R7s ;*"$?*[olY9hm[ɽJo㘕~3ek%f,uߕct9^Aىk2Ys("\s p8͌9OHf1h>ýLs XYeرeK˿de*BsB1;~G%p9N4y|P̱+߯WqI J3E,;lxҀ*F*3IYBl*hDj._C΀[jkt4J:t^0;L!+9%9RBi;o+Nsa) 5 d)*e#};qfX9L,=hʷqN; _u2$>`32;"|쫾Ꟑ;zDx>ĕm/v]ׂ3GodwZ.݅fhNdM!c)y5YPF78مc{:ʽç,j<։d A]^< 8D5Sd>{{cMי'Ҝ5C33ˢ/x:M xh#h]$ka}| 1tnŚLݟ!7A'&T<+_ @0iVԨl(9A}ڋs:y:7lBXÜ'! m$&6hJ3'ADdֹ+}{8瞿\ޛ2o2 ^o'޳zǓ>KWdQ%o:DAU' ke.FRHLvJ'$@fQ, n?Vn <7(͔Ò3*59NV1>6f^ߞi &ARa1&kZKU[!0\Rz/ކa@ʮb.oBc 9嚭2]w{XC~Z5ٿ`N7T{2X Yj[4iA\@񼝐r2 $C] VFd|Xza2q8bA/:ݝiTu*cͫoPS`U-.wWL1+ YMΝq .e>>!F%/P{)Ϫfx8[&d3yrJVY28M\=̞l\A/SJuZaȁJt[;vb r7l>R0ǴK(leLEd!4- 7]hHHfʿ-W&bIfs4 X'ΚHaeDT 3౾S2k6Sf{낧P{Ja~=A2:Z(Aɝ1@3\I!|09b+ɸ68U+DMta(K:TRv#q9Н춛Fts/Ԭx(C$ΓLB>7𥂩7:w<ujܽ~ T4v>'0o2r3jh;l,4# ׯK>L!1__¥H+jȩi2I~S\ bt#~LL>U&ݤ1t:PH hFľYnkUUG:*n*_lQ ȍ-k)cIqV&̽$el#L;#&Z'PW3'& b9hԬyb$Y|8# }ƻ@=Bh>VLk7L6tٲ^yOv!׷;5[-XFE'H4GxX.WYSG񝘲 [R33lDD&uzEU IJqf8ak(oͪΉ<Ts'ȓ_J{i)#^aҪMO{yͷ>rąm0a=BlPwl@R]b%1z%I_f3HJ FYmN)uo%*nNs%S Pr$dHtg;؎WHwq؊Ҫ4lPT{3&(Ƙk ^1hIXz^de?h5j,\.&Z)$:.gI6a/ ҵ&je6ڪ*-2-DژW_kJE9kY \.tv1$pVO9;:!:%Zp n;Gŵ (/D4xVT$w5u,VK7D bb ]>&O;pON 2[`2K K1h*oX,< 3DLkYR.K 3i ˆҪ!Ll@~M7 DmBQZ[p9%isttׇd=&m`fۨJM)#1L&<Vo"tYc8Y& ASw@jC;>~Ev3v֭s[(d6v?Ԕ&\+ȑV!8mZR 9K.`u;) xM/ q w0DP2Rɸ|F,!gNȏ0> /9eB:VU~::#k69[֧,Хieh@[wkWgUXD4Sd_qצܪ}P L$.'[$0̾Y+:)t 9ΤB.v sʀ@ԨlZZ;Anp^5_6]VcOu6TlaEVEYv J&mms %rmAy-J~ 8=`,. JJv.1^'@K;vs4t3YHϤ  AUHM^|7'ŋr]Fw^3lGU-:꤫tn&UUy=O]hSitZ<欻 ]](A$ؤvS{àp_eҚ 3"(2OT\S_k),̀Mb$K1^TBY?EދlC s<[ô9ldܟau{N>quzU)܈]'IEiǙ](h(}Zf;|g Hm8b"=쒮"J60=@#<}/4|p Ñ:K~D+W?=8Q뿎UG;["K0T9|.yRI:(h=cu_()\;&cj Nw^=iu^!I*u~̎O89"cI?*)Ob\U nQ[s(ց%eXIxΈH-TTEke1,(Zb.`#r+׽-R/K^*1Ka(IaӍƭ~diAXqS;dbݞ!mgJxH8ᚤFoD%dLF^,8uCF 4Y8S!@ 5YK_7]K2h|1r)xE=;ҝZ9-vxKH0% v&-VP ;/yO\pD~T54FKm`'RX~ঀM#|LP]ͮlf56BwLϒ(Prq Fr4=#}CKR|ngA[t3!P4MRf`(F3/xlJtnHmU51V]LiC^ަLй"z (nr.`L?N4onJebl'?DoEO V3xYǶ+GW#q"UՈ @EU*9 $)Y0PZ.3a٧EPe;IīhaI6sYMb>G$"Z͍7>r2/Гci4+tH| :4vg&k:^S:Ng#T˖׋Unj7X</~x*f'E`;<9Eǜ+@VYڦ= ܈ek?aōϛ$IuNh9{(nߵyq ޫk5NAŘF^۩:ob0n!tT9$ԍ,o2SR6uX݋k0#JY$Z;E¯)BB}m֧ؓ16-ډdx۱0>tj]wXfӇjUnLP_{q2 +' F`%/ҹҝBhg9iz$܅V"%g;L9>'d(IjJv{Z"a A#7j#`DLOjڷc` ް-X yCzh9\Iw0Z'2D@,C;Q0!{>tlGe704*iJdY ;<$ ؞/Jas]gѽu2LZQ<qqUGy6fQa (/į qy#K卥ЕM$d[oy6*NHt9V;4̩`>0nV'Pa.Sn&p 돔 xQfڜY6^֨SUެAe#u ʫG|j^#C6EjBu<j6"泻gx_Ô ?yuqIqڤTwU~d[XFNF %`p ]T# z{uo*-0|Dp!{2DKQf 'FyIsSp-4\M+ZvbjWR7ژ>AH0GcV#(KL^8ↇz_'-e5~92J;1PuOvLBV.f1!"Jjއ+/^*GX5?5RQSLMH:-b2M 8"hyc񼶖e_TiE,j0繸FfR eJ$ziXlZXneI 9zt4Dudca}x-#D7`W xs8Y%pb _7$=b0qfcm 0Bo} {xYmRuX +QAiMi:o&:tO0aƈC1YEu* wDat=vSpђuHwvY11HJϰ/t9#*JG#I6g]"1/4pٳcY3%d |K<{+xvy܍Vn^h̓8s2pD# М{vB}yͶ&esH1_@!0 cd+Z๎>416Yݓk"I$ob[NU"Z#`ZQvYF 1SG5oW:!_6cpJi,kpn=0䮑_FBm?1wn o 4YDHF$-oo۔ڒ$jm8bZ="m#"C}!b("?8ckcU wi\U{EՖڗa7;+5&Sm ƖĚQSޒ֦ jn7XW#A0@}M]K=`up HB+vM~k|`~!,tc!#h?}s8_ΗA&Ysh@kuwˈ'Lpr]{;S-<v?9㟍⇚dZà%9wKܐ}) B PɌwT YՋ:RspjNiR,)VKNbB!UN-s6{s~pg!,XD NdOI*6O#aJ k4ҚogN ";݌66Ȃ2 'Wd-ˣTM(g-$FHL:ϨB^EEm݇F{L@jNEcHN輿ǵf,R,,6mFw3Ō&!)$XV_ؕ:hPfdu[atK-ӒTkUflCI}ўdItU;ox)MfgE:[D+|Ԛ"K ?k @q MjYFzZfw֤>S&Gmۏm7-"]b?gQu'I#Q𔃏N9otEIJxqr26Q{L* ;jGS? x0*cO!$H8 (kf?U[3#,6ޕY|kDZ 6ĠNs-u6T] d]vРݒ9b%iSyb>-dǀWE, gJ  첓V82$ Oۦ-Z^/Œds|{rҖ3]D<>TZH+,cupMI^ob Ro׫,+5bQF݋ݳɫP,p 6; `n5QIz!YqF.gΎ8 #-C"s7]񝒭tg f$Wu0b]v#,Z 11D?giM$c/7");s aohG/ʩ S7"~J1wG _lgIvUǓkx_6Ha E@,mG4R7R:Z,d,٘ɘ'DWxr=& "HM櫽!rPp$wF­ N_)s8~Iِa-wKQեz;#ZhQÊ0 qyQ+[p$z' 1_aoި#WCXvdW-;!6'ߵ9ySqbm.[|JSejOFw'k\ V{_\΂Ɋ0J8v,hEk- Ơ=>*g5L*&7x⥈9 wb^ʐJ:laOG~@r l-bLE)Fu1H)@UIu ~=)' ȒsUjOq-~]G)'t1(ϋ5[z{a"T=Z0A:)LGÍ!~: b#JlmÚ=SǛ[pHo[L:t,=m5Iǡ`MSM/WMZGi8 g2PaEP$D TPvN -[y =0>Sm*.C (FAXaK0 pH 1^&q_lߓj˸jL$o:gpl |CDլsravT5;3Juѥ)ɧ h^0`Ezm 2[Zrn["0 S bfet8[ eb(1y~"ļ~ˆLh|O&M` JHI-/.# xmXgk DGJFBU *tվ,۠f6|~֗zOK+'n JUߢrh\bL Cېo4a5a3T"1)z(_e)UE9v$Xlr&Ͷh2 /jIeߡNHo]csjW&!b>_(*GccQ=Ys; ԟaP{mSc\HuWKi݊&>`fz󃠝;]ʜ:icGr;X,Vc akfXxF]P-X,I5"v}loԂmo>N&p‘OG@-c X,꺙"@-L ڮ'LΝR3ptwu+*X6d6 ES-Q8l͏j8ZJ!6Q6%.Tpa-J*I¹>ݺtKI4*{n:Q7##-N =વ&Kf>-6ØQWؤǝRbo,km`=;y3?x9#s%S|feRNnt?pQbs/GXo)P!i Ldn/ Qa2u3*Jඎe z DVZ6%32yACdr*a׷z2S?|7n*U֛:_stq[P&.a!Vyb!PT8 5u={,ʆDrdɳk7*JxJƌN-77T/ }WC&HʺݽB=baSW3zrP+-|9͌.1tCA(rTeeRIDj|A0+,aHۢM^HiR+tlL5w.@JY"T'r tڴHς%K^m8 9if>7Zݴx;L^̙!.yV &-DR#ᰥ Ãsnႉ<8 6N HQh |:P,XB64!_<6ݒe<0 )e/Nay^($^rɡ@wE[2 p7l#"uyY 5 hdcNM]I=[+r/9Zk u&f\ܶ3 (D:~6[51_B~u=tg_W6$@Zzg'+9B5G&>:w|ql ,5n3vf?p3WYܛOWF]3a8Mw~'e?fR4Hms6 ezv:@3Z/gO9[a0lB]6ɫg.o[d e m:D<;ǔȝWMN04uu!g0)Y"HƉ%1wwb#S E83~7ь28mu/pdl=3tp/%NćmfX|! p bjE}v_r)OA<} meܖc,{; Q:ߕPՓʭOm9yMXvf\5!*eZR~/l0M y(m!hP?jfkۗ @2 Fl&۪M<)Hr<<W~'?l `+:3Δ{  -_QXb(WVB{S !@$|vx7 \ȫ0 Xy ;0|2DT^6M "#` *<0׳{[Vtb=?lAV>\#F<*C%% N~:d;J'5MtN+ !f sI0 "W[<~6A~9/Ш 6Xp̭i DdB3yNfj}%t\9vOM%﬛TyudQӂ :War"<޻JJ.Nt" oT,gPXlӦ<^((PlsKf,'^,^SOtE*YVpBarE.\\0!w/^Ot?mπLQzpe"_c+K+&i/+ 1Q*.%Te8z }..&߄ȌlZYGǢqkl;KFC?yUo%:+K bcMkѵZHt3uM@My;cSdʎ)&;Dl$e~Vkm+x۪E{~))'3{oT23;x'o]u`eUl@C~dIC~qd~q}b҇B B"WC5$`;Y "N_CKZB ™Sf81Oj DK ݂M b|}ʺ5>y"|4O^t|uJmM%ֻHLh8U+~[5F{4dgmӟ岴sd.^%"T΀Ts=t#^-Û-8:bݶd2nO ц̰'~w3`NпOQALA@#AfkUo#I%70K\݄?Gs7$\cMnTM󕛹Q„vj;¬qB#"P7d2E|G`Ox$y'qՠnxBdw)!? B|`MKZj%jU4pG2;d"+q!Op@4vjH}Kxh݀"fRΟnQt&`]yZM"IoS հ%:FZ/4 jIEp+s*]{[_Qoy>!]nNo}V+UNg\ޘ?_rc"zK,k1[C6Ei6oGwS))H=+W@FV+pת+QdT6v aAh RmA.^>hE{A I~PfŶuE2q&.|Ԇg៤VaDT+iy͕ *`![M ,(EF a4iOÒ r5T@;i}H;p7KxbՠuBPFk_d_+na"Xu @ $|זmb`Čo^g͟ CenZwW9i}eyz?7jǟW0-@"@m^]JRiJi#`Pi+xEǻų/k{ oj ㍗sa O\¾Oa0:l 1I 5K)C!~dʲY$Y6J@Neչ"AmY @o,Yg/{$b"%NqG|Nr$wN$sJN(}έMtWlN잍s;% \3̱{p坶Y&e9Oݮ4@W>-Tl(t&1췌P}lÙSq Np8{ξ&\mH&yCǜi ͑5\EBCu1 LiG]t''ӯ=lۿ]!Ù۞24H^T&RWo |fJ@X@hxZyPOL|e^s[wTNqzKT\A67a"m*صƽL,uH>CyUj:D==hСt\yP]P3Q{J '+WQ} k(Tk _j&AVa*L㖴3 RTXȖxo#'Uhko-9SjcE7ZIL T'gO  `EFEAfm1ɫudc PSLyBW'r;q*} MW( }ITHqO߱`M]ѥ0VK-wz}ARKiRVTSbr>j`νÉX4 fLDR;s(~*ٯ'q;_O8Z3pI*A /W]UzODǺg2.rb?<|M'꽖 hyksKU5#@x_FLݩEDjz@L_FLL-w$`w#*2qꋋ7eM-򽆦QD Eqr{y05hZ\d)/pMRTd&i0ıaG%=-yP]s͘ךQ d&ѵhr̖gG3zړz e;y"'rF[_qURܺ>䘗pFB.6xH,rѾW' YBp6jo<5ɽ _TMq:^sM8X/DcLYM!Xh8u۵*j2V% V%*PX`T]YhV Eg65c\Z/$X+E ;!T0Tx-Vcyo3U;0ickm?h)6Ml:(&n`oR<.ap뼴ACگּ­N1>VnW) S:LGj'gedتXr5&+lb4ēt%r

Q©K,d K!7lk],l4xuh΋Ilja-8<*K#Nfg*t?(OY#4wN*Bz,w=4O49Suhq$y\fO`rk Iw_qamj3\S̢e9CS3nK7wBX{*5o|V lE% غݯIv5| Fly^,KtLVϓ(w0c YBTX3D#x>#O {#' 8 3Y_CR*ZTg:4.~zfw}ƻ"tu;j\ġf\.br~_<{YoMX:D 7g{?l#%؛&s։V7q"yƿF~bZ 6 ZCj.MWkm r }K 9='5y![yy19pOWdx+OܕW>ܖBq~%B'ЏVsbG`L9:Z륻 /V0 ٠FǠ >%|~ GPoudeAᛛe1 )ؔ)#p~;`gڠW1rcw/MHM:F ~!8V`_H$'1(4 :z]\*SJ\?H2w#Jx';fn2UѶSzlk3YxM{Cs"}7?QPxT.ճG:rkzӒA[N"O Q !"6plyY6BĒmgxO $M7{()y0VKj6FdmC4QH k_0W&e÷XuqF4F6+٢ig޽eYAb0A!NN>(m+1(yI5HsfzUOu+y.3 hS:IUSӦNE|,9I}KփpA]v rxr; g3[-PΟme}# #*9SձԚUqY/_ݟ }T[+gTlDLL/AФɺ =ؗgIedHES:Q\X6˛kv?fh#G1yKtz,CD+)gJ, b;~=aZ/)ja6va(,ɚ;jQ>ż*kJS(%GR*c}C{\'(w@>Rt~&aΩE%"SM$ N>7ioĆE 4nhKtGY@ nƥ=8/N`Odh>:)㨏}EmW vz T-LvYx\<Ӷ@Zg/5J? ht~Dy` ϧn{f_2f|x)6:]HJ=02ʹU;ڦoDp#4Ey{F—.zlXiJzC?ɍ!ΚH|+Y|^ӧ_U0^BȦ kȼ\2XNsҾu.a\>,ČLv5l`+nD)&G$m,S^׍0`JZ鑰qIrht0iJҦ&ֺjIjfi&xHLQ!/ߜ>=sg#9k$m”v ̦dfX;G/5Fs<ϭTB=0 laߘ@[bbbQX}"6>ͷߨ"Ιa=/5; I_#zR E;h.r`CGl u!Szn33@2x*R\ؐ#i!a3g>!GIdF~ը6uCMRr7K)%ƺsJ7h7zB3SeZOt?^}Q1xʘh[ci0^Pnڬa UunW{aRB"anݸm3u`N50*ґg6>_EED70ݗVL(A+{B< CTT9n'_.bѺӍ޳QUltKs _ <#x"rK=#m:sY.G?dş(B(l}=)q؉[!2)D@j]T2dþZBJgl&?ђ:2{$ K_`e¸,o չreV" VpGmzdaI>4?m$《*b|ug,oGp*%dPA?ݽrDo;<9%;V*i_QU/]в聘CxX`U8GHJqx_Dؿ廬teLC#p6'rgjnWQU <t~=~}M}Q/,Cp"T,RÏ0%joF=UV:b(1l`tA?-e#24ڱu(:@ %%J9YO-~"T/pN-:{pfo1Z0)MT `4XW1]|x&aa|"hX7ʮc[%vQTHGҿN߇0R|>I|QYy׋[)7wrKJv^J+X=avqX=Y]pNp}K pLEuvRb̽rHH{Jn*Z`nQ nA\c>4j1I:8,ˋs]GTe>$3ı:* dMyLzIays0A]4"i6ݯDIC@`t$(g%,M"(݃oVl!uƅ퓟~bNzMsMUz4K*18 TXE)(!!g)=Z,—yrYTq1fGdl:=MP2u%FydՇ@g$oSpa0H7 "d w+= qtM.B3ji.`~i~q@5êqA腵:xU{Nͱ8W`3h- 5&X53Fm[ܥS72^?%sˎ752okk2xR#CK|CGؽx F2fh, hƶ=\v.at&f@6.7'TJ#~z6\} %N>Jr*[:?UZ;)f}VWJ7vIrWo8 0Aԡ aN1d}L秔{jhS23>R0ˆ/J+ aIy0m@"c9b{l/I&piѺ@n,jKĤCΪC g4leT,zNs"uʅg+1ڇហԵLz!KmTv_N&eή֒b>DvW^z.8@sfP42xPT0Bz=enԃPFU6υerS.lh[>i>p}% GyRCc4)`}Ic;*>b`mywh'12anv@9M6qn8Co(d44^\j0F<ؽsS_'*KgU .o(*͍ī9­Isջo$2zr:deQPvZ"&XWnQ2m8.,"Wb2A®.d!mG_BtoB`=zZHyͣ4 U1YUm#_b%+xZllsٟSd{#GDF|H~O3P%X఩6pV,Ʋ0S lM4=rhm0 {.p@}#ao鯗&o^VaKi*MH{V.;p䁙 Ya@n 7ȵ6bmA2gmL29V^BC%F-%hp{b:I%%e:{L34,wBƹP͔'o:dEәI.eĴ3͜6WVTa԰s^V,vQwޯ#j)e:dU;'c X˕ Hl" K0A.]~KW/EcGMFhj/?-yoXWNP}6 +,+RXP)իuLA~6:ZHT|k@Ea|\䡫lJΥDk lJc[U\*^39̀MoZD*k|6\b2S.o<޷m#zZ㭈c{<+=;] t<5O*oc7: :P9=C[|?܃Rk?k6K&S%heOIs}ݮ6^b{@mbNeG]N?mF]ZB$ f 2a B::'H WRq]JYm5LM8F}?0Y'ל;r>SmP2{¤|5ZɅO=vkz<g)= m\ w)R>*8l&G'̟ );;,:R+Ck.L|F}}w4l{US;sb?LxK.M<'[^շ]:VB[/Gbkg w2x.6x_7-KK@Sq]W6*ܬY5XN6Z$7DXzU' KQ`|N3΄BOVvt4IfO`;vPRugsG~P?/m2* Bڡ-P3l 㓛t$*.AJBV–]K_d oBmDڐrorb{ǹv(9CaqfFaXNBwYvc ZOdUUo`ӜX/[Ty8%<][>}CFt%OObGC>~IV7xJ*)y"^{_3Ҽ~YvceV; f 1PC.y \9Xt+ߐbRq$W%gStGMe1oc"1aы $A⥞M5+]sL?:t6x! 6L]l+4sf7) <ڠ gd' |V-6] nr1T缗J!{ =Wc?YqD 丠(*c=/r749FRGIŮ,Y..xgTa KbnPZkc|[kc`+ j'gW<.O+e񥐙b2N}jHV"!LghqπKY#!VE[>D0"S+64vi\i?pGpdT[5#,7˴}E8͚e۫\z]4ƸIޚm!|B/+T$τbr b ~ YIeI{:EhY|'|B){8x,>hp`^mNzA`JQ̤+@BmG)zjr \"9L2p.4xa7ˆu($%Mk`CquB ͊]X|Xdsxַnӊ׭:U%+ƹqkkztk¥ Fi̐0x.@+ KlK$??oo{pDC rbHтn1(ɰck(r^?F??Ŵ$Vk{ѭ{Z){QKRLTHt<#x.}>JigM%dT/–`i<%TR`X6bh#%'h0 !dHɿ =9Rh`X|gI"#i43Zߏj,}勱Y~pU {a4PQ]T9?ṨuZ=e6ʙɀS ɲgW>>amP`rTn޸wbXD;+X ^3q!ܥF]` `e*LS Lѡ4Ii6^N+hLjPS2@\@IQ-ō0@?k&W7 jѮR&I5:EN(K(%`(BoN,/竆ەPbؽ3W˨[6i!>^Ka9jzŖڸ/F/N*d"|f8ɁIoE =iz9Oʧ<+J/O޲iġACc n$} 5yu؆J }[rs mg.YaѽQ`TsGGݘԱ$ܬlzR>YVK|dCAtX1?T;r |SD-faHN# 0ϫcfX"^D_)W?%o#NbD86εUntCv0{00-oj2t If3%Vx+(F"aǫ0ULtETebٸ>뀙갷dN3"” dfo { 2NOE_rH1~--~P+3išbN E#x0D29e-⸩.0XN|!w4T ڒ#j Xo3I {b-e$| Db,^\&C[:!϶o>ֈ^D7B7 'SmX[V*\Q&8,2O5D"k1,EȕR]F`CM;@f.,y~MYp_;DrL%fh4ŽZ~1إ),ES4  BDon0o)\ pR"ɾn_|VZfʈ"#EXO/]`nC":(! N͏R CyLߧOji .$N#LmUTy\ХۨrlmgsnBGLMn}R׉dС%~*Ҭ -0@Ou{80,ې"wť5c@#hQhdI Q!oVl:zPN+,uS;alI/tƃYsc=k`o_W/tZj8}r~DG޻ AnE\)S϶ 1UJ,w$[v(R[+5rbLHRrfT%KQDźDu$yU TDfwHp,}5 ɰ? 5g:]謻%mr:4mAEkc/K0?{TLLrv ?fwPϔe8# C@0IHxaJQt8KU$"~vM<29x4Мŀԧf>|^ T].Iz\0#Rvx| 0;4MEhö(Sob^LH0z {hZ[y.(w)W5,w3($~Gx%Y(YG ^] -] ͚[I3]TeYt݃g&@9 /;lV!.+H6Z"(,^F;g[풛a(_\C zZ /X*j-UQ&_[;xUcn R5& {S|<;VMqP|\TjN*(}̹c^;7ޟ$σ1F `Ot]dZbX {ѻED~5&r;VvkDƤ=D:_ۙ[W7T}2l2!NWDAnV6W}R[?U@8(C#MT|ҡdm+N@ Y73w.ᗟEʃy~I ?{b!]w"zl?36<#]ʾTŌBĢ vޔ-K  7! Fp3;#Sg) /"Ȑیs5i&7_PfLKꈅ sNW-2v1uc7%/M&Pqx(P1kAt@ `i=8%:.Or^#,s"Lpf&A/fK{0(Hof0'{ASs}%1|~`׉±?1N~N{{{{+Dm?VhI8tˆ` /[boHܫeWʁ(fsD~L?B{!8aB=|t&O{)]W| #=?ݙJ YN&gB}.ennw"kE3ч=Q&Ӷy~xC=4t5XOy)GIxF 4XIҟ f( T!W3d50":]ͫ\d$n0NdEmϢ~cG;{*Θ 4ͨѨnrk~#fE.4—Hmh"lX%ˉ;e@(8 J,{t:rJxk~JC#t-YHёnv:24v$g+HdIETNMDH4tg5` 9ο#F K'=-j/-qMҵJ2sے4n9?ʘs74 FǂVhN9Nm f&[fNq)qXcju/ -32=13V}l"op KΒ05;)NJ/)Uԣorݙn2߫X<Μ?}*fU75,3X8*\W!Ln ~g% zy%N} A##&K \.&2oͺ>c,peocҟ_&\FRlb&vǽм I{? )1I+'~=W**gvh5q҄{0tW~N@uBK=V:G)+e iaE+-H "vɏ<ȃNL݂ץJEsC EmUf͜.Aƶ*.B!-B9nZ(:{|@zNϽ2<|"ח6,u޾C j Yfi9e05Ot/I'.|{?pVHa<ҞCk1w"bDJ ?i:ը8E]cYW 0(Fj N?ʅkܻ*{ ̳M_3I_m#a]P& +B4.G)ᛄdnL/6OEbDkYmeݛ0nig[{~u^f@ +gxB5Yv!%|VhJV3;Y ┅F.x+r}oH4 2r L7OX-*߂[P[y)׹FG@8yƛk;T_E)R487W0- ]Pk;ko0.22j 7 ,bsMCqqtS+A_!Y9Fhl;ZiV]\)K{\0)- Jh|cZvR5+fvTtnMT&Fz: 5?>1Z5ڋ\b%1 T0 S(ܢV1Z4樌2jD] fS (:('W/-F w Sp($Y$#('o}Œ<a?nĿyWG4 6P_+tK;r_o|Prt@?[G 9YI[GAhw49 3O`O?wnRkivW#q(e{}JAGxoJNZrOjd :}l^ae_7U3jpvp4k' ,6%j&hEq 'E ה)T򼣖ZÄb37VYBCuȭ,:LEv !/8s3bM[ lfSbg ۟9O}Vjԟ!:r3gzclu/{gCOŤJĤK%47PqXw-@nkdDwȎąiGJC̰!p"5<4luo2\er$юڎb:~_5&ycyC 4km''hpڧq23roXK4;WY.5>vn@?Ec: 0I"Aʷuc=1ħ]37S< e ^QF=]\=WVB0<[-2_#75a!LȼtQeo'Ln$ Xݼ2^6+9adSQ, =IܘGLoK<%sH(85.ip*M^ax"f@(X3%CQԱѴ{ i\"{ժbFRhDG/ูF|aJʄW|zϗɐX\lPqb Hk<յm= TzsmKT2+(a9sncpjGD" ;" L R1!qTh3Qx6#δj(?25pQLx{Jq<۳.OI*X|FA] humX o(TwTyӎvj ʓPSCGdT܆(y" ڴ=/޵Q VmOn[pJ /<<^G˗ٯ%}.jQ;o;{VF& \`<ѕ3e[V^uz 4 YFwDڟ*D Dr65r4Q/|,R <36ș-Ԃ`E+=ku*:9Vfa+r|$}τj@^D =+-[R|$qVV#(xj<&0*5rY{ @2ks'ދhXNlTmYd&ra=ֵ ZP7^m@Kq'0dVvYWHN >q"eu*ܜHq}Bw"Öŷ8qd:nȒ sY H9n;` #e4)awf6e#(K7|,)KU la^2 Kg2_(A1[뼲w{݈͌#jEڶk[Ng@A5Χ1>Бoq\w ҡ1v_ 8׊UBuTs[ka~ֻ nބrEg&lWZY (e*Tt3ZM* 0`3|abgPsUB񦅂t-8_SV"]Ëɯ.CıOXl~vI*6m/'׋udEak ,њ2kVDzz6  1}nwWh>=C2p2M,#kf݌n?U=5XA 6LmIexuR @l x'Mx7@K>6{9P0Eg툰%8e`iФԖ[>)T'bYf~7 u|YX[|HnӄV7 _M}ufu3Ǹٳ= רUa}×zJ*2[.14.W\)gPN\Lr1Ų8{wҼf4J}~j^ep$;(xݕy=BϫIeݥ U}LM[V)҅^d! K}׸2pRccwGEo$&,*jYQkO vzo627; tTÒuǗtQ89pL.>D&\{jHqLcQ/WcOCOUg< O5jMkZc5ޝcb5MѬsgAe-UQJHoAmDK)=kƄ p yʙ܋!LڈГF-yt@i2.I =0*2c*5bv`Kȑc`BLRnUsO*'pX$1=M ѭt 3w髧`%g$6U .xe#%1Ds L%A%CnuB1\te ΄D1dҜ??p[w #2l`;Y vÛ!t:>Jr~p 4W2(QLmmnM[C=_51-y/>[9VqhV 'mw \Q N:cX=v[̶ y`NQ~NX$|cMř%oC"c~jَGټ델P(AJľGX.]4 XDxm+տHMm(^o4_gL'y/Ȉn;N[\B"+!9;)%ݕ[V)"ҚKDo,b)2}C'hX; "uJj/ p}F_8| (bd}t{ot*f??ͶT3Ei2Ļn"? %\:5}-Bل]uc¡1&[60JYZZ7kD)93ᇤ?31JtS OҸl+G E\]6O"9YL3m:JkY5SG~,agc\ͥC 1\>.^Sm øZ):0 I5廙ch@[& %>v)4 #Cv m HpX{Z\R#1m_m0"T˶{NZ|$_\P":}5O'RMzX FL)]>J=.gH $Yt l]W 87CK8+o<`bk[u+dxtLH`dsF(POMJ4",iFZÃ[wY=.gq@luZիPQ3 h3ihLlYn) *u;l SFLdw<LW>ydR ÍnUyi^(&Rr9p< QBrgJF'zв5/%n h[I7֜[;$`Š nF+y-Q.N 0,l]BpY vB։o(ML9ʘ+K݋@ xqL#74"ˑQvzk]nVO;mP<6Y __[\"ߚeJrOԫ4OJ07N<w%X39~C # v3;) >ԃrl5r<<`6C^<-٠9Mg*.r3oEWyp;TKQ&sy^ƂI +fC)%4ܬJ>VLûyӛV{^/HhfK-;a%xašri. q-w^U ďsGkkBY모'Z3w4nu)ڔZa8CRd[k5X~dF^TӚD[ݟw7R<);?sՙt ؗ} 5$\(i˘Ќ'!o,(5r&(pڋ?0#'.*C>V LpmTmTo52EMSBrzhc>Аͱٞ" ߮Ht-HqݵfN:mf*:у%?{V;Ifs؄D:VmRKlf Vk=(5d&E"܂ %ycqzv'RT0 8cHec(&Q=7N*1 Qm]"h)9Ct3?K꓄rn黎 IJ"mmuN3,նNݼ/9_;5htdS2F1&TnI |XuęMXGynFtr7z NYGXED;%eA4X/IGI"xr%27o;KmkL$ggWgXa:r T?qͷTF mfȱ{Fc,J5Էڝzƚ?䘃v.NJwb$i83zF6[5b*16T!U0eBF?ʄQN#g nX#ŎY~Z!&iGI&ǯ!¢l=0kZq Mɖ`;!a FAHZ/0;N>4lF3Bn@۹׸ǐ>br@]'`p#+O ux#p)bȩw0QX&?09hHscjLΏ޸z!UV ~2 pR xtה?# \3Z[[ ,۠&n˜>MN'HCEq_c[̭uqww>-m7OH#:&S.M `2a׵bs ^Ut GΞeL2iPo.^iqGH(oKbq.M Ftk\;Y9IrDu+r#M2vF淃kK05{Ii㆔;;_p]%zXX㲦&[Z!@41X3ϙ*A[vo awAXG8Bd6døOMxXע^tt14a?瀄)ZeAE[{\Q#*0Rs1 TӪV0M}2L@d20Ȋ F7L *h"&@'\T`{t6+Vz2Qʇ,7WBX.T Z/Rt),wrʷY!1A$6Y6udn/.i l )gkL%&%!?8]'[kpj5OڼJorҝJ!"àX0Z$:# c _1TddlQP'<]dEJxfz뢟rjTVvE( Y _+չf!YFVcfZU >Mquarj+amZhOzLgL+c|Fbe g|PQUfөH c *ktꀃ[iKU|'J$ hN+,տ#Tf5Lbif^%bTl6+{/M7, n5 ,h~_j FCcTMO碱Ɗ;"JQhCX0KO=č x6-yl8XwaiαnhFD|˦u=<##RRe4 uu[%M8u*OVEu0I4!2/CK%VNxW@l7v1"?+.3&SMW2a H\$*WuǐgƶP͟*3 Wٮ ܁eOE&ImwAxqث *LQbJ_[Qw>{Zkח)u"QyĮ{H>7.܏*r.tʎ)=~jl̆EK=X,m22Pɐ zM}qoPfppw$-of%3!KHH1nhdmdQN"TAu섩پ|Pֆ'Njd¢GXvYd-LqgǾ}n9\TI(JyDHJ{xò4J? B*mSڿ evM‰)b2&ɇ0秇NLSWȲh͔ļͶh2wtzlǓZ49Ѭ^ޜP`*0[L.J4f6)e1jJVKapQ`xaJUqƣSۃ, 3 )LYšb..Rؚ 8sVp? gMJIHhUx\$wئv|еhRW*~5AGx]:3+j_[m!@pQtzUY1`vjsTR>u7 Rm|5Mf ɞr#wvAzB3a{CTL9ckb&bc[yP=P}T!;Ͷrp~WE2fp8Q-أ2AyzF%"J̹afUT{85YCsSq Wmt ʚZȫ?m]:}dݴUGY J@vH!/X2vL{E}k=|ڽw8`'s*Lj\/Juػd^y~c%6Nb]>+h+iR'! ڬ Ѥ uD Ʊ%Ȓ?S S2̛ K&!RQo"FKTw$=A:zq|;qQVM FJ-kk??bf>HS<ūv_%.EcvsL}d[nw;򩊴z&ʉA,GEb9;\(W-5IY4Kہ\XKm^N͒]J3x%K(?ߵQ!0!غwJ#_`[=TB8Bd0F[`>ǡtzM! ֳR)eoP-`H. s(BpCD$ O\\,9fa#?kw4*~ZN':Y&JͥJ >Mw hYJ(6\> 1HVin ӏtYPnK>/#*z].o|Nb]+0rx\PzxVC"+T*}~ϡTB:evSC'IΉGSqY6Q=VZԞ? tʩǪΓк݊ <~*]P֦+ ؑw-i`E}\pɨ/H.w,g("A!2” _Laz>{2#(xO>T "c28; dٸSbVրx.9nxO aDRXI&ߌuLbZyH@u*˘v>SfĜHܖϢduP /rMY9>} ջ*5^q #>27!qk=1xXAҾp1Wp+RqxRH6nqK>(ݓvI"ɒX%\A7@D ?nqc[cC&iݹhbW|uGo舫|[o¿VI] <Ԫ%jtm raژo @ojIk܎1fQy(jx/AQ&2 u)(Ņy%&?e죧̯xQ)V΄D1ԙzx ci P*|\򦋖c4©U#cv~K<;ol) vpɶ?.j2$xg"XKDyF6H^Z~>+99t#6x&_XA)q :G*?ve2[WUSZ(熶te3τ1&?'zx/ W~Vl_Z n7d6@,I?uxsV#S5Gc#;n/* ـ~he-]tT܋m*рK( :cTp늂^APrWcz/QBW̥jUY|_I̤eYZ:9W?+`+4 =]K#h^4οNm!F.Ԍz{2-Cӳ˭~wɳa$|:BtZ]OI -6: 2)Hޤ l Ւej%J-sݢaё Z u7H9Ԟ_kݿaJrAOH=}t` V3bP8Be5պShviˌ,@oI+軠VK 7/^:ah$Fge[S+SiV|'wVF'|Z{Yi 9U6)Z˕πMoj;}! XQmH<ԅݒcٗs9{;Fͥd_09̬*G\lLkwnWWӿ̻NoCm 9y>cVܫW|%L;55w_R`y皳hZl 2D bxNjU[xv5"pxw7;-@&ח:rAK3%,{NSnodйC2"2+ÉUGg$5M2WμiXkkѺqkLJ5NfYTX})qo=GxMVbĆ$ >m%@1||'b XSǫ26[!S[٣X:PdC˥4k!βd4hj^o;QӷgCvt-X)P#)uyKӋXÞAby;?N팸<9v&BbV'X?G~9ouGlx$4hg;)*)6|2*P|R;T -ocmEb'gd0̮l*pũh]+ qee ?G,NX^a3Sob< X.& {23cSw|.OwЅ9 Y*s]΀ ؖ  Eb KeaZ@+q8KNLt|=7_p֥ xA]t'Wip~yDrgRqV%0ܦ(aN (Yx?FNwc_sVkR·arE. v:]xͭ_OG㧼ƭ& 2-ʜgL)gPFYhoSF}}${%ezΔWC Yi\yGCdLrRs9덭O/ILʸ)ih@(|k%`[&>*j{bٸztKᾋdAr#X`4~Dn̎gC v9әd~,!|5%hjI54lLϳl^DZ"˰XWf]kyZ,YEGz`:[6E)SE@i*]q9\|(ƽ)ɠ `c5ڭdp~L[N_[<>d,@d \#ÛtHԁАھ@otsa1<2D<Y_û.^lBghՐ6yH`pXù]^NyRT4"Hb?x9j;x;YKZ`NYLEnS߈JPzZ%0g9ĺ]}ͨҔLs9CB./2`;Cdt7 )tM+{,:=#K I $_Ro>+N&eu5:I+{?}B1^_B93 G@5PL7`Ծ!Lؼ#m6п=ڸmnpUV嘻HsBI9:VD̮kEd0ݩ6useˣd?̐3rvtI@q:gWm5XߘR?ahNĻ\RRtgI0u 1NFHHz)IGO;*>c٨̤1b楽9L:AtֿouqfCx3fzIإХxҾߺ{'AXYU++E#SL2k.40j$7˝85nG<Ӛ~ S*KFq=9Fh4&-j.0pV jk;g"0ko S]X>fWUZĭ48Еd@MH )l0s-e.m4V:'zN4꒠"nQ"9.tC¦\4װ0ym&˜YMFŵR/ 60$%=9v4pA.vHx1 9Ϳ&LWuތA籈!սw&UXnZZsȨ[6AT`ClL|L(r۸6hK$ZF0cVamSlAU-;Yc20E' h` s¢A0]N2}Dtb88(hFUWLSXǑh_jMsn@o>+ )g*KZ~@*uϹrUeXcėcvvHa0E֏X*Qe;f,аPl̽%J$=^VOhx]X._Moj1"\0XcJ**mKiwBɞ2Jn5ZjIB'H]!4y ,7՛UwdɊZops5,TǓ)V˽JRzrӺH񱩾ᗊFH#ďjgW+|>bWFS$q`Q[ʃࠍzݗUR^lHwH- 01ݻx?Zw!]=^kƒajԖ8Ne)+6 n *M{|WH"؏ܛ)^q(s Bפ=gr\ I7uD84[f1lAk "ɬ .X^J#G@UzUsk$xD J"S/ׇMxg.qO--Z1cy2@yuΌ/t9cv3:e_!ƒ:= h YݾOSYt (|UE^FD'CYbMjIfk]RJoi0: m:{_Taf񖈇o!C3aMgy{if]4 ,h88͵88q7O݊_r֖躩RU3pߎtc2{V3b !,0Y /|+bo0Q!4㒟r@8fl>ծ#ȰNK`2(_Q.yR #ө-~RDr=WuD,-.PN}OȴƗ TW N`EHhsV}!t+CFg|!DHav PT@ћb>(B') L ok;;_'^HVOa:Y萚p`1 rYip:įEY "C󕭜7򓨽Vn,¼nd,CãUCm(fTBA.r*hƆmbCOPSw^˱;W\S|ɦU9d0t~q֏n¸"mMD]f;ls zm,^lb9k^GsOpWwG`vJVe0|s}A3Xd! モݳ^4)T5Ҕ& $ZPugj|l_¨2z3ޥQ;MU{Gikߊd.JO\.>EO.*/T0*Kщ5MHɅ_+b 6b]–OHw(C+pT$69Z\x1ʷ Y~*m TR upsg1T@#c9/ƞ,.vcӻDr;YL ܈oz=(ъZ?%:n0EL|rhNYRH|>1L]alU(((0Ry悒k1]v,DL8 u D/+Y If&M4Aءo-*o J?X- ir; w9_3- M4Pm/lWy BLD1-ZaBhkmces7q4pb7bVGy,O(uY5PWF/ⷫS'F\wL +ЕzuL/r3oYH4hRR̭g0Eu%V4!YCnH{Iܦt)l SɡI0:WIS~ iP``]Oo=(%& 5x0& U/YlZ9{T 6b@KyO9AESL0_t475~cu d<*1m ?3qi臨Gz9[JUdwkټOk, K\m8h3XiTf&|Mxcy "Ao*-p y}YwŹQ^BaD_[h$IN2U?_lSg-!"eXӧӑw;O3w?xTU(З^nY94RG\'Zw@aB+JryH.Е'Ӭ:E.1ΆAJ ebp"7@9~`n |EQx4]Bx-} 3*igB;!ѕ7i~ ׏TBmawr䊽gefC\ oC~ZbRn]AkПd* 4:R )Hv !Jʶ%rV/[<јXqb$>LmpuWmsw] G7sV"|# |%U9F{|xƯS~TCY*^*QIwQΓߝw?/ƺAA~ ]X6XQrQ|GIon0lM!3 OEQݓ+["19Nw )N%{MBs YEoX)ڷ#/>dʃ߇eN}} ]Ƨpk|Z)=IڦR_biu:ĭ'A)P)&wri?bF:ʚE5TV䜐ׂ"Rk e}i`W) scb uJ^pQJNn^ovN2;+Ii!l4v#,{mݏ+v3`r+r`/Ua*A[llYPԮ^5]s;<`<0 dQŸ?Z Vdp'$[ߤC7t ,&b/mDk"3Zo[t͡${?Q8^\~/ڌcɖ&$lRB^3;gPj=vuEMJi镼W+`~CH~7#LJ>0Pc]PYsЂz\'R\&_[/˩W~} 0ɜʭOb{\ | (T8%/")AbD B5&Yty?AR:i.^ :w|lY@VD3G`^Wy(f`_E!kqkuSQ@5P x>c'cIcgEwϬ8_c%lqW@4ML",kq8΃ʳo6T(sa.i6]d)DrS [VY>lK\ՑTP ä&=9׮z{0r A*̣ɱ*[\gv%/939/Q*a|a9.OuPo~#dpʽ2\ZGVScΚbHA+YDCA-Qdd5I.@gMwHCyBO*.4!?Sc$w^Ӽ-8*yQY<9;S&M[`E5T472g^ MoԱʪU.` 3 Ƨ4Ѵ-(/Q{ʴchDi̒*SvZ&Lֆ؆-ceY}[9-\(ud58 Qx\ITl,YaIIl/#v;=>`N,\0|T ;pHN[)5u&g) ёƺbؠ?8< ]5#*gpXb|IRR0*Q-vRA S\Cz_[Pr*`Jn KZ+E 9a*Hֻ#_N94wQULq٘!_؜ޕr! S=;O(xRsd&ΫW*{ 0\F %G,CGiU4^(SH#߷N Y{ܒ]f~+=,18arǗQl4(O1"D,R6!A dS1"XQ=Mҷ|YtD.]~RW hxݤya2Y`R':$ Vh#vkJÁvL*f/ս5T327]wWfh`w#V)o"YcVDa3kt&ű֛VW'>웠AEcJRc#ݧKt/UhV[&n}ScIbO6(w~j5ãNYb.IN,pաt`5wV4byѢXn޻t@p fgng_>!#ҢU+|PZѢi-a{ٓ?L+y:dp~r+Sg&HtùHGLo@u@tekC^HYIݿ%4!kLGaE ݱ^^ P<#Pu뤴V [1Ê`CԳ?LpX]\i> IcrRF`z@ۯbT]̟jwůN qFۈwxfWj|d܅i>fGgiUkErb}xb5xY=j}P;twczE˴E]DMZa1ouР׳) T4nT%9z,uH= eKhI`y$6, >cpr&[zRJEҵvkW7B==h3)~5BTז,ĕ"gɱ!BҺ2FכHIaA nU GB}*hi歒?Y}CϰO.jkYG@OP3r]^/*e޿@35 ;:R+~+Sz*G)s|+veI{aN`G:Lګ&&^Xn&ѰlL;zlx!{)}a @f=겢4p''}~I/Soꮲe*qT'kznZ"0i7v;ut~8]2)']&-w8iS  {Gސ+b&z:_gvbn>s4vQehֻb8v'jNDf0Oݳ >u:Ο쬃 K#qI-d^D`G9Wӌ:]}yJZ=u(~t=mik.SiBP& N_ -LkB ;}XMg2&up*+׬~S{aFQܔvk$DFf"Zwzn{QН_/6E;V;4c~!:I1d5**MY\ m 9$`$a]b لĥ?B ͔ :{A1P>sPs ="lž]X}\wi= $S=< V]aN}CyYi$m}n!͵t(͠"9ąThf"C𸱇NMxXg`rӠbdrt(5>Ǻ|M{E=ٳ[7nn!k`U]稠;B_iNC}2_Yϕ{w۸t:>â>JK*61$(oB mGP+ :TԙWЕ'\6$<7 e 7NzkRȝ*SobGU s%P:\* \VydvCW$qx%| xlck-Fcc0wj;qmA$Ҟ|{+8[ڛFjj@@)V&sݷ*$Ne1u+֐|d7G7{=F/Ein0!v4DLbT Q"j1!Ziψ |icڙzx27]GJ:4#)N>j;u* 8B()CL 1Q3~U6y+] fNGԑ-waCDEPu8(Pr;7*͑ǰ3Ӄi0'm{?٬5SSF^ɾHm6\1fJ2:]|` =|񽽡puj)eK!c v:{ 6ы;>k"Llx(OC05}Vjr}x$QSMؿԠFn6zq6Ocu~4O# @!@N:}&_M > n6lC﫳1u:CsmKv{bQry#\CjD,vưL9Qdڸc%=)i-nOIm9Z"Ǻ޹nȼJEɒG_daUu勧!kl"e*l/ . jY:yn NVPTs{pq)O̰|vnh$zZ/^jvJaX) 1izf:ETR՝7Ҵ9wg #Mmϧɟث>.$H?1l<|Hqs^úr7t!件;v'ס⥟*b!lVXU%aa{{ 1F ަmU@Â8%W7ns*j%_!d˂DH]xࣇ J%čŏ`lR6$?CʱE:@LNt*VwZN0T֏bHz\$l%"$L)>ov:]KMaPԙڼE]v!bҥX))ÿu][knƆbМ+0Yi!wY}7 =x^N8c !.SH+LU-Ŗ2H4 2&ƭ|! Ӗɚ֝+ Q{4O {V%9[_m[iuNF@}QX4|Y:?0 dras3;RQdž;7K=Zz\ҐBy`T:+M\ F>j1k F$eD$:HuV0cwnqg) `pTA|fxik'daebݡFS5M!"D|)M 5u,U6t7"KkJ1;@L$yQ\|6d5 gp +7:7U}O??!\]r9HC~= lud1fz +9">Fw7ѣ?!Vwp$H(6\T(iVf1g$!^m>(ͤ^|Mܪ`7  jd:0j?9K 7NRHwf;CT6ݳ?I:C z>| 8kZK^niӇd^0$>D6^C.{\)le1&!0A_olzaef ca\Z" LKA%uZujq/M=6ھU29,:Hwp:EdQ*}Zy"D%h"&G%1DD+͓'d-@#E Um>¥\}9之/ u 4P^pcˣl4bd [m &v:>pp8\utޑq-g/P(JVD vr,UzHh`{\924?6 ulgH53i]A 6AVؿ uOWpBȹr*DtJU2J@åڗwyj6V1)Ag=G\PK]MWCd,zZGP+\;,+j\ Nw9sާ쿛^%'{A)P`KCYRl>@&4kN(`ɨPQ'2SLlp_ vK ?U5U?B)ӎ=h]>2IHw%l;qR/B;tN_Vb*ҩVg󶞛Q{| l1EqOoUl|nNYFpj@#5mȋs**~C%* (ۃ&R!d(£tAEBAW5E0 N6ͥPQAe-_\+JUUa0_T)SN ^٬!'9_ 6aTVWm_'ڢ^ʦ\VDKt稓ЈמKJ/cq%^+Y/ZylhR`~Qde\6|rVn暵ϞGqGPyZη%eaG&9*_](o~0vVηA͓(ETB!ݧy16u>c׊C$xrf,;+[`,!`}3k 7[X+ۯS:}Rlu'h;& {ݯ9Jc.vsg+F't"*SVsxPx3rDԴ׍FZLds|+>Uh\y@9$z}`/N{bl'oN#]9qACPKY90<{҉=f휵׃\֮hy"YJj 6y#E84(/{ͧXu{`=Ųc|4Cg=4mƉs7 TK6X[0) c|h9*;%X,o,: B(~<^+ߎW?0Oxv&9T ;H"B8]{Rg P [TeFue=&9zcqj#!,:f-.'y`qy8Cl~*u rr\` ŗOPd$#k$6',Q])ofOˁN惸K>[P8|b_p?rJ- ǿ1=l׈IXQU֔a- >aK|KfU8*pF>^ W_\v(X˒t*G}AÙ;pJO>Hh(uY]p dsZ(U׫eHҵb0P!yOB`"  NUI68sQ[Q9[ʍ;1aN8vэiA:ˍo܃Qs(rm%F{E ڝNJmA62~Rl_s\j_"$rm}c !p)iz`m@.VGN9IS5Ohc#ae|Se0-()ի)+v8Å/'݆Nۇ筑uDƙهڵb+60Ĩ·eabE<=9$nU*(Wy VکRY Agc-*ߌ8GO{ā:Ww5#XA+8i>[aK"bLnyWlt{m]j2JNGԻ"seJ.2zO@#iTCyZIܭi1=iIßm&M}Gֲ葯d?pAQz-}wڍE}5̝ ^EW)LZV ʀ`a)-X>D 'I+mO;fUŋCp>% `vtG l[OƦpCm J:x3m88(QMJ|N;.v!Xl_uE[\KkߟI \P`/ٻN8ࡱ]ibP J$H5&!0٭yh)2N ne {~>/  RO H'$O]̔/B~?/n N$=cksoCCŒI*|5=]e~\lS.z+c2uImcA/Lp˜2上o`;7rԀM~xC#>q]qgY]{XZeZڝ ?вd&`3M6|DxoPߨ{xM6`Yh°\)9D7o.g"YϻtQ!/$IŁ̆ ٥ЗF{ɸT!L5V[kww/0V@=hC=8?be܏ I4۸=|\LW^qg\4NR`V#`P ܷt :؇T2\x@fu[ƃZf%20VC+nж'x\i芅<וbe/>,'E8 ehsE tHFނVP߬d%(BƽPwUg,4 4CDί:ᆅ#"tap,<' )i}N]l} y|ftC4mřW"i3@Jd#A]?pvOUj1zEZHU! |%@6 ى)iXX7͌Ej][{@U)”fPė}Ns!ְ]jI D.2oǬ8T[2-=* HEAuy<{(Tz#ϋMb{H?r14kX#%VMw( 9N Kn -K P4`Y![m[r^dib^Y`Ղ1'J|4OZ>m{YQ*|I ,eI4hb[a(KUݎcABidx˼U ug,vu'"NnF/i0LsSq%uH_Ǔ4dQC]A' >+91*ʉn"~Ds[&ZcoeQ8h1bTZR @ma9øвz+gsΈAN8 &*F@VjpmOa# <|Rg JWuBй$i" "3P xM,]cXvVoZmA31vڸ[X ^ek049lD蟯 &w4A^3cjONZm,:)&߫Ea)9ŭi#5R@dleúd|5F}!X0Ms3=$ x+o|Ҽ9Ө|&Wn=ea;OZT"G玲dM/a|gCcvrKC|#iveҝr 8ϵRI|:)QfjZ)1)M1EO^*K>cnK+:4$`uV &ZIJ9ʃ ҿ6gʰ]eP h, )g^b9^9 '?5QrTz+8^*/wr &]ۦѷ%,Ƿ(rmϲ3n4$ѧu`Eh8[w֔<ReN\i= k^>#0AF 'f>qb~H,ψ~X ExSrЋ.,LYMd/EH}*l1-Lc03 a.?OJF3Ō}*`stlk|P^,gpwe :yr@$|{ qfĤ6*zc!2ADXK=Qàl=_V$9YPU fVbqP[==p`G\p-(Ɋ{?09Nga9$t>丶.PɮNuh)yM}'!f[Q&q+F7.0'Ga9(Ab[T"pmĿK't({D<_|(fpU "1ѡg1ZJY,g,w6wb;WW&q=A7s^MpVP7 {Mq~]C0lʠ˚GYb5L=14BS2@npuY032K*8琘M׭U}P.5m.Qoˢ!b s6ל⭚=uYez@.Jg +4XW~횖=XbJb1=~fkn:?RG%RϨ_&eNXVUVLĦPd Tn^~ݙ@k\{)_66j,]~% yi+c]ۮ:kN4ky{,iqj38"o6$`HNk +DK4A]coAղ_u1RG]l2#q)t#!Q=c Ok"=iNULU\gRZǮM ޛ94GӚW䐔G f׹8(O ({$(t\Uhaː@K39.L!~>=sk.v^[lr 5J5Daxc ;(iw؊HmkP9aT9618 f.U%72˥]5W7_ D'oa`wں~ Qn$v YZ