libtiff5-4.0.9-150000.45.11.1 >  A br]p9|k5n/ܳ}0%]de%Fl4K$wF 21MD>TP0s36dKR].jT@/vU$ߠ=a&zzmRoS9@r?H 6-uu*nXrOܡӫ{47>N }cҖd*]F⯿dk~xuqD |%n{?I!#L ,fb340459579c590813cb6217cef04e9f881b2097db89140547473c4aa6fffecd8b0929af177809562c88a3f84be17d0023b25dc7dhbr]p9|?l|1QKgqc^Zɖku'<#Ogõ1%F3U!@OLfgɐGT$$þ,iB_/ il sW΁>&Hv.T} pm+ж<^IJux_ anRϦ `bC\mC>ÜUdCMЮ $WH'INh|KȜt^=V kp@?d   U 5V[ q    \ <r(8*9T*: *>@FGHIXY\D]d^bcd1e6f9l;uLvlwxyzDTX^Clibtiff54.0.9150000.45.11.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.brHPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxs390x(@z @mA큤br8br8br8br8br;7)O@br89c62222e8551b009d82c12d30fd9e40cc9b800816862c4f64c88f91f72cd20679590e1c575427198421833782293b7671d2d6066e2f85aac871bf0f8c0bfe6d5fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.11.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(s390-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libjbig.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1by@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/ldconfigs390zl38 16571070044.0.94.0.9-150000.45.11.14.0.9-150000.45.11.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:24921/SUSE_SLE-15_Update/e87559dae943cceed1b2aca928f458f4-tiff.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=da9fbf1edebae8e1299e79332e9358cc06bff3ed, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1419ef46736d6263cb1e4cb5a9b7bcde67056301, strippeddirectoryASCII text PR RRRRRRR R RR RR RPRRRRRRRR`n!w{|Hutf-8bd2a5e0640be00136c2ea3ce3488236a0beecb79d8bdf5d6774d2360e919f630?7zXZ !t/] cr$x#F1K,I =)찬wlb9ꔈ3E9mJpf?7Q^1"'y.>uKyݦO` ldHx<2zsI`7ΞŪ#&T Yg;M[VL@ p(@xy/1`ŃSQ[n>NOc굇a @ 'hkt&P^/=f@%@aԲj˹DdS fdfME= ?.*`mNO_$R8MSiU_Vq 7Xv5_e? %D!+%2.%E4\aeQc`kb9-ovb9Ys@`=9usq@"&;bi1.3!| 5e=@L=OpEw;Āxȿԑ}駋IpkVɒZ@@USa(t4QOQ8,c9@3qқ: 1JFT[)jARFXbqZ@flݦCUPZv5tn}F MLMV߶n1K QqЗֽ0ɪɍcAQ,GPӗ#~ܒy햶h{FwT ܇rİ7Bq w"6lVV0c~sܝVYu4ΝSi3;jD۱!-EOS@xnPMJ"?g))nd'vI0$H0]D0I(e)cCD~՜WrqH|>B;tʝ-(`Vn]07^G^,%ү7q,((|V3"v- aNF#$æ׻jMT'5k^CwN6yH"(GG:9Jd8Eࣳz([\-k ;b`"<\Xx'Y?^4PFNA~ţѩY2fʪ ;uj6]#k-Ԅ)t0WYOcK2U|=6tI~XbJ;VS$RazTYȣGh s9wW_х ҹBv ݴ*E%tP[oЯ6s/ ?"0z+ATǃgϯP3 5MϮ@@#"Q }4> 949hʀȉ w7]ТM3"bA [;J#P_qYIOV+1+ԎzhoPy5%Q1r{F!Lh &*5OD3M ڞ=[5ϴcؤɼ2 /lTao6V$ZabygMRuG(dzM:^m,G=4Ns o~i* gk`< xc1 ge0&PKd,'*a|=|ejH 67a'leOfwFf|J `S+"/(=JoEYm(Kxa_ua/2TC=y s Z0N~4],3o8=6:1S۳ҋI_"MMf%$Z> 0"VDlg$8Sr}羫WyJ&JO:}tk;: ^>Ci]C;KX"덩J'-WݱIi0D,E$!5ZHk~wW41[ $TAK,0}HAĶ^UGUEn)T-z&!Qj;eu!)dh)edG,gS2v53;ѩ9ᴑeZԺ t$! ka9Pԋs%DfɊqټ8 at;9/*)tOmM*J٘vgL8А܂\V 29x*#6 .3=&f$4Y 6=T_(Rz`~iGmH: t9hnC}17,/'ڋ<3p~gN"5cZ$@6Wq:RxiBއxhEI1d^5nz&onSDZt$gl@,҉(ӵ#\*iv?~{3IuʊD}}~ ӻq("r2phi{usJ.,֓y%{ :mK1܏[![8ێAk@~V8r9 E36y$l>UՋ6rv QY+P tEǏPDIN?2_x\" }x xMhYtyp봽Tx a⌛~ez]$D(gGSrhb2';ig?B$JmcUChMea:GлRΣAAd0}+U<0(q0-o%66.ӄ'qJľ"ƌW ?&+t}}؀˕Q>E) B @  $K(u8QBn,%Y`ĩoBK~橓ҰN֓KBͫpΓ^̫i7:{lP(r}5'w">VgK"PI2!w?r?gWTn qsשC4F(gΚK:,T*qm#,P]~'\Qg"$Ln>TG/#݇$7u![(F3³f2a-Hz2:Jޖ1ډsuo)^7t6d$"2#\.`B/Qc`3oZpzDZ{bɒOU" h Bz\O]pќ4F!7`ύ*0˃Zx<[O} i7'p  nYjBoc61Pw"ܽr!tr`+㢱?1 bL^`\,PDV[gk;{zP]kdŭ | 򭷷C^ɭDkO TYdBxy,v]ЌKuQYϨ ĪJ<~JW/P[ eRQ ȽLn jX<3;nVTLz3진hMIovCCR} \Kӹbd8\h=OmM|a6T"dhe{7 s_CT@>#U llUҚy/ClhxsHe±u=) v"[a#40)?9a'~4vb{ꅎ( &Nd6<]2Lf-xB}[D$/c~I>^@ _ѕ*\>Gm&ĞShbƌoels}mӊnţ7-[$~կ/D5[݆FBҼyFa0NFK: ncЫz:!YM0'A~©%ASIU~`*7pAo'"u% mFBwoǭL=jVA+@+:3=IWe$2&!Rv%e\h?>e@Ռ&'ܜpTnDnŻ|a^nQUked ss#xTDžm0*qM["`3w ?GJm(*wh.t5=N$/B/u+rz}g9(/FSo H49GN|"4ck ]0hBH[`gMt. C$h G&7Ӵ"}H j pSŬe1~JbɖF۬7XAzi qx.h] Z'VR uQUh$kLQ&~GG[#ܑ pOy*/oъ'6  Urd@^tMuS#p{dg/mҲY^ݶڿ!j '< u/E"G *Br }G`Cv﷿{ꢔY/sxo'K5g*s=b_K[ ƾDYHEADZ&wQOk7ԟCơ\ ҺUo"]PlD*Vٜ35SӐmS>P?gbn,}d $-O0(TC/'OmC @@Rf)^dot [blڦՌS'p?-/׵9܏{niLR~[Dlm #Kʞ"Un=H%yĠ]iSxD߿)hAƭ $~M1F EtGa(533r1g]`)݀I_d(}6O?yOͽl<|?96ԣτWeQ.[3>Wf?OY"jszGV[s{Pקҭk*Q+6>_ċߠI@͔ZJ"EO3=n06=^+P _OATv7XeR\R ki2)F|Wv!`HfQl)-6{@K6cKyz kS!Ϧg@J˔PUUÈ6%MK#IbɝbӶɂua+2cc's'nro(Kg #cA}Q{?L{r?!mDEɏ6zcԊ]WG3X˛x n?3T&U7A]$t7$M5 #}esj_7( zC_Oj/ f+L ޛ1Ϻ=⸜KzQY!:aE#,&F>YQEӜрIeOX5S؃2>,LETzWn1'=z=|-"\~|>5+ W@ϐ'%XDŽSW3^ƲC?b0uDҏ<k_-spՒL4p06j[tY)n,vbKF<8 $wKnNbӽywa> Ʌ chGFQm=aSm/ "5]ycR,bo-06 ݮ4EκH~~iPcl͒b = 岲FK6fxi{Wv 83ۇX݇R鵝6}tg/E 2raDpU풋>S2Z-+)ξߪMaXy.1!#޼Gw%xʆXydgD4^zirwJD BU]ZV1&[G>rNj4%ȡFÄNqOۛ}GzmYH=upMC|k5 +Hf{MMw@sF[?N R[LhmLuie>k#=eM?JWߢ&uY'R"M\|sٵԢ7o NgP 9Gv's-?Pg@ ,ȵ9ϪrL6?@Xʮ h`vDV[*s MXnE^*?VW $1=3ROa3L5ܵb2_~6wI$aJ8XZk:lp,7aIWP=hoYw vԽ`>k [==f^'d^M9o@fe!Vɳ1a2ud2VhM ;Rv#曉l5(6:ǙQ/uundIԧ&k?N'q(|6q.[5 .n5XY %]?g2I:B̢0z2&r>+Fg仸fDCNjp<}hdHHmʰ5JBOo/f+;ҋWSfqX2aonXo (7>mlj j"2Ec_& aן|-gE~VF2HpkU y2hO&VFzF`SPYVs25KMIq/S=R0ͦ`3X-)WVDjLٜ``:iX*CLHkCybǽvqOjf[yb;w׏.V8K,y0A3)I/ޟأR%/d+up h=F4y4>!1zYw~1`>[ n^PgB9ܯm;4n%䐵tU%{j!]q(q%:V(]E_7"@ly6f)dlK.)J~3D[nrPCcD5q@(Ut)RB%m|z$}DRRxzkq%a<Հ+ u)'umgH9nϣo *6ArzCw #yj_oKF;bſZf.m)[Wgz*(P`P8Go~Bԏ!UK U!BOucTُdn.| !Q!f$E!݌eF%bTDK ;kȽQ}P?,oYaLv_QBGuhU3BN(MJZI?F 䚐yRT~O*O=~"5_AH{UOqsz)2B=L6xԂIpyY-(\2H}3!8at- )xřR$/eUJ4tr1cm4PHQP6,8F,ZTZȞ%9ey*bL삚VXmt|d9CqWHrBhj~ S"e!%/4Dgq\ Q!;s <>bKwL,#2i)g]`e4f)˯KQq'GBjȞ{S9^:eRY站4_7޹%fq[QmҖ44") DI9P))o}Z6ǂ9;*9y52ʄMNPL l[h-Ŏ4=?lj&hC=kWqx+%~u8UE p4O &; ;Eٜ׽_'(ҰCvRyiR8Y(և<f&l[n@&SfN MDǎk%[˱7ĸgɉ XJay&)nK-S9Aw&-}* ߘJ;>Ry6ާC ွ||x17uڲ-*Ȃě4ֱ<g.a<up5a/ZC*s&Ѧ8y<2%]3j͗av;A ^LQN?(w Z7+*C[ze}M ؔ: MnǛ8q[g/ Mv؟Dfٹ xOC橡 hK(C )f͑Nۓv`.)?}LoV=K q=-<>m7USݦ#9Q0 ګqxAC F5HA:_ز]onDo ݥ{jg>GY29ň>6&i:h!}ȺFQxtTR<3dn';VmD")rSmGC[ܙ䑰#k Y!m,bq| ,4l ]ǝ FDakn}( .]̦h@ج3 pEq9t$p ?爏T1o|?#dhU Y>1i{.^Wjʖ/ ,MM@T#5@:AF+I- cBίm:-=DZ5@: &Mo#])ƕuזѳV8{g&Vw) aUU k~6T| zCi*S~tN,&|c[ ܧYw1^U{]3>i$SNJ6[lMN 9xlwEZfߖdڑk19"MTj"wIMT#V!.{M.xHBȷ; @rV(b/zQ'qv©!m6~IԲvk"j&N(8l!@+G|a8bRQo.&8Fj].e䲝~$jيg*xG8V99ҩ19=?3~r4M|RQ<)+O A eًN'!kxvKʐ$%(D h;5`va1y9EӀ,hfx?vH%UM鬷tiԦvϸqDy8J-I#TK[{H?tP'uྱR!,RÀguln,`fU7rN7;U0!u!7Q,'%je5ʹTC#B!M{D H5\|j¼Vɓ*B_,"^իeݛQ]p\>OH~WUY0o;dx2% ׫O[%l!Od o*ϝ12VKi[)E[ /5CNҹ6Q+o՛ & Wj/zjm;\͆+h;Q $I~@e`e1}m$Tx5]#Y2.@ r+QvUK] P$"T;2oEA?! MB8 wr;Ye# P N9pd>ͼz P˰kqTzOQ(pi T!۩Fb$+!̗y)EkOb=y%7n\zBѫ ss8Ql< #xw?Ƨoz*ܐy#hNj?d}E([%tDa9إ, 3bC$M o_^gAkUl)pKF}АC$"#I!쁤~)ݙ4(CIltFL5'% ICkG\BY_?A{ݿ"1"7QUͻdP /m$N9dcHn=B0=$ǖ*4Wb/hjp݊9M'jw+ Yk)5P_fqyle%@${')J?Ϙ`igmNĺ=_yJP8ŀ\!NZ t҂ B\o 6?^w*/U=Kv/012.]gvd S( +XDu\ҷ%Եr)Bo_ Db(AF_)h͒j1>_xlBtBיos<}؈b?{k Tq'kZ(uW\9-E;yZ$_Nʀý!h\O5#TWdCmcfsfz4ЂcCn5Um= h,%B\].7\9)LCU|!a?,!=z@(~-.L=Iw ssK9lf2ZXz=_b U }tG+NɨTT,t#܅c"r\b~Ͽ+.e^%m$# vY {sx8]SCWKݲ8_4/as 3F( BIU}lN<+l FL`. VNC;^|.879uKɀc/YPjNxTCLHh8Mʅm׋W8uKRF3==zg%c,_&4.woLnN=V9H^#a@D Y„nC$g0RfDVBݙcRk=LIOrS/r*Ơ)/')$t?ڒ'R"S$V~.XX:(Xiau8x|A Ң oqqhTAZuh cR7y Ͷ0Xuu׈ >&fq7GR@'>rU_РA W8t[.'l3؇0DUQ"nj6,%`Bry'[/%hQk2A5AٌG8sy\@?]ܭ< xpd5d dk4/se:c_W$2N P 4nLe'^s*Bb y7Ys/CI7djq9=υ| |Ī/ 2GiϖjA:[Aݫq+}v:"g2gE*xFEl nNýPZOߚ$l /5]`lMLNh;A&g *L'89IfU66 :7\Y  #!)6qKUSitoM} ,>V]pr ~:"p^/#U0z3EJj`h~%~U RM;f lY<> OwʌX^,d\ nd.3>vQCHѳ+YjCdTg{9X*c[XuO4@0Zϑ$1~Lw r Ҡkx6عܽvO4qv[1C{}sCS/:`slCQkKJ|Ïe5 8`'σsn/,'&$r,S02~4ZI\ޮRǘ6Dj&說l,vu8pGi̪eh +;eVg+~V%2yl#}ACQ"#I -Fe@QjDV!1m3q5$\P`s}b݄e2/A5XZ#_{ࠢ(q|0P+ECdSe~8u'LsND&c,\֦4ܺo?pUcjfS:~  =e9xڨgY`Q֕gjqj{RR#x+'r%2}bA8LCD9!L%\cZkcW֫R7%RjFwۗSXƞB-w;`t5[ )~Mp]EyE,,Zsoa ,z>Ox7&h2tDŽ68L9N"_6 ȷq{̅3zYٯ(H\J0d~@kDgOxv'kYPM.&1ޅo%d[H{SnŜ#ρ,ًv:`2M>8vc&a"?E Kg8RK.z^Ku]|I3&{^GǪP}|F'ڌ@LUc)Fg%k殀T7fLFF'کV,x^iF߳<)^2A$5ş 0itObCΓ1W+$[ ݾYKr,+G!#tp^ G? Z#o`Z(wZT֦Y' Mjr(HDJ! p71p`R4cZs^;RZ,y\n,DIL^3{Y15͸ W㹈r_eeԩڕw:lA`Żܑ1$|VT 2t@2.`G.t_ # 8O4^Ҡ6UL }%0\@ĉaġgQA4Nq 9g70C}fEqºy+޺qOqM*2#oԽRtvM)sWYi!GTSK)V;Ӌ{eN:-~fˎu[c !6o% ȸX<H%+=zkBEN9* dq-kg V} ?@93m$].mIOz޷_+Lr jڛlO|4x :lω"r={!稡Cv[yڛ\j_n۽MbbP^ҋ`1W_y!:wyd`F9жy5J옻3IKXiI)U &O?.gUɬB-۞;Bّ`GTs4qh>J"Jv#NWeX%a#yoZ >e&7=ztc[[xHQH q0prZ{wN0|Wh!""^BIW00r:&]UfvOŧpo}Ͷ֋U(9r()ߐ1vM'aRwF *(\&)~iu:M6 _Ba!`R&teV@"'߳:K.SN\&kPU>Ӱo7KRϟ!$#&xP.;6x+'X =hTg{z(=Rs+tT@cRBz?#{3\*m5ib:&r#N;٬ 3G<)4΅C 4Gt1 jBa4/fw 0D#󎳑DJK8-r~C<ͺmp2CtTG ˡ<  KդI<LG$v$cmnjƫG)aN-`f$9:vP=LjPߖrN<}aܱ@ 3(m):p\)x;3]M͡R+QOj$)RlkE$u^#w!~:Z FݹaTFJr>+&B_5zg$yW@lYjsntyi_=åF1۹V( ^_TE]@ D LbHqH nm@̂C}#8-9b{ U|2,b0 k;-S#\;N c!B@(?` ZKb_fp xNе:[ eԨUw\ Hi qL!`N$cFS~íuTbz )0|Ӹkb y$PV23qo1+Pdl Ssy+y MHw'IkBxyr\7L RwOw:^%.(m~ '^@m=GC˧;R7]EzQg%*nU$؆2~h0ڝrRzz%c?4vHprna%CAYS@C ^Wo9ݥ8ZZ 5CH z #UjeD$ X2@\ۚ=v%}_v?ynD~lV^ 2#pm:T18|+) "R.(qatM@OT" in@Nx*uI^j_L%vqg;/7L辸Pnc?/ " y;U:IL&;[ l0`cٚB`#C0izs}SQR yۀ a;1zQБ3.9.&2ٖG3xG7M0{6gpDTRPEL?awF_uB[06= &Cv| Ϝ7"{@2j)02SҪ/wUtkרŇ'[ƹl ulՏD4p;#Jv5 `4v[Z (uCqp"{ɰB_;bKM9;Dcxŋmz\rz1Tc6c#3bsR?JnLkvmI7w,ɇ|=#ziHb!~(E:FxRuV$?GbfCv3>q|22K+k`XYT|{M}Jt"%5X/N!Da@j`pAW a=X@e_XLt_:bPꊊdI4Z^ݕ4{zafqHƗ~Rg-US8Qz^8uy5aaғւma1>5Dne9fGH[ueu@woe^rj]!:wg\}ts8">8^96̲ }^yod'-QxFܖ;mË́$Ij^ZU7 qht;(󾹢A[ _ZĮ\*D?x?cNRfR A\,[P˽Euk |nHA Yk>t*NCܠ$repbԥ4ҽCbSX"Ԑ3%]&h긱`ǎr=pxNa:/9s^ M= a8P`jzF!72Sr꣎։CO4?Nv SogD^9; TvCUԑFa6HIӥG0ۥL15dC,C :1'n][s76o_H5ObOBZD#XByuF&_=7>3u䳮|fW9:_;7!u y#wF5J( l 0#TEMQTg"BOT-APˋu}&{Cm/s ОҊkMN%|}9KPgl Yh۝ E'_zG8i7=.(eq$t)zr_ Q%)Dَ@+ :\+5N=AwiY4L#|Ս,z Se.ʔJJuW|҆aԼ;KV+sTهj5G.:4UXܷ}Pأs$`9 c?}^qt鰎RzqX۰#0k#w9  .W?]~FMfAWh"fЕ,P./j'P=0.âϨH۠sƂ`*nõŷ(,G'fTP̷^ >ly:(->T4uyٳA[4e08D-yڿlx7>O9J<2B\;Hdh!o8 D qwlk 0NHBnQ.ȃ[ ?k_-s_m x p -bt:#ӑwSgaԡ.GPwSb&b4h0v _TobZu7 }5P] ap#w.|xL~--'Mo쀼a>M1̭sM.=S'?7O\.51U35/qә+gr4*Wu6 hA5kvΊ_/kU,DUHc^yZZ;$QW5%KRҘ|jDi US#-ힺe^bYפ+Ε A8TM9${.kOל ۡwc(XvZ8(8x9^r1 T= vuWmb rv^b9Wr[GZvރyP$ڄ,H0*1ݿh 1N]] ݣ/;nVd< ŗ*Ϛs3$Asdљ?E-zϓ̄lD%Rx[+⹭=sķ!ж}"gC{"ȍ;,*^j}z$`Bq6ڪz;gY"%W1R xKbaa, :.ηVFlY'L׻p!/z6->|U"!doܖR?TLaҚمjF&d(Bu^Nilg;KTv z=BA\u)p}&X G/9y(f7R-i`V ѭX_(B-qz+˲7tu1e#fuBjq~1kx5"/AԢ5e5R>4\#Af-@%&3Mm58p2|ss:S!DGc^y=.ɞN%Ur}ϓ- Bqp D\U550R~!YG NZt'$0ؠ.4阽w"x-8y|1p%wHć+[]Mz؛BI R"n~=} wiƿ}6wdN,n͐B6"rZ;yn8ɀ@yxƐ8z@;DHRh ҳE:/'D{=,|b^eSJl!DO+!iUe6?u=?H6/wU`䄤NWйhjnyN7pjdt(xh+5zz'wOTZoOpAa[8{%Q@ }h6Er|~kL?~Wp;(NaLEDStţS>FX*'v&g*y_wWQ&Bo#P늗A1͠ˮ 9ď> &[k_a$c~vHPbwC`UW͸oɢNs ڞ<mA`c`bJasX{+-H=un.e]Ҩ;L vtŵ+D>q)]<^; m "'M+'7[("ߛ.f"2 AUB[ka;2&`C $Sl ׶t |;vi0:cp=ЭG=#֢ 9I^h,^GP A-cqYU_zfʽ ?Cd- 7~HB& o;dxbVrҴI^S׭ܲ $S +@hpxv/zRp#G(. L\_pĶ,e/:Y5W񶺤-!ix/c]W M*@Ag$;W@X_#24q L-tL ij34^mo=*xp;pgT8r:*S ! (*Y}lk"͠6sK5!BOk!56`0mmV"W"c4,@ف?;Cwkz,r- ~uM]aQU96uӗHDi夦8bDXE=(bZx#ЪLkfk#+s4-*QH?Cz ئ' db}v;F&[Xy"\EKBٮTMXTp+v G aι2JVifqDJJ-Iy"cGo2Ia8sԽ[']F̳ݨ t[畓]qIyjIYn[s 38or=>,GTo=cvXP~Ӄh°uB]QG13}CSқIzyqmּF:{R?eJ;t yfA_v 5ֆQ&D)]; > @>W.18BkRּ\F8Nϯ Vi[%;PFOj^aHC?n2`#:DzI=RĻ/EgVo|_d~Ymc긄6?w>=nOMSR%>rO59/p;YQ1:<_)[JH6P p̀TjW@N)C$'Pٞ=\{ ,a|6g:rWAxiD(T%_p|5f!A>2 nY`x|~-aZcftܜ׼q=՞<Q#;Z16StVT1MQNl~ 9 -cvy; *EfX&)m hc{ڀCЬV@mnwǒܜKI Ƨ;5nK`IْҔKїsez[ߚIzf6j)2$3KA7(^*=EAƲK~ 8>ܤ=⼐AѪp' 1\ [=(H#ʓx8?ˮ6A KJ<:( %ϲ2؈H 2Ǝ}"էJe*KiOH5&"9{bsFu|iH@!.c•RFўMX[ݨe显kjPIUT$_Ve);P `201|4=sjsnDt!]6D@Gd24vx>]jH<0Őe9r7 6aϋCΞaMiHUP ?XATg#ڌNM=glݩLI+<|C0˥~sS.%ƑN*wcrb e8!}9cz;3ReF}s4!4/r4 ˉ[#뒷SD`AB:s\tQ3?2 t(}ǑŎ 'mGG7@C_6>5XH[FGrW7V.QD05)e3*g p3#G@ėM$gBj8n.[VʟYWco%|W. u< *S[>RF<W8 D8W:jPҡ|34Zǩ4n z5><Ea+5iP聾v$"F:P ||% ڱ3hGޔHrt|šS_`:V񡝇ޗl݄dT$P'fS , M]¿H~+2T?ZэA<|`z\ *)q[#?Yb'1OQ^,{5Ivi"# # ۍ HYY59'4#=\AoY=_DfG//<2\EqqPX-C)G w߽IckH:֚QjK6j#=׎ R_e p3y "㛵s7H~ьeEe~eޟqΥTK5[mzq74JJ [0+eoTIU I/7=WsqSF԰fWxϏ_|3..0.),T{ x3j"MLWi@Q^az|"E\mO  S. ';iPYD[iN[QeZCK|H#Xe]+ONv0^#6Ѥ8&Eءy6̙2Y3 Njk,\x&Y#J3wC p8hqJc[;l6q(B+ƌ9y"A*&m*Yyi֗UxD K8/@4d`9EWjKBKCY|jvU8aTpx;VAFuhyT"~K\a?~^#z0Jj-{Rb^4j`D.,[`ĝ߂W 0º~ȱش ׉h8?fl'A#mMqB 42K 'Ia/  7w7 AY 0$|^H]3;g΋GGo〔Z:3,xU:5Bf}g,͞Ѥ:˼m$:Id&e9wEm$Ӂe Y#~if6beS۴GR9j7E`#Uu~*^my~αjN7NQ^sMjo^CembSv_sx&>@NQn@` P\ȣWdt!M`mtj0=%;d4%E,]5ppVO-7M].3f(2sQ50qm^ʂYb | L6Q:yF@F=<,~^ᩂyq4ąhid?ؔ4J:Y!Bg*҄\J }|y,_Ukj,q6VH7Y䦞ɠ3Bʼ2c0h q-oC6HVRu?Tҙ1d^fuvF&|82J8{W;fRD:7Q\okX:;RAr t>l+q 3t[$ }[K?i^!z%=fwSB{Jhsy%LNvaϸN|o|߯3q7|-^U@ey·mIN>lEtRn4@rMGGDF~ ⶯qiڎ@&.u` :r~i Pbc0;{A:Ɛ|bG$axke:0fs /WY$EOꑷ9eUYU`؝ID}hr$EFWL_ɁB-.B8wkɈԭ`V7Gf?59`_#ɠb46#-Biqqo?v2M.$l3縇޲|[{F_x> 4㱪 q 4>4e@ۂ&䫢3b{?F:\+Vd~8pӡ?Ϻ+Dzx29qjv+]FWT#z&3y &kR/|0^dl&ʶ(bQ?(4OΣk59s[^/9;I뽿ũ4ʡ͝4{VBY8-Gu?'P.ٙ7:YΩaP;B}TbHj,GϤ hQs }* .)8HB,*.2:wYՅ7 F>/t_ cF- vB*c~!R-u88ra!Nx4 SKx7'pYh2\}{@|/ɨ%][YlЗ+ V]jy{]ɾ9DוR30X˙#}31BZ].rzuA>0Kک{ 7=_!ˇR]f"$׭_2Ȫ0{khRFSNdcvD0޺o#{L P 4W j*0'/n]E8\h͕ޱ[y>94821B`GO皯t6G%~Lx#OUrQl?9 i.oNb um$ܰDcPă~}#Ua}-IP҉kpArC[`%1Ĵ-PאcՈ'$Op|G?nE(r+ CåSv-CeF IJ:;38,X˚S DB&$HzPW J7KZEgʁ{:p7)+C#}X/q/ՏDE+o߸IPjvT<&s.!CjvKەIVMMVf! .DS:X!5o9bf7ۗ*l쿳/0b4e"c%AH7v{N,WO=Im*3\ImhqF{pFvOja<\˘8CMZ+4hi]AoRÖfNj7̆d.k[oS|Zj?}ps/#ַ )@#H>h-tz&;]٢;P ,Fy*j`I=F;Xq`>WZw‚DX7c0Fq5H1cY}9zIşbUb< {kvmĚu=1GBF]OF7*fN] DEkj)j4v`5|Y; BRy٬XJH]&2UG)#P^1j4Sca2HTgmad1Mb)1ˋҿgIGKDoVI@(a1PQlI4xiXbN-A(('Q1`XcO=b֍ѢB /^;f͒b`H`+nȼZS&G(2%)yX&ZMUqlEIIw`t[uޡ]QndR+j%#nG@))ο㞷 rT,?V9JY 8غr,X7 dDCXmHUQRgD؛iz.zϘ]{iYKxydY!t9m= }ܐqlO_\x9D4vQzYE *m髋Sq_QX;c|ovk)ۼ5rXw"Nt[̹qi܀epӫQ-y+cn+>r V֝3tA7;撚3Wuj>ߗOۜf{-f˦ sj9p&ZkI#2z@x &2.J{$^RȟFLP|dB| ӓϛwV'qg7QvZ=f;6~$C0Q}2rtz 鍦gQ5Ŏט;~,ƣVH[56R%xIoZ$wNkpÿMj0!DV TaQމ.p\"g3p򱚤@  mE*ܠt|{ItD#N'8x P4#>2DoGL4`"#awMk0a@HsޯOͩS\[m{}_fxEOvơ fy MokV7E4Ԭ$@~d{qI=F}<-{F++:Et~tL>iElNU5(YmA T"tKV˗= oT>QK)A!„nXp5^1**МR hmZrrgْH\]m8RB#/oJL0ef`-5j!Q#,sxL>ߗ[QQ`MNT/%g_7vNQ6_[kB#V/Z: v>}]80V&]ʄd[ T֒T7!0j Hcղ`0N2('ԧx?b/Q*f4 AǍ"<ޮcjW+N9ߣZ#*6\DW.d҈ ؏8{bX|*' qFzc$i[ەx_Ȩ4a4@9>Q7NFr-PEb_C;.xz=&DZIR*;n~9|2ܺz ̣%( /#r'[rRV/?F;2M. l85Cuh T]/CBfv>=kWn $f@4[2[cFWk]|Z{ȱGAZD>64U0d26 IaDҀ`])@F]CvQ2Q[/QI--51VOPK[1]y?D!Hwu>a3A@p0;XSX=^e<^"$m 2 DƠ}u2t[ ߅"v&fuw5QdU}I7{g]#Ohu2Z c7( !NY}IrPU32U^.bTz:,%NRce!#Va|IrJFr5 "$4<]@=ްl WJ@?8 Cv`Gov>L sL;BÑcs>N Fu4Nu%2kjGޥ`n3?W}Ydyk@PBU@@W]FY@c}Εf|^=N csMf.}u"_D^8NhC@?(<?m> ^Չ,}v0lZf1|eg#McjN7YU]3VDޡ򹒤-CEBѳֽK TFKz5)y)f7 !`zH&,83b;ɓMajR9گMn2~>\KSt!OuemB1_ɥNU]0 /b6=Y:ܽۧ1@9Uz!;{S|Xj|oj8$,d*p|*`jg:c\UΑA0ȐވHqX%[\P2v@t9>btIj-R`5~ι{]g+=u~~jꖁvf/iNPsY`H&wv1@C7I2PL5g矌û *G tBE#'5@5} 6oƗ00FA&|2j]\c4Ήv83YTh7~?+RTޑ㼃ǟ~`ԢƢOzfs1r&M3,V+c|iu3&w½¼&JhĺJ%KJ7~Nw7 EFrxzla^wO嶏l/bkg x Z{2W" GUGKe~hRN9x6hzťJBmDx)K UWoe{/"pNUmNWsGHȮ%A$?':8=E/^MAf6_.cׁһOۅsIzR3ZjÀvȢńw!pW " *4(l>/@3m-nqt8W "NZ{`He(WÞھ%<6_|8w=͋6<&(7R #~'l7{N7/u`o rHgReu}7[V;)jG99Ahr}0M-J1+M^"x0ʭ}r;L$2K˔*S@uE|؅ko*Yʏ9qk SXyC@LЈ\Zwߞ{͍N&n\_騲z=1 H@ʹ3 WNL]cSA50>R)I[?BAFȝQRY]ədB]gh70(PTهx)Vߘmy-.4rOz~'pYDP#7ukX9F>( :[ :eCMbXTl9J᷵XH#xu= WwyoсHxW0S ``qYW:؆t"|K|?Վ4|7F-QEO޶ՌYYnspCUf<<,"!] 7DBڥBXg?٠YY|f9Køx孪 ۵ %LJ/-:7g]:E {kKʆprsgol_)ʌgn|t700_1l71UK.QhhQs.ᴊ_i =m:EVxޗtbϴ0Xfrgpsy`zCW0Nl|gzҀedR=SrQQG+P]_vrFӴ #y:ޤ"ƾ 3L# K]z>Q($MMqQ_%zT7siϚ|Eb v)Ap U$*ТZZ:5lpjS/M v~ٰy/['LF)% cv0_czV`ы |"m7Ea'BR $%m`I`'Џx u$y_* gR:jnukʳlc\Ԭn|АV j U: /\4/;ԙ4;c̾ ؠ4 كni=I{GU1=?$خGH.>K\3=8.^#ǥ:WQ=N'!y O Z=0M%'lkT3߂ec߷.1H!2r$A%I|ڃ͖gZ(V)w$&^Mz|L"4@;R2@ ^6=[6@9, 1t1|y)؄`PMqwʳ,^~]%d[Pݦ:./5r^쮊UTӾTբJCH<׏@+႐H%y@J1{XE3Ci~_@TNAh/9T ڳFAjt96)@f%nv!b-֐zGޘYXAG8=P5 g<Λ2/@wBڟTiMADrǻ">4?b$14K8-YHF67VO+/ RH"JL ٪i0;q: ,$ԯZ-iQSQW|;6*Hxɹ'fQ,3Q`c^'+jG*/mxa`=T)>TtERt-U]#@ZRJ^6縇S!\O1~Ɣܣ/&6y_r ,mm(Lyoro$LRvg3{k.B !_07 4"޼P{MLQus2젾EUz]}Y%H8Ff]^6PU:54aade=[mzvd}z[E 9:T8 jaWG]qY?N{w9#&y}.ڦAP!w ݬ@h.3 Gż@Y5!*k%o5jlH"?]%޿v}˲~{NBc.@bϵp'4)g!ï#Zm;жhfӛfa_A - |Or ܷ,6\&,FHB{9y63&**fU{ .JsMN‘F "rϘzՕ kJd +<ۿŽBaMȄێKjij)jC͝ C[eT"%xi-  p SxQیIGУe1V؀'[M%Fq ߌ`c=@ٴ:\Al}Aq cve0h@yZ<,7@CwrD"e{^}!sƞM9)6[ϱhVa]/ Ʋtypdf N&xvUw<jnc2-9^ կ<ѷpCo2)%VDDDE:4a_cDE5o{Je+E%Y{9HlziMʧ~'/I3"8;!4C:qTS8Q^G'sK{ 5X§mP)P,/H4W5C 2Ypzlqa#~j!3u"hy Ͷ Vc2;J0+LߊX~(Nd4|#ehSz$_}%m.v?>QJd6 Zvcc0/@1S_Lk|7leG'D(.=M4mCzM]k2*W) IbzfX Ijcz{?e`a1zEx@[q7K7UZ$Ț@p|00lMYk\q}Gj n@Ea- &HTMAlkPA?%8d.+{z;"Bi !oM$Y:_ 9%RT^&uU>ȪyNE]fc/tz1m+hg>y"z0uoˀ)B?kcf(|3՞ZVaЍ {$˳}}UaV~[ .YGEU}ITz94"gSAI7vU=s|o:2̱<Ζ3b'Jo,ש9SԱml.ea9-;> y-B}vq#[S$Tv EV,$-jhVCwQa OMQ/Xч>&BB.1g\gfwf[3N6xRf/#A/XG٥1,so.hhXw㺡&Oq$}÷;4Z FV~wFx:D'utqb}LDPR, 9omNqC-@GCЫҭpԋZ AОȋ!,L‹aW<:}P?Isі}\e58*[QOYSUĖ6}?O{w*I(Lob$ iIV_pLLi^.p|q*+p#p!xܦS\! U}OKkR&7C+5L47@KO^;|U~S|g/Hs?y:H콚uƧI9f? ub!6덡qyblKe7H{I*ٷGc4N*˲5i UrjwC1o2}074BWJ$ ~ oM=c㮘(G,do{a>εMBzl o*?6T+3w׼.bЫP{Ml/`Y4+Aғ1@hم(ʙ$ j@7Fv*vͅ$Ct|p9VSavjɆn$I1+n\P-&N1иYJNB9N y4t7VB/VeŐT(oϩ/ K틧m!c,ۈId[ńF¹ȚU,ύXd3(\&Ϟ~:e90,^7LgeF= %2&cmzn$|'Fǫ-JCW^{J1q9JRacٚO:VZ!ػ=s(=)bDZx|tYe+xc1FXzsR,K &Ć٢v z̄G`ܗf29Dkl)} a}u#O@cH_bR LOlRF̎f_8P%zHF'EA tf_ ko48… UMLl=Ȟ {'L߹d~74)0՚1~gσb⢍\f sǵKLyg2;c#xFBS‚^%Gc?IA7wS_/Xj6C $JEaG0_Qs4Yܾ[*xBE&^d$kM6. y{S#~{ƆV9D\WSxIQhQ[^$sNnY }X36J*GB? am{lb"ރVI˷CtYf녂qdS"'`2gX$#Ȕ~QW&1SՒDYP\enI)$qWX!L (<->K" mk-$.*nVv3CZBhƟ N2`8CR[KRقIpH׎,Qo-\qiX%ʄSIypJvr+7YT~jG_[h*;=t[׎ɰφaP͡/@ʣ.HA3nri4 d$NA|ˢbq:) ,M1OQ S6u ^|tVdiHP<|xh xow\x rq VS, '2 ܔi%rxU"U{Xe`vɵj94()I9ܭD:Z {51cNfL[]b $6vVF h,RPl#t'W Ӏh{F NNQw9+,gAo>i?MZvBb|؀6P=,Co7ntBrB0@Z7^'O2 pEsŻrȈ9J`Co`j: o湧(BXX/oh'wNɄA :cz0('IYS(5N8^77(͐Uۣf>*~DɸWk7>FrDh#/CKc۽SdZp:`eeح*e㺮'fְFKf YqSG%@INjJ@_4;;@Hz\Br]uܾC{wӖ])q/Lj<p@b4ːsA\RڀnĨO TD砼&by\kmgЊ fu/ vNJk3  @~ɭj:>N߷" ̗o : ty|)s@x alA,`ynl^ԍxJR:x4x[@P@Xe uK,vSwe,u+yOBQ}3r;A2CC!5sw"'0 U%C&)4COVo]{3bT#Zг}WMItĪ߫  m%Q eGw(pi雧,V`e>oNqڢV\锫kgj8 ^nЂB-H#|6lzR-jI:3dev0gT,כs@'Z%*߼\7 G0hQ>r3 } 8k[;ί{9^WPUP&Ћ3ޠiJ'@9eNC&{˗#)H& Xt|9a9cLm2(śZ;DMKjbp?|TW&,]:Uv[DCу[<ݮ,6 N4\ߗ. t  /\(ʛnJRV[*$dU0BNn(Z!;- iüjQ<1x7,8VrN ;f"=S/^n 6?,WK[B\ׯk'> G V'8Jà?c2dO:')LhL|kIĜeB=s ar,3}3z XÇ *ѐysE+Tu)Zn&8Pjqј_\ʂ"&\q+G*cTPRbb私΍.)ܸEM*W۪.\-e_ZA5k.1;6d_+V}Qܧl{G?Q2j19YWX^yCenPGwTGR ]30(n`=x C^9mզ>d _-7$PڹF~U_؝;)NdN_f'|x/V: F^G\k&baw΂FM QuLw[clwڎG;vlHݹ*G_\H&l@B c_E|߸ʼ/;6[@! ="oq.C .깷 +Bp{ݞ7DEcY78J߄ũ𤋮zN}{{5tHWpbۤ|%yM_OA6q"m*#>u]|_(_wˠ.d6˛ԮI{Q_B?ܽ#rzP5 8u4p:˽WCzp{[-ӌ1ذ;KF%U8@n`gn'c36g /d2Ep)N?W(AJRO5iV=P|R$?@uWGC})L3}ʺX#ppb7T).al|gfuʎC $hG,xq$q*v$,Dۋ^`Uќ9bE`]Dxд7\E:B8d?2TwzCVzfgYng撨FlACHvK7Ez0oC#`3]7LT_SX]*ChGT:.03j<(R"oeg\&_o\JdP4ZTbAj{Gjsu _<;nدŨx!cVQüJCZ_Pv-B&m S_Fk920f|fMSN{];5y$ QgCj˼CW܅ϺڳB< YUdNwəZqb[20B?a_^.%tźkYh LtwQ]!%O5zbi9Jxl#Yv,rf ɺb'ǻvYI:1){~>%hs7Fɥj GH@>TBOP/k}]qNn0X:\l!'ow ]6{ُaUS I؞ A $ڇ=xaQ9* xXqpTn (ONj_.B^{RaX>osÁkofhS6T5µ@,,/LZ"d7wJ]\eSf/`) .t{4WFעYTs 2'Ѥ{ yFgުÏ}oe<'cMֹm xL]\i- 'a?p LMh* )ej MP"Ïm0#Lzt^Wt$Sb[mVT#Cd*t3y>8]\燢q$ߓ+5i:Geo_8uzFN쩱 ȓ ^UkZQ пK6r xޭjrǟV9\Y :wf[,J0ߒ`BI 2*wxCA/+ƹX? ^Bbjшzꜟ]|kso`t=: %GRw,XEމ[2Vבb.D8swGG7=NYkljʲs/_?0.:LC$nOa0-ˤ+%8|r^\C]PޢS ݘèp}O#%s&U}O$ \G浒џ-G1qseC807ľl>s=v{ ML6 -+I4h~.Jp-$>Q>+?>rJiK{Jta$' C4D +m}_?*8g-CPݶPZcKn ZoIbD'%_(s2\DMoBp{2g 9-(hAy &"kISZ 02sQNZaD=Û nXXcv'P)V ŒպD!#_tqdJzaTDo #v/-rs d3#X*ndhxFuGDgއlw!_Q 3'NsI1>?xZ_E`g3&o2ˇX5A$wT '{8>baO}?Z&N ;[)lp}'ƞ[ͺvaZ33zB`ymz6+A &,\>+c6} g7?*,p9K9?rrtb-%H IL+d@l`@|[-BDވW;mV\_!Fi |tl=cp؀П =1˄F*1Ewya_6M<\~,- ̯#22܍7$@7z|+ް \I\_fwc[!8jb/@Hv?4Ltr3˾=].To-hb\>p+b,3Fz3p;|YDg |p)t~m&kGꤏ3 6蘕 YV ~͈+瓛v6W[RI(IRl;ig>D =>ZpR@/1ODN:yVDPɂ \ӛ¯eǫ"(6)nJa&.!͞I'}k4UM~ >I`hUkuvŠSvz@ ݹQj gt#xai)bP2?1 EK -)e ~)o|UXǸ9^MwW y[6{l>1Ƃ+Ҷé}5W MZ:-r}+Y\ g2ÈHW:ne_\u`^8II8ƴ)֮;B?PыM0瘪`l%LaE޹?#A HCIwt>!`i: _2ӜfJɚ`ITne┛5㍄J#ڵ= -(|vٔ#ϐp VYOehLc+w#Tw]vR̬QႹe]=^x<ֿ6 }͡%${s)#I &F%׈P)h&A`hIl8LűX䲏%ȣL]AfӜ.윎]DJ>_镐DžV[{iBFUn@'~@' .H`i055kc՞r<^](D^3٧w{π0$}Cuʃ,GKu-уp^%1e3-؇!F#٦/f" 7ϟ N|f#=vC-.O"?Ou>l99܏Yn`x >pOh2{sRZZG(Iu"e'/yUKFW㜩g:F#k8"A}y2k2TdWK}3`b_6ؠ.u*~&=w]On85ضXPЋ6_fqT@V=3gJAB|0"˜*C~ÉlJ69nJrA4΍k$~o,Qj7 ґFa Vlw4,(ޣ8 n7.`ǺЭumUa2DE[ fT\D{"9x2+^[fZ1P.^yYO9!7K`f;]KD+ +Z=nXH:`?c$$r$ȳ[ψ1AB2렮Rx+;V -LՋܩ>g- p>8+6{/1&P*_e]yPVldUĈѕ>,*U6`bDj& D,#tσ]S!8̽tdTO%8| f2,Os{貆c Y- ź<4׼-䔺PBoO5jQ- 3-?xJ!/|$ _GHwlKG v~%T/{zc`id)XSh 4񃕬-n;P~~`/H[;y}EQOPRb/t3t9߸[-a*I)_X]F9Kh}s¸PGFnhkR> `di)2 W3]{*GM, Y\OŐ[*Q,^9`Rm*P \Φw,w5$[Vs(DpMHwyo߷;amב@D kPMs, rwU\9"U8 &费^mxcPA8 9@Y| o(qw},|k " /(EXs+_m":~tG!-!6rV'/>^ڃ`,pwp`B4Rߦ' "& M׹\4m(UV$^/vJ=Iݐ"]aTjMz<ۖGsr tl 'kYy:%eCǽ:1 Z^<?YXod?&8--"PA.fJrf(U(sGrT)J!M";b nav $׳n!hN%pWܞJq!L7{}.)]rRz39_9h3Q+*y.k#LDKL^u:z1 Ԋ!}N%r=J[LݝIyV#uøK^K]<RJ@oqqeYf Wfy?\cZnQq:ݸӚ5KĹΉ6r{/ eŠG{!(~8ʵL.XSy%1.ІsۨK,PK${ (ؓ=]fϳ7|7i( almJ@,Ny T#*ZR]hk]jQEQ40!3ѱ o Qkbbkm6|㑵8!:fB|V,F\뤈+gB#sY4lb=C%?8$sQA8 [fΗKOG5$BMǔG6H!>ȳ Cŏ7n4>m:U,^ч& J)uE->B[ů;PfM>MbG&Dl1 F& S.&}wMsoV<=a@0N,dq&</Xg[)"͎wf՘S<ۏQjJuA8 5[U˓LKz~duϧ;Kյ8CwKR8 ?(٢7\lg^ _ )H}w]CGxF9F3>VP"K<"6 >l,bkScӻ񢗯Yf$pZCV՝yV22Nǥʠ?0H^ F$[Qp9mŃ|{ x??G%b_{EAbάEؔ3\&qs|_Mzm>9Yw=hy^?#&ތ,t^A:C(=Ѽ ` gLn9[W#h==6 ѺCCH #Ɩ &": 2ǍBDP+ZlǙR":W'8)'?,+yI]Ms2%W#ɨyMms׃:keCl!nZ}p! 5+%`4 cB'ҩ`qt]x=”]p~`vOP~uGF^cuRN ?OB)*EF.dKOcDG|'y9c .GVgJKwF380pe`ps(tx,oR%JM5|p 3.&(P "I: ++7+hs>d:_Ɨ{2sX1t3`ņ n{}n4jKp}ܙo<ІvK nV _wGr $mvSsE>Z0J ޟb'ѾfB/HO& 0Al..IK ŶF)bנ#bd+Ƕ7-\q]4r%`1v7v%秦]$饨}G3Cޟ}Y9&PWH#l/dUެ{@r f\mPy; u FSؼS 3XK? Q2(JkM=R~PZڱ pOmTp>@͠i#;jav%BLr%mM1wuiF ?%k HLQcMԓf(A>Xu/%S[/w {sx+RZ6EHFv{o9 ~C9R@ ڸ震 UWZv[ދИ[,r*3G~00ü](#J ΚTdP@%z1[Hit繌gF5hվWI-l*Eq$JyeTɮUp4_Ik'Gn4{'5Y hgL 3D$&o~b7k?;^6<-;(qןoTH4D fw3׍/eݯ(a֓5yfG">;"@25nbKkGJe G]d*;f*˚2ȭ~:3z5 $LSb,۟'7C<.XH~J):Mv"$n=6Tǻ^HBˣ_,uAۚ1N&3LyӃuMc"I_zgwwq3?Kle=78clFohlboOY7ؤd@aT M9żʗ 1F )YL-%ǩ,&<L$+{+o oE&":m\J!SZY"\_*]&9cz9|>Kitok\uAQJC#6YXHK@5dF2PN Z[/ mkX6x o>7C6 *& ^F-hG杳w2P]t?5޳0x`*K .ʢQEe5wyRD4OR5ȠRͰWo~&iz/cC)qٮϗpũo:Fb<+" wpFx'!QE)G-pRԚޢTߝfl. e1l:m Sb)M7(E{*$ ]|u.F:ٷfαJ5zwr !Xw>U SO erb<$6z {]0[k3C--v[>'0PajK5|JDP^n^ jnyt 3V,?x)smu:Z9S&2:}ɭűy`*D8v11ބts|P G!?_H۶Q%Mpn*W55J-d7<4azӴ z$㭇unOt͓6=cQF2u,|̜QӬ 1)DlȌx5@C'E[GZ۲k7h/3"988LjlwF>%4vz7jqؖs4DB$H| j3M 鞦O٫֥E0'쓮#^i&^(Z4nЉE,_gAKs +v6{C`o<'63孇 PEf#f`Q&Jops}gsS)kVn;Q{2 :%-ڔkӉŸ @՜Ϩn%oYJmxe=m) U"߫n13K7[ #Q|tk>ְЉzspHGe @e.R/R[{!n?-'!2-RF(vx3>5 n%믿C@VR|}3k^4HXd@Gy[ضRfh N{zэFU}X<ŋ:h5.WY`wk>ئ%0%qfl\a-40 I[yyUZHl/9O*,L?I}9䙉:RGEnQdtS4PKB97шt{>].}MF9{?ZOZӈ4e:9yM%Bysh:հY`4 OrLYWoCB8})VUmq)P6֓mS~T{mq-1Ӭhj)F_ 4}3(yˡԦtlҪYa/v57(`WXRWgEn^"ZG)^Dc-%ࠋhe+}p]]'6aU=g44w7ifE^m ف!(mTDr4i7,u R pfm ]%: EPp bn,;SGKE_w"7W6mo-9#ON߃vn^$5g״B3dM;gxb勦L+ؐcڂyXTݺ 8\4$D`mOFņ/ufyK0꘮MA9,WFΝ<5ܧX`NMR"y&ktds'rZdjcR Ū|?,ZR##G7?!7 Uj9BoeMojUʾl}5Neu]_ Ө f}aKM7Z=1*mǐ[^-Rk0%'?k9ggEO!g.sTifYfyn_UlB SU ʎFbuw\zwٸ"JY'/׊՟0)'"~0}pC; Hu|K>|C<.ۧm.Z:ٰE+OYb&Y]B33;m.0fLtr=>>cOEIXMF515Q_g%ϐ!;8HXs;R ЊEZj{ό_W!8aHzW,o)gL˽ _7RA'%8i;U{+tvOP7r@ei=޿V({m'jSh&I2]aOrGX(uWh! O(%rp2ٶK\CB#=w S$:UhB=Pn:ʚG6*MEb +7V#'Ü|3K{8U{f ejk/4GQӖmRE}M.JvGt.E@ɘ8)RJ:#;VzQ0 J7;s`C ϩ_/b%J0 Nh#o3Մ{mUͺ!yڑ`c&|FdzyFH>:[2dNO] }MyIЩ~%SZ#f{o :HDU'V()\< IGizw,ي*(6==^9tV \BC@;A'4ڈhAʃknbTK}+m |+\Τ!w<83VÒ?@v5[!G/d*+g88dUTvڸ`%t ӣ{\J7Wv\ȬL]F}Rm&sc" k #!3>FxƄ9Mvf ^_5hx<jo~} HmC)n/3VL8nc]%|`&p3D8UH{Apꓠ0@z@I}U{xbo݋`NJ~3H+%4/lC7CՌ) `4WVlM@| G_t6YJ&c2A+[#bn1zD|Z9.4E)GiI6~ =lCX1F-'erztGђS4fC ܐģDH4z"CXƐSʨ:1Y]qՋ1OYoA_ԗ<XwWީ?BXew ? M[B$zzw+ҥ#YB|!sH `"@<=j&y1eV ?ABYgXXj-'OZ h[-U&sٱw9bK`6ݒЩlp\{پ!9`-븣!H .`X׉o]bAY#z-o& NzEu`d[g:du|v:5k&ɑb{ B<Vurr#/8`TWE, 7wŧ|@zDrP(WY/LaU"PWek=>% '-3ا#m)EOm\[^ SNϽq1(u/%nD'@?c&v:hR Ĵl̚Y 'mVHwЕ51#lu ;U-JQhhuNJ+nj.Gh`W~@-b<˻F8YC[k˱PdA !laF 2 -rĈ^i+v;c^C:U 2H0;Aq@,|Ee$@q s4ؽ}ulM2E][M۹=7nIvB–D KKEoƤiGFWrF.h;ő g.ᆌL J(`1WtQ ZPPb!IO2dl櫥Z"Q-aq]j"ML{xU9!P2ӨX!]L8<]jمT珘¹V)ؐ[~ 21۾ݾkx={vR\5jia C*t7[nR@3 XZ՚"!FHGTΜx2N2jf_Ճa/mT+n Jx\ ~ApwVSk,(5wPcDoȊ?kK&\.~A.y |.)ׂ U׼lDA?m:6ؑCwbDWW RB#S:, !44Tr_' _KhV S2Me\߳Edmj;mqhc`[\kԛ 5Ak'Y\u]PyK)X? !8e׳DSB 1(SK}ԐWx#Y}TuG $K uYP!OyW充yۑw_N8HǎBp ^vm $/z;>I*σ(::2̜'BfD9nv ۸[,.nFV6PAǖPc%۾)Њ,x*iNrdvTuU9/,,Mĥ5p#;-1텀6Onbb7ra{ +}`zB{FW }- _w*n.[=5)ǟl}ƐޫH-{JfvidF| ۋ,~W J?eTW#U<-Wc?'M- *+ vKi3>VO121};CP ð4dyM2_ѼރcdI:tL]taʝG+8ď{c=()x|WζBl#6tמP!\_F?%7]pkUYS"؏qC(o@NY/Wwb@n 4Z/4bkNY%E,9MHC#>N*Y +H)h gܶ]ێM߉"$ѥ ɶ+=:MNڛ/̹, ¡d™nEUj]yI7T->p4|(y6Dh&M8 do* -8#^tІ& |" ng:_Pr@[b@pMKN(:<bQV֫jE7: ,HePLhſuZ",;Gx?’#;Dwr_6vGƒÀ'*(pqQ;QtR ˏZXPiX >6.lE8-ZYW^utpb2k:wylSF O]D/3 pa#dE= *jgQ0_W |mVL'G dTXsnH}iܘ;Ofk`?R5wJU;`r#RȤ:3-dceW m2uKO].OȐ_S,D-YCS9%l+`e<q2^U2o9_9(+!`?MIQ`g#@c[rg ɶTvŵY[=)vjBB @AK8Soh+kџi_l=> I=sŢۗZDFIcHi`7_lgIJ@m{lC"< L ݮSrjf\ !X ŠW8.h^O$p%oi7}|\h}bW=:꩞&Y [4(D J~RR-\HG3S;&\6bg Yrk PNW7dcSB?]}+Z\ꮾ|oع9pKϪ Mkp|3_-,>w rucv-;U}/aq>5)xCc?5j>[MSO`WcjP'iX|T׵ `.( hQNTk,tYL^N S Y7lIU//"G'1ܖFu"*c)9P&>3JTе_ϰgn){̿r;j)[ü]+NBU3-#8lIz7ϔ v{ׁj ク˭s>NnAwK.3ErlZmobWWڢiG4cc$O[fP͐$G칙^8'3OR$T#!l u5_$vh!8O oDY\sưz}\~K_u`SO`o%\M`B )4f#pǣO[㲲c|oX{kP9TfoL8٣kOVUn@YasbV,.Ml+JWɅD >7 Φ K}]-u.epsnw^@*C=I}/.5SDtkVvP5aE\bVY ]0^+KAg09fM=9rs/y,&L3=fD(qd@7C&ʙX˛%l%2ю5TZI5ňئ86jW9Xƴ|V<܆$yRu$dZ# |0K5sOˇR ZX*kUmTt5˂8M{EңT \*7"W***t qzuG.*vK%e]ֵ[Y}% E##&/Q?Tm% ֽ&/n+]B=v6*= (8s @|F)RD'%[9z.$2KRl"0'xf s\_3' <Í BOYIX~=X5 "(Ze/ '5'[r.){H ^ />kv& !m9Q;=ӱWf$K(v냶u'`E6d~i V%VkC珶ގRl5)ںQU= (0{fv;Pݺ`}N@xwwfJQ45vYC"#h9j9F˛>.vOԻnPf嵎:ǖF4Tt `N=Q84oWNzW?Qg=!4X`%!Gw%Q1qN&Ʃ_Wg]~LҬjrvObhy (HsXh{"N4Oɞ^6ﰜ_ Cb\5*U/o*vMSNeNR,Il5R4:J?n5#UܟN yo#:`̷ji!pߐoXeķMsCo$Lf}nԟ wٗ8A\_:0xXV\"." p_ ?=KN :odw-YTGJiCQFu(tmt9@sXxD^_'}tBI cB] alD%a<5DL :-`O@t>Bm70C[ =vDNlA}:ݸJySoZt`G=VN4J'4UhrLߙqwz= 6ve8PSxlAbac#Ar?ŭ˥o~jFj+i`3kLWZ$i&4,g6 'O(3O3E3q#/hd ;WVNQ\Liz79d܂׌G,pb*T4 E80%+m .]ص(ѭmhp[GnoCu9x3[f؟42<-h?A:.l>&ȇy9M*#-]^ ;7ݛ{2A[۠zqr65 U8PG[--1:  2| ^vElZ{@=>:PMQumЃ- tTB-k>[4UR*U싒DWK3!; ,s t>J^~ߏk8%rrcuo ܢl,&y`-\h b?ql[M1lꅌ,<ݻW>N<;d ɀ_muCSwW񗄉_?*=uKi[{pqhƭيyYGr.$`'<$i/S#Ϙ&]s̆䶒D, o*'Hۂ1Cirt$ff*XZU28shaNoZ=#Xꐻ]:W8 Ӌy1BSxr#in[n@8w1֠1IN_9G6 .{$M"8܈HhKώHRZ,*!I *XDW h_n𯘊.h;H78 l:V8\yrgQH_r 3|0/? U:)N$﫭 sg~w3INI4*wu0 W qk&J?g~~X,eJ9jz/{@^*B,轿YY \.rj9Q^/) *2 @ ^{avHŵWe@ќwA^fVG?~s%/3绡27 U5XKT @}Dv lOlg}ha9ވ& ZA Sf!;~A!USzgxmXrSqq#P7ڈd+ArrwHqS41^!8$Ta1nF%\4R):V2~iQJ;1Z'(#PFS~2YnBJM֭O5@c`}@{o݂DC`yS*\ƪ< v\pCor!H%i6]s1W R4tUMϮ=~`%Ծxa;9z<;x}29!2)όl(V~k: K&ǢȹW{݋A#c#ܜ_H, *o*$ΚѷM{c#Pq"Gr RIwyQP̀.$h1b3݄ ݈;/0Zc.:\}8iZg"@`[01 c9*|2&цU|톆{mzwl ɮ?"~" {m 7Jxp<gL%t4Kn&xFivRblSP 1#dNEi”2wW!sIe{p u0Io$*^Qtb`>c5& 1m4S$uIF MFX+ZHRޘ*kdc DI0AQ=2ßoo=8NvJx|cL|Tztj& CGKhJrÜYzE{eoJjNISCЬmœ%Z֚%&ɂ! +LђuSo20'VPݞG4,|OT!x?(RhEwPSMa52*s OZ B5'QKa ܒ$ǂăcӺ{1k3VuV <~癌6+տ6OM ]u29 7sAYh2VZ4D]:q*l~"yQLf5`o_ԑA[lN2"3˘^ZaҼ>-=-3uCWrr*Obp'@Wne ri]عAwt  dAoR>rkek@TPL?d:˻QA7+LRח[Z)p;UU6q4Y6>i#m c̡6 "&Wr=;#1.VD'o@Psv e잧1lx.hU[19~6U:&x)p l]KI5;Ry[qvoϔ>'RAv1R6[Hw8NXqj_% E)_Mq, +kt$o,:6t&A^3"x9}؆%}xJ^\DzdWuo:N>s4ksٛXu4RcG7lɣ&xQiK}CzM4jl#ь]?6Pz|3,~RA?DOzC2SVN]\x56?qd.Lɴ.}qQCgs2m9r3WFt @MO(*Yn wO{@F N>}a:gh)+e, 2dyyHO"@]zPş|`gpsD. Z59ߎ؝ gZE];t G = |AVghA$|M㓎,&}}~Ԋ(rzfVNl}$CnrB׆29y"S&mfG.9:QJt[ѐ5ntݸ\9MRs2Ye`EDJVsF̶m4.E\ ԍWL GA,[iaE7Ӆt!pl/dXD]6Ahn=GK)2aIȸN[;!N֯=D9/4,Dy9Z'Wgל}7¤} nS'!済*'YS"&k;Y7w9z1i/s-|nn: =>?7GW> ~8*EBĻ5APbMo~~kWkXِ#rߌ[m7x0PN椩TKE&zǍAD5ԨӶU(VG 8@}?^zJ`*qT,3w PO? WAMj^8R|!q/$]H)UqpbvJE/4SYɴQ\k8%Kr,X 7yHL/uq2w|,"W!G"VCg T OKp%,Jk оDx`C;Ƃ̢Oa[q¢hHVEXںJxתZ㭦k>U./dD`B犠;ĀdahPK 1?dȈvx9so*ضW8]Fu& P#(Dr 4jkԥ׷^ XMV*3ʙ-1M\o1$QxIB5],rF*̭ Rȸ.NJ%U+6sZ~yZkncgh4 i[^,+!˟IjSbm q\3?qYݞc,%j $L=c`:hWedyVYE,=-YX+r}ggQQ>el~1{L?Yj RmM|5&!Vosq0Z^K\.N0C{_=rзRS~buLfWLT%-ނkJS-!:E$N9|Vfp!,[k 9dJj8p4{ݏ>JAI^O + N"R'+\^I\;NwW,[9I˯^,g=%B44So?8ڌ$hjtu[ L5P{l8)i|'f3aūmͤc 1/C%aK*^ E _h詋)noL%NCۢfozߴP:hHP3L68 ${xwiA::;TG8 g=5bG؍EǪ2fH 5$˜`O5>ڣuoAuy` uUdC)ǚ2e]#?a&bm(Ywo(}D}zpZhdv#5{-#`8Ϝ٘7HU[NixRw8˚y[a)yAR`?|v =ê!)# :;քRіL\ќ!Id}i?iu(h9$6ikwT}n|&d0 riB-gRek# ^ 8ūP<5&8/<זOܱ,5(x%/>A3)e~fgnCX-_^p?oa+tJG%ys-E:%P,7y=U P aL* y"|"H8_귩r&HerI'i Ȧ3tRB;s0竆YȬmWFniN$~fxniX;L(>S;ĞysʈVzN'R#cM!qGQFK-!+cAMʴA!9\yBQ4P '&N:^p6 :RIL2 _v+ܾ"96hypµpDD./<+ ^JHIӝE otХfs^GM)I-4c[2tpy2@`:Wb p\K"ԶR^k W6_xf u'qiNy+Yh'O-ƦJOm8Nbf2uAtӵ4_ܟ!O؀%J,ٛP;}“&_q&3M|`ũ|Ct.ETD@4B5m2ovewe.CL7IUxG $X\)^ah5s292hp>B)|a^ c"hj=;5fs'RMm?+ɞϦD1w2Y>~.ّ;1 φ:YVd4NGSWsT# Wr-tҖt}H=Lb1ώV9PRTi+/J "URa?anP)h)${Ve85xͿ[*nf#Շc [蕈MdjI$S|‹3:;lU(i'U>Mܬ11Ũ̔<7(NP@iB϶MŨ%:(0:7y6iS_K`bSМa= !% ؄O4ېG/g<>`K!ճ?&]*>?jٕA'|rHقI[\k5 J)*ne> &F-cA7ș rݶM31|3И@+a_:cs4BAK[nsLobV^Y]Uڗleg 3*~(+?7PT ПȸʼXw͡-"|?\H5L|ɤ!xb`H>=DW5;$WY1=3zv0E6wQاZҰ-?*-aDUe2XW^v/'WD;Wv:-ZF@՗j{)վ`_ruCmG̕:I8Q1pe6]1 IM: Yc$H鯳<ʰle mT7ETVf]b_=UxPdgNz Q8 Lf"a<|946ܟ6P* J<.k}L-{C]7o,U>gfF?,b/YWX>zT;UefMt3IL+1n|Ry B»I+ԒwR $y;<`/rL)bGpH%q Hq&WiIZ~G?搗pKk5ke(~إNۂ,\AM*lc<` 杷|te<$P8߭qPo.bЈ$aUkr?Pn Y EVA #nlgl^$\:ʎ7bgƏhlfVj f%Li2w9=rm]0сUZ"L8w \s\PyNc7Gqț#:u0ّJ:|+0o$mɂدQ^d-|7yoC ZCfL Xԩ|TUϓ^{ /]YcZ714LfwUs|pKFBmPqUeݍ =?*׶- DbJG]1~CQՇ*jGĢ&.2 h}>w~T,Ig++ ]S1S;?IڴRIDG큧yx 5Ry~A>MxdwpZ#st葲8djyMw,?#F J\>`{ſ~bBĻo7);"`{~e8<=?BTHmifx/Kn-8s6xBkJls63sM!EXKb]qd\L1"c; "gkxO6b} a'J!q sҥ.2fI5`ǺY܏p^s+@q$&.8†2kŤOEPv@`%k=Mʋa=K`葄c]ӸO8dab:gה&S8^cKl&/"4,Ӂ*DsǪl鮌d^)lRqbϽS4N砀q6ފ 0-6 ڕE]rYM)c*Tzh³Ȉ)<${UHv\Џ;*$'EG (j|,;OLqxye_ >C[]}`5 ؊|ܔuVA2.i\H208RĪ5lhٞr}3a799"w}:lbt8@%Qe|9.RGR)E^}DL6#C"b;ԍ"{h$k((\SE]<:}@!F8m<z]:Y!\\msl3eDLSY9:UTz+ N>: bɿϠ#dľ vu(cx:YAo̶%Ih]}~-_[EW !OaܴT ĂاJB5'jl>h@PÓwA9B_*[ۢ4wgnЍ_ ԈҿHA,2@u Fq4_p ?]&VUs-#D)ߊ=`gg-R>2*Kwk&;y"ۄ۝SSOO\ :~p J[[]EҲ󭩫Ӌr ? 'qz:}.U'ݩ~"G?ʌ:UfuhXMn 4K4RO=M+tn˩I&UW宽pDf vR^- 2P{ ][ޒ 併~h!4e*䠼>5)+,4R+*li (\ɳpL֋^WOGQ hY~p.0CK˜4h=uxsz_-HBSǻBUz0^^| ,bM5I'WlWv5l,DF60)+̙7|ee8kj,+<"2jlyf>]b1^$~i$ hHfsP rUM>4Ll9?V-VڶFzڠA%e|ij0VcG;_j;$ ZJ퐂yYp<\UseQ(~mTZ1}{V\q&0.̘BO̱ 7$an,ji͘d͖Jo1"c)ns\Wmb?/k'5DHm X*ԹS1Z˟qUWop˽7=_+J x-q}m}Ol{m7$>xAm`=YI gL3 9xAY;p-֔Đ"8 !ʹS˟O۱mʧ"3&+:BAed|499&'tUZdM(v N.V-LQʣ %Lm+|uU#-bs=u!\ D ng7,"{2`;,J;.+ ָ¥wA1!3v#=uGZn{϶Jİ2} 왭d '@D;Ygb£iFʞՑ>R._NtU"5̤N]ogo ٔKr&Na+B٥1=-u[R<$'6wdKG ?ID5* bz9ix >(ɛ Pvo]xɆ26Xk`X Dpj [aO@)u/YFgZ5 *-Ud: T>a] H񩢧&ZHY\k}=I!z־"]CF 1VO-ٜ!gJ9adZE?LiQ|| ;)%'[tWqݿ|L>ܮ  rU M0TQYD)<yDu lJl:\>?B6HcB2d6[0xGVȽ6#/XtEeĶXnqX`kku3눇0}|-AfAf 0x6MM(HZUĐ| .өd<] eMgk)d?BEApGqR[pO⺋Z,LJ\w YP0DɩXz%C)K|f P#~V$cO$WwWM 2Vv(8X[kG/3RW:@ 3pR3̆(Ȃh55f(xN̙NBS81(0X:MؼCBCOd*bh1m)Yfg $Vmt@@:b(;PDh \jn%=:Msn-Mqplڔ{^=݉ZپG0ʏ324z!Q@=ml_ϩ\ubWآ9rv5kr aL,F%b7I{BI]e B!7a{+]0fa;]0 )smճ/ʿ2qTgff !d+hWGҰe#V /Fl\p*)^d< 83>IϏaK3w BJ5#}z*7!$_t(`?\ۄ|1Uŝ) /yv ,7L:! H`,"9c SPowCyr^W',&T}| ݲdzhnyd-Ź¾'\ 1K>n2k,)!s(P*+MA]ҹj0IC~~ܻa$vႧ*M7M`=溰s75ٿD.k<6°ӨLV6"ƽ%v;8]>?ϴMSt[1R䇨F&P8j-7רh{˕oBC\~Ԧ/a0; ݊W2?U.g K%NG X L^GX>6]S\5¹|>|Z,SJ K$$?))8I *(KhbN!tK7]sa GB#CKwsӹ!YE 1gZQΎME[omϳhHk$F3]$Prl±bwEb!EH׀+ ,vB i|0OGkkiY~&dsV*O5􀶉]o4w]wkoWJUN%N}>R}zuvֺۆZAxNTmK1"\7cMJh"Dl.Qw t',C CR~a# ~OʔҒk:hn0ӚNVUoKE>$)Gr癬x ]Уղ@O-v7t}j^29Q*iJ p,RA n|6gt㖁9Bj;Y؞>g smOE5Q[BNp/!ZR5ܪP!S)DH[`c:0ĕKWλΗm$g73Ds\('Q_ ? )Pi}Ym+^ݐ;:v;#$]Sq塩Ȑo9fgcȫY86$F"s(n9e݇a7 >$RCMJEy_om )#)hy00–UZY[3lHTEų]9}\뤘7i;t2hId\b\[;=U'.~qT" , *a'B-BLIAONew/jz  /ZkV/ >6ƲM8AoӔ\-ʀ w]s.O[Y@,J't'H`,DI,ǽ:W|-?L| hwiO#+AT# 7ANjLꙀCx@Z>AˁwXX]`y_9*( -RYQdJè`悪|u2fiKVېc~0{ i|*oNlB27X$BU/5t?b@mcKYx@H(qZnN0򬭆EꊋV\Ug3HD|umg( P~]ӀF/- rU%J=9qj_HڲfueDs2_;oOBHږkljTXS)c:Hblz,Ƭ_ui(4HÚ؀3"QWtaGNOs n^QNw˅^Ho'rzAӾHh`Qgbºm=#X $,WGyT^ 6ȲF ᒒNY ^fyh&Wq, /xmkFĩdk+_.|l}2JFFcQWgm,<./eauq:DEEз*dw~Fi_!n0Uː[o}^sN^_3PYx!dDJr%c(fޖ͜'Ifoamv}$/o QUJϚU1n25|b*+L)˥q¢ٝF+:R\{_`C~w}CKPsJ>b?jZǪɦЍ83u˴裚}KuLL4rt<47 u&P Ka F =gk0A=lj4~Nծ,Is;rywYaDA1c2سi 7Ia@ ;UgQWp{4pw%KÛ8Bg?WeŴ`A%S}q!Fӄ[!|JO5Ǻ@PO~N4ez\c"Ǜ?FF"[K˪wctē2ARg*Vzѭҥ)oJC $wbk<Ī_W< auF‚ x7M2]T3::²&1 >O/I^i-M=X c:6ضjF>I c$RaR*~6Qƽ\[7ipg=ymBDJ"N )mWg˨PT &{y-yái% q%7܇ {}TUIzaKE>~ЗZׁXԭW3~NAjkF'-f?+cuzw$K䊏%BqՀWk-d=ss?( (xN'<lk"}X!@5:(AO{TZ5^3L`hPw]0k7ݗXxiw'te֗[|pY" d6@n2_Le. 'ʋf"-2S\ f+P(;O{wwi8yAJwaҐ=1V gCg D&h s,OD<=,'!X@ApBbeKw"%uzڋ !nQY({l.rHDj4$y0snZy",c˛g$F ',tݱ,W>a7:L)㥅{m^C\obeg^LBq(AB^T qB"8ooLŻ.%´m*KO-< m ;kN'ķ"kg0NhJ %:$e/]]tKV.#ȔmF@>z) Jn%;]Bk[ /zdZF?QgG+@kND܋]hRSW|U&UDĠ+i_- 0KJ\ybQ)#8r> N7bheMc*q^.=T^61V'Z]{ >[>HkRJG2$¥jНiλm߽DZ9胊WZR݈n ^'CPs#7W65 uq 6Zm{K;/*ǂ8g!F!9w,T<+MpXZKHVVaqteS[T\ߋw?@c_X Q#X)!I3sαDӓVm:X-bK/.dhÝ*#\2[h Y}s\-chUW?zf>=| Q/kwL9}cܞK > K/ qOnPfPv[kC"!G˵Y $5{dۘLZR_&1`읹JegDMub5GJ !oq"H2{iqЕRua~o_vc7)f4'15Jk*%=Z"M a _}[;B doƙGCDQ3 (*QS&ݙݞCZ쐉m^ဍ̲.K#z`]: kxZ2& 3Us%,!(0H"{41{P*s0$ЙkEFIKZ[0S$tiTw$|R!if)6A s-3ӻ\$02r9a{$U,%:1j8vYق='?Ej1]TjO0r2¬r\lD}#lfAZZr$Rlޚr!wB>>"r@#Wy$٥iLM!B+P|G]Ssx"Dt@׎ Hz9ӿ!>PPrUr2dFi'>TsOԷL t =[݇8Gr-E3ԢW,*9Rt(j6#U"-~}9U=eSAHL Q|"^\V Qs4I&>˹Ԧ(yk8Rl^ ^Vd; z$U%+V_]o2#!h#8f&-95+yXG;N ”9"kP.V=TܹM\%V!) 1tNrN/N 9b. ŠKɼh^.=61d*d&oҡ#93[GT,|w1JzH~ѱI`4J F~}@^us=`I)}+ځ甑!Y9Yq,eOxa'Lmy̥Ù ˓gBS 3Ue=`tyߑEEvz=S5lF@z)A`qVȧr)mػHgsmqQAT֋¾\2^/Knk$z0uyN6뗠g<-lZE Y0&Huft vSzP38ɤ}L_$SO=DS?)7繢0 ,0 3§L wy_MS폜qدhȡ:RQmP Cu5}1Ba0 fn-S liVdZz.@V-zF9 wVKq bɲ!f$~NVj>!jLxzb0or XfSX 3: M,&@-t*~نﲿAGQy66뼉H_%GpʿYB)qک+N(ArmpT1?Jj@|>S^L"xߩZhluh~)ŌLO t8֖Hxk7? !a,[^X'CbUd4TM≅&J֣0"8PXE\ kLrO<*?3ʁb d5A˃a) SAx%rbϺY<*Q(Պ7+}nQ=M.\Cvs+2k~E:wD /[!ofs-{d_EQ1H[hGcg<)YF7l{dJKeBкyjkuB6̲\ܷNMD@YKrB&^rBd(N O i_Ҝ׎]e&Ch q!;ކh6(o:c{fAwh^Gi)!gMd% _P:qamL}]]U,Gx]=n@}CۘKZѬ:GZm.L>5R,mSr& X6cjb0㢑q J6L!h-[WoK:xsPeuշz+ApcC^VRHO[A0ބW)P1W?e7iT7`wKjCfRi C 3O_,h?$ O;rMߨ\M ?h Um_0f+%H?jk/KOl|FV0|FFyxg6+u9;?ޑ<2]TwA%CbMū/wX1 :A-"f]~ c_wj_B俼 vq 1 Ti/$gƽ)C9 ж]GT]K&^c apLЎx+чBtW9^nuq~'Dxf]6Hl>b)m"&mBބ\=eKq6y0p}g_pPj M4|Vڶ:D $t{'Ͽj6ȶ(~e1ZJc(1*:RCjvaF6c{xQ"=EmF .DSDK;GCqAMU MQER4Qp Q93lv5-9sYLYKw3"?NF`pYof)ZȘ\qGWLmj4%B=G*N .kF ד 0Y3sM8+>;aaդٻ34ZwζBJa1腷Ȍ"2\+&[ŦoRY!~AJɛKXzD)2w rW P NENDs 9V6FGкϬBTlc>(!(YIJf(uh:[N@3np%sjH(  ?mmsXCS^ZlK a]U;%^xidWjzl=*<6 ^Iav]V1ԁ!q9I6xSӨ5 ٠WC&o\d7fC|i#46G3Bܞ= l :=!SuI y tm7[VهDZAfg wp}G Y?; ];&}=n~\5) l[B^Zֽ [C+r؉9xq]h v⪾4qYWy|nؔY;bԤEVXF"WHa=YZؕ<`eDNr LySA:?0Tg<ѹ@M= Vo {3#M fMU\X pv$E.j'W@׌TB,{s[z3dA ^MΚMF?_) jl·y=v/EsUXȅ: Eقユ|g#wVT!4*mu(D 1) P<*_TcjV1`]¹eU7^/Q2Vs:ֽs^5c"aۿlEˡ! N00ӕZ]d4(eNH&|5O.Vt={j5$?BVȍ9>jr;lCbޝåc]g$a:>/0CL LH*L4=N+KЋPJOn bچ3:7 ngQ4'>Km{tvx-#o"׬o%<]'5N|*S&S_f"ŗ _q?uL m6 fZpK!TW>&FWhmqAUa῵^:Kmҏmd@ /pM_!` ͳkXژL%Iү^yIgW;p.fuemWbVi3'fʺ!,sRu6R=m3gSE#! [ҁ]8ke}u E ݅~EHjA#sDg;[mIUCAS4m4X7IKPP-7E?x$$/ct(\@wւ AoLJI{WcCK+ vFWM/q.i4J[C?KRW=7Cbb*>bxgm[=trU&JS ॢUCƝdBM?0SqM&V~1~mn֍<]+k]q[˶- toFf&\Ȝ(ʭ}?͐JK7ӽbuҊػuL.L)0pWu@#By(~6|۾|uYzM0 e9W.sohxȃC5hHCJtTBNY7z BjCNӟ?赾kW+b}^ogsAWmI'nygXXI\<$|(3VY20|@-?ʞu¹xkMf%mw%/ivR|cZ&@=o~m36a%%fN3GJ q&gROL?t: T7 z/$HM=S8`LiVϖ΋1VdCsdškSňr,Hk:S Mras۲JssCǰ|$_sX ytA6Ӡ,QܓB%t!.{,~mP=+{#SOLipLspR-0 /hS(p?fjzf򪸗DSubBNx5ZUad$:UG!YF/:!nZr`} M[m #iijCar">:xۃZV;M~D^&+Ny%cbSSMg¸؛coC0CJ 䌘 * awJ1-lNTkqUJd'*nԡT\r4fCou*WŖmh*Ϯ &\eFдDL.W3QPOo)vPU@p!`@&`,{)`&>,]%4Udȹ dBiKxuEzh?7]r:KˆLRe3[YδGʋX7VlVvee{kjrC[nO!p&)h"xLz0InҎ4τݪ捁7a6 nBbi*7l? )ɚ[0{?wmGRӿg" 75 c?rʤPsflyf;l]sPow`|O`ga. )hg fXYn~B37'w/*Il6zBc  $ԫOE{A zKTg*9[DЃ΃i@)M+fc %ϚM Ir;pV$y 7I9NO5?~H)eD&rXN@a)u܆]Â{5c UK89gU9b6J%p\ϴc?CPW6r\6P6@⼥>cƯ[ɢg U``Lh e'wwW"גW9U vM eo .4 pL89l#ZAf 6/X?$C 4aE(&.r8#y])hb0O$q@nMa=.[USm̴ZEkˏ*}Yp^`W$ɃK^em٭qW6UhS B8J1ꤪ1:qV;X-3`S(Ц#H7(k̥r:#LCj!T2|V?n-Sv:4plh|+0so|)FpBjIELx"ub8oft7-h -hb²= Y@d,ـXFDLV O%I8Dzନ6C/z V7 V )~/h/q7vFƜ knrCo=|`<*{NÖ" qbZC-'#g1[yf*/>`K+Yj@EOg.+ѕ(pQiNw  ?{5T>1#AGnEXeju:UH ؂T:o5 O*n+L=FiuK~̔0rC{x92v˚lP~'رpBZ qr+doUF V; jZs~q','(P^NOZMQ*B9p Xa^zɃrzʳz}Ƌb+PIo`Y0aܕ dXˁ1zL&Wx1`ZsLJޙLPqޓ qdIu5mjw`yGRDUvY cYط~v^ +$-Tx3XvG9;Be6Rᑸ1& xoI] "|6I:X%=&ٞ6lL-:?w|%5VŹvBӋ$i_JKv|rP6hIX}4 TRGйbFg7y1o)o$d/ ٝRwMJ<%GŮ핻"p^*`7Hde2`:["+ 6ِ}8gC*>\oL{;-HuD‘^Q @+33PTim3 }nP5 =Ԍcu`^3Ď[ bLUgŧqSK}CD2(|w31a眖{aD+F c ۆ +ȅ /)h*U_%Q}C<@=TҦ6UQ//t0_K5a %R%蜍Yׄ`hBg"28=̃0a=ʬQǂ}Nb'(UCjsbŪ%Nm{ qj Xs$ajc3<}8,8Rws,1n( tyKr]ׇJhdBA=\wkV%uP8!ưK,~d:KIJ lüfbz`Oۓ`$_-̹%w8L2LPVEZ X}l:#LJ T'+], 0Qﺷ=`+䈌3U֥j嬨{ 5@lkqIY_ؼ[\ U!*6y||&Qܗ_W!XdQk/N|HBY\w'_{SNO/;5e8xV ,KZjλ 9V'E:"kRo.ܚ>jѠQ;uuT"T=qB <̬`U.t `E0cf9B*ފ t N`)24 8Z4?<2u#|d]X(._ݔl :"N#u`OmstV{z3@jR;ÇImG*f߃[A 04L^ $l/g/F"U-`x, P?кḍK@hOOдWŠ>rk< B~zL_zx7fЫ"RR5zvP;LJ92*;r^~g3[IJ+d1+(Ts[\Z~0m*;HuVK3Zi%RH?CJžw{vCm Jan*]JMۀL( ;Fl;6SY 4m 70ei! }e7eC07g`TjwyirӞ-N4#G ?L`ݏWI$:a[B"46{tE3;Ւ3}R<8h`C#;n?0|zZgs2N6 -Ǥq- ͓ďB+bŘb^eQn~vT (c7nݺ'q)C,8nH;n}Y˞6=#O˧dMi~G:b` *jnoy{CQ]`%':. e! Ih4ۨ.6ڴ6\,G'YB%x+^ùpƽjo9X'עE{%leÅFW|9fʆŒ7z=mS26"Ld Y-ä3ABqanv2P>ePR%"hd9t݃q'MV~ɡ04{z'uZ[rw<R n\gww 8T24Kc+6X{}J zY9!O.)iH ~TϊlW @ic%-_5N|B zmA[Swl =w5'ѧqچZ'~"pyԒaDj9j%|cΟXʬUe-Qwr{+ .F(%לaIx7r"5~47[ФjkO\;&$.oiA_rV(8I+:ٜeMy̨!HTDg!á.m.٢m8`cNo;"$/),V ޽4\ߗ g(=F~ȯ9# ۓgv'o,Nbrd2q<*:E~>$udSm WZ7vJ}X"M t>}< Ku&gׄ+ZV,qt?>[4ƓjƗ龹!F8P^ca8K!`X\labX"Z>Vez̅[!}CV*Zstd0 Z{qA}zb$~jJwM7/ֆ_{Yb`DRK;i`1VՑbkD2aSeF,=A5dV,[o򕢦~{$rKWgK1(aY2 U~N7VdH.iY9jA w t6'fE 6f)jBröCM q?MwlKf;[|咑qɿNA-S"Ub3 ĸې2{# _tCm[BaƀKl -QyI-MMFszfn\7* 5{pa7MӃWk!xR@\ .] O q^)\Ra#~L ɬ2A[ \*&dOyO:n1 .?7R' gYW%,2xySGqtisgR ]IܓL[Y\6짭:u$z;Cebͨip0~k% "Xg|=J"IRN.{I^{<)S@׉_;" F_sm\a͒!Amkdϲez1j.L/hH;'ELtg,= bz"GS*5\0ڐ?^pZqb7EC匹f!244%N]j>5si0ㅹCc/vIJ_x2 /h hۺj?[+H u]^=]"7)b- ";]6Fi~)+̼ F"FdP1Ka𓟩FypkyT!*guʽxt{aܹgdRi;Gjvlj1sQ/\O@6 &ʑ['f7D=&Dt23V{Ӻp-L+3"ZA"FASj|k켅jyEw\mnY x#bH)+syW"Nwd8%,2@qIְrtV~I SWLCnóv6K!Zċ Mw$HF*4b/d*&P@3s)Cps=2kwMA > vVoxf|s6)@Sdʦޤ87k+AkOr)|k)^2T/q',,@k1^YZUkI[Oen ׏ ,0vRrNT%{4Z #M%_:U?KK^ |~ u'UT=6-\&xK|?'2{'AHɕ`%CtHĹMzB)UY0䫇vNG\<{v=$Qq]i=V })4N*ɒႆhP;ՠ)~_6 P2ʘ,_\wIkX [2!Z{q)O6B+5qTE*OqF6w#'l *|mo3 K5dS{we:QAKbzO=|z3)$ZJX愗٫V7BbOD{5aOO܆dO;BR] !jی -/Οuj¶o9~NtcRZk%223ʴ`ՎnJ ]GO>=^ðN>tpGvƢ _@¾ήh"<)S4AN1% LGSm$)GpK]'#dFD] GbLq1JanBV\>Y0!(\7RG\Ziyy؆.A4SܼUVqwbWB.`>4r@̅oZ 7[S1YH}+SI4.f)zRVLcmO/$rb9`0WE>S=sZǤQB:T&;P{(Ŀ3lOF ]2I^yaq"zva';y6 ?ՄNdEtБ}sx{ ) |&7fl-Xr,D06J11|XwO  H@ّQn3bl<1|)K%qkB=`nŀ&ӰiLBx1\1Jfjb_p|YŨi2A&Z*W9B7݇(Xn,Kx`8 bGv zBޱ=[ [2 G+N~)]בUy"}HAO*,Vס%Ss-'`Y{'8BX?U |7&]Ǥ [%{$epB@wah)*<Q`5%%^b$oMGraʽ@1IbmRϯɠ[9$qd? )ލ}NN3;׾+|NjZ\ O |c!TW8 j ].yE #*c{A 8'fIlfb1q`^v{K9\Eu.]#Qx&2:Ӌ}0GrKqs[=x?VWVz٦7DDF<6hwY*sLõ[)4ae3t%We$)$O[`kn4H<!ROQSsBL< 8 >d#PY!k'? >' M79. f(#D*(EV<MѤٹ|Ԁl<\FGo(rpkrУe8S8E'doՒ~LiW P lKOOṓ0f#Iݫ%L}9 $/!Q݂jSD\KpSm҄kk+`%l欖 6x*IK C+> XÆE5`S0!- ӺlvdØpB@R͐)(`quڪ7f6N>}ր¿}"M#D"fƹa [YUeN:UdϑH5Z'*(]ʭZ7I<MK$gW +Y[s[%ѕ}L&_%8=,'_C~^pm2h'@fW~%ω}am5'>PU7|KF|KXcP562Dy ^Y$$V 1jbV__^ty#>GiEF6>;^ VAwà+ HxwzP @|2Ġ]4٭2դRջ'>p~4cr>4k6GbXbP:ĽY c6Mv8 F[cU\m!|ҷ t^~s:OyI o~` ?pH&|,5pD9`P0U$QW-̶ )cˢdD^cyx.ov^J#?өr͛m0L8c)_(p^#f/a+G۠7+?- DZ!'_%R#Km p? RB098մT]Ɗn"}`zVѫȀ)An% [M0:80Ar"NofXCw .Ot`|jpPd Ĭ+]]r*B[q ίXEP zR2AEcBlZU25ڙ|gh4V'\l7Ff O9EU.t;d>gCnoi5Y Smܓ3j[Fp!۶ %4!99Ab6c8IQ[15rP݉%t4H[3< h8>@1Pgf<:S?(| Vsɇv@B9 }ʲ WX{̀[m,*1Hд3`)*c="i#v__5M50+0f`.%4NXoy";tnn>1_.[xLOo@}(i:|$ĽW#*\Q<2B^(mROxX-Qffbe- 4gt79"(#7(;ƭfQ 佝WC@|'e? 3iqƒ{8kќrQ݌1/4nnt/fb=VI\I#B#\ csߴ&oEw-"$r췜9d"D]mCOh.INHN9C~;>ҧoKsԡͩ_ Sn7̳ez+ mF!`|@[^5N嬐+2SXvM qc*9z:(yFUZIHux?+gьc޼2Z`¦2bA`>0ƻemi;FRYZ3X S4NB+lKSVV v=o\.Rʣ:T8jsE 8@"5]JvMd۾2tڛ.89zzyܱwN3BQq;G=-$W^d/(#pZhCV.c8+՘!P NEkTubDd&EȄoh5R WTJYHS=fC'-_˚xbJO@`d397Ϙ@Gݚ J/#pnfWgy7t<}ΠH{Od>łM;r\iFH>Ot{|JF2h'.GT7fkBn1а{ ľXN^?i6r$ jϑ"Ǟ\TDT;j͒Y׿8bq{ļ0ti5*0>SWd9Jo -NX2I;ɧ_{a& $ǧ ~|{RnH>*`Nh7(W!n6Xk< n g,%Tgh#]{}aы"c;顱hG>m]5 Q5>!-~q:xTy<9_ٮt:ܺPO3$)i<31LHwJi=†  QE$OQwcڗ4Cr؀JoR3@d׈(2޷Z Mۧwm<]Fhh}Z;v,!lsA+n[.?*,Ú9\DbKX Qo~Ҡ`.ɐzEmjZ :|\v`9u;}".T佃Y2- '" CpI}Sֹ,ETTy?;6u7ɵT݌qrcFo|I¿z[$tgo>+l0MMH葿#ֽ(v[p~K?_?/ x&y^r9D }%YiK7"sq4[/.X 83\l,$fэ7^N.xC{%-h`N_NX%Bh1mUѡ=iua$ 9vH* P *&y3sK+5 ' v)#K/)N+h3(;w  QgR4@&8`#A~_>Dڤ@vUŊpe@ &K-wftۧޓ.XQj.4PtXjLAجKF1+ya^TN+Nc5SQJg!lr4jg|r  66 -uʭ'R3@A:nD\vT7IYq@azXnN{Nv*V"!2YqX"wB{4UF.ѩp5f牪KExKQ; 415GuWľǩܳI7ojOOiJr,=),O qs$+f{.?ozɽ%W2mCZޅ$`l÷&iwq#U!ƃ|8+@j8T 1+jl+'AV+i(}}sגA|E{,KZȐw4GV|PI'Ȟ}Hp}iF8靈t@ԺC}'S~+q\!7~zYfiij=~o/[*[76EU*?1pquOl#$&s 4KpPRt=aEh5FA!#Xs$"V4 %1F ۪; vPBA1d/K%3ڂfW|f(O_PM@:ƄN|oP+t] Ћ5,c xG]a1 4GIOp5Tk?Ш1=\R >tWK1 K(2sgGI~N h06b4Lrګve`d?2Yg߫; ne?iB6'gF{!**ű°*P?z{{xC wWMg)\SZcJΠ~ `,qLҙ> %y۾%+B! 1- @E׺Mݵ)x|?9-Y+i)D;>$^T xtTl{'*RX&D,L~'؜2~wB }v ZtM{6cQlUϺۮ`,vY\1:]ehŴ\+'$6k&f`jTJ9%3 hraf햺:uY0Z2l#A:TT63ܒ#:Q=RLOM"~.NâU$".={ڟ->$0!|S_?KؿLXcp70ڢK A2yt7[ ]a{i[TPndSopD\Ja"%"kBRR|Xꛘx"(-3`E _{ k*,y.c*ȊFs-[ 2?抱NC,evXC&!S-0sL;m}37@&U}xWPI!~*Na([].>Ki䛪DBn`Ži&tt \*ߦOcwUJ53(睮*4L-8&!tLq| {T+Y84fv;Ŵ8piQ񣂝g8X?|uB)=(?kjOU#$"66ySD biݢɅKmHՓwmgz@]M3~nȪ"ko%{ J"SG(>hq^6|,/= ׻ 9Ȟ }:NFtv^tNu?vV|!6d6fC3_-h3,2%PLf LȒo(V)4Q/IRٯO:7TQ\>jd1Oj蝶G u0N>!aJO^tmk&5Pڄky1F>^2H¤}94bp7UJ e9 }i|=Wu8q4 %zٜzfjm09 3>J +D3#rKX4r7{:vRqm &VYAq|24e *ަD%҇#L3 Θz+x5x6$a?9nC5@&s bmE/a~:m3[/倨v(3l7/a\_:ո!T. ; Ze9M29,B[fH61,:th$ْy>;"/8l)Ld!ೀ&d޶H|w^#AD_h)/񛴉z~=7Mhu)zRP5J0`"UT̥QmA7*A?Ɇ&i.-)}CMDOe p --UέJ$_zû(6lcɭ-S85Ľ&(7vކ/6rbO ܇ -WQ[]9wSZ|ZEy3L^0 l1.kRmJ`q-M'trCzV_Bܖ !7IM< -FA/'ycsqi: *R^V5߾$wD*w4YdX@v\c^SbtYBQZtH%RоrƵU(_LJ S6C:DPdR/D8J7,o1ڎ`]]_sS1[ /-;XUĻ􋰮5WbvÌ0D|s@+Xzބyͽ[j$|g,sЃjs㷩ho o2ojֶgJk6/';ふF׼m@#s,N'!QiN#5"NȎMkSHF?r0h<%UnC:p3zm`##$b>}R5iդ4|/"؆ wkD6m^ a [''qdsh ٬gJkIAf.r=7Q0O& Ǽo1}"f hډ&@5\>M6UǻF@)x[ƻD= Fޒm0"`R΢N+ _Qr'!̿zW6Jao' =>iRG\kQf?.hCH`mJ#JEA fÖc>'H+Uruo^3>E,f4J1'0|x0Z?HSWQdaj[ĶKbG[MM)hLepkLt M8SBLo cL#1ip^7Y= a842r$Ѝ*FgsD[.a3T{@jSG81(rkPx9U*f:\y8 .oOϋ3HGռD m[#3UWo/:]Hϓz|=Jh1Q yvC}2WA_&{!nÂmm>q3ͺ0٪0reAz`@[2wOI'~z, EЋ1[In@?!YTX/'-x͹UO<V5K,&1CWO=#18`T:lƖUV:=U g _2ba0_>tԒfU{v9%?j]Ym\ɤZ8lg2W@>'q$aC3L|e|"|d)kk~φ|QQdd0źڛ wc+tͫ}u =/mۂpfo$#)V@a*ty S͵&!rs'$sPI).D=&e틕bqd_6.@ª%ݞ7]sBynؙh8L}9ƜK+q+/ SȽ"V R-!KikYЗA\s@*3h[zc*4vI)~ρ͇[<[Bf)/W_W.!Wp-}[+I!vD=EcuKv-1ݰȢ{d&UT@R[q|2T"is𱥍tVz;FR.g |U4#YG.c=wC;aaa [X$C)O⺿CQT֗TZ8F-!=ӔVMe>G(uѐ bN?,2|s,~yY$~!)8z[9ݳ%j-p!.3lM"Bx<=Y?0S ~XN!6H jq} [)e#ϸJ1LEܫ?OQ= r-PkO 2Fb;2ؑ :]4^s,@Zp&/Max."C-dr CIEe]:jЪ%P<ְ-/|ڊ) HLk-ƜK%h̽]xOg5'>!J0>IPۼqe@KɮWo"{snT9\qOA.FibNp1l &nhyQ)52V>Dl? X2%R$nӾ8\F. Wll>i6Q붧[Ǹ0W݂b;8MFa/G(L.>724#ީ&un>]HUMlćX 0n[=a"-TS"9WreGda5R63(͑r[P _'# brllR?B!6`kυP.e?ٵ*WN}Lt_,`Rlâej[3bT2טG8`7`:"S1|v^` 0<^ AETG$?vfWG.]T˗/Cr*Oҍ2y?Xc#0"v}@RufS,xIo}׌g}6ƊM!~a{~\<>>ˆ03BVi$(OQ=ޣia5!r{1ws煍e`y3)TA!81 ݸ EnmnEk U ٴu"R;$S7.aYM=;.+K NjNGWMw$ՇC.PDwff^07m5Z[WC>Vz@ذ^n{I|Knyگs7{ݥS;/FUU>"g$CLi? tE&e"YzT@p-#ފB6Gʰ"lT[*i pKV)pcvSEhhQd¡#P(<K.]hDW4{BYCEN#_vAG3&!GF`]Lv:zh^QջI2q*_i@RJjWp0IƸTR">Tg矱r,j:BWag$RV(OJUʌOw(GX!++z} aqM]PV;1CՕ,[} I׎%f\R֟fu cn1#\"! 12I21DS61lHIv 0mں!McNqH) O~3yxi"lt8Yg_1ɣĂQ[/pȴqg')Ϳ6"4Df&s8q>8Wi7V8LVg i JO/]ܲ,S'5p^τ:rлi3_v$&#tݜaPm߇MlYʻ j&[,Uˆ@+!-&wJ u-JDZqyM%L?:HO 1QYs]*d\{#1 M\+K?1I\ (491^(I*S^CGEDI$ܿMoa_|K&[ƴŊ5~vM.Bd+o$;Ǔ,mX+TԀ 灓e4=}R=9 %jZ^0-zsLe=9t=*t^@YjnY$dIAJ ,{ŶDYli8;X8uQ<w UyݽW{Ha7t[_ĭE˙VpoX`au 5 EoA룤FOΰrFNlpeqN=v3AU@=@ ӥt)&s{?F9qkwd!ԩD\ Lk6 34v.7D"2kw[N.j],JX*wXѨK29s:c͕5ϱsXLoW("w`f%M)f=EGn(JzCRy2d*lG迕 ۠$BFm73A4rWns?*ǘ)Җ%4C@;\cb t:Խ\*'xl52OKAf$~@8(bOyAYdHpUǥ*@9"R={Ue֌K~#"SBᑰ;KU7VE"mMmPfdA΅9=p7c}VDlLc2z(wi82Qz!ʀMuq}z"BGc̀/4!"xެI%;*YF"l('I\d?~:ޫg&:jo$+>F1thP$:/72ۃʽ:#{t|vB-@A X{F ̢ 8xBbp8`Li-@>HZFKWsoYMx'wlVBՑxc]T]:IP4 goouJpU׭rZqT knsWZe%2ܖ€ ]ʼ FˆPJ<rՐ4UG<2aڻ5},*^_-_S,1V5+3E4L<=="O:!RWTuGf_E& j8 tiAQN3Cg(" 5-xP}9qIz [s A 9!e$\g/}$`mXTQ I^WMd:M$qX+!]Ne0-\!<%vo-@)#v`md ǩ?8.*m(H]3M:}~yr%e&UJ2=]$@tlR?4#U=21$yh6l[FA.'RڛBXi {4A or>G@@J<UQfǽ~RP6AÏE7~LOZ7O~UFSeLMP=\"a6v95}8(sSñJ}$KF{ݳR[&KNi.Hy23UKLeNIi^ZKK=F K+5,ǍQ ž, ,5B*ͯU--ǢEOZ;~୼`&ؼᥞң$o4'LbVa'$ZED6 ^݆$DBN%iIwkuzcUy= k9SqϻGef#-Ght΀=Uo" N p͸QxI.`g'Yw!bXgmLf}h͉ O(S=Z ,2XV-ŮS+=Ih2l*v~)o^G{#!"#W<ٍ{fEp+%JE@T}2+2KטnQf?}݈^#V eOp}4u1ֵELeP.sDȫž {f㉺5P%ަ,3 VW/4?ж囧^eٯ/k ,ttQv8W]5/YI`h 3v9~rU#N69m8SEAc>jʾS,->ЏM._?C|/])}ԕqt|e1r!o%VȖc廚WpR.KBNz5'WchoXv [0Ji5y՛$Z|c?5&\N̍4Sž6˷.4 Nr)Yo)kM@%5[]`ʠ|ʔ٧4`KqM K(Db~l[BITz0H*CqkK5:xY@#H2~NwVN*'MͲXv`0@ [|O^Kn`U! Ye,Ma0XQ~(\x(6[F!(1ŅWCw[C"Iһ˸579vw>, ݊z6焏S2586&X\bEG#e݈junL(|qBߑ`Rnp bM/ _`H|Z(K\gx4ĒQ;,ؼb| Hg)ѯܥ2DFfA&4\4S:zJ+>1N9֍Q)MV@m>j嬅 BhBCDP晏@jvȓuuOaR|4LI5_E&iTs!mǣZTI¶8 A0zty)]pTCViSU*5!}em}L3 $Z"GZU1ۮ.µ-h̟\f펹 e9ߏF`4<N_dBW!pVjVϏ\ ׭}LCC1>JZk AQïeK61Ky:g]5U=/0q{A,:8>t; XrCgAPq] ad>)r+YAdTLߠ}K!eFk\c4S5 o/pgIn/TnSejѦY)|r7ǜA$|lQv׋Z*XHK%B[[O|}=RMIY]>_?&ݷI7Ϭų26x)?J~n08x w֤OJِq:}` ]U"@+Ғfhl%5,>I~8!4<QO/9S؋ZV&ӳ+`nƖNy+y;~U[ H\sOFȣ/J2[[84\:0ml=c0D0PWKM~E;泾}Zz߸RT3 =nsrl_Z i?11ʆ`f̯:'gsq . F^+-*tuO/QCL &@F%%?;r"/) ۝dB7ߢi')ʑ!4ouqFcK"$i+F_eo5_jě]ԢH?d:pFY|hv鰣8U?~* +(75R^'D9$L,q?<%%ˡZ׈=~V bvagћ$50 dw,f|}͵BtD2b7ΫI ~x $roLϹ XWcTŜ+%MB uëYAF{)r#s~{ȍÊ_2'Tj̃ZZ7h>)Ax]yԏ `[9[JvAN,kÀ/Ć(n Nmq^q+ o d6vp^@z^(S14Yq?R+^w͆ _H}A/@5ܦ @n4ey ¸. i؉8u?0lo𺹐'j{D5AX0Q QvNf}9f l^PwAJu }b7K УC됒+'x3)er0ʥg9BP}Ѝ_}x Gdʸa|:E8/&gcГK}}@n2|vO}h[Ls.&1fE#^ᏻ̅'OP/De#+lŸ8>NV*\Es<щ){螱A~@U׈>bve4"WK!g _6VCH-)̓7 v*=Аv0mZpKZmzi0 UQj*S)h|z8r0j|$d+FeZz7ԔppcXqA vkYEm_iL?1cPHT4RUv' (_.l: }AC MėϤIw ǽM9>d9pInUP>$Ɨ`w@fE{ފAbyWmhb42yt2 YK/gjo#q[bMa-G:[b6Me26/*;pë&];CFqoĠxKs {? "o;߹wN>p'_5!G.e "˒]I TD1N_5cp &1aqdVmS_e^*g9EԟʁPm]ݫfKH A !Nx/\3yDDް`&)Wݲi@ 1Lc* Bw,ĆZtϱ˳9m.(UJ$YX ̊*zN!3MHQwj%PFRn%cõb0D(pOC}$ G(S7 W\APRJD\l[PR{S(.l_l\R-n zXy8G[wXhs@3i6 f4UD"G.{5?3 ylG3z#\r1IᢿNR\ĴوPP\DݕtKf4|6gΜ,S:g=(h~|\#S%5̿7J;ߌlhㄘN??,iO\ iif(z,cKpgʙ826a炐Z;PyP MZ#4J]|s`%} 店=£PiF ~TQ%n-y3+&&3ڴˮ]J{}Pʿ?3K-K9Nm쵑P$ ar&,_iXy {c^+ Cֻ~n*2ߺÁ O0s^ܤUԑ]!c'ᇯtzwxҢʗ-_Cknt@\p!X5`QT AP$|%؀QTK>#!4Y873l&XKQGR\dS28I렩` V9*?dZX/&Պm}9ȁyٰivbDIBlh֑%*HJQo s7+H\u%#hlBAe. S_\VfZGQ O(mhߑ޿uظݎ;etu1 7_!x#>_ܠQ>]TW8C>E+cVa${R&[gL~gWRf 7y7z ,G]{. >-"vV/ޅ,R$S&U!'Dvx,>/2m*S| v}^} i麑TOb{npG^_{eRE否ܱU2jp&Fϱ_0@oڋ.qf?P"g%^>;~xDjĀfkyZA[]Mǵm/V%Pvx[kTm&዆׽#OdǯW)9j|Gs&j-Hp] ,[iMQ`֧/2ENk+uW}p\> zlb Xz!/TYÞ"xЁ 1L49Wx vPM'^`|McAy!Kbh^PǴfJL@|| pXf8f^o![ p(F/aqݱ^<:p cCǯʆo:r6h99ϫAҽSB[AQm P䆅Lgt#%(y^i? 4h-rj;X(l VLkK>{5{n)Far5:I9>zǗhd"Oky\U8F]nV~-Ѱ1r<"3GQx26 ŔǪniqzމ]u7Y4~#oT,H)jUV(/$VNNǏμ2+1)^9hQoepKm#Ubd|FܑI/ɏp:~iDZo~¶ Mcv9.1I =TpRr5{UĴ=&7,G ˶jB"F8[Fs2ruX=Pģ P\>09k $x6\X+vŲ<"V8~25sCmwC{k֙h, Ym.,dW΁֨҇-.d?mnt|B4mhR7q3)/Jr61YvA8u傚BsuQ n&whW!WT ȟžZKu}t3.Doġ,2_==Ha˩VH8+8tuxdxdzB)_ r'xB&cOFrnKd-֫ξ 8l8KMtzċᓤJrXe^IZ?0}#1sɯJœzHro6OIaZ=BzwsioRb@[3 늿8-}N}8ga{-Od4d}!\d^ُƶଅ\˫*b[ d,$w'+84fvO7.Cik dʤQt-*7!*jWۢv:V |ߔˎSXҶUзz:##XHlg4$a=.C )a/ #!4y $foGl?><}$YŹ)ʼn\l,Zc_?^wUH= \v>@`_l~ !89f}dv)ZGnBEQЇb ƾH|~k{*'+3k5AsIqʠ&ЅY'[K; xi_MAB@|LOzj# [\aynnj{G\QB,F9{+lC/[C9TLvgZD)]LTJH92"Ȧ"'"z$ ]f@Jk׿O zZ2N *)x^vL*I9wLRAx-"p˰Es V)SQSU, =MGtpfZG[kԞCχk KmE.slA2GjBƊɅjřaf/!F>źěAvtCu#-3 }+2˛ lK'zrSȃc(Yf^BOTlOZ#2%$gj9B)UBs. P̫^)Zj+Gj57qBn0A'=}D@= J{p=(ػj[Ÿl< ܨ[ arX]$IH\>20Z94&/Ьjg!D4RYB3I2\vK*hoTRI D&#(iYAҬAtFeu̹Xea.1À[2w5^dbYٌ06PH4@%NBu 32{맳If@:-7MŢG/zvpNd&tA#;xHȑهQҥG8pv[/,(QW-r:pl3ձZo MiF!XtdTAx)>'پmv< HG8cz37JsTO]( 2w٣? m.8Z(GQL3^~o7puirG{N zg^0{±ڥ)?Iv Cj_A%B*'a 7$,8Cp>0ӹ;9;|G%xsv6,f%yOpgj|v/+N"<O2%$ݹ;;+Ir/ƥCNz{B*㠘> qfƸnCF{2KsE"@ Lm c. r5g1%yUy XG$J0KXa񦒱nN4uCu>*/z vVp6h'%tw{!]SmU(j-vk{tHƝI߳y}Ӭh )V\ Ӟ")j[*ubdd z 9]kC71SXQziF(f큒N1]M2hKVb@h4˃#߯c)8w KAҗ8Du1ix3\g5Yn;;`Jj8"ul`!ntSgv%jX Iy!#Cl(&lVǸ>IwY(z]aR/^{]ZjJ9~f P?wAwUYA_TYZL:V0VkBFԦ FxqS>}eH418㔗p823wo?h"-@wZflldWlX#8_WRp3)h?C> Ƿ!Ԭ:Z+] Vi6܋1^+Ydxp)Y;lD?xD4``0{رBenk_HSRvZ2IuEf7aWKTf cۣt>t"_B"4=h:M*Wx8{EZW+-KcVqa!-`~uy!|@yG EyvJ$\}?~xu]»ߛ%V"Za7T0+Jf<ÃqJu;>)L#27+Yj?\  [5o~A~gىN{*3d!+j'^z )j ybMQ}#)W|ec,gK yu$`6<|J.YKV?yBs$RLEt,!n?hfd<&и4眺%=cַ&<=<ۿw/v->3V ʤ_|l7Z  R+YNiNlaBq 2~/q9 0jT}vg3g>|Á <]\x;}T;sOX9MB|zR] ]pTk$,[#8Qzc[>\g,, QfO:uwVJaU5'{*K]t Y*F"v2Qoa(eq+%f䃱xQ]؜Էp3W99ݳ8RE/L=."R}π켝ޢa1?r wDOU݌f;^7Wy;=9?hΑ6bwNltD#ϠnSU"W^W(U?wRVzĚOӳ4cH5FDn<YA!譸?DNTlChaTI ef%lv*YU){IdN !?CfMPFn s=K'!wx"]s' >kM,f#;&su۰g]vMtL}9pfeτ' htRN@ǢtHA&GŇ1xakI+yUS~6,|"LE({Ǜ cj5eZژ83,/K^GU#5L-%`w q;}%qFo!ae_SB%~Ww?dqŌP>yflAa ʳB@`I aj`%3 G4<2_s&0[m$!> //\c ҥ .f7_"J@UcE+ _eƘ y{SW0գ`.ǻa d2\a!ΔgL06CCSEAg-Ԧ֟ja?Ռѕ4ITǭAϷ\ނ|YP[mCCI8{Zq~Ffoۉ6adO'>tj ++Stiv>JuC WD$*|C>k9CP=jRÀ)H? 'a6R՞-m$Mc eV "t$<}IjY&RrPLp`dV!"ꈠw`!muy% Ō Yo~j]ڏflTH)LJT 4gQB 0O7оWE`Pù =m3|ȏq5EkBw C~aҐezylv|-lma:/E-]ʪA3,czC(ڼi`CT:Ap6Ss;~7쳾 ̉~k:B7H IT :>1D#O!eVr g3A "Io΂u_DaD* Ex_>fB|se ͍&Ŭx#=IVˑ'ޛ:}V Jx>p@)|V)E}lj_5I ]U{z Ű0x㜸DlSvYκ+$C dҜGL&Nf,S~4*}@ 1 (gs6z' /~vz.;/ayi$,¡M?Yjhsfgj/MϕJLzxH .H0ٷ3$")_e},gbC߯+,͆`kTޞ|z,%U:kc ?7'_Ǖ Koǒx$j$ 2Utx BMTțFÜeYaU1~^쏿Y\c>D&2 Y qPFVz-=405\4S߉Z5wQd||~JZ:@}* e%hO:9;$My襢e,BOWf`m\>_cFǫ^{dooPZBBZIkݦ:o7, frmfOKnH#LE[`T(]ͧ?x]lB̷EmX/ݿJf|J8lg P.yx rs*E$g ܮB-=/ 18pјh}dDA62$ܤ9MUE]$4BD<YǭzoT%磗J7Mkve!au഍) h2 goQ.WoQK1 ϲpiDFmcj ZVsFJմY^y<:DjIXe姿h,=Kb/|Q5l!9%_8c褍u!PNc[pVq&g[:Z|I%0eCNщώ@ׂ4]|.RX`깬EW U+ުBAFۼV/(p .bZm]#kNȯ"mG#_+{Jr $tp gʕ/JGW::A \S pcNO̸<