libtiff5-4.0.9-150000.45.16.1 >  A cMfp9|\Ȅ(4I?vT2)UUN@KI yG*81ۢnSA^qp;STļ5 na精 Ec}A!;;-z:4EYA'/12RMY0X# _0i1۲D?ȔrsIvָ|f1SW8`&Xԗ! Oԏؒlػ% 0|^pn`]w J5y-y t3db54fdc4168dee74e23c0c2e3ac0d2d8b490651fcff1ff3946097f30ee78a5a7cee3a2acd67b72f77cf715ab9b4787673a318f7%܉cMfp9|ѤEQqN&G ~`Fk؈mβ$deK f]vw1N TNUzK's{bH(/C(X6((n 3@wy9no'媛IL E=X-V@#9ǐ9p P G6c S'nEgUT~[irDJ􇥃v"ޖ'~UT?h۲5ZH) *RU7f:,8kT5vBy/KU ,|>p@?d   U 5V[ q    `  @E(t8|-90-: .->@FGH$IDXLY`\]^bac defluvwxy<zClibtiff54.0.9150000.45.16.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.cMeibs-arm-5 'GSUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/System/Librarieshttp://www.simplesystems.org/libtiff/linuxaarch64Hz @mA큤cMecMecMecMecMe7)O@cMea7c5e2b1248ad6d9e37b73771d354ffbb1dfdfa5f73a92524035daf89d10ff71a36c29442771d3f4348dbbaa6d7449bba2fd2a5b4d19c02a3dbe4b6da3b7bb3cfbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd75b9aacef915dcad0a8158f1f265142aceca92b7b1b735497aeff1b92f576b3791895f521787ca3a5ed524d414c5c67dea88d4a33d0e7b6221fd3f879566cf7d5libtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-150000.45.16.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(aarch-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libjbig.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cMCbc@b@by@bu bu aZ@]µ]µ\b@\X)@\Q[[k@[k@[$@[t[{@[)[)Z@ZZ ZZ;@Z@YI@XۡX@Xx@XWXWX=mWint32 conversion (when refBlackWhite[0] == 2147483648.f) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1907 + libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(), and use it in TIFFReadDirectory() so as to ignore fields whose tag is a codec-specified tag but this codec is not enabled. This avoids TIFFGetField() to behave differently depending on whether the codec is enabled or not, and thus can avoid stack based buffer overflows in a number of TIFF utilities such as tiffsplit, tiffcmp, thumbnail, etc. Patch derived from 0063-Handle-properly-CODEC-specific-tags.patch (http://bugzilla.maptools.org/show_bug.cgi?id=2580) by Raphaël Hertzog. Fixes: http://bugzilla.maptools.org/show_bug.cgi?id=2580 http://bugzilla.maptools.org/show_bug.cgi?id=2693 http://bugzilla.maptools.org/show_bug.cgi?id=2625 (CVE-2016-10095, bsc#1017690) http://bugzilla.maptools.org/show_bug.cgi?id=2564 (CVE-2015-7554, bsc#960341) http://bugzilla.maptools.org/show_bug.cgi?id=2561 (CVE-2016-5318, bsc#983436) http://bugzilla.maptools.org/show_bug.cgi?id=2499 (CVE-2014-8128, bsc#969783) http://bugzilla.maptools.org/show_bug.cgi?id=2441 http://bugzilla.maptools.org/show_bug.cgi?id=2433 + libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not do the #ifdef TIFFSwabXXX checks. Make it easier for GDAL to rename the symbols of its internal libtiff copy. + libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 in ChopUpSingleUncompressedStrip() regarding update of newly single-strip uncompressed files whose bytecount is 0. Before the change of 2016-12-03, the condition bytecount==0 used to trigger an early exit/disabling of strip chop. Re-introduce that in update mode. Otherwise this cause later incorrect setting for the value of StripByCounts/StripOffsets. (https://trac.osgeo.org/gdal/ticket/6924) + libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of items read in StripOffsets/StripByteCounts tags to the number of strips to avoid excessive memory allocation. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2215 + libtiff/tif_getimage.c: avoid many (harmless) unsigned int overflows. + libtiff/tif_fax3.c: avoid unsigned int overflow in Fax3Encode2DRow(). Could potentially be a bug with huge rows. + libtiff/tif_jpeg.c: avoid (harmless) unsigned int overflow on tiled images. + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() and BYTECOUNTLOOKSBAD when file is too short. + libtiff/tif_predict.c: decorate legitimate functions where unsigned int overflow occur with TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() + libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to disable CLang warnings raised by - fsanitize=undefined,unsigned-integer-overflow + libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessive CPU consumption on progressive JPEGs with a huge number of scans. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf Note: only affects libtiff since 2014-12-29 where support of non-baseline JPEG was added. + libtiff/tif_jpeg.c: error out at decoding time if anticipated libjpeg memory allocation is above 100 MB. libjpeg in case of multiple scans, which is allowed even in baseline JPEG, if components are spread over several scans and not interleavedin a single one, needs to allocate memory (or backing store) for the whole strip/tile. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf This limitation may be overriden by setting the LIBTIFF_ALLOW_LARGE_LIBJPEG_MEM_ALLOC environment variable, or recompiling libtiff with a custom value of TIFF_LIBJPEG_LARGEST_MEM_ALLOC macro. + libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2706 (CVE-2017-9936, bsc#1046073) + libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that a double value can fit in a float before casting. + libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, libtiff/tif_read.c: make TIFFReadScanline() works in CHUNKY_STRIP_READ_SUPPORT mode with JPEG stream with multiple scans. Also make configurable through a LIBTIFF_JPEG_MAX_ALLOWED_SCAN_NUMBER environment variable the maximum number of scans allowed. Defaults to 100. + libtiff/tif_read.c: TIFFFillTile(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation (similarly to what was done for TIFFFileStrip() on 2017-05-10) + libtiff/tif_getimage.c: use _TIFFReadEncodedStripAndAllocBuffer(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2708 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2433 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() function, variant of TIFFReadEncodedStrip() that allocates the decoded buffer only after a first successful TIFFFillStrip(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX() functions associated with LONG8/SLONG8 data type, replace assertion that the file is BigTIFF, by a non-fatal error. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2712 + libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc to tif_rawdataloaded when it is set. Similarly to TIFFStartStrip(). This issue was revealed by the change of 2017-06-30 in TIFFFileTile(), limiting the number of bytes read. But it could probably have been hit too in CHUNKY_STRIP_READ_SUPPORT mode previously. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2454 + libtiff/tif_error.c, tif_warning.c: correctly use va_list when both an old-style and new-style warning/error handlers are installed. Patch by Paavo Helde (sent on the mailing list) + libtiff/tif_getimage.c: use _TIFFReadTileAndAllocBuffer(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2470 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedTileAndAllocBuffer() and _TIFFReadTileAndAllocBuffer() variants of TIFFReadEncodedTile() and TIFFReadTile() that allocates the decoded buffer only after a first successful TIFFFillTile(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_pixarlog.c: avoid excessive memory allocation on decoding when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2554 + libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZW compressed files. + libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZW strips. Crashing issue only on memory mapped files, where the strip offset is the last byte of the file, and the file size is a multiple of one page size on the CPU architecture (typically 4096) + libtiff/tif_dir.c: avoid potential null pointer dereference in _TIFFVGetField() on corrupted TIFFTAG_NUMBEROFINKS tag instance. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2713 + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile(). Complementary fix for http://bugzilla.maptools.org/show_bug.cgi?id=2708 in the isMapped() case, so as to avoid excessive memory allocation when we need a temporary buffer but the file is truncated. + libtiff/tif_read.c: in TIFFFetchStripThing(), only grow the arrays that hold StripOffsets/StripByteCounts, when they are smaller than the expected number of striles, up to 1 million striles, and error out beyond. Can be tweaked by setting the environment variable LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT. This partially goes against a change added on 2002-12-17 to accept those arrays of wrong sizes, but is needed to avoid denial of services. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2350 + libtiff/tif_read.c: add protection against excessive memory allocation attempts in TIFFReadDirEntryArray() on short files. Effective for mmap'ed case. And non-mmap'ed case, but restricted to 64bit builds. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2675 (CVE-2017-12944, bsc#1054594) + libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2683 + libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate(): properly break from loops on error when stoponerr is set, instead of going on iterating on row based loop. + libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped pixel number is not a multiple of the horizontal subsampling, and also in some other cases. Impact putcontig8bitYCbCr44tile, putcontig8bitYCbCr42tile, putcontig8bitYCbCr41tile, putcontig8bitYCbCr21tile and putcontig8bitYCbCr12tile Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2637 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2691 + libtiff/tif_luv.c: further reduce memory requirements for temporary buffer when RowsPerStrip >= image_length in LogLuvInitState() and LogL16InitState(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2700 + libtiff/tif_dirwrite.c: replace assertion related to not finding the SubIFD tag by runtime check (in TIFFWriteDirectorySec()) Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2727 + libtiff/tif_dirwrite.c: replace assertion to tag value not fitting on uint32 when selecting the value of SubIFD tag by runtime check (in TIFFWriteDirectoryTagSubifd()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2728 + libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressed file if the codestream height is larger than the truncated height of the strip. Emit a warning in this situation since this is non compliant. + libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK() function that checks if the offset is not bigger than INT64_MAX, so as to avoid a -1 error return code of TIFFSeekFile() to match a required seek to UINT64_MAX/-1. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2726 + libtiff/tif_dirread.c: add NULL check to avoid likely false positive null-pointer dereference warning by CLang Static Analyzer. + libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExt Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2735 + libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 that honours max_memory_to_use > 0. Cf https://github.com/libjpeg-turbo/libjpeg-turbo/issues/162 + libtiff/tif_getimage.c: avoid floating point division by zero in initCIELabConversion() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3733 * Changes in the tools: + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + tools/tiffset.c: fix setting a single value for the ExtraSamples tag (and other tags with variable number of values). So 'tiffset -s ExtraSamples 1 X'. This only worked when setting 2 or more values, but not just one. + tools/fax2tiff.c (_FAX_Client_Data): Pass FAX_Client_Data as the client data. This client data is not used at all at the moment, but it makes the most sense. Issue that the value of client_data.fd was passed where a pointer is expected. + tools/tiff2pdf.c (t2p_sample_realize_palette): Fix possible arithmetic overflow in bounds checking code and eliminate comparison between signed and unsigned type. + tools/tiff2bw.c (main): Free memory allocated in the tiff2bw program. This is in response to the report associated with CVE-2017-16232, bsc#1069213 but does not solve the extremely high memory usage with the associated POC file.- Upgrade to upstream release 4.0.8 * libtiff/tif_getimage.c, libtiff/tif_open.c + add parenthesis to fix cppcheck clarifyCalculation warnings * libtiff/tif_predict.c, libtiff/tif_print.c + fix printf unsigned vs signed formatting (cppcheck invalidPrintfArgType_uint warnings) * libtiff/tif_read.c, libtiff/tiffiop.h + fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2596 * libtiff/tif_pixarlog.c, libtiff/tif_luv.c + fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2604 * libtiff/tif_strip.c + revert the change in TIFFNumberOfStrips() done for http://bugzilla.maptools.org/show_bug.cgi?id=2587 / CVE-2016-9273 since the above change is a better fix that makes it unnecessary. * libtiff/tif_dirread.c + modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline(). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2608. * libtiff/tif_ojpeg.c + make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2611 * libtiff/tif_write.c + fix misleading indentation as warned by GCC. * libtiff/tif_fax3.h + revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. Raised by Lee Howard. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2636 * libtiff/tiffio.h, libtiff/tif_getimage.c + add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. * libtiff/tif_getimage.c + fix potential memory leaks in error code path of TIFFRGBAImageBegin(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2627 * libtiff/tif_jpeg.c + increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with "big" tile, without using libjpeg temporary files. Related to https://trac.osgeo.org/gdal/ticket/6757 * libtiff/tif_jpeg.c + avoid integer division by zero in JPEGSetupEncode() when horizontal or vertical sampling is set to 0. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2653, bsc#1033127, CVE-2017-7595 * libtiff/tif_dirwrite.c + in TIFFWriteDirectoryTagCheckedRational, replace assertion by runtime check to error out if passed value is strictly negative. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2535, bsc#1038438, CVE-2016-10371 * libtiff/tif_dirread.c + avoid division by floating point 0 in TIFFReadDirEntryCheckedRational() and TIFFReadDirEntryCheckedSrational(), and return 0 in that case (instead of infinity as before presumably) Apparently some sanitizers do not like those divisions by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2644, bsc#1033118, CVE-2017-7598 * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c + implement various clampings of double to other data types to avoid undefined behaviour if the output range isn't big enough to hold the input value. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2643 http://bugzilla.maptools.org/show_bug.cgi?id=2642 http://bugzilla.maptools.org/show_bug.cgi?id=2646 http://bugzilla.maptools.org/show_bug.cgi?id=2647, bsc#1033126, CVE-2017-7596, bsc#1033120, CVE-2017-7597, bsc#1033113, CVE-2017-7599, bsc#1033112, CVE-2017-7600, * libtiff/tif_jpeg.c + validate BitsPerSample in JPEGSetupEncode() to avoid undefined behaviour caused by invalid shift exponent. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2648, bsc#1033111, CVE-2017-7601 * libtiff/tif_read.c + avoid potential undefined behaviour on signed integer addition in TIFFReadRawStrip1() in isMapped() case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2650, bsc#1033109, CVE-2017-7602 * libtiff/tif_getimage.c + add explicit uint32 cast in putagreytile to avoid UndefinedBehaviorSanitizer warning. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2658, bsc#1033131, CVE-2017-7592 * libtiff/tif_read.c + TIFFReadBufferSetup(): use _TIFFcalloc() to zero initialize tif_rawdata. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2651, bsc#1033129, CVE-2017-7593 * libtiff/tiffio.h, tif_unix.c, tif_win32.c, tif_vms.c + add _TIFFcalloc() * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c + return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2130 * libtiff/tif_ojpeg.c + fix leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable when read fails. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2659, bsc#1033128, CVE-2017-7594 * libtiff/tif_jpeg.c + only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). * libtiff/tif_lzw.c + in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=1982 * libtiff/tif_pixarlog.c + fix memory leak in error code path of PixarLogSetupDecode(). Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2665 * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c + fix GCC 7 -Wimplicit-fallthrough warnings. * libtiff/tif_dirread.c + fix memory leak in non DEFER_STRILE_LOAD mode (ie default) when there is both a StripOffsets and TileOffsets tag, or a StripByteCounts and TileByteCounts Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2689, bsc#1042805, CVE-2017-9403) * libtiff/tif_ojpeg.c + fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2670 * libtiff/tif_fax3.c + avoid crash in Fax3Close() on empty file. Patch by Alan Coopersmith + complement by myself. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2673 * libtiff/tif_read.c + TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c + fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. Should especially occur on 32 bit platforms. * libtiff/tif_read.c + TIFFFillStripPartial() + avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). This avoids reading beyond tif_rawdata when bytecount > tif_rawdatasize. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1545. Credit to OSS-Fuzz * libtiff/tif_color.c + avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1533 Credit to OSS-Fuzz * libtiff/tif_pixarlog.c, tif_luv.c + avoid potential int32 overflows in multiply_ms() and add_ms(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1558 Credit to OSS-Fuzz * libtiff/tif_packbits.c + fix out-of-buffer read in PackBitsDecode() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1563 Credit to OSS-Fuzz * libtiff/tif_luv.c + LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_lzw.c + update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. * libtiff/tif_pixarlog.c + PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. But untested... * libtiff/tif_getimage.c + initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1663 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_getimage.c + initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. To avoid invalid float->int32 conversion. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1718 Credit to OSS Fuzz * tools/fax2tiff.c (main) + Applied patch by Joerg Ahrens to fix passing client data for Win32 builds using tif_win32.c (USE_WIN32_FILEIO defined) for file I/O. Patch was provided via email on November 20, 2016. * tools/tiffcp.c + avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2598 * tools/tiffcrop.c + fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2620 * tools/tiffcrop.c + add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2621 * tools/tiffcrop.c + fix integer division by zero when BitsPerSample is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2619 * tools/tiffinfo.c + fix null pointer dereference in -r mode when the image has no StripByteCount tag. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2594 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2597 * tools/tif_dir.c + when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2599 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2607 * tools/tiffcp.c + fix uint32 underflow/overflow that can cause heap-based buffer overflow. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2610 * tools/tiffcp.c + replace assert( (bps % 8) == 0 ) by a non assert check. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2605 * tools/tiff2ps.c + fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2633 and http://bugzilla.maptools.org/show_bug.cgi?id=2634. * tools/tiff2pdf.c + prevent heap-based buffer overflow in -j mode on a paletted image. Note: this fix errors out before the overflow happens. There could probably be a better fix. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2635 * tools/tiff2pdf.c + fix wrong usage of memcpy() that can trigger unspecified behaviour. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2638 * tools/tiff2pdf.c + avoid potential invalid memory read in t2p_writeproc. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2639 * tools/tiff2pdf.c + avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2640 * tools/tiffcrop.c + remove extraneous TIFFClose() in error code path, that caused double free. Related to http://bugzilla.maptools.org/show_bug.cgi?id=2535 * tools/tiffcp.c + error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2656 and http://bugzilla.maptools.org/show_bug.cgi?id=2657 * tools/raw2tiff.c + avoid integer division by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2631 * tools/tiff2ps.c + call TIFFClose() in error code paths. * tools/fax2tiff.c + emit appropriate message if the input file is empty. Patch by Alan Coopersmith. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2672 * tools/tiff2bw.c + close TIFF handle in error code path. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2677 * Other issues fixed: + bsc#1042804, CVE-2017-9404 * CVE-2016-10092, CVE-2016-10093, CVE-2016-10094 [bsc#1017693] - Removed patches: * tiff-4.0.7-CVE-2015-7554.patch * tiff-4.0.7-CVE-2017-5225.patch * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch * tiff-CVE-2016-10266.patch * tiff-CVE-2016-10267.patch * tiff-CVE-2016-10268.patch * tiff-CVE-2016-10269.patch * tiff-CVE-2016-10270.patch * tiff-CVE-2016-10271.patch * tiff-CVE-2016-10272.patch + Fixed upstream- Added patches: * tiff-CVE-2016-10266.patch + Upstream fix for CVE-2016-10266, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031263) * tiff-CVE-2016-10267.patch + Upstream fix for CVE-2016-10267, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031262) * tiff-CVE-2016-10268.patch + Upstream fix for CVE-2016-10268, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031255) * tiff-CVE-2016-10269.patch + Upstream fix for CVE-2016-10269, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031254) * tiff-CVE-2016-10270.patch + Upstream fix for CVE-2016-10270, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031250) * tiff-CVE-2016-10271.patch + Upstream fix for CVE-2016-10271, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read and buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031249) * tiff-CVE-2016-10272.patch + Upstream fix for CVE-2016-10272, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031247)- Added patch: * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch - Fix a regression introduced in 4.0.7 (bsc#1022103) - http://bugzilla.maptools.org/show_bug.cgi?id=2636- Added patch: * tiff-4.0.7-CVE-2017-5225.patch - Upstream fix for CVE-2017-5225, bsc#1019611: heap buffer overflow in tools/tiffcp via a crafted BitsPerSample value- Drop --with-pic, this is only for static libs (which are not built) - Update descriptions- Update homepage- Upgrade to upstream release 4.0.7 * libtiff/tif_aux.c + Fix crash in TIFFVGetFieldDefaulted() when requesting Predictor tag and that the zip/lzw codec is not configured. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2591 * libtiff/tif_compress.c + Make TIFFNoDecode() return 0 to indicate an error and make upper level read routines treat it accordingly. (linked to the test case of http://bugzilla.maptools.org/show_bug.cgi?id=2517) * libtiff/tif_dir.c + Discard values of SMinSampleValue and SMaxSampleValue when they have been read and the value of SamplesPerPixel is changed afterwards (like when reading a OJPEG compressed image with a missing SamplesPerPixel tag, and whose photometric is RGB or YCbCr, forcing SamplesPerPixel being 3). Otherwise when rewriting the directory (for example with tiffset, we will expect 3 values whereas the array had been allocated with just one), thus causing a out of bound read access. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) * libtiff/tif_dirread.c + In TIFFFetchNormalTag(), do not dereference NULL pointer when values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are 0-byte arrays. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2593 (regression introduced by previous fix done on 2016-11-11 for CVE-2016-9297, bsc#1010161). Assigned as CVE-2016-9448, bsc#1011103 + In TIFFFetchNormalTag(), make sure that values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are null terminated, to avoid potential read outside buffer in _TIFFPrintField(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2590 (CVE-2016-9297, bsc#1010161) + Initialize doubledata at line 3693 to NULL to please MSVC 2013 + Prevent reading ColorMap or TransferFunction if BitsPerPixel > 24, so as to avoid huge memory allocation and file read attempts + Reject images with OJPEG compression that have no TileOffsets/StripOffsets tag, when OJPEG compression is disabled. Prevent null pointer dereference in TIFFReadRawStrip1() and other functions that expect td_stripbytecount to be non NULL. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2585 + When compiled with DEFER_STRILE_LOAD, fix regression, when reading a one-strip file without a StripByteCounts tag. + Workaround false positive warning of Clang Static Analyzer about null pointer dereference in TIFFCheckDirOffset(). * libtiff/tif_dirwrite.c + Avoid null pointer dereference on td_stripoffset when writing directory, if FIELD_STRIPOFFSETS was artificially set for a hack case in OJPEG case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) + Fix truncation to 32 bit of file offsets in TIFFLinkDirectory() and TIFFWriteDirectorySec() when aligning directory offsets on an even offset (affects BigTIFF). * libtiff/tif_dumpmode.c + DumpModeEncode() should return 0 in case of failure so that the above mentionned functions detect the error. * libtiff/tif_fax3.c + remove dead assignment in Fax3PutEOLgdal(). * libtiff/tif_fax3.h + make Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. * libtiff/tif_getimage.c + Fix out-of-bound reads in TIFFRGBAImage interface in case of unsupported values of SamplesPerPixel/ExtraSamples for LogLUV/CIELab. Add explicit call to TIFFRGBAImageOK() in TIFFRGBAImageBegin(). Fix CVE-2015-8665 and CVE-2015-8683. + Fix some benign warnings which appear in 64-bit compilation under Microsoft Visual Studio of the form "Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value." + TIFFRGBAImageOK: Reject attempts to read floating point images. * libtiff/tif_luv.c + Fix potential out-of-bound writes in decode functions in non debug builds by replacing assert()s by regular if checks (http://bugzilla.maptools.org/show_bug.cgi?id=2522). Fix potential out-of-bound reads in case of short input data. + Validate that for COMPRESSION_SGILOG and PHOTOMETRIC_LOGL, there is only one sample per pixel. Avoid potential invalid memory write on corrupted/unexpected images when using the TIFFRGBAImageBegin() interface * libtiff/tif_next.c + Fix potential out-of-bound write in NeXTDecode() (http://bugzilla.maptools.org/show_bug.cgi?id=2508) * libtiff/tif_pixarlog.c + Avoid zlib error messages to pass a NULL string to %s formatter, which is undefined behaviour in sprintf(). + Fix out-of-bounds write vulnerabilities in heap allocated buffers. Reported as MSVR 35094. + Fix potential buffer write overrun in PixarLogDecode() on corrupted/unexpected images (CVE-2016-5875, bsc#987351) + Fix write buffer overflow in PixarLogEncode if more input samples are provided than expected by PixarLogSetupEncode. Idea based on libtiff-CVE-2016-3990.patch from libtiff-4.0.3-25.el7_2.src.rpm, but with different and simpler check. (http://bugzilla.maptools.org/show_bug.cgi?id=2544, bsc#975069) * libtiff/tif_predict.c + PredictorSetup: Enforce bits-per-sample requirements of floating point predictor (3). Fixes CVE-2016-3622 "Divide By Zero in the tiff2rgba tool." (bsc#974449) * libtiff/tif_predict.h, libtiff/tif_predict.c + Replace assertions by runtime checks to avoid assertions in debug mode, or buffer overflows in release mode. Can happen when dealing with unusual tile size like YCbCr with subsampling. Reported as MSVR 35105. * libtiff/tif_read.c + Fix out-of-bounds read on memory-mapped files in TIFFReadRawStrip1() and TIFFReadRawTile1() when stripoffset is beyond tmsize_t max value (bsc#990460, CVE-2016-6223) + Make TIFFReadEncodedStrip() and TIFFReadEncodedTile() directly use user provided buffer when no compression (and other conditions) to save a memcpy(). * libtiff/tif_strip.c + Make TIFFNumberOfStrips() return the td->td_nstrips value when it is non-zero, instead of recomputing it. This is needed in TIFF_STRIPCHOP mode where td_nstrips is modified. Fixes a read outsize of array in tiffsplit (or other utilities using TIFFNumberOfStrips()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2587 (CVE-2016-9273, bsc#1010163) * libtiff/tif_write.c + Fix issue in error code path of TIFFFlushData1() that didn't reset the tif_rawcc and tif_rawcp members. I'm not completely sure if that could happen in practice outside of the odd behaviour of t2p_seekproc() of tiff2pdf). The report points that a better fix could be to check the return value of TIFFFlushData1() in places where it isn't done currently, but it seems this patch is enough. Reported as MSVR 35095. + Make TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() directly use user provided buffer when no compression to save a memcpy(). + TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() should return -1 in case of failure of tif_encodestrip() as documented * tools/fax2tiff.D c + Fix segfault when specifying -r without argument. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2572 * tools/Makefile.am + The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden. * tools/rgb2ycbcr.c + Validate values of -v and -h parameters to avoid potential divide by zero. Fixes CVE-2016-3623, bsc#974618 (http://bugzilla.maptools.org/show_bug.cgi?id=2569) * tools/tiff2bw.c + Fix weight computation that could result of color value overflow (no security implication). Fix http://bugzilla.maptools.org/show_bug.cgi?id=2550. * tools/tiff2pdf.c + Avoid undefined behaviour related to overlapping of source and destination buffer in memcpy() call in t2p_sample_rgbaa_to_rgb() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2577 + Fix out-of-bounds write vulnerabilities in heap allocate buffer in t2p_process_jpeg_strip(). Reported as MSVR 35098. + Fix potential integer overflows on 32 bit builds in t2p_read_tiff_size() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2576 + Fix read -largely- outsize of buffer in t2p_readwrite_pdf_image_tile(), causing crash, when reading a JPEG compressed image with TIFFTAG_JPEGTABLES length being one. Reported as MSVR 35101. CVE-2016-9453, bsc#1011107 + Fix write buffer overflow of 2 bytes on JPEG compressed images. Reported as TALOS-CAN-0187, CVE-2016-5652, bsc#1007280. Also prevents writing 2 extra uninitialized bytes to the file stream. * tools/tiff2rgba.c + Fix integer overflow in size of allocated buffer, when -b mode is enabled, that could result in out-of-bounds write. Based initially on patch tiff-CVE-2016-3945.patch from libtiff-4.0.3-25.el7_2.src.rpm, with correction for invalid tests that rejected valid files. (http://bugzilla.maptools.org/show_bug.cgi?id=2545, bsc#974614) * tools/tiffcp.c + Fix out-of-bounds write on tiled images with odd tile width vs image width. Reported as MSVR 35103. (bsc#1011841, CVE-2016-9538) + Fix read of undefined variable in case of missing required tags. Found on test case of MSVR 35100. * tools/tiffcrop.c + Avoid access outside of stack allocated array on a tiled separate TIFF with more than 8 samples per pixel. (CVE-2016-5321, CVE-2016-5323, http://bugzilla.maptools.org/show_bug.cgi?id=2558, http://bugzilla.maptools.org/show_bug.cgi?id=2559, bsc#984813, bsc#984815) + Fix memory leak in (recent) error code path. Fixes Coverity 1394415. + Fix multiple uint32 overflows in writeBufferToSeparateStrips(), writeBufferToContigTiles() and writeBufferToSeparateTiles() that could cause heap buffer overflows. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2592 + Fix out-of-bound read of up to 3 bytes in readContigTilesIntoBuffer(). Reported as MSVR 35092. + Fix out-of-bounds write in loadImage(). From patch libtiff-CVE-2016-3991.patch from libtiff-4.0.3-25.el7_2.src.rpm (http://bugzilla.maptools.org/show_bug.cgi?id=2543, bsc#975070) + Fix read of undefined buffer in readContigStripsIntoBuffer() due to uint16 overflow. Reported as MSVR 35100. (bsc#1011841, CVE-2016-9538) + Fix various out-of-bounds write vulnerabilities in heap or stack allocated buffers. Reported as MSVR 35093, MSVR 35096 and MSVR 35097. + readContigTilesIntoBuffer: Fix signed/unsigned comparison warning. * tools/tiffdump.c + Fix a few misaligned 64-bit reads warned by -fsanitize + ReadDirectory: Remove uint32 cast to_TIFFmalloc() argument which resulted in Coverity report. Added more mutiplication overflow checks * tools/tiffinfo.c + Fix out-of-bound read on some tiled images. (http://bugzilla.maptools.org/show_bug.cgi?id=2517) + TIFFReadContigTileData: Fix signed/unsigned comparison warning. + TIFFReadSeparateTileData: Fix signed/unsigned comparison warning. - Removed patches: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch * tiff-4.0.6-CVE-2015-8782.patch * tiff-4.0.6-CVE-2016-3186.patch * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Fixed in the upsteam release - Changed patch: * tiff-4.0.6-CVE-2015-7554.patch -> tiff-4.0.7-CVE-2015-7554.patch - Rediffed to the changed context- Added patches: * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Upstream fixes for MSVR 35093, MSVR 35094, MSVR 35095, MSVR 35096, MSVR 35097, MSVR 35098. * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch - Enforce bits-per-sample requirements of floating point predictor. Fixes CVE-2016-3622 [bsc#974449]- Added patches: * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch - Upstream commits to fix CVE-2016-3623 [bsc#974618], CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069], CVE-2016-3991 [bsc#975070]- Added patches: * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch - Upstream commits to fix CVE-2016-5314 [bsc#984831], CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842], CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]- Added patch: * tiff-4.0.6-CVE-2016-3186.patch - fix CVE-2016-3186: buffer overflow in gif2tiff [bsc#973340]- Added patch: * tiff-4.0.6-CVE-2015-8782.patch - fix CVE-2015-8781, CVE-2015-8782, CVE-2015-8783: Out-of-bounds writes for invalid images (upstream bug #2522) [bsc#964225]- Added patch: * tiff-4.0.6-CVE-2015-7554.patch - fix CVE-2015-7554: Out-of-bounds Write in the thumbnail and tiffcmp tools (upsteam bug #2499) [bsc#960341]- Added patch: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch - fix uninitialized memory in NeXTDecode (upstream bug #2508) [bsc#942690]- Update to version 4.0.6 * Supports CMake 2.8.9 and later. * Add missing file which wasn't being distributed, causing unit tests to fail. * Make shared/static library building configurable. * CMake reads all version information directly from configure.ac to avoid duplication of values. * CMake builds are now included in 'distcheck' target. * Autotools 'make distcheck' now tests the CMake-based build if CMake is available. * Fixes to avoid undefined behaviour of signed types (C standard compliance). * Fixes to avoid possible isses when casting to unsigned char. * Fixes to avoid undefined behaviour with shifts. * Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). * Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. * Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. * Eliminate requirement for and use of 64-bit constant values. * tiffgt : Silence glut API deprecation warnings on MacOS X. * fax2ps : Detect failure to write to temporary file. - Changes from version 4.0.5 * Support for configure/build using CMake. * Support for large (> 2GB) files under Microsoft Windows. * Configuration and building using CMake is now supported under Microsoft Windows and on Unix-type systems. * Test for and use fseeko() if it is available. This allows supporting large files on Unix-type systems with a 32-bit 'long' type and a 64-bit 'off_t' type. * tiffiop.h: Macros added to use 64-bit equivalents for all standard I/O and POSIX APIs used by libtiff and its tools which are limited to 2GB in Windows builds. Note that these 64-bit equivalents were introduced by the CRT provided with Visual Studio 2005 and if the necessary CRT is not installed on the target computer, the program will not run. The wrapper macros will not be activated unless the definition _MSC_VER is at least 1400 or __MSVCRT_VERSION__ is at least 0x800. * tif_unix.c: Updated to support large files under Microsoft Windows. This makes tif_unix.c a completely viable candidate for use under Windows (in spite of its name) if the CRT is modern enough. Please note that tif_win32.c already supported large files, but only 'tiffinfo' and 'tiffdump' made any provision to support large files under Windows. * _tiffReadProc() and _tiffWriteProc() are modified to chunk I/O to a maximum size of 2GB for extremely large I/O requests. This surmounts limitations in the Microsoft Windows read() and write() APIs (which are limited to the range of a 32-bit 'int'), and may avoid poor behavior with extremely large I/O requests on other systems. * Updated to use I/O wrapper macros from tiffiop.h in order to support large files under Microsoft Windows.- use spec-cleaner- update to 4.0.4 D tiff-4.0.3-double-free.patch D tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch D tiff-4.0.3-CVE-2013-1961.patch D erouault.2862.patch D bfriesen.2805.patch D tiff-4.0.3-CVE-2013-4232.patch D tiff-4.0.3-CVE-2013-4244.patch D erouault.2861.patch D erouault.2857.patch D erouault.2856.patch D erouault.2859.patch D tiff-4.0.3-CVE-2012-4564.patch D tiff-4.0.3-tiff2pdf-colors.patch D erouault.2876.patch D erouault.2860.patch D tiff-dither-malloc-check.patch D tiff-4.0.3-CVE-2013-1960.patch D erouault.2858.patch D tiff-handle-TIFFTAG_PREDICTOR.patch D tiff-4.0.3-CVE-2013-4231.patch D tiff-4.0.3-CVE-2013-4243.patch D erouault.2863.patch D tiff-4.0.3-test-jpeg-turbo.patch- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 bnc#914890, bnc#916925, bnc#916927 + erouault.2856.patch + erouault.2857.patch + erouault.2858.patch + erouault.2859.patch + erouault.2860.patch + erouault.2861.patch + erouault.2862.patch + erouault.2863.patch + erouault.2876.patch + bfriesen.2805.patch + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + tiff-handle-TIFFTAG_PREDICTOR.patch + tiff-dither-malloc-check.patch- build with PIE/sbin/ldconfig/sbin/ldconfigibs-arm-5 16660167034.0.94.0.9-150000.45.16.14.0.9-150000.45.16.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:26370/SUSE_SLE-15_Update/0cff04b2c7e52db22d25fb615e7a2741-tiff.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f9434551a44238dd61ed0b365a790aed59d82770, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e31e7fc1b344f2c1fed9ffa7d0737f73c4a49a7c, strippeddirectoryASCII text PRR RR RR RRRR RRPRRRRRRR RRj`Lur՘utf-8b409f3f9ce9a39f6b690acd195ddc229452a832a316093b71819107068064512?7zXZ !t/W] cr$x#G̺רqfoA9d ڈ֘Ž-0ay\EtLnlh']CFZsm[~c'Mȣ<j>𔚆 5g=6 $APqHƴZP.-_K(o\d242d"%]~5\3}Tf&u630`!5mg~ӞJ2k9&؃37 (5j1FVz['yRuO g=Ƣ\(5-IE()D_خyLs!HN@x%BuQF#j]ƅxFԭhlZ!fo"?ax40h#ґs'om(13ޞͲ_o>VЏ!yK`8"Nxw[p3wհ3'ì8 3,ﰌzy|5Ujh)Zr?e]2@^2ǹCDx]5@fjL[j[\C)=b7M,=&fuCoۙګZ=9_o7YM9#[ۯ"=Bm#.%"~hk['[#LMYX =?=\׏z(>Cȑpʴ=,pݟ/#N8Y=BL|K In{I-{#<!c[GZ2؅SPĪAn W!e ad񒼕%4%NVSw cl<`v֘{]R/'!\}+q"d;J/pmћ)w'IjG"O}Fyf'x } `i~^,IVzE>pnϴiY1[Rij"Tu&*~*Hv;g+ڶ;0GRhB19ir&ʦ^\\B %wovK3U[*WdU#ɻl"2oOĕXt#moinz*)FH6(t0z xtMHP,f Y#d]תF78e\#JD9C_CT*ҶoL֙$Y)"X%=RVh3-$jA(-NWe[t8yWhDiNrEG9!/FvE;-Oyuu!ͳ191Cce;>0$":RZZi)XS߫x/%~\)>(`r}qy޲ gXC\W'\vMȰ?<o:'|A8%.rE} ӧo-Tkw5msfAcwj>5 .El^>FH˂Lvǧi { W wRӺJK^.zk">#zo9 p ZC SG%}\R}syv@-71LrqN"D+4l"#be3jZU-JQb*f3򹇺^D›,9ͻwy Rs? 4>l';vy[96FqI)5tCtc*Tx,J5)f<@g~Ҟ$E^kf,%MXx&jܱ+U1ĝ6||6xaZYI&I|ӭGᛐu+ ,/F p:F x[m@ohIM o;ޓR33kLz}QIi$,I!So41Mkt2J*+x߳lo3,@&%67`|#[ !8 x6K^n½TbP2`V#W~R {w'IshJvb j=" H)p=KC9_Ӄ#uɚmFNM ?n!*`t囔{ xyy೿ Z@n,>j߄VW fLǝ3鎸Ң AWmlq{.њh6X_IaNAJ3q:]OV9r]OdĦ#nԠBOx]%|}(IC orPvzi$ОDӝd>P{5ԗ*N]0Ds7\[ڑlh ݖAJ i[zirW XC3|\~|{K\R,j5>xU=?ۇZ(>˪9rbHL .k}pG+WťD[|! ]>J A#䊢]ucM:eSÉ@/|{BJw' A?`Yhȇ<|`0̪",xJǦ{`k@#HJXX'̢n$!D7/DcHh,P(Wϡ,U.5Aq_؂T$GSqݿGw&d ~nLq^|1^tIUeYF[Ik[|xRE)DC<M̴ŝKp{ra$: hpۘs2{~.e䬴(Y^-ڛ@8x˞Kܜlvl[Pm6.^^OGlnEik^A[sʂƂ6)PJ"mTǑ @#T9n]|%{1q֮ 3kixBo{䀖Rz,$%Ŕ~za ~ԷPpDŽ\R٦ sڹ!bxЯu.ZfQ%mJ5F y]Ͻ4Sq'TNWoC }jv!C_"ĠwJnaȾA޷6D>J?% gz.939Ui.OuP_F2kJ8Etpȭpx] fp@B JM pãZ>1k񭕭?w;Ζǵ,l$`&r|;܏(D"Co@( U{yJ!Gܒ3: g(C'rY1+ iJ4ig!m.%TLd_Y>=lkWSl(rA̬0o$U&l'ІW{"$xr T (OzQѴV{"Ջ #Pn ǜ9(094Hw-\ZS1vTHmUC }FBpg*Dnv'HX@0Ig3Mc{,oQKjݕs@BjO˟sˀx9fH=d J4z 4B'1 _uLgmI%"oEhrFC_qg`Oqq{S HOHA8qʋO7{ͩ {X|: ̉pL՝#Q<wrC1߲mStoW@}6w 0M%좌*/3o:M7y!J9r $P.KeK[g% f ,g64$t'%&UrW\Al3:*ݐ[ sM9<00,ers8o&y63cJe]J yuJL>/hFί{M!jMDJ CmBD~#4fcPo[J5=-[l X5AÛQ"ن:myJ=QN]VzӥqЈDEQQ1puN=vٯGS *r f'v})0"|`0?TIzbU/kx%CmC(tj1.b](Lyd{1:7Œ;2`Y/.=9OWHm@v?Yj$q{Hql%гD3dwX5B 16,G;R!B|Y=*SƱXʳcsU?XV tbVaGx3T bScj}N ta3@e6te0:rڔJNi{~>0ĸ?m" K+DC/Yu}Cr)H9j k3vg]U8۷5 yg9P۽Nc$TLW8&bxw6 s4ݼwP9՟uj5]1 sPԡ*֍/*mR C؄JŞ L_BgxMQݮfN7Nb"]Oo+Vx @wZ]vru2Igk*ypWкt3wbE CM ,HI;EVPvs1DB<}q9Tȇ Qh+vM"ٓO 陼dqUF`b #9\ԍ aPSC bg&M bH%|]C9SP[WI<ʳLzVe189p 6'[% !ֻ3- Ԇ<8cŃUsLӒA/f!oۋ,ٿA?vaر! +{ ٯ!]wHg 0, hh>7RCr@n6Sl6CpԐy3J=wp+TM/37vUSNTڧn{k,L-y5M-hYZ/WTATp0)QϤ'9õȃ8iͤb߄n^=| ʸH9wM= EM,!Z%3N(`$=C4?ڌvZ3"/1ݡ&X#aϽh bJҊYSnVq2_V(D)u&^ MKUR)>L(kۡzh"4{)*ܫ\sT8-.I0 ~|Fޥ X誒2/XW*ћ$j`ViI}# ĴB腖3)[t2Isx N1})Xў!pڧ(@/0_ 7.'.V[XȷJb9KY(HN¬EWf'oia5(-]-:=}0gt}:6h{,gOp)P(uC|c@ڧ8AIQ5J {@̲*cvYK/4_y}`%R=MЌǧ#GZ+xD͘ #]\gf͹X;C`87~n ݀{7լz6ÊC`8U#XAz'r%:7KV Wl//g!5K%3ՖH6!./G!~Vґ~ִ{ Atk1,:Cj#S6 ($m<|^@}8A3.mj( 4"\D"PZeHE 3%Lyp ;b$?QU^{sYEB"54*eI{.D앣cdD:nxoH7\MFc 3_1a6>ovs?|K1䓽 ʍR6kz[__}drCcʝmVj(>|:]DG^~m;c*;n/j#)]؍bRu@Ǖju!#@?*w^k4랋enH{͜0u7: lbF׎Wӫ?H]DcbU]R"/D8ѮjOhn؍sMg]hSŔSwXT)?ncZ?%06!3beጬ[#6Zr|pTۚ:) 9/xT=qL7dOuEJe3x:u h4 :vLדem1NE-G,Ia<(u/`)qÜ_AƐ<<ū=Hۏ؆L**533;\zRdG1rtpoA K=_B#A#NH02؃y3h Q\)3yI ̟{܈u&9-P^:ko*y m:ګ41T؏ܤhB)uBZm6tN۹\A'E鬊F9< u taMPmJhWSl<ϩ_O]>cل鞺6ߖky!b봛_n$ 9^5MB}V7ؾTķۮ<|P;jv1L^BZ퉣B434qxYAcB}JΪ£K79K;q ։yNmq Ľ/iWɛf؋(z~p"R{%902?ά͘uxF(uq9>ݽB?e+Dk#McSu';u!JyR3UO}Vl&u=,U fgK<=8LW¨c (zFj([ZQwԽ?r7&:v=X}a+יMgSAB4/F"i_a # ˤZ*0F{Reӻy{u#.7J@SIrǷ)!V=AJSqğf?i X#Z8g̅]Nq> [-c0rPf[_̦6-eG~ DIkƀ.Gokd~iA#tLA/؎65N2QEM |웣hǔ^k_u(js.txrI8Ojw67? *?w?2I+ 7pٗceliù0#B󐲗&LgݹP fp]d0!5JCl;^ 9bhu2/wF/P[AɰëfɎaq?Qo VofҒ;& \G}XR>@7GX>{L̓gnDNg @xv`n@Du g0hB^mWϗH<{mG>hhq44rsE{uftjL ./arLv&]dbFs=޾Jz*AD_N5XY|O^{SPKm{-L !So"Rv U}@e";{90YٚPAnG:Ar|bH,{.2ǒdOj[p~mA9 # =U#[bOv~Ep uJ1. rVkoV nu24z~1e-}kK6Ԑ! #oͭ"D{ ʊ*wVMAIXG!4U;&pl1c!$m . 'GqyVTXbXϨd=3F!WYm<>cgP{j_HB ' U榔&S/i$J|ŇIVQL|]DTf{npOxם<#Qd_k oH2"&Hܒ?iV(O̸$}]H% 2NfF,n1(="n=5ł,=;eSZvP=9TZctNN hsUW*$vUI !fsn3W oYC~#ÄkGqX?#> f(F+o)C&H,+kJi;۵ڄaZh/)5ubZmT@(-Vv$p-Oq}jF2H)(7t ~|찏ynCGtl0x^ƿ&G0;񇗊2ot+Iq&)~ z!Zs# 16tה+[I=M1o3!hĴMQ9kh y;&67ʻwN/@~ OZf>UǺ+7 yC4i_*>V){@(]xjLhu$dv1#eK,5c.+|CXSyV3g\Jz{7zej/v<һ6u WKaWCqe}kOm>(JOo!KH['h2Zy>.P)˚ŚyaNeʡ!P1*U@%3uL+\)as ܝEǛl؊ wm $5Ŭ[֧#TY0 YIxԮ1OYĊ}E/%Xp 7Fzi8 q+@s/)V降Z y@3ⰊiW$XGp4n-ÈbW'X*zLUWDMMiN/xJJn0⎔&ZX%=nbKF U1Bz7PTjE՛E"i,"6N#kו~`jDFGZҧӳ殩p1Ę?n]>,n >wVʛe!'Rp76cUHau3< Y}G!vÆT3(JݯT=:llK*8w $jB0AM}c𔣞WO$@ҫ sDA(q8xYs #Uʠá{|cb XK& CZvUęfl0||W?owmKKܱxj^ `Й/[ oFI%L z!i.@/]VLTOsظL,DKPPnnӨ /$cE<9~CG<pO%sC<~P)TT8-Gp%s*$g鲚H( j/fPtSwu?}# #IP# M՛%`bj2jay~[ϥ3 )pEiU >a588Cx_h}D5AT"B n!/P'c[Noϥc gU7;*)i]LMs(cĈ8DϺtJkQ 8>zC,?8':zBƮ`0F q=.$wZTd!)|@'^bzUX_P"#:Ih;Srv<7BjXK 2EOXVCh ݯ2Yw,%qқ5E|P8%Ysbc(! `܀zO#Njhi`/OuFX>:}gLKݽnzbH_ĥO%ΞG7[xE^^`:ha~7J}$ZJ_E78JŀB)d3[OE^{o {\&Ljo 0R&zi=v` Y[*Dn -Oco\-~0(h˿?% iiIPO.*4f~N@M=Kvr կvM~KNJH{őrϺ2Ќl¼HϘyhIII7w,:;bγA~ ldKS@w.؆0*W 4 _u0 axeQt/_<}.]6LGx)ʾ,䔴\]:d1RƜ);ʞN2^#2*Tl17 LRJt<,%``M޺&Kt+Æq@?"٩@6c u{)\e} UcŠpR8 C]WE ,0p;?`I KZiE>‣%tjxvsgt@dKȒdJH⡲eX[B0 n&Hiҡv0@n+.HZ<0p/ R @vK >qy3^.H"$7=(wC ˑ-R뽊U2 |y7ȏK \T=ht _kV,pzamϐk^"x i%e5 M5nXxkfQNe~OԊ~xbw>ofVW ^$L30[v2\%0jx1tCWJ7m4[slV +mkv_yPOTM5il0Z0X$;OL)]jqn ۶%y_e@{=xKTKgΆ~5o N"2Di€fh~ߩo JZfH$W@Q,Ac{9Kl0kM=iSsvݬ1R5nvŠCd=MO2'PG!eHX`9y(7ceZFj|TÂhˌ|b׍ӋQ1.-p$Ґ2iQ|#w˭f?|U󘋝udw;NGJx 49ƱdF.)2AG4 XѪwޔ*O|uh"OdazO_z2h[Q]'Ҷw=jU}JR/?⍄D|i&>J5+ @|"Bqk67=!4yJW#5zo!$%2?-k*JZY9o x YT@.]M"o6r"cy3q#,8Ś(?eʧNm~&c8`Y-1(Yٌ(l:}#5Y+?´M_:THXͧ=;IP|C1zmGFxΛTKGE1euEW*iM8 EcNYʵu2#I';Bo;Kwja,m1>0ۻB$ca,,L" ,]Vz}N׭fW^JjeO8N8 C½?6閊>,4l{9pv+\'{K~y 6+#T!z+*b6&7f:wy ۪+چ@)UvQJC{rxPe:W3CpD2`v / zmbZL:1WaAsk"K Sg Ybg7fcpyV`#<:{I+b/?a$:O3dzS8}}Se6B 2$P@hsZDXKddqhsT@3b;,+ ʰ8T3LWxXʘe~x5( 9t^:瀂pۣtwthSKpw{B\kwX#50^_ŭ߿9Oah=".x'_ Co4WL~t',(4XkoW>wQHgfۀ O|{l6#Y `|s쮟Y;q4d[q{E%C 9`^ `ڵ6lfI4՞Z$wCU !z homv3}dHA?Pe02iaBB(>RJ[Yfj75.uZ RcQPJdbPPo#h D^ F)88am|IMvB/F)b!xvD9}}oJʪfPW X*2U3kMɋ:K&@vY[Y ށ$%cj%6>ozf'P*:2׌GM a3khǣ֩5֕9i𪚠CvFuG?b_?\*w,6QK:EjYhP7rso7Gp+9;ӆZjx2Xx_"Zu)B7}>vJ9X$ݱیTywdhěI$` xRjs|AĆhhfkq`Ke]Elt񷇪b&n3nڐݎ? -n܁3iHTgϝE)_t"@k1G @95||S2l-0ޛLt(RwrmT]d5%+K-Ie+6VhhvE*>$ŋuZz v=Dި-qyu&/?ʎLmąOs+hmQY=^"=92U8U{DBNi_Sh@ʆRC5Oe?0‹ ~.`&Wy,UۑՎZ[/.``2ƺcn-Ig9 rEyC1.3Y\g@s]4h&ȕn6 0_Ԡ:*O5uǝ!i>>Xf!uSܝ1MOZdsFhҷrN"/ll}Lý1zMRN!갧E9@}lP/e i̩[6騙yB. kQ#TA|u*TEmȃ~$@PG5!& ]TFf }֧V[ۆ wĈq%ZhFjt|vQm96͹Χ`~7!3smfNg (3 "M8TNj1*9<+}t-}h".+bN[ݍ"xg $NFF2q>lկGL@I\2t[SǛfk 3het}kXIL`<5~}gDF:9p hYʼj !8i4HQ6fJnŧб9?\,;P9VCzb6&XX4R|g} Št)9-Ok|4crޝ E_씩15jUUOm#2N"Wl<6 Ihj8rD+ H nX,QkQ} kX Ti2K7Lp RtNr7z"UQMR`U?g@aLt )M>5Pت<2r+!M0KY%+ڔsһLn9⾴9Zk->W&YԨ$Hq-2`@ZUged% VY&\tJXO-F6NcYZ#@6 J?|Uʺ4$Su}biHjA[/u SKn14η޸n!Qu@ I4V;ύ|GoCiNlqЏbW"ǖZVe4Ab @ L~P AjO)cs)\+Q:bLq@}P7<%P"ӳM :mѳ3Ϸ m$Lε׆=ڢ8s~׳+UDׂ!&ةLX8;VaͻwyVޘ}zlRw֛ZQT#Gz̧||*+٠ږ}y-fw[&6,Ap:\?;>__8f ZGr%S̋mL B;iMiVpYѓs/U* 8?3ۼ\j|ye7ֽN4 &Xej mFC2|J0g}о?QOoIi#c&>Qg ɒZ{L(GlG]j?m">ՠ]"ܞVz&:ku1G!4 N'!VIR[VS.XEЫOSVBOT}V H Y箃_=D wlsWN\t+J܌48C1U/ܗqhf <8\C74,Ls1y+,ib9ijd@Aq N] Q2A{J Hv"Zx< 3|^_Bg{uCRkjRaQgk7w5 x|6'A׋HX*KfVF=G4珋1-L+(8fɏ[/rןAPe x#!-Xm@/pMME'tS!O15*F NNp^?1`g|:V4ݚKwmi<Ř((Ҝ*껸DL3;BxÉW(wG{F(+86 kiLGD{G& ̥Y T@*+I~R/d=&@@R!vE&ujbICdo W E&El~8he{5H~w+KqhBdN9~4&i F]/1~`۾;'N- ?HW\ !fj9^͐, ݔ6u9Mƻ߰u3pgQ3H 1_`&ݎ>.;Kγw1HK:4|@eUΡb¦J[aC' e,M0i}U_1&%QTYؠ}ak7A ǟKO'f^gBzC`C Npz~S 9[^\uJ CƂ_?.[@/# >u;e>Uybb=ce\qtV&hiM ur^2s^lDlj^- _fwOFl=Y`Ls+w͌Dp88^GwpRV1鼂ѠJ K8ЅKK]:&{>_BZ{gHh_@Dxo|rʵVU8dmYBZlc|s^0LHYTYM\O{@bi˶Mݾ-k 7#tRP2c."3$xi^î|=y+]g*ZTL1H`!_U}sd@gy}m櫕%P鼗x,\Uj SRK3 zQc<f\xZ!P8̎*L؅0,Trv+//| nHQïvic_O)}DF~t,d֫wƹV>kyfJk1~ :;f&?)rR1ƴ8N:u#.\CRh\^ ;|&+❙w*Ɔ%CA\yu>v=R^+/Rܧib5ޥ7S>7 #C+ß+7m j볥8Ga?ͻLl]AD_K0U[|#IHzemy paNb`DmqNAWN3!v}7,~M_SǟfF \Jm(W6ɿ>ˋVvXrNÜf (vm_V!-Qwvo:/~p5 Ci(%y#j'CiAܫ3t<4Ş_8='e 0Cm`x',GzS!X'p5򃾞fy6 e5:ˉlD꽏S V"9`ʋzN79rhHNa, &X J'~c~&ӣRs!+qD?n%<ⁿ4X mڝ<`%"OCk,[5c\~Y22db*.ܖNon'RsLUw ?hLu"UNEZ o7)Y1S$OΈơbN~y۠fe'5 )5WRW(/NqU ѫ!is-#q5e+~w{o3]T4qA .\ek$ǡ|P$#R!nԳ*+]14ei]É':^De%G'# r5,c[GjmОNSUQaє[p_pZSZD2?Ixui~+Wˎ|5j9.;lK 23E3o&Ij"ZK _)mpv{rvP<˽@}#UYGjB/2zFD L>vMv`"3\1kbp4 _IδE)GVK-kge@ΫzbMQnbN)O:X#K,M^>мLGx[9Om}Gbۇ|/- 6UVXMu3 㪂<,ͽ Ж.[^/UVڡ16׽6&V^C? 缽^1+ jy@R*.U!O ~C=̎D9(ws8ceBϯo ?NX\;@*USbTx@6K `h43;-}"{XwB`!Pg-}SqEnU =Ł|>g&HA%sXT'Z 2Ya@p&׈s)$@*vTaXk6UU V=+Cw&E7ߙ6 ($OgE0JZ[̶pWD+eʬ%AMz-L5(BK'.#[DkK`Ip !(&] FXIv!i;rNƣahe`_kS۔*e+C>%.C}) MFϊjы>o-8sz']P)N UYkđ#ĺv|ͳѓ#\6o[+`pMs)-s?\p!ɪ:pX؁UvTAzǣp!Xh_M`i$M./q?,F}ȇaw5oL*f.W;r,V~P:{9|hpqمl'4??X3m+ E۴2 HH kkGsɤ>`w_{!?o֚"- RڝZ!ސ1T B)8Jb{% 0)5%`F]Ekv2?ą9bDBV/DDkKAOHA= Ykh/nCpa-jR d1DK3S.WĞ;-[Ccӏ|!6EQ =<+TcƲsVTs/~́Dq~edyKӨ2qտ޴1Aٳy:7cf8)kmCѱ%NыYj'~y<i7V-󫵷_ oZ'.!;'}teŏ .Mri zsaH$ +LUx!.s#"7 (SC+H(D<ǟNfuxl, &zC1_0yΧo![Mՙ]<&8Qp,p2%?ۣ餐_ڹ"}a:`;`057Nܬ8 &P2!ݘڽ+Ri"S$${O]UJ%G`Yr[ ֘b2+Lζ 'kۗ=Wt/y1bDx3>.[#,ۛ!8AUX4cvL^3pH jןJ{w^8 i,vW&ǎqhEjI 2w/y1Y!Sp=+z7:k@:Y;r i8v; ҜIE'Wh8wW\grڼ92cH"Bzw7/AU)]d+EH~TΞxW#YWCjYI]~tҪ(#kX"2?y/քj!8WrlB=% 䦵l4'NN'WآTQ U)E\xϭ엑[=M蔺9ɉW[NB{] I8SUk`ib͞'GGw(xBy|!s̤ lMAբ% %96ɏ?*2DϏHv~ NA"Ba)8Vh'b8M֞tY`$Sn'u<4f"aMJH {'_-g+4/&1KD!=yP --0oϥ͗E-St_9G$ZtՉħhE,QܛagiRkF(ޟ;șmL)M0 n)-F \h:Woqᖯ(۞C/]pZT4Q"ށ}/:^j2(^(#Ϲ j{wgF^P_=V1 kUDxD_9R=l .w<3EЖOzP swʾ#e㇟Ѓ@'UbQ3#|8I] Z.a] b!ãƦ[3${VC| s+֮FAǶ\OS~3xi.$ChNqCI9dwwFm"oRf-k JMM8m9RJ 鋂K(.`b q䪺<iUTutV_R/n!S `Ջ[k_z{msjs Ƥ'N&ۘ܅kQR7uq(nR-Y̩-pχѹhjvv{k/dd f"5N2>KUP,BF(0I)O&\ H^bt_j0_%zyB%%stnj^JYd}d|z\*EkhwDS-\ λa`3nyW̤(H,/\vfmEԋnX0FUKQKՔ Yi_˜¿&y<NvgH)oթvOBٌd=66;zW5fw4?!|!Dݸ9N :Q6 ~rH'" Ǣmb׹؀P̺A^36n9cs؄5bx_gKehU@Q]AyU1mmqΪ}y8nYU"Ư.]2sb iDIt`O5khEs&7aUs ttf!*0$SR/Ia:$/|rP";iZ3[%b **.k~uXkX'S0HrQs".}9g\F2Y)i>C<4t=(:i=]׬ =&NʜD&@uXoE^=H_[sQy^0wbNjɃ72It1Oe S =˘"=% ^?R_s);Ďya]9ܸyMfWtbזI&m#6/HdTcJtfVʪ^ةS͂BHGt#w1b)vM0ڲ#="HȊeRvzZ*|1oLNžAO}2sZ qP9 sݗEHw& Xx|L;\!6Om椺v9\*|.nt| YH@R6eD>g`}][f|.DjYRbW$e$<+*)G{ }"yT;R-(ެܳdb z fiS9z <8^ZМ<*.ϫxm|e:R~q–]1'UؘXC1L?]$ ~7k{D3MK ʼ|do1]=7-J77lLrS9햼D5t$A=5fr #ZwNCOϬ#m'hq=KIw(J6 i([$h Q%;a*r ilj␿TG+MJ"/Vܛ#M/BT<`e g r_ qW Ԡ1s* {%,Y֮\]%ݍ/F|yj; ÞbfY h ]MF %H@ iOzSupO§\bŹyB4%bryc!om4ɞGb2Mn66%<"XrNOQM٢!̵nђHIn^ܷ1nh./[^΁Rk`c=|#$f]j 5 N1&@hll^cURl ,!uJ8ơㅸwP1aT#,#z|}$Z5a$OYxI lק@ai1n]vtkU?@'uz&tz!͇7`p^Is'4&}R[8B/#D9_*\7R΁+ʤ90Z+==9({1\~jĜ>`xr#^YD@ClZu%Oz vn@oxX)MկX#fJ#h"_ }xc!ѕ \ q/Xժ!ơPOq9T/-p#u8*7cq>אhIqJ;X/[Lq`h jFa\>nPVԑmxGmKmkWY_:QΩKݤ m{ћz3PΡ >{/TxANU3=䟧l(՗A}Yعs'Tܗ씌c&4Ռ5Tkb!""H8՞{rM(]v]`<`96ӪqryH^`Ig;V5}`]Z#"ϤApoE4댿Gq!dp 4ն  k;@U(HQb+Ԩ\^4-zdlJ&$+R[~cJLx=ٖve]7r4+vJ X~Q.j L(Xʑ8XF e͊(zgҺXh7p=g V'Njh珳8Uc;_?e!Y8WX`о0;ŌPi:)v. 7ֵ{E0C"/$Ԍĉ0.V9NiبN. #.a3G+ }~{ ~1)`>ݸpыy]Ae rI6?nPֺq<(4nښm.({DVm/eBhacw-/c|2"y t*]eZ%WOu5wvo~ f{)V49hYa?5^nҰoӤ1 ^0BW_U4rjתhy%X OީÍ UhaPc;:Y.BvwXū;ٳp$61Efc{1{1B+i2_̧Ng Yc s7]SskgFb~3l{/-Z_f ~\?d zFpo (Lv5~;ۨ 4hyv8d=og ŷkpPy{o|apTD\JT?ކ3S,[(CQ`n^@]d[a1 3r/%ަ i{pV NԖ4k^}c'G*=qB_p?}`6~&+2e[(5ZHyj0f5|e\ŚMe~$Χbm"2uqOjk&<_Dbw)([Ծfƙ ô)~ >^`tEq'JP^*`\zB%z`x\͹CX*!,Kːj2rV% tw}IT.Ѯf15 _^ʅVlhE'&4bs80hOTFVʻ[ @T!CÍ;'n6JTZZe .,c ^U^)eʎ&ۍt _Bڵ;z>?!' u Ҭa#nPf\ч Z%t#EW.Sن`4Fa ܆>GVCh /)@  3H3 TY9[;}6L'e%a: æScOUcc[WBdi$!!BȻ &\XbA!,L )m2Ȍ=pt55Q1P @Fiפ F,]Agt_2) Ew/zT~`9c!Bw~x% պK3z9[pRI ij-u20.vVG0\.pj%zjR·԰ bȯ3e0)¤\A<`ͩ0|*|ks:YW*h]xg5b63!c"#*˼S^.V>m|bv H2P?RL:JC4#G 4s+1.0\L˪67=squgf2-r$Nf?$mib#.y5v@!yuG6랜hGc'akaQ^wk?[_$tMVCmC'h.-qGLeCI1#PȢO6I=S vc;\"`q+Z4\폢xRƣmځ RD&-H:LcK%θЍϙ.Y^kOa<ޝޟkv;44KbgIU,$<%'ˡU'`ߜB$RloeN ʹ}8"6yߒEOd轱!{/q31`r礕2ٜT ?]”/ZS\̋X:7VhyMة |JVoJVRN$>s5z!jI2o @S~æ$HA)\}h*Vk@'/$VƄmrjx9WRjxT$ߗb҂$ɲD͘/]hA"_VtG*ua]wŽ^Pe砚NIxH3z捭(Ig a*6 .L]q1OꩣvA=JKb&?dh)#u$(~o^J>x08DFJ MX?I^J]_IDsi9xPB `[ ~1f=5TB!:o"-AA3;tD Xi w^惚,:j0ILmv p~Ips7K8#FFC-r ?hfR(i֞]L?Efpǫ&⻭iQ4#)ʂa6x#yP6b.3_n"'LG(&u7_YH/tB6AG-0l3XGmˌ91qPBI Z| ><9 (RozA&0[ш)-'6+`&({kUɭk2n@AQɫ{HҞ5‚ьĖ̾j$c:FyQ.a1%ӷRp6aCD %3V& A& * G JLca5h})l-QC `F:YJO F.S&-Fgt*Z0!Qf<!.#V$%GZK&[LȠ&`]a2958:<1NkC#tҕ~VsÅsk[$du+>}b2@@E3+OQr_! jyqҎ .}aG;4׎IUKvt,7Xdŀ9ZO+2BZ@(N,(%ePUœ0#=MHWu*ܳ1ŷi * :%  4Շ,uu*2UCj{i--#smpfb2~z8:/+ aZmE><@cg[ ٠2C]ٟR'4@dU*Pi4-N "݌0Dd}"Bq#'ʟc'$,FyA/)ؤNJ/YבHJyijT>[H^m*PC uAٴ;[$88N\ó[ L10KUz2Uz|t:}˜ү`͔eCyF4e#պyӒ+nNتTy#䈺b Z0/+|߸5"G i$oD^8JH I~(Xd) TBg8  4 ,GXOO'}H7$M8Z@)SyWW)_2xGmz"΍ck I'ܪT?4AycDx( kY$ꟲr!X nf'us<{)2LȕLcx2_(DZ3`l۳(:n~8am=i#Jp=|Q͟NO?vu 65q']6 PN'njo7S[]Q6o9pF'mo=.ѱ^Ah3m9"i=C=9 \:ѳcԒOt>#^a^+Cڻ 8ݛʲ-Ň~us }tc!{؇W*wk&γB \EGQZɋAT4>$l:*ʷZ;)nv|6 5IHΐ-H*'ڃQjygWe}_9p; )s0f&Z@ h# r嘛ļG0涥c,OP2iR΁@j%HE~.!{WA.?'ƒ[*N< BSjM_@ݻm:i ߶Ah7pNZqUBV.|X:H,fܦJ[_ 4윓<pkob(^UJÄUͮL'lĥ#q6&fP $f9]E @ ǔW}h(ᡳ9UE[iF*k@PP XX 5moEw,οu߷Úd V|rDqz1o}D90a ņlhVJi֮FN_jIԌ Չ0PES 1@1[B:4çRPr>MZܪJ7uhT:;gf{=*6Qvtc^w 4K[l?s\7*Սp_6oAz>j;Ķ󃥷3ZV QFdOc^x]A߈w9~WI)1Q^kP4Cn75DlHnplp{}AwLGqBۮc6+]U7\lF'`=[W* Տ{ȗqVQP#!r r U+YSR:^uJ m'8H[/4TXۡmt bPC˖P%wnzWKJe֊v\N@ F5ͺԊv n@)&*]Ȍ| xz%zhl߼R‡,\GF9 8LVڍOEhںl\!:fbRUƄLd0)_!LmԒQ„}n^@ ޛȚ¿+c0jzrBG+3~)6uS1՛P?Ϟ, YS]%Ur؀M!+1N|'~&i}bk-cKڸ\qYye6aS} RV{v+ߣU'5ý*P qb _lsoP%Iy,7$C8xDe|a,Z܋[g_o~-#"4-\Q2[vs6՚._d=NחM{C_}Q5=t䄊r:6!PI( )b&CQG2L/$UjHC }9o(a~BHħrA2`ԣZ;SWOPc2Y롁¿W@hdr*PA@H͓_xx.\4xHm 욣YEaF'z%-VGSYY[uySxQ ԪAEUh):Dypګ/=7 NX;. x,dإ;˖];([x ORc)kȂy] pEJ4mꞇ_ Uq+Un_|LiQ_2F Qz: 1 oYWۣA= j:q @ (8l}8k ?eB͸^PV.uJki<`g2m=n+/mG>D!,#0a¦,+(d'lsQV|mL 2.w>5wy0H,} D#Թo2YTIc Z O16>.x6;卬:QK=I8"s1 1o~u=vEnTP}V=dE|J\s):JiZ?Kodp}JL|LkIv5&B`zp쇞O9Sؼd7!(m24anK388S<ȿ3ጷM;)m[pz(:(78Ոߙ8 impn8%4>jnX9I\`,Ua67ΛL~_.0ՇCbs D>jW`5;qORW$i1k_(<? Yw|+^-BcM':&f:j-xc"ڦP*(^6ʥ?Z]9%;JܟB~+6wR\ ܲFK>]/%ZjK KnR'P[ҟ@,vEW;f{⤔xĚNkY`1ꪈЁ2, +:]$3Rj/R|£KJ[·~ BF|zA8ZWC>c3y˿/yOYńn Y vgPo`D퇊LQ4>NF;gG[[] KFƌNs@zhC0^DnB KgZ޲w"=W8s7TVwiNxB R1藭N>ǣFGQL,SLƙAX.†'|b TZQD8c09yBW(_*vGwfcqlW2Z57ByL/'hޡp|3x sx`5bad*<$i(أl]:CE`+s:G,Y(4+C'ynGpXg홥%LˌK ipl]޼xI tcߣ!t^^x4Lbʣ76B_GƯ&;μr4a{1NyR'Ps^(K ۗaЌz9xbّJjžE#A0enB0MWsP6ܮ0y8 uaIkS6"m ӟ!#ksS?H-K־{_!&`.$6Ϸ4班 ݌~A! X}5'ɖLǿ`6A;oPb(=]\Ac;wX0 r};dl?5Dmuzq`šf_c') %g2mI-Z#)h2L%&|a6!=9+Up#[쇷 5W=mAv4Pϟpa둈mJWZ﵍P qn,H[ JR`ɻC8O5g2Y]x}eh͢^9h!Sd,Ӂ.;hm_ )J}{"4a6 q 6q,9ψʞq͞edecy7z;/=@f@H`x2" RD>' firR~<nlj'?uo-$~ٷѦǦ)zs6\E֙\3u篦7BN'P2f("犟'j ~'spgovj1ؗr}}rhVy:GPlcajM=}0da=? eG3 l04YtJ5jJ/->P=isr^QIj%|H*,T_a8[41_lۂ+xO'HUvtFOW, ^u]+8H-0Zs ZRY>2,!9 ŝП~<#u[yzj;U hV!&ew])oH H:5!ف"R",A3qd5}n6d:kؚ!uXx koӧI9M6sѧNw79BUsn%V[1`zpb8rާ]ʊ5c!JM >v攎B$B(~k?:d9!ػ!nFĎx;oY=fk&:<6{R2r4 vؼ|`F߈`_nb(hNuX; ȶcgR-&9v$'kcdfm$ɎY*$vЗ_#{c71"G](euReVk;hzu#ά !-ryO_"Kc"}*WW l}QU-,DgWē0uDmJjJK*d)0E[jX#[Mp9= AYF~$AEwؓu>@ Hrd6wXYi|*h&<6XBU˨ʙua%UhMNh߶Oϖ q֖r8-V*S7i 9aYv4KPցe(J*Wty椕@#Cwno9"WZf\8F{kmVH} Jr,#W~&d&PHP.9޽,nZ- O  wx؟Gs&t _qOOkyt%0}>Ctxg?l>apdc?H(ðZl\^vS*F٭9u 4;Q̩rK )?4!qd"d}KNd!۵L<f_W`o[aYک%y,^0gbGȥrb_22?QZS(.BLAG5 N3\gN 6 В #dps~]:b5<P[&I">NqG%}al۠iN1Kb FZir;IQQq~?fCO?&![P5ʍ _m>ntsI`{;씎m׫kD⋙X/Li_' g9@;n B FؗaQ(uѧ6$rVݺ8Ye6 Jd]Z%ó\'8R0kR%PMpx]t\/UN Q8$`o(O|I@6~;82+}~Bl/x 93gL0Tcs~к==$J;L%#EnHit!nW=֦r;37d78+AU> Ta*JLff.q࢛؁lˡF6W}zCyV#^p -Ky.Ғ\#'``bS6i2, #+>ʌNvc'ar8Uҙx''ϡʲ\0yosF8+bG Eه'v1חxV? *_Ω6G 8w5-׆ٳ}}kGy ( n_;h88,a˷&.0Jdr'()9@d%ݸT>m10~ɒNsB'3;z|Y.j@~\+(n J+=;Fql:]Y4Rظ2 мT+14l@+1MTL uSvנwk ['$$Gg9G"\ @C"]֬rㆹ<j߫]#7N&`U .S(J-lIpͱI"$:!15_ѹWpcGB<ۃ1Hka;/\Y*4Hl¼_[r)(]l(()\mklj {짿

ɒ0u'VW~8l%7.+[|S9p$-8.;2ʙ4ۀsF %cq8a¾KG0e8OyCzZd1jFjd@Kp6&U)!&!}5uA\Auo~q PWҿ,,k[{r+,e,} |F\?݁Bߙ&.1β1ֻuwnoXj-~$XO~1 uot:"Ȝ O[vdr=p:PhopGϭa)NLK18TXk!&i3z8M>*߬,طɁhT ~Wf@ %Γ7|A2TI2`_1e]R{Pr8Bk* gTȃyHvJd@_qBٟTne FAUL|7,ܦS0[S͆|c 8cԯs׹3eO?WF= 4B| A-G `#ZfHY} ,Jb5ze9lkXF`c}|v`AXSqӪº/'s>>TGOCnv-wшKuhMJ@ NLn3s6΃bh,%V.U{= 4)6mp&WI1.<2-$#0$e#n}0VSv/ ejP3Ԟ_Dg9 !Q`U'!s_<e& jk`}ûkܭ`EZlCm9q+BTx]F#FCPtOބI*!,9\YR@ pZj #w!2kw+`^u1v!/xVᵞ]oe",мBU[`(^Sz3HR]ٽ&`E^R!eq&Q܈L2!=FLu-K tv9vxKPf8UVi$i="SH,BјlE}(^^#U`J~\g62R\]~=8d3cvUL :؀ǟ8>4#gK dit#/\0; @An*D"S8eœ!R*m 2YԌ*[?ku7vF}(눀'ն ka^lk}1Zщa cv1_\.wۿd}AybGҏq7_VAL f?(753+^B.lE KT˚ܹZAՔМP̃#sW ; ¢> ,(v9;jg׃:_S *" r'9EEtHE聥"#Hu)*@-OF|JW~!x>jM4='7È\&t^5z&!\㦝N4(_Xq'+^mxlڴr)ll$E5$MOxz9hZԑ`̈́R}==HDLCna=N" ԦΉD_ͻ1\^1@YUrETg {ޘe7~SjUKHcxZ&P=ObcT=>qgs8@%tg-%(le_4j&Cdd<,^4u:G՝%.o#(ˎ./-L\'%,RwӎהlBmF&L!ujAyբ? >mqkQ% n?*z𩮃h}bʂޔO %VMx 0t</%tMЂ ʦ0v  χY3|WCAumA 9q3/-`??SQ|zSؗe5e짾3 ڑW.ju qu[[Vz@g84]p N x2?X8Fz.$tc&K9ZE!CA]!U')#{ H[;R7X^k&x 4zB}-1yCMm&[ ?|O+C1 %BG jo8FomElU|Wv9MR}>+Clց.rj 셾PACUc?4?,> "BȊrRvC=Z+>9 [?%zZ jBJpH YPL% ⅈu?uКƍ[ش+OY(FsgKg\9 >̧S Q0ԭQdyX^H iSzOUGYR@%~2' IvTV$.  @m*&yYSP'1& PZ?-ژJJ\HU;jES+EvUn^GV֔ Q(iGe!i[y^l 7cc,G$. ;_o~!iqjkA4Zn&o QCS{90 #`$%Eoo WAg ȅd?!CaHej pdSuC1q g, hݙF 2`rOHqR|mY+"e߷wmP]Fvͩ;ttk NRij숈KqXT^w ,El쟏&`⡐j{O\-܇i\]s;FJiy9jQV5fnWS :KzhPU{nSaU_J#,-#Q< `wg'_a.]Cʼqp`K05-}١ fQy|Mdq-SOe'^1 Qw5 ,Fq?Jx!0S ٹ]Vh̦TmC%^9ܔ :i]!FUd&~^ud*fH3_&@m߄5-3_s[:/({[ ijoWWEZ3M%BȀYte4_t@mHZDٱ _?XJeFtscBm.&]Ԥ5qG7,R>ƙ&ǒ9ЭÀ*]; *cGCy-hr@dyJ^[qKYzdS|QՓF&)n(6f(ɤ5>ftEm+""/"M>fVxc=:=E,TWCL66koNFcۊa,$?H-<"a̚⢤6 2Ll%hvRj0Ÿ/Mt<~V Yu7(fĘ?]_,^<&'6^*8 /,Gq󐃪m0R%wآ[[`>\5J lh L?p0v46z⧗fD~_&ߐY7gbzA~'1Ożyt |y x޺Qgz֐݉ȑ<mG'$ Ҡ~aH x3j- `XX OwSW"bGd2$" uʮŋ| #Z|x{WYsKk8 8AzX&Txq`mEgg"U0n?~8RNuD{㕕(m$!?j@d&=qhyO3M h]]AC3?Κ%&AlsG;.]X7JF9륮Lʷ#2*C=| qMm ]u "5YtFmUvlNvEpE;m.?]L]UBbUe9[$c $߳)-`ө[34F(͸a[iT1fw۰B ܣXm-EC]8ԏW <|A4s] 7$ऋ۲OFZȆD$p ܯQqᩚN2k9hUѧL.xO{!8:IK [P2fS+0}ײ*zzZGF7i} gՕp79N#rȟ" @Qc.fOg.FJ$v8Z3@ulRKry$zݱnlo`~DOG4CSd9MF= g޿k}="[kms ýg&%:7VK|&Aj;RgPr)<$J'7c^ \+?(= qαM؋F~)Ib:6ӪQbUrGfIln~~UHm_f pNjs3䚫E FdNqf-af]_HHpзMb'10*z,1B֨ :e!Zw:ľojm|uۏhgvAqgtN' Wv6_/cMGUOSMnSo%"H^Jc}։t<.cNu:,|=AZ 7jӠ1\86U [6.$ȹJO,ţ"d%%b UBqrv؆׸vU!Wc0xaPrs5Yx;-7&33\8T=reyl As^1t4>x\ /;*"`dYbd2ɒ#d4. /W NDM0411?_|JbR&]^|6ByvNɟG'=dx8``w/֒NN!,!^<7<ӆW(iOO$jBk)4ysʫ++=o<R/paſý}7J6{ånW<A:5q.瓼kk:KKAGFN/>b=jf*1Z x&f4kIaD#YLryśQwY.v}*g&!IlތD3 :rBgdh3s^v[$R7cS/=Rֱrߓ֗X 4.l1U;Hvy'Bhe픰&>߽q7]\$lZ}fI̫׽Ѫᰝs{A*Ng*!L+H"۲ifz8Vc`O=3!) DCxb_4AeѢ!ձ( .^w^mr&M*5x_0~|C |P>KIwǩg >?XČU8Al9O977g܅_2osZncS;R#V!~A4%q|cߤՈZ:$~j^ƾ^h&pԅ81 3gQlpE|DZ_ Iq"=F7L"E[!yɉOЮl.Ea6 $2> et.&[9[_>)ŹqVJ1E?n~HՄ /z%Ҡ%gepDf),կ4e@CoFZ0^u܂xp^aT8W*Q-6yrM& #J(vBd~M U{grCZ@)g?0Is3f $̴4f<~Iq j+\hlQ1xtpY )|*$ ,w#.%kѩE@IPYGc3לf13cu$?@4bɒDO0[eSx)ޘca)DHA7 Heȫ\' CgnR S Tk ]Y:5/Uޔʟ/5L5Й@xhoH&-Vp,i $|aAW\6[^ 1F$=$hUW>(,-^N(6"X#(Vk[BxaM^nع;F5cq+Ġ0_=8ӳ^'6f퐱,[h6C#|c(xD$ U4hق&T (7Q]ʄؔb45}7ǖfzr<@Q̏{;Yu[Ae;̓BSaTImٵFab*xhniV=^xV҂Y]GS"@g&:/]޸7^S $Lr]>'nxv+H(7_|[|Mýq=@Gde9P7:NmTcЊnRXi>_,4D;/n?ܼV|dpiy\8_ NwvԯJ(Fm~=dBIZe= 3zD]Z4S]?-l aD> XT7@@(PX:)i׮̜yJR\($s-dA/W#Y{__X(s5Z@ -[:7!!)䉱? :d^}|޿uDQؙF _^yAܶ+LǭW~j?F)5^{fIT`,zfP )"8>Iޥm ~S@9[붥S=Ս~HBcř<η&jܸB`"qtix*?{DA |3HoY?Et!_RYN6"&^ /6) }Md=Yã~sG@(R+ִ)1 M=^6r H=z[T}([ޡK)'fş$ 1Og=I H0)*Ѫ-"}z ?,ٶ^NG0`AEđ2t q280nd"\Ns= wH>9c:FEy8?·Y,ZN=5b]Oblrpu)与?镝8^A-^Fon*:;d'SfL9 ` <w@9~y}. \Q6X%*K2f=INM"i~3tH"?[c[Lb:w\<&1\ HbZ0+u?[$/*^sU&"٨k=uy փ0s5"Q9TV!jc8!<(dg}{Y6Rx19"}2f}A͙]0^$ϛM ݫrBI2j}Ylb\:̊aTIwŎ=Idz/JST}0}$ȯ@[>}GoU"X]= <4tyan f2ltuN I)wx4 rɸȄOI*:3:L-P# o<6+ b:MjdX>FUZ3]y{2hxhYJWx fǷ5*(Y~=ݼo`Y$J]EL(S1]ӟ|x LSJpa܃*Ɉ-ݾD_%BoJN%~pdGRq/;]fo}6gfnV^8fk7fBI@jpϋ# =~KDufѸdYUƦ̀Ԃ F$:Eo$ԛ%3"4QJ?\W .uL1im]J^|#/Eew>lj*„Ǚ,LA0->=jET\>jݫN1P&d}!{OރbAQ2!+kCNeq(m6Abd;i. Za\`ejϧl{'p؇FgiMpGז{f mc{M%߈80 '$ZJv dB1.,t'16 ZteЦ٣]LAlr&dI A ?]0+ 6Fz6 Dbue}醇MH.3Ti/=tA_ݏ sh/3Qtgm .y#ǃ^'μWo/1O^|:'mQMV`nJ[}})zf" qDP}IA!SrP0x q&r9R}&LV}Lce!%T2qYQSqC=ioT^P26:#(.u:=<ʧa(Ş(FUk˛`ƃ{7 f4oo|(5MO$$)K]!N #U(u<l 1e6X(l`Lʟ T,:71-ETo*ZJ5Rr>jê sA?ֱqdInea.zZ 6sChdN"k莢\&4[. "YI*IT}eR x7ʪv^s=ly2]p8]-fhN!fzPC5wڥCyTSv  s:LOd(2O _H {Lp.I+r$fӼGxAA6UW̱4ʴL ox )PWhMCP)2UMM桥VoRӠ)R);& n/i F[cV9 M2p82}[ hPTyohqDb@lZKP^Ni*F"T!/u. %~8o s5.z_DlS}QBbNXj bdL\dOЬBFg4|+g%FK: 7KjaHJ4g9-0KIP0/; X z=` fC:n L髧YXIg)YZ#;f W^ E4ea7 .Te䷽RqH'>Byj/M Y'%FR^TZ׽h=Ye̮C34&,VP1#šal/W2qKA|\.&jPʏW@[)Z-5tpO%{'Sc J1n|89LgͻQdpҕ£[X}oQl8Ԁ|oouqSjqՒ!ŋmJ%$L(}UȯDЖd9 N*2/yO;[%T%AgZl2ClD.=w<ݡمG [T+5)e<W RX#o_\y&IR,SJJo6tVL%Uk h+r:`,[ʪʏ76`߫Z$L^LA|qX"DZ`ކxx[ؑդ*t.@s{:?Uu+HWq}l}?5ɥLr^`^r>K =CK[?3t'|?Zh3,8yLur}Jj!MJJ͖a-ȁs<'"l~`9Hֲ?2lR[[Y#~$(!|3ǜ^Sq\ ^ I BڣHAA|oS}26_Qe%K]~'v(Eӑ2\cBVr_ޑtF.%4VJ9phUe/+3TWՕxX:vgtfF/5Md2Їs cєg6 oJ>q7w%%jm@r=*Ftwۥ000Y5pZpdWOq8n--76TGyHsKVSgυQ]6Y;1zJk NψTR}MmH*UlZNilz16.e8ZO:*4f:]׈ 1Ә^fqw 3f_J.O#L7 C u2{HF/N-9i Y Vj0Kd 6yu3QSja[j*1ZtUxްriZK 9783׽<al"c n[T|dUr,O#! k9zb K03,Okm.})p%%W n3d(t2D6 Z:~/X2hJAm1s$F0 cƗ=g/w wK)sGNϝQJg:h@Mr^ד Qr}M ܔ^/hWpmIiuhd^kJ>X07Tdw̩r?79G9-qMHd6I}ec vpsBz-EAM4^Cx-^eh9V;'w,*v5 ͍4D@'k%7;M [X>s &䒮.QBW(8G =i[KQ#il obnF:BhŷH5\-Ch|p VCϿi%Q gb*i"I UxhFB,TX)\'}]TZ~K,<߫@wEJQ[pRAt7WA|O6SfA$p.e ! .WS;Et8%z#T' eo-l?Nu=ֵx $VAJeг /ȹy?YոjN0u^iԴsݣd8ȏo3Sj;$#YCqȓzȴr~=̟=l_;r;ht0XA 3YDW[5r!2;Lt$PBÐZPNL~51jG`[Y1GVʃ^ʤEIpnjHR^GuI]@!C9 TI^/\5ALY&oU4EEMx=V8CI9< lia60S,q 'zFbY2r^Vo>X%roj'̳-o#aګ[?kzؾOuXQ4T<&"j6H.N>\Z]JtTlgҡ~Ydbp0tBmQ EqLv`^WS \~jB#)~2fbFRȫ3ܲJ71!(șj&֏Ϥܾ6x<˂6(XkY1xt,cG߅:`x99eAJ\q!/;KmdCn`o^;*~5_"4BQ꘧4C6A=.d/D[yU؏L 0cH:,|HUsex !!VC'%u0O [pB%+o65UN}ÿqL?iaaBZ[H/z9L(/TCP۹d]Bp+6QE!ڒ'dqԈ%0iyGo&j25]dH<g(0sBg3%w}VqаUJ 7^41xXK^9)y<ܶB`{N$CTA#OFom*zjs5t7`I`6|< ]eFD='3Ts 86S`]^Ue2@Vxzcg;b*9*t Я,[3fW&M;x_?Bkz]w𨹫K{t5˔ɿs[,Tۀt94XIco]U_-x!U1eLKt4_' Q[F||3rTr$ H(:@ d8u\n_ӏ|އyAtmg2Xy `@ڬ~J|o+y;6u~b~=e!o7x1j2J0\BvDM,;2X{C+*qh3;F[6C7xؙ9{Oy1GB&^MPAo]TxN] pSfޟ߸=/,?5^hu]FA/h 5p+4B/ԠcDBοٿidľN\cl{t-UZߦa7E^D0qvĽK𤜉ꕄol!&܍kvqIM "g% 4Avv?x7v"ZUK/㢚JӒ :.s'`]SBvxГ)Ii%u:junXZXȪ'mA:/5(<(ZTKޔy+OW&ϗ6݆ɼRR/Бs=.[VGnڍfͿ泜HS.NgRٽa=#Ķ-Cխp%)$r卡/ gݶͿ҈9i&멢O\+>lӆ)\ar <4ͧ<+)Xw9zH܊;GaazfXRX"T-q^Nno*'dBЀ,+ɧh9Y6E}{QGIǀ7o{ZSeV-"Gj4 *ùy/Yb O5AJEDQ4P  ~-Cf.ƙ+G>Iw=RsȦH ~7Mkt?jL"5/| ,гv94KrPC}+q aִe6kõ>AXϮ")`HPMhD|S=G)|SP?Znj@qK\,*Vvi6o˴rh.|`u R8{׉qQ Z?j썦z/2̑9GlFZWA67kL莑 I]$+-u% ЂDꎘ&襖>&1)|B}!||_{FC20C#Te=u5Љ9uyBfD7$KږQkUJCVZKm![]0K 2ԿGӚ݅|~q[᰻i:XR&Lo,BH̅]^N]̲r/FT'1U^2g)\eR ݼv7ٔYẔɣ߄z@$%w#+3D<-#|EBfGN8dUλ] hw`K!Yr볆\'\yŒ!W!FOC'ﲡBߝW&$l !6 })YyM:|4ߒ<*T krcR򮸴ZEGt+M J"Tj_64,?#O?ooPrpev2:}$?]y_8E}ʛZriPl 3qACYm:>t(hEwzEKVx)Yo[t~n&,|.ڣBMqGm2)oލXY$^@9nw@mUrF|C 2A^1%lT> ~` n<@:?~ӑP~>KPԠm@0aU't==b߀8i3hm;z [ZNBe+ɓ#kNB+76ˍK,HWԺcZ6@[cvA_fm!~*6wS 'ԢN.cvbJ~-:奜A: GFqHS߄ T:lo';O(~ËkJfG k/Πd0{붹 G2~ۖOtiT-h\uZf6eAlhXYSXC%1qParZ3BKߘjUW]UITJ\ v2`G-ϑ҆tb@^]$ @D%"Ws+덗qcԁQצs=8O|嘬d>b&"IB^}B@uhKr|D6:$=L.q*;c<9]u Pד1 ls2fr{G/)!z?>'g763mJg/4Ws9 bpxT$z?#z_d}? @`!C%%,u'HC]vmfa77`k~֮j[W*ISTM; Q 6` !Q32}ŖSɃg֨Uf_ `+/,iT0gor7]0lezdb#y[G)T ,XQn)E <.>`+f;A6"4;YU.(wHCN8?Xc4bhkke|Z05 8M+QPd.&PKK4V1܅ĦkH?mYA 82fhʐVo~P) 5R2%$G[BTo\Wב"Mp}?$\rA'vƦW7Æ H XX+UoEPu!h!t2|Oqٿ0hlZ4n =99T7"Ivfa={ZbfSOľ5C<h(sJG >bS8=] ؋;i wZTyNOf< { A@8at^K98̭fDP:Rjc qdBaնUM8 4 Wf^FdF:p( ·mj/!7@t熴Ԕ9vIz,N&՝3!8O&W'͔6&DR۽!ҋf:TcB[hkթu|Rr3U}7D<#抌n:@4ZӖDྡྷs޹2谟1^#?֣.'A< +笋O%sč`x'ެ@:uMFhb6K! ig`W޼P?%&THVQad"I!{\0G^!zXԶ.s Z`G:"z&-;M,,u UP/ƾĤ ڧE0|XMU1"T߸9)B!nx(u&o|R04ZW@է|j$/6{u\wX2秂)iJuG) Xs 򄗙OƜE̪ˋ4K,.>Rr;nbn1F-B@u;g4p(1*ƴL0 ;$ŃF֋8WShABo0 sw59 @`D^LlCq"qkMr| A> V(EtԨ D9UޘYb8KcoȨ)O~GJ#clMS3w %}b?Ʈ^s?JFtȹo#cÄ7&d&vC[t$a[xx^$57l-!򀡁㲠&􋑇JU",5 dGWJ|+-6 23Kaݘ>#ːxUu_ %|iM3/Kj p]{ŷBg.W|m'T mcW{epL\xfdK-Ҥpw,0Tdcniq.;ؠ.֊Dy-7 l&85UQ-X:vE jT}"켕7E9Z?Ҽ}AG҅?wpڗ61L|2\J Ih؞ԝHR&cFs39$}m3EsO0o3a!UnMC™?,L{ͭpX)ة'gp? 9'ނ{>iG#2ͧjƆ|쟔;pk v02d܀Okofm$ȽO:簼9ﳰ2,&]{^۩Oǿ I+"{=@D%A6 q.w'Ԑ1%8N }X+Ic/3І'=?Au#(lFB6gL) v*RkpC_/gxKrF#ERMҧk.^ٹK;}XP)gfw4R ˓7bK>zqoձ@ -sք L=fC `] ^maLC7|҃d\@&T`n$fd)P&b+IO i`l\u˻#@bUJ[ݻsT*:(|E 7@::A΁EXW^sUQF{NMEJ'%6&[oR%2j]lNo]ȅ_MT7',Dn,Ѹ送mԻ5}-gL'Įqňj kd:"Y؇,< FT6ޯ-d6&yPBa2Zl~M,@J隝,'hCn:- `8 UP+|~yDB5O_uԕ,rY VWSo+{|_`ʙ+ ;f7"` 蛏Pv`i#XҘ CZ=rҫ`XV@ R&ƄmppFC~F1ոgQ(41𔗶[U%vQXWz-y O-)Ы")L_#׻oU<7r?-)eB{^c0p:'F7|&R-#Ƞz!GXrU" tiN@uq(K)w<,a54~|b~D00xL.Ex 8w$h,fb 䴜J jVDjv'hg2 U4d 4/dpImL Yw/I|w:,j\:b[ri?Mg[$Zڨ < H=D#/$![;I{뮣Rx|^-?Z姸v3}L$D#uA )2%}aC>wu9cU7]|q٩r|U,>\kTpvք t9-\;ӿ wޅ1Mb("s4Do F̤|FR _!|]alI9 NeZز|-:Seһ>5eK#I#첫b$ˆg~Ľ"ٜ E2_ %Bhgo`vþnX`?AZnȢUyը )ӇG%`&"t[tqZKQ)@:ԦMC^M]rĹxicߙǙ tub s5qa*dpZ^J=̨#!юQnɌ\эᴔ҃f$vyE\"x 9 'D%;j]a<}wP4^VwE j8jֆ(wb_8γ2hNBXe^- / D7-|h_ur;]`! Jwv҈{K QM҆9YwB;w wLf Ӂ坭wv%Om-Ap,b;'00!g *' '$w'eI 3ߖȰip+ބz;?,F"fÚҏtJc7g-g5ƶw>4.ۄXuh̞\i4˜9o ;&|S1jᐧ)Qp'Xƃ:жG,0R8f>F!K8D*`\VXD'f8&϶) LjUW"SIvl!{n(+h3a\g8e#cRNHg?nz#z++Bp:},Ra</O`Kc(2~x(;8d14G=wÎ )UgUwsoNW٣Z)8-ߌKӎɌ5ԠjE-a&tՓp$ԅu:N9*U+~s)<9tC%Co7;]?U:qr6N5Z>X/1qp\166 wui ?gt[K\Wn86Sp'bwdל6gϼoY֣ʼnui$e{qӿߦfQc폴fuf)+헷i5܂S!ʺ/sl[Lgln4ܙb  zFd ! HNCJ4Ojt f3ʛ|)g7NB{L`;3#T2ڹ *&4倀cQNeڵ+5[< -X,}_d.8[9O._޾jj86:#H4 ;|q2^?tF6ͅ ƨܦ5wjRK2n!˼_7$E@SxihmӲ)B[2=||:&Uk&7p 9"7ecB 5B\|UVopmNRN'XH<l|c$X\b/'t i$Y芬> G ; *dP>SZ3ڈ{  Bn5#/bP R@ni0mQpa-; (ovV"^tʥ[@4]HJŗ`=@ OHT͢voŔoy{͚_3-}:M]ǞUC˲GiX7 V̨q" hU{i,}_1Uܝ#6vV=!,22NOuK/IIƯlaHe\mP$ԥulso s,<+֭{xtP:Xx7tҧwbV?0|W폡1PPR% h 'E00@k&_,98qҝY*~^8E<:n,;5&)yS WE"n3@j0y'LFM5Mq|=* uޛ_?-;hByB?4~0^1N]T~>_9)A6gl'p,} `P*6fꗎ' prDj@.#ƾf $MIo\lH! ̴;h5(}r\+WCVv忢LPP!.(_tFx_g=*ɾ)ӧE$np|Y3f ]2:lD04j#"_%4N$, ƻ׎3(lPCrC~ң %"pwWV =.CU7{VQ_L3{pm!(a(r> 'tZp%#dowݖ:~cgB{-kHQVY)V"g]1!ACgBU@hK=ůIv p,]6(( K{ )WGmݏ7 a%*Uҕ୤7T‹x d @o]E2 `*{8;zVxtHWٔ й@O Q%A-KcΥGa"ao%9qPWm89euB;轔KQՂ,W~6Q)zW;=yg(ig+^ʣ<=__,EixU>2 `ɉ:TBi/EJ{k{. ep`}3Ex%Ҋ)}?,"}tͥb) KLЧuCQ$/1 <&A d5y6o 7;Omm`$ke.ZHA_p5~gEM/k<V=a:NqUU3fF﷠9S{ 9* DrԠOWPU `2B&!cze\zjOi5gB <1۪ s.1ן_xZׅa62r:QO*B@a75.C,c_]Zܣ~P'u4_94?CQ!q%5-ɢݻ,N/PkԹ 0 Z1+^tZ:.y}H0zCKc1a'q] -sz|)8U}~r|K Z Z ={cG r36*dgm,k.YKvh'lzf0eZ䫙]a RlKH`?W چ'hIϪK)2l5S]+`PKj^t +@*tCupwA67YT9>2(3;י[(Ko=Ԇg]i["LKshd9;:ꧾ.¢%H.aH59Od8FXK;B]7%=c}'y8H9'DDPd|Smu+mEhD!3Ej5DK¸5ZjϢ7>e0BjHT~=PzN㯲yY\L.}83S{A5&qD ]J㑴ȁUuтp; RbOgCW>L8[8oa0A5˝֠d[]dMn8H7)e] {ZP@vL `9 hS*#DlK !{·a})EaƯSNa"S9D+\#V|U}B ~  _5; M$sT {M'*\z#ɕC;"}vEE'e+Z4)/e_[VD2:e,0?/5VG^8-?bw1 $,G^.v/b<#p"LNd: 4`§xaJFY05eݖ,ߙ'YΑO0kJIFo|z~s=Wl+V)5AY9Da-wO֮Y@Vk E x#v⪊kF8vMԗw%[-_y"zL"#9 *Snn^@5HG x0Pڊ:VH[* "H*'h[X"u]tn8#Rfs&YU'%[`ToO)aƑHU@?*2pɛ\XtjBv^ͬ!E۞27YJؒ,>Gv`GmtG DCſ}*Fzd|m+O$l8͂kD>ׇn'!.ցdd~Ѕ5"ھݜ 2Ϻ _ѣ-P6\( ϭX%mrdb&ɲtG>`lY&񘶄4œJ1asd(%+|: C\+65Dҹ#ja^-&>xk{xDЪqUd).5X`ĎjtVC^-.,^C 1/mԋwmT獐+> o4nNd F:'?p"YZ:e>KAx-&EqeA9 wAͲ-g]vٱ‛1eh.3^;jOgO^p{@lkZpa,ચbTyꁰ C-3[@R>AHsUMfkGY*_,E%V%D"`J^[éb^{5Zs8Iىlj}Ŧ5iDUQ~3}(dhP몪p Y%N4{w"T,w9$WT$VU;VQ^P/XB1Qx1J&#"Nٓ;U8C)b=\2c+=QZ8B[IG%T,|(+J:08ښ[a:K1j1վw!PqF#0)C5^%TmLV*Й+iOEM>YYA^Bđ H Xr7+ne8WxK&밹Z{w\-:'•#;K~W-&RizAm8wf#bP%lZ`qd|RW:K1W`?J]]ۗ)1>z) &05_IVwq:+_2d˯|U*%O@+ {"o/o ]}6d#v(MS aT4-> 9EJ#>`{qE]ju!>"H>8N[2)U>J3ČdSzj>@W,3m]LFEMlx+7ueVK:(Ctc Pa9QiMߍYl [2X.l[ &o!Ć3y}xTQ1૔ h^Mh(S{I~6Cg ;IciY>,[Sv[yu!xnbS:!^@MYQ5Mj j9|e ŇcɘE9UҴ(َk/i=k'NT,=˿,|&z¤ܮ+b+װ8]1V>۱%}kk=#,wjR%/ss:NA\޼/!w:*˚lPjV]O!EGS!eRàe4dG6;¾AT4)D\I͛~45R K=XևɢUd:8(u/cAU/ap4u8;|rQ=]ǢBeJec]B%7b*O5KޙwuO[՞O?&j̈́: F/6#3W;#}6jՕ&0@`_0Z8[+p\ۡ@(, qCdOs!6HqHr;_Fy?lG)YS9m)2/VjP3R5KDLu7&4ۣI53䈚wX2$Y؅d7 khK `LȡЄF>܅l2NA*=}- P2nxÄ4<6|q݉gLDe%56rO,ގE!;Z̬S[c9Juf׮=v3T l\((-ALnf02 p2ŴPa.~p V\7kBT8ƞnS6{kd q/q>R=Sxzr~KEN㚞ח6~<'V Uu~ 0pZ;t*.&2']y067DO$Iv +G2Gk\\V4e_ 2^( 3ȿPF-|M]8-bT4`k&u;㸲k\quKΝpE QPhqw@L= >$'tx ,Ǔh4 mĠeħw&AE#=QbR?1a" c^zYL<5l rFo#g7\RaVDYć+^iD")j-e!`|uJ5)JEYJ*&pHpFy84ף-erd\.{ 9f7y׻wp5Z`T=FJl^|}y,$̿PTaŃ0:nW~o-=~مJU@f߫ηKeeLh9EU?졋q71%8k= k, 3RX6ͻJ£;P!OyC3Bp]m( Ө.'ݐ7*kӿ7P^ӗ=DqU>Iy-Qa/[@-3f+||s71AuO1v.VEޞ83I"5a, ѥy%k9lƱL]6266r6]ǐh?M$RWPC$/ecG`n;!N7d4wtG;<37=*yQ.0gy4hl;B錂v5R!glpl@GSg YxofdpKK%#v4[3i7l}y"5h6=ߕec1oȵ {,{#C! dU*+A(cYRn '#CPWKj]}&ˠSFy%Q?b .ȁZEoҽ 5G{_bRg 3!cY@G]ژLe 8t㔎3~U~S;mLAL*pˤ\3t P\{AYJ CK+%!cAW0t~\|nK>8ON}ff:rz0skk:IɜlYej,-flasU?߲t J.E JR6!eE wjX<>FYn9b3e+Kҽ."50VBΫI72W'CY _ pHd;I:7e?[ GGFJ:ּ5"_uk×rc B*N L/|z#!Ў+JBteɖw.G+T"0ɰ)ΑXqƬnjݙW긔 C!3vd{c ɣ!͋1M't$Gta{q)GF^C D9$ abg*׻9M< z4RqL׶Acűo.ig&@vZ535Ml]ZvGx1Yy {}.lj!^u.+>"suRf1e-\; $+;ʼ:ِIHIF*p4Z'P+^p!xrЩ<Hҏ;KNRJP.,\{1v3՚H9r@p'S],LũO hzaSblEweAVCLwp8QUp< y]- r$ţauSPāu}7xx $Eef`V}&j$嫥D]f:=]OB+,O$rqJ&\nk)%RC@aqקe;H-\>MuCuf8@._kقM5 UDvx񼂓 ]DZX{b _Y-0w`b{J.hi;CFFHٻ~a7 +w̘(BXiZR\AG>!ޮ/-j"S2!sp C w6.czzr:@^d0rk+EH *`Tf;j-إJ#T[{D|;)hH ];`@kXtCVzy űHXIzbW /CGR*!l^$So3c "¢Z_³zUQ&F$Xl6e^&ı+c"ݔ:5:r?n=T{G:Ώ 3[wa;՜ 8rZ4{֯<7G[|&ܔrXe|GE] Q`S4{B`~iz#>wI/ /,?EIF2 S7ʛT;` (GJf8{i {+ԐbGT 6`W[8.OʉyzN<xPl1?+h! iuxM[WX* ?$IdU!䴡"*c;UN7ܵ jv*EaEVc4?&MginZ1j<% 4 SBX1W}R]:*2 <\L!Z'dIw-'G~jcѬ]isZ"0wJCBVK&y{˅ %xB"~wZ ~u. YjwfPHnjECb] cJ7`0>as@%ϖ`e?I 0-x(^O=Şz*)*]-( xa`3C0(JmD,8H8r'98>Ug5o˪xES"v+:t92i}`m-Vu$ˁF O$xYIP[칟*1C3[ޜ ah$>/J=r֥B(,?ٿ OƸp5^YX]1 UD #V5/$FHLp[y\Ny՞v8}U?N;8gLbQ=PXC[\7y"& ]~V3G[U=nmzܚz /0H-l t3d $ WQC,uvыμϴCF 21G SIykua WGM"IsíQpMZu߰:cl"%SeP|.Y@Ac7jwK3Y:Mzo՝]BEcYTP" %X v^2"!^.nVľGxJ5:ษ!̔k5}uE`߾K,V?PجXa'^P*ÁdIWH*ԉTZ.&m\hZ+nFpp DQJш8}n#e^,ީ<:p_+'hNކ_X.c5M&\r,~ߎix~9!Àbb$֟]l]j,ѩeݪW)1b]bK~$Ȟ&k F1Vc^f+z~ >>'):GTZH*~erEozxs3,7:y??ndf ;>$kzTUCf>'gc8xRJi> Ϟ,hxt7$`TkV,.spUX )aAL鷶Yۓ' [y Vd, AS2磾 v&6rxYV3ngnWw3tV(9yvd.l"Tm8).K1(h,..S.Λ˥._J3f׷z=qtD|=hf7J?R h', c>Χ}Kk$dxEFcܵh̘t} i|n7mXwwFq,D܄j+s+ׂn%LZNPCkæ{Qha9QĮ2`Zð7'yjXpgw_` -]@z6vabx@ :~UA?9~)RKo{k&o7蜇 X#S@N1Ը!#sdnO`c%`ۏ0iRN#48?~!g~ɩR2tyaWBw}oITIrt &[G@hr%arI+ҟ|8ςnP|禤{a;kdP-3~\i6U>¨3lt  ' yqG*/B`U)Ա9&xf5gL xs "#=Q{;(n&O$}ŎЪ{> /SPW@ Sn-BGbvo=dbg}xz}*̗s֬1&gt!xs$)i*Uw>XdTo'*Q5XpWL3LgG]BGyVR#>nYQTϝ5t$LV;Vq_xʃåv%C/̠+_5C0(vF'Tnp 5F0E ٪m0DI noKVmR᠛Z2 !JX{LT1+g4!-AVWTqe#NO|;GBJ? x h/,>Q'f.#c1^jmK RIM?(,F! b]ཊ;Z9(~ =,?}Mbs8~%ieIIH8|ŞOz=q^O`ZL_4{ޅs5Zg;"YMe@pC~xa$!> qs?l4_t>_< PĀ-(ńsh N'{u֜?3oCgLz|1ݣ PCs>+}j_Pȟ[` !eڮf/43x,$ּR'36\8X9={oa!*Oí SGTO,B˛6mrd 0Add&hY~d=)_(0jRt I8ls$q3xP>B~?TqfW5r P0I{1p\vZmy\Xtj8ݵ^Y~ e&3zu >[":^wwĜ_%i@?t^L1`,buZDt-b뙥\9˾=VQQ_+z֔!q;e֚^xo.ugEϔ[MmAEif -syZZANNgD3 hi[T1Ԍ,ِ+|k #}L0)>]Nlі Q1g/Uq.or݀&MZJpG'"dŝR[nSy[s]W7iS _?H+Y" YtS|{owb^w@+KwpQ+>EĔ_ʝzH,l 9rKe\|KURi0Z8_,;F('~N`lgT)+UOBQ !-L\V|łPӍq88Z8,?@tYc,}Y:FjtCe p@WƯ[.IwxZmE)/xY%*G }￰Lש+8,U_L{YxR2 h#nog۴QOiF]&)YӉx#اN&юmk0gD[B_@$MA}Z*(=y eZ@L$S._?,CP%$O`@ L4[vZ.w&6rLxIGw+*Ϥrڶᐓ :UV E{i|}ϭL@` M8Y\#-f(0&a$ʺn8C~eV7+%jB9].X(tIYB--m똴] (ucnNLrlsaIV>2_j-͡dVXzonn-ooT~}u!ki}J~=L[@(HoA}!GuZ7`' hZsE3`--?gt&HL KgoS)?J^~ʪ^;XA__߸]6OGCPc}L=Xz&PW >4vgf9)bbegmdɛclY? 78+qj,F& hH۲d6fp2D,^uiV$˒u.z˟; }Հf rF2U€8L8C;!lctEwB,Ù"PҟzEǐ䲬h*޳(|3v-Lj}Ny̓=#b0$p޴x Ĝ{BU 4m:R‰"@\b!!tq'gt9A/d3baRJd:q ˯I&]{W/?FW?jAq`;t? 2 i2#edе+'["vyF|[B}A[`̌w) b܍) Բ!{9@[)i[_HOTkjddӷE#X0WQ6ŒoS5";$1ʤ6 #X*0Asuٻ_b!Йg R ]3ӂLg{-XeEE_MxXr9lFTG0'rQ^[z}uXDŽ韬@270+6 I!"r$YΕzoӧQ11'8vv3]0&w ܣBHc5ہegzyjj7n\%ͭ=Ÿ!̽#֜wַn'vt.V㝫\1E1XXp lr!N3ы~*i8Bm>iER<#J2)Utp{tVT7!α,r8ēvx_01c(<((k0EJEU;m6knLǡF J==?{bΐ:IϹ14؇b/Wgޠ8$} ^r5EGM12 +o!*d= d50Ǣj*% JVҶk+SAS FPvQ` pֹ!{=P-Q}tHqlY1qC?tZA|co(?3"b_uӸ71*5 t&RI΂f:!f+-(T,G'>:դ꓄%Q6T?3.7 ~{9l&1^cn\W⮖ә!2j99v;?tt_LSF"]Q8%>"}vu}2!$ qiߋwABdmlw{~l [iE:rOB>ű.fT\nUOk?REQCSzaޤeiy_u;- m~S'N=~gʊ\q<Ȣ$6vv6*Xڬ_%O3[eTXRP};h^Bo&b`>z_5bHwc.#& 稍ǖ]+X 94ur֐{+# 6=^09T2A,fѡ7)7JȠ158圔<bȴD 2-z7d(cݠώ!swwOh3 q/w fJ'8Zcipe]~O°&0EFxng*lDs^"K*{m!T,kzêH"@ qi]H+M$yJь>vqv$%=WiYWj;0M$HJl@I^R r!,^`E1B K Z[iƳIZ:3UOS:5WH~3EK{8G|w%8k$)73?++.9(w4|hdJJj;6y kT'͈6E6>`rHfB1>agSX̸-;FDLzuYCL`x^be@~%QjdPzkw[M|G=! [J&;/;ATAƉ.6_ᥢ<[că]x0V;DDz5 ۞qkFDp3jQj1U`Wߎ WRF,'ґMkzP7 ?9tf{vd,('="td ;0@H]xW>ȦLa~:_su!G*ƮCai @x|#"VR4_ebFFSPAԡ Usz灭f{1]\hd'YXVl欠,k*.]f2~I=T_ff0 Dq.aͩN>nM|oU~;v.h0-=VZk &cLa,?7L [t11Q^a`"!(=+޼8Wpm74 (@a*R[Z=)&EhW$}N0+ȌdJ D~6 ,<;%TF9K-_)zO8SSXBWkߌ'ig~wuy~X4\GZ:Cl:)Մ }1W/9FsA:k|""PO'oX(i("W,v(Yt|([Ѥ%0d0\ ۈsq/Zp^bL%9Q%GIv'd}EC*/Ha:F#M*/;ϵVKDcZˤs]Wz?פi+}J֚^斗!٦T0ddjƺhDW rp>p'.ܮ3Rs%" zO4QKy&[sѼ G]0 E/52†N R ͐C*Ppè3-k )NeoceYl޺f1[ףI-ߴ/|d)*OdvHVFE,7˲~1҉i6v:0| /T6+lEJdPGQQŌsܜV6^~T[~6X@l_3oG  ]j?I R*Kk^J8S?H3lfVϷ9TƦ&lC0i!},_ް|#+jnݙVX&,e<15FU~~u_풝ܣxw 乲SqY=QRYX3tb8zphD})g -+Dv,]宽ЁJ9?:$s dq$wGxOz<(~ny.Ѷ~4&O\FGk܈)9FxMV;L#$ J]1OKO$-Y( ϋ H7y" 8˖7I  ǶxYhI6BW\;qxG>J. v8W!0sxtGE=ZgLƗ7jm)}֡Ȉ)(U2%T3vvl3m=m.[ c R\kٵ@SEUxv< n$+"l.!RF-l< Ck"_I=hv s[~6|rLnNټ'@'TEW5_ty{O-vC8mdV3~V5/X)lwvNd#.cRo oE !Ntk2qvoܶăB$ 7&ooLmKs^0('Hp? ǒkx͈ G`mګ:FzE7 sE2x %! u%wE 64B Zy;Mqw\Dp H/kс2W^s:yUQf4W)'Zn?G1U8-b9"J{ƹqL]VA2 pkװa{H8[-R?Gb]tjU7;'5C_+>dVɞxj %ۥwGBR(7xo,[Һ{^BJ̫&$USb&l/. ({/jqAv"feڳ*{3oEg;* L(#B=A9N4-PMTU2s]ҒP;0w[\2]1}w>]9|2>V$Yβ:Oj~]7*zJ~iqWJ:mB8 *$4j1V4O8QW{ c FaPA/͗N"|?Q6)G+[NJز٭t_@Jk;`;9 E1S\8Cҏtrq~!B 4 "RϸIaȜN8r]F?`(D{WGdR!_D;3T:0rCiu77BTfSZ9?53  dA@-SSQ:צ4MrjTXNEe m!D ,H2G`TfI1g7PC+7Gf9J`A)*AǙtLjpNԴ xmb8T,I p)ךfNrwޱXɋ:~3V Z)*},L@IB83x,c,I{s(Syzq;JHQ(Vvw>u6$/Ӄ+r9rsEUhj7&mLyCv_$cY= Yk~ax)]ƘЦBL}O kC7´{ 9Isl9T䟵2Xi*qT+ Dgz&G@`5 ':H@pyEbpγa%ctf\M(sӚ+Ƒ^R  #_Ds9HK3DdKOu=M͘u;.S6R7@ikQcQE77ʱ9kmgԲCߡ/ˁٚSM V m~/yC0{ѹ_>>tU警*S!Vs#'_dX+Ѻ $ +i3n=Ʊl *mLJ/Q~Khw$ݺk1 kޤ[6\b z*EkaJ8kA,ƒ+k1ðr 6ؘEl'MϢM6llM k4k g x}۰5=X{ЌheL6SQW\Jn% F\REoKG~Nxu ^Ÿ4퟼ZV@b|^D*_ .&Y` _֘*#NOKFErIHٳλCv۲TQ!ɘHnk$+?gKKY9بlR0d#/lB=-qK$܍"AJZn#`Efd s ie{/؈Zo\D:iD(n35O:ŘvJ('O+|?N" uFom$cgT̈2A8t*ٌ_?OL'~Kuo?~D9ݢf8aںgl* j;ZAbh5"ClfSo@<W(ۚdQI -$g0O  4Ll?v|?xe꿿@|lg{[Ξ\,Qe[~*I']E|>8NMKZ XC̓ ;Ǹcuu9m2l73TK9ߞRT0$r™G]8.s`Q2[m^zPc-'Wت񈝻5f 'ό{xfOEc@LܰG5Q'^ewh+` Z_SR u^"zQW5tU]C1ևyNQ$٨ VyWER mKBU` ?7_/_ܸ~u<=BC鿪j3pJ_'~G6Ɲژ@ԫ3Ccp>1J\/n_, wl󝉁[\kPuZ WkZQ2Ѓp8xMFݥ`ăm(v'&u:]u=$7IFۧwF-lw b{]Xa J3zva#}m{(&4(Z L*eeE _0R &?P.\,۞:mZc%H2#p4+> 3)@@pB2-!ݼ U~!`z^d ,7?:e%E6Qx>Mzo 9,D5#֛9^z![ڣ+OA0'G'³>2-+L})1Ï;T,>#Fǟ%=DS.6LyuuGo2lB?]k~^Ia55QrDԐ6b;(8_A^3.Ïm%{2;䳔蒴zQ֠F󙖒\f=m)0f[bh*5 z23פWRZ/ ozu n8y-k ŁY{5zf((uG #Ɯɵ2!V*mvBgxʛ +]h`IPEB6 1"4r'+4QxQ^r |[¨0 x0 +JlA`Iz}¾x8Nʅ\7x5K.$6Py_H=0 AY ś}ndb$%#X-Z٫anABR[p[\6)o埳rE5֒*R>d?$Q!g/B#fW[ˊŐrʝi) vc WToVMxv=v㴥t _G2$Gx{GӘCŁaʩQ0 ? oepMAR x@WAX$& 6OJwּb@Ꝃ%wOI9,dm·99fi}d$Ȥt u|TI" Z7uwYא*$yBa(3{a@9Zd GeJxΓM%kf6Hy2)>šx_DJ_s-4vrIbfUT_ ܂$C #Cox}Dl12W6rNV1i_:\ICČp ;!m 57iF)!?\]nlE[3~pee:P 7A ֊d% >uS"t8] wkeUlkLƶsA]~ٻ0& @퀌%pF3eRUc5⺄sVL?gGS@CÐqh!ulρ`PFn#4F%a4iH~lkaFLZlOw8rd7Q,|J^A+qFC$IK`gwŃFj0==}%WW/;J!48f+zZ[#U3{b$*vcC86c=b0_ ApLsQdۜ_Tך!9U0RҎ)=yjbU (OsJXs H[i l3`@&E}" ~V v%μjgTM4pT:qnVR4cKLzؘ99X~apYqן_;M:T8}|M»;:fRkv Vu͵co:#Kr[KDO_ċ1H w6F?~-&mZVm@]g:.<%Å_ Kz-HqXl>wR0{rjTQPFV*n?ұNM`7KhCu<뭡͗8H#|rw/N pϬ1dkV!YB?~}+[rVH8sF1vO2/=@;Nva|3@1;qt?)k \%XxKS^ r~Q!|p}Qɫp#O݊B $rTa'+@C߹R$B=T%\Dum*ou 9JpV.G6W L1 +I %ɼXS7ǝ>$ '؜u)J08|vBXx<TA!g }īQ[ϷjIvr (b[:meI}+Y laxhdǻY5"+hw(8b$kM'lzfN<+Ku*@R2/Yh5ϔ$8`#,u SL w~62J:O֖B)&Iy:ˮ~Na+G[p3."~W59%O|Zwϱ"JPkq)I<| ^ƏX(f9^:rsm0]J#66/: GcmP@bCn8Vt\W$J}ۘ*ޕ_O }'"Zi$ⷬ|"jYKWsNouL8:KJ!/fzQGoP<#(#^D8]xZ_(wf[ gO?"B*ALEdRޭK& uehoNpǔ ʀ(lt$,^Ⱥ-_ 8=`\x,IrS!5c[5%T?1Θ>R 'vk9"{P$^YmIUz6MxEdwz= $͛S`u}Wb^9 A(b'yX6ǪO/z$6s9?8v (6f%i,s lJJ=^hBI^'S 幓W9h|[K<|PjOBlқ>jd I? +ݳLWplՕFvM7Z`u 4P=/mH(LaO_}i|e ) d1st¨foCQ.2f1zգ'ӂS%į.M .)m8!ڳz$Jt=̀3C =eN,Ds[c(U@0Խs m\<)MN-r0eԔdk:K\?@u @rI9}TƬ$0Q_$ rc ^I_kE/rWM))ϻuUwY˃p:#>:E|OAܢ4h-;7e༟;/$V=_X/ju>rH GlHKFHP./).TcElR% v'ozlc_w3<ϵdT2x}q-r6#ʯ۝H'$-bVyϢMfLqrqKnIy1U׿Qp X_Ќ@ [)14&nZ}rrR~=AQxKh7 ;-2$չiI!,#hdsT?`hF[o t'=eX) rVGg:D!Zn#ch#aNK!yB 17J|ًQ ɻ5w( Bc#cΔ `D8>AjqIwj;17MI>\M~:O_0Y8Y1$thWVm:1iK78.5o 2X ۬5jY}jcƛJBdZtmOhȳA-(_}sa__@9l"F(trv!HҌq*U+F🅳'M&f*lFɗ X.,mܞJǏ,J%}i|9oj1AipF=l__V4aW_RHw~L6$~yR넾Z7˼dG: -=?HuhqU9&fqևHh!srB<,|xQcv77_uxGk{+۰:}kP32{59$z({4[i֡6(uz:e|H 'h[C6gLY !AFY0< D1~ѾfCºp>p1IId_1>jGki\`yw0NX%Hfx€D%.9 Y Ssa NdFlbLիݠ>2I( YDjEZ9=1$LÌ]@}:5 cTHb~S鴖g+ }fMgw#̊EǾhW03zH 7zۥ86ӒA~f_ɵt7 5&fa\@Ȳ幈$: JC4.:nw>0Ĥp5٣uT)p: WI -VR?o eʚeǜ+4iSzzu |*1 #*bjA{IH \ţpRF>0*+e_quqmorD '  [@GH_}cM|H8I|Êȫt QcR $i`6*)G Җ^zTKc˒$e3=g*"p*LEZ!2L\$ulTApğ^)hҗ#SZ wA/(PlSقˇJm:h"@ 4?p\Aōin9AD~8c?R4w_ͻپ<0D*+p3` ;8W4E2Zyv0 }J*h%QIؒH(sbnY-?0j:hS.|VğvKrA肿̋V_6Uf]%P2WR#ڐ]})jfX}&2Ԭ [,,d$M቎vHd"S)g9u7uX_JLT6PK3:|v{zfdOAkYՃ}sP~A,i@GbVe5חNjdzfj@s;Ճ e[ЦdD?A5 u';4+U7kmmJ*fasڦɐt/ E.Y/G#aZ!09>p'l}3};YapfJWEIoRwc~@{‚rW;5"z~?R(*RZJE0??^Fk;n TL4/j @sDM0g%DGe9O?YCK=r`XuZD2D.jS*рN+IoA_0b@իH؃C^A!Y)"$7ʹ5$D7Rr0P;SG4T$~`z\CF <;M^#U 7+On1l cb9C̋0 +[ -J &(V A]f-Jc; r[r0(⿓8+??{%BR>m;KkiBfú17xS2j>g[I%l^Hfd%N|i &yj@`vP}6OЕ& 49I5 `0 %`3_}ɩV j^Wv5(1A C Z| cz3$*GdیƸzehCթn]izg~c i 3/a5 /hȠХ[ruc5zGa'+tu!p%sji}YF[>&N\OE}Ąw=-_}7_bZˡdּ˗hF"Jt{&WeFF}裎De|-ٓibfw1~,+"AA+FeF@)POSu}+i HOn]u$| ҨNj|ĉ3$VeR>tPX, (1\a|2 *e%==ˉl- MLw>u]t䴰z$@ fGCGih`kLJ!4Zg{m*ij)ta28dž1?{N d/B|V;8d]a9a3Woawo#2w ^ԷZp&/ceN?P~X;]4o8>jS`!u&kCA/b%iZ,OoEu&qd Ȳ@7e%JJ'EekG&,I3Tiv, zpT6o/k~'TN%ue?l q=4Jo a;~o^9,! C5L92!N!0$e`"D|2*&M%_N#\ʇ XhSD@x q&\mKEOccIZ=gXڕ/{zy՗cu@HLz;)Հ~%ퟃr")*sX0`!, uN 6h`x``XJbH>֑FfQui(BO`=Y:懲Wh䐮s ;mWgeU&ǟ?Z@7GJxr=ֻ&u9¯^W DŽFBC&#ͪ۷{F` bBGT~HRV[-6#9 w gPiEO1BZgIzGT~FjMP2S4-MQ½]v߹ÈnSqcyyc`O kq?}f 盶ovSf VP՗m*1Km:ZpAsdGb рa hC]-2"_؋J#ՉL! %9d2z].:3 ~{9uZ9 WŴdH,sO$}Ѱ} %;SiN{#G ˖#%OLN-)r|׏ں/bM8X-89tIqz*Sl zT;)b9>$5 t TK; sK rЦv$vj̢/zmas`3ܑu0<ސ-T?,l`kȴ8F$63dTB$p܃&An D:׳jHcU3u&VFNW8 hB) މelEHozbZ|C ?qs$ ،P\fjVa;m:Ӡ-OhBwaq4.hˁ'hϨP,o@׍ڠ} &!k:la(H)6w RxbxG Ѵ>es@3hƅ֡?pO[`tB2a'yRCHK[CͦU_λnS:QF}*g.;'zuSPe|I Έ[B(#ӄqV7 d/t$05[z)֚|ދO ;yQF_-v"`ѩ4F^ĔI@Ֆ5]թ gitj|夭 r?ڗW|D9]Rprh[NQm^Ri~P2jsuB +,ϳ=Dеl;'sЈpK"iYDkBPа_&v2f]qYAޝ7B_x|E?$fZ6u6MT,m4f -uWx1pjG|>Z34hvŝk~3pPL1vGLSnVPCIISHW(!L{eմR|:[*Xf8N/Ʉ=?VҦ/s e YD _|qϡz+z/V5;E}x!\dʫe4۩ɝi\$0\iTqbKUu)2:kWuXgs?;kTӸriQyB4>|X}g5l S#uyz6HA%Ɯas+ܷl X }y<JDB#cJ LX,ڐեд:WۛK8 |hEVKA7d|O5wYbi9[MkaZzYgt\'܊||>m , ~xS5i|*ƭQ(Ȧtom}4gc\H鮉N6pCdqT ϣkUc2lh;V6f\?S:s$!%ztsIR5õ8 aP; vizI9_* ڡܸ~O][[,/wv5|vͪ©llv7ZT %و4`n6{hĎysspc=pa4!q^fw"c {þk#`i;h}~LWULx́ټ$i?xHi[LJѯq+ɰW0hJÄKê?`T~8d뫣r؉§{ B6KGlX vN6 -c`ŸmS%OP%h0l2JX"`kt!oİg1wRg N2ρG+nt\<[ԚUE`RY&Y?{^Qb\ҡf+#WSeקSm!f}E~Qe/.Rr- RRJX ;6@#Inwxԝ=HO{TPv.HŒDi>c2Fx~i.~Q//#}ٝ2g/6XJ| [fk03奈pO 뢁F=229~ǜRmZ[tC1o)} /a͏iLֹ/OVf֜̉̓]9,C`nF2R՞"3M""Yh{c zHgߎP㭷_d/ƴ,n)y(<4:>rLd ) -8[uϡ_2Q˟*={.Yt6'9`2ΫMPkuVJ@7ss`voKG9FڏVW%K?/h۰ݼSeeZs! :AxXV2To^됀]DZkiqB`;DR# @NɱkK;?;}'l&. y/R Dȼ&1m>3Ԍ)sVI8?/C{}Y ٲLG[+D`n23Ypٯe'?VN(1?101いiM:Xk{:qŷZQpmXD@/KPsD$UjY ˎ $E)7)jy =z\1vk< bX-H:=ʌ}bҹQ50*O~ʻE;v%=a@bn>xAX;̗o5TLOg+qw+]ZA}41\@ʀ+[_M5SRLMĸlzqH>{&YE6/ݷcjk˗k+kY&&w70Lɻ}`.>r_A_ZmߴFntK"6ZQ@iEeܟ;em;|c =o.V:Z g2vf>lt\ q4 ]X3z\@Rʷy?ف +%_גʏFLw#_#69xΓlxzIa,hkGgPp! 7"xcL| q)/$eҦ:NfzVjo1s>_ EN <)q o}rЬ,2]T~Mt `EQsr %d(\|9Н8$y߻-z ῥ9&FԳ}wOn+LnaA,ԋ(>*ĿT7ωxxX3ٝ!cB.7 ُ uo఍1Rk[n= T_I|$ukD} tN\,!"Ǝ[T<T /IJmGR ;mɐ[mƛ'ub<`QŠLLSOF dj_hAdjBR3q*LHWZnOKy͔71o+{8yS) ?hԮ=0l cVS;gix~ރ&,ƒ^E*ƌ-WtmKnBpYE]".$F7Ǻo8EI2 E ep]MصdcXXO9Qj>f9>n` @!mkآOVhԙpε*0n}22+} }G$d#n;lEj#1/f7Bi=fKxɉ"޺("mX~qK!m"qr.]f"WtJ&ƨ"\X#v( Y 8++ZIw 3yuzy;mEJuXڽ/㻒 e#TΒu&ItG_vb8v^_\ds9~`"BҖH+I}9z%4YKDJlfKu}STk g82lfYw4Ȩ{7Ep@Amo ~ZT'\~w3ˠ+v`f&!3  8WKĠ=*zű 2eKKF]gm)4.b-jc_NaXlDըy)Qk;G,q!ھuyH]xnkoOjV#?wʓ1iDԫ Hu h6tCR}5h˕mKS)բgNӠ<hq:F4'BO8*U™Y/\ # %k>R7/{t07X6b@Z@ŭ8"PG3o[=;vBxiIcqv>J7+ފrɎ|_@,hɟȋΧ}HRNw(SRoJԹ oP1.*f <̟aAZ.J<{ijHsˌnG-O>6gz {LlRZ,3Gz@41:[æ/:ZFed7O5wkN@n8@5 *JѺ;q~h# YΫ'̦?N 3Dn4"oac`pJGO|ʳsb Fv #֑mqc]ajSAٳ/=Y ďsc$uYϞc2$BcE3]ыRݾu{^T6M/u))r2IGRY`HW*ڝseŏHoȂscf_Qx`#+WӇ!Xʳ%Y1Gﰴlg%.:MoF}d[LfQ#_WnPMm~5 ]Ųҳ V d~Nc8{pldGu58Va+cS1Y;:t11i6ADX0ѹM0؃?\_>0ZHcLCjs4H #e>[_?MۙlܸN2mH)UꯕkqW&c{ >'[4ױ@SPSp7+{וO3YXɄ淅2Z2f$]ظfCP{LŪmn csVd)xkU*ӕ2oQA*DObRB{zhY WCԘ1D[&]Ȧ"|g~JW$:y|0 bPG\?1[vyH#s:h`zf]~] ЙzF TkF\O+@[1 X'oe0p"_}q fm;| N_$,fk|y ?8aw)|ܧ+ t>P7h pѰ'aH& I\& h@}-NV?Hx5 +E4D%o+k µ(Ypizвe3{.vj{,R ԁy2ƩQ Ro=e"\@#*< *X qpv}[țH[3Ci߰X.Vf{Ef%qf8u"ıZRRw0!91Zxdĸͥ!ѠxNW vP =\ TisǾ4Ha其ZVSZ߅!=<͝oM^ȁTnMϲ3JkbRkwꘑ5v6>[jBg>t~R{dX!oBcI'!.H6#.3T|:E[$t8sa@r%*>J~A>*ncbb+ 8d|"uc(eџfY]+Ll{PZhG\L0DaAvk:,JfM'8#_N$Ϙc !р"Z^0 7\2`uS' !le`@NDT8,U˧^ޙ ~ecL%bv'~zHn`jX_ɴ15&rؔ%ARG32d "J45 ~'s 1GCCM0x ƨ87dMsaH8wY;.>AĠփDjxgyccuYĺN猕ȹyVM?;+~?}xLgdk \WI19IA 3a aiQSnM_'^l(a7e*k&Q6ۍJ@Q;qѹPeu=dO}Ht8j R ϑM'2D nI h2)j5uWų.2U"YB7uuڭ 0F8k5ƠȵNKۣgICf¿nhc\a|m Ny ] ڇ)oiҜ2>hMʬ5)_qƒ(Pa`Wm |7i%= 1w%AP`JEgDgk&]]X?Ü%H[߫"g$JѴߪb'X 7ĝJwu_y:mr6F圴 _#P $6*]2/kjjn̪)u#n`?Geɣu;%8[PK ]C@-dIS "[I=} 8.1j8᧼@P/A 4#EA䞕*m ;@U{2Vz/ .f;z~UWTv'AFqM 4!W5iMg^?hzR.㙔=.ǡ0./k{^~Icc֝Ma`L JV;AL'\Ͼ/Zi.&ܴ6BNmf !gvվy8۟xgc@?5 3ז0pH Rt`!Ѕ45h xD V݄(W|u⩉eyig5ϱnF^ع\jRZ5.\a0XJ}ܭI~BOkMm_1'qiAk *DA_d{o) 4irC[y BO H{.%b9e+9-pa8s9 7Mt*XNqw.m ȤR;܇ `@9: ʷ/s~&9.lv3C4:3O , Jg+ސp U1}j}O9S56EP1HJcÁ*|UuoT LꃠQCGٷHאZH y^o A9:>6TC[</y_tpehn Fӽ@(4²8Vs<VZ(FLK6{XNJNOrSs 2EH(hCK|H/AD^ Ğ(OfO ,9SA9˷Ɔ{xltGe3U,WXc)>比 22g~.|^Ns^`>>X'4m*ome)>(ia]ɩƺ=`jhx@R된]l[HlFz#zKtsUmzp+*Lh7dVV6PZ b!y0kU-'zBRUѝBunq- ɍF w!n5f*-yrk0D?{nY*&=ߘ8cco[ #'\W1_KX^݀Bo.{:tF(SX9Z]0vtJz4 G7n~px0`b.yNcq&u0`zh:+C-e/qKΔUHv$Qpx}Va>uyJ?Tˌ 3ĶKg-7&=Y\Bj.M|Mi\T}uc PJ탺WvF |N@qq8dB]>0QhmGŘb ߯q1H(~,=olQ)Zy;Ű3`jkY(O-5` {: %A%\valq.p@9DJփŬ Fo{єCR,ȋʛおd~dW*c +gVXLjŒԶhBK}*J\ b^L*0=mv 7W5h_Mw,N?YRxH:Tn_l!J~w/9/V .`Z2EEg!&5"ai&[˿Fp+`ϖ!S|?K&su!*~cSӤaU-Lh$e#O.uټag31Mv.) ~!;1EJX]Pq;Tw+' _ oG>얩Jysr_KXy,۸P+HxX e3m( u2B7}u ΪiW}CqM|yHC:#o ¦j35q][5||GcoUI:7;B^wr9/IH5TY7#&)Ŷ,稤.7di o--7R*p_(NB:*5*:]S AR|vϟ[5CƵd+jx2`&!KۏCN#goa{)9'g7Zq$F+''"VJ6A֞·5Ͱkخec퐩^gs\ɄUJbSfWԂr/\]iGs79k+?ߓ?Ѕ./<;9 &Ŷ)M(82H%+i5Yo\zi_i=%%o,z2t“D ĎRkI4c)T;uHN䳀Тil *09?mm/:8yTkA z] ,v*>Ǒ&tcA #҅nduecQDS}dsTPc%/^v͉3ZJ? U*ʹюs.k e\;{Χᅩ\'ǹ4f%j<AU^]GER)CG ^ W ȏ+TbPGrmz5̷TFQ+N[6Mm%ѓ8PrhON?M3JksY'xԇ1ͱ1Y#>j!rcMh/!A<Q˜}?\2G#h5,0';kfG_j(jt)G(ЖE=Do):r.JY;DM t_w.J$HMPr"o/5<MRx;6[9,I(mX谕Q5e:yE dp7uYU͌ѕh6 !S| _дFIv(Rk&;B;/}t?_qa͞*CQxv4;d%.J-,bR"Tz\`X)c Ŭ x6;u?8uqh-w@> [I W2ewX-*X:kRh4N8=BAs{">`~xH 4 \akttPRQd'e@&lOT\A6!T=<9&pe4g'#澢UbMi+h)1jh9 Bdy]&rR~?r-}W!-aN)C6;r*PheQt7M>TON-X<~ ݫNt=C' <(y 9jDAy1N]RV@U:pLε:4>2.^e`ΉT_ƕ/:GzܜP\޴9 :Q97H)8#ʲu5Ʀ}U[Wbn`A4z;2iHSptYFlX%3|Re~.q!\D>"S­+c*[&\6흈҉L"+hFt66RZD< "N%9I1//~|Wn&6P}ڞWQ'dJ*H*!~yR㋽\ W𢖮>+mxt VEx/bJfi~d=V#$[1B 'Hlj?Nʣv%j  iI0SxmqLY{Er? }h,X,nz2oy3 SXՙ!h<ъ^;J=sӄ?K1/;%rMRv oCs'#}R\^J4`(אk67ix硊oYMZF 2%a ϫ$|WTr;t{y͠+C$􊐃7[Y$Ui# xSW9W%)T>;d[.%b2xiJIh #ܰ'W j[/* M˦?<=ԸXim]$:ekCT= xqv'7P\K֞+}!4 EzD ]v_T9TSФ^_ %m@h|M3q0~8=-흼F:,eԋT)E\=o}'aNS` j?SR {oPlIhى #w^@3JP FL ?oSmӖ$_-טH36uUJ%)8c~Sɨt*O[QoӰ(9n ;XGeyzAB^pO?%q%Ujr{?Su q:~iVybxeDؓZp| nCn|jTCΊ;FmGysmIKQ$7Gi| vCȣ})R2zv+ 5a"-2e `'|⨩@|{9 Aе}g(іDVl*5Sd;s z휤/c = 1PaﲁgkEAGW`ZjZ}'9 AzV05Yv̲԰vgHA" 0nl:%V7ڢU o58s4Ea~ICCt6;,-:ĤӢxIx:Lć)&a8n 1; Ll+pp68_UmJV$`"fX1O}_M8!?&$ae" .GZ#c'851{ kpA`S^X9,PP0gF]5`J +dm~43!p/뛌/T+[p`/4$U3Qz'X##As<$ }҈M`3Б6Qpڔ@N:*eb㞒=.}͎BcR_3xudOVD~fegW:a6NHx~pn5"/Q['(~C;*@k,_?T) ͚nՕTz% e?omh% ;n07 M՜s-#=.ow#qǪLMS~jJďLouVt;SA䢡<Њy&S k"kp]&|:S ۼXX.\-b}ڐ&ʯcC^MLxˑ~"ᮗX"l4Ҩ}[³oY{3_. b>B\ ܋K)%I:(W2PafK״(.pYszq!)ڋár?|&U^3eB~/ ,-©b !ߝ_Q7պF=LukP>mvFˎ.b-*Se;7:zoGzwD5T[կ|OPű 丳ٚ'$&CͰysUAMYV\EBs5mꪫ5,~Sf/5a 4t_uU먅ZʝBe'e% efq8ܐz[ПskOưɴ\דKiȞ!Ϋ!©p$~3Kn tWg~ښ*QЇ!O\,+j L£1⦈f20=B9_"G:K{&Qk3~!ȷB1&hq`@*|628IZ9Z!7`S]7+(nWcK@5}L:߅${ΛHq8 Q^}?W5l SR(ɚN#0SǓ %{=YlCTˌ^X-gADin3e*B ,% /T1@3 <>s-́2!Fz/I)9ƨ%v`Uʜ&`EXsHea޴"b Y܅ uY)rp z,Z2OnXg*Oj by^ZjM$ߚjyro P",xWGV@ɣY?flI_rȃ?1? 8} ؤ;e^@ŭCz#by4Y9feM OPQ{KL38uw1.6]Ya%h9jx:H)q敫4M& 0/U:`sn .쒲 ˊBh"~; \#`GV|g-{'x8 Ģa_1L;xPbȶm=-L=櫧cz#d3G[Cn ONTczHg} B60enU$G/BKyr m] bYJFG8I뢹  W|(+wF~ʠ}L!yP{v,"n7"IINT1Vi#k5paŧk:oז}]0VF+6}s6ݫ((JגT޿ p}-ˇPp0 m/J,=Z[GcD:^Pѯ[ lov {ь' mȦXSA!MJwXxy*j$Fx4X m>~blȍQK2ZJ?Q+ P=+.D#E_Ds~Kx#!> P* 5j 2ژN"_7VA :B,rPm]؈\W<&3ɪWɊe;"S+ _aOgV:se׽=ޠ)?cur #ng]M,eHZ4E}XAv5\_-+PCVr4=g?9  h%썛hyr IZĠ؊#zAVCWG)lLjy&/rn9ZUӍ1RJVpȼOE=Ei 7DZT3 Wk+w~cU5ktoJ<'Dcʌ@:ѥM+Ŏ蒮 uxEPu ,k,o>ұITz֮wbq91* ؙj褉EXfhCwk>l"{Y|TZWC$}L ឩ ,=,3dmœQ%{'RUb3x󤢛CݧbXhKXzv?ڇt4M]{(Qrbۣ}?oc)KD*A AQ ЯN$wu8Cln*I͟{/xx 㕱"݃}acSVŏQ* #mJ$1K-FB@2pccX/ /^#5Ƭͥl@ٍZ.A bR1f`Cv6ŸwfrW>앏tO;)X%!Q#❉/I8PW!AL)yLæw%}XyN,ap^l [ e"N6%0Ѡ쩍Q+JP !QxT1(hHֺUڋ lzbsL-x #F2{jrQA@D8ڼt7궘JtiW[)Tٵ$h4h7y\ ӰԎNتXVѝ|"݀sf}(>2ޕԛUtmJ;~z u[<0c,B#j[S30, ,/bމ}ZXo% GD˔fL  uՓ[5U:ǔtb:E`Y8fRu'97cwd |kF'=qZ{'8 %,;/ӳ@7%>AX!XBckkc9 [4QڮJfi7^=@ [4ԯ! /2}Ӻ }Kr^+*\QP}Pe@ߓщUfWMMl0p{|93o=uD#i N0UT,Vh $|Q`8 ?[oڥ<4#@ouhd߃ߋ `?ljN^nt (;Rq7{-sX\*Y:cWAs4jO\Ŋ.P,Fq%L؝zu2JӐ@ M8]Xiv%mhn>w#5}1@4J͓sTY"Q{6zF euEtۛԖ_QG8Stk FFЩDd+3h84)ѩE ;drtc]. Dk ׽5˺v=5}^0{^\\3l/˨&IvTqjNb98+ίE$uʥu;WXڼ%3 nd{+O}7 Ik}g&IRKQ P̅C]H0& 2M轐PdgOb!kSLM{S#g+!Ջ"YK D{7 81AoQ 10I*ȉi'Yg+ yv/p, WN& 00aTr|:E"%3  UkE-E/lMCDž7K- X.y*[ +>XA9іlZ{h-GG`p0^4X:}B qT`VWZ3@bn3%d=f d4sE#mZ)fr~.˥*!m:#1,Bd'<#&Xu"x{н E?$bGD}u$Ù׉"&zxci-s~7g-hH9,M="oe ^06>J9φ% u/_!YBֽr83'ƛ1OX&ʤd`Cc/" C'%=Ur<bּ]xKv"W2\Lz9nzSbm#)- ]k{^ì7Eݥy$UrٳTJ#kE%R5^M n$ik~r{ƑU]H [B ⬆,^GAI=E_ۤؠ9ȹZeW~`;Wk q;Ϗ2NM~ՀH5;W#'+Bu}$ {u4VifN~ %Y944,rL82'm\nS"5PǵoJ2pOxkl!G.3Cg!ǿ%OctOiKc{dʋ(2fbI Pcu:5. ϬiLB4U?CxGiJA-/}˂۠)pyp>MR~?&>pVh{^5' jΗ!~Mau="&bYq6D\PwhT^чوyV}d7hn@5]'cؑ):'7 M!:(_jvJX햺,mAyV󫲁!Lږr P j2-/ MFn9f`*юJf@m_n tQ 6Na0C˪&xCyZm//߆[rXjf (Ebk v *E7&Ҧ!4AzK„ziH%6= dଫ@`:ZYE-ṳ; }MVe";:Hh6 kp0ܚly` T/(D2k>~j+@*œ.Rʨz ׯ}߰ >`W;H ѿGFSN':ـҎ&ԉŴAGҨ,Ϳ ^S9͟sXɖg{? y9v+5yE.H n%O)™yQ rzi˛ʬP$^M2f+{ sYi4R`45qzw: ,=ռ֪<74I(;_Vg?YTkMKe&]"rm LM*ȕrB Az1h='U%*O^9>X=C:Y5wuU"CʉE]^n^t 0[!3raD0=ThPhKABXݩ(NO>Fqb$G}4!jeL[ :ԷK&IpZu,*De0)}[TJ+(g<#@gGgPTk =޳5m |iT6[h(yg3eқ:ےڗHhPdJ܋; Dp/Nj 8וBT7SLAe偣ct௫H=48Yk4@pbձhCJЛ ?e稖a^\X:&`-ﵘx%9zvC}9֛ÿJ%DecH!D~f~ JT'#CjW e".}SjC8 êdG!擆-mrqRA{p]UaDL+A)ܭ4o/!c:VF_L+˟xnD˚hBv\Tw?ӳP+6!?=8T5B JKG\'_&Ya^/.ku I*졑D.M@`m'5$so~uL9r]ϗ^#GO<)^Cae*n?PT@Pdn o1k;p7}q %<{TF&@¼iPqGRE:"͇0ԖڍsP-2a8]|-*`_ȕV.t:dh~h*"w oDK5D,/ZX+ݻ efEUZhrSypИ %{taJQ~WVb7-t -\tg? ՂcyԭXFk]޷KΥ@ nJ1=זYpdsG)w;\r)! te{ګ'=mJOJ"&7.f0q6.##B)6r&LZDceM}kC4u6l+ã-KY羵؇pOPk,!G$ )o! %{k SPL3勆%a)e<нHpV2lÆBMMц}8T2 E^HbzOҧ>?m+ܱXJY~<7&>~)Bf& Q_3->lƭ~Jѵ -$FseSe0MI%H:l2bpbjX[)'Rt(s+x3ml`lgpA1/ɶJ} y䶄A ?7Bh;Hlcg[]VT4Cಁ䷏r[1I\fd,e u):6;򸽯s1$$m+<$e2j +PVϰ0vQCG:.kӁ-;8#5"ܔw}\5e~J*jFHw0DvКY%@7.dDc9jcF0޳iŰ3c:&=sSAգ}uNvP(8 _ l\'_Qr:mH#- B}Cga Zrޣ-KduH܌BlPMgeH,qJzĚ;0t\4}S`w1  p b;[v1d5Y1/I'c#jO}1,7$0eyxXd(I g@56au}X;q1 @@ &0CQe4h=dҌOr{/g\b`TﲐG1ʦ2[Mh\r3W!9j vB-190b<e6&/t¬[dMȺt=7b8-nnXAElF")|V-@;=MǢbһ &]CSW!zU׈JK6.z*WCP4huw01bqSvVkBJ45%$aU{'?.-I#J]Tm]EÑ!uۖiޑo et4i6SZ: *)plMoQkM$υ YZ