libtiff5-4.0.9-150000.45.19.1 >  A ctLp9|ѥf﷑ر6Wz8 \dV y0cy@fXnF%pu,O- ܠ`v(aKoپ"碨nH911 T*U\e Pmk2ܐ$ OY9TQhთ}S+ϫ5_iL`[M&D߹WC*LW &koH Bpk rGp@t?dd   U 5V[ q    \ <r(8.9d.: s.>A@PF_GtHIXY\]$^bczdeflu v,wdxyz`Clibtiff54.0.9150000.45.19.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.cts390zl317SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxs390x(@z @mA큤ctctctctct7)O@ct3e9ce485b26075f876271a880015f7c015162c100b6ee0eeb4ed2103af54930e58043d13ff46ed135f33b57008fa33ab26f591c7c3516ba16617bfb351984860fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.19.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.1cp@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/ldconfigs390zl31 16685878054.0.94.0.9-150000.45.19.14.0.9-150000.45.19.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:26866/SUSE_SLE-15_Update/6d2d974e3372242b94107a2c56a19623-tiff.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7af884c777057309ae212adddf5e1f7bf1766ebd, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=51eb453cbf57508150c89ddd9d787a61f0befe1c, strippeddirectoryASCII text PR RRRRRRR R RR RR RPRRRRRRRR !e5:߸ ^utf-808c4e02d139bd7c036faffe52b821ef338dc83354e31b6d976e19aea7ebe6492?7zXZ !t/7] cr$x#GaM6ZA){dSikCge seK=n ފ;o(#}B>,- I>* lI^nF\E~xaVVswCz.V0fjxCvaU%!e y.;B3J @-n>8 1$rl@.QDww/,Ga|Vj El-M6jjPiwjp…l0Nk;/"FF|Ho!/w<%!5LXd#M 7`~sfu;S \gKT2S"ݧBQ 1g Le/}T/i1##f O_::\l1aZǦu)EX]̛rHL6|l(h~%]5|{K/]Y$ylq{߰ W7䉓QբqmaIF^]{1P0cC"2;r-֗T\~\ ӭ%|f0|7=WL;I4!$vɤTmDLzglxVQ+TFz8n%".UP5j: ^2hȝ4qDžT}F v71?! e3{<") B|_[[KKuTM|p>$ |gS22@yPAXOWڻ9ǿ';70Ԧ(Tu>Gh^ޒz{v8V9WmY.7ɗ4k\ʆG80`´?޲w\fGm`&7{r%W =ik@k , 1A~w|G}|`)P (h<7,SeH&wG$/[eZ}q吉1}|?G$э-DLҥAnE w!Z mUc'p5vm8/sHMīܿ?aʥ2'']R G`$-g뫊͔^.@٠?^c75&}I:/Jk"r C׫*Dǟ,(G"!4$J,B8#@ cm!`*V&Yn4vqD@XO:Ndzd>%j\fW,u JZ?#c{_SgΠ/_N^n3 KZky`cڃi~Ll<,ish>W;m7"MA~Ek=IvmȎOB3WGe5R=\sjvXEZ+yL-"4 bg9wߤdp{jO>  n[L̺2P2[ ߵΏw]9&n! `6v)|O]-pIsDs3SH8,(=QyQAJ$/̈e*Ϸ;!C5-Sƌ;P7K^ծ7vp, }SŹgę( B{;'gDx}K %$HEGoɡ}Y&Qa M@S Yӽ| K74vGErT*2[tl\rbRMv3/;[!G&>󆘆iA x/PeIM,gД9BeΎj꾺|=g;. ꓟGY ) fѡWnݖ[,W_eҴL͛j$:k?*$`Xzv$tDJ8Wƥtgfj#;(ʼrVe;ʒǏx=zWC?." R9`Na8{xՁ7i'bf"‹! "NT!ik9}"yȤYX%4ub) `ot+kzK\SO?u`>DWO#M&{W۽5eR2m/puE_;swG)Z@뾂# w,d=_epJfFO m$ެ,qՀ&'U{".ˠRRbEv79ņxT'7|5k{k$Y4tӎ^GsS7RvtZrW%s]=IY_fb򛧟PL,nb@w J(JyF(\~l"q3e<WMyI{}wj0o:nD/BcM$30Xwm߯4ZQE(MPovz9 uw\O imp>-_4`BS`#LV6%%;$1֟M|o+J$msŕh^x`N>}zO:BSP;(,0*"UzvR3!l{nElIVݯ8閚M˿qdv:ӱ\CM({p"/h׃C$9wyRwNH\SsSSgoWI=uG@<г]~r,6 ,1Z=т%)A;n/ݪ$jKHlЫ>0,"-Ng%!/FT V=KpjF"o‘FG}O t.$U&Y1F4wh*%M3EAj .YJ^B3\@GF=,RO pgN%*8p|o\6<:[\iRWU2W5W#J%I%xX~/MCVM#dw|[~V ]5vd /5wG"~Ҳ_S" !^"扴|iβS΍L1=8{=0Tu }KƗ߂v+TcpxΠk!Lp~]-*^R(į(q[rL> 7gj\8t[:hVeLmlL^ [mu)_dsI MBA"dA{-ҺSA5{ʒ;iYyB^F; ,+;^KX!zO5dhɋ^|"!G*z6~TM?$ڤ'#*χQߕOFLp}DSp lfVyG5:E?_~e;y@wS96w ^ 5͈p{W혻&ցPqO>KـdȶԦhFTE>"$LոYftDT @I,׀L]HbŠEA8IǛuWXTk?iYZִ}#Y\⛮LDzIyeR_=WH.ʿ[pEB!ji&Әk8T[t{5kb;hN,Wܠt1~Z., &=2_*xƔM F 2I2҃<^/x{C{سntL6ܬ[C?66(XI#s6+S*֊uKl&3pҁ] aǶs'+ Jz D_|?,q}XUkpBKύ^(x5.%jp3uratAxtt8#:6U&<R 4=XIGKZ+: fQaٳ{ßN Wh;b$0+~5UiED2@Yq Fgb~T2yi՛>3x<-cCꬌ: AM/iIЫ8$_gx/)Ce s[.?}U$9BiFaf"eNqF BN냗e7BiPTW NMO\$,Ÿ QFbgy9!'c"qNuMB):l|~w%iC*F _rJ%YI2 wc"`XnXjC9.eXn@K+'6`/y+RouY?`μh-: !18r_I`A22P#-ôc4t9gzy)#zN!/%0 `=:g#3?[ui;Թr LTwC2_ 5ǙXU ]Q)QS#ĄӦ|(mK:UA,Nߝk8.? X\>} \b Q9ta2NLea*[fX5$-^m¡m-"f֧%KHd֯Ify{)]I[΂z!WvU)jآc1*oּ[TOgba:DgƐ=%Ƃ]Y6$u;.j!@5om 1e91u~2[с#?^t&BAlsB/i3dE.k`HJ T[<~qW\b]^CUP(kym4O?oSkd_8Z@ksNpqFܦOOMB8 $ HPdG1{x @׆5_mo/wqOsÆ a՘U6zcLWW)B^Ķ I76D5XQfy0\k;˭SEcF&M,$9qwA@|9q[:e^譍Acs'Ot 4D"66X_k1J~ijKFFw]%8J zʸ9UCxS'pVgѫEEXu<7`)<Zю0v;7X>:vC8~HR ݯTI6\++X!p@8kcm>Ҹ<>R*qH0OBE1{Z?0$m^WfkHVw#4aRe@gںcZuP?кT54| W8?/9#wYj->9^"S`"xhiL[TҀa=5ȣPz0`Jd+E WC`; v$LrV@bXХR-;AM *z2@~(Z7bnH% ծV!-:q!pMBma:L/QtLK6ÄXhpb3lF_Gt\u[b~$DXF aTR]#>y=ERve:vRo[+8m1Y2>EAt?PE -dg8!q,,OتźhPdb(lI@x+$;g[э;l I:U]Ա'cTj9~?oP@Y2Y}Lc K8aT(i>GC<F{`e/8Geh on9lRY0}M~[glkخ־4{X,S$.<{0lbVt9)@6`tQk8+C|YBoH c2N)ŕlj0^uĿ(=)wY ^ⷬcJ039{/'20rKfœC{y)e2[? ÅWR` !"ꀶ|R%u!ȪQ/j4QxuyRI#ogcƠ$%ef>[тrӕ|_hjDJ(f Tq}1RDQEd û_7mֹ0.~GlRVܮ=Fޞ1D(vĄVq],4|==?qp2b;DS |E1.sxJ7N$ϣ+GѪ}Oahnzd4mzmxr;62hćߜ,CKGPޣBaZٔùݡ8ІwGTp?w7=6*TP2bZBޤ󛕛m,e% BU?[?gtR6~qD ` nW,j|!UoW(dO`2NþT'=]5{%O!;qdXS/[NJ3N/uiS1zHCD7Kġ^*EmUS)cUM- CtW\[ Myz:l 0U@k1NrQη’ΦD%:\^u9ᄸ12 `nƎ@nD`9[rƅl5w.Ex6g]kF#h^Fo\31#E8=7saARvF(oe*ӟ+)QubK*D4} $c}bz @mxR+t9QYv_&p_j7jA,+NE"DШ{kz20 ~*q٤G* U-,0@ ]_h..a<}^yYNH)<`arx1~AiZ4^`G04`@ǧzNd$ A!;,dÄIb^6$fsv#u@>=uItg-6aмa䋼5{g7 E}f" #RvN. q,J󋔭0up T5~dS7TG3 Gk :8)փoVr>zv;pcuҏJ e\cp/ }a7PY|0K;vs۔$I< ']IN(GTN!u0D7ySi0&v~n2I{e*g$K6nHJeqdamQ0$i{DLDh@7/$zwQP57MaT (:X.=Ǒs;cY*>4̛<ժޘD@|ˆ$x**v%LQ^}f ^Yu{l"VPB}."5`\^i |#,S ի|!u3X5(47+^ډ7( ' ϙE  [ T+$gqew\6krr󻮟!F \R~)J.9xe3?7v#2mjohPF)?I+A-ecA=S9 Qd^ri(3BűfVDpdڸ;ǜg]"@3LJY{u,m4AR#z? lwO|Q2=&. ?%!&iegYaeڅ l"D,@UX >vm܉ѯH|?\>Ьl~ s<6U-89Mxn^C ڵ;۸io1& aTI"u:%wlyBlupZrG/0'||NZM_ zҳQG[n߻eRv1`DsHӺMIa˧$13ukXwkb$Hлd,`xnW}DrX M"[4g* ,J#P X c`{ llUBX6g N:0xvDC{:?{ sYW;Gd^E?vxyןq b= nfKgSPnsb8"(5R [[LeYrZE9ІIMzLo'ԲL؛"xV I#ՁW{|ez_77+.Լ7\2Α-ڧ䚅"tH)44̈́/hߓy.ʆ? Wp&-PV4a}1sc9tFC _)衯SBٯ =1ŸHr$-È=pxqhKڤW$qjA3fp^ÖANfp{\UC%c7עk6VIV%IָdT d"s ;AdLddHfu>iu=2C *_`L>\<D_̇8Y_g5RnKfh'1%y¾B~Q7gjI5&;yfH/z/Q>UJL lyH߸RGRaE'f'xz)X}% ysȃ1 /k3:%^,3<#!Vy9 ZYpW@C@eiFjk?^C858̎>~N ~+%1|WQt aG\*3K^R}Sa^zVn)m%s((NSc-H~FI3Pn [Q:k]4%zwjP Nv6A^\9NX8{~ܞ2ԑ,{FmD7dW%RV:s \ւ!1DZTys|*! {bK V6w^NRU 3v+ę޿ʱYU.YCqhk(NUv+d걂qpAL&rvBsIqmϑ {&%co(crPU~w`a ;^}D|`ysYqI9$+vښe,eD7%LL@Ep&kRdIdR8A[1CkC0X@ 9+|U9dTv.# 1d wX_E잤]N5Sy+ lOc [ , wWMgv F|5<.b˄ӭ蜷nF|(tNB7QƾT }) R9p%:Dۡc^-Z 𤂠4ZQu g~)e.\3\궥tYϔ63`,ubaQ?We2U2D딄FJ,Yq_NvHJEP%.;ы\.2&rDO}4ίe6M< 00 ޞu`_&%Բc`LAqOۧ"E bA˜itRb4c}㰷u_@XԁK4ŻE;NARH>T,]ݘ}۳*}Na"4R-Qx1TH?QƌHmDN(kFnRl]<-w4ݜcr)}zjx7&ɻG)3?L EgG3P?Nf &9b7@{m+܇{hsQ Ls)GUp~ $.#yJ٫?`\/awmpf3n7{dדǙӋp_ RpsIγ Taiʈ'ڨߖʱ,q ?lfmٖiәFVL`FrS8]T&E-Iv2qK:/aغC ~~prp]mZu  n:5?6)qZ="@$luB,{Jfx$C ծ)Gy QtNo~qfbD#:ᆭ Ys}y_!Vh⚲Fuu~DH0%|;/!J%0WmgK 1n qda7Y_~g9Ufpd3d+Ϫ3d9rFbˆn\w@5?e̿N(Ig΀O⇶dMFXد'12-|=-w-#>e= B+ ySzdtFBcȾ1?˦5F*|Biv?Plx9&C195Eӎv5Mve_'-ѯ#FS%tyXQk1^rh\^b&Dt;7*RScY9 <䢁>!TVm*ͬ恻FYْVWp% eVwqΩfk@h`i$ Å9pLb1_**}_ʀ<k__կn yBm1NՐjm;zoI%~+j`ю0TbNqDRkWh&m9 J n nRgGf@$ &kjU{#{B M#¹**6řHQf xCK'ᄉf[zkɘZcG%iUÜEk5E($+^N&R#{ :abbya۾^>#k=?ZY!WLޢ9gYa3X|ɏ-^pd뜾,F ;o$. hiQv8[m*FEH!mVӈKr!)-8lٟ&4. ›g.BX'oX@G=N~*&ۘFRe ''bcQ}.d`%RS:gຌ]i)!+&_m "LY]%xT/r#D]7lUoiUwŽ> Gŀ,<.=Q+E{gJ[QreS/ˣ ,Ǘx1$`1Ca_d[>D)/\MaO4~)hC(/yLA 9Xl0>T>AޔC?c^.[§6I,FJiE<$^ 16K7]L࿪r7X0ܻAivU~Mq%. P!qv4jt*)mүX\ei( ZjLXz۟-P+hp#ͥ~+9S@›[xJ~YIUo㼇 =z}M3f>όz5+êogRp"&Z>WY!> ~|$|Wxdf :ڌrPҪ\GDwEJ;^ _4Uؐvh{h&m;͘,y#mٴ[$RS'dAtKϽB~|2:|m@>j hAHBs@W"nj IFvw* E60}2 9DU,X8'ŵ%94jzyX)D9ۀ 鮊{?)ou&SU`dcA!PuK&.ɲVmdYN]X7# !9CUa#7F2ahяtG[ *?xcz^&Cl # gZ|$gfb3T%mUHʷȑ'z.>1 "L+ۮ>Jb#;2{َD{\1vOt?_c}e4G΅כD_i{_[Zl>ɜdEȄ0G':tS}z@Ro}qG;3{k(9+ku l g3R]u3W锏C+r0bs#Ga4Ӄ֍?D\>lwl-Tm_bwO%@#H;Wih7T}ԦR]$_&n^U&I´A!9Vtd30=8D oj$I^Rxu0EDni$Wj&y| $N-WH"b鞌.ޯQ O~G9j]ch_O1?pȌ \Un2‰Y7p*X.x%k\=;8nqҢXrqKWHrənx3tRc5nOJs{a KW: kjakudi@ H%":-Rs9I"؏ՠP`z?cAv%[zF?%CHvbnAm'R\mSҵ< >,bc ;\8_KzVK' '˯&< kuj !mȁ+|5l> `0 PaZdaDP;/]gxR a*CF54GqZk#_({-Gt&6 n$Of5FHя;3հsKUΉe6sf\kӜr-z K5pi!$ag帥`FUTc?m4. 40#'Q]Md9)Ħ\Ff1LfJ1-oA]w5ș7#a9 |5yw )@Ԇ΍v;Fu ~\B _Ķ>r:K?6kw ڻ1i2Gpjˑf4upE5U~k72,1bQ@Sv;^vf]~\o=e5ݳ4|>`K.׆An_:{,Ol:Dc80P5 ^s[,_VY83iiJ/_F˃&1m=oK\?v³ge\]uCΎm3mf]#Mr"%iI(45xWq[37 dON36`@R:g(I?dJ1'RֽP"A:A9wgbYe:LiTHB8.Iy׎ x a[a9"5&8G%y'bG@\I-8nA(OB>|- l~ ֗!DJ=߳ Xg}}CKR495ʁHJH-Z9SrWaǦVyNS GMEŦrEb'J>=EǗ g(E;'6# 6zTvī٭F4wjT٧dOS͎; /)6Sֵ^aƏ m:"1z`5vؼt KLk#]A:X"=Bs2|E#nG ڣ4Df!$mDh9"VZVRh Ǘn{A{f2= ;=?#+;(?S @*貝Ce^!{ʒՁqJ!EN :0TWnBsѫk!YB; ]"'כtOyq⋒LG\=K/'ef5擐U8̼[j;c01eJYi 3[ҥDϕOQDտj'Oऋzt,O8bM(ICyU힊Fj23dT^Œ mD=ZFnM_zgHiہr4C!!)b6|u+YCi6Ua K;bg0C"B2L _: `sL+ e١oNY}ba[i؝>O3/v m,zL-ڱѭIB*LɌGaPF I8tj}^d Oq7\GzfNŪ2t&h'_f}^D [ :gk EI_uT<=)YLc^q  (BXsbkOmkL,n`x52tg<|H Ϲw8I1T ˭]o5KШܫ˞ HȆ ih&*hYcE:k^=Ce{K궉AȣĢl9`/۹cHzXk[*_x.9ED,w/N]ECɛ_9z%q{F'Z+ElqGگK1+r>P'n'i!;} 8جwRؚ hwF FL:l[5cE/ #>/"ӿ&|/bAEm䥷V!NPn؏T;j-aU!-Ǯ|%4Kld~7'f.݆EdFS&*H3toHm Q欟\Ѡ+d26⭋L|bEO,LD_ 38u~axYu/:I 5z~|kΨ\@9,4"R y P-^k;+n44%::x!o)#.;j,X7(4M 4mEjՓ~ntɷ7"u:ɪ~>kQT>픀MgoUU7J>s>skoo !ۛ*ʼ+JRԞcPL?Q 5?cp2o3(!w*XC/ǬVC~傤.np3("SUKtbb 9iдaN|-y݅~ِ@lȓ@saUu_ڬOpI k%e~j}<.ֈyW 8G"g aZMKؕq6vT-c'iiW Hnt{ >uᵋGJAR8CY.Y8$'R:1ϻ̿rMZ}*Wx%bz8Tus\h-jgD8@2)DQg`g !s!(^ UElBd v,4\ξv@OB{lRMrx3ˎP`kbz%PM_ݎ䯓cYzV?ۭ0s}z;o&d%\ٞCg(+j;PX^$ i?o[_'A[C#8"nCѵph{?&-F'1O[xiLAb!}FS׽G d`;G,MTlk|9_ yD@s^q%Zʸ̧pW_mŰ\8tqSۯ>rAԽf\ 9Ttɫv+=ZGZ7 5f)Ԓ[rolpP&<̓OunvGښj>jHbdJht ?}%[VW9}mU};YLI͝q dS77$ѻ:2FK-W_OŒjUWr'軡7):r+ٵ0#A^EBy4)uu#vr:Kߚ82WOjX 8H,v=b\卋<4C~ZhH̋F>քoq_<\W 򢝢Bn+25 8f\K؄;հ13Gkh2f SWEZ$Q<*~r`& b}/ 2?zɌTX|`ktszur3*R)}?{MȆEjr5J[K?3 cܙcmAA\f%ޙ?l⯑"" Ċb0;_惦晡C*szr|ˆgGjn'N>{3n@d$I_՜ *cX(YrЕcd,B=n~؁k4 `J2]yx_|Q%X?%|6.+kU V$ OLl9m2qQfOTdVKy:mih鶘E/b-r34; h޸^wrBs^7(J-e1=&kv^1U7p-fSTFT-r!Q`2`A+wv5h'U7 n*yY$@|qR^kne)AՇ|S]q_Φ&wٽ>0P'2EՈ7x^ "PchRb ݌`15>-rH2:P4n~$~*@l)#FAoJ}# /@%3!?(D UeT^' ݼ#WC0 :hob[UVo-z܋5""\4xgܪ' O&{%P9Jn '߫F{Qڈe'#f`07rt %LN^yEUI.wj:2/-Z6J7xb1n;#4ԝ!Xww%y5V;Y7Ƃ > >[Va4nj 8lߢSr%)? up+޴,T6Ƶ}Pt^O~a%9qfʼ ׺,Ĥl\3?ow HpF"c5^ 0q6XW v[KVڞ1X˧}%[LӎӖ'-kjJ0u[ c1t}ΝD؟ NKzeys J)~I AU]eiz)! ^ $RNUI͂2q~y61k: sϓG&I%`Gy 4\wS7,Xx_֬ܒFEɹ9I"vcCm|Fa]m⃤;ƎMGzě0m`Yںt rz)|}ż"+hmfJl2Aؽ:iㅂSD11@}pخgUoSLlcH]] N>:f +V&cZ|)pbTڳwB$0 o} *</3*%9F tMP 8 6)si 'S!J?Ôʵ(O4/`{o-znWV( VR @$T{UVlj|E5 Xfc *S:# şM˞}q)S5 ˳@eQ8 W"$6%%Wk))H}c2^uO "잋7Oԏڢ*@4XoI0k D"5=Z04+J?JPLˆ"D>Wz-b(6b/*.ɧ!5좟mmJl`Y~|5Ab3F \Z\I%L4PK*HxR}ⵆjFZ9uه/ͪ~HHQy~+/V[)?2Ӳ{+i>ߔr-8rً֋$̈};QFwNfyo?+;KEST e]N7=t?e^p&E{~bJ5g%f$SYUΆtH(ғsv:۔7LZt(\d\ky%1W/gjLZ$u([ޒ7("ս.a(|d {\4jA'n7F7 6?H `|X~>XiW{#`㴿SE~j`ki>/d . d)Yd%Yu`ob1wx^YZj߯cڕV"^"$9VYuo`I/h WAt`8oBl-zߗ0"*$˷ދgDd% ?ڳ? V[ž6VdTѱTw^R A+ەC.lm=#Z&)-9\cPPxXML"ty6vLMt6nU:PH\񖭻wR kj)ھ3$BRcp|:G.FZzm~Wʟ!;0K =g[,_2V-dmE+hj60?ݓ$2`2qA@e[b؇gFCY$H\ϷʤBoڠal:B~PDc|t\`Pe<&I1gty2nɈ4Y$aI~\rCdE re<²rC|R֮CP5ܞoK~ _^Z&`#١7<_<3/U;76$ sF{(z3ph7:<@*D ;[Ykǭ-BiinGbq?$M3;@Kg.Nz\ OCgpOpAT٩; Ѭy!\ۈ бݕWRq,3C蕢,3g ]f()J'/{;3-26^m`cْE ̙ruP+tru!SHjl5aiy_(%{#]zHhg281_؀|*T:`~7 j6/3jЮx^0>U~W>Hߴn轌jWT+ &@o(s6,`JIT̰ߝ1=uxuS}+u6m2@ iwP7ep%F/I=δòx_&F2/X?pJpClY]M]VWC5@n6C$v.ևŀXBǒ8J錅{[hP}(! l@;5)"E5)^h{x7Xa$cଟS00X`G][! x=N7J 0dGEBˉ1p0#"Iv@WѢjЈ].y;T%]ȳ4:8dXXkJw֘D '_M] {&+ L 67S)}(12vI'M]D펧&G5}$lWOdz+x7+Y=$Q >; U\跆/oH=r" a/e+f]}o+Weؚ їWʆck7aK"LsywP؎:,[me6Ri }|q&hF6Z~I;ޙb jmk6\&h2<)u.ԡ38*dbCDz bGFr9M^yOyYK^Bp[fY`IyܮLq:V*ᝅ7 di;.J% -#͋,[w5HL2D)Nk 0޻ՍI jS*>>$wXÞM+e (t) +(#W s>mZ` &3/8tS]X΂c" 3[[H&~8V7/{dR2 Ip"kPwnjKF5-. H]{<@g/7|a*|iVҫ.&G%^&@[yQ7N{t(ڶµ$z7Ŵ2$(+ΔN$aJI X4B)k6^J^gSYl`1h٘:Pv͓\?դ)[yi-,Y0,zTOUgϲx/^LASE]HVM\ aY%ڤu߂F*y$Q<VHI,Ò[bA i%[%X(Nֆ쵳ɛֵDCЙ]Yǐ^G6 ם=28FF:uH/{ݩ=-?9y3LQ}\dHiI}]cNfkg%Qƽ9س'Wp@Ԟ+#09Rg$W'e!qo4IS?ʙ[\nƥW.uGdǶd@1i+5OlL{ #/t%\{H-{5#8#u]G[;][*!5ps_Z"B`(ۓΘRT͌l1(*lͷ4zYM>@Œ1+h:MgZf_fS}&yISA_IĬcz"bi@aTa4c39zOy ^|;ESP.^neC8K/b^H$&ry@<ў4 . {PnD, mJω}z0Kɂ|]`zvZjL,`/ĚeIS 1V0AC[R#7uQTŦ+rc.TAffkO;qO[IfpPGDT{K ?C#[\Bvg. . TtOJp?aا&[g<΂&W|":wOQ 3ʫb(B×a$\0ے C]J!+`JGϹ4~ J}[\!P1t5 bf]怀j[Gz@8^廘f= nܿ({lpy[3dnt6R^\SۭKMzͽ/I˭{o(eSʊ'!K;~N0 ⺀~eN΄Pw{՜ O5 &o y9wj~sF/3=6k^iA;=D۱dgYZB8W{#J"sb%S!ww'&384Die!n "U;O~V`:3x fr%1DSšuH I%< wGDZ )f2)nwؤglt9 .ʄZBلefHL{ hgSsW)%̚wc?y+Еk7[kEr4 h֓Ёn7V~)"j:\}0 F\jg2\k7okN:mbpY'FohֈZGW=QO+Йd4](6>ݼcy?r^GGp(ժ0=5.^XD0u:*j܃oT^2T /Vdli;biVΐuX`,-W3I?ƶfa]QBV Sz}%КXQ(88}ڬخ_ ,HQ4 BWRfF[6}9+VӅ1EXKEy SНPC}sAsQ@?b+5#G5뛥ZQOKŔb]*z8ٖT}Un_#XoKٿ>sK$ P]2s%͔+u eɠV[eFйI =nڮƛ >g7ţN:*aעWBظP*~w k\ 3YFʜ~ *"XPozuN(zf"-5:[ *ou" Ajɕ'(i# R]t]Nf鰽~p 2c@XMK$"sIJ55b,ަIV,>(Hmh".I.Mci*_oОPa"Uk= g7C)rڡIH0E`R6ь0,q_. }i <LtTmnulNcJ>tLҫ/A?)ktj_ǟl?MACy2H .S{0r$'g둍힬K6'{u.5PwMQ;4gMi/;!7ωS36'?\}Ki><'@{RCv"]*u#ÛQ/VԔҭnO0 DMŤEa.3>|3.` s<^e`1ZOjR&RLr:)j.c}#̮HɂWOtZYZ;%_^e 29$=;z} )&UW,0ԖºBΙNL5r]S:?SVԠq9O[&Pd(}[cF$C`uS&G0 0F7 hߍD)#R➡^y@H`eR &8z(@ (OM(njǥ}=@u}kN^ un'| <2숖cPX^/q=GʬۙٵG/@ v;0 (ע<3Lg1x SdžљA#vs||"!BP ՉJ0*]֊(_'h/u'Wս1NT}/Ad8|Aupn5 }IҶzSH.]˖٥ZvȉH/1LQ^yzj 3 )L˴:HL73j|1CTw^Ѵx<vhq_'Gn*K &K?M$ͮlZ:u\U?X-{ƑC 3(aO 8*d!|KgW< |3ڗ^ɷjK3 0U)kCMg5SU/bgR%@0'8!xm$=B4'7 ;?r[QwL },W1O^6ѭz2'<)a %Ba/÷ᙢeo!C,%Joی]ezÃ?MVK*eMY F0\KI'OOtҾDdxd1@0 H'4+,EhJuc;Z8u@йL#DZJZ7Olqp(‰ "a|^v A+ᔷ%A94^GxihW:Ta,k}7΁R7ki/B"1D!\ q6K)]JM.­s)>㎋}HcbߢԪj'>z]. lz=8lODΚM\t= 󗢡@K$Qc@!!\_+IW絻49ஃY;#{M 8Ʋ>tJ|oVeڊz5?_| oc.XSߔmme ziЍRGSF8KZ F>b&fm2K6]'W[6?=u=R8q=iy26!OEcXμzޣߪIf.VԑF'6QuI+\VuӠ |Pa[ /oغs"v2ِ*N[|1rbo`bL?zVnaҿ7Qi% ˇPEf3ޔѬw!2Q `&8F<[[}'9ynZxwU>Jk~9O yeV"l|p?)wQi2 ZQ⪚u1<g_' +6I1rlVؾ M,ZwWvF߭1/aIvrPx:oj8sќyG/MO]Q+}3`!ގ 9p$@(E 7-5Up>GM3ӿϵlv=]f[{7. ui<`rݙ>o@ƶL{FSlrϊcAe&mŢg~^%f5VT; #좱Z b,9[^\w65:6N= Y"nޘ,l,(h\UDl6[ஓR AzLt:LS44xƄPՂ-׏9JG].KiݿG4gvp˗2C{ ,?@%j-mI&VP/t3kЩUmR~7;:r"\@z*(ӟHϓF=ETh;t:¦fl&u;d.kҹ{ ¢,?KNf􍛰@,^b2a w R=P|Gc<A±,p RXO:*R?pPTdLg 'L}SRZc1] 弣_Ӓ6{J٦Y|y&mAokfV=d 9oX:%?u_ W ) =}TTPbhTS̡{2шު{0-Iͻq0Aٻ04jXC"+WdBf>[] G~~({Rw8,vъIa1kO>u簌qG>X4 I%i%oMJ k +VQDγXң<2E!MVxͼuխUhL$岆~[Kݼ-h]>tJUVc'|oֈֿ )`<;_Dm^GbBUl̐WDڵA1zA/C Y"qp>'Z?kb5IA^ B&J|LFشN8 G>Qa+?q ‰jD*k-:&dž73i`w9' 5R ,W$s537K5&y)*o{H<)S@U5p0,ao6A c`]Qv7I.R_aanu=uY3 HɦJAx~*t:S8}n1]aGy a˲lj,UJfi틐m\XoOS_Fl@oO4TØmh4Pչur\Fޞl-ڧwu rQ"+ XvA@_U:*iK%Sqއns!ÞkʗLp-4o&OPi}ȋx%B>A'-:wX܏Pe H .(7 tI˫wá l V @)g"wcVJps`"Կ#t:v]ATHHs Y{<\6QeC\:d4^p ze1cv"#nZN z/kјv>8\ Z Rl]ܺSƶImD3M#漀I]8Ë aag`2Q؜0$Q2,PY, /OXeoM~nh D$M49)ʆvMQJ*4-ܤ4ݪ,fji{ EVa,sc2/q][bIPT$žC`m=eZ1=1q|X5)[8)3/jD;47΀y(P9-$tk˱bi(_jv9+Of$IFb@ Z 9բQ=ACسk/S2B 7 ,+{Ƽd_?P&3},qlAE]eL0%2Rv("2jF_}S!>'m%H!%a=ubO–2uIwB)̊g `m*%ЈE{[;&F0 ONqJ`⡦P+ U)ӻ&C`ౄ `;cWY=|:&~;V+ًE+bwRY!:ޒlQu= ƙ-.}{VA]4YV00`q'軅t00H ܭ2O?WJ Z?X3#׶u4X͖QHm2@۠^6.dnA15*Ip4vr:!S"E`q9?w=+N ~I`9a8xݑSms \n3\9/ٍhyNҧ1lq홻?{bc7F&!݋lHY/2-\U۶I<˱A918{lEK+An:EQ3=8ZyLhmRFPŨ $wd8=X~lx"IJ}mYդx":AˊF8ed=ֳQKE{j^uϰ E@4jcvFL,Ч,:gZo}&7ɸgA3\`W p(wQΞH7z7R'F<2RHpQ >.]&Tո ^JC:칍0G{v;۠K>DԈ #š}da4cF{S k"$P- 1\lvc8{NMkxpy#t@V4HB螘C$oSi,N'3xwUx Ss$?X7=(K.Vz}=J˲_Cos폰:T{4iRg}RNd#Pfx؎;rZZ2t8R 9 [? VWzUdmkiFe-Z["00ǂʦDٿi7Sm)>ՠ9 B.<1cf ڶj[WD-1}Dw1j L*oͬ&(d,?kܖp]EXŌc-uA`7BI JAwϞ+s$ 2ܝ',mqci75}ՏBQ~iRԁz-<9 _d)OUIaP+xtQyi:T/"rDU2.@,$zDE DUgpGH~%YsgJɽXKEy0 4~%6~sY)i`xxI_`~ ƹ3L<঩i}/DSgC"h:Py9Gg݀8+SKpԴ=3uX15]TOˊ`}&OO1[vΌT:5!+Al4Cܲ'8KqS~:W r/ V8WYo՟Pz_YrjDѺmsmhTUH]  &}wi!bwf^<1գ9S-8tT|1Ga78yAWH+ĉקR;mI7oRx:]2K022,*Y1I)ZoCމ3Sd72mlRsQUw+11IC*h^sIi}&DrQz]+L%Oݲ,3@ut9}G\2گGr]LȒiTpLˇ£ZFyt8]ݝRhQ1^8S_L> !1Q1Xv9a'nkjVk{]_$6-m|U,싪\QLn|<Q"bybj4jʗMZ ÇSK2Hf9ۼW!1t|J.Tc/6J-$\ځi̯~$\`"u)}7 &e[*nD`G_~}24pe%dM_}: gYpoki}zZIV/Ѳ*wg[?Z95*O/[SJ)S8u>Εh*Uڄ:R z{?JN͇)礖tADYTB,3t 8+аťf8Yq99ikg`r u k\]wl{Gq >%\>S _ sOz]!}9\/DMnhQ8ġ7ֽr7㡹ުĶ:)-.ݧIԛwmvV.dƒFjC¯?VG*vc6`iTA ]rˣ#x Rk=ȫj|?t,91\q.SX#]o CB{\DA ZC YK6=ndRh`%2Yl6Z-~7yFM0 D_x^>˙|L/BJz8S6Rey>1 w\~oGdy9ZC?ɄW j_klZCU nab3jІz_ȶ("V̓)0rKn.uu0H&9-k+a:EH c[(w1Z4%ҽFuOvE8]3 Go2P@c[=_^1n90qJڔ҅> R0b!&&(PsKK] Q;AZB66YrR7#${Ą"1? RsסtID|mt2* ዞgR=쯑2)t>ky.듩 E@̤*re={.&SaY\y#FA B2g6vn7k{'FU;L2@`y5Td6-3nm ۻD݋tBDNM+j(a2Hٱ͟Ace0XS[ y$#͇Md3¡ m)y"`=tʴ2N74D߃afhg`ХRs~oꕿQ=iY!=.3`<8ؓ'ҥ_4Mr/Urzl tӢ;ZH{gz׊qQx9ԉ^[i7r41r_F<4 /S*]jTJ'invXiei fa0)~.+' dy VJ뗁*aD ʘ ")F=;4I·KbauSҤ˙RʠTpTl4~Gzyz!-D3J#7Cά7i[I~t0[>G%5֗fiOF̰n1k7!o$(܈ C |ꤛ}xh-H!sGBpRj)|Iʋ5|U&5S,0hΟk2)/1aA-+Z1F4 (ȩ 7bZI,1IIi`6}T * '%&ÛTB_Fg{M>cJvurpt)L0&:ÐnfӋY9@Ţ>)7]*:ZKHxhlKe.̭Qu\+=|(^okGOj4S-t"(+F%y2w2|gĆ)d3Zќj*'$<䷴:daN(4:r.Fo{RxRZ+Kd9ӽQ@(d&&3tAsxwX*m37<CXK=xh1W%п!E EO "DVMAv-M-N?(͑(lԢ2Cpxuf[ȎQk6D]'jFKu5! s2a 6a1g ډD-L[090>:S/NSgydwY`n?@0T&ă:SڬF*acOO0Ssыd=1ihO&Gm\6IuP |ށ״)%u1F~tXz1oaZ-|b]5-5Uh oKU4usF9HwXg 11A˿ú_ϖ~%}r>^5#JࢗՖ71źS|x_wyUfKr,1/L+Da7 /}݅x6} g=@e@5lUi2=Rh:V}18SR&QxbPNvLnxxBmhWF^HSl `]8&>%.;FhW*F~qLE-cGKl+p^iG+W<溊 Ği]%LJ a/4Q&~SAz3b]n3Uδ K4Rl'qF2dJ@H(p B(3ӲYMB7 7o1(S ¨5\o:P{O$]өwkV Y{cD(IٳY:h܂l wɱx;i b73e*5R;m%2Fv`2˞1(!m&#!z,}1f^3c:#cmxD/눀d&1e4@#fCoV6 0w7za.ƌ!G0f<@J$%X ʘj&-աc S y`W5o*YF%o-7כp̨)C'KV5]nh7582A.Vءt#SS԰i-}2{WpCе8DYF$L :vYG#h;lRB=G4gdl,y;fc Z"1$^1cUrm"f(ۣ̈򵉺8E!=>eJ{Dct߿e#M&pMKn)"QvS T$Y1zw撏DY?0/6]vY#Br4]r B&X d@Uݎ|E!%_61o@e*W*X"v96ۚHZo@/,UpBAYpz6v^=|rQӝi72G=٤-%h-2TkUK8bܬFp 'cYt]Ue؍eoӉP62姴nF?Fe,ǒ=p6ghTz`NP.. CQXVBT=<YYղ7@>QW3 R,dk/5/{;J_y6M4uExmECVr0v\PX,@s`ƼR& HN3?ͨ<V=sޘj$m=5V_BAO1[S ٯLC=rkb=1$yiȆa (p*7bCF9j4qԃuh}o"I n9ܤo0t_߽ {:ZB e6K]ZT':uT)ҶE ;s$VyC3~rJy70]g}֌7icʑq&$/1)Xδ}6h3k N{5,kGO $[wcs I;%j!qR N%vG/r֠ $L(!!s~ekƒϘc|ppNmZ Qm[UWkZk)M= eceɭLRVI0=ϘT;U4ͪvLvKF>qcnP Ͼ}kIf؅d&X.fj᫂oP-Nr QҒ - _MaXWʬ4Il** SH(zfLL !,V [i"-4#d [jx9k2[?"o nx{KM%z>+Sye4X;T?GRvT/i (C]'S _c:{oW/cd4,6p#^ּ> =܇[{+ LUgf1Ŵ84$['#G`!ނUZB]9֤;ut͵UXs26iQ孉^$.jark NL$C`B;GiZγ*JPm ]=*=&wl|\:cyaM{+ B͛&;^`0 Dh qy zK`1h WF. R~"8c`W &iuO#Km.rįj FkAS _Ra, ?Cܨy\,gX*+)CRSVbw]z7Lu[ yQ+BlY=Ub* "Ntm&\KlU<'6*jR h9%1[ʒ!g 3ghxK[J3'6Slm-SUPRÏ}4}li J/[JЅ)go ]*{Vx&Zȭ6c@$@Ֆ_GRMWl?7/xIWxȉp %`1}kh  v@YfBΦγ"1l=ڊK4ޜn[Ľ@.1 sx5BsAK}ͦ&׷Rj]6Uwk^7`';"(|( PpҢt)w+NfE,? T[Ts$֒t%\.;'N.K7/F[#߆Vg*ͯbg= R\PBpQwcrt-h)17CK^]JO&'}LJgG Γ-Ca8F>$XbQC[jB}9{513jjC?Ip|;{zyΎ I;y^UªڸX헀/Yҹ_iˁf -vR!xZ"X1b< ܧDb= Le+0LQ]jDij ;6Ƣzրޓ؁s@[6ҎN$y!)&-| %%S5q,}eZj" VN%N؛OSRpG+,fCgã g"%/հv4挈_`*zHo=(_4_9<}G_顆 mMz^1k&B U*خ zbyv/tQDe. TvZj9wg_\^pgYd=> >K b_20ь@fu]Tp=b9kJ?! w/}i82T0'ϗpdroj8~{sÒ6qvZ@$i[YIEY#8;JɌC]A ZZc ] }!TA[o4ːF~YT~}/D,|NmUZVr?x9?MٓV{poAbt}p6La͒Czc=|uɤJ R#9*yjk4+2e-r*c|#@tPMW |Sc.dO-2K9?S=^: L%4Mi}GzhmTelY6}̨1TeOyq5aNG;SFSx{c8xZ8Sύ 7xfh hC괹m/UmXELXɲ;u4Lշݣ0`ֻ}=߸Iefb*pe P zχ9J7PU)Zlv4B抖=!;N^Q8UKr[<3oXQ,Tq̶D  "[5bغ3+-T}"Y+j(rz0@$ ;xݐ)fŹyYSa!Y6;/İ?س/G)ht5v}~4yT">Bzys>D'{F$HP$];(/Ed];O!Zi%!Kdw8 V<BVI.7F.,pր!%E @/uni(cY]gRej%;:;[dsQqSW{ہ9K<t=Yg-cNjX;Xn$K?\j! 70eSGK1R\(a.wW -OoO" UQIA/+f/(ؠ|$`RŽEIM,mer({iHO#cK (81J9|yL^ \kXlʪi9󛉂cJ` R7MDԴ0VĈI 孄>%;R[9BakINOƸH7gZ_@%[Pb! "*gYVf#(J!|o{1"j;R?b-ZcVXjXp %Nj˙+ri 8l"9m?O䫸j"W3}鶠r!-a /aTY;܂Z]j h4j{оˎ0ݿxQ+B>Zǰ1+k{pNh5թ'm[mS`]d m:WyEv9 ueToyk:߃" C$B}}3(!d&Ȳce\;޻XHm 8}P̷y{s4@j=;52ط>FG<ޘ3zlb38ZDaΖGfx?< { sx5 'S0 uX2GbwOͯ9CJ^/bUeGT#J}ogh$8T;(Ol^:_?6 ߕG&yVXa.vT̛GňFQL&*g ]H}֨Ƈ€y+,WY m;DNzEc/8i)5+Y_-1] R@~K#+KA,h_T'ۓ`<_%6+V4/spmBJU X,ݰpϫdm:eէRP;${7O>J&#UtW V":z.tY]|**q*Q У?b5!ȋAz:8bo( [|Ic_ܜo-LYrjZn`v'3u~{ a} _{[MTI%]=)?Yu.o0_Nos$QIA}v*3I6}2Hh䈄Ef ;8B*egPK KχSMi\?ªU!*N<ӆ9PN]6xtEmpW>ڏkצBV}@α奥W)萗\*TvPLӓ W&AВ:νtooK6L$J+m6rDy? X8s?n=VL K߇IvėocN'(3iM/5 j Qac698Y@oiT9Պyow92!{o67}O.z-|ֆ G\ bM`{ ~{=ߐ ~. 'wD%rKyRX/Oٸd?تPhl{ YY~]tU \s/%oumzϞ$ь] \:W S1j<+Uf\Ovz&)Ì{_. Э{Xf鏗_B8]*_a |=nRa+ mux*j|W.B#9ioJ|U pD5 [>'%Ft^ #=4CNI"'կ+ '&60׶gl8NC" 9[dB  T66Ieȡ2ݿ"αg+v8Y81}ZRMD, ˀ[P ђl1ަP\2#ZV۽,$y ;}@aU#Y+pWm^m!`)%m#>mc;%i߮H~.G?X[9J>BwT=ǁ'=?SKVt@ICվRw.ğ Ux/}u5ƒ5/%=<>L`\N&k{ bfW]y0xR -2e4T۾B~%-F5qZ# .3;-b6cA4fԵk_w47.. $- *Z}lyZZ(yGPQ[F> &GGe]뙉0*]|U)眢sTU 9LX?o$֙Ze 7jKqm-n&fu!ʜυ$/댺5:wukfin"rC4mcCS"K51 kAя љL.6 5B-Y˕߻qQyPnC% ^Vͪt[9Bi;F4lrP7oZ$gWʰ6zNQQ؍& ~o3ldb#Ol> 2홂ЯŖ(%d;7wVz>r?bT3="CrXfG>9%g4}v\?j.TFWIX*ϗAnh-mn9𸳲>(Gg䢱cZFIYAGQ,?=AȾYd(Ϗ$I۪ͦ ~LqX[c uNG^{nr:uft#nT$3[܎T[a%Sr|ƳK+ \,JȾ^ǕBR32CX UxFVjY5>tD0}c3_#" ]}73 pIvJr{?\$}_mHƮID.MKhp$f9 F~57&ٱ)}o\(Mm. MCtJVl,Xg@uBqh(9\αSAE dg eGΔ&_ilRjBPc9Xl[Z'Z!ԿO "O1QHIr WLTG Y iPax E{2|j_!ZS]ڕy`hy4GρHYIX:\TjQлHʵ ݙix;]z[)Qx\B`)xS<9tQͨ|G˴(m =e ˄p,ž }K1S h MߓKUK9EAgTn_paмp-[0y?G"{Vª'gfOghbĩV*HOt܂" Vlken1R]?xB{Ǽ.1VZl?oR"5VԉF߿d6~ j!XU[nvtU 3+;ڻQ̫)~#mI X`p{ЁHZ.FMx82a4YN݋:등 83B`H.!4lE81slw%sM~Ժ(Ed?.ȡdS`f;{v1M]B?&~I ;lQѩ_ɑS] ZfHhh[~.*Tp__4pŒ=3z4]Y[96s'_ 3iX}@ŚW?п"NŜ`u ջ̽_ZG<F@,mI0 I2Tt#@mUi҃,=BlyƏ)}l1\f^"L 4Gto'VAG6VM`$Dx2srRuaj*(B*dArLTVPB3P襢5g|| c1ps\XYǑD%_856@h4*dKsN w:]fhH]wFE%Xz"Z4nSr60#cFl=FQxNh 2 P2wp4rʵ</NaC*K)~]52>h$-U TGtEP8ٟ;x*ܮg1;#%ג0%2ӳM_Z$4He‡! .>7Sx֢R1vL_ٱ*\Wxw/q2YN/AŀG73bS[ h+X9^^oRz>_<&n MN{Ӌ~/`5"vå,mꆝ^.X^/ _ƾefyKB k1eס :sE+sZX 6Q`$ #D\YEyfY7wtp΃]i4ZqX ӿ KIM 2^X=L1@-mnB,nnGg׀,0%]D`w Aq@%&#Xv JrR %Oqؾ2VC$RLCNAHOl4s7[=!aL9jQĆߦEj|b!t#q7h,mL3w "֠K!'EׁȯpLOkx͘F=aYhuFQ&?iz@}E e4.e) ]ESc,z:3W YGdQꩆrpYS…˪S /稢k_͆so7?xѫO氣bFwϮ;Fl8IǙvLDBJ&cH\Yi:~*\Ic_/<,HVfhq`pef&8_Ci ?bBkj:DFC~4RƐ#ҥH%rc5̌TJd9B>a/A".LnbU?D{MUG+^dp%6Jg5 {zW \c &>ǽ[` A2tqVp "L=l%y{2궴 BkuAn ٟ:Ugl]jh<\o]YN ,?!rQ-19pYUw_FllJ)u%}yVU4r^0P-JLY|ΪR2#XD+R Vqa-j0HoTpm$O+Mc鲵3e*P¸}:ʑ[cg(ڹفXzt>) Mnc xT *}s]?EEW؂NJhؕC|^öoZtH O| rV\ciH^ۏV'W^Ќ EըFij AUp5;#E){10P9Ný8͵ÇPx:!/X15S6i#ڝ"h,u5pvbXb0i20Д KLE}E$ٌbo1Jg܃qu+ϼ&gr"|Le :w!.CwSoIc[ћKxDj#pd\QUyM9B-'M5}B`8u͘"k]XQىGULZ'>h{틼AT'RfIQʉhԼ4@sēR !MLyQ Lc ޵BNV`O;ꇃgѯ mZ0$@.wb&O9}4n9~ʏV\\aE4-B=ԨP _"Վ'%3mmP1Yf*);KEj ٗ ?h}];Fxǿ/t"brTWKVI% x=7ԒV.O8+#g./vH}o0A/E 5uhjh[9v$A%x$gZė$iM]Β2kJ+~B6ZQ"1W='HNwo]-HQD}CھC\5jIlykheJ[ %7 H;s" X }D%샭lxl|͞Gb!HܛL 6qdpX[3If3 ɭ#:2kh0+0X_j.􊀡gޟAKT?i%T}ȯ 6 0 S3G3;K\4י=+Tş` y;3}U (*e},Id03Vdl+*7#W1ٕi00vÚvۙ!++h42!?hQ,b7i~/20@kY#-qZb!j?#jkMtV_v:ZqӒ}i :eUރ;i'v,xǻ+ \pHpsn`yAtMv5m1_WGeU}x$?iK*F&ށ)?_LmV[\~$K\pm~ "yKMLC3/5®Xψ\h]+W6'SCVJа`7Ab⪮kIt&{v\zٿd!< ܂VXHҊ &o䄍o6Y۰¤a$OG1CVSgٲ%) }:UWX!bZ[RJCFƂU:zwn{גnr-;eh܇UR[}H72{WlWܭvt;Eښ06:u7pgcSy~.] ~@#tFi)(CӹOi<&|P]<Ϩ!o)sP>Gax PoC Ɍ 빷!azhCNS<2\]-ua [* CѴhWf7 3z g=vRJ ۬L{^snK;˧gƇGߪh|]`[.dBo("8p$xGշJےGq'>gi{lI@GcL@|jG,n]M[t$x9&v 剶%uBk%GĆmonbƒ7J1Y?j)S>U >m7j DSMm:mt]qKP%Y/Oyb8*7ӝPYCFvk'= 0]P>#w >tmE b$!.X\3f˭1c4M(#.An`6ZU2`EG"}&rMu:f.gGPir$:yc'UiHZ25`Jigwcˠ{!N%9hc[?D])eZY^ `J8)F/a/T`F忾`fYYU57m9#0~@:GeCI ) rl󀱤6ri,VXdƖ.Q?f֩"C6|H01B/f:g|l{T֤wf^`[V,E"r["V M-acx;#iߺff膶@ Gu`* ^Gs5Wh;Srn ztײ%UԳ:n> Yr,]=RgY B =m}І4w X 3;b.ʦjn^T/I. ^ CM:p?y_ޝ;Yտ#ڞl% Ώk*SvpLuEau |#ZUG#dFq@?!:hFh[yd"s`-NP ~bZ/K+i& L<='2YŎ%$r8νnC%< i9na}tbx/ p5azӊj@ \6m@e :r\ȑ|_?q֕/x"IP3C@0B&4>|8i P3a'7gz3;J{czxg(>\s \TG;ruƧK%^tXnܤ}9-lH㉪evGpPKF1Aˠg.G,>L Xk3uSt$5gPW=Dŋq\k£>2\hqG)ʻe}bB!_x m7Cei<~6%54´*|SWM&^1vM2ti\~Y;IU GcCU8aۊ;Dmj3lABt-@4ko9Fa)8=M[VYCNٜ_ixi.aƗaGȼP8K>"PijcQ8%|' AջD`Sަ9&^>CɐiVQ2w`=LL YQ%: j[aǓ JG2jnv0fVv'ZLy`Fl(k Ie/W3~dҫ\Smp}}Fyywd{wg^f﵌^j/=*y!r祒:0Y 1rLv?xzW/i.}Lj)3_i9DaNrPpA^?7 hK> kVjA΢r7,tq^Yy]͢ eڂjЮ1(_ ۋq,W+a]{|hO\Kj _4*u[d\̏C$]6S I&3@ TbQ|WR2d^8g|ĵ=P`gjD)*Al 9\u{]@y-ԤEoTϡ)+~}w.mOclInS ęxiWRi txڑUQ *5u ?`^1[ vCWkS <um@Eݧ8őCͫ ,7~ahS!>DE͹x,0tVMa'9Ʉ,`"1d:v!Wa➡ 8EwISx@K cC^ZṮS'ubWۤ)ժcl- 4/ID*igBHZׇ]A g`Qnf[$qf#wI8@,{:/pG'.@KW9cJGUq&v& ~G:Y݋|eMXĘ!_ QK,<ڨH+\T.D:1;:wEnnS?U>b4Ҍ^([k^yO! #sm=v%2GCIz ߭#m $1e6֣!dN,n,'Gdg4.)3tLOO"]<>Z r@*?q?) 5^&,qβwC Lх.Q)^{Qﴱ8  $y·SJ1#Gȭȓqi@3kx|ݑPb.pu@y%JF&eSTRUH`{D1psFm!(=dk8f4rf=Y/ ^p"t+"Kd&ǩ \mSH>sgߨ`{Zm8i&-P>ocf=M;CVȉJ/.Jwi 8P4KV2{|hVlGۑ+ڣ} A4p E0dKXmr ~҃.د 0Jy3WPwG='tun+yl6>., ^i4}BK#pߐVۊ]Z=͜-3a4󇘾Ghk9 eWo?ܬ'[ANh|ÞF%ivږ~8u=6퉾=-lGGޱZ{ǯ6XYǏnR[NM~z/u@π^,?},s.-vs=J2qGd-#|ӑ1,c яU2COV$fߜ؉GGJ:E31iɂ _0Jx0d[ؚGp i8)ڱҠpR1-Wppp|jУ7֝U1XidjiB&r7yhCXZ}IG -@0`IGZec?B]{t8XQ;/Qݹb2nh:7hyZ&y$/[um^KI1`!7I!u@ˍT C}&bT~P_tݡcOoDxaV~$R 0mJ̮A*|z[}DuDAg/xT^ d WcQg,SĿup<;ݏS>/{= Dх7q2 =0 2`|=0GHxX/D+|u*a8y8uO,q-a"sfߥ̐!L1m6`x̢Ȱ}C./&nCK uzC*ޡ0XHlRC-p D)N~ SZHJ9O(T6Lou9=9cenwgqbW3B5)Qr ?zf^ĠXB'Lf_X hKM+M}Ͽ8'IAnPD1D4)n*- ͸F*5%w׻=uNE[ZV8oNG]R42,(q  çGeS,ܱ͈+~EDF|.TW&sܹ ׷m]G(+YBhP8æ",M?C#g06iD n +t][_KP]qHBK\FB,i9Qgj[ TEŭl 8ߨ$Py.r+q$ֈRPB7ϼn$ )x~8j[Hd)7H{v\ĕJTXCcAGHq&1Vƽ< ͤI$BqۈX@Gj0]d(YEKkn-D^1^ =9@܈B"5f42X3w򦝹`MOL'i^H\"^,'Ҁ{p'Ev.zP֖2=q`AK4}D O{Gg2w~j9JFn'ֽg˱-E_ v!-ļw`/l9q(Ac>g X7}Tg UEfm%TAf.V~faP4L&~~swH!u|wʍҷb tM)h V0RW5AٝEF>5*d+5S1xޘhSvBL[0_cyxRZXJR$눱x[in’ׇ_ɼVElპEؑjγ/9ђY NOPKtқVkDe/Li""We"_c|щSJ\mvZTL%T6c(& sRVM$W.uM3@e"cijc=8|] j^ֿ2t5KS,X E|Q$#º]"IV/*}bspstܓJӵr-s鬫`KP~Tj OYU&Hrqyԓ=nU {|c`n|-A;*Ilhlp7G<ĂgҦ R?5}W}l|^,ǎ8p>W%elǚ 1w8>|R-t8Ir%ze*"k_;vIɽ1?g3e Iߎ xZ[#D;H(9qN=[cYFc :L| ]Q #Rqf;G͒Y5¡ANEOy>C(U|?'&uAC>2&J/^my?x&mCrJu(6!32Rphjxj.= cb eyhC@R$JA^Uy%}}D2Ͱ|g0^:adikݗh 22 F \e0*ڟN])F=qoyǬ+YtO'+F2HQcdqu.L&.a0yрMЌ:e==|_?. {qs{n0*/ qFPtoD]Cf/ĉCsq|xBtb(B3bgD3:mPCsϚ\IQlh'u); 6wNne]#rtFrEwV/a,+v|dP;ET hʛٛj 2bFPCUpI2Zﶜ4kN1Nc* ʟ@XhL72M jG~^BtBo^72*!H jad}k9{NLE{,5 xCvt&4bώPhTm&KJ:9s`uQ`.ٖ>bs5R+eml"G`X 9K 3IjlzH@$L~o`^M+&n G =ϡ܀zshT1HDp{mgy4_VN{oyCVw6ڇ[}ddmM<,tԄ9Ḃy4X#Q4@hQA,v:3NּcdQTa2W!4Z"bm<Գ,{v>)T6b¦U}SBDo]H;U3q-Չ$ާo};>ɍ#FauSF`cA8jҫO4cr;5ni^gy(4˷Ș:P@= ]kL'O8{-tƗdTs]X {WHJZjH4v\ ŌoưU4f:n )r3_VtuS-y:frSzf1VgnՒ5&>mEAځ;6yv \J \81a&>˽.8kg>^HYT 2(rIWҰ 68e#v1//8JUk@v!70!Ѿ*)ڏa=v$N,v -M0E%O %uQm4$X#؍|0xHUX!Xrzmahg6~oy6EP}8/[DQafvv~e}SJ]' AJЩՊo)aZ;NO9'ǘ]nooC Z7@{3@ (A4-=7T d_@m ҥֻЮğfGu1vނ%%֝}d.a5b`fu!"_-J!7eWXY87&Do(ѱ5Ph>冼 Wq}yU փߜ/&7Nb(+gf|iR.cf[MHXB!]9*Ԯ WG1GP◭Uaו }ePoL; Mi[Qv4ȩaCY[1vvC>৐jǐ@ *cfC&:,;OToɞuxK'/[:64SXp=c2Lu,EgPHHc^ | i/ b@aLHGQt(R l$lD+26uRϯ rm ܑG1iqռ3J690ﮥjN2OkV 4>|ھ<"yjoB= #ȏm6߰=i_lh=#KZ(5DW@ zX[/o$iC{}׆gßnx^kn!C="p&,uãۿ^Y)~N$q'"b}?AvYey'~«L = lRTAc5 2ج_v?62iHGAb۪. }ފI ӗd0x*+[N\30xArjXkg<0'(D@n_1T83$vNf1YF+Jls!X|{]V{]2\V4*j4M7,#r)|ϬjvR dUҖӶps;3ɴIԩ>p.\33:ccB3Ǣׄ5y WWTե8u'Y=$L53l}va$KLw:1F)ɕ3t\R$Ǹ-+0s<נwW->O7@JsC;~ۀ(|[0}R,={ũ8a!yJ<1x# _7F|t@!/ \RfvGsSþQo*?c2Ug9Xtm MÜ3M}. ;b95Qh>B? ?!a&_ _xf`Ѧ$c϶rA3eOR|j1O"M‘#Mt7L;}G^o "?GJ_Ԧc!h^34ĹeY@o-8* QBG`_rxAN upUjt߄gKN+13_)APtW9`vbȐf #P> W)[iRG5̥FBfAN3SG>$1 $e2L49>[hXE{)WZ5f.ޑڟ6=lδa@tZ@ T*wFWJEP& JrUl %dDk氅 p]q~+\Q,Vx갯q!.qNPݮ_:]o|j3…hSOIvQ+F_v[^LRL1h}*xd MGA|5(;LH^'EAʊBcA[]iWV+td\oܰ B[UBdemkI]3BAEћŘ܈R]~ &IL9 p/ v}CƐUz2OLzզEȾj)aG2 _PU;[Γ Ya;IP#.8 k߫r|H~Rg̷i\vEHÇd朒ܦD`HYf(%U9OЦ̢b8f m#`sWz?` :C(9ʲgPURTG9tݩ,h)4"/CGC- Lz%JsV BuE b,)v? >ֲԼ#. ~C<Ǝޮ{ ֻ,s5 pkeҏzcoEvf.n) {?*HjRŃȚ4/} 7pRݽ)1F;lu7OH7C2_ hw=Kq?:3"b ~U_R}-Bkذ >ZBB+۾b{^"ɖ], Ox `Ɠ~GAeh\/S.`^dӤګc&F|Xrԓ Ld))5\, N/D@~mRߙD'?JV%g醰'gC ϣ7 ޣ"+wƻ9m=p!~[L ܒk9ٰ;nH7}jqGur6lL$tq2GoĬX"7DžxCdg}S(ꑉpY-`.Xj89E\T0ktrOgڳ~[rpg='iX!Ӊr0@(g2;̤~\`A` * / 񁀇s&Fw!6-Vop޻ W[0Du-?Ax9y ]^WHU?&0ڏR WZl6 N:w8ޱQ뙼4 8bΧo8M_fEϒktҠ&A<]+=!fSǿ&]3}c*cx7ɍ(kh]Tpi$칂9n;/(b \16" yYW  ~ A`.~xlMF zқ-zL7KYOSq/#4H 28,%އC^ _,php׺^ab_Η.cp̶L/_uo {ZS.CgCI*(Os,qIQK|dk|NG@"w!pLkR~( O׀H*{K$?%~ѢfT_;VJ A}g7$f[aMIIضɶCNJk=Y;Ҫ,[gaQOD:=~'\X+؅]~@b"+Ϊrr҇mِG>}m sk9)ٲ\B a&܏@uH)黈nVlX %0D* phx)5Qm,7HR ]Kz>uѽ{Y6VZ\޸j$.X)up0m3P`GbdE҅= jQbfY#<]%ω x^&N'1h0?I<7XC[I^لoha-"lCJ'?sicSҒgz7:p( [˩cv'JR|:rwUv4Ypwq n=E\1nN`z; Q+ϗ$&nVX4}J.D>Om)Hq8lnz A22{ZL*|ʇ*;M|c7VefR%Q솉y7076pr/ YkY Jj]=sDCb\s_7fq8M"E Z|\.gvYd=Y0x GS~W5 |s9ljEbS!ǡm)  lcR3P"G32 k\vYhD$Z >j%SYiԄOJAEQ|?Dvw®IpTÃtCYmÏhL^0p^MwWcc +ƄkczBW,/h~dz«ufh3bPd؉xQW_JI^x? [tm(0T墝Sv9*'@[ĨtF8Yj}IWcj^RT6$=RQN.GD0>H-PGi7bN)WiE0n1]7*Ma;6?yuwBQ5.pĸiJ u{RKax1}ϰ_ 9k2\|ĸsFQۙ@ u<ɋjxrnn!ڕM*$% o 6qQ@3\D@|8;3 \ig}-;&q?Lɖ3ԣ49 d,4$+.,8rԷ )JK`;bZ!(.'HXA]J%8g(N%8 l^Ad4׳ؾH Ҁ3st;3Db!6-usŸ́XJ1$\~2;/ Fa[a/57:\qoUa2rx ]<mΦK(HxVV?㹫A{EU2M"q?y_ڍbk}MZa.XeѢ-T1iM" *t ct:dFy) z=ٲ59c&ɚ>>7xt%_- 6m`znJPLUhck#}$v|DEwc7zVudc9<"(lPk|?E%DghX] <|/\q ~y"83.*l_mٝ.''F(zeO b*r9뗻g/Pϟ|r!\"O}Pkn\]%L?7,G<WgAwD\'5 3.##TǠtL%<"F5O%O* {2`늛ga}δv $)48w #9-#\~d1>KWNI%ѫY;lei('`e?OlfK:LDLEloNgPySTџ~.3 g[V`Μ(ю"X9q^h{+;t=Z(HgDV,hx{VXQ$W[ZiK ^kGAM u2$GPl>,>>=e]є <'nOU.|qk35̘gCS#[9,%0Ȱ cd"A&s4tVXPn 2.#Q菬 ҅~u~q&Ϛh$J/@[Ջ_/ϐ͏ %32\u7B|@A&`-Ԇ _/ weTWnj!9x_ @ *( dgPRNۂ !?Ri=(moJIG=vP1kJ-I0Mu>^;d^JN)0Ȓ|̇eg~ܼEy$ k2z3VV~4!A%H6K5VXK ڽ|ǓvH F|>NgxhםߵDc6s[Ll1.4}Ll ΢q@G\s+fb!2joBRn-u!:`?U\}̹#ƹ.=3]%V4> [v&kPPc-JW+^0.b*uo !' Qf ~r8*X| A v*Znq;S8|۲Z A'm+ [$˱WSrCg펃va>]VF'd\RtpbBuwG29Jm3l&O׌3R"Au~Q6D+8e䦥lY=] &i]S?K gw~05:r LLl?!Z/ϦN[ Ԝ-8Vy!_m]A/I;Yv'#VaSTQ\pߣ\<s9#Dʍ ;72?r^Cd؈$;捔=hV@zZnx!c%y)r-X)uF="t7;lRMx_1)P $bCnHJ/:p~xLWH˭ҙIS]ndT hG\uElonvQ\G)}}H8&~y.;:-~W? s<=h]*Y@Fdw+uVNK= Rj۔-O1MJ+*kp\Bl쑔֋R^DT6C~ݞIY 3bp_xAK":r]LL|D4gV5Wx(zC $zԿ鼌zzo(, K/,٥~(". gkj҆rD?jEcr1M,kv&uŷa.('SXLU$== e/VP.-<6O#WWki'l7<ZmuQd\]=WCu$=Q DL:(Vua~:w]PG.0^$Ef6 X5gRla&O0\f2'CuPk'?A7\DV, }M-&tAd!hUаg-ZѶz_1_6oԮy9P܃{5]_fYT(nyNlW| DY_Qi@ c\%F -Q8buN ,k<ϸuCP: ¡Jc*}I)'>L琻uZ] + h={@Eb}D!]w?Zj5.K H]2ZֈWkw>m~@"-9|o9\1ʖL8ۓdO q<-u7BXҁ2 Yڻle:`iy\jYv&b&ZQr,O[L=D3G0u% ^ӧX?(CUHBwrDϾ7>Ob~n&mwb1`\=1AWQuRf׆UκlH=RR.`SOh$yA4?Wɒqx$?eR1):z8l-'K([B`ݜ#۩޻eC9¡: J"Mɨ%VհwƎ~笕gAq6 )ы( >I>i}{bPP'Ȱ(XeAxWe(Ԧq r@td%Dܘ\ Cd<~ =-O6 bؐ-2n֙5t&_q6Љ#OtySK> GfUos J#=4_DqH?1*F,?2!ɨH?0dF .FM<NZY 1#ې>ڱmtQ2/=GF5M)oO&$t;y>1Sq@C<H.,5/*С) +ooVwȫSO sàG٘i, Sǁ 2MPl)vlc)YCύk"!@K$g1RTЗb"~(t6(P~ yXט૕~ F^W<埰\e]9b$Av;XWn^^O!7`:O>9}14T( MH|6g{Ւ=G #̀3ڝhmRd(Z.9c #y#nywpHQhRu}c0̏(C?`3NDэxUyXziMւ,`$D!o8,<"3+Y Z fݝpR^bA82|& xd%1W p$+wZC_b\a~4m\uկG#<&h~|h(up>8RM=YMNǩj% !}tL& j"7 WSO24w(<|4ґq@D^i'O~`πC&,o^#kl3^mR/2kt_euAA kE(In'G.N! SR&'|,GryI'2y* 2w* :y*dis9 'y#OHVyS {X,_jK]޹c_2'R|=ZyIܾl잨2eb dL Aߞh0..~D6@v]!P-vogqPrgX6VGͪgR1AoC Y LB=)#bȪu>\g&] G l.\ԽL+Y7/9s/E"oqŗV0rJ~&fC gIxí:TZs؈61A+ږV~d1X7=_hD=$R$ȋ|984efsJiZW%> ֽqJqQ :.~b_ɾ<5:*à{/ƄаE@ \[^n}(iGtZJh.%@5&:᷽v(bϵt&R_-UyPGr#T)[b?{6]mK\bΈf7ERSU.M>$05ִ@ Rrw,=_|eKW.,I:j|.O5Ύ?BxKN[SC mqI]`-yB5/Dw(|q$˶r 2*}.Aw[J{hd3'd[*D< g)JxBWT .> uEnDP3|~d߂(9K8+(c;*?3ea2(&)xKJTK%UF \4g_^m-Wn`|ov*RAONrlF1Ό[/+a#_-; 7X_ Α.8'ے\V bC}˾D6{jeI.Tz𤕇OLO=QJGAY ֔c项 1}ql 13։U6}2'4Z:gH|vCbKʜ0r+2 q:ҎK$IҊl;9#CΈz΀WX8Өg;Ak^pJXa9x/@T"56FOs55DΆ;Gh V(]>|,Dfj5o0h@:P]wj0+LiA~Y:HN:k|1Ô(,lk6_aD\KEEMiiEFn5lҞoch԰dº8&;,A{noT㆏2:abre:X)D Ҫan>#'F?Cץ0ED˶`#n5=Y*SW/m:OfQmgb2SY>uU<#ԟ;4z{"&U*L.(,u!+o~y+%KIkd=Nv*ec{՛kCyxDnxp9޹%=wIf~UMX *DIth1I\][Q,+iO|,IuKaz:%|_tĖTGUغ6ǽ7]a)2/h,W[*1Vll?'+'^WT},׉:mdִs_Xmqj-H*ñS{`rBLkj]Xa+?Q5D$cFJ+%QhB@80(9^QC\n+y03!5 8\*M۲< W×-={zQMb>,A͏01Ɨ,{.=E֬2x7QO]%=Im5[\9ՙ`m協-t>fxcfno;Mv.zP$kY`Wk8mR5. vmN5ˮN]7}ߜ1odu$& 8+ln߰ svE>!Y1RZؘ KL-:s[A%f/aPHxZlM-,kWx7pa10!*\NW|{s1% DA5{I)"Ԃ+0 LioyxU79ʪ#{}<y-X{J(٘CuM,|iجrHk6y5c` mg *|Հ3jV mc+sbbUԹ5'G_ԗ$r5 B_^ޕW"((zc}a~!M~b~o}F/R`5RF9-M"~&hٺhf#I _jc ^ Cu052U,TKaB*0 m$,{&?Y3̨ݎ:f"iB&ƻH^}P{-=⍃Pn7 ̙-҂>cdh<Ҿ.t|g]9!409-hlT<HIo>` Id3GT9IM }7"D ,' )63]=wl QG vVH8絰CYmRCT ]Kf%fxCr׊1V~A#,JwT #b{݄'|!Jޛn{7iEctar9ި7$d(t))sD oJ0%;U8@=,`҉JGIQS˵{{rږ _$!Ёm9/s0Kp4ߥfO MqScy r.OsM!g~ ‰?*CiQA`qJ,N'{8-OXb\"͝wIj׆PզHG2A=o&+T+ጨP)싟9ЛK r5O&jӌ|텍FXM IoZ.3L|~WQmT [:s6vߛLu;]CQGy)CaOH_;-RfWW Kj g"(! }t#fVԻѫrjs c!m{_b7D@|[:wU!xIJ!oDs9 Uf|6ϖܖQGu_S&?Z+%m}x+ު#bX};ӡ0<3^ ldD\3ņn״KR=k 0ODN)J~EfJSNYux"}{?[AK7۩ҝrLg=.[i䀔IybxPY$tI--b'njl]\3AKZM6U.rO'lpV;R:p %_@S]hSN_>VlA?iT Vw#Pec!آy3&"hו $01 bυIv3nx9j)Ls1 % ϑ \` )(Q ]OIS]3̲x:Ml ڠ?l_'c[)\g$!^hKbi||E$m0--zv/ZL`Ln*{w|>ﶪfj˚|GK P֧xJeЙ^- ձtZSH} STzx~XTxp%Nr>pXw\~^_}>G9ffh蜀IsqqA\Mą9$s^‘xZ@mNe_+~9(Q03.ovcxLdy*V/kUbP8NcĜ+L^UpwGllñU@R k&3 ϐٓ Sk|!0q| e~&N1XDLǽv03ja\3pYV&wO֪D*\oPT߾N>S{!|a\ƀ(F$`nl\[bBLۂK.Ɨ_bҨ./ UXRNћy0I>JoD#i) QV/m->r}& z\#"J&F*[ֳ߬YVw+ ,ϭAg<qꈉ+|;;OkJaLf"l ~مਿRI%/fWiBo5^t -a}+_!!}ݐZǔ8I )6 hK*}rHyyܲ@ŌfkX9kϨoMJZv]EJ=a~ :| )-Zǁ/t֘?g TJ=[&-i&O2IƧTF;c{cҠl@ Ve(Qq]U85sMXmHJ4"s\}i0$<ȨaHb\j'6>+~8vp{Q,QFs=P:3a^I:SʻelfvQA#L`yFef:#H+032#/|jJV$LA'􃳽= ޝ¯I $BJtG&?$ ^PfCo'MdGK- TMZ7ǤH 5, > KG|GJ7K ac@ch$$)x[Xsw{hKJx k{8hv*I0vaZ7fo^F{cf۩A(Yx%ViHt@fr| d6U ׃En.S  V<>濼ԦSz9~$é&&9ru343Ƽ.XDk bq.l:k4$N \8m&"@-$Nyύ7p! âQ^QoϭhZپ/ê%[ 8^ƃIYN'}䐥m8dOtݡ/ar KDg*4k4KEQ z Uj5z-+E$U>Itc/'lnwWH l*:5Xv'sMF$F0Ԃa}ya/lp1*ԥKGL(l',c8Mֻ4G^|bb~-GRU)^n ~o.%".Y OFYaaͶ)gΏ+, q^(HPK9p%+_c Ly9!<+J1a&~~nS\t6˽Yf#n8(BS*A&cUcS4(tVr,I[.iBp};vsa,K22P eHh X""hd9eҧB+0y)f8/۬'8|ydՆ0Tc Vmn]TFQyD%x]`MY"0r)}MU)}ut=f%|K\2(uCe!G㵤baG2@_赁~M Q6c_`VY{OþUY< S.#(3Waz}~4α)(nzWOtw/jp+3,[6ƞ3f/"NNRfGm'AMɧPxB2kIWK^u#TB&H70V'*F :O`!-`J1聎C?Tš!KvqWhCFFoD&Pk8e@#IjFIJNH㐀(4P++)nIUߕ櫊2LO >Nϛ*է0Y\oWUhsީC@m-I5^]X j};wN}{YWƤ.ϖ4WcuDuRӤwZu퀕sɆ]g#P.Yx'>NDXWJd% E[5/$@oYdciۡFǺu٨ wc' pZ<}3;E3RHc ø}"%)ނS?h?` ;]C'4D,NҐULaѷp,a \~6̮23,U(eqwz,\Qqk@] o} m>8bϢNq`.X&֞ѯu?~'8TBtwϡJ2H)00`z ԋ2[Z6zU"lAsT0"'"! _O'seaL;87b=uGDQZȐ !ws"hiȒ_&\ V7 F5E· [2;af0JP6 Lέb7|ˉS MxNiM4g}Xm$Ght҇Ͱ__"bf@:_Gʣ aЀ/Jx&o3 (mo"*KfPM<̀GFΝ=m#@)j^SIJ:ꗫEo)֓쯻 TcZ[N\~Iꌊ蔣WI7B.I:Juypf4xo魝ٹzTZiޢ #@mTGHͥĴiK\drV;zb8v'2O} |a1U_ 6QfglK8p|*7ȿ3JKbDA5`ETrlHH-&xW6OF#=-5v,Ek.S6Ʀ8x3iF/6?I]EÇ =*eח"dP9r/BD)diD0'y!2PLYJӥZJlGʽ K%@.`8kp4R}]Y4G_pAm?< N6'\BUmb.I Ji~a6R.-/ |UT-Ʉr+:/#WPa:Vd kBlrBzpy/_" XIح=8M]E4:KVurXN/k Wp/*şH}zLlN]*"j>>-qKk6OZJ\M 8k! s'<>@im~*Eb:8G!CJ6Bݵ,Ҿ'l )p}kg)8"{OsTI_UOF' [w./RhpvUXu& yhG>zeL8=v!:`^g2ü2n=WKW?0YVX mh=.(}6B$vq+0q3ǻ$I`C3OXЀ4wpNu*򾊝(7dNAxkC+Z|hBJVTt@^j; zc_:@f4טg;O!mRq oeMcb^ ^3Yj)eʘ}`SfKB*Jwå7efxgaՉZM|4 ;UAɍc퀁y"xV u#-z>j+ִPu%SyGǧ{hV5:NS<$7q|T 9 'G ]ZHx|ѝH;735D M2T}Zi,Ǎ嬦2 ȍgHg vO;RN+ 6Vlrkv-,$XS/.nu_]+3(U?3n))PViFoiYld& GQ]ҁLg *b JuI 2|YֹiL}D0УMyekYфG~whr&g-}Ƨ tXkΏ-9ɥS,&q6ժ"JAU%6dWR\\%VbXڦ Ԑʠ/6ϨSrJ8^uً$@M"c9%0$\YrltW}/E(T9Xޱ_jrpUuV ~X{xffT,y=nIW.,xfлH:} 4xP䊿*3K)6Je[CV|>GҺdBHYz\.?ѻ6xEy$cCL]PB JГ$SZݱHG WW$ ՠxgsjLnْSt? $mOFuu15aC[۠{LwU|yrԀc"ֻ|%b6 " Afcu98f JpeB+aɑw?ڕӔ`kmc!ݍ,8DX 4<Q8_]\j:X5Fyђay1J*QGFM| 3ٿﺻȡ7'(W-tL_ɼ)^rg+_C)SɥYz%i p(sdzi =`v8f /i VBFڶ@M`\YI kAzo]OO&~sL4Akߚ9ۊظG%5s߈ _Eûs*=#+޺p4yK{-$ iPԌ9ЕsRچߒYx,%z%RPWDi7]"_ZQ)d3}όՏzv@R_Q !i 7K,]ND9r-nꜴ"f9sǡ2zLͪ/ﰚzu&AMV=!(0%W@ ~N H:WQ-7hL_'も>Av^r%3)9tH^<ml?u`3[q/IIqds P;|OpbfHEBq-7Tk軲g>2q tػHEdIhrF[;N;;yDG̀Y@"30)>gL7 D`r %*^2&M㭙QR3Mկ7ƚjUGL82{p(5YB :A( rb׈Q[37a~?U/gCCR;¡ϽT+y|UV m\h6c/ыo] 5EmA򾖵,?$*OlޗD)S9U0F}S e-&'9ӆ\"[IpY^NT't˶y .8p]L\n 2!X j'B3E9 h tiXRK)g+IB IN.!g XH(l@l׈C з>ROTdA.r2gE'Jk/ _}y[\UG,vh5)њ=vvNAajTFE1l#?]\N{UWQSHg$NlAM>jWdvʄ 5z;EM[:9M\a;.N*Wh'\|d,V~WzCϨoS,ѱ6;5; >E%Թ_˶fU_-!d[Q옦؁\]P@RgLurήym9'cɸu څ ظO%Ț޿ #/ЛTB?PISSzkQ,M45TB8컠NB*~B&e]7NIz(4gCJ lޣeR8SMObdd )Omni甭FOQY2 dŅT o W=@ ޓTiӪd޽'%r5?`Haϓ5}vvPV_x/s $X;VG0nҠ6'Q:gcdpr+:sǏ&4pҀ>U嵲z.YZDI ! ?IZv-f9frU.s&> xGoTƒ?A7^tr Og1_&A@9OGkҐXj{sܿb_sL۔)L>^|F1xL;TsLvZh>ХJ( =q+-T|A£ܓHf߬- ;>R/s˾ HAw_L5^ P=ASY@^{u1-/i|͸VSXԍʋk> arֆAX/l e4.gE>@rw΢fP|9B`;%8w(G)wigaRyn :*oye,A{ ÕYwvՠʸѥ:M lwC1}ɪ`ȩ2$M`oP(l &8P-[HھL3m&hL:(qdɋ>8w;f֏DNaR/uAh&TmܘDM,RՌS@Mi.[ 3’6#)M.4thqK-TZ.NJoXy 2EZߓzq:o[SF!ӝp](?|9,TGDCm_·=cf <hk>s6$ȻBc[E9,o-Eff)w_rED@NoMj.`+9_>V[2zw/AS8 _ $NJDks"P!`Q{|^l!||LI6Ў|츃R ϧq >s"hl!-!5IV"=q{ޗ\nh{2\?d&_Sn#~S3V-0M$TrCOCXzV]=$=kBOЇtB AvKr.09Plx0B6n?dl}h!1=) 9$dll$sbXX9'9\H?vם3kx3=YMo6!aOf^tUGd 7?P35hg)d߀ERh)O]XrVBѐ'M*η}QUW5~R." K>|lαXEVbF˧pNѹMw AQV40):쨰> mN$`1+@Wv&)H4%.,<67d"/9+8PEk\ъӲ֕couqL'j q5N8hH^vkQ߮پdUdN\cT @A @>#⫵ h ΖxQ"*|lsH[nWb/Ra>x!"3ӓ'F;Y3{b!X/~ݍd~:B\ˆ*&\QbG 2ˑSg3 TpEtaqtEdECϰf̯^Ē8CĴQ6: ITwpX`HEff2@S6Q3BCkpg z|$j꓋M>0@50{f=zW^DF5]@R*xۥDd(@A%-ڲof(K]r7A(]ty N=!W"ֳЄDqIx׆9V0scA`ŮGrBNh3Fs2 "6vWSmlyq5>,!=U;j/j'A)2D+sv^{CK.Ѐk VMfLa@"jT76"+fhk,)!O[7Yt`]+)!$N=X{*<2`@}''#pjE}ʶ|#i_&BͽL_3[dְaQ&)4׃Nl a0N;vPzxL!ա[ X4g7[ל `NCN-+YW2R2R d`FTT W5;aZ ~pYx p~{d)ON!V82$02edD А&YEǖDq J'堰$c2i,FjֽQgg7`Q(Bߢyثͣoq *%"iup<^)OH\}Ϟ%YSH.u!3$Y HPou Ⱦd5d3ާEtǦwCf_|}|kAgOp p/6ok<ԏIlRi90C6h #֊U2Ch+u9&,杍tTWY/FDp ~~v$`$B0\S$p̍D_sL'<.cc T^p0luu?#CY5(R 7xC%C`m;{ uaHRzuGmz_Jˡpi8i$`[AWZAyKDs9ͻ3U6aǒѿC$^)I )M-C1^t$lpMrG {%2E8я\ 蓧KH:-F'A  1$UD!&H%o[-"4E#emkn~XAXV|\Or ?A?.SK9(u^:rd~fznW=@-С++2B(nB#$Osi~@FLzxItA-[WLy^_όui+})&Ňd>8-^J270PZg#(zÐxkIWu.ϭ&izܢ +xXD ' 0'8@bN |-:u=E "T8GvpT^~: W#x{.LDן[;tt|gn["~:"(7I1zN UNJ1" lIP \Y@ 7E7ح/xEڎ|f20{۽VM{ vت|G=%Cd[]tOngn9CDzi6Z |\1Zhk*i~0yYΡȚ̅V`wԖUqϵ.U3 2wo0VtRO߉gƕȝ[|Am K =,MFfP6E\\T B`Kv0󭴱 5{phASLWf6|8Od#_q]daŭ"amAe3n4$:-'cIXQO( u& r'L'cD2xv3;'{=!Y v#hpVhM$(l=5hR xf8F/3|NU)hPOOu |zxoIxsBV65s+EmGo%%>KP/iŝ,{[ca)goOYĹү8H.cUρ:=Rg$YGm TV38^ތS4!d0N j=R,;m@y;U(8墕f˛skqM 37/O<] X8Dt,|Kݬ/l+L쏼&HgA87 Ϩ|-HьΉxiT>U&e_evS}D459>0SA6fwά.ޒ9_n;b{C/Ug0gbBoBNB(7Iあ ja||F^6os>| Ne($g%%qDa}X^%Z20uZ{̉t%z@ pW\z{5 xCBIi<zݯ)XBF0,%l'1U-Ǯzl'{H-tiȿmqNo%-snYuЄ9/ugAn`V!_cXN;E{ S9+)/ zM'qcѨUkx e(֎f!~qy|:!.[e@O|S01%?4ð$ :бA!Rۃn̆Ӈq'5KWQϘ/$%dsu<^hI5ƊY}M;ad ~52 ^'3˴8Í[ɻiə EnXpLzpw6f̞LlrryvdW /' .5\wй`,eYL"ӝ[2%ݸ5;i<[S/q$jT$.%L] `25=?W5t'E *7U~vv> ~?{^ ,G䉊aioؔ׃&SE7]z҃)Bz!=#/0)TqGܭu}=6JC@8n'`*w *:K;>rYo>S]}ۀXMarff~݌!7dpdu ^6>gu/hބofBkPP܄ Uu?v(gitK?jБnASƉȔ/~Oʢ.LF9Q3Y'nxg$k8̼M< wЊ ]V*,L^{5eTĪH3o+؊<8I"tp?@Z$M?a,|Gl|b.FOjrY7S'$ H*J`|Ħ LBޖ `3`2a5yh/mrY+jWKK<@':١bܷuDIﮜĭ uTzLW4J25("V%Sj}(vƮeeZp[@$xR3}w)2{؞ѯPFd=(Ga/ًH(-٥_'ޔ~g˻m$ [%nќNSTF^xFi)o|Wȯd;Or̈7exS7aؐ1?NX@\evSsC<1}I-3*L!(GLOYn rz?!s R%]~ME2|L7}#;9 <1@36։jСiDĪg3\[^P}%u!!Oqeh5A~9 @I0q߇vf; <-z LZ 1oOFg yLئ;W QW7/q^-T \Bbui!S(OeeHJvxiP'Ɓ^L 15i( ;􇵀ŰnN%}!۠9q6 vV{,-4"Z i N *%Y{XR@RbSE&O]ѯ}oQX x{}".ǕN9e%Idʋeٜɵ3KGV^·N:ٝ02$ĚԕE;\b5PMg (- s-dӰȋ%[Et:ڃ:J~S 1p#uSKxCAL EG`S, Ie"C sgsw]2T5g}v}+ :\y 7l;$x&= ,ƮBIF2$>'PJܴZaUX%qJtkY$hun`_W2TEm|M4`dZ C)(.FlJ`t]8?8f䏭rdfL%[0m9p#iV:={)@x3)gVROAekuf`%R% +fP9+ZO;gp2B1{m8=#,ھ1H `8`b|ѲrۤΣ TVPDwjc=.z> tÆ|/= Y 6dyM?}u,sQ=%xl1A! H{9Oiou1 azJL옮`/dۇdcKLw1;y[!K"{&?:.2>d`L8 hI oa 0NΙe8!K1И.`e}IXK\?]p<63[REB<7Ķ[ g8F6)Gp6Bހ49g+Te28\|PK8%JoiXD2,Ӕ'M b$e$rG7l7@m}ByEh\:&LO p~.a\ݩEJK|S2K8>J ]ł$>Eݣ2X\yyÓu 8|[ͰI ?ܲmaTTJ&#zK1Ў1|3lV9K4%i۱*y쀆U!RVriwQ!}%tz^cŒ,ʲ$*#{<6"w7DAx|]؅Ē2d4KT7[ѩEd`sؓ}wMG$7H}S!@.Z6^ ӘM+1ϼYQ(Q##o#g4Ӑ""dnP6x%/4/S|b*idiOᜒ"yݘ{;Ly+',Xe~(]]qE+Q=g3qr,uH/Y+#A }s^(>WO9d?2:T럒j=,(9^&|kiy'۹USHH.j[+ˉc4-σJ;@IAw743>r,$b@-D[ Lm PYijPoGv'A45b#-{N#ipj+xK3s E|a B_AJ][.6NeNyKA)m8DGCmCcPfڗS?1QJRٌ]w@ISp!d*vB&fCi~.~b*@0?#a Y:%!yG;1RGQ ŝX7RL,son39{.#ID˻؋˥c^,5C΄Ӏ7sfGW3rۼ*c\u R)<ṝ{?P1ɤ}%ա ߃xK[+ͪ]w'!z;U)y6yT~״r#rCq1G;!JfDBxW;+*xG *d8ϛ }j-1G.FNO4keF:D0G#^ƹF7a]#yWc ǔcI"h<C'> +q"Cl1:]Ë^"d3' F)'ÿt@>F߀hhy@xUOv򦡮*lHvhT~O]JL镈`tA(GCK6{=I2]@`h?K*lq kM6J_񪲅z4#9EίUdݎJtu !I|4m5deˡ^zrFZ2Z545D2/:hzʸ; e#: w[߄R&PUYw6r<0O{jGdtqSr۬3:Pqw ou#t)9Ah*F D$I_D#H~Cߒ-x.#`MU(b5P֮|RE&Xb!"GoLnjD@VO%;TzZ@^66S/5lfyw\z(IcC|1u.N\˄!DRO'`/{QCˍE8L=M6=0c W Zv~N~Qq!SvF-׫?73\{wBX9{WJGk% ,"&DڲVNKM$+K'G H dcBqV2F'}|31ԜJ2yrmuW^! "2bcQp'|^wMc~)\s=R^%Qޚآ|y&u1]uZ ȑN!O)K /3tU5L.K I(Cx3:TzPG=kZVͅRL z30 fn&*wN<aik^I}.򓠽K"ܾR1^k7$Ԟ5-9I8ݺw(HP6On̺OK٠ҭؽy{t,^$הZ9PP'!~= l=oc9>* *͵Gtl w@PA&abN[8HePw;/ .۝ f/ʻKMq>L)`5%7ExyQ'&X!X28㽲UJ.~+L^y/F%Ѝ[ʶ}+Н?:||uL}aZa2gt1 ꊪ;Kh'>x.H‰qkeB~LH% 4a])9z L4}|6ǿn%<xjPP(@5Af{q&yqY-a\]Ns5f%p]Fy2 ^\TʤsK&bA8&Ԣ%L/ U7q=8ܱ϶5\d3ќ mxnzԇݐ+&?}ܬZB tQ`Q{tY~}XnyX D et\5DcJHx o,҆.{0|Y+;d8ŧ!k+Oj~`?KEtu+s E Apb7u.^°dYJor2,6>YYSE+,lƚɐXB ~D0 -f!&M6cݭQ~jجƣ sqPfSO%y)"$K W4 g`؁#I:ihoT|ͱ[4_A"Un1g&2#-fO i. We71HL!G-Amif/Yց,$ZIspzɎ^ZaR['Z{ ,dfϼ Yt | ti"nb I Icu.j F`z+_ lTh uD lGGԷ-m}f"H@ O7  B7hij6yruN>\B؈[{*|?tTz\Oft̡7W[yv%UXCR?=,iΒBHUSd3ɀm֬dY)ewNgp$\襲B=~|mgvF׭<$f5칁%Q@̵>yHN҉UтK}5"fMȌY kWM(Ë9 |™][;̶r翛#h!z#XТT$#qwۊʢ|䜚1#\A 8ӟJԽbD+_RrP m.TpÙ:«?+4w;xdH1"EU`ܕDVV6oՓu`"WW?qѿ\o3UgJ}:q$4G7, ;F^C upE -S2>j, {DE嬡pӽ])W@Qx٥N;cB P %^ƋR 4q˜}5Y5 υM(Ǣd ¶F&~:P9W \r{(*Y,&ͥa"<5p޲@.;_3\V6 0| (k/=а&Gb;ؕbz֔Pю;N,]aukԎ(ϱrL]=Ld Z$Զʝc XC,\8Xe1&fpb>*yyi6|j߷GRʌogSMZ@$P;IһW3ŒW,FpALb$qK%N ȯ*29*!&jddTMZ#IqSq%xat=e&j'Z\8/`6fP!ƧBp0y96RSo_ Rd/^u)*7!PEgKa<^Mvz8&L~ҪByTp&װ!1V?C 0MdNq3)EgB(yZl/ Smus4P(G`I.{zۆQLe2WmxX9BB'lQ]5-[2j9BDP4<~m~NxjAJS(Mcf|tK"j5H/|x@}kj@B9XY̘vy*RxQ<x͵&aF$~jd˕(睯pXBJ! ' , -i("vᨻ.BZ/%۝t[,ݥҺl]/_ _ \H?(MV!@6|C."R|^QR&;y36+vąM kϝ^9$%'h1 m_(sdXwt^ N'h8WJ(Q-.17#=&揁T-2@5ƌvPv~Ϥrrze>"@9o$`6 Zݘ%WFm?e_DH]u =̿ z0UZf*r8ҋˋRL-sre؇gi ]Uw7Vq]thž_U"MXܧPE;Fw3c9磵*)|E&>{C4frd|YSA-TPx` `ˇ1Jn 5GbaFȣ Ҟ_->K[ak2IZ=vCٮ%yKP7!۶k asFZuɲ9(vٲQLk ,[iq_/ ~~Q2#MdĨ"~Xw0ᙶSȱAɽ\S|JK̞h'Y ׭Og-)џem{*( ( nǸD.yW$G +iS)Л?O[~x9w ʋS7qO-UjV-QQ yK|r=Ek,e4D:UA,*#DI] ZZ"^e)zg,'tT];Ğzoas @Eql7J<ɡ>=u.5-BxZ4 ?a&m&nj \_a-H6cjz1Z[ ͓sMe;Resu {Gx4Ji[aDTWn^u xg_C_j SMA+?4rAn*^5f6Nd#2gcu 0}4._0S&O b(^D$91u-',++ף `x /&閡vU04^LORPXY!Qc]7(x&c< GNQCAZFIv5zAT'Z.˚72Ujޏ5P8\r,5\(VN>ip \4*q ُR.'@E0,{ ^Q5%Tȣ H+I4\ bavd X w:W!^}01Jn"Ġŗ]BE =lhTv|Vlk@wL멭D)WY2/|c{eR#`>klGDtݟhh\aIV_I ZC]` ΂nj)|jG<>rU5:N; .Zzxm-.L. \*1R\!7%F8q C{Är DHOhWGd>CGWzpne2)rДg*.bpݨMNN% wp@ @a% }5_BLԜ>:V ;90Tgs&_O]\1kC> wj ::]u'K&K P?hr:bG^=l=M]{)Hŋ33dx`t4]4j8qn;V:;BWHwPxf_ro:kuBSٍWqHstKd#@"r,]PsG򍡰 ?݊& 'XKXXseJzIԈ0]0q0?<9u&sB_QI0%F%Pkݭq$~:$t# wQ4x˟|x7'mZyu_=іՔL&!=gB-?_)?젭>!_7mڰs.Y($+\?T֩Aʉw0J̤@=E6&É*0jm'HE'#˪ȷ rJMfޜY )#A=r4#2ʥ'~ߢKs gy.d,c#}gln3Bچ@!Yq<^QES1jA >*QEI/=tYa)N |9(`><csÉA~8TrFp&o)^~ t/|4s\3vwҰ&MS񽊡5ɚQG ؉' $\g _r-ލY/7 ("-@JΪopJ2ͅ Q e" 2$=b/_3⸓P}{ AVM\J.|ƭjs2ǔfJeZ% b4m9XQ7$P*8\Фkw³Sjh8;JiX/(NauyrUgzMR2q9 *Ȑ DMiYG k}]ơwء^T c_fqf(QX~#!9#Irwh'BO\ј$5U+jnxzP9b 2񘲊˨-g4Tp'84m:-vxPVWMxRX\3u=Nr+Z\M|`pGU&*d90Totp=j\\ܹ&&:uV/{{B<޳|XGU=#JpgAM')LGMFVrO@>\YWQZ>& 6κe qAr1j].ڿZ(gN5JB[9L)_f.zh%g+Ǯ4ÅBQE!EM3ҵ".}N*6%5Qٯ]e(ڿƽBC^"(T {.Y~ liV-WE@R3Lt/Y]hd[Xs "-/UrkÅghɍsS20D0Ҫ =Iٟ[/I5`7QNYv+vaCο' /חJh+@V2^U=/z̕jP 44jG0vdKE,"*#rYĔ碠!L] "Zemn~o>~` J&g/Fr7|](h 6虊X ᶭdA.؟}%eg93m蝿q0>=ksr."o 1(Ha_O{(<%|Bp fĊ=?*2q<Nt=%d}H@yh:B S-YER^JyhfVqj.uAt9|9|fN!˘>շF~v6" ɹ1ww{re |;pBQD.[HdGu-.ee*>Ts$&ʗ]1&쯄Jj#neG PL8>B{OEl=))}WZR Wqz~='H4#A2dJ-/|zetE_jzB󜙖kzƪ5¹b 0tޮD ȿ-j`a5Xs/tڟ*E8bE>էpGS'܂f%3r-Py8#EuZT\$Y' Eҕh3&@&ǫFj5o wmEtrKxAU"+Qhpqf} M눰׵˥"E BnmܲH1 ¾15*:$D2 .ۋ';eD9?FΧXIߵb*.lTZ eLNU[HcMw(`P)fGY RZ>1۠LO Qy{k+p#0l94hUN E#D4՞xvR'wҴġ8qAD"/-*]@U1IĎ9a᪖Gq@\Ys/1Pˆx%܋"^0?)9zJչR)݂:g&5-Dž ޔtTk/x*wuTB+p.Ώ61'k<7u +| HN}l[ q:UK( <"P20znҜFai`S2jɭt>CEKƢ$NKqk[+};øʈi&ZиZ% K(ybV_hvA2J1IC*k%Zisэ Η4A-M&#_ 9‚god}YjG}`Ҝch ;7U.I V'HdCҴ= 2$bHPElBHI_-/֨sҘaS|`f][~Q^KQ E+,-|!md|M|vx=lg{u.V,iW3X0ɕ# 쮺ݚC}ɆOR rӴȨ%o:qBL=g=xc7C晶6`(-Q_]Өn q9 )m0.X>ei]Hefd" , D~%v H5Յ A jF[ ;#~8HW|ƭ#JE e9r"B+d0ƫY_:`C}M$oi>w`/ pj-Sǁ[[:,%2D-u OJJf㯖 >R(%tv:s4YGs6AԾJ6MKA+(j(țOơW劢XxXc^;1)hN ~ߣ#(Jq8 qn[c|EȺF⪓|B%GiY2h'tyGHWNBJ.N &q{F"q|9&Nl ,٬gL\tZk )?i,Rd=ՌS& rq? )  gk?\%Z`ld騍rUD4j1Ylhd "&(Gl1 i 1q feַCMύlr 5 o!@2{@~ڼ8r}X:Z<6p g-\fK˓@lPvVo^ ƤWȩޏtZ>IA{y,J-jW8&ʿЫe+BQv&т+q @q3(D2*"&9ЧEq?̏:ƻ5IezxJsċApuDzhm,,C~ƣ&;#4Iir-z{^ON߳-bnÇ'`Ugf*AR-ԔVaTžKr!̼\d3M:¨C+^zjxYq*Vplm٫۴ 3x;P>/wFl4@AL?i[aL gD\)ܾO^A$?y4/+ߑ\@Qwh܏/hSAjY\\[iڎii}h|v@EMfRGp]@vx98w'0 Lޯe$]T~衝!Zw[TnDq&߆\ȣf +>J>!C~Xr;G7-COZ#U#0"BNAYc&Smk@^81Гm~ÅQ21VC@v,9w,coˇ҄@K\ӌqetoomX(7 ˞Y}or4,TsUB#=#OYJLI5iH3h\ .Le_OCaVK4 KX] BLq9nR _8U;[0˜<Bm_FeFY;p~?6=Y=pt4oWDÓ`DN@MUcI"e /{X;a ء&$Eqޒ@fŘ.IV!ܰdhvmoVyJ&*K^ R( I({Ap_ym «痩qXNd#e6#jBu\&up\F D;>-|}(ij^qaFX.樣 U4Z6nkQFuG\?c>뷔)EE6Ԣ^N{Ĥ򱙂=qD|pH{N7 u AF!e{v%k7"cҍ>tܚx^L7'x.!kGvY@gŐQj#&z}6IqB=xA!RV4`oQKd7a!E}v^5%LZQ+d+L@y}S!rB*4ݰ_fH$A:+k$"*ˤ!~b\5=FҦ( $DUQhspOY51:PRtV@7ݏkBֻʥr~5|PTD/JxdIHE>f91?G!зz8Ѣ+l65 /q? Ԫ>hNzV%ڂV.`]4y]V=Rה&B}* @_-wCFcq`bqӽK`=B'x# 3܊CBZfq'kZN(tr;A> Z1rк (. vQ q )[4bZ_Z W(م.!ŧ%@};(1G. NĢy"eG8g lkurT#ŲV֯e|QxHxc sPE)_&2`7Gqa5P0'v~+Rz&4 ?5ub[Tg[ {HS3凱NBeB隮CeD3%.eJ#0$j)΃άUi:F?ڟB}t&ʈU>KnW$}!PCzdT]N }¢7VX]vc޶yPVrNk-CUeH # <,b+[5@'k E[` jjx9!n (~h=~}$VPYt'[xQnĦV:ɯ\'r4r )=wiw5--!1Sq(o0eF!efҠ<+wPD x r\S#0c)wPЭZdCBd$. VǮ"r)GQdPZ尟mV#MLhჶh@v=cF㤟 OMV掙tcbu*f8DߓȌncxDBW~݅RL1|( x>|څ؞!tVYŃR4n}XLq*P=9&8}@8r{t}>,bJNpr w"IaZBW毨6!B*i!PPvo'!_ :x3T%-qW&7C4a0U>b,(o1eYj`p9;:C,Y)Mx]d>[ ܥI0*f`x8fP$' GL0[Mq\uMHFO^~.i)É,6o1xr#m.:緍P;:ۗ0ӝnDY{UU}Wax< EΨaVq-&d+rVDGR3ă H\Uo6!J9P;>%%Y\|Y`rmg uqD:{wi꘠sX̏7t1kB,φWs7y*mRMLK+mf3N NI9u MVh N*īN('`jÏx O]_jm .? /$7TeVX:~oO1H'?g'91)&TnOa"]m8bFtz(rK )92 c4 sm8g!?]Ξl.RZo.WLcg8m~LxD&Ecj1q?1_aq*iUu-ْ؈oDDq6Z)rDf^^0ΌQ{?9Ec0 Kj-[AwXdhsKe0i#hU:E*w߿{nqVYY*M:&WΤ'$EXrG$)>rq8Dޡ1B)E]r ~Snr2qW%O9zwM4xMB  Q *;͡Lhy%o2^hҿ=";ϟp\Ŧ@1fRO jyYa :e1 *rMa fчP( :@܄cEWl,*bb3͝*kUXtC .BW{_x mk~R_18q2JaBՈo\m1m( 9]mc XÕ} /NWpy.^)pBQ KCd|cަ]ݯw'{a>v,)DIkȞj@i"v*.nE$\IJVF4#+2C-f<*8%K&جDmnuJ}}{ݏv"~߳+D7:TPNQr1zmɁCqzT% {aie<3쨨(.V"UZxSF' 4jc2i q5Vv 66փNɖ7>0.n[4p\0r<{y؇OxE[޸YY8sXH^*-~p"L;.QkRO"axղM[}mt)T<αzȱ;]r)Z]4ʵwF`Ƅր1Ŕ;Gvyw:/F5R"tVٱ\AO( 0&ҿ ; a4! .[P.\pL* ԧ~KZ&*ţE'aaqat/GKX"}g`?T4t sШhh# 㹓1|&ijH )"pUGRyfPnrg>}'{Q;po &0d (q_S}i}YM/+e4W'Y^nEbЈ]=7`"?^!?U BBB`A1PVMa=KτN"4 '%B}pW[ZXY6D\9T!Wq_ CTty ``?SM}\I5u (ʯ&NCc9v<j7,'5m"BaS)O.°5q#r+ uܰ[ 2ԕ8FI؎Vo@sߖ7t $/[tqH}Эfd՘3K4C32*21/5_2[k5Ҿ ~1C&n. BCi"iC7sZEr‹T#|e2lʞ%2騈CkҫUDObSr'$2Gq A?mG& ]5TM⠕Jp'݈ɚ߀֪.WƠoAgA,H~σihJuSl߹̭ #eh؁L qp[uw4*S0RIVC-K\laP5Vmffˮ,w]'Xu8Q@ A{DOdU@ 0m;@nTp`;;'lݕ;^.ks*5M>)&5Mǐ߫3| Szƅ}QY|Y 3a pH˂}"JW.a.t/l-r"M{A 4B4+ K@_R bHrz7p>5vOR%LUu΅L7nM|=a [}oNyŀǐ@Dza5-RTz}C~M5,c\$n-#lNx5tbW}*-86\k…ٻRS!<a?]HMCAwF(6A`5Q (ֺE0@ 13/|hVU>hj~}=<麹˔C&=`˅lviI2X<~^f=:o?N?ϒ夝u 32@^kQ(b8(F3}WPĒ|WiԧG}h0#rT3U+OtTvoqa@΋Jnj&p* >mqcgYg&$g~ƈEOWz;׊,U?ϘGr|':;i_%쾥\6PmJj|W'%]ڦMεۚ:}OTҠX"Ipdr*mL]>Lq=~3p-zrDtH)*{>}Nf*W,ܣKt[ĩ)8<YhPFI?Y_w0Ck;8vWųw ףז-;nTn?MbfI.jnPMC?<3F)S'jnUeqNz`9x $|7^$pih4p/^U*`cdž 7`O K6lP蛔Wt 7q YZ