tiff-4.0.9-150000.45.41.1<>,te,p9|i |?=P/-D热xݖΧw.pߓV#G\e큖d':g/}/$hrH)@[k.q]$ 7_R,>)711n~ї`q^m}i @˰~f/#le.EoT30n{6 #wCfG4(sS6"SBz-^ `5EROǍ#nuu׃W$`S3+V9M4F>>hD?h4d   Z 6\bhd  `  \ 9 :=ASEE0H,H@ Ht I (I8I59J5:NE5F37G3LH6HI9DX:Y: \:8]=4^HbIcJ>dJeJfJlJuJvM(w`xc|yfxWzggggh0Ctiff4.0.9150000.45.41.1Tools for Converting from and to the Tagged Image File FormatThis package contains the library and support programs for the TIFF image format.e,s390zp31uSUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/Productivity/Graphics/Convertorshttp://www.simplesystems.org/libtiff/linuxs390xJJ:9Y:-hXII89YJYp9`9zt @ r. W62 f(0N3Q 58]`@OK$ Z9 c O 4  H 5}0%(9! ayu V6(tX .  =9y`|1F:1=O@1f"8 oE^7 W^ q}  J'$A8#ZR 7s- s >) ~3CI%F b, | / Q4 J uA큤A큤A큤A큤eeeeeeeeeeeeeeeeeee'7)ZO@Z= ZeU\IW(W.W(W(W.W.eW.U\I7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)ZW.W.W.eY! U\IW)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W.W.W(W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.X0int32 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 PIEs390zp31 1710404140  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.0.9-150000.45.41.14.0.9-150000.45.41.1fax2psfax2tiffpal2rgbppm2tiffraw2tifftiff2bwtiff2pdftiff2pstiff2rgbatiffcmptiffcptiffcroptiffdithertiffdumptiffinfotiffmediantiffsettiffsplittiffCOPYRIGHTChangeLogREADMERELEASE-DATETODOVERSIONhtmlCMakeLists.txtTIFFTechNote2.htmladdingtags.htmlbugs.htmlbuild.htmlcontrib.htmldocument.htmlimagesimages.htmlCMakeLists.txtback.gifbali.jpgcat.gifcover.jpgcramps.gifdave.gifinfo.gifjello.jpgjim.gifnote.gifoxford.gifquad.jpgring.gifsmallliz.jpgstrike.gifwarning.gifindex.htmlinternals.htmlintro.htmllibtiff.htmlmanCMakeLists.txtHtmlDoc.cmakeTIFFClose.3tiff.htmlTIFFDataWidth.3tiff.htmlTIFFError.3tiff.htmlTIFFFieldDataType.3tiff.htmlTIFFFieldName.3tiff.htmlTIFFFieldPassCount.3tiff.htmlTIFFFieldReadCount.3tiff.htmlTIFFFieldTag.3tiff.htmlTIFFFieldWriteCount.3tiff.htmlTIFFFlush.3tiff.htmlTIFFGetField.3tiff.htmlTIFFOpen.3tiff.htmlTIFFPrintDirectory.3tiff.htmlTIFFRGBAImage.3tiff.htmlTIFFReadDirectory.3tiff.htmlTIFFReadEncodedStrip.3tiff.htmlTIFFReadEncodedTile.3tiff.htmlTIFFReadRGBAImage.3tiff.htmlTIFFReadRGBAStrip.3tiff.htmlTIFFReadRGBATile.3tiff.htmlTIFFReadRawStrip.3tiff.htmlTIFFReadRawTile.3tiff.htmlTIFFReadScanline.3tiff.htmlTIFFReadTile.3tiff.htmlTIFFSetDirectory.3tiff.htmlTIFFSetField.3tiff.htmlTIFFWarning.3tiff.htmlTIFFWriteDirectory.3tiff.htmlTIFFWriteEncodedStrip.3tiff.htmlTIFFWriteEncodedTile.3tiff.htmlTIFFWriteRawStrip.3tiff.htmlTIFFWriteRawTile.3tiff.htmlTIFFWriteScanline.3tiff.htmlTIFFWriteTile.3tiff.htmlTIFFbuffer.3tiff.htmlTIFFcodec.3tiff.htmlTIFFcolor.3tiff.htmlTIFFmemory.3tiff.htmlTIFFquery.3tiff.htmlTIFFsize.3tiff.htmlTIFFstrip.3tiff.htmlTIFFswab.3tiff.htmlTIFFtile.3tiff.htmlfax2ps.1.htmlfax2tiff.1.htmlindex.htmllibtiff.3tiff.htmlpal2rgb.1.htmlppm2tiff.1.htmlraw2tiff.1.htmltiff2bw.1.htmltiff2pdf.1.htmltiff2ps.1.htmltiff2rgba.1.htmltiffcmp.1.htmltiffcp.1.htmltiffcrop.1.htmltiffdither.1.htmltiffdump.1.htmltiffgt.1.htmltiffinfo.1.htmltiffmedian.1.htmltiffset.1.htmltiffsplit.1.htmlmisc.htmlsupport.htmltools.htmlv3.4beta007.htmlv3.4beta016.htmlv3.4beta018.htmlv3.4beta024.htmlv3.4beta028.htmlv3.4beta029.htmlv3.4beta031.htmlv3.4beta032.htmlv3.4beta033.htmlv3.4beta034.htmlv3.4beta035.htmlv3.4beta036.htmlv3.5.1.htmlv3.5.2.htmlv3.5.3.htmlv3.5.4.htmlv3.5.5.htmlv3.5.6-beta.htmlv3.5.7.htmlv3.6.0.htmlv3.6.1.htmlv3.7.0.htmlv3.7.0alpha.htmlv3.7.0beta.htmlv3.7.0beta2.htmlv3.7.1.htmlv3.7.2.htmlv3.7.3.htmlv3.7.4.htmlv3.8.0.htmlv3.8.1.htmlv3.8.2.htmlv3.9.0beta.htmlv3.9.1.htmlv3.9.2.htmlv4.0.0.htmlv4.0.1.htmlv4.0.2.htmlv4.0.3.htmlv4.0.4.htmlv4.0.4beta.htmlv4.0.5.htmlv4.0.6.htmlv4.0.7.htmlv4.0.8.htmlv4.0.9.htmlfax2ps.1.gzfax2tiff.1.gzpal2rgb.1.gzppm2tiff.1.gzraw2tiff.1.gztiff2bw.1.gztiff2pdf.1.gztiff2ps.1.gztiff2rgba.1.gztiffcmp.1.gztiffcp.1.gztiffcrop.1.gztiffdither.1.gztiffdump.1.gztiffgt.1.gztiffinfo.1.gztiffmedian.1.gztiffset.1.gztiffsplit.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/tiff//usr/share/doc/packages/tiff/html//usr/share/doc/packages/tiff/html/images//usr/share/doc/packages/tiff/html/man//usr/share/man/man1/-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:32960/SUSE_SLE-15_Update/88a687021e178f35f8ae25e2c15c0344-tiff.SUSE_SLE-15_Updatedrpmxz5s390x-suse-linux  !"#$%&&&'''''''''''''''''''ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=23313c8a0843421b8828244ad575d237c4322f40, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=eabe0e1bf4c8f41d165b7cd31c5e53cd61567a62, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d181db3b3318762bcffb063b62022709a6bff03b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c6f122b22ddccb08bf91857c2ef97e33744faa1f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ce7750e5b11cc40b348704bcb7dcfcef8a8df85f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0efb02d1cc7aab3e9c545f309d651826915f8064, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=63c1feb2883ed2328965954f2f700519232fa09d, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4a7618179442173023743ddda15fe1060798b324, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fb7b9b884cc8b66ed1f76033929272e1df342219, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3f769bda19a5c1368e2bedae2b57f41051acc81e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=24174f7c773ccb0eb8b61074062512c4fe98f27a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2daaeee10aa95777db064f12c9774014abacba73, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7308374d5c977ec8af23273e537eebc21433e0dd, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ea78a77520b4caa14f1d2229a1789d77a16cbb05, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a6dfb9d54808e1b84bf173f2284afba24e9672d9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=29c56abce13a54202525245a3c8393133c02075f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=834884517b1a28d962aec27c639041d91af3d75d, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=48af590c5982c6a19ed0da0d7bf8f624f38242dc, for GNU/Linux 3.2.0, strippeddirectoryASCII textUTF-8 Unicode textHTML document, ASCII textGIF image data, version 87a, 20 x 20JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 158x107, frames 3GIF image data, version 89a, 113 x 146JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 147x147, frames 3GIF image data, version 89a, 159 x 203GIF image data, version 89a, 107 x 148GIF image data, version 89a, 32 x 32JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, comment: "CREATOR: XV Version 3.09 Rev: 8/13/94 Quality = 75, Smoothing = 0", baseline, precision 8, 256x192, frames 3GIF image data, version 89a, 139 x 170GIF image data, version 87a, 32 x 32GIF image data, version 89a, 296 x 120JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 192x144, frames 3GIF image data, version 89a, 124 x 124JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 128x128, frames 3GIF image data, version 89a, 128 x 100GIF image data, version 89a, 40 x 40HTML document, UTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) $*.27>BGKOSRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR.guLBwD`utf-83c20b99713517a444e30d40738d45ec25d2483b09d3923b3ad4a32b5697a4ce9? 7zXZ !t/;(]"k%Hk+%Yv[#GU\N ^Xxry|-ڳ(q'fn0Hq{x$yv oxJ.:1'.fܞo6#eGyQ0ٳ"pj44?/f 4OH*SضryU'v=%6`4DD#<T kFrORUaUV:ab_A5{ q4&R4!JfD-S#V=_a򪄨?۔1e ۍVB),ys#T^1ցǝtמPlJ}M6$a}K%Sg'aW](O\mpoΗ{-uɛ]Sҥ-6!kVfyXs(y6 t~G:\n2lEMr(wAQ0j0wF)TJ'hw8R151eM=QXYCyM\8#\ijcԾHp<_MU1, ? >sO1*`!8au%bdy ̲&<ፒ$ehC1-o|U![S5 "g|TlOmJ(9\;i,@"8 3-~O[[]-\ώ%8Tp&s9\34Ʌ]n?Җ@l_{EӾŕʛ>w0f1fոdoFGa}q)TD6oeX?kP0%4AȮ;Jũ̾i,\'0pP7WT hISC̅@\qtihN)VhթS]Yi-eKVii/_]#z?7457z9B+OH<瓫vٲ}LUө~:5dZ0` J-1/Sa0sTMRuMjuC*k+$zȪoeUO~ٗ ZjzD3S¸۪}uMnU uc$AwʹqBɔ;Y=[g2orIc jiP֥VTUlm'UHV"91&`vOٽZX<ʔXZ,\D8#[D\A戥KsE%gOp ȷ.z&0tkwF?'+ L[ =B`F%-[92θä'\S}}U~B{1ruLE#ìcc z:utԎR?BU@׮>EQ_WҺE7?Jk:* "^gZʞWO{;"kw'C!}RH1ԥyǯcFlK0~4V *h ˿`ŔOy`x! X磞(Nj}CсnmP'![b 'O[d햴 kɌ> Fn":җ'G$Mvד'< }hȱhSOR*]91͘o"!7vkEOӭcqu ߖ%$/HtC#DJO@&n;Vi3ԍF*O}P˺;rhsWO9#A]G#ZH޷*3Xzf׃MZc">_iL}75Y?a~ :Uo~3(H==[ )B38gUˌQ+ hS:ȑ4P>6)m<]65B +^*VLRL6l-ĤSQ2";ṳE5#M!B/0aTh e!_XܹU#YNa-`BCg,ogj<2ݠ6\ ߇j~P rbᆻQ6+Ҕ^E3Qg;Q5t U4Fw'~r,e+r|z?dǥؘ) 71<``74h *OpJAߔ15LaYIF3\1JX&v#^:Sr5JdT8]տ!Yj(9>ԍJ-Z qK[oy VDsj `cwLL_?dlJc:xzg$1:s^KwavDG@. ?: xSQ7@w *q_=?SGi`2pbl$;MԾ%.|twx[(rk"1cwHpaaZr ;7Îk-t:FQuQI s|{纇z52) :W4B9ɘ̅Ӹ?OPxuTc~y[OCg5F9G N m'. MTgnNJm=vo;DKzOQS؅$QVI TTgtjF3+^>lTXs7 4Kh~c/b|z>}#tr7fP%/I<;V61]Vt?W^: Nj}h$wRXh!5rw<g߭`lݷmTd9v uH-ra 0`"LSXGJrG|qPi]p19s:ꠡe7ECב [K.`GiC%eoRF D@!u=5eL𺷧m%,'qN :\3 Ch8s vfsjuYYm(OCW!0;`ٔ]u#(J'cR;E<@G]&\e"S<7ɡCdU{m:Cx3O.=rSbLb VňsG=N?+ rﲈ.6<VxD۪]`a#7 zUVf3ād LzЃ&͜h 00byBԳb~G,UbB-]QmOӯk$Q@;#<4Z+}_BO 4Yg(/@01c$r:3ׅ3#jOlWTY,{3YxWRh|FP(}u`fwXOplIpǁUpJȳ $0NY/ت6e.||!г"[(H갆-{?BOv6%m9&kEn0(,e!!HU>\>[qA}5KX|*-~I mgXZrQC `{A<^FD). *( |*Burr7iv 'oGu/ &\|n9!nj2퀨5*8e֝1֜Ya g=5=9ٸNӂjsU2[PڇlXH Gdnҷ&}5C Sx֍u9-(|fL a%{5)r"K[""Ϻ$6䥸Î%Y)ǻpH<6b mJLa};:Z'?s-NjC) fM9'$HN{F%ĘuQVwp37!FDFUPղ={v5$yGqw/Gg{%4AXgƑ'IÅBue Aq(j̤}){ũd LKKqP}}29 ?kn|h}mƌn\^@!0.@xS n1j r[5^CuMIu9ƚ9 XlY>j]m<T:\R)Qv7J6-4cO[Wɠ.l@7$J@hzV]nYRb30Z2!]LBqxXэwzTNj]eԽL/ khm 3}dr: w |&i)ڙl ")ýmC*k@ [G-B#8;@]tl@$9sI9,{> LDsGF {x ^,TD,A$+s@I9]3=9Vs!\Ӣd4}r"07J!DSh\Iw肽ewf V$;FÙF<"f`yKUg4 .@=!Eo"6罩psot6!lS׆ˇfݺO:pj7k6\]f+T1Ρ~ȵL!T׽K5\}P H|z)n?C{'P4JǡvTƥkc ō]-p޲g,Q C.LơdBAh"ǭyS ^ui}yI 0&0_3 f$1]/leS"'pj> Uv4I*ʨăSgIP'm!PP,:Jٴ0A$o}rx;[ F UVR3٪G<;iBCJl)8 OC,Jʞ'?T,T54l,`}־-C;իCIHW0R &$Xs+$qG_IzOqTo%iGPvIM_3&:0?'./P£lƶ1u`"2-bQ{g|zz/;x+Lm$Ϧo:*&AD.LD|Zn|{WS/ jlqqg7DY0pWcҷ{iǖT2rd# [ٕ@ cwg^DD#Hܕ=<  SX$.?237%C)l 5TPWH#ʸk^j1${\MD=-C S<9yltS4%[m3%G0 5{} ]}ǣ=|1N{ A`"+BMDL]q)Vn! V?F}x5N6!h[gt$-пzDB"8U7#;- Y<+)A:>Wy627G\uDR y~xgʘ_KC-#wbzFkmm6uyn'VZ!GÙKcۊiġ e@nJI~^emD:zƝ~

ZFVAAO#SkԞ\aY-\>d !齚p5,nI(X~=dP&3,zOS;5^7 -~q]w-<~#V ^g 0Ԏ "y2 Y8QL[}.$; M͇qLi <0jv͑TN'78"I6n}^T%q0^$z&='ou!q#@+3N4!W0 "j*x˧H `DO#yzp('IQ"`Ǜ壳H]@=r#b'>4+ W6mo4;u-R[Q0z$ԔU|T7^5h+e%dEb"<@KbS7c2 a/ `Hc"?X b *fPm;]fJgÆ#<0~ '1R+VjH-K 4)0ڠ/1>f??V?u; hŌJ{ni!K®x"Lp>Qmde~n-yiM+r cuI 1芍weC){3"Pi\TC [Θ[CkOί WZU5Wj>gaB;Nyթvw&clv/N>gM/Cx_O~-L)ONֹHktaoQh%쇽D&2rrvr,SWҼit䘡}AF9(Nx&|?Y8ೠ^tsziAT<ңD`Z@3C \fc8v+LVG;*a 9P(L#Dz@#)T?T6s -si֭lIB{8‚$k,v mE {NY}X8Da/rFR]Wf j>,\Աs;B;š+aUdC$lvJB%Rc*PpeN=S|ɛRUGXB[`" X8i N{5D&aqzy~gN|ho^J' X0xɻÝf:xBxgcZSn,Bjet|% ~ W-ku22/ ݧ4K8ƪ/.\s$-{/Yg`iLBHa$~CW3 SF魛yv`'^7ך9R,q\lZ W #\"væHfjgH_Ie5<}adMmp?8,C)\Y~c&>1us^ym4#% =v#\vꧥP?rԌ"G*ETy xpDR}ۆ Se̎A}kupt5":a颢lU&S`6BU3)Ε:О 3rQd}H8ˋlə̷>A)c;J;>n!?Hn[lͥVQGg94lMLﻫ$1A7HN=F'u2TǿD BI c\M쟿%%]hӏGZ0v]y$u#Fg>1&@@~7tb?&Wװa^ק0֭'u0U+`AF%0@**| DsGK4ȗc Bc!ۿRfv1r!0fKdcɮdfm?ԴJfE_&{1{{-װݵ)CiqD$UJGi3!(@0/LFWj|fi`7!Nopyv&^L9Und %S8yәX^-JE5dorYh&l?;4yN!7_..VYP[:11moyq[Jލx.,,ߡ;{LJ ?@7`b_ u[ۋ7#|YP%SsOS+Bھ_9W iUHR5 =HX-)imTmTXqQ/.({}ZZ[}=q{X!b$҃eR0k&g?/D12ĎO;&zed\B$E2$jXЧʼvhc }Rm̫g4J(UDuv[va[J__D,] E:l5?鴓 ɹe8t.!U۫5?yͳt>'{d^-w"nVU sW a.ڣ 6GY&arTF<^ҷivǦ>P'N1+ B9r*1IhhYo#cNO=Qq~!ؓWyKbOh`Qipg,u'5ͧNyRrew)3\A/B- )ZdpOJ @X =D:#@:yL0ZM,&%Wv}BG>xuhs4Ou?%۳Ϫ>LϴSv2a@5]Me'mule($FjsFI^ )l)T,F8>FёߣȪ7ծةvw-!j[x3X "u`GdU+4.7 uA;h&`OiƩw Q;$%>}JpCvֲBۈV&c&-F \_^8MNk'uA3R  "ᭉ#vH ?4FvBB֋'GN fMYؚ67tLrʥ;t@5ś8f50>ޤ3ә@VW,|FAG@~-|2?Y8bf}_VXx+ KFq=M;0HRW zG!=d D=XY@"?JK7'{=y#Oѵc|X~ iF%*T׫Β4$l"W@NyW9LIbyQٕݡ{wV DͩߘAN9Oj EMy9$¸S |qwcv]Pլn;6ba13t냂fwvNߦ(r_\\ -\5hi9ūqK!L[u9+V$#@N_QoyJ\+Ntً .yoQ=9hLh=Ȫا^kng%vH9zWUf]ޝp4|u:rOoi0 g,Z7Xnw|{xP#3۟5i c BՃ\*FV "u uQkI)EC{iBJinWx 1lJ{q2&27^Q~'S(d~%bvT>3uGaԺn^ʙ l"P yo /_ 29Тy@f} !?zA_n:|z]:/V4wof+I$ZqY"c~g&sڼS2} %@ю7ם2_gV6geo;+9t+Szi44u У5 %c_=d[i!4sL g 'T؂uŌ59`] J7]:7gǭx FmI&>)f3Ht~,W ba?fmVqI$3F%LVqw+Jutp>lQ3-j+BpL5VqX"ˤ"g,G7T4 ]S",)8kG/n<+֋OSkJ1a 3'u.2?Ӝ.e'ThA0[&y>4@{yd?6 J.#%ywU[@36 +D?} n@'h<+[McU)="6$AuzJ} $EWf=4>ᱹoEp'MJUriIO>ǽ5qf}:qq. %W#d̯v:ټD3њ7~!9FOpQG>r-}}BO^c!z.3ltjn9.ūo2ZV]؆!F(G7A8P:nxZm¦[m{-2 p XX((8 :9l/.hDZ6o7%N`o﵉ѯ.46\H*٬!H$|smRjTFyk!x6XQ\J2 )ɀ>'Op" <ԾŲZ QGi Q}xh#)I =vi{+׬!)M{鏇JM?}T)Wt++qgrKxlxP7նe4Bd#zK[vYL`ק%vi|5l?p&%il[S^yU_$еT`a,| P%?_kD!ZSdޓSC^"| @FIkȁ5?2t{tc-Jsn <%Nj,Nں.26(/B~R^bBlİY~24IF1.9Kqz:r1u۵r й)RM(i\X4A;ҽ5/nQ5M3;Um43H! -u-&fo X hLg $ee+jZ4t|龹h)_~niRTŰ,G=7  TnDܔ+K׊~o lGVa("Vp>`US|b6]/%n޶ d-s#j5dÌT{/h'aMaXJ-KTQyQ|eZ6]O=Ie׶$/S猼izVd\qVgU7N*\=J.F `ٻ+TwO59 y rv}Wcq{f*)^̌J2Ћpz@nn.dVİ=NV644xV_X z/ãiAnRuh2fКлpWu>Cr?%r-g=ul-4$/jۤxX0kQLM4EQN$a̚\O{>pP1,kd\8yZ\"vlalkAMzvÒh˱2,o:,ʤپN6SKKC-lN5^8"HN&/XjeTE^⯇ԒËp_4=X.+&4H|Nu/XT?Z!Ԝ@7&r|$G;4X`ג1F#=$_8DתA2cTVkoIbd*.,6Mz?)9qEyi_,tUotz z Ē^8,`qøτ3KyBϟ]|^M=kCյ ̙̺-y4/6"̑0mR6F`=| Ѝ\tgT&7wS{++v\VMKN3`%ج``٠35VqIa&)Pʣ EWnJr T D,娙gőI̵O )@"ѭVMB}G,5^ͻB4 Y*o@3J4>et%y!a1;i6籂8 oj L<8Ȝo(6WV8e tn_]r83lȱs$mhq4/+!ku 9ɛ2@!%)~xJl lrnY{LߗnKmt;:tOݢ6"^ߡ? ?-yF-)dTT}J lE\#`DދKw5s('zQ,I}\j[A:pR(mǨ>6E$c d6:eB[g >.{a۾B+ qJe&P#"w+`\ES NX+s%&XSLJwBľPoEmD?+F JR@)#.yd/̰+ez̻MW-mRLJ( li6i=L,٩EJ8[ySs8tSMzƦ&/(KMl;@!"*$Ov s21;,eFmKLLij &,o덟3CfbX[2YFؾTy0]3r>RK44H L`@,  DGRږ.9>9.]$Pj&ECjePsF:/G6;&cz/YK/@_K03Qfbdp+]bk$%}Z\Srէ)Ȳ7`U~1xm'm#lJMNL zҭC{rK^ErTl+7^(?nQ$~iIB 0Zꬅg%rLߗfȤ_b]2迳&{4a1g\^}18{T'P&{F:Ѓ Zg{V땈 P9[A6\sp&3~soIhƙ/y#6 B{,AT+ދ2j! bG h0e2$;r C%A)b"wfI ֐fNpR(f5 =q@eva߉;oŵ '#"\t .]թ5ml%g%E`?1DEL}f/g<z\br]MgQˬj*襀g\_/O۽)2MvlCm($ oLB(7B~;AxA @Z;Jٵl4':8TQiGgdK EO]idDTd4ֶWjv$ΐ:_ar일; w|vEDrS)b98AB,65ES,#Ow 򣗻'@cwo>壌o(ab{/sB%kJ7ၿkR;@OX7eQq_a?ԍ*a-kGM۝T+_<ԣ ٥d 0/QlUxYB MF@bNc{n\OϟXy`J3'Y8[\> .r=gaN}W_.ӸFsԏ_YP83wc?dT C)w "7}@Q׫툑&r{08A,q*7^2tD=| osH+/qcUR([ }}Q}_W{;v` 1BrE.Ra U/:.^#+3lLv#y|ߕ* ĒMQ YxQ%|LJױ/x$l< 6FO_@PYhKR4d&_gGHfޱ x!\16'8L'Ԃ^eR]M R$cĦ#j?`[ȯq'@#l23XV+^E@k1Z`G#H!C@ltU@;9B+< |?g5jİ-B\?,#dNj/:bBiHQ2m=/ N~Ƀ-r=0t\(e|Cy# olm3xwͧzyqdSnk#l}Z'R)yt@M?ok8iZ zOCK}r"<8lD/w`)z(nkt~Qi*^BdE`BgP F#2V-zNW|Bl1ڟ#(?_Θ#‚G{hPdϲsiةЛkuama4i\^;˹ X _k{qmo3o6y+X֜ ~ /&V#aDX׿ʔ0눆nκ1H;7A'PbrxTf2!82Hn9u _XfFψ&iͻW(P(FD0W["&1⁐[kI^`x^ }bB *0%Fj&M-Z"ΪOQPՠsqk,ZJ6nNblqX2ka Q۠'.ǫ(Ĉ=Dt=}7,U4D ^OVrwfhqy 1Qئ EIȂ-9 ;-c1m҂( 1^SÍ'`V|֫^fzis]ORKGJz1!ѤJ,6E{tW{Ɩn09dZ¸l٪XX5#߷^Jf#&q.ˆxŢY٢/YU zܚ!y/0} 8@PvF.3J=O~LAvM|B_/jx4@DW %[{Nw+ ?ۍ(;?ÔYDZf;?ٱA=<=G! Įgd.,y. 7N!zG#4NE#Q z #Z 9^Jr%~eڎ{Mf"PBU ns(Nְp3ml hJ~]]sXL"] e^yEH1,CT Ы\.vtv rHTzDִmn`]f .t )hG+@=T/ #6Of[@S*F5FJpM=ij8;s#u@ӉD/Ort*u#ăVPm6[?]9wx1[YC9oPj|ql0գ|ӳ͎sW}<-.7^-}"7_x;h\c`&d *@'M0v$dtwXaz|9`שh˟Tڻft^OKiA7\ LNCFgtn :6.$,yv5C cR QQ y^x@ P=nڻ@'̹8Ή`& F!.ⲅEEW'oc|n>e OYMra%I<$lz `>4jNwv}Yzh.G5HkB?D]R7ÿFx ~5O`@£iZw*$&Աb/qLܬUvOJ00;.So[f`8L}2[&$-d5!C.zR(u1 ukG܎ L5$MB z@*I{JpƺcECoj j_pd3X߀fK.g|?(<0b]' q r9vzLJʳQnv ^9F\G`n-J(94O4S](tw0uXsraRMcL+<%b#{ۻ&d>(]ҊD.zE8^w r?\vr$#9u>7qqWid!!ǼtmDkR5£3 GL ()uyzbBVf$i%[d>e*jHw.(2^իyP , ݟXz}iB=(_]20Aƌ8p.(#Lh8Ub~A5jԲ:a,'Nܸf\PIFԣoz{{D{QJ"{hJvSk1[ڮmۈ?P)GohS27(=Z*HG~+UnhI(ޣ''-%PJ0e/5e!|ɹ1ae`i>s3:g[ bgXu7 Vi2+/zO!&TLq#ZZ29&}оf EF!Φ}9F=⊇ nVV_M|2|:BHmLq)+J&%Ĵ7ؓ^H˝*k4q2i?bЋ}˂ *A/zZ7ٙk֚GSO?p+Wk]Ne_!JnajҀ^#O_CHnkuĖe|q/& Vp૦.Cd} IE-,=ZnmXfJ\a{ez_sy\%BmCeU 6uʁRDJrՄzLE-(;Ip0*}PvK*٦ePdY6 *Hq̍ෝ(&_4iG@l!S֠Qf,:عM REsP䚲zJXpg&zBÀ^萻,]:hTZʚ70` 7.i."9?QF/\?kkϺ57B-+ !ʌO4G<• K 9p0g̃3N>7_+u|zU{-.>DW+7\ɒSPT(x A?DV?U23Rb5-mHsv&0RIͭFm.;HVn7A_H;إK:;0iš>[Z??W-}wDz*j}mxbƶ?|l ˋ鹝mk,Mcou͔M7O6*Xxpʉ&tVgS0c&~Qfre "K{Vd 'b̤ c~XP}IME JB/!9oK=|qPz5僙WD úze'ye{9 q`X"SJ:)S+m|Ao}] C'iŨ%e=>~m0Eh˔u6nqU YiÉsKߝ܌WwwxSE$ _%̖6z27v%JaykEB<E#X,3F?y`oy=[B= _wpHT I1 s wvaA*hyQQ/*ƃ~ҵQ (]AfAƼonkn~j)t0O1I`Mt-"},CQ55ϝS ̰,b|cA;M:tjkR^~mfAw Eѵ[ @is,~˫y &5c킒ZQo3hˇj~KR ePN:j&P|Q>=2©k"_xQLB2͎a+BYuř@%wQun?5.4!k6TF`Dd'sWqwh<OSC̼UB^;2"=R{Oi?F;{aֵę1ue B|u%8SZu44#`Z=Fle.%/ęnx }@r]uS>Iȋ鐮qXs#$ˮzFîlǁZwOZNy?Jlf)SMq(dZjZgBkީxF:x34PͺTpTD}Rn9$t[(({XOɏǺ9m2 `JJ%a3vyW@җA[y !3rhbSuUװ:ZG֟DWm酸UXW׎&8>-W4Wf2/ӛ2aKBvGҽ6LRMn,r@>-`Gz߆Փ9.I,/N1'61n``Ů&>4P_8 ڷ6~䬵=YmGh2U.xzk~pΥ]&Unك&t[pNT b3e{UN,K9]jU&ڈC}W)ᆟ)=-vnw4-?!.UD]GgiY`<;l&eo*YEBZLҳɷ$6# B~w;B!k.@@Bcԛ5b/P"EeQf=c.. mh `%w,j(A^{$^M 㻈nيyc&K` j7  vF"6~/K׾SvuY=]j&4sf KIM]E\_wՐG׊&OH~2 .)x;2=Jl@KSȨ3b`ɣqD5=C|%&/tOj \e e8SWKN3LbIfjEeMw ~sYB$(# !ekt=}żН 5KT0Ǜ埁RxZ +y!/NBzAd|Mb]ٹLkNT`<괁|d^@y[S̯W9Xb7z")v;n .wJ.#G:(v ꦧۂJ:FI ]E >:$W\;i#' ؗ L7F  3-DqC[A"?\ϓ&uk Be`z_)ݬ˱#drj%\c!'Mݫ6hA4ͧ4HJyؾhiv)k `™a䀊>Xd7oMD Se 9P* 7@3|-22Mgv]al= eGQDwuTmJiwGb =L0trgX2S{{GRrw  Zƹe |6b0> ΕO}TG\fߵK@KR.y]č7.n6vwTh-Cwq*s*5^((($'h/a+o|P8ށ^,rJE,ʃuL ^ ҕfj:z_^.nS}lnͳ״m4Mh)9~McFPb9}`@MxFBLMFOZm1Rx4:5UzUSP/Hih ]e*=}h3mkxPZ AH?j`h>܄O)/~&7C1[r6ʃz@o1ﵧ qk'yX?,l!¼GT-}d{ ryki)E+>xReݒxПuaKڟwIS\A`%c HttέfCZH#F(pK4gKm&)\#CDSrwEёn'K$)U/'g\EJ" yel5M~ZBe31/4Dd}/v$p:Nu94ێ!?:i̮ TiG!Dtѡ>|#UHJxPA! FGs]8GʵfO39$-d1ٕ_`js`"/ILSRtbDFA cgpqaPH;6ܰ- $ي} C%JqzJ]= 5o!e ӆ[FTDU%猷z;iiŁk) dOn]6>@yD"y혢ESRb.g.ũS`@@F.{~L"UƽoNBZP 1wxp62خ\&sځjoPQ \:~<4CB;Y'Pۙ1ȡ{EcG}_ىCZn.$}\Uhld([-#EW l=ggq.z;x$"~+v+,럻O5*=ϏXxX!f9AuWtΠyJ Wz-=9M]R퀫S}"+Z_FSF`r>U§[[uŅ1d ;ǺK;&Gfoć{&vD|̳gx&D'΋E` Fj|EH]zsiO%jO泫588LP jH*8 0`JM<6p6]9[%oM-T·6~rtLa,=6W(*b ck$Üj*A痊Yp q?)VLC[Kn•0{G?2a9ozU5l*bc_&ڹ&AfWQS۔JBܓV/yeđZka36 9y),OZ"o7|#qnI*VB& ֡ݲ<A W5 ËWomx,~2+$3>dbӕYմ@wY>nX֟XRԂOcW"?Y7TYj+͵8SHٶBBIit8Fˈ;Cܴ[̾Qlr5\4)y\(ƴ&gȔGp1y`L ΰ|X#/8~Sb߭MQ8Sfs@͍ c 5@8 WLшq+39> n zUI2g{9]'HEϰ6S}W.< 7R[/sftHRA¬iGsSwKŦ4el;vNwܧ !~zd1MY2TUkz2oqrg  <\muHw{ !f݌qt:ב1b4%1QvmeXR6EbKN<^gc$zy#j8 \!R@Z&2uj=J/y m3/I]ū{yȤ5=cW7iM>9-OngJܸ+qLQ:\U'ˢ~wBɿ)d;h%xDca>x)uEr1=Z^`V1,x~"6,8(!D'%7ᢙ&vja-O-HC0`}܊ҲOoaAhM2.rg22=vP &8e\WWxX\r~)o/Yݏ. )ND2viD"]#[L1f&Z,:w ])o;WcAAũQVU{c.]Sx󞹪|-M%nk:,/شs8vl4]iq2M@# P'KYKqA! 5|#=g)žqx7bVnKDEbN\$]LgNiW'l"׻+͸0NzR{قUX<`N5cVHh+,Cjk ^ivh+[L9 ]'w:!ӻt7ʎ7_a|1Z:4xAS CKpS 񮕼fV9!ny뚂ࢎۇhMU1/x.CAhuqEr19#^D-1&Ub(LX5B/'Da&;# tED [Pj$l<-;жjecQ%)d eWd2RxO$ƤGn6 2v ώ )9N^GNmKwd ٱyN6ߛ7F\6oQ~39MO-lZz&kDLչ7kȹş5@|\ޗ8N<`9&e1D&dkT!j]j=" 4īf 5ˇ=L$[ |ӛp+zp;ym_Rr;x=<3Ll!%"7SFpOV\GG*frm9!SF?]gabji{߽#L`df0X.YDfC{ RΎ cEn+G4ֻҀXQ. XjI)6C:A;k҈̓>42Ճ}Kdλĭ,!w|W͹%Uϳjp@,OLua 4+%> M㓀*^ntRo8/&PWґ t(ӜE``fH]0^^q0ZI' fCWHh#&ɓt]370ST$ڹtƹÈ>UoCqR.ZK ASJvddxb:7"S5Zah}T],cB/[ %Sq3O`JTnv(M&5A&0"˲s>R\T ND:dmԧ!@ZqoD E{GԎس<t޾ 6'""L/qsԿO'+]4Հ#vOXA bAHv9 --/⋜"M'#_M GTŰ8ڎIQ4~u{>(9q~[/ l90(c'fUmU<in_(tP]7s!:#-URh; G_CY֩'p'~,hOhաt Sf<_UNG89#jj}&E^#n#Ѹr̄THt"6:R >ek߁Plwv^|lط5 >p%I4MEV GBg zJK)Jz?hv䄷G&vAR`nBi˚)%%2mk` q&a |rĖk@ccG@"y=6냡ζ 8xp&0hENZ,#JA@ar8s-`u[ ݴh"9 :bH~obuvG7Z H':C)L5j ȏhP.1RC`hV!e쪦@+Ax%S!}B#MBmӷzwF H\sb7#R:,]] .4aNRTDw.siP V X`Dq0 7j:Dj_>>}ߏKU rŅo 3iR5 0 G/CSorhzt0Ғǵ]~ISĮjC`y=x/!%~'5[:=E r-Wq#TխແT5-kF >MeRAe<؄֡)$$K5O+q|xipMzm. ج]T7r :$ {þ6Xx1N _SV)b5G4ko TvStWRB,=|@%p0dj>B4,?sJHҠj9CySSƖsHSQHi?cGݝݚe{ F]G!!^W(~'0KzpMW sx wx{M!\֒jf*Ad2ʥ7Kc.0B7O%GvFӥ5*Ki_ 镢um!!wckk4DDpXJ--~`I214e)уO2Nm*&sNgs~iWs1XЦi|ʨ^P'bN,s"ʘ0fW] PD,+yh!2,7M0b J>":_huy`xX=_=\jJ~U9wE'/"2gv nlƫO.GCZODv$3T8" VJ.fws9,p\|kEAw=(yFI8qM=~WЁ Yw~"=nj\?tJ?2ܔUj*g6M:ŬzRnp.(:ANlOKiFGOhR)Y@u:󘡞"cc.Zph^Q#9?̏Rӈ-t$|'ah/9sQK2\DX΍Z**T*P,2K$ u>S`|2ǫ_-HDhj?);WsܻtZIcۈGEM{ ߏU4KX.I[:/ (߸kFB߱n7$*sXG>,S`Ƿ&}svhq@WG6;`$V=c>fyxRB4tL?>1 g@_f`!Lr$eSddđ '`4o@\mUʾ̃yFrFt yůLgYT:d[亢[f '!bF3i}F (i?>VlPKa mݕPn --~b_lQiO`/2$Kuƥ̒ Ol[ m-3Wqb S9|*3}Wx׀.^Փ+uRS*$ݝ"KܦzcuFgGxF%F@ủ(3+1_R;|,"`pb,6vP`PDڎ2 AOqvT:fȻex`C!ʴ' szM$a\вgpS4CYHhhԦn^De -ۋ@e| Λvy@ў{j,InSV:;>BXk'#V?J9":@(˛RW B>^N憬(cRlH^B U[ \8u.r$2S爊44 @`IyC -o~brZkO צ#{ᩣRyT*O/aj읡_ d"䩡 =]sQ n2V^q3 R- -G{)}g2:-nfgVQ@XK6l/Z\ 怺xFFՑ@7lR|m0"?o7ԭpYBОHZHyroX`7X^;BM ,n50tֹYU`2*l"n/h4*+P.yV>hÜ%RƤD$'\R%Oշ5"ǵ*Klbj0bE.b9n'+gD7wjH| Ү>|BN>7*.oF̅܁UCaNa6p5MT.:ޟB$G"he><|FȪza9a6 m6U>X\92P3@->iy' ڤick3JH+k- VGCG/KA*~*>hi 'j4\/&Zjj&Z (XTz=~=Y "=߂d"YN6rCm4:kUX$\YL=4bp/ )+0c?g%"K/)׽RRJl Cw1c ux qvD }?/Tu{I0$W$ILq_]ǠU{w1$Lx"/xj]tr %hf逄`3K1TX60:{3r Fz@^FVɧKr{R!=Tكk bg߽h Rh\vDɝgBXTBQ/gɆq?}>[z Q3 zġ7G&PKTcSc"dA9(!pDTxSK՗d4YΪ Ƞ&漨R$GAq'[`Bw%kQu?>uh3=c\;\Ԙ0+DGhw{.\nj5s1f-mQ5/E_<䇢0H}rL !,P$^eEMBc:#z4@/jd $qy2XM7+ : {5R71hhE%^8E*̚Y ;jU^鵈VTrל|] N]odS[mst&L q1 a>jV?߭qROyF3K[gAH_WB~BϘ*ㅰµf~ T [ 889 }Ģ9ŹPݘ>{m Z?**dQg880?xQ'8Rs83mGJb(&+R/?aDKl'9;%Uĕ)Mq/%UC}vT9A}FzO^& Y^?BuxpQU ;f9y(Dd& 0Y[tF(4n{ي<"}\ dOi3Uھ'#v9y0!x[[N9WĖߔ,w-xp۠/]$$XIQqpQV/_,>TE{%0i[4èEtM$=*+tA_1}hBqWGbdk:|]j2]%N /ݔfՅ)Tљ1GI&'w Ni_IA1&m=h7"uV upW+Ha,j9 (pq G}j(ːi =y2*21#9b_YYx|RTڭ.C {7;6|Oz|*߭:w!F G)xEqR˷ݚ_Ş8t^yѝHU[#ų g cnT/a}* :GF]@m9aV۵9QE>xj9o>٩7{(%W.C-ZyS GڑכtũZNaw~B{SCo#9 z{yxqCwAL c<<1dH))1%rְ̃;HDJeRU;eɺoT;{6|-X"v&h8:`4jxϠ`{mXK'*+G ELlEu2私Cn L7u\u0!=$BP)sE0ŏJH6|i yfzZVb \yV2khz9hkY#{rO$!ϭ'qqŐ8o [ m=&2xFC /Hd <ö@Eu3H-"4s\Lw{jL&I*hǼQN ]`~g|eq8AJԪQb Z ίOi209IlU`8[v).H;&wU_FgvYD.m 076qJb*{̽` rpEgtB0UII|+\tpb`rv_LSo?7JY3%e|RUIRO[q5TE#h{AAӧ&Y“+qu;?7(^mceml:wC(:xʹIsXTCb6J.:h4@m 9bnQ51{Rb @" 1Uk%w5nc+-(8-/vQx0#À?pfLfC`vۆq^˰^,M@7 CYVn<4UsP:)Di|KǬcVؼ"9E-0/,]~TX-vH<+lچؼлAJ'MDJA,Z'%9^!s,Yս/͇.c_oVH>hW!S lIv'.a7Bw~od<."jn$rjEp:ՎGRhEgx1ZE+#O@3Y'J !FKLQn4ǡ^?y%NkR>=c_+vZoխkݶ@xߚLێH?}qQh:~A|fajجSL]aAqV0({r!] L7ݴcuWsv|H8* n2Uqd` lAZcwA)u3)ow8#b4Jz:$+q Tb@yxZή %NnlQF'xAkv*!{8%hc7jNIFT-7׉- k,j 3nPBUu)rfϛF#1X.&Ч[\K/"R2 vG݆pn~JlU;!l*v9p^_xKkppЀ 9Z6sF/& `Т\Wئ&g1:pfW`}\~%,UD5Vj }YBx*qV Jv G  [z_&!BIq.dqCӴ Qm=xW9ԁKb(_NJ6垑˔3=0iƒ[O[?pĩn*>6b9HH:L!t))j_S{wK!KŠQnifA.{zi'~|%-Ƥtդ |ь79v ֟R& RI;*^+Vu.nƜLu1𢡊IVyoHݔU}RRNg|j˰Y~TBa퀚ny/Ϻ̀? 9"6o:{"F nD(Z@ pǰdt/* q'#1?iXwgB_ȒY.K7Á{:ᝊ VȜ,2CP_di0/ x%?vwhZu@cኾjka#=f'.+5')zǬo&'~"=c`GfCre=m ˾@Y6i Q@"O̡+`jE3ka6,5mc3ez˩wr~$"T\Obd.kB W@UZkjV18!%z<"}PF ތ )[;qm_ߚ u܁|j\zVj|/DZSh8#”&_MKW^}Se-ˇ&=VNdEY: b"5 #=K~+Y 6$Lf6?twZK 1lmg1]]#C["; ͇9C \V_MзGwBхYGr1 " "W:1ĈF m6d58 ENdf$SM.`Qi.[cmF,k/Jd>)4''xS)ҟE˜ 5j Ye/&HvPI~0Tp ' K7\nW|0a<-qOq~2ۈwZ_QM{l&VO!.m3flt/*kGYM;zK-K`x/t>% qp$snH! %GPo_\.ayr@ T=kJIZ 5VsemLXð l/q "$ ^yKua Y] (nla߹4a,=y<.CM*;0xZORKRzyV5)|fưGG3D-%XQe1.ؙMݜ=2h>BԦUџHxuX,^1-5VzuJ }(_7>R:D#m$Wl')&v= ' V:9UOLz9]ΦD|WoAPshzscը*]~Nh*y[ntOWˆ۝O(%ߝ*R(XpF*G:-'%l^]#El= `lCil']# 7`TG&ZVtĵs^6``xp$̄Mɚj _oJ`+~-봩5jnj=.m»Kbk[`h?X3 wP!քL%M|Nk8OwOuNrj]1U1?(ސ; Bo0'Q7ʌ:%i;bǝD^Ҁdl.5`=7KcNHFHA[T= +$ xkQ|4 5uzCM8Ui1Bhh?#w8{q\"*Gݛ7l9w{u_ࣼBZ){)ćFp_ O/ԢjK"r7/fp[ 6ƍXBS *9R=@@{YeMKq fUt i:Һ-Y8_⢣5cA&$Krb r<YQQf\p Ώ;2Vn^Y+O<ӊ[1qG7Kfov|j:fܭCLqE3a*6'i=B䐹ԗGEٲn9 JT\(3>8M b!馗QW|KrP2n/Ln\cfrN=Unq<7Wwx{R~hL>RyDE]egfOFdx[Qpމ%nN '6ti@s2Tu¥1^-,Ȃ9Ŭ<#>݉Q(ao;E'wu<|g)BQ/h"U3g13|?D!x;^RǓ|[,8(JJ>,lHndц,T+#rfas`>|L,#F@젭vGj<&=\nDB8ʇ&$;+,43gIbYp8`kpndAVe+Byf u'_{1Sċ_o^d`bVV|T`,eC{-2H;m.Wm.< ;P^ĥu۳cHA^! 1_ i$I*(FGg*43ޯ5z j{)b8i:e),(cˢGHG1ТF7` ~IpR2qq9l(F4'Ѵփ܈][0zYP^ TmYJcHiC{kuQ;5bS ǚ*w !9GkGW "4 ߰5GoI peu#&6?tőʺkYxFY&Y @JI|9E;""z< y,;Q/y.l}½3E\C)'zX~܇N|iǀGh>:-OҊ|hNљ?<6ן %XN&RaẸ,|15YSCSxCĹ52Hb6DV<}xAP=`~ܵpWQiП@$[ ío8H'guqc|&g)!'ZV1QMʓ tǘ؇*JV*5h>l봆ȩY s) !E,it97)هo,4-Mma@FD+7rN۔GGI߂GF17 ]>L-EPX)QӒU瑗%CMUz%*@:5afwz`lo=`i Vy4C5Im^6o[Z ><7%up:b5|ᲂYz7'+^& +[i"/&Gz~gJ'F|L~|uN<אP<Kٿ,? I+(mg@Iݗ$%K[>h:;ʄ [Hu1ǦH']굼dh  Q v (_í g եJqbkB}Wthjs'n.'d."Y7r87Lڗcsp{7,~9=oOԵ|x n{> K?7k2_jSKٞnChFBwN*mUV%]Lti@gµv郺H~ (w7Ys7d{ S5b"(v W~yWىhI)r`ԉseB<!Q?jǥ+9:"4gv5c{KkrӱS*VFa8 _Į5_yteb B JdCS$A9 BYKڦr:ݼ@:El4BvQ_g|,QX@4* 4iNC(]%4Z"C[R)'m›8jӏ;gRR` qIL4{}2mcL@}CR;dB/ W$eIc,pR5tCj'(`F'ha!Qa]CvjU: R;z(׸Wв3TbrV.40 EB7jG}?Ym"ɋ霔= 6' qTC)_׆e O5nKi#0pӭrVhS'u^W`n,mǪt,;"vV3%ͫlE}uo5R BPċbH32Xv Ɓ:嶶U7Oڂd( |i"A{AZv8ӤQ⛖*w€eAr,埐W佂j]) b9vЛw "D^9A+^׀ٛ~ZR}yq޹/lnpvYD?pd,Ӵ6vڻ4 jG,X, 2 "5p8 B =Fjʷח c\kI]uעr}+|z,ԟiI >wkxmJlqo )0V9> Ũ-e],WN*iYI[cб_)Tj19 EjB0$SgB^OSZi*y%~Hv40U`E=$@c6͡wr|]?7iTKU ^PG`TnUλZ~LD`i`0^ϖIOZî<?}tSۡNœǨu9M0F*XXgLv` gd4GUo7a[N戼W "'Oڠ2oY'/9$)2 ̲ڙ,xc&h8}Zpj1ܠn'6:h3<.MD$Cq+XGz>LZ/޲n31m^uZqC3l2~W-NֆLo:e$āSʎ6)+V@Tځ 31?<}!<tLkLd^?`(Ϣ^PDXŐVz% ELT5Cu+!bDVSgc;frB̎%kEF33d8q3㔬s?_mR[͕Us#h^AedP!dHM*5EՄmE+wG7gu\_ IϮӫ}y_y+D@ Qhtw]mp'RBA;کQ(>NGs, vQ~GUI!xmcw˞׾hs޻7:$iJR}Z~32*k5<.57ƒQ@(P SFE9 T{Zd[t UKtbR5<ٷK4D[ R ߩ^?L`!Ez.E@g~43WqSA:/%sy3"8mE7!/GaN5E%dl%Iod3Գ[Ï3apVB:rz s*\z.ih~"u||UCݟHk=:H6,ܥ9ג|{-q/MELuv/eݔnl|I^^_VPhW4=KA }hl@D!~/M&<$\(Ȋ#(Bϭ@fbyT2~tdIH dg[35]D< Mbb Rt;D9&vnKY`&B4oVAf : tM:Ɲ#N6%] @눓6mugR A8J}&P}Gdޤ #2 .F4nx!6u;Oכ%肭Ӵl&ͳIKαSo46_O۝7>9sAN$\˾לrP^wnu.$Ӟ$ zQ'*wS=Zyul[&Ԑ$ \ۙ(Z 5X-&Q=)@"8r?Be:- R8]T dz$roNw8dr).n@dKg ]Vfbm~RGWO7մVWvKJI_SX4V1CCP1"Xyi1Ϋ}< )CEisj &ےl؆`%4*G>$Z$#|S6[Tjv2G%o r<:7Ͻ-Vb%,r͋q\Qz(#+{f=y*MFYF<;(#[GT'Rߞ+I‰`]-ǺU)l|ȭ'}Fw@cu}"XRrsm=^*D ^ҤQ?s#ѷˀJUf6JD‚? 3ҍ" xi{ b&WO!Ynb O|hǵ3I7jVaEy*/Er;|rqĂw3;wX 1GEmꕞaȩ"‰NEb0ĂrAE[K#.xkXIۗH=MI?PoWŬoa!(܉WQkV&bV%ۣ+d5 lϸ Mُa70/"AO.;IX }Uٵ!$̜&|h'D AkfFY,.)G[%I_YA%@#+=&\uTU$6Iž^I% $ Gh+;9ŧGM.0yx7K& 3Jz:džSudF1(B`BonrnŇk*e?XȃƗ+)hcxڃ[-yĩف]L`V 4,ՓlKI/Kl!6 UDa`ڢk{|<FȱAy\CsKG8z;x^'yD՝y}/[b:<|NtMހB ?y'e}G ;岐sھ(i-b=(Fc(&<;̷>;ۆ-$:@rYY=&ǩgtPh{x\=qg @O1-r̃{b.+l~:@?Of }ͳS.p~}& ŋx3j,'tUmKV0+>PD_ڿEcЩF6v;%F|州 ;rWyޔ-_xߧpajU ]"wF`Pwp qqPO 3<]'gK7LDUE-XE؇C-v9Yb`}TE(^c l$XE 9wٰ{V٦*2*gm޶}j`zɹkkE¦:F;fTVSFch(kjp#7,hC* z>T4]hƬ.%bO:cMdY|6Z ^ 6h2- OpγZpAȾS]ed$1>7N'45ٕ…IEUN~UҀ:dI&yInլr N.W]vR{KYE.rym T[P`/\%^Aiь}bUت_OKuGD@ ۳y 7Fٯu*YUq$D1In2sw9N-6jE* 8$)}d{u{9 0hPz<teTcCCb'Nb+4Qha |s`wtClUğm|>l(u&Kkےy@@cϋnw#]"i}w= пVvٜc ():\x⦕^襍7x 'yn8Zt (D;w>+4Ydi}sDŦ6ugH&ږZ4jEʼnsz(9N/ktD1E o|KBֲc&/ظ#qeD1/Q}=0 V;o`~q4Ѩ~Dу/A5`>etl;h_ñ^ `vX#_ Y>l +]5ȧCjJrȇ)!|q$a?Z:^(>ZR{sruT@ "1_j9 23! mͮ S#NQ=\ vE-dgqEaX =ExgFT'#`v*,qL; %<8/U㟯y5m%P$aujzF4}i⏵"y//4Ur ̸}]hTqO Jw}-K "񟖖tL,jDz}nBJ8=Mt˃OY >>|ݱ1E{jZxr':GL < Wrqh6poT@čiZр L>n0Qz .mL{HŌsʖX'j QVTJkS5|@@S0yU~2W-Nb mWԣn3KpNY)Ŀ}W8H}`pRbjn-PSOG{ReB  DcṾvWd>t>F(0'wq3oa;9G@+ձTqP[0E}y8Q-Ǽ'о6@mkHf<ָCP?͕;AJ1}N/UE&eI9 SBz"*"GIe.ޖ}vF8[s×VZX*ܟQcݑLԏ.ls՜wJ, }wSoXw99p@MOXwCu䶗 ͳg<`x#؉XZ/€6AdA*=ĽNPEO bXw0ûmBi1Z-ծ72xSį",!VJe҆8)7*Ok:5AK9ejXnaeQH NH8:*@`k=c95[_|H29`kgR,2倔Xu˙ Mџ`vw`:M.eOi*Ruei-m|`bY^@n bLt_oOK.$"}HKB[%fw4p+Sa :&Hs=y8&*N^9e(EBz %n5㠷/wI۽ҨE{ZBy2Ң NHMy6Bvݼu#DGsx٢y$,={6jYey+mq(y@5Y%-$MZjd%-{`FP3DW26 6V4?`\~b!ϥpzٕ,^Qmk}dHAG/#,vܜ-ecz/%qԠ,۳Zujhة C@zQMQJHk87{m0 NІPLl~rM N8ts+`F7Jr khW_5%>p \ P͒6mSbQ3]P74g%AO)mx5u\IMMga?9@|׊wR%0%AҨo XgID4?u ?ڭ[R{@f[Q?.k6_JoH|L0@jv,b֒6…EJ# *oByP83c-RRh,] kX f;S1.`/ڨZyLRTtC29~S^T9_ O7.@.}U NzpI$ŌG0MM7du|#7OGveZv$T]zWY_9/*d+e/zWvZxpప&<8 3GPm[˞xBԬ"y`GINDZ&ϡv8h&Ug[{LR-%s}S_X[q Y V]Ur)3ՏO^ :B$jf ̏;>G{]z ::ZY%1jnG$fp2r[lSs Čp\Ҿ;fd0N4 j7: .)~+M7bP9>PTtb֛.=:g}TȀ=BC H'X:0Rhܽ2B`۶}#e hbTp\1p7tq-͝MzC2Ö́9Սix?V}uT`Jf|77xD<+*ȋMRQqu,)pk<4,"+Cz^#u=M\LfKǟ\.osk[n{.x0AכGFDN "\m(JiJřgS[XNJC[ka+I;xopy:Ni(I] g2SVx!ku ^bXXl|8Mk^1B\y]XkE͜ш蚿 :zٲ@7_(G]zUg 7 ]FJ!VXGFIѸI.+xmRH'ؚN0qQkҐƃ]S;~NpX Lڿ;9ܳ>Us!GIόa4yާ 89tK9-Er5OIEi G.tJ*mʦN5aE}d|fHS&$>ZƍBsߒTU|8!{#AL6>v qa !6_8Uz;^(n!pz+cTC{g'oox3\ؓrcRNFbxMr:ы&e)ޠ "qxCk=0\ERSiW'v!+:OaU;0"H~%R!%ʛT, m) J0ģ&n&uKۯM zdkӸexԤ,p|rɀ:!$Ww` a0=YSxüŏRAݮ#O΀X h9wj9Ps|KEc9FY' gZBi9>)%US{Vѭƀ|Y7Y[c/0):nԿAOJtAܘB6&egߓ8sS*^3)-?OkpX9HQx`xIݔ.7Q(Mԭ|Z3 Ǧ=s-Pt6(9}Z1qJ`g(Rj~>-Xįγ_d+Qkijȝo!M fXt.q8Gѥ~۫O6D!Br|-~! 8j"fv9WPAB@+lܙWӘ !jN'=M&ҥ;Z[Y .r'0MZ*)?m!>O(qߕu}4sGZ 1BYm.ϼB&sQQf_-2L7s2c qKwX0"s9Yp2{d&$Vyͭ眕i>< kņÊDsbZ ! RHfC:л*`wQk27f;Bn*7䜋̸m{np-FݭIrJ9b){5fktʑx:%RzXgk''j;>̨ *+!P3PdBov~A QǗNM7]3Xq!I6;;^4-EciKjS24NeGflPɓYSqEU̙Z# U]>Fꍟ_+_njR2!Ig`>ЉĆ7jgVO#W2utV~ֻΏĉ *BepEmFՅ_zxY0!,TDN& y]9g)YR.5toRByrΗq)e ngc$0s;h٪Sg|dZ4NAR)=]lm;=2oHR(\=̐dpj ҳˑMdj]IJ,U6λgZu1:|Y,ְD =J3{⁧XB= v(a5Yb8X,X`;uU]}PtZ'GV=?T[kv ;zcJJ[ANe4{'=$cx,5idv@Q7m-k84żDߓb]z֖p1e")\ӄϼ2sc.d$ OaS`}ؘ"T@tY촴2EOIS<ԕyeU .[Ci* +Ws[HdMmh;:x,ńF7 7[w+r,=jl]D+JPCa%'hߘQ}p>9 jn45"7bp0N"֕&f{zR#?`L!O5c C4$W\r&IwhM~r;&eq%X.ޮ{.gB$vK] (nBS}~Rb_6P)JMYCrCE$ghcҌxzeQ Ư)<>tAU#^7276./7Hd .†-9uϥZ g$t*.SDQ诊&7}bv6B2B7Is>7~)=NޅԬ؍(JL%j;m|Dݯr:fzq" Yrg6Qא[ }F k'yՙ13a;cvcwL)µyt_Bjs?l(0"B)ڮc!X%CixEd록5 d ׈'xA{eU\ܧHǵ-bU9r:)"r >iX4 I>fW,zv J^US=hǘB}쓷Veq&Xr\@CV+.XXiqd׉@9֤K&C*X"cSg)xLJpVq 7)Ft D뽅J$bbGKdH*(k >u 4`+N2!T*ӟt O1/S`#R\Nܓd5p=CQ1do+46tSՐQ~Ca'xT3.vE\ VXv>V$yHpNr77 wCLR>:f~t%tsBїpؽpg96ŠTG>gNߚc"r ذ7Ki}RjWplt?hoGP "CW|B9kPb>nyˡ+4\t(kLghL=1YBYr*eJLe'qY # Od*P ИNc rZ7w++s~,aP~j8Zh\ə,Au {z׆=eρw2M @"2CӳP>_Ksҭl7B )?_? MT A K.A<*]'nu c1h'ɾ|ɓɷukĿA^Xܫ>1̋ӷٸnիF9M9|~!Ve$_PM::L+wL\ru=$drWUf']rzݢޡ=yJ댘b k挖k5gZPQ戒:|̈́تfsޒLnEbDټε~~8p^Rn)7ݑĨ\x(Hs2eLi[ti+XlGgb-7Ls\P4xϓ=hi䑰*TA8֭ Β)f$]iR-{5:蒼 D} q"o<-s!P 2fIX,2 *shLO|FX&;fDG8~Qm`aq>F%Z5Kn)me=L_]j`'`:jrWD;=P0H} 7:#obh#IT- u$szU\td3e֠B99JJdӱI}tOW&LL]߿Q08 eR˛Na`,t]OS9 c.y}6>%kBike`b`/?E#<iP:fsJyST|ŝ [ nN&}!MciD+iJmo6 v8.G !qB/EǶpteyjgq*3Q5=XŠC. s$lꐎYCӕT"-)["r\~5:PHe{șkAr;: eA9 ~lz<8>ZbŘ?IZp?Fj?sRM2l {Z< ފ9sP1x1rXylYCgݬ%eI*-V"ML7\'/CؗѢ&wx~,6ۑ/S!-+2J/8{,/?vQDaXA"bv3z쒯Kez0c48ht,^DC`'ծF#~":2}=ʠX hA^sɄ9e>N/ Rl\Y)dEHZw pq?-](y%cw{][u=04Ya1`įGn$H2LkR̯>Cġho+\uZߞx%օ} }aK1GSC N13?~>.k'Ơ@YOe5D$l6(}'D ڎPtѳY[ ;&H \ǃv7 hC#$`6A܃=렰^w * _o$џP>ϕg?'#S!b/_ZI cOlԹZx<&e%3@'߾_w:4Q(0t gw2} ͑17-:wJ ,'kk-G;H V?0ePJI%.WnGfy6pKCBg!b bT|eX4x!)%t};+ sD NqdB#*#U:=! Y*ZuGߟL;lKȗ}z '<2606$!o=Q&<' x]YBMz`0y|,u_^Y0#&;36ʄEjS hk49~?=2һiT)fxj=v:R3ؗQ p>q:%8.&Ѯ56Y:@ fYs~@~5@*S_S/\ȵ_\ m͜$.J`sp;.}]/B ŹG;`,;p:1!ftN8'5gѓɰPL37z.T0jJ GZi:XثpXۀu'um 4P ([CȘ >>,A.EkE˓?wP>? HdYF,:X,:fL]:-KXޗ=2j^s*4JD{{x](l*F?J_pgZ)c-*ॡ )#,k` O؝`b+ӎUN(iqwha-}D׹/LWdB@i; .p4T \=I>++v'ȥ]oaTmb~-, .=3JJUq;#O |w'ES^i[}Nҗ\{(MkHXqMR.sA(T~HU6l "nhFSF' g*8CބKɫ hu|!E;]$r/ѳnu{F Sf>ҞJD4̐nG0 rЇvTJքԉYF4'-^;1J%~g[~5m+q|vnzpv-'o8S;\g]3t/:('\}Pf˃߇368C_ȧ4w*ygf رx\xP 8koikHR_2Q3!'Ne(AO |tIx HގY:iq{4?u4<XLcKGJad%h^~PHd58!_8W*4!gf!k,4P#$.,ܴcݢFƒࢇ|swz;`[k&q_{YV46Q0 :eS%@c~'.Tu߈E@ }2b;LI7UpgRն#vW|̟)ԲωXext&V= tb>qsO# m" XD|-+~[4}>:1XWQ_ttͽ1B z&?ƟC7 =@tc(^u|<!q+}2l\c6$1 P vsѽ:=K*7!,e)OniCm2:< EG<ϝ_X׭;M(ZEPb\ď\oB,D-VFǗu^NHBg4!>NE-]觯6h' t\ ܵ]>Y4 >,)zjQ17LRWhNib{Wpz%=XjM37E!=e[*ifEm#SѬ0Y, oij /r j6LO{Sn'1m*㑃3fif I.ͨcݢo7,+_=Ee8ПG :w}sAۨCCO{-,ԏL,G -Va]Ka+>wxB Kz+M2&ߦ\PW>10X]9csڹv Gj֤绚)c4DtO Z{k d5ړQ ֣Q̧:|3(ݼHMBWK B;%=] m{p>6ES F Cc~ r }p%3|-';(1Ή.dt:SKZ6ųT q{Y;VQ^ $[hwoﱴŝ0hJEJ}g  A!WG$UCjN tTi"vp##@lci>c#ir"[A6i4{ӭh<;x¶zǘl\rmzIYdӦPwboP5yxT *nGS1w@ׅL;x>ۡf1i&eÄN؂u8z%ɾ#-v PjT`HE[G¨u۟oj)@w9`O2 G}q9SRoZM+AcIKZ-DE!,;MrS ;}ٺ(/'?Fu {Vƨԅ̅p* X) F#7*Imھ ` SV(rBρj~9jw~iQM\9& e2.a0Sϲ`!{o5$ QmKߎ#'V`MaN+lS{]f-1W ebO䯎#ب;Bz踛h`G7Jkkz)' Lu-};9e.ݶT#tG:J}A$^-p$jo;HJHGl7Վnӛ,ܯ%"FBif>aN0X";>`(CQ䀪㙮{+MZ'ŞX 4W8:Db8gpZ2w7;zKK${l}IWӭ)p:^zڷ!w,1(XK/M?GBn:su[NA3T"fOGOm?Dfn]JI r]Ռ:ޕkh+) v\p10':ܐYI۟ݯ'5|Aҏ}{kx`…W !~Wt5Q\jLd1qTLFdxpnwApeb4/*DHKsswx(zdIWeҖh5lJDAݐ=l3m)fǝGh>F-;UrtϤ?Q_PfN&:29}+[H.}#&}%m.D6p/K*LUgM?7h ?Ob0 ]i\eV4aVA4[qtdžOiz#g =g9A/(\ cO?Nػ"#\1b# wJ]GDD%@5ݑRU,19Z*)ߥM=?MMz( 8 Kp%&Yȝ Ճ 13LF"Hy~"U&<:&'诧VzG1v |?Puu=ʩy$H2WDGKzr;]<zz7Nf%E%U'aZ2.#ګ/Te@%{mTb3ь< kf2.mԇ!n$'2As?Kt5-lZ7@Z d7/R} >+Kϱ>X)"FCd:'pOfɊf<1腌Po \6A?LGJSk]e򰌥1A.ۨ@{ǘJu![r%?,}wC!*[=*hs1lU@v&d*?PkN}լwsd=:@l>x%ϤCH冾*MJZqD~ ٔlYG3 f4%=֡p;!KxO]Px7ϟ7{ OXLOyN$uw:ҫ\Aλٽ6Hu-VRS BtN /=m5xL, r(E^Bv;"n/]@ڝ t{v*@Mt;BSd ߺݭ䂬IFbZ1BklxK`_0Ng>lz~qNé'[Pi>{B7vO϶ri+N./ϜȆlO $)ئR>ȋa/y+pȸ{d~u|HeW<񌳃K|2xQn7syc~hGg)> HB [};tO7S==P"(K YV慊A&[%=EZ)}ϋmwBeCDS0Rwŧ<; >N>r)e)ͧoi7oYB[ 0ɵ6?*kRY_p!q+2TyoN0~~T 度Wy,vkYoפF"@x:A{$##^(E]z,ppC 8uցAjG ØSAO)Df Z!qIro!tL_Byho'srl5b5#Ksn& <$gn .9f&>ԗ֟60uu@]^Qfd jT}p#Y31fv Q3p]щa`ѱ>FGS4|~Pg/߱ZZ~ԎrPr_YL:TXU%$r@r6 edc^VnOF}wZUU2%oP-qEkݟ|.DGz.* ߏar5{ 0u}돡62Q6O:14ps(RMP(1r5'm-1\Q雝|0H;,*x[\a7n칬!0pڤ^Ti W=>A-_$e?=8jd@A(DXͽ SrkEޑ"mqR<&>[ҿH%`Uy~~D;|( {kX$ʜ'^|O֮I87Dߦ o4}@YQg@dCVRli'i^tCTP$ѲE|m]s>Q{Rfءn++Y(F=Er @Gћo&`2^fPOU }Id!^.Dz$ŵ'"ۨ()zޭgS"p-V(_б>H [!^AK*܍f[Zy,z:\߄¸Nԇn f?R*hO nWjQs@[wdCݟ3=h%Z)n\^**QpJx}nwQV2;5ӘsM=F~ ϺY@K?t5]MC%os XuipNi{kqCm04c v^!tyb'"_LA097 /]Lp^>Z܂bK-|7j5SWY4QEǒ:m1z-(u YiMlކ7<,,-{O R*G!iZ'ǥ3W2 51KHHf7vJك|M#/OH.F,0 }@O5e}a ).]cq 'sc2 - ב 7OSLw3Q2V*KbJ߸dm3s7p͂:ҁp7J@BoaV!NIOC$+v8 ]m5-NǷP+ICE}6QdT•Ԡ ޣ0ዷpq%$1N:{  :D5/D4/DCT'xV8s LeZ5i*{Nrm|&RmUJ!&Vae>x($f(+id;|1"׫>U*huVSd|Mc@EJFd@grb?3óհ_JtHcҲNgJ(۷y$!1 6z$!iZ+V*'R.u`[+dKv:<%_*І ? ުAdتdXzZn_\t|:cT sS!(( [sН,ӣG0orSiM)o_ī%9'W{{iO!+ ;,=t*҈}F{xPv$sH6V uJ":%Xw{ ԝ^϶ k.5{D+7 x(.屭eE~p r뮋@%5ę1N4ˇTlS|D uK#Jn9X^VߍF<#G9ߎO_'^plrA413=BG6h􇸻׷ g[m>&A~/*d\q[!"q#HA*yFt(? A a#4/v7R1 Au(ivA[pu<B̬,MgUx~Dh!>xnC]毦/BQ(-+$ߡ#_IG|t F@r%WIQ7gfy BɪY0džW=F~"ݠVs1PR5j^e6 Cugl(i5ʵNsY|MMŧ<G԰CPF9 e~x'/昘ehd蕾6nH3A@b9|Y Wws oPt^3gNF;!p.(Ս/MƳǻ5ILvh~Ku҈ޖL,ܯc=YaZ'%tH@^HZޤmsfr/Cse[j-Pȇ\RQX9AXޛwZLkȩrwp|NiQbOHe꾬;F4C0j.z^b֐TPozJ+j#\regBwEݕCAdJ{C)gAӟg28NbL,AN^++/Np h 1&0VNGC`<)=I]+x0-,3X J?dO_)w5#ڧmԤhqdcjfoY,Hş\ǞJ*)g)(@B6J+ENJl"8jdcP~H{, *T~;hk/'wݏ}:ґ[xTMHSэ&fp I8Bb+DXf C7=yB "D-}t,;dXfղN=Ɏ'z)nPubsiJ=2?+ο/*{;P^aY)9jd<+5CD_}k{k|-?! JO`&GMpg7qGqjN9\pg3@cA^eQ{kCO(EriAR|[oEJ;L+a"llsW_U6@M,(IAܵ RuDuqT3a' ~!}U c-RZ"()S;~ap`7`- ³ , Z֕D]G՜6o+^esO✮v+%^GYn2m胓T15Sɴ\tn=yAqhrxɬc^ s[+eJ?e+5'\]5B5Xop=;#27װi^Auxg.dMވk]YCCda~k0NP;Ej+%:ƻzUYm_Lڿ) 干!$zz98ܧW7six)sMt \fQƁ13ςR eǁKp.S%jH=:R- ؑu<҆-❷|^[,ZG"~5eXɆr *_);bd5:0|D 1!?| Pq@S&BIK9uryxUD)=[ؐmQVǏ::Kxj)t1x?rW֐P]%EN{]NvwB#8-17c8'fRV.-ƨ{~:ޭf'd*X`#=jF͖Hm-=n@ui8,FeL)?AĠYL W3]ٱ@X)+@-3.'|6&Xis锄$N^g{…^9:\Ê1롎)ۺGMHM,WXޭ~/f6? <:d9:Y{0UHL3ՑThn1f?Jf76xK]6rs1cicm¹:1 b8Tv0&(&&ԩNxLcYSTwŠ|]Q2l6[2~$= U׾$ŪWXK&P>T{qQ7}LNMkU6C@&G&v@.0=~rBt)z;63WRD^Z\}!F;$F-u- Ӟ[oegrZ֖%C1! |GDfA0-YQl,tثf'/()6Ggk3Iyj׊;xc/lN49v3iV62 ic!uݛpѨ1^ji# +a41*)*y1e@D,8snx9AEǍY\=H$vш;"d;9恋pLnT h ;5]oO)Ps>}b~S{N`T"duMJxZ@O%4&|冫$°;RGK,!TtN5Hss{Ԇ;zA Nk ZLt٥|'; f{k); }EZIU MӵQ|å[Cz*)K-S %ͬDAag-/=,oӱ J k~j.e\zG˄NO y`}ͺvᡡ#T6x{7h9Y .K.`+ELț^RX!%O&g)zO? .oȨN,[g@0@;w?HaaS0@T }H\v靱`;Mrwٸm5&IC1)[xy5pghMgM28YtQU68ŕ( BZ/2=!m_ir#IU𴖢8a 0|?t|[:x*BfetXvV,\!V5坴UrEX!J0#_B7)iԯ#Rctl5Z+iGuJ؁[wKk`6jcb MZ}ä>}9$Yw_K:d~XnT04(bб &epԖ?i'RBU֖du~e A#!S/tZ 6g+牊4˷R/';Iױކ"bԒa*ݮikso .AWimJk}ĆxŪ^ڹ̥o\IJnQ+f8J7}ӑ[bF'V;Te, ݊+9qc\ְ8u2@}(Σ2fAi2^+לN'Fӟ< PlSi1psxF_ ABV kb+7PTXXul`ӬR313w 1WMGuDr@ⲢԄ.ZydbK&<ת'Xweg+QH׺)M s|(4QҊ6*_$@8*9:M(PX'^T11T|g5k&7)>aU[bYer,3s6c<&!ly;NP:9:2 2-08YU$a-FvܫQcz+M9d->cQpW/y@pز1+a/_C5DVm!DM#ChM;=OәTcz@nC"0b:ݎ!,^vkg)Sok_p}zQ-gBljy@7Kk2;*Uy6rOhlJ0זa~}G$]jNĵ\HCPGR ?qk/WNugBQht*Y>Ϡ^U)uoqNI| |yOx/ {ذߟ>XBWTꏷRq6|3m9y FJDK-*JqkKVmNe;,5x'o*.~{")'1@НQH0}{:HLiHj2ssd9 lxT 3LUəDwK*gD \s]b y?OuT>+;CE\i# ,J b~C\ !w^QRPA>z%N*3yEjSZ%!YSwLtDU۟ Yx!OhO $ՊtʄmR3g\{pw0jmU 7$>޹dJU4_sP9zu2d4 #ْ6Ig)`EƷ CzKc9We2.ox|ni$ e{;96O%~sciB`qO,(>US-DAjAHN#iϩl" ,#U;, jGu%N!>7."xPwOT Ǯ&Sa4Rª%U b>O%O?PƹC+/_-C: rŕR4&3 Y\rr(0Cڌ5>XCHxr. yFDfzK*Od ٗ$.$"qVPԆ#7{#D>جB2ׂoj.1Cfd(UlQrY{:9LțI:V ak!"ht&- xMD Zh:mUi4.9Mp"Лu>À|C 'HvW/4q gMo<ŷ%UژfH V3%? _M eCRAF))sJ7P(↊%x˦e WVuT[R3něR`$Oލ0gZa H kr Do6Q@$KH4в槯9tO\oh4'uҊ{:F^O=ldУ[V|kMP 1?\B$d nv ~W"=]q6Y@U:yɑ]~Gpl(pC!!Oɫ6W,"ȁG:C5Nr_qk^R.u0L4G5剪p⚙c1s,βpIg6yU…y`^FfU2E _L_7'0GQwjeBi치DBh 8u'177D؀2rSO+Iwӓ|Fm*/8Bʓ9&dƸY&|NܔEnKt5!DȣvʰKπzSD77}ҁH#*J?ְg:j*.Iժ]baoSȑDah$݃`K_\jRC)4^ytNk<xU U+xv+1xH B B@8!c!Zn[l[] I*Gw,|86/NcSb^8 bNKĠ[x*ThQtRS *7iH9k$06 yabڲ{`R/2Rl !] 6lHjIA$:3+K jܐ(mVvg:<D/ױ_96:$tHMݾIƓN?'m6 œIib-=`?ONߴx>6B S_q)o>b;k(CEs!1 ȷ WCڪ8 0A>jWИ^>G`S mK[cw셐܅Ug^_EMcȐWrΘX.@We#߇>RͨẔMYG> "ӆ͸jOWwk$Ԯ, 8B5j'TVxX+4Sw!t+ o bQULm*֠ 4-Q<`GSNvOVw6_}$yJft~TԛlX'@Nlj(qܟqX7XØBN͵q^?kS ` k eu;,ݷSVd+LDg*a"(xB.4L(cp,>jwۢߊ !+욒!a%uqX7V|A˻IiVS0Z8AB6@YSP%Ljqxg4[Z3:p+B쨣cuct$(=сt7,i~X>Z`3F|Qt@w9H<YSo-ŒgRacHGJ UV4?ܝwzO:GJ$El';̝LTy"@rrɄŢ7-z*t~U ?W i*b*y hx]C>e4y&7Ao&HjwIPm1S#e]U 魦rwd45'O1S~VCbξVjS6piq(rH_1u|Ԥ5"K'oBqؕTtRom{(9B!wxxOڝε4%H)'+ ɯzxC=,c :=)sti5S#ҫ_ "RHNl.S4ߜ8^7>c ."y+{!%ʬM#v uUVf6l_ٸxGx:D~Zxj޽/F*O6"PPh7$nMCttDyY6UP2YG51&t']O <$Lj.`SH g@$ơw7W,t"4 ~Ǿyn71q=V'/lTF3TwŻ;4(b0vG]QY蚽T%t]6$'Sٍ& |{mˎ24ՓpaSsmv3VCl6\%K5Gyo.{2NXv˶g 2w1X/bӁ[ge5ƈ9DEXx<9)'bѡ >Oe"n685gݵMHŬ :L x C ɳQWR;8k*,x^W𵋗=.:ް pq!smݼ]&{Pڟ4ĺrQid5WY~ihYY@*28=\X wl#i%YM"hO͕v)еO@  ?`UUkf]A+PVtƽz"du85N{ث/3{d'ẻ3)^+$J^441]L‚ran{4^i Yn_qM˶kV$`79>Erx#f] GR`rտ%9f(VWdPq3F R =p9Di86`YDK6EА2Xï єJ7QNiܱ噐_?ƃ DGꟐU , ZG+wrvhRK+J-^P^I6fD788@M|)h8"T3U(2ăvHD Kd!БI_p|6qq%~*J˚Ӹc}H#7EP|!R;FW2[`c_moX͚q6ϸ :*'ݏ_2Is&PON4^$aԸTN5E Mv*<3z#H+7P"=V2DZkZcĽaEWmnfV#W+:6 +o\HGeQ4s%Jb@=WnbiXBUupJ .:+tM+.Hf7R0n*/4T:b &ov_ńj3h@,<-ԑn7zllu_]7KBsZj ٕ:i=0e|CRC>XmQp &^~^8a;,6$/Tb]3Kz$$?N,k~9+8m! L `~Ƞ3Y80N3zFf(OGb☽_ p~. 4W @5~#)G8qk\l~(\Ԩeô:ΩY\iX1F,ОY1Ωs`p RV[mc[]aZw!gubT$r΂@lpkonZZʌ߁n"t}HH(聝mI~neT!_:1ל=]Ʃ0>bJZɲN,I)^;Ds7VIp\7n>^nͲm8C-NJjbjE3*FLdV3U޽+]Y6ZfNpaبc0\.# q>v>z!{~BbYJyPhe+n܊vCDeZjpR] a%@, =@3}h`Ӛ-vZ^;thŹwM Jm&5FAw囸X1V(E6do~UeL5d(h EvlvPXK9^Կ xИA_I_Mz#(Xl<2D\xxcwcLfgDgJO7s<0^ە1!oS7X$8W\sj/mn+:wsӐrz"LKv; c:a{ԧDvȺ/s` b@ \Xbe-OƝ]DPg4J8Pܗ? `E,hRZڦhc[)}xƵ 8ECH9:\vlp:$xi=Rt|,iS(sgQYFݏ(-IO( Q^}iyB}Y42ua`rr ݭ&[S20@k 5VRMfz9!9jkdr"_؅L記7e7,c[Z^~h'B>$qr=z{rr)%r28!*i;z&b&ے|N_ #w> &Xɖ ǁbNP g~,RHf#K@EhQw4х ^ZuS 9Q$/E mA2r})--瓼+g] 7YB%/20 ^+'ܫ/DrWN<|ok(k3;?n4nm~2' Oh~^jrQr\rh8 "ن gͱ< Si i%=Ca'w j|ؑrnElI=J;R)/i*@%G?GAlJ&dJN$skvm`J\ٿo^wZM0+=1/ en/A۸qZllL .-1 &1 9m^=㰶A).wHr~ݑƚكU5'l:TDPfWvnhލ~U+kp13^έ7 ղUen+$K$r'0>w8B o^爵g$eaߑY?[nIT%Ÿ }Ojjc ? 6 |*]MDxЄmh5ײ^Ncrg6Sz93+Tۜb r: - &]":'k~~68~ی/(!~:rڦmN|0̎ +.*5o·`瞯\aT.99cSx$tJY2؝H|Vl7$Kq b0D!T$sK mHJТBAG'F\֐OYhċ>K}n"gzd&p.o̚/~eQ7t>BK՝A–u%牛Y`qfɽ.$z ,o'ZAznUL ӊHiA"3V8>j-a%($0J(>+K|:.q dn9vw'nLFaH`PYs-%s'r%V W/,0L,4<ğle%RwR\vRy-+|;n@.ȴqŷu`c |(}I&aкVBT2K{wHPuJ P"R)2DP0W;H5(,Qk9UӻZ(~])Aqa= D={A d:&MD*DKֳ=+O^C]ɑ{x9 /( #A@7A hY_i_J-#ι$o˸hDQ} ÿkS3bL4l՘="lKS1"2XU1.0b#c{T,:Dw^Gsq>'Ż $]1F'̈́܃ S9.yX{ TeΓvF.ܩzg!}(Cdݝ' NAA*Zo>&5cfta|Ptބ0$hUa}(/] J#g.PMBuh!:˛ n)l܈^{YL=i-:GK vdW \YOfd/b]jLsR Oݟ!)Z:dPy E*PtcEgoBR3tP?q BӼX4^:l:\k<b3qIMH.\agu>tR3;>;{.EF/6gi>b_WY{(բ#6+ ]1쐸{/"-B*7YtB#}}<>y8#R֞D9W91,{]s]TN3uRk@t|r* =\ 4biP ͌֝IXl(q|׭TUkJQm%#ޭYR3NgX*smsfoC(rA*cTT)ɀzp"F A;/s?3}UkDDl-)E4sPbqef]Ȝa~9*Ŏ}ɅeiЯ}(!<ה4:Bu&4=f L=n0%UYNزO3%z'x"'ޛ;ޤƝ8 -xf 8#I/ÙHE%DxjóR)P3BwܛTqCn\O"lC:θihZhd4%};OOA+`C`~uZHCoM3u,eofOCp:)VX uxcA!r0Xn*ĕ3- R=e77e=ͅϊ&R7e ;}Ϯ_B fVj2]Hio뢨thN>}v3\lť뷳jeNn kGC;0oZY:ZR! OCjk>G;mY|mЩygB'=Bs(o:HkyeF4HV4i\<8Υ:Z'u-G`QU&}meYݷT:3{q8W֣]ؑgIy5.C,&e6 mp''ٗߪ?iq4w[7 6!(I2vޝ'AW(i"K;|!Lf(XMo{.L;Pk;!V"HJg=`"-.F gCH QY$ჷŜ*7+n0 LS9 ȍyw[o{LUz7=sM7@QO&f16N M0 t8ߴr,EMdAuc C\7j4MڟjMp:,nx60L iόGc]( >cԫ(-W2 WϹ|Bmz,RmfZć!ȠLvM'vjirWޙky6"b^ oѲS3b30 ̺%BF$b0J &Xs9`0*` ,R@X A3ͻRfXPUk &}I6ͽ])7K1_Is 0DžΊ;.|ch&6ᴯw_m, com{z՜Lj/˙ |,j2QÙ9K>VwLLW8v^ ȩ.?0%:oz7 ZSpdLg;FIf  s c[cҎǭȞPV C,_nUADf>2w#l촺>H,|ìC}kz9$)mQ۲`ݸGEAX:A"J]n_3qi?M*~9K?}JqMPˍtʞz,,=YJ"7~1e1; l8A8FsZcf(MpR}YzkV%rdaXanjJ xTތ [@uMk٦ lF*.X'˺Aw&|ớIw.a^]iS?@\=~ 1q<}!jB5ΔX0"HXN)Ȳ{"Jhb86ki˺\gD'\by0AYdk!,A\nrRW`5 {՞uqdtW>-VW&x;&׽>U1$@užbd >e<Tc^D]DmRץBsɎ o9LU(=Spi蠩M+`U M}X}SԱS+tgXQA4 )oV;e.w?a^􄢊PW7.Su'2U{7d(w0oQxt IG篾3|>EEX_Qfi5m#klMޥ#x0|)1Okը0cƊDh@D/큨="=oyS&> -^+nj־ L"#QL]lW>R|8V~'_ĖAޱ<=&! 5{dm',rMvH@`uC뿗@!)ͅGEO_z"\@>E-*;4?: Zpl?䃞|-/C1MQ |W:PUf%?Nc͖pY@tN-k ?-7/onv%ӟ0{~lNÏ0f*%{2vЋC-qkx1hksIEM嗹j%y,ؘ-֒7ΘQ{kL 7ϻh7].+D z[~ UIcV'KDpMK: le󳟝d38xz`j}Vht 8z Z^=.|B] q#mOR&A+[_]|IA'4,,CO;BW5 {).*P=u3E=,D&Bl "ޗl￲h7Z0vD_'Dx!wQж}G:ނӥAῃuJ*`VRBrΝQemBb lA`1.-߃cc6L=fB>(:,|ێ“TWߤ;sk hnk@_O`F_E$s7aGȄdƝU/ć#Tj`P~Aim{)yogCKk[086T@+,yevUFRuWv6y˪ x4R5ulT+l坺{BXq[ bYKwD!)4Ay,)Xr|GuNWøv^]٥>N"[??,L2z~KS KCwCHtCZ7RAqKf6Z*RX9*U22Kzg_Jy+c{<س^tADnzJ Ik=>e$OӾ_nQTM[-Vt ߁EYZ"%9} P =8F9L䐢'IMCւ}3M@>AC\NSA|HS-~@LUniR*Eu{=|y"Fcv>MM6=[v*e^@\> W7l$‰fFȿSγUst&i``I+)wJ)PFt9K mgxWD~|jɡ.rHZBV} h9a$US ٜW/_ggHyԷjwu#,>l'C"A9>_#[EsE?֊Q3Ԫ4s߬ոEo+vBz O@`,x;YADqaD̾A8č v&P2Y- qW(tҦE@r%:%j %ɞIyetE].ʹe>֛M@{.FG@)tuKE9IF<Hb lɰWOHx=_vedif/\[*ry6T{Mk(^r0({xIJ= N]wtG&:t.nfa#*D* ]><6nὶb7P5nT{^@gYGwӟ(`zXmkz ڋau[&Փ s#Y*|[[Mv1l>/ oϛTrQuh/Thg9MQrRJfS}=sۦ A翣3#/;W (斅jLe3x m]Ṋ/ mHw%P~Қn:'-x}yI1hvbF0!5oi1n֤_ @@?C/;}DV4٨rVL,Np\^JX;c'A3'sL8_ ,5Go S[RZ8LB\3"khk^Iv,_" -ۨ[.IB-eh%@'Fm-Z?U^wRͅ?WֈV 5t?g/L4qRp%БqN5>Tދ<)"<,%q*{Yxl7.õcZOuSuN!Mn*?L'yIԀj3eL$&jy$:o {6Y  ^r 3#?ޏ& ˲9 _sbX= ˗ jtyV:-3|gĶ$,BcOE]_)L'<4j /KohdHΩ@|FxyjX b);zF vZRѮnuqww>sF2tv[%ˤY;l:\L:)1򻌥i~u{ ўEkXe'Աb bJ)eةr[-z oۀm9k#ySҴm(F)e[;gKMhp-y^L _OpH$*tiQ cHoU.d܉L@0P:b>Au4-~f;IYZ`bAdXR]{(#OjG| >&!9$5[S;+2$2(CM~{_u_~o\:iB[L kzXgVSDSoru‘IC8Z}AaoN{c=_)2Lf|FV 83GXGAѽ<ʱЇZjJ}J(XߪK V@{BCD:8.IӾd@Ɛ~[dß)9pw[68AxFIyq嘃XB=Gpn:^˸QV`K=vA\`mgVcVr3p]6 &G蘭?B*=4č!NXgRF&wub-b}[8Fgtju,Ɗc6z ѰD؊S6]Ac~SQ( FHjZTvFH<1Χrt1<1Qy7j oThn)TݜuDɍ%gJd4q4u>B |KÐ1LBAĹ,*}ߡ|PsME87oĠ~"fQwa4J E 0Q}('%hۻz&Ykx Lgj ՄU8]"ԢjlAMjr6hs lŠF;sIV{8ҡsP7n!Ԑ) czDRpmi_t>q}p*Z@⡦'DDI6 bL3 d&D8(qLzYl6kC QHT'~a?6gww?<8`5 ӷ M^5;l b*{Z۲~-pr3e[sw3铝2m8" D& ~lX-Uqf˪tyۿm,koos&q`uV jB.-)%>NP?<ͮ$ktWC<^ *׆e ~D)'UCׇ8\G'BMTDGa־y%@@Ē,) Ip&5z}V#{O-Evlw7n y \6nǷsÌv-f:<ů[E:wٳ;1~K,,$r7F,Yk o)LHQn赅Ȯb kCM< LkF&1ם v_aTe8Wf4;[i)Hua*&H6}s$XNH}t%QYuLɒ8cD-#[ӣTP ?aYƐƭޛ%x>WN(\[Ri;by'EALmj_Ȝ5b IzN%ik & _g aM1~ق_qm7e2(;VD?Qy֤eZ:wmR e|x_- >CTx&kU"Z: SSᗿ\DA0HF_Dzᕢ},*eow5n'S%5]JT?!,f5eOzBlRE)q\:Fa~3K{+ښc@Ӱ0H 粜 cJ#J"Y-fߛS-IF}4uZBǺ D{V*.[>!SXC4m06>b}+tD4)֛@7GB7'+5@%u,Ee4ch'\sŐə0& r-9k4_0+ߢXq C1mցN Fsv 0K*oB+G]߯eLH&TݨބVr=:Fq_oC׃}2ߍ?-=>h+x3tuO±%~#`3r[t5h#]>IsS@Ilu:BLsjp .:h-s?Y $hc!|ӢW>يMy"&`~֗ ;jk vE0L`0ɢù9/b1Ev̅?eؠ DlVhḎ/ kƌj;#,%Hꛡ!L@qrtK!ױ^m@#j࿘mØ 9#fq61֣\!K1/>V 0_zc4ͻ%gu^H[`_VN"'[Cɩ&Ɍ7UXʀR>OH1dMH`ˆ.:E1y~JLS5l Zww f7ySn~d Nt͛v`-Corwc׹V} :eFB`kfdeUW9JcLߛ'Jq0 YMs{d$3xUGf\ ᎿnI]QmLY=]aK}VH jSY n7k0CFu(-D2@No衘&|lifc"Ê3du2K<*ޜ~᪟::EqFMn846_W}` 2]y@VlaG8(aklv1pFuM͌#K+#*ǫ`F]i~(`&GXZEs!I4b=cdiZSTmtW_Ͳ B0Fh8UraN{wQݬJ덟?j%2(HwX˵RabєR^[J 2.9zޜ.û}B8ޯ y桱 ,galYKq,Z,\V3o15_e.).>Ga@y Q+:P]oɖNBS-T[>p<h*g{{=;z7P \;H{=w79F]Ю@Sql2[1|o!~;e7ZZ&q)} onK9fN4%EK6fQ3$7|dSsF:уL§$=5=>hp=212GWtF0/*dIir#M橁Yy.Wjvc1 (pPȇE[7obWlBt5H76dPk /OB@H74(Ԩ`͜]IW~&^b 2ɩ]VJaC^1F1L_!˫sA?ՕrRT.Sg&BkIj&lv :|//\T˦IqZmӗW@VEHhߟh7%x"4B:un9V];)h[탄U{s{2=)HV Y ͜RVHvA0kopywbޱ%ORY$fM]#=Kx켿;$ ;V6qymx6uj'2Z@h˟^7J}n y7c[k iR_9VIӇל^8QmWފoUP=]#>]-SFi.Ҩ9fbWÒ&!|wd)YȄyFOW< RqFdw4N+jG]dFWq ؝گ" Tc\Jgp+e= {H(`nm4!W,2U (ajc&iǡRkЂA@~%U(-n%V1}/6]VxPe_!|T-Tlε)66 5>ȇEWk# Meȫh?S{;fM?-&j!F{vr3Uؓ1Μ~T3qGu`֫;Ḉdn\i7UG}\( \Ͳ\bo>\LtM[ DX Vo&\|ʔ_MG,&)@ iimc+dϚF8+CEs'9yRk k~Cr=D/%:nxtvF!kd"abY j.y;JlJxr %^@rpT.x^[v<~i)o{F!Ld,!+ؔr⫇h7=کN8m'w <ڄw\pC9Ju Oo6>(D9#rpR䵼9(OJ[p7M04=@Ь%4'nX(Q@~;a~ n"i}֏ڎqS>6xjr C3wGEŽ;8Q_"EIŊzu?6I̕-)ɜw)#l=pu[8=}@8's"- mWDjytQRR9T5J >%`G+'Je#~ Ô~ U8OV or5Nxo.+ n9@!)ESDoGm_[I. eOQ@T^33fT)L#.[1^ޭ7{jySER4dRdk`0.)򮆮 \"(c<i"0qx4bC@/#dkN~K\7΢[}7tl-zE}m]z}{k1[9)퐃[Ы\8 4wx,1&U=6v$Ӑ8g;>`j5/H$?pt=m58F[sc_5 ;3L{[i O$C!n%YަCq,9FB.ywH6O/i\'Z1n%Y寧f-=>?~j/x?AOAl]V\A2rGZ;4Vڹ) XR^iZ""gr>1Bv_yYTZ(9AB]xR9nR݌Fy<0&Sz4Dj9O(@-Ƌ^b= j]09P8n&{b?\O)~&cHuB8.%G k*L&csKȮmîN'b>#CU&֌R䯆%"hjQ"ܽi yj3T5 +ͲH^w|g40:׀䢗jB+!%`; ق_q{^Bv UK2?V暱=R6ӊ8Ԭ0ɻ Yc%n,4oA F.ǿ!10R-5.Di<;":C+_L==)Bx4ώѽS<&*K.Ƀ&k6e *|zk6<$xG;jaW{pͭ p-)kc42mhk';M+Eު-d62D:-l=~.b,ibID0&_0I1mv$OļBVE𮭂]'u>;[ Eޟp^*Qm$P7ZK4^;K nu̐0g?8 ŦhE8 \^Kh0{ fa˲55^U+ m9z/B`>Npk wqhH\R0`l(ޛ 8 eo%o|\fȲ;sڕiZT'f<ٓA%56VLd]7^_x$[nqPc׿@^#So (R򙴄rȻ'0Ң~L5#xV chd8nf0e#P_TQOU˸ڮl zs2Uqv,pϜZ(Ѕg ȔAa*bΆ~6Oak31PS0şN: #%'ªǔvdT00lm9 AnLT_D D:WVPuV}lZ *}~kA-v+~Q~$m<=r{U\5/(W!oCOnQ|!Sr%|hKjWPljEy?dyuFױ\+6`EQTs y RMOQmSZc8{,r3_´5X5}I O:8m?9bQjtep$RKĭf{߈r/}N\JgT5Ƶg:d->"]ҒKJRhcLm^ %*U[#eߝht/Z.r7ܥi慬.#{Z+vb$ȣĊuru F\PCM9)LC t|$YhL>qrVo\vy)\ ) ϼbñM< ];S%*6 hĉ2i/z'auӨ)Un}r#Aj,ȜIUqWdwz+o^жqc9^ S| '_e%VĜ\tJ洆PL#PIO>z"_pDkWƖe w-(^?. sկ+1@!Ȳ$Du2^߽?OĮi֣/ToT1:oqFqPqd̮@P_$oLz߿5g~e׌m /ۜ'wj2mvo݌a? .,·*&J.B*׶ EDz".S.DFC#t өka[}OJYW(wCwx[;I} c"ʞqQ#;?>Rhl^1IWQ&KJ4MV/+]EXw;z@Rcſ[kY9a_N$z"2ק@0>o)]C*2zFz'IujJoˮ;eϨw"_'>3depkxl`,12ObmYԉSyNוЭtLi᤽  ;SN9llT)CQ36ZDa Y Ui0!1b0dfUv7pQ 2SʟMT\TanE /*J_d ;_J we[TxbϮIM0(QʄHBLl$k?}ts+y3]Ӳu&H ڶ"F4RzƨG-z9?ƵFSTDzıocGD)vݯqD,-1 otB @$Uo[$x}QT_"wL)gA*u$fM eu/k8K9iSҷv=Ƣ(Ԓv =Cć5XȞw}HuF X7.oh}Xi awZYz}Viѕ* 9c?M{6 T/ +C-C #vzoEMsXnr1p"N"Z,xvKo|Ĭ6#$e6r:1$ugPMM#Cz+UYؽwho;%@:m)UfJ~ mH0Y` 4%J,[P_6j+tJZ#M2"T(]~[aׁ aE+e5JWgk붩H{veMKQHu;pSEFu sNC?~%3NZ< @ɖy\55!) a.PcY+"uB<,¬rK^C2w/>$W-FܡO n5?8~_a?99h%Aggp5`}bB qLl.Nџ@ A|*DJYMYTt=dY]穎UTEksT?-0X%`= k-69g H"Md5Ksp5%vبkʑ°YPh#bJ7r}97}z[>k#iB!__ٰlUATOdivJ1 =di(s}*lI 'D{S\t_Jyw}RCB寒p(0+u3|W9TTSC1‘KKk]mc, ѐ+a4'wsHDNd v<l7ޮ;̔ɒ7%:5ZCm/X'-ʣM9[>$ |{(X8?cG댃6Z^ԆDqxn^Tl)]MܩGb*RʌFCT2aƙѵ+pR=?wqeYYN=||@}P(/,ۨ-O"GdEx`j=ExK3>„S`sYxړg)8f˱GiTzâ(iܚf/?Zgi tH;Hxrcφ6ڞQvi tnJC[=21N /NkzE׮2z:h#>_p ЫnBև*ï<8Eov**YBȲfV"…"5A\H1f ծ|,,`!$! w(Be#{|mǹɓF6_$Xw=3 \+tU?1+Uܤl:0jĝweŮ#Jd }~Dee~<4'λӘ9pҪYZ֗#ed?0 '56z˦d9d57ی-g_bbMX@V E1y+=>@Y5n5Ml4 'oKmߎSLsZbP'aގ^ʂ}?+okňh-g`Ai4CF5d? y5_K4vt',Ao㟥R/&[-e!c5N (GBtyt8k u L4b'36N+FܣED/2d"Q)Nqh M 6$bm7}1&r&Ψ ]"p2Q`&1# LGX^:+hFngRi&FUr|raˮ Cփz ;\5áFQ'EGrP8Ȱ<o:g3a9/nBqm>bRdڽ;OW7A!B< ',[\Ǡ:1B>&f;J'jebMMrt1"7edWJX<=a $X'kҺuo-}"n3ՊYך|3\Kӂs %Wpܷ(o{WOa.hB+,Tj) gaa`fYFQJzSlNiSpN@T ۼ558J>}|]-b?A|J!3ݝeS ӧ7Zc; p}'B7{Y6t`-_/Liʚ?[펫nPnviB rY!5ISeY;߂ӘǚArXP7Lrx$'&~qr 8P(0} XA{` /-DDx(^C4XkT$kR$FE.>XB S!R" ax$#A_{^YM5>@C{!ԧ  &Crb8yٕ){BH%{:UGc>d75w` ƓmOitnRӐ<>\lQόVQ*@Qhg8eGl5wAVS =>~ Uaw&̭ Nj(  HԼG[8"]A%vC%@KS!vaz|xbO~ -WQ|[w>3IXS'y4}N)sǘF8H!LJQѲ3ɕ"L,?hq06K1qIݥgV:k4%7&@ ™-EZy= |MO|}a=&]#s YZitn $MR1ē-#-VUI 94X]vB1$ySEƨiyxUQI+-BO.h}G"jף~q]<4-qYNV߾؎~%'}n^8w+]k au\ ψTQv5c}A(r5êne?a VJyTP/C1Yİ4}'oP.N`>b\x-?C\s'/FZ }@U%Dq/=чD(z񔿗Q®=ֈlvX-ٲ>U IH l{6+D#:ɲ \I2Mӎ1"ܒxB# +\ 66wjU*Md+'?]݆Ϲ+6V}QjyLPӂOs[FN8):wF>x}}Gez[1Ov_@jLu.V1Cl6^Xt?t~u 6X' /V1mXDZQ2̨>J4'L6!ɥ} `ߧ#Kah)~ZAY #Aa:q)M"eX( Bl)c8|j6,q[ޥי]b6YfDʲ;Oy6~G ZRN\ፚ3tм:" ǟke}8^u ڷ#SuFӛ`$A:%_`zR%Em:W^(0.`<('[>~)Ժ~XC_5؃MGHfWsd*CF3j *lOo"n\8f\*6j/x/`¤D?zaiVMN%lBy/FL':ZhgmC?p2:-*0sſH9&nnrX ;ġ)JaZo6k߹)hBfԼт8yo&p 9Yʋ©"۰jK=85l<|GzeD}֥҄GZT'85Op0a![aoe$efI9tD8뭯I?8#SMJHktj#OQ,)(op6 'ϿX0HMWy_A2dNʵcyɰ{-DmYNPB`p.]>hҥcѼzL}\ޥ-g$StlAxRY2w֐ˢ@l> _UrV Pbjvs}2߭pCU! IW;on}HW׼UrVPcB,dʈx).K+SUBp gpT c0M[F*2_)3q6[b'aqdUD~9&R?-O`6]¢mU΄ԙԠhX+8aň۸E_9[Lu#;4~ g^D2i8tRXLMDf늧@_9pǠ}F@wB3f\8 rg Տ˶\LX~ժQhn޾않(/cj 6}`oCuٴg: *DcN3[Π]+8\ȷJ ? >XFKl'a=0olΛ{.|(nЌ>A|Y.~%ISCqvBǻJ@$HxC í3# 4&5mr%H?C{##T-Kzwn}9t-NPir$`6^8aS 2ml&:zt]Td)#Xb1熈 u'09j0'!:>9I|iI9WS#i"P5ZB 3qQ32P Q}c(`kl>Sm{$zX-p%3F sSL4d?hXr1UU Nz݄t%_H>qs*Ln^iAV:LC\ZMs#*i`y{d*S ´DQÛ"T)uw_zI)j KrMH;N֝%9@GN0D~x JW;ċASiޏhruVb|\A-[T&^NV%stQs\PՃ Dl)G*hw ydB'l%0q=+8k|Y!}FEd7K%epw \AAK퀮Vi`Ԉw)0~MIHy .6A˛ :y)='?nsߦ)tw Pg.-82ZvπDzڪCƄg6KF9|Ӝ+w&č-ӭWqVrgQc }M3;ev)x{H{޼.~a@ dZrz{6rxI` '/kc~h_RI*qOUzBx@j8xZd5f>h한RaLK"QXɒ+b/+`:~r Ab1%iA#'kT5K8Sѳ4żRJu=)b$8o,\'W/ߍk]jQ U۰`p|p_ VHX7>@iVA4ՖHs](1 m[|O4`yzv;9tOzR1:? %s PWqPyVV}<{CVZ?$:}KE`9FŒیp=e34@ Q'C;sV0$46. CDh.X2;~鋠C{v$x10EGux=%cP}lotjW~YW¿)ͥȢKʦwvۨ,X"gqjTr,rǕVyH5|BBQۅuf- $3H7XGkw{yD+Ml~n| {2J+!˜qlLMB ӷ?V`Ie[ژ2U`vc *6nͤbJcTwj+0U34Lk,?'].|i4&IqӤdq-ҝ8sV%5D3xāܳ;A_"pҽk;QbTSy ؠ':0{,k(vx)1o<QޅCA.8"] s=,OEߛ7Y P|ۥ ’ҘO+5⧙O'9$롬Q~=ǀdA%؁R\i S^ƶ2x[l[Ls#yV @8<bj[GW".C{ 1_] Y1!BH0(;32^t0'-7]yZ|hyݨDnł{ lI0#Ư]m?p%رoiR~?G 4-aA1O%ok&bl2wAM!VTO$)avfmIĪ$3q KhQSU9PN v̝>ĖUwcmS +e+`cM%*w 1*xh֡_)㿒99ȕ@nD0rp)EQWۀ{.XPe48\!A-3k*k?ۀ {>|)č:xtʑ&{1wg#(-~Bʏ+=$2[ 9P9y:Jָ'%[cЗ'<"}@SihznܤPy5cmʟq"SQ}*lr Nl=9MW939Ĝ-tV ܘeÉf#/n͓}'͊a־~'6K@۱}ǁ)0Yvú1LR lW[h͈Wp(bibqڰ{+J[otőScɶx)O)a#ְUo;;43g>I!u*"7'|\DU#}W{}2f1\J]v1lz̬^6(@ ؊P(Ͱ~G#}cx\j$/k?n D|ڄ + !axcۦ9=^m*n^ju3j~S{1٦|7Qɀ ,"'Va҄Ӯy3F?Xwa)XjMe>PVTeC5AΖn)tlVv۷*i=2i2×ܰNHa?;EʶW]J} 0d6(ϡZ !s3K8#0H eN^f{/>(8!kGpk> )1 L+E%&Ih . llB>H]6"ٽV@f2⓿ߥߩ~'-%]Xn-tp,Vdx,kR|ٰZ䖣I A?\uQ"w'^ tN_Cy` &ՏZu5Ex8 (Qèσ=,xeq yG0IȎ|Q˟ J,vVhf;|[KcgMȎjl7Nrv",(kNfp^#KubK~ZyzOt htFJ߂P^)\'x9B:9&t^$bh~.K)l &)<jLy \y5UՔܦ+0L"e OZu8 tfRۘ*=NrZEWJ6-b`қ|Н:毎Y/q@Ve/( 1˿+Vx* zGlnQ-7C@ԓ :T%|y&t8߸Jho}o `nV 76Ô%˥ԏD.>kӁ6aߊmd+$LOnjp3f* J8voC˩u!Z=D.F|<6d\ OR>7c\!˟9;~td<#O `L>T<V2XqB=&u|j?Ub\b귉Ҍ6+NKŲ:~qXI\Xe aDE`4*$|}gnoUJdS{Z HLnŀESôce#/޳({9u\%vqQ㕈?4@oI/0>nC-`Ҕ R.,µßq%N+u.M~8w_d0lYu(ބ96axS }t-zp(`hМ67P&_,7C4D#0ΘHkP ~F]YJ(AgԻǴS:nW8ry}[ȷNg\ FV +Fa]Re&Їׇ̈́4}4gT(`kޏ0:Lq1^Lorcy|FĖ:m_P駃mȻiD9̅Z+̜f'K[B+tzGiE)[̡VM1 )j#k]\k{qb ;yNC u@@ҭؾmUcr&P4 JcБJ_5qv䏊 wzAZO:EwF5庮i $ew2Be5O4U[#VyJ8.zVVE)+CaOG㉠jOu!;6{& 'UA L|W ]GJMOluN >K8'ڥ '3jyFPޑ@:Rp¹~Ht8ݪC[û[iz5!qPFl2IaAD;1T\9*d֧B+u;MGZ0ak=!=eR"GJ-khۡH%Z2 'RMp1z%dZݕ0Stcuy khD{b`ΘO#$>wm~K$ɸMn !̂UZu8ߎf2g^g\I=+:MʣZ]@!ʲC6lUm0QWa*֙K-~fbs^d5ztΰ?̛U!5Wi?o`ClQ [Vh90ACd J]U8\ik%P95(Mob4P>dxX>.K *LyD[ ^M$^/-e0 Y S +Ѿ6(6v|<@4K7k EWkj?!a5z:cj/\_-)#%Mi]4흿&%i L!8lv)Usm#-&%0,ۜB%LAhZ06ߤkd!H!4uP:ryGԞ H8r?i!dMl@N~ pqGwȥ$kR\Bu eV t[70ڹC^إl뺿 +[<]#)IvGbEݏPt1.EH੒T#wec_1'P`dkO ,h@z.mCkk娥VZtH+Wp\NpiWM?-( NQN,BТj75hֹa{t ZefizdI+7LFg>Xf=ZBEIQo C7 u7F3h_Ҹ5;:W;EW;OSp\5 I"c`\WHwL7꣨r !RZq5R#cзߍ˜oPS3\hT8ʤC{LPqD?@*~È׫sُCBsV OGa&vw&' rgše=rSMn|@@v-u뚜#ag `:TwRٕGYzEa\`ьF]{8hӥcj.E>9HiG۟Ww56O^ә .մ(wQtÒ uChjd-"a0A}H-!]X)ʨop TYcj!LAWlo:gM}$Pdv^)ޙ>;1Nbo<okJLMr /p`9c)u~МFekniL!ߴZ="D7cz͟"/J0_[uI#V$ Iw^w&p≮gZ=jUʠ"&xS쑇[۬fl@|C&fѫ 4OS Ha#%5@Co1EOP? N#Q @u]Zǩ8pdLJ0(=qa6Z@jEDGIYKMڼ2,t k-޴Ei{LJh홐RF4\q0Vi3e$f9 LcESwOyCj߼۝33hѨ2v2W; gMB=[C&?hT y 咄%Y:0c%0uJ)g\] [( *LBR(WeUjb^rL-"^={yאQ1LBk#N03Z=Sd}LLL4Dq Cڢ|tlFU1%1fD:9R 1RW7%\Gao$i*w]w ,í֛wbS I> nz:}}Ddy0;)jlZ}u(G$oϽ H.KmU%3lYZ۟CRiI{X b#K JZ|^Ak: ȍuĒM :<W} xeTLJ˷t^P/!Eg+YIhJZO8F@$ɵˈX"ߤy}q5#%OP}[ЃH@Vl]"ҡ3r0mҸBo,֕4Qؕx)Uu~֏khKZ2|Xjc^' G]^N.1b@~iPSCo,\f TVc8:ӉFqAW3OiGh{^1:ͣm8UKʞr`;2i-wkjiܒT/ dz<Ԙ? u Chnfy}e?@l kϣZRx=[P/揧?Dƕsq j0Bs aHЗlx}4u'0+z~h~ (k-GDfQТo-QJO8 Ђ9a"EK$[Qd{4i=z_ĭ y:{/i s)2N~NbNLgûa_QCJk+LRD;-$tԑ]#\}x䩕m1@KXrǸǮnb, |ݨ|~SWoD븕}j9z/?C={b{X3y+2%;8PfV10][=0cU`cJ<}WNzcr#j6-ZIO'2"C3(ᚂdE)m̞>/#fU D-le P0[ox:细}mrG]8>&ۺl#h5Yޮp'N>*u~NmX6|6dU=Цj>Ԩ'o@~<ěcro'>àQ^pt i䈇 u\t]QXP1s z=n}c\Y}HvڴA^qchWFͥwD4‡A<DzeE?]y RjQLju~_ MJjʉd!*\9[H]@tjc(^L8]qqڂ" `N9_QxVb,}Y% T>F'S4v\glGZ?e0ѪCӁwO?9<m9if zii ©s 'bo[TFhXY8Ԍ:o6]Ŋ{LI3[:#1%9K&u WGO'dȡgx/čblai'!mNG@P=M44'>SXDÚ5PUHf0g_q0,y_%*j؟_nXl퐷SJ7TܬeyTN9_u\Tã6*p\AjUfz Ż_yZ!2](X9;$ l:_RQ[!px~ 5u/2Tؑ7H{pi8! &+` %_ +KϡPI;mN~pgrF}\>1?*~S;kE>"~oPPY"V>r]q$J*K+m}V9*Wj\1mN0NZّ6ZQ&pT R]_Yɇ=-i.~],+5*K;NӬ Q/Ӽݩ-޲p *!%f.kC'iEU@Zd^7 M8ʅ=BNT%M?'M h&jdn=\_EFFQFܣ wK€"QrQ=Ϯ0="{ 4]Q'vQ(oԿ߂YK-ֽ/NNYF;Sܽe~=sN{Ycӧ>UP%tA\/xVZGZ2j+xFoPPMCz9Wb[hJ|n:v^`˹i7)00ؼKU_}d~r* HE(UbR]94 Vko..0*cN4 ЎADLWZΗC2nگ-@I$tct{f[&WA !+nSɥ2Ń{ [-iwL j_kySȔKdB(KEuqg g+]HPF{:e;Xw"Bn 4y3IM&V(oo$Jܗ=Qy TXl?u6Z2[¢ЮAW1t&EK]ۂYPޜ"iU|@ע,C.K/̙_Jy}R*#H3ڛjD܃J %vn-b`aO~᧋-Ƿ'@ƶ.C['?;:uxgJov@w%u,q 'od쌋!~K9Cn'#'IFW~x{}QC|Cy2]r!&gއsj@婃WB.( 3ֵѫ:D5 eOCo5#FBN_-E6we؇uB wp#xOC^|M?hOS˦Zɏ> riهY*.`рqָ\?=Е;(RycKm4k` u| \\DBBC42,cdbPVwQFJuζG^XEq} P+8>0ڧpZzNjʼnFeZڞhjg:lۣ,1 T}s\GdMࣩ|`Fƥ~!n-׎OUtϕy(e A?Pna|7߭脁3vj435k}=uC~mr8ܓ Y+.[OѨ/gJ}^IҒߋyUuo𧆤7 >TdEFN#K_QLvā&k?֕~?2 6p7E-m[}rX;+gb+cHW)lƝ!F$O-?YG#`q C s%F/?:P<~?1$>ĘA;tUGz_Q4!(JOڎ]v 1A\wZ]gl;c FgΕKg{x.}maM C0lnٻKֱl1jPr=ڛ `AxNO~T,yWHcFYE7v+X \qw۾N ORtW6W8/3گ:z8p{,L0\6 q1*vfxRͺ9WW v>yPcx\ k!~],KUhIY+~A,#z )Z吏$(h\&]Z૞#%nd<@Zfw4& !/m%3!S#s8mZpotAkpq2rĦ·dǧs͠8P%ŝkD1Y[X:B7#\#81$ew d}\&N[k0!k,^I|y^щ=rQgw4,#ᣃuGf<Ϟ'kt [}x<ߩ\Wc}ۭ Zjꀢ(& q%y%t e;yyWב:p\݈O bA$쳩YV+J|MPq]Yr {jlB^hS O>+}vѦӔ)b qTq#QÿyWr^c=S-XD7H,[Xj Q&1M}b.7Ţ'\Lr5ڄ-y|Xr#G}z8$YM W̛KRh2w/8nzbKtigq9OٰC#"R4EqOȊ3,@:0VL7dv&#(d.;h ]/W=6)1ĝų nUh*7mE >GBw WlL};Z@ܵ/e-VEa כ g6ck爷ޓb gIކ4& 2Ң\_bkX6 9AZʤV"/nzs8$Z/8aG㝎篃Δ!)EC e-/)yiڞ|HP~gx8GR2kunU{]{HqFԮ:^fEv2^W~ЙgZo` \(GW$\b]ǫGCf"źx~3bFEq6MũlaCYnHԿT'[r%|w<Ԃ3Uq?<|Ah^ri' ':߫J{/6H_Ћp9hF|>_pBJvD}L1EwH\p69NCےR1ARO0>=3xX7G/Hv0@*pQToLAa%\>(eaw!LSR)jg}qXU@.@iBvI-q-:,:Tcޤ2c4 ɲՋtdܺyWN jLטwZ?UNQ\{XCr