libtiff5-4.0.9-24.1>t  DH`pZX/=„^㶣UaiV} 6o'*eKhVJ&bk! K6_!lX (=B>w`۸y+]`hdpahLUyUoX .6UH%0 5sB-r+XjeWA3'7KwLţqwJ$`Y 8%}> ]oqUbתP#!Oͮ\b'zt|gHNfm䝟[NBjy3 r8f&}  4zCyTy2z9*o\qrS Uijd><<?,d   K (- FW}     0Hh(829|2: 2>~@FGHIXY \,]L^bcdeflu0vPwxyzClibtiff54.0.924.1The Tiff Library (with JPEG and compression support)This package includes the tiff libraries. To link a program with libtiff, you will have to add -ljpeg and -lz to include the necessary libjpeg and libz in the linking process.ZXlamb07/openSUSE Leap 42.3openSUSEHPNDhttp://bugs.opensuse.orgSystem/Librarieshttp://www.simplesystems.org/libtiff/linuxx86_64P(z @mA큤ZXZXZXZXZX7)O@ZX7347bca2c901bd7aa7227e8c7c180717ba902f2d9dc946386c345e1364826f3334da3db46fab7501992f9615d7e158cf70c042602c0c4a02e7f57c60e64182fdf2cfd157f3d09b906fe50af0b9ca901elibtiff.so.5.3.0libtiffxx.so.5.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottiff-4.0.9-24.1.src.rpmlibtifflibtiff.so.5()(64bit)libtiff5libtiff5(x86-64)libtiffxx.so.5()(64bit)@@@@@@@@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libjbig.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libtiff.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2Z@YI@XۡX@Xx@XWXWXIK@X=mWint32 conversion (when refBlackWhite[0] == 2147483648.f) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1907 + libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(), and use it in TIFFReadDirectory() so as to ignore fields whose tag is a codec-specified tag but this codec is not enabled. This avoids TIFFGetField() to behave differently depending on whether the codec is enabled or not, and thus can avoid stack based buffer overflows in a number of TIFF utilities such as tiffsplit, tiffcmp, thumbnail, etc. Patch derived from 0063-Handle-properly-CODEC-specific-tags.patch (http://bugzilla.maptools.org/show_bug.cgi?id=2580) by Raphaël Hertzog. Fixes: http://bugzilla.maptools.org/show_bug.cgi?id=2580 http://bugzilla.maptools.org/show_bug.cgi?id=2693 http://bugzilla.maptools.org/show_bug.cgi?id=2625 (CVE-2016-10095, bsc#1017690) http://bugzilla.maptools.org/show_bug.cgi?id=2564 (CVE-2015-7554, bsc#960341) http://bugzilla.maptools.org/show_bug.cgi?id=2561 (CVE-2016-5318, bsc#983436) http://bugzilla.maptools.org/show_bug.cgi?id=2499 (CVE-2014-8128, bsc#969783) http://bugzilla.maptools.org/show_bug.cgi?id=2441 http://bugzilla.maptools.org/show_bug.cgi?id=2433 + libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not do the #ifdef TIFFSwabXXX checks. Make it easier for GDAL to rename the symbols of its internal libtiff copy. + libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 in ChopUpSingleUncompressedStrip() regarding update of newly single-strip uncompressed files whose bytecount is 0. Before the change of 2016-12-03, the condition bytecount==0 used to trigger an early exit/disabling of strip chop. Re-introduce that in update mode. Otherwise this cause later incorrect setting for the value of StripByCounts/StripOffsets. (https://trac.osgeo.org/gdal/ticket/6924) + libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of items read in StripOffsets/StripByteCounts tags to the number of strips to avoid excessive memory allocation. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2215 + libtiff/tif_getimage.c: avoid many (harmless) unsigned int overflows. + libtiff/tif_fax3.c: avoid unsigned int overflow in Fax3Encode2DRow(). Could potentially be a bug with huge rows. + libtiff/tif_jpeg.c: avoid (harmless) unsigned int overflow on tiled images. + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() and BYTECOUNTLOOKSBAD when file is too short. + libtiff/tif_predict.c: decorate legitimate functions where unsigned int overflow occur with TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() + libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to disable CLang warnings raised by - fsanitize=undefined,unsigned-integer-overflow + libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessive CPU consumption on progressive JPEGs with a huge number of scans. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf Note: only affects libtiff since 2014-12-29 where support of non-baseline JPEG was added. + libtiff/tif_jpeg.c: error out at decoding time if anticipated libjpeg memory allocation is above 100 MB. libjpeg in case of multiple scans, which is allowed even in baseline JPEG, if components are spread over several scans and not interleavedin a single one, needs to allocate memory (or backing store) for the whole strip/tile. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf This limitation may be overriden by setting the LIBTIFF_ALLOW_LARGE_LIBJPEG_MEM_ALLOC environment variable, or recompiling libtiff with a custom value of TIFF_LIBJPEG_LARGEST_MEM_ALLOC macro. + libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2706 (CVE-2017-9936, bsc#1046073) + libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that a double value can fit in a float before casting. + libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, libtiff/tif_read.c: make TIFFReadScanline() works in CHUNKY_STRIP_READ_SUPPORT mode with JPEG stream with multiple scans. Also make configurable through a LIBTIFF_JPEG_MAX_ALLOWED_SCAN_NUMBER environment variable the maximum number of scans allowed. Defaults to 100. + libtiff/tif_read.c: TIFFFillTile(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation (similarly to what was done for TIFFFileStrip() on 2017-05-10) + libtiff/tif_getimage.c: use _TIFFReadEncodedStripAndAllocBuffer(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2708 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2433 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() function, variant of TIFFReadEncodedStrip() that allocates the decoded buffer only after a first successful TIFFFillStrip(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX() functions associated with LONG8/SLONG8 data type, replace assertion that the file is BigTIFF, by a non-fatal error. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2712 + libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc to tif_rawdataloaded when it is set. Similarly to TIFFStartStrip(). This issue was revealed by the change of 2017-06-30 in TIFFFileTile(), limiting the number of bytes read. But it could probably have been hit too in CHUNKY_STRIP_READ_SUPPORT mode previously. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2454 + libtiff/tif_error.c, tif_warning.c: correctly use va_list when both an old-style and new-style warning/error handlers are installed. Patch by Paavo Helde (sent on the mailing list) + libtiff/tif_getimage.c: use _TIFFReadTileAndAllocBuffer(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2470 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedTileAndAllocBuffer() and _TIFFReadTileAndAllocBuffer() variants of TIFFReadEncodedTile() and TIFFReadTile() that allocates the decoded buffer only after a first successful TIFFFillTile(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_pixarlog.c: avoid excessive memory allocation on decoding when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2554 + libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZW compressed files. + libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZW strips. Crashing issue only on memory mapped files, where the strip offset is the last byte of the file, and the file size is a multiple of one page size on the CPU architecture (typically 4096) + libtiff/tif_dir.c: avoid potential null pointer dereference in _TIFFVGetField() on corrupted TIFFTAG_NUMBEROFINKS tag instance. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2713 + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile(). Complementary fix for http://bugzilla.maptools.org/show_bug.cgi?id=2708 in the isMapped() case, so as to avoid excessive memory allocation when we need a temporary buffer but the file is truncated. + libtiff/tif_read.c: in TIFFFetchStripThing(), only grow the arrays that hold StripOffsets/StripByteCounts, when they are smaller than the expected number of striles, up to 1 million striles, and error out beyond. Can be tweaked by setting the environment variable LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT. This partially goes against a change added on 2002-12-17 to accept those arrays of wrong sizes, but is needed to avoid denial of services. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2350 + libtiff/tif_read.c: add protection against excessive memory allocation attempts in TIFFReadDirEntryArray() on short files. Effective for mmap'ed case. And non-mmap'ed case, but restricted to 64bit builds. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2675 + 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 - 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 - Modified patch: * ras2tiff-comeback.patch + rediff to changed context- 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- Bring back the bmp2tiff, gif2tiff, ras2tiff, thumbnail and rgb2ycbcr tools- 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 + Make TIFFReadEncodedStrip() and TIFFReadEncodedTile() directly use user provided buffer when no compression (and other conditions) to save a memcpy(). * libtiff/tif_strip.c + Make TIFFNumberOfStrips() return the td->td_nstrips value when it is non-zero, instead of recomputing it. This is needed in TIFF_STRIPCHOP mode where td_nstrips is modified. Fixes a read outsize of array in tiffsplit (or other utilities using TIFFNumberOfStrips()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2587 (CVE-2016-9273, bsc#1010163) * libtiff/tif_write.c + Fix issue in error code path of TIFFFlushData1() that didn't reset the tif_rawcc and tif_rawcp members. I'm not completely sure if that could happen in practice outside of the odd behaviour of t2p_seekproc() of tiff2pdf). The report points that a better fix could be to check the return value of TIFFFlushData1() in places where it isn't done currently, but it seems this patch is enough. Reported as MSVR 35095. + Make TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() directly use user provided buffer when no compression to save a memcpy(). + TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() should return -1 in case of failure of tif_encodestrip() as documented * tools/fax2tiff.D c + Fix segfault when specifying -r without argument. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2572 * tools/Makefile.am + The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden. * tools/rgb2ycbcr.c + Validate values of -v and -h parameters to avoid potential divide by zero. Fixes CVE-2016-3623, bsc#974618 (http://bugzilla.maptools.org/show_bug.cgi?id=2569) * tools/tiff2bw.c + Fix weight computation that could result of color value overflow (no security implication). Fix http://bugzilla.maptools.org/show_bug.cgi?id=2550. * tools/tiff2pdf.c + Avoid undefined behaviour related to overlapping of source and destination buffer in memcpy() call in t2p_sample_rgbaa_to_rgb() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2577 + Fix out-of-bounds write vulnerabilities in heap allocate buffer in t2p_process_jpeg_strip(). Reported as MSVR 35098. + Fix potential integer overflows on 32 bit builds in t2p_read_tiff_size() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2576 + Fix read -largely- outsize of buffer in t2p_readwrite_pdf_image_tile(), causing crash, when reading a JPEG compressed image with TIFFTAG_JPEGTABLES length being one. Reported as MSVR 35101. CVE-2016-9453, bsc#1011107 + Fix write buffer overflow of 2 bytes on JPEG compressed images. Reported as TALOS-CAN-0187, CVE-2016-5652, bsc#1007280. Also prevents writing 2 extra uninitialized bytes to the file stream. * tools/tiff2rgba.c + Fix integer overflow in size of allocated buffer, when -b mode is enabled, that could result in out-of-bounds write. Based initially on patch tiff-CVE-2016-3945.patch from libtiff-4.0.3-25.el7_2.src.rpm, with correction for invalid tests that rejected valid files. (http://bugzilla.maptools.org/show_bug.cgi?id=2545, bsc#974614) * tools/tiffcp.c + Fix out-of-bounds write on tiled images with odd tile width vs image width. Reported as MSVR 35103. (bsc#1011841, CVE-2016-9538) + Fix read of undefined variable in case of missing required tags. Found on test case of MSVR 35100. * tools/tiffcrop.c + Avoid access outside of stack allocated array on a tiled separate TIFF with more than 8 samples per pixel. (CVE-2016-5321, CVE-2016-5323, http://bugzilla.maptools.org/show_bug.cgi?id=2558, http://bugzilla.maptools.org/show_bug.cgi?id=2559, bsc#984813, bsc#984815) + Fix memory leak in (recent) error code path. Fixes Coverity 1394415. + Fix multiple uint32 overflows in writeBufferToSeparateStrips(), writeBufferToContigTiles() and writeBufferToSeparateTiles() that could cause heap buffer overflows. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2592 + Fix out-of-bound read of up to 3 bytes in readContigTilesIntoBuffer(). Reported as MSVR 35092. + Fix out-of-bounds write in loadImage(). From patch libtiff-CVE-2016-3991.patch from libtiff-4.0.3-25.el7_2.src.rpm (http://bugzilla.maptools.org/show_bug.cgi?id=2543, bsc#975070) + Fix read of undefined buffer in readContigStripsIntoBuffer() due to uint16 overflow. Reported as MSVR 35100. (bsc#1011841, CVE-2016-9538) + Fix various out-of-bounds write vulnerabilities in heap or stack allocated buffers. Reported as MSVR 35093, MSVR 35096 and MSVR 35097. + readContigTilesIntoBuffer: Fix signed/unsigned comparison warning. * tools/tiffdump.c + Fix a few misaligned 64-bit reads warned by -fsanitize + ReadDirectory: Remove uint32 cast to_TIFFmalloc() argument which resulted in Coverity report. Added more mutiplication overflow checks * tools/tiffinfo.c + Fix out-of-bound read on some tiled images. (http://bugzilla.maptools.org/show_bug.cgi?id=2517) + TIFFReadContigTileData: Fix signed/unsigned comparison warning. + TIFFReadSeparateTileData: Fix signed/unsigned comparison warning. - Removed patches: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch * tiff-4.0.6-CVE-2015-8782.patch * tiff-4.0.6-CVE-2016-3186.patch * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Fixed in the upsteam release - Changed patch: * tiff-4.0.6-CVE-2015-7554.patch -> tiff-4.0.7-CVE-2015-7554.patch - Rediffed to the changed context- Added patches: * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Upstream fixes for MSVR 35093, MSVR 35094, MSVR 35095, MSVR 35096, MSVR 35097, MSVR 35098. * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch - Enforce bits-per-sample requirements of floating point predictor. Fixes CVE-2016-3622 [bsc#974449]- Added patches: * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch - Upstream commits to fix CVE-2016-3623 [bsc#974618], CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069], CVE-2016-3991 [bsc#975070]- Added patches: * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch - Upstream commits to fix CVE-2016-5314 [bsc#984831], CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842], CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]- Added patch: * tiff-4.0.6-CVE-2016-3186.patch - fix CVE-2016-3186: buffer overflow in gif2tiff [bsc#973340]- Added patch: * tiff-4.0.6-CVE-2015-8782.patch - fix CVE-2015-8781, CVE-2015-8782, CVE-2015-8783: Out-of-bounds writes for invalid images (upstream bug #2522) [bsc#964225]- Added patch: * tiff-4.0.6-CVE-2015-7554.patch - fix CVE-2015-7554: Out-of-bounds Write in the thumbnail and tiffcmp tools (upsteam bug #2499) [bsc#960341]- Added patch: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch - fix uninitialized memory in NeXTDecode (upstream bug #2508) [bsc#942690]- Update to version 4.0.6 * Supports CMake 2.8.9 and later. * Add missing file which wasn't being distributed, causing unit tests to fail. * Make shared/static library building configurable. * CMake reads all version information directly from configure.ac to avoid duplication of values. * CMake builds are now included in 'distcheck' target. * Autotools 'make distcheck' now tests the CMake-based build if CMake is available. * Fixes to avoid undefined behaviour of signed types (C standard compliance). * Fixes to avoid possible isses when casting to unsigned char. * Fixes to avoid undefined behaviour with shifts. * Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). * Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. * Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. * Eliminate requirement for and use of 64-bit constant values. * tiffgt : Silence glut API deprecation warnings on MacOS X. * fax2ps : Detect failure to write to temporary file. - Changes from version 4.0.5 * Support for configure/build using CMake. * Support for large (> 2GB) files under Microsoft Windows. * Configuration and building using CMake is now supported under Microsoft Windows and on Unix-type systems. * Test for and use fseeko() if it is available. This allows supporting large files on Unix-type systems with a 32-bit 'long' type and a 64-bit 'off_t' type. * tiffiop.h: Macros added to use 64-bit equivalents for all standard I/O and POSIX APIs used by libtiff and its tools which are limited to 2GB in Windows builds. Note that these 64-bit equivalents were introduced by the CRT provided with Visual Studio 2005 and if the necessary CRT is not installed on the target computer, the program will not run. The wrapper macros will not be activated unless the definition _MSC_VER is at least 1400 or __MSVCRT_VERSION__ is at least 0x800. * tif_unix.c: Updated to support large files under Microsoft Windows. This makes tif_unix.c a completely viable candidate for use under Windows (in spite of its name) if the CRT is modern enough. Please note that tif_win32.c already supported large files, but only 'tiffinfo' and 'tiffdump' made any provision to support large files under Windows. * _tiffReadProc() and _tiffWriteProc() are modified to chunk I/O to a maximum size of 2GB for extremely large I/O requests. This surmounts limitations in the Microsoft Windows read() and write() APIs (which are limited to the range of a 32-bit 'int'), and may avoid poor behavior with extremely large I/O requests on other systems. * Updated to use I/O wrapper macros from tiffiop.h in order to support large files under Microsoft Windows.- use spec-cleaner- update to 4.0.4 D tiff-4.0.3-double-free.patch D tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch D tiff-4.0.3-CVE-2013-1961.patch D erouault.2862.patch D bfriesen.2805.patch D tiff-4.0.3-CVE-2013-4232.patch D tiff-4.0.3-CVE-2013-4244.patch D erouault.2861.patch D erouault.2857.patch D erouault.2856.patch D erouault.2859.patch D tiff-4.0.3-CVE-2012-4564.patch D tiff-4.0.3-tiff2pdf-colors.patch D erouault.2876.patch D erouault.2860.patch D tiff-dither-malloc-check.patch D tiff-4.0.3-CVE-2013-1960.patch D erouault.2858.patch D tiff-handle-TIFFTAG_PREDICTOR.patch D tiff-4.0.3-CVE-2013-4231.patch D tiff-4.0.3-CVE-2013-4243.patch D erouault.2863.patch D tiff-4.0.3-test-jpeg-turbo.patch- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 bnc#914890, bnc#916925, bnc#916927 + erouault.2856.patch + erouault.2857.patch + erouault.2858.patch + erouault.2859.patch + erouault.2860.patch + erouault.2861.patch + erouault.2862.patch + erouault.2863.patch + erouault.2876.patch + bfriesen.2805.patch + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + tiff-handle-TIFFTAG_PREDICTOR.patch + tiff-dither-malloc-check.patch- build with PIE- security update * CVE-2013-4232.patch [bnc#834477] * CVE-2013-4231.patch [bnc#834477] * CVE-2013-4244.patch [bnc#834788] * CVE-2013-4243.patch [bnc#834779]- tiff2pdf: introduced warning when the compression isn't lzw or none [bnc#819142] - tiff2pdf: fixed crash [bnc#821872]- security update * CVE-2013-1961.patch [bnc#818117] * CVE-2013-1960.patch [bnc#817573]- Add Source URL, see https://en.opensuse.org/SourceUrls- updated to 4.0.3: * Add some TIFF/FX support in libtiff. * Fix bug rewriting image tiles in a compressed file. * Fix read past end of data buffer. * etc., see ChangeLog - removed upstreamed patches: * bigendian.patch * dont-fancy-upsampling.patch * CVE-2012-3401.patch - new patch: * test-jpeg-turbo.patch * CVE-2012-4564.patch [bnc#787892]- fixed CVE-2012-3401 [bnc#770816]- RGBA is packed in host order, use the right macros to unpack and verify in raw_decode test.- updated to 4.0.2: [bnc#767852] [bnc#767854] tif_getimage.c: added support for _SEPARATED CMYK images. tif_getimage.c: Added support for greyscale + alpha. Added TIFFCreateCustomDirectory() and TIFFCreateEXIFDirectory() functions. tif_print.c: Lots of fixes around printing corrupt or hostile input. Improve handling of corrupt ycbcrsubsampling values. tif_unix.c: use strerror to get meaningful error messages. tif_jpeg.c: fix serious bugs in JPEGDecodeRaw(). tif_jpeg.c: Fix size overflow (zdi-can-1221,CVE-2012-1173). tiff2pdf: Defend against integer overflows while calculating required buffer sizes (CVE-2012-2113).- Fix building on older targets from SUSE 10.0 to current. - Add jbig support- Add lzma support - Implement %check - Drop visibility patch because it breaks compilation- change package name libtiff4 to libtiff5. library number is 5 actually.- Update to 4.0.1 * configure.ac - Add libtiff private dependency on -llzma for pkg-config - Add support for using library symbol versioning on ELF systems with the GNU linker. * libtiff/tif_win32.c: Eliminate some minor 64-bit warnings in tif_win32.c * libtiff/tif_jpeg.c: Extra caution for case where sp is NULL. * libtiff/tif_dir.c, libtiff/tif_dirread.c: Extra caution around assumption tag fetching is always successful. * libtiff/tiffio.h: Use double-underbar syntax in GCC printf attribute specification to lessen the risk of accidental macro substitution. * Update automake used to 1.11.3.- license update: HPND tiff license most akin to spdx recognised http://www.spdx.org/licenses/HPND- remove libjpeg-devel and zlib-devel from libtiff-devel requires as they are _not_ required to use the library. Now, this _will_ break packages with wrong buildrequires for good.- Hide private symbols using gcc visibility, this has been applied only to functions that the source code clearly states that are internal to the library. - Run spec cleaner- add libtool as buildrequire to avoid implicit dependency- Do not use -fno-strict-aliasing, no longer needed and will probably slow down the code. - Fix self-obsoletion warning- updated to 3.9.5: * fixed integer overflow CVE-2010-4665 * fixed buffer overflow in ojpeg decoder * upstreamed: - oob-read.patch - CVE-2011-0192.patch - getimage-64bit.patch - CVE-2011-1167.patch - scanlinesize.patch- fixed regression caused by previous update [bnc#682871] * modified CVE-2011-0192.patch - fixed buffer overflow in thunder decoder [bnc#683337] * added CVE-2011-1167.patch- fixed buffer overflow [bnc#672510] * CVE-2011-0192.patch- fixed "Possibly exploitable memory corruption issue in libtiff" (see http://bugzilla.maptools.org/show_bug.cgi?id=2228) [bnc#624215] * scanlinesize.patch - fixed crash while using libjpeg7 and higher * dont-fancy-upsampling.patch- updated to 3.9.4: fixes CVE-2010-2065 -- obsoletes * integer-overflow.patch * NULL-deref.patch - fixes CVE-2010-2067- fixed CVE-2010-2065 * integer-overflow.patch * NULL-deref.patch - fixed out of bounds read * oob-read.patch - fixed CVE-2010-2233 * getimage-64bit.patch - [bnc#612879]- fixed tiff2pdf output [bnc#599475]- fixed typo- updated to 3.9.2: fixed many CVE's and obsoletes almost all our patches (see ChangeLog for details)- add baselibs.conf as a source - enable parallel building- fixed integer overflows [bnc#519796] * CVE-2009-2347.patch- fixed lzw overflow CVE-2009-2285 [bnc#518698]/sbin/ldconfig/sbin/ldconfiglamb07 15157557464.0.94.0.9-24.14.0.9-24.1libtiff.so.5libtiff.so.5.3.0libtiffxx.so.5libtiffxx.so.5.3.0libtiff5COPYRIGHTREADMEREADME.SUSE/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libtiff5/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:7659/openSUSE_Leap_42.3_Update/ef592a21fe6e6f5282e8956dcc41d2b1-tiff.openSUSE_Leap_42.3_Updatecpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c159199fd2dfa8b584bd52b1b3e3b48399175ba0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9d4c62a49538196cbdb6731cfd683b73050c8020, strippeddirectoryASCII textPRR R RRRRRRR R R RRRPRRRRRRO"1)GT?@] cr$x#%TDkF )KR ܨ+t e'?KZ6b5ED7Uy+CF7.6yy3]sϞtjl-Ͳ$[ߋ<, YVh ގ[O6--4r8qF~ifvVArEN?$|,#4M0,+i;НNIf`WNQܙ}i1!o!5o+[~!ܛ"Dϳn,pNm [T.f<$ G6 8}G^ z6ȻQׅ%V!:h%7%2)/l:]R0L3 f嫸7ҐJ7IX<GnVZp c0`ɳGS@k2KfYyژ`Tƹ]pH;D*v^ B㹉mUxLx !廲ۇv4eLNa!5f*1jy 8_ICnL# T=[Olc&8bS^ifz~%WL_5/ ,-c>4z3NL2U=y!UBg._M>)uGuh^$ޢuM5gLr'4Ά1eXYbafbu\uAywY#˖T2Aqt2u?m[>va[ N#uNJhS+D֥8rcg~YX_3e :>“jIi)MV6/=;ΰOO<y (guR-!^_ K}Tޒx-TD&oe!hz`Zk%~##Zj#X(M+1v/W(Qs9݌#].UŲJ=67f :lۀ{Q֭ &Mؼ,M,P:BzK0w!{c0 qs/p? Κ[..Ʈ([7I?mqfє0 Td|RЊŖ3&rrEV)q}=D^u{L*dOzX 9l. 2op7<>\r;2|P b˔̚5ޑJ;:VLҦ(Ҳ)$ꢖK ɘ4G&Ú$XiÐa)DZkW毃]37^˓Az`ډL!UD+|YBρN6RHu6K"n|^\Tɻ!{ B^_5r},sMY|F_Z_o9" ,9 =0'WU<& 1DMSbIІƝ5w\8VHmӠml}Hx@WL_4UIjڰh3:#0ҋ8)b$Չe<$\Qe9Uj41i)2RF75ʵԞQq@o~=Mmn{YRiٓq_5:x#r*>V%X̔[]n_{]vUW P=+!¥wĞxB";S^.+X)(gS0 9.mi[8mP>هP#s5t{hqVs\@cC4j|c7`ց njĜN,LhÓDryפR;Ђ*EM=!g*/+I w#3nw{gO[5`Y~&e>pǷ20A7zF/NKvRoR~J]>l?149_8nq<ʻ:]9 _09x=ៃ#nշ~rd`VﲼgIMĘiVf)+qr|plgoDZk|D~Ef|Y" "Yf1YCI7&zq}qV>%)Ȩ=TW&/ e[GofzC/[jZƋnTDWӽrE1%ݞ$w9-d87d t]5%[ArG\:E'nQ3IŽ)!"+<)Z~/3,<&eܤHLyEOh17aYBaб<>W,=E=dvw?Nqkmڮn`3Di9EHɁ||ڒ=hl$Tc&=en/Щ,Io.z XrBn7]yTbE]/V [(GpW_v|/`BtCqګC8B`ùoؽ; Q27uHlG>[gVWnʃF$(ڀY5d!g`]~eUcK[l$[@i]t \2N=@0)+WceRLv3 nHV|WI/f‰VW΍ox*t)$3 !l5&Q3UjNﮈfH[,y5]e(b \A0hEC q2;"D?nk?D3ֳȓ,5nZmI"guJ{O"2KP) $UiCALQm"~顺O6FСiѦzRiE1.hJX!-О)^H\sQ"N'#UԲtl^Rt\wnYCʫqؐJLPs*ǸB$QxyS9’~۝MW/QRm6MI 7rOYuv|觙2  誂MF+QyTnxez%>|TYR~_X=M^#K7s{S $v%\&!⣽فLl,كKtq;^Uܽ}a{H1UpmѸ,vXэ6dS6ae#dF7F1AB&9v@]nż;Œy⺈C36):*fyBr#*T g}J]~sfH xT2s\'&7i2]U;QQ r;`@RLh&;9AV#muxeAFYtǍ. :- aC S^O ]79#B_UELAr|k2#wv6j'j~1_-Wyk9@.NZ ٨i PF%ԌEl/ԼRգdQ5l ߉.BG5hG)>|mv kxL#ƜW1 +@l`. g2% ^Zz3ܪ=CF.h1܈/&Fф֫4=%ɕuo_ļOʓgCbm7cUDCF^ ZId(}I]7ACEŗf^~{}dpQ؈!.,FH26RPo?eB+Xl) iSu㚑)YTmS?Iʩ c]cϚ$UV0)~e +o@!@,b(),Gv2u0FK瑽=N0sU<|](x6P’;#Asc`wّAO.t=AҖ@]k y2L*׾U­[VW8(5guݢܽ-8 +v3ƭ<$qz,-,0-~ڭ'HvD'タX wϋ`Z̐[6hij`پ\ϫrۥdC.N@'JM1+;Z2IƜdd 2^Lo(j1O)yҊx(Y FtNGQ7AFoSj/sdG@=;/z0pi/t38of 6fUVGZz\9)ôB͢dL$GLs#4WGu9n0=#ٜ .*.\6<"PD[Ӱ6rdNɣ7!P9u֩H%N,.Y#{:Y @~Vոm`U=щT?r§rwu^⩧xCԾ[Y(?%^U&`DhlxSΗrl~$T?%#NHm$mp49aWjv %@‰s{k 6+ju4]@b˻h%#1'-zZk~ [hw/6/?XUPQZ;ľrց} x˰( V7W@Yi;'{gNU` ,*΋-ȚPoK0 Zm{ES0PؿȂ!!UG_XEI5}U J`Iy;XTƝo+DUlbQ&Ϧal% B{l]ud<^`;5v*fJtm@T/W'T3\a!dgn?=sj=p<""]s\>\LKI160NitKi{V!rW3(dڕ ?pE}ƻ"sƜ1y$V(/&N"L8 &)b)q@Zw<ϯuI56PQ`Q ;@`O-H '9X-HF /uEݐ;"4g  :Ήˌ]lÝ!tWhˈ>ǥ#|3-=0'reiUA $Ǩ@gpȕѢD% Â6/nPcsH#^zޘFdٗbDAMU"7a"Y50!Cճ策 5I죭.H97?#W OBٷZz7 `\46J4dE+"XcI'FctB,Q1ӹWEs[ ve#w'k>qMD= B-?uTkS[)^5/@t&NY]yk,{:1A3nhk =,e,NeB&qޅT8weP ߸H2DF#G4(_du؃*@Kޅ>+87J_=NEE>9(n0OpZ3d4h<B4c.::?/,\Z $p@#e惃d[f.C/axAGo9ZH% ݑtfhKRAmUh)xZv|T-L 4yڠF6+햁wS};rt4&5d}͢ "2: mNQuAZpYεe 0#$Y{30/FhҨV /v3յXlSQIu-1֊^N{{ܙxWsB}QN@Zf?Mz-aSc {\ WAwnzU.3InL O#J :};̯kwL4}싙a/4anxөb~sUFbXVmTA/ K5.2A=4*<ݦ$G-%"2ons`B8sR?&2|t)Ke<`I:8#1y#$X\Qj} U^.91k: :jm-qΛd \bFv 6嚀5X@ .Mpy3ʣ:DaC5rw3fa4S3$4F8v[i;ykJ(<} Z&b?7 xrǘM^_B`F,yqL,lWPZOIP]=GSnҋ(M5O^:'WueرfNnzzlG_̇27u!ZWD/Vqb*$Yx6n4Dv |lbZXٯID&~5Ӊp3Ik| yu;u߉<ɸ *8'8^O6iƕ{y?gN3iAA/᭩{|͖.(&EO9,Piӵڄ|(Cp^KZw\O85qF euBXv{ip#U& R ôJSܛ0(3&Д/yqvjeᶒL|r[L1}Nx:>)f&Ѕ lW&bT*yn?"s7)/5{aZmJ^[Pо#GZXe"lb` ik+gV|& '1npY*ZsI٬P6gVʢ71D'[*9u`4ػ|ü-#eI69xުTY2I5A4TUMp,]BJ^K&շWK$w7Jj-hxjdd"@p~]FA7{]؇CX"NƘTᏭE~|H]~ե<{x5kJ2o#@f3j 5KfUA:il7݀n -? (tNT{R~$%9wW$ _vY9U̸G5@HW0X7^Y*.BE0Fi^aqD..qnЋ,xBH:Y A1<䞎jݴ@>[m>ExcYG!*p?}8PJ&Т_ϟ=Z>k|e:\Sci=x8f!:5pߩNwk+Hdl2']쫳ۓ+.%P1R/m[!$'gMS2ZխʃXǾHA4c} ӹޥzo-7r(uk 9)xBrtr8 pE7oLB:D^ع$hIojG\;sF;s1P!VO6Rشld=A**uQ#/jE:g*, T'M&itbDS60d8Mʇtr5ߍUVt"0 ø͉FG'%x1MF86Ca=$`}To{Uog^,;(:{pk]o܎NstD&z8 N泤u~SGB=cx*&6ܨH[D~ˬKd=KI6Lsٔޣ'!`t`CUIB-"1/BJRǗ6݄xNy]I]z?)Z>oR#ַoH7ejZlNZt #/В29$z]Q4t:ʌ0|֌~ k{>(M]a/0wuϝ"@#@;JP1F7bp+l&8]N.,#%`p|"upvc\ 6Ŗ\%k1Kqcu 6hG#9e,p؈/Q~VS/Hc3,@K!,zmlH#Y+:?w}&J:+k/$qnWJ#Vr, }0/B Rf`v1_iVv|0'DyBhpS'݂iT+:GT^ULiajCRy\zIfMfEZ+ {mBYL«F$cou=71l8~lxKjv W*Ȗ]7(& ;3Wȑ2t=HPyxqYem^ϏZWDQ|~Dʽ;v?n/vApFh5"Zܬ)؂}0k5;~RCHxC׽WO8#HJX./& r8 aS[yTFZr׍w?jÃHY H]>G+BWU.r\VKuԃfd(-DhUԄ CE@:N=͈8[̴fTT(\F`7߂j2~:c&dHo\d68.חYte)I 89U`ZNrr t1wn|B&hG Br&"CޤM2(t"/gٝ]K)0١P:~w 6SLGGʥ:-?~]CYQ0k#N.4mz'.8חu;4p^ykMX)s4VԥUoہOszZAܯKYi"VyMv K? FKCE 6n$zc;4DIJ(Hٻ^*{hà*rڲb. (Rl\i^J:KHng<1ڟ<6>\*YM];Z-Tkv4zaJHi-8@eWNM\d[-ԕDsjMٿl7yR% sP;j.7L#9Pʯq i"("dhC㇉hTi] |bXɄ]g6'VnZ".Hbq=Ŵ ԞLۍt( S}*ҿ( Φ㜖M!<NIeRI)pEE澬äYIGo{W[`>[jwXir?9P\Փ^>۷4 v.r Q{M_ +R}3yc/u["YʼnȉK O[uX(ZU X:IDtt`fVVAo?8p֓a/T3֚0 6̍E+IwOfꞕdߗhn"@7`|^)+2oUqC 0~(K¹$ YTmQ.:t{{L,"*R@1.MEܷm"\'@] R>Wws|%FJ.T >PY{b&|ަ `zqmgUp;De3 :n M }}4a DWBH\zx2vs![Mf*- gmN[> 䎣W&:K 3"$[vB71EQOBkMj\e3=AՈntR4xxI;؏NsboNٸ[gIkyE߁ez>Y|[ ߆3MQZ*`pe}dҎTm.XTg)c\':$0*u`XO-nR})X DNl:Ml8uDYϗe{Vq=TǸL}᩟8^oNv>Uh;v^xKO:0[dX+oY:'1MD$DLU'ր p.ADԥvrS"u OTEv6!Q<j?.- Y ޖs،{Q4%v9 'm cHHC1MP{.ST Y*P2oCdC[|l81Q1=*5i P ro-V]h_Ͼ8}zˣYPO'I aIDJV%[ }+Kр}>NXṷmocHr-AW\#?oD^F-@aThD14,C!0ټ[\ %'g70r ӹL Q|թZbAFXO4-` _6 b3o) cx+yRH\f*が&54z; L{rVtC[?̲:Qaڷ@U8;a&$ YwmJV&s.ZkH긾gtX~8`fW a#GA~`O;s$|%oG .T L_)S#g~~^CWIyE\A,W0~7x8ڢ(cxp=_f,t]0.v]@mS9戯ȳ!˪GIX(sGQܧb9XοJVvY&'221:P?v D:[ ʮuIBMXǞ0r]=W?,5)Z #V-<ȝ82|aڒ0}Լ*CCȧHg(+U3mS$#_oTA.oa3UpNnз'a*76smxhdב jL:""E@t\)Wg r gwA_Pd+u|H1gQߒ8";Zh@crl$ P|,?!54*/FQy&-qq_n4 ~sكf(>6O @c#@Lg .\hsY,CQ< rD%lV}3&)[:dlSjhX>(vT{n&pϑG~{! rCWxUQ(ǑJH)TPp z zq| iL.w8zX;)DG dcף5LTFqGY^9c:_\ᖵ腢@jo @Sѧ=rOszdhWf 'vk*968:3yeѥ2^-bHV^Jȝ2lQ!~z2iIϑߴVB1c^+$Mt[+{Jۻ<\SRY]z qZ {ըʙTof_ENs,% JĪ/Gp:}0$ \V/d }т'ܩ'~ ^JdVo`ӹ+ɥ)ζ<>\єvAShTAĽʌiSA?pPCyRs^(.iVughIW|Ssd炳 *WQ!E`ayWNNFuj_&x2SE]rl a 4Ac0NH!FO= 2=.eK;OG'c,;)#*2,f 6@=zgx6ѡ@x tʶpK}H!GfFEumGn+|+.ة#8*? ˀ<@K$`v٥%R&KCpTɓ$I'8"qfuҺ !Ğ/ܡb]rλ,\$\Tt4XX>g°-'筿1 wDM;:M\ N?Ժ<Gp\.]s#=ڍvv2r+?ld{N/1 cF{=HPUe,  "@ߋlz2.pt_ .k3' |_z(M|Uo4 LMDH c=DHZ 9/vKpA[+ՕDIjeRE^F~G &q)wJ'mՖi$d:\7# M jTӧ*}\&|V̏y[)62L>VBuÉ89g<#i˅qk z!o#?][$ۃgY&gdqEl0Q; s[APP('ҰhTu<CD,\~k@Dg?j"> f52oeG&{L;[l'5;:}k_\z5"I+ O5^^|@"McaDӿgEjlLMHq^Z^NW4>m!h/˺k Ui;͘v5J( v7} l\ztWm!6WO_{3lZ7:RFds:՝-O#iurucwwzN-usTtJqY:t%qJRլyxَ.폘[Kz&XDȕV5xbD^}Oo sN͕~ɾI .pG}ke{5V Jc+oe"2,7ϟ^=KzWi@AhRT?*B.$ɍmDJK&k=> ߩ:Q EF{Vk oGV>xrH,Gb5Az<2^PƣW@708eX^BZ:^[ʾ@/a dLВ9̥)ncBx+b=0TcJ_a bt3Kw֣C {1*EB E}hP7/j*40㥿tBj *<==T9G*t|) ֱxΆİv1'O]c\u/{o׋p;p8**ʬ4 i67emܓ@BV>Cg睜!Rgs"=) )Lآ'Z[ }|xaC% ҲzgR$Xg#R,5h`( 5),o)DMѹ\(DݥyJt(F{(t@BMLnVTW HJVܡzZ|::v#I$%(i{$òN%Y2ǂMW9ɰLY$^CgYn!?񧟫aGB/[@nEMz4trddH^nWj/zgc/H&]Ol$~BWkY5N."&+rI:-p+$&ctZ;C|g?~]崢Ǎc5G~5&z]K ?ޣJj]S?˟nt""&W/]鬭dje"[s.?nǿ%Pʏ Pb5;'&T2]/)ܦP>$Y mNq8LQ{ӧ!=D|?ƕHHo Qs!;;ijc6_-dO(3h$L.2]Z\ `B)]hqe\ mKs- sv 2tN}[ɫS}5<\ PUĜx??0e6A{g)t8w9}&:V2& qFRv>F^,D^@TYJbNF!,/_fpɢU7n%4>i{,a!c\@,v5z5 `{-zYȱF@eز,hko0萸556$޼ RTNb| LD߬e߃LG%_R!8 82hŋw:`^CT3&!g 9Gij!o=z;y,EWF׺IAځELYb*V"+Y q$K6=3uۦO^\)7gܚF':moA;[eE$IL!-`TCM{X-|q-io%Jr=YpPaZ'J(빊5lb˯$[whz0Q,g109¾ZɵJ DPjD@Q+JƔ {:~q}o~iZ^NsKo_!ڪl\QyaID-RחpΏ 0ͱ }`Ky-XP-Ӻ?$HklKXlRHOa"0eHXXn6NXدKsCsoUNQ.;*L4eVҸ(N+JےեrM̐Y~1\( .}!bG-0_$@k! X#I3L o-iuK`yqav:FT) W8ņJ{e*g8R_kt`NkʠMtH@Pև[@qW9>ʀe/E2ڪUyRCyuI+A" ?}uRC믶rÀnfHRZ߬EyeE-1xmк9_oYh=_?FԮ9u~aGu&[ibKDB_݄3Сv3474PR Ճ}Bm#3r-9<\b6׍r,G RxC;p~{#%j󭉋K1VxAAv5!(?Hf? Yqt|>Yp() piH! Lo'JWH/= EDwj&ze{֒9@0mM +vgŠ[򱄣E da*)K1tyEϖDiufД`UB$dǴ43SFBXa/oUYSDE+;G_Y8lG;[pt9?-;@iNxMGe} WI]`rc<)_ ɕ ^i̧D]ɜ**4T 4$u6cgMv}S9S>o10+-7$_trXss'[-ZںUQ~$/ΗoRr}=e3rIy`/_7B6׹NfPY1v9,"ѸImS%>~\"k?#v11(yui|]CgX4B$?Yg7ouQP(3s) C/g]2:)6@TfM^(A yНwo~Ɗ3 &l kP7G/j-ӾUqƝI6M:",YZ[Fvq"=,ZWOzjl9 ޳x9[3q3;. gnqw@`}*g)J0b}d B # o8q)e5:2 }d Q0pIDlÒZߢ^7ewQ2Qp)<+qWϬ+ m{ BM iva7Gѧ,tNN8 J.{: {Jшr # yz(۹pxFUǂT?0%1m%T& v?~kgZyKʣLU@iB^ G*FL8{rA xԵ5Bg};>`#\0{eP Tgዯ*JvOkͻ[X!Qa(߽ ^I⡄^!ڦ& zZ{`cJe,@7Y\ȋ5tbQ"ZQ;B0+ۇuQl†O'Q?aa >\TG^-k nt3x✼#IP,gx'67xBV'mWG?mGC8=.ek =gť]>ih{.f¨442`9ğ\`\&OX]`h;7+9Ϗk~L 6fqYW5pɈO (pOdkWYФ@H]!#z')|Y_I濥ߐQmrSSd ;FRlrn+*Jg3ߍ.8w<,, 0կ\D 3O FӦf+sĉ["v=>#w  H2aʔ8[x3Z-C_D^F'J2t۩#7%a.ҹFR@ɥݒvLʏ=1ta-h`^-< 颓9L_+`N2w}';g`6ՙHgנMC+fζ0:f C$`s{i/+o?! ?Wbg Y cKQ1EJ9UOl*ʉe keA4g ٙŇjcVMRslw\C&(@1OՑk㻚X LXT^͑-Oly\W⺯R,dB61fwq6nMUE9"2bHF zL1r`Z ^xqENvwkd}aSh:Xm޺'PG{VJ!f^0i3h~ۅ c|$-SL%ȗ4Wn^Ūa!O7>sOxw~ ]#UDrX^ܻR$Wțu$N|$Iix+!{!+g1XewpGɗ?l܏_m]lUmuZg#Uxݶ%,nqNaP{+zu[a[L&om쑯I3kmCRdzh3B4VPy!exk2gqwe0zq$>B7DM!ID~-JoN3 J!U ErGEMVl"C. +pO Nd^qmܣEKou>h"QZ1YH'o5| kOu`%%v?PR?<"'*|}Au l4Si3רCv=0Or#nhWGH.V'}!h6rOr0Ƕ݊Vm tS>2Fo@|۸ZPc'm%; ǁ3M* {>sOzqtrF;5NhR7O NZ ёU[Q!Grq1*'T43s(W}% Ԛ sd48\ZY MIa/ g<aAIq\W=KV6Xn{\ _meIѿwG|2dgѿIU"iC Q/|=!y ;۪_❦) tcp<Tpf6'\&XNP |LLp< Ȃ!R@lx[v] K9d(0"Y`y]L}BD\mK^:|ddCZsu)M-E64*2#bg{ y?œansI6B;ŕv E0̩rfQE;<& lu$^&+=`:i^)GxDkrjA8V&t$+yQt"f;u S^FjhBtA5B850sZ5*4D5[ᯣS%蘡z10ؘ>yXb OlgI@1a䐬*hHV L~iNG#N|A5_Z4p*hq,_9 Fws>C^ 1*ב̞oXI{'1d4&OyRNI;LӌĒBBqk^PHѨi;¯ۙ >r%wXHk#03X$Mx(&^ W{'PQT&4 C~z\(V3̦.nwqj6F.61x9ߥ~tn;oznZ~QٜY/-xY'^"$LܹZ]ҵ$_81>}#,R C"`A"Ew=m0Va<5d ̘",umB5(`RDYߝA7д(ɸQ R7/HEh/ꮅ䯸cK2N3Gbm/J{t9AIz`W&|1M%qcQRCɩRf)^.7y'8+e΋{C!1刟]8ջ}j&43̒^NљG&".,3H!D(čJ?!~eV [$y0 M܍tAF騾 =F2芵[6آ„!5κ8?0ӎb6ֺL$rYZ5V^h.<ό/qKzVqҶA!<쁉>U7yF Gb'B\V)ӗf/lll9Q%i/lt%Rk}Y b+hul><sfc~\Y^Yvx)IT1YC:H ӫ_>I %EH$2 \U4xms E]8 $539SV;Ū\2Osױ w.TMzHui {flmy]@4AlM>YQZĨu JkrGx,ô.X GbSl!$#ckYO&,a*. ЧV46n [eK9/CK1H``4ѵrmD̕4]K QY/fgXZ[U*!@&-!>z7#tcc COJ0 |)04gl1כDa㶸4@j y4ji> LE.wV!X`..on$RDsO{67L@I7 $Ȏ-v 8-9ZBr?b <7EL__UllLkfR}ܖѹ&a2tD6UYqlw[(ZegAl7c$įMsV&4hU4 >i+äB2e7n<>HiE̿Ukti>(TP%@ܬ/̼~yAX^i {.mI7"m+ ӱW7G1)WPPj r|Tae3/ wRO߈hhXBjNB;Y6#U`)?W x+t \uǛ61|F#/Zlct$G7%36U>P8Nt.HEkdv1.|viLTw=Fv@!Q0GD!8Tۙu-[_*z^H%]= i,#/.PE?0\hfT iIJ5:t3S)}.j΋+v%_s/'aR[ 8Noke6*88v<g'<.tNu]]5ih^kL-RE`i|>߿>Ȃ| 5+<{jEt6&z&vZ Y>9t^?p}ODn' e|"㥈7BO|a*iB`INiҩnSܠVń pmҏ t+@_}Ff Ir;o{wiӏ7oaTO}̄Q0>B:Ag?2(.3Y"_B<{$IoF4vKĖ Tuɩ(}Ԏ3Nk;ebGD:2qy j:sb0[Ia2މ1 a=nWqʹ*,þP'yEf `Eg`/n<" ٗ2цNzñ>AbxtڗnQ5.$K>?g_&9A}.2zS2%-c ΠIІc4UP!Dw/uf{)x8 u=> X(IWx6KX`;0ۜHBjrT/@\6 11rHA2eaOdHiA3foU܀++RWkS1R*Az+jX}׼<<: 9'httb֦C( 2{tȰkBm#qK韩]Z|&¶[pzH-;#qHaS!Pa)̼51?V11q_u4OUڑE]7[mӇ 6v+zH8?uӉNqV5ч78Zc.(&Qeh۷:W *PA{-AD(*Rv w5.Rh{lb9crK @F+DC 1J<`dZ޳/ӿpx>n UM$.5Y_M$NrZi HN}47ihNLy^ކhHG\=H,.(U7^j'͔wo?9sxh8`N>vJjLwN(r#} t^u9ۯcD/ C 4VCxg )7XUEBpfўJCD5I6\ DWD*j'F-Ila5E>64CݔiFhxv_%mb{&Lqʽsw!l`@Ɩ~qsiASf߷ssH`|M7C-dˤ'Nu>dSB:AlXUs;Xy9^0NW^p%EVQ9OVNg8iȿ"@_U|,:D1w}߽tm3O:8n "W4OJFuӶ .0-G<3M<1DO x4,hfCyϏ^Kh7b'iACt 4:߂ HxYy&̆hỲͅ]2 o2g`B)K@:cALd-ZSĪa v1p8\gc9%JQu}6q=8@ML(VPaߚ p{#њdYxbeۭfegiꉃ> #,}UIzY$ @R2<L*wQp3jW%Щ9Hcn(I.!]_MuFcu@7}䟃PO$ _[Z=H(kT^:ӋW`XXOpl!~HS]4wS+aS^zv.vKɚpE`+3t6^p,,Cv {i6 ꓔ&d3*'4}d! بlWGdcAC%m ~8hX-]8# B+ް\Kߏo5e5uSk[ѕϋ՘˫RҠ-ļ>In2x[b@iƊWWqˇt_{Ll$jW3+sV&r6u#0=t7y 0+V| o)k·X\(IՑn40;0y`lHiB? W%ǖ@kTe1*+-?[ \au,@XDSC[Dopߤ*zݽy>SlH+a\m9B hޖ#V"G %&FTϠEXW>`*e-]3RY!\sc `ڌ:qu!S( ׉kJ⃚/cJEaRb8kP;p**:nsSZ`E3X@?&Lp gCbҍc6W R"GthcnM~S}RU0ʜ-N UJ۩edqCga g 1XO߆LS8G3Go<{2O忆vvGosH?~h&D$[66}jCy S/>/xc+T>]VR*5<\{\ 3F*7s+0 1ՙ;|LVAsW~:s`(" YW&` qp,O&슄ě1AVݮEڧde~[;٬5C4Lx#f&da޳hQѼ 6҇t/nįop⊷C{0)Iۈ͵ՇG1cVb{sC>5w hA3rՏI*XNHxl{Ju ɞYۮ?`ZɄtmef=e(F nOrm?+;{G2}WԊqG4K5;zZ%GX6DQ -f̮-#ߦ1^X/'#NM~ (Bpyrg N&1~xWZDo,KK tim zj dq;l DFU^'^97Ŀrw!elI'zAYZ:K8oyַa߳58Zr*19D$ Iq$ w_Ck_9m=6uCRlikw1iuqaϔpu.ͳ{?NlnQ?7:ҔGwQJ$|R(+ø$ju3,Q!g)+A1$ ^o$,I MUWWZʿw ;>(`PhPƙd|O# 3y'vnՎD!^bhɑy{b>sHVɛF4,Я\Yݼ jSY~&S} 13nZvc >+"ZH){ -S$؊Ifx˻k Ӊ2ɻOߢ6`f aր̿|),x̚ 5 whnA&I9#wj)c*cSj5J^料 Kv!:7݌i|G2ItAy:0Ҧ~ 0h ESv[ 43LG?Ma0i`LLƀYyPy0>k X$UJ(1fqq7C`(]Lg. 'Vo\`ת^Rj]4:!7OpaNW&u]>/gV=$/9Wp޳+<)1 +~:n\U($5O2.Q>lcOLh'/5ʆPޯ^JMALwtW SKE$#5 bPʏ`o`wٿQ{F,Lf u~6!>!.`ZﵜȚNUҡ$6r "'+{R&S/Q̧T'}#4'w;Vw$װpԷH}&K.NE}\3昡4sB P|EU7n/3'xݡpY)"KhDyg W,M[F ss :^G8aLZE#mچH@e ȩ.lT֬!O|3a ʘ< ڔ3._^ 4 ;ete*`N^Mc R#3q ?1&X"Ki7-h[gVrVmrXt00rCmgB-fVUL@*IVOS:1hc[àmUx`Qte^~WQHHi 9:C/DX$r;k D\ TC`+ /N^E@vE Z(;ײC:(lP1ځdQ.ܪPQ?:ZYZ%%z֬qs* 'B!6rz] ֊M{ JFk{7A 1/K3h\0>^"g;,`'^ &WKl|7{_… lC?'?.E6m/}2]^9׊v+[f<"?n**P+dFFKе)ݡouG]1bQ̓j;oR_L"}0mtT w*@\m5h/2z'(IN c><{*Y;"Z~LgSʿ RY6s'C=L "x1\V0e_~K$/&8>LXVÊJ7\QCAXiܨL̖N㨪0.FT d$yT}7'vC xK\&mJi%Fe%L5ʔ6usXm=l{bEdFm6#umn_X(! jr}( Ɖơ.1Z|\:B?o^ &3u㭳 xq`y,i:?f[|AKd EQxǰ;:5ͫĿ[|b`T#/fM5Gx!ƛatH䎐/yRtb'D_,[mJq' <%M)@fM-  *vVNEѠ6e*K7c{xu V/=L[F%V}N;,ZCxfJD*mPo)hK9@kL hP\8Psֵ4Ir(myp=8GePZd0<ϛf!@\=m(⟈X20ݵD}j:ÏswpEÙZ7KmZ,am/l`.e(Z t@Oy:V"Q=0|yDl?qAr~,0`,cd!FzW+ҕp ]eAreG@*'7~ v \ bY@ʬ:*OvM9@ЗL>IMƖ4NLN ̣Qb.j3PF֋mMAU䚯5"# ḫ߫:gOOBE8wTRÁ؂b g=Y_F 4vc{^6@r E[7|H4~s(-.$Ǡ$/ˊ0'ow )tOi g&nȝcz\x-wG7KTv=]{dRe8_yIJǵ-_4yʗ z;ҎbÐGj$gY\gGT_E ڲ#'D]2m(*%]I/ &+i`6H(T~&FI #JӞ1/eUUZkB@I5*/g o4u־S(u[뉤AF9ސK2B/2R~逰rU_\ 9:8iE+;8*}|zNt Ih{B!ဢizP} תyQs&?@ڿSr!<\>Mn6Kg])&h1br!~=b79k~.eq}'*,"a<逴1Ǚj%',4 D$v6̪:ZߝEUmkz^G8_ w6*+򥛇Z@>Iwٕ2]#_4-9s5&k.0PI̅GIz &hNtrokr*UEz=rF>nv ub:i*\O/ <&y[VϟKIs:oj? \]1uUA[5Me}D}MCtN] Pۦ|JW4:3C=:]z v/;Հ i1DD94vTQq܇:@@`?e_|5vp k./rvz3iBr=̃OVKe)Dbl1eR}o!ttswLx8ΈZU~(0[C_vip&v҉GHLKUŭ̲Y{M)%_[(3لepm4A}ZEY*A':)_^HUZwBnnZI9QqX>WB-ͧ\^mrlk+jx&uVJQŹuW0/Q8i ]2iYvbEuG/zl4 b" Ml%CS<* /&2ƼG@Ή8u\޹} ^p?ND RC‚D/;%}֭{27fR'{WHRiChS?@+![F* s!${ϑNAx7T Y"&ue/Y1R:OXlwkym\S Ln#F!R0] L2{}Fhi?pDC[tAvf{wM+Tv{<:4 YY7(S”ϊZqhFiAjV9wҺOzCr\a{@Lo5Xg3COFpb5`* X)‮N~#p$6[0MrOPt|!N]TsX A< T@r;ء&_$?Y;FQq9{{ş(ZkginN`e6jJ{xN|*/myF?f@E=Nԭ=?gɶZVudՌ&Z΋L@W >3 z-H~?w=)^gu .p+b8fXa%&mBLdX93tF5ۢRNruC5=3uGN~ԃ 5Cj[Ȏ#[d~cnJ4 Dq#XM?|=M)+A)Mgױ*|F3Mj ,G ˑĮHrX6 ꣳ+5CJT3M:(4 Ka[)̕ԛsvI3?fץ1MBR4 !կ07B ztFNŏ+H*HnGm˦٤͘]̣`d0F,~<+*UQ_:n@T#b/p[1jA^/c3zvJghO:MUO\݌+clF[yDB)?!D !C47?:9E{.eQ>pCa}WjK@1B oؘ[=2iw$rxe}Fo)_^@W{alh9lKes{nLO`IM̀b.O+  s&=-p$a/k `uY?l?@̾2NΊ*ºѫ(I6}V]mQ5%bL;ELWNc|w szm 4mLHg: 8>l kJw{Bg 1 6U.jȊ=ǧc< %%)z/Ԙ唊I r.d3g@F gwGE7| )<\BM*ܶ$Iy ؎?~~E$T q ua8TkWΝB;gЖ; /#(!H@rw$7NS#V: cJcI@K< ~zX.+Oӓ$eev *-{sԇqŔ*bQEe%v|b9Bs7kL>Vu7ĝʱLR8{oQb&97ZQv(k_Rrj򐳨)φ[smIp\ <Պ GDrp&zzē ^mrGs_"=\x'9&ʘB͜zd01(lVAD=b yS ϑ-XyBՎEG$bJ`飚I,ǩӆF]U$cEGEX!Bͧ:3sHOQIړ :5wyr(FD֏ڛ,3Lz2d=R@U b i<&c@O$OV%"H޴xJ*[]L$+^Qq8 :%p MLŖvz 縅!dNl'BТV؇Em>Uk=lh_\-~s2l(IFP2 P ж,14yެ1\| <&7T4T@@`9⤨k\IF N=!ocj6{)Ea¿ϵ7YC~i|NN5nBQ#{,c V 臨TF5SZЭþiф2}hp7^' <é1sֈX#Ԓ Nlb[ܯv"D:4 )qx>x DJENX#z|^,HH!T>V\A/us'cuJ91E6'ҭ^T#|k32_P;p"4Zڙp@@SM Y+EaRSoET0#x~(MM2 utRvpnXN[""Ʈ|۰t68>ٜHOȝoFK4Cn<"h tU2 oZ1WR/5&˗iFbd@c?` dIyMr(v<3=>DMĵzϗMf`6;N-݂fZ/'LTpj83"Қ^V}z>ģC˳d5=4qa[]45DUIN+`L0A]š h[oB@ݥ/LC=Vj;_q /pZQԉ<{\eqDXjX3"^5rY5>!moVF{>AE RF^Ied!;~w'fc>( (Sx}GeZ@2آ0J6+cXM%ɋHg0$FC ZMHɠPFqz!l6~_Ѳl7mH${LiI>MO,G ZOZI=EǴVu&TKo1ܒ+tϼZ1v_|[]8 ٛj) ^)xص_[O쓙0Ӡkw-|힇oy\Lҡz%R" YÞcu6t탊[ܢ{GX c׿ct; 1[)S4'IHPQ (©{[@s@)GbCAԣI\;X7ivl=pw0С3N-es}o>T" =~1/&AEr{tʽkk0Ч\ÈbH[" ľ gqP)@=ƋdO\MO*,fW$VI,|!22%F p[/ p%55S7q7&&|Hg %A/'nf~cj;–@}|.FM&a{pwo2Ok#P7~LckxDa=|{ENc@n0.oĻKz_.$c?=<=O,WLȤ®9@'cooegA3sT;%GI3We&Yr"r(ɷ&cf<^Y&fЌqX?Old<Da-C\ BYC\8@j~E9ݧ0,I]Eu&U6bDh1x}Wǂ2KZdWmyYN.EoA`|q3Mt5VcQ7revNuKl/c 3EIn~ųp~ UWo*gre C1@0jwwwLY{ֲ򅚧ҜFk=25Z藷%@¦j8pAM5:#1Mite7뒭0}hc/E$>)Av wR^T'  N!tލ9NWtY75U;{NcYp}ơ 5.3c 2TEU\TZ!l)lu|Ю(ZzOvBeW7cKh@gA۬ӕ>RWnj& ctJډ0eb/=r;Kf]%:6 FIRI0ΒF-X0D, nCXX/x*ʢd0}Sd$dMsqTlx;WS{?L} kM W`[KY£ݚbkq4QRczfr^WenjJŇxҾƐ]0P+k @)"Kȟ2xR@ݭ'o19(j%en$~W %vqM?$ϗ-Uq?jHoruֻ,|5ÇnjOosv {d38в8]Nݾs=@:.a/8mu3@U<(TW"pTy1_fyčh1O 8…-6TN%ɨ*Sr^+6V%8[oF.̊nGi-e>|b|w*} ’nߋN@ޕFQ|] `cLqfɛD$F-]5֦x ,(<4@Y 0g1/u/ ![ ?(xH 'Ec"F}+ic-1 ֘A1gWsEfBGUdJxܹ^pÖ0Ҭсf.1$)oY"X̪kR?T tZ|iCDcX٧gva+ 6;7^T(ӌ1aV[L徬gx-7Zs+81̾&y4 F؞*m Y1J߃>6` Ǽ^̗zE%/`ogM1oM2b)f6ZAǿ2c!U"H4֭)gcQXF\  ]*T1RV %S+XtO8%;EZy:Rдw,#*E&4qz;ꔱWsffs-\DADzxC~Ŗ 1 Rw kya|G QwDP^R=ޤG.g*=25!$ZEnƧqɛhpy" y-)"1ә}qBšV@4> ͟^"mXEZdvE̫s% ScDӥ+w" ♱>zȥm&̭CouԁOZ7n~\q]jR0vyiv jWA6>oO"H \H־EjAGi|O6i&MN rC3&zR#gݯo6 vVRbufgfuSg7{r5Ny |!Y/_5pIv`a c>sOPF!A6 ؾ|%XibAp.HW(5{͇wțM) $,`5,X??X!U5E/żdJz4߯6ڻA4/xT8Th_\Xn/' x(7^8&5lH1SM4˾7J,"\l3jprG9vWyyZrqKD-Sq rkb݀'ihcgNӵ0PD;tԟJS*Pjj+&gP @FtY4,y */n)? y!2nOnЃ>E4:#zrcKFWg4܁8VQ ѵ(b5-].'i7zԆ3R9dU ة0Ĉ+l-A·T(t;C# PeG;%k)bۻa(>iNgĆ$@7>) 3hPyۓGg`/Puu e! z /՜4Oꏷi*XT%6a)铈#ّ_M-\w@" OƉJ~&J`4*C%]zHQeZT٨a81p %w -bQ:@?X,nM(p֭cOA7sD` 7#C+3)U_{fL٩t܇]Ywc|WiyN1 wiݭNkE,HȸrPXb\%};~tX<[o@K徵pTMH1I+SOH5<#x8AϢQ+ZW" u.a oi>_ְh 6zɄ9siwsvc!-/4%j ؄B٥_޽16Ճ@Ao*m 7B7ʔ>=B,HΖ'Gu7x,?yr_XZiJJ5]),>}d>UYOcaMSmD̮N9- ,#8eƕdI4֏LU>'m6 TD9 b##K)Q{iUkKp*q>BdY&ܽU ӯ8gC4|n8hTu$6LX;ߡ+ Ӱ6/iB^@_ѭ.y[$|:يl, zpg﫻|9 ;ӑ]Cl[.2iF%l.W\ճ=T_=D|,:"Z1QCo+[2O\<֖g`_Y Ox==^fn~H$dLA@| @6x^iLDK |k)]Kgx !A()ڰeD~ZUh'Kvѵ./E_=L#^ 5Ujhp?/V3Q\j!v;P=]1DΗ,pfz!=[л&uL +>d .!d1kd d5>OV i6 P!Z_YR,YTsFmVՄO0 ]nT"64:lGq\/-IYw8ndwܜRQ"w@2;ёź{& M{Jқ,k&AO/æ;C$΋pSqC_\+$)c>!\)V{D:_ʞ-H4D0F|Aȟ1 QkOK%;[ƒsn ~:l$]i^^h-U}<"2X?gd݊v>+Ҟ9@zB1V -0y)PCYmEeKM ;$/2k 3M̻{:׭];<ÚB+K煷 J,-?'xQ9^ Po1s!.XLd,o,pŬ$%0/i㤣Zqqhﴈd P&bbYsS|f"t2Jˇ x(:^Jk>KLZ1ݻ%2\)fOܨ5ر, 8C.G7^\?#`{ڃ^%Ǯhg~%>I~V B%ALkݵI#aѫ/jO@ -fZBO:`4i048)v#m9Q)/5]S % @3?bnvhj7"wЂbЮ56o}nQwv9U]ɘ94\fS MrĦEӰρ n&EZkcx5fGpG);ZE9MCp8tCA=j lAd^pNz:nC9z>s;/8!zCIW.pūrٗPg8l2oW׻?O}Z=E";3!d^lzTs<=vk*>v>'K%0sܫiP'~g'RmsH>*afTQp6ی[,7!A1;Å.;PJ=iAnW,i1l%6;>7V3]'dUO R2|`d-UR +<.V&<p.#kT^0-n~K4f Dv?b՚]4=p6>B-/C3MރU~j⌰UADL̝ÊU IO99x{0xJIBa  rV1rSAT۠"f_ua(9&vt>Y e[2gDϕ ȁJ(}Vl\>+@%!Df . ic|j0 ֤EnW_tV쵃{Om]{Db*H{>H%(-"D˧')wP)8nJ&z(xӽz.\aCчp:Qhê4lƚE׭"!vH\3Zt`5_2kVJ\goKU -:.)e~5ܘ-᜙=b1s4yDe{WCFkF02"3l;DTء\J V^ ςF3z`5A`wdHGD6=ŶW$O[nAixĶBk|sxZ+PB^Lp X CS{"I$U=o}bh 㩔Ae(!>Yvf[;T2/N&࿣jƕSZF4пW2Y1Kb jM`JwZԄI95 JzC&7ڣ";P@xjyxc¯yO'FE.h^g >W.G@9?)ŢtI€ ޴1v{ҚݺC3V"K Pxd]yWq?J0=AOTTlkӔбo =6 o!̲8jw"*1ER'$?P,qH0A RdwҚu`e;2?A˯onG ݣ OIA]EȊ$̀Rb l4*>(9/'@~uTb,CC-5SߨXS|&=!b46\&Hӽabѱn z}Wt"gC*n[ G" y(ӫ@{W dI!Q8c@~@+Alzd8|$] qօhGMavV=[A>M֝- [CҼZIP #4yt˜B%˞b6ǃgG;/$ĞE`^{,޼Б_iXz[!- 'vVDo XHE:e٦xȊM~h/rEDUUVWslp}GTCw9@n3o(Ѻ߁gm}}tBxlpR#EQe#a1AoƋWĊ/414 Vj8cı-z9=_QOw"'dؕK/&gY$"0^mGԩLe-AuEoє@hz&u,: wO ` _;E2c@ C2g&I]+t)z{T$#MW((0ZVǔ$X:I|7)Ͻ{.=[Fwt[&>imnjꕶqW<@?,L m_Ш-ܴO *m3'@˥z) "JJΔy j9V]nv%ed}_{dchCDi>7 l@(Z2P;w8d~iAq~21]C@@:CRg.^j8:X0ӗnLPZIr#$- %ΜJJxd^Z BZ/1 ݿ~xGzYܡ349xą>/pj ] GI=јҳJLg(5r#U,_UAǀ3֨ /nH{C8υY9w >n%^ÎMN:E<ˤ'c5UQVvah+mțQu~F"-/u_5Wu蠅ʀjH&&Rd{GHܷ E{0qD^r|*\w쓽Ilǫb:Rs WQ}=0~5G7 b % $}ȶ\x)=48:[M Wհf!uY0v7YܚpMS0; toEӋ yX5qD,ǡ 9;?_0f[SsK&'e8y 4o=Yu)5lmCVs<XөY]hA}; u8 < `wzh|#nQzZ Ծ’4M儮6|9:6dB\FWS\YF ,p> 盙L1a_cONsBxT0l5'P ,џgp]~N YMWSo TWe2{/WIuaAgaB VĖ^cZ\NkRn ]_$ԪKF\~24KTm*%FqRa [ `*ie[ͻsfԛ7qSf3.$҆PCWiL$Ґ@۸^8 a |QjBxDNEGK#1s6C6eܘ};VD޷$4xzD@`_ȟjv*u%|W {ד`Ƃ Nzx,0k7q4Qn 8ALU='>9K,#~*3Urez52ePבf^N 2˕QҜR{Q(}5Db0 ȭ$Lvz$Hp&ğ`!x|x;GnIMG%[7#nP8+0$ I|¥.uz(] ERlv;Vw7P`.umrCCN#G~xCWf˾ѬyG]"~.ˉ6U¤h}[R[FxIU hEjO|m5H})GtLEr{>Oa6cNYM|jOXxRrtU,f 9ӫOIǡ&\%N\pY (1fLַQg.ԕF尉,ZIǨĂaŮP 1) ^qnXNb/HƑOr9^}gXfjXW*3tbe%@&$%hxNV?lx-Q<_ojwf`@L Qvla=Dg@p6%5?Jq#[x]Xm!hLW1U|:R(IZxnQu"p[ԆP}=k0? 鸦L-SGQ dTuDVPO002hPaSZo6; RF+D+_2 LnNYJ\Hi`R/%8贠g |m"[ ڻe~ȣ俌4؆ťy|N#rVcKc;q<\|OOb.q GfxwmR0c U8PQanVфUgstCЗuamɌ2a5ŦsSòڼTي*1f`s]MQ~8tS<>`;8aqvut' 3|;v`^d 8Z45Kbp$ϢhLZ+$kK.zJ̾1@ye/Eo֊k8-8!,fmb? MްE Nm %dOᬥH)ǥ_ coy:*;4k75TTV3wfpB;e76m&žBj'"%Ǜ[.%q0>vFȋuŘf~kp#\t1'<<4eH~ɲZZ]b" WݨzD*Nʖ0ef{Q6oߋ> 3|z Mqd^ӂ|!q $PA[P˃^9z),V~>q+e S4=ܷ }RQ<7{ȶw}epE)QޥoLQa@iw/lv(fNZ ,AzU^ѣeż?_b.:&NO{. v@1Iڧӷ 4oG F=dL({`(R|wwN[[[x_."o ̭|MlTL$ɦ=LnxROZQrSg~_s}?9nJ@Qu'/Zbp-zOahaO W"bwi)#t>,B mLY.fTbr֫McVPo5|7p݇NTJ/>r@IGS,l}T-ZE$ 1`%! OydNk'Я(`#h7ῪT6$X>ڏ.R3o \#J>f^Њӣfq42.":jV+},T?@~!ŪeLlㅗ# ~#J|ˁ!&IZl ?iob 'b'ɐc]?ͬH6ch9G*Q%b;NVcM̄YZ;xqSxǕf)2^V#H.Q{]")dR[sJh{4ˊG箹`7SG}` {Ȟo&;G^ۊKZ[ԍSɶVI;XI+)η5!v:kSŜܰ?{Yj ∊TID2pQDYP]_Y:uB<S"-+KJzڡ;'vz`CUl>%buY/,X5-X>!/7(Q_S(yKc^Bl@̷x!(7$Ӳ߾ے')O>+ʛXN4d= E?GSxԶ`24<@L Y(qώ+/)0;ޠyr߃~5PGdR MW8M4S!u-?rmwvtzv6dvE~DykrL^"Gv @mL6Է2.a!.c qT|eus "%,y%L4^ڢCVBad_\4Sm= 7<([ZCpMw"N|V˄x`?ab+yB]|fX] k+u6Fήt@0٘HEm4";E=M8nN1 )sEv3_;E% we" ÆӁyɹ7W·8, O?<[1Խ5Xg}=Ow369.edcY)EEzO@#[K<#*,vE q<(VME2քrT_$l52w4́N+Q5vݦ'z[䠂jkZ;Ebvb&+R_{KTodnNwxncRy1^$MBh&. CfS^H͍๐ ߕ"r=2ٱRb8^?vz 嘹c:(ep,j}к&_mq옵Nw|`O[C>M(73|9&zIx}`?u@lLHa07keJY/~6846«)k)6#ӸuE3sGi`'<~5M'> 'ؐ-Q ^;lAuhQ3I_Aex,9?^{eWeUzSO՘=?dwj8 >Up+ҁUf֌8z~ *T3YZ۔m]91rAM*̅P]5<7`V\ T!I,ٿ5~h7 *= 7;],Ɨ:}%C~&>j߰-[ˉbwe XNuo R#L6FƠ2ٗQ9QȋK*թaLAT㤌_.g2%&&XjaO,1X?g!)=f:s%LMzǔX_w+6]an)9.zTUhHx lq/`zzE9MA\wCm)CX٣_;)~Di8N-WLTKxm%nkU<؈Y%ܤ\!w8*?߶M41^D|deOm|sa"s< ےQ % wMbbhmر*2VϭU oWD/,i5\*[j[d#B*6*Ӭ"ǚ2wR]ܸʝ"qƍ+t/V&ܷkI,y4R ^k$R/6piֈ˞07X)/KY%ua{Tq)ۻYRsּ@!#&rზ8[/nw:yNoS7'm $~A uwM{A.H5u>8ج ofP:j*#-@dJZv_A|[8qyܢ܀džFP?pwEhlYM*Ho$lˏL!`_Tl>$-iB!gquYsvJsNQi u' \!ꨪJw[LFesf:|+|i2>%T#e+D)#rM~7­}c;8 sJA;KcBggp7E_c&dA*)8-Y@Jd^,M%*=q W 0G:+  vX-?/iwXR;!j؉DMBa̕-CUԸ6 \S{mZ}$>hLɪNYKD)muRyx"q*jM&iueǶHv9*:%!]$[;13S`R|,IJ֤/̰=ʹy;1i hw^ (ޅ*Σ:::T _7JWďxM!!5|^Q?&^t58w(ؼ].ALH^E^z|jN],gSs."5M]  WYE[ |ʊS*1!ė w'6Kc+n;[\8ְC<:LԘ}-t&wFM$ 昝9W򁰍/`u>8<1ZKf~&*JQk/nv<B$%z{!Pt*DG-ʔVO yFvp0sAx~^^ ȖQ%NKܬњISIaӗ33Lw)0\<˥6 _ȩ! 2Ύy@qbIŌo:iGz緥M1ԭ.x%,Ky]DiC݈P ER4sdUB Lofzqı2NAyhz3E#sz| MF2ja;A=L,r8#M%+#*'`;)s*.G(й sX/ .Z4ܸ`@We+&KM}pΣrM`ܰiKq8fTAP'"0ۗ}'K?޲S+ЅG5i iTRoUrnrHb?s8ƁP~;X Rwb()s:(!d*1ɛp2tD  &Lƨ!!Co{`b"~8TU]ӗBBYaR2o^n šE{]B  ?4 xj-t"A]Юg_z-aKᮺ,iLװuA|)&j7elP Y{ Jie63I8_IԽٳOٰ*/Y߲\NێN-€JnK-L!GCs@.>S`25p@;h&1ZJo=3Hײ+ΖpJ&w @Ha^RgMfdF~*>{U};~ZjK=zyubR$H|jdlF2-FVx:j>sÝ| {GimIB9 lNf¡QMvu~s`Tqӈ2.tW`&sGO! \Ur꺬vE 9E5Q" K-N[$ŬΚ}k+H$],efP8XwS. a͡ r hGM}b4At7Jo"vH\ !_k^ךU<'1~uͺO3ʓK"` Fڛg!Z&[OY]CF9+&ŝ"oRs!‹xHӅ 򈉺CP?,.q Ou NO4.]H4@y. ^QؔѳkW˵sUlC }y)f(qi"]*=詑w? ,矫S[J)XԛS+<]ҒQ /)n(`1 A 3uqNvD ޅ5\AwcdXJ9%4@Sb|J=ˬrv[D{`1{͒.YKne#k9kT X__!`@h0x:<+,N]?*R£2gdZs<7BxCBtʆDDENbF~TQ(]y\ 9 KMN pWfYBW"՗9&ڵP'a:C5\F߼jU)̀Vv MFaLR^SJgwیuɅK&kQڊ'%ƶj{j3Fn1Ҋy م=oz.j&;74I?Y8RQTdLZ0NbUXiH(͌0SŢM«^v#oin&% ςBna<2;y 1y攪4Jc2?M@ E 7B2-ud}8d#I f Bl(:-ƺVـTvgF%htn{&TB\|g'Av&瀱@G1aGrYYFCx/3^qer܋~$џ A i f;V[_l;s`M'1N+>AxCQOB2HqdO}c8$֧Nn)&09DsD)RzljO,n cyI//gq06&Nz4vE@DC`Rs5/#h<+/.iTc##5  XHbτJ97[G0w,]hΐK* Lm.nGn#e|vcQ+BXSeX3 #m ڊa7ב ug_qljͣÃZyouDł(2zĔ 16QyǹY 3 ZBrc,6j1nHt]A+:pm~ '*Хaꪛ~ABp{jO6pY%6lYǡ5"ʦ&5=G@үFxsťWS*alsz;ˈW3gٝOeUA$[T16MĨr \T_TB$wѷ*g_Y2g@߽DYuz[(/R #uKp"ouPsӽi  m\'E H6er.MCFݷe}& neH5!@Gcsiq4[hmې*W㽸8*s)9K4)l_M C~vIu F:Q^h%2aGa!~&yKQ3&X܆~F&BȂӦK/o<#7a.a0 ƑpnB^D_L8f*]9'mH "ePw8@7F:*ГF}GH# u /OI'gpHXkhl 7A7)~(,o]Gس5AghxX۳!zUB8sGRsلV>6,ʚſd9dRS91ZݡrI&eдe-v1*y0-乤+38\i42s,Sh"l{ӫ`%c뤗9w[So:&)g>qMp*j#]#3X]K i-wjJWձ!6XALj_[Y8Ɔt_!쬄 y\AYAY'̵Bqey"Svi5cC6b"(ҢQ]+N`7 {Z zbGZqE~*\LΙlMy:@ʌJ-j'؞nA2=9"8wp[PS ggu !ƒgU JA~d\G$#oٚ4P5ooL$81BůR 8[#0lLo}~]sDx++ZpI rXO;5BvI#y*Ӟ.D(H.-4zKb4WuVot8]fh2Lu>02IoEVdO6Ɉk-΀j\Lq9mL) Uv. ? \ i°e|Ü)÷N_:'$Hy+uw 9"WE8cRPOc46bV>gСgԥh-׌k ?l?ጊmj?9ŚS^hR9xuͷ "}r*dr9FuX[<ˑ5vҤr#mpz V+̌3Twxt1#5&e}H, .9./Â>}$(9%*Z]/]QI\H Jo yYk9y-h`hXfV:d,>?E֫t V݄քўI0Trfll~ԗb3 *hn"g|5!TF0”X*^!m3uPq} xF;pk1"Ah}ɋyJdWfD]\yL^Di%̐._۬|osMU h\riVm} nE<ֻXir²YeHkUE,jC4 J9vOۧ^t!hjo xzfZLVׯL @=~K_5ms#{:Zi[pW)Y~x«]ぬ>!kBqu"Θ+_ԥKE:`Ndm SԚW- NJ F?n f;_׏s_Xuq .W^(9٢*8gJ#xX54L5nx  ֭}<{گn,CJHu4Ҙ5g\ܓ~(<(vw)GR>ʜ  b*Z\ 1wٟ8j`{# }rCjqcHmya~ i [h(ln:&<%}ev&s=KTCTB<[QnxLzu/rnVY.=]jq)a ~5M~ |e{1&"znt W5nѵ4H3fo hxƀvjgv]"YOĺ$iIc1M_kl/s ?cۻ}'·GG?;vWN ?K 宨a^{ A%r/lk3BwelvLR4l+ŋRVPu e|N$C^:)8/bWIG{|څmJ&7=tYꨀ&{Yq `aڶTUɠniSealbk3zbuPmBh-E?AsL Z :q I\sKOMQk6xMt%8g"Α+wӯt@29vh,qK-pE0(ޙ&?}8 hIZcO(Dd,sJ8qpR6qԚd#-fM7lͺCqb*f>M:8^5Ӆ,uNڤBb^;TJ"qGx{k"Wr$PջequIgj/ni5q-}^.C:|@뗊#/M&ƿ%ՎuXEqFșlg>_!1zQka7BU iR1"ց&ϪP?0uT^GzM9a!<&d{YcFS@\ӻbֶE d!A5\NΖgJc.?r81Շ9Aš_]7#eDMy+ZL]Q;MP[e)}/CPߎLJ5իfvY[GE%>R;Ħ_Eف́>#3$51vm Txi7j "Դ`5/l([%Q\"f&{@sfwO5œt?GTmZ^Ȝmi^ Qw ;mQ"Ӄ xڨ~8·$.l^ߔtQ6K\?Wdю}ɵ9j)gCT7Iۅ-cؠm͈C"82hE4[C6q?`RS~2>R be6-z GF0qHQ XPgm+ܛX'yڐYzJf€7:Ȓ]/r V v?-#t"DDc[$ i*(@}>8bHo5rN\yW10¸tpL/ڝCBZKIG7ހwf ux»-몂a.0u%@swPu-"CFejr‘~Aάa{23NGrƳ) =c3kE+GU94NjFGv7K ?].V:CM@Ӌa#)$5CIVvK4b<dܣ+I݆Sc #5=<]Iy/VШsV Gd } n$eYaaC&:oWxeMO:Mu<l- Z d4{K"S[.o@-ta.)xu9W jCka&X3[< 4.oaBwM5Wٮ$Rݥ]j&9Un< e G NVɈ_#7ty!=VelY ]5] \Y:qHStHGi^z1 S|"cr_|L4G 2o͡5_:;8#;q:>M\/@n?]x_|`>XrI}.g<9s8 I{;0 BU$!Sx|3Hv vgQ;'nۤ֩|PL)~ Lqn&2,Ӿ&ldcC}#ػ4vC6z_K:kNK;Eb:GOf e^|h0]TD+k7mMj.K!cvct|2'7MNh|ayXU^P%$1HU}6I7Wr'+ÑjMŮBvřa[0$M;S'J7bN 5=̛eBMd.3rШlO_`YAM4]L#c]17/ZXIm|]b?PΝWXWYB3Yڑox^Jeе뼟ֆ~Dm!6e0|R-KWߣJ/UU:wK+(A72=OƍܟlG4k:t=r"?d~Dy_gH婅^?)7W1}`Ym`y uӿ?D/MnvWrƴ] $ c?Ye `l.}EHWϊ.~䊰hZȃ0_Dk.E-H˯tfPH/*@ݐ.|R:*%e|aݎ{fj7"@D[!1~mIψ&B%isEN*7XKm693rHX u+HrN /mӱ}=J*=Y1BLw8FN"@JxEwʹ*W{2 ٘rPnT%OZ%i:Yr[VIS7ġbU͙H#pdK/H`kz2w=3*"QmxW5Bq$lss9wt(ْJ(ߜ >Mg.Po$n](6oX,bpL†s[bC lHost K-fؓ@:z>#@;hC1KGRz{tNnGȂ wYy=#M ,,'bˣBI( %-5U+#-&A2= I7M0 EoKՇDהȫ ȿ@mT@,!ks z7͔úD_QS֍Ɍ#b'}]TD8%OLP9E ;~&[6Ps#|jU4&ds߈bб֒hfo"@J|Chɞ!'[`'؉)PWp%+-#m4{vu3H4B0 $G^/'cŤюn5Z7HA*<_2:ȞX^?mY}TJyhR0`j Լ#Q_XP^:7(m t@U1^Jlo0B4L$]ɜF|OGvJBYTOs&{U9ZGuhmj倈u@''wGD(G^?5k#0S(j؋WIpG]x_P zGK !xZЌw6G,U7o9_J7Z)'#T*2_D)80HOuRuE0AN{U^o}B g +/:)BOBu'مWҨ|a5q:`dw.WJA%vU Wdr0. ǔqDLku"o4p}2A=\u߁(Nj(^A~_{5f* ˖_8Ra:PDg'GЫkm!Td:1Q='6r1^|q9xx'd7{--e^hAk++*8$e UW7;Gr%\+Bxl RW~ "8m qC|x'N.KcK~ "hT>|PxHW ͳÓp(^K,Ѱ½^~6g㈏@{La=z.0r}T^:5_`YnuΪjLIIt=g%(5HԲS^a>m\.)z^MAB Ы6Y*e ('wu`lh`.GcKH4~* ":m朴ߙ0Vhev?)bDe H5Wyg-Xds=ÕLj^-y@Eɞj2+h61ۈ}@ueDzp#11n&NuYHհ"~LOMFx^ ?MKU@d)Ñhc @6eaB:akֶަ&|sI#%Hg,erө>&1J:H']SI+X,wO0ai>ة#]OOq|!YpғK naQ@Qz8m?i2Dreo*pf-%T‚^רD `r,.r"f5qOc|odOXDzL劌ne0Rh;_]~EA=guj- A:^or!N)WeQ4ETO8^^i@1fv~pB4ڮ7}m/ZӾ#;J A>;isEv^h]t( վE}2ӽ?, 9g78I0KWjCYⲊB8&G*TIM;! L? 8TBW"Z<\Sgot Q@U L`²~Zқ *7)YfP*ɤUe'!+,8SDUṍhmXytZ@['4PXsn,Nԋ>YTakgXbʂ-rȏ}"5X`Twf0RmU, (R2)0 tu{bYRĽ9ZÍw% "jM#/[ '{22!{Jy!j[ʨR(}Nk_.z:Jn{^Z g| ~$GϽ݁i$C 3hg ڸ88LPW~yt/m7 *ppNO͈w2df*E'B+(\K!7 PWX;&$hX&rgId-gj N᳞θJ,~z5wƙO@D g\xEdEqƷ1o .<~׫1/"J.ſ" c30[{g$ y D įG- S6=ݺg,aTokjQ['(L`հMl29r:ʛ@˯3Դ k*`pULfĶG1DFp k_YݺBY7ˋc[eL]^xa&AWi ;ڝv7:yc l J &/04@+jl<lj>; :rƉ ' R2=hDEf(G12a#OhuL߱f~CZVo3ky>_1tDX{l{2R9P~%o|I(92< wa^aaߠɟÅɜ@[`$^Gu nj-fRޮSKo5vW8C˶oaKo"ٲq\eI\>&, ,[5 5'?ƁdQ8W+WERAM$)7C>e:UAhŗ~ TsEQ\BUjI6y0a2h8/i$((ʏDeVwgTy˂).K_.Sq"{UMc2>^vNʺhoI_ #6 /7CË#6;S:%@ dz~G3G!5r- 9!.qB{AסRJli΋tg,Ww]tNͿKvu3PRy+zl1wlA!Oh!gvx ZqOȫBI f-Qz oeaC0!ԎL3 SeAkA&[VԟWF!-_p.7%3j<70BnTS2t瓏L™"##W"1r@2L>ҽ+Zv4+cHLF]OlV[OyB!V79 8L.,:m}  $4B똰F[YSa 2$PXRy*4gTH -򯨋Oqm!"Tyf2 .1,CvK&ԒNS<)ᶑFr5ZgJd?D*xKkIl^9~TGu{sꘂ{Xx4H9TX :{Ǒ!ݷD˛%/z}`0-R{Q#jy>?jvN5<Xnin#/K!2r% uW.}Wύ!OؕͷD i-AK'4FX+%Yzh#N¥S>K@*%Ut2_ךOR] W%f1mbָ ֬_y>afWPĨU7uDg;b4V{D[aD7U4p 1sq,)afAAT+tkwv.|+$? #g- 5H9~O9_4ڷ|64^<`!j@pft];b 3&w cG9jր³~osF"2vO>U&2{[K ɓcZ%w?. wKxi 5afgYn͂K x!PEQ A\QTsw\{=wX@-=Neep5)SGH@`zs+ͺF71*A:'KƦ򻂀uxWચ 96T9.)N&>z$]Bo]Hlz&櫲[ e`YU6) $RϼθsN؜!3//<9~yJJZ"<6jrkyEIȹDA*w?*hl  )r{,טz4k\1f,Ì@ tgM꒛ sew p6R~zהdQ)M$G~Xr}c9tE{ *:JC.\pMJ43EFiҫa P 8tu)B7\sR֗ IBsŇ҄] Pl&{ǂ`^`(]? UMTp<\ 00g/D^plX]UDV+!9r #aFULn#Ċ=Hї)Vt([>T"IߨXV 6ץr{+*SǷ]gwѰLyݸbu1t ߈a i5ce/؎\*x 7#g4]DGoz~QGiN3iƁpn%^P\%lKK<qMzRP+y¼*M |gc/h"_%rhMUê`jHE 4Y@ѯ,=W^l'A8d.[,>ph=>ewQl(m(ZG$ro->wf[)Z4%Ĺ9~zk:,? ̟Ǡ*ԝP\gy_*"] k8D{'^FܯT:@pK%Oǧ!LLQ{gSnxI{sT8R, 4lgRېl:Y\NP8ޛn5/ W_4MWɧ^2wQSA~(>QCr[ŷ-c/1UG2#fCs.N"Ps.m&alY"0,ycj8(0TSHhFyfћuk;6ziV{PuZH%gR>6L5=cKO(q(c , .P~$oN8* 3;0tnCc)T{QUbFqX;Oűoq$ڇt𢅮hR8HX=Ou8Bcj./*K"5krgQ^7MksBr4q"_)33$%lPOAӀjk| P0^3ﹹsW^]+} rJzjY4<]꭯QHk0AI@%JBY8 j *3jAs] {5|C7ܽ",ކepb=~rl]nfO}[xk[+WuM? zx;ѐ(!+HՑOxq̙Aa]I,{2X0-"@8٣XQUQEh7 Yf; ƂYT([B'D 8H],M,Σ5r{GZѹ]l  ,gg7w1y8%#1pT VξH i^~b.4Xo{WRެ1V$/܅!3BXۿ -ax3oF_~ ~w\_}-&k8 俇ʹlPٮ.[Swخ~Êp_^+kgؕko͡!o y2euz@"n=UQH , KHʭeZplPJz}>;hó$+Y u};#|\pf0ƿpZFw;h?3*M=P}7tANa'<|m)*9OOPiG $yӊ~ ӱz@ZxyŴͣӁ`!R05*N&1\+?rjڨ\i _"71W4wM tQ.ZIIQB@ÊZRAXìMt+< Qz#p싙.}{\fFުy89NW4`{Ǫk5/ (akRSQ6A9!4 pڹBxߣyY9P;Z|]iTqJ\"T6A<@E w-82'ʂ'WhOkջicSkm3T"#v>YN7~|7['N`|9"42MqQu*7 ܓu=x< /Ϟى!"b]( d2bFFؗZ <'m _"= Czpsk6YaL@1f7^4ߎMY, )эFBvfDd0@2{A_]ÒRݸSBNNfan)AN=Xk:&%B-"CqRk A<=:B*fakŤ% e8aJ R:,2mNg'uжn,>"Pr'&pˊV<gp|Q9xUfeY|fWٯ"JGgܐIĔ-Tz|7u%*jQAt r |/'@GyݝDZA1DGoL |m<*M?^$]J9#+Iy9y6q3HbGZ_d 8 s.W]C;Qڿ?:ĕbSP ve"{ (.kARgFNF37avhpe 1۸[:7bfr<1d`Qmjm{2ynt @ҴZQ͎G_]TFtISc0,c))@;+8 Hk؂?8,NN ޻n0wM9HVA 1(mNxEVa\%+d.c +JKPz/Zkbƀ$H36w0dG6HRe5He<<<+RS8􂾀cܬQ"ɯ P<4]jL^9Gt2;#.,| W8HM9SoRUzd!ofq^aw`Y|Mfw)_t2D_ 7d6Woï:Ŭ,$&2@,3R=lزրX}M8U: q(E.[iGwo*z9^/D hT,m"F1X`: xlbڀyuCSf@@V0sHۂΊq>="<4nR^Z/d>%HZ]s5~A#R$Vc$%(ؐF]WO^"|Gpa.в)ou; 4D:ߠ?srڏxTzf]Jzq2 &3 F%4˞ ^eߠ703x?Yq m{+kܳQŅ qƩ$:V\ !3"LoohV"Zg'DS$a "戚vF:Cwn*Q7Oevr +8 7D*E8W Hf(eOŔԍqL*Fw؎qUܾBGƎ+ih1כ_%:#U#ܸ`(Di-#s&7KC_RBlB=707 [u}s@fYQ yoŔ,-Uo&%hB;ܐ*K vSց"jn` xeIJй[-'QXRPAD*`0iI9+LS +|Kfcѿ#&h7 TUwnDaXYiYpQN1&- f '0VM%֕^J[lw8SaaUgX B]aa=&)A A&1,❸7㻞{6qKm[fO;`y e!ArDp^W _q^'UK>||kgWwNSǪI/ߚ/|] `}WD}Y*MhMqo'ûe%'BAFd6*:Lo@g*'\ <ƃ&fmcIz5\N0RkOAtp.E=*{-n~~B@mz?9O=g v o5m4/h* %C-[Z,+SM@ƟPPk൒:yMJ =!r2@rSY V.-$jΡ G\׏rI넂dF(4h3&^f1ƒ1qQZ8$r*'zs#->\ iz[V\ikH;zN8}APanF,=&oö/W-{i=)Ɔo/]AVBGQM5\íy#Eݩ$fjDKNVl7L NqEh/F'5>=l Z7bo7Zo= d pJ0I >$C&84'ipp@c\2ϒZ?@]=*ٚ"6 Kj/U.f4i/ݦK+Y+Ry{n4-y)-&E(7TjMC9.V)eE`?{Εsى> ]d Ė"}K*^uf[f pM0x% .[>pt`E+es!quR C{3Aik̐lq ~H S/`ʛ^D„ !ŵ[ϜI ; nDǦU5/h\~vʻF.`՝`ϧ@t7d 'XA~0aq,4RY=ˏ3GFO6VbepG 6,c@pmF@[#!1&-ElYYm|`ebrʤk*?7 376JofYuk~eJh\pSd?ZFazk^E}ls,@[x`ȁ9 %~Gtde}>G}/0"[e̬Y )L*pX9÷m1{!XSd1XI_֍W*̈́KL%JD8yW^wĻ[Y o0Ru_cW1{]iB*iRǢ/ے3wO!P,ϻ(R)'8C|Fתk()Kz581 %ȵYZ&Y،6b:E-G µaP>/êd0%V mݪrD~}+Q8 w*$rzU!bmĬ xrlg9zQ1ផx}qZ*3ȇo5 -njG&БhhQuqVp.~o4b [Fڿ@<9M#|CR6REqw&Q Tk}|86?svRJA,ڴ B9SNİYo,tB0%~{Gz^V6-؋IG!ߒB:W6GW~Ӟ(W=p9]ܵ2pߛg:ٺ$2;5/ʙ"ݝ :y{z*G$ d"Y!J)"2nt3Sվp`=`)tzz` 'KtXYj)ABTCLץ"]:g1oor35v73roSܻ긻<_k?lyy&kEa}T*dlض"NnaۑX'W9Q1ggo^@$H5øBuޮD~0Z}ZawdxNLnTzJKAv݋;m}* iFJ#5]hRk DJIC薴_5?d8a@Mx.a/692Z4d`44Ǫ a-3y=R{ xF/z?!,̾U(ۘ]Lo +Ls\*]ll;( @ N:Ŭ:Tx')jq'--Ƌ5j#Ȟ]zsE\$='E[v߱{V_O.kVp__υT:]N# h f3d銃GjN`%X9j+zbw`ü_TgF 1qo_|hHs7Gc'ğz:g]vddv#ށ,2ElYֵSL wDY*h_\(GB̚5^y~=_%.ϊ݅\kO̪ބd ヱ2۠N ׋ELs$,I@* Իׄ'A7eitѠ-ZG|/t+aI_πT/+΋iT/B[sq`EҴo,} Sw%QSfI؇0v 0/3;a{,xu8LK`M-kQf{g7|qsJ+3Kw^B92K5R<uR{'[hS/?OXI $=Zv  'L8'6^m |I 9&2Fi<|6 ZP!]+P]͢:hm ]乭(l҇j[)5-y![Rhu5,?L9λwAYB~u,ϰ˲81@Lzrc~B!3saa)iuRndLO"n}7̏> '`@ D8!wAߐ4SI׵q^68)9?ᭇ iiN<@?V7g14-4+r)o$&vʬ u*(mݟ5_]7,{אam^]rD}1nz>QT/~t_ni"Eqxva]{2֭S`aAv|Rx(נЦk*zEv !NY=Ё GI◙1m 'Sydbm֮kwĦGÅ!?HY7;nT2EuBC, 3m:lWLE DgiIlӲJ+u]_JF,`LE3^ /QU{ȷ}=I!"BKT~}lz)uwBx.Z^)D%1k!.ZƓ")?&i8M.#뛘qw[f)ُ9y O?eӣr渮:Vf:f *W<ɬP: o꧰ZШ8 m*5e0_x}s| S+1I "#|u2lʯ&Zj^}=.Blآ.]l3T(r֔Y1^Ba< \1궂%EB34wGxdj$O=4 TO/ћ_3YL/^x_x [ۜY/>\slr02=0ؓZ_7yI{ɀHZ|Rgt-cum \f>^9@.hP5$8=i4po/x?bQM2H08G5?'ezpW<|=C'P M\yԼ0(}h<v&.4's H{4وlON>c4hI̾?>7DNzl +IFlf KanFK܂6:κ,ؑH9wSc-nUL^Pd $^0 &:8@$4`' 9hRzVul#稉8[Ǔ3,Tl0 q׀+B%@Fsq=:F܈ rU]Xz?6 "dDdpOO!ϫFPy;{t/Ȁ,SYkb6uLh살z(CX\vzW)/,%9T/4))6W|*}:nnV$C*7΀Ereh2MέCv~֮K }ZP .BXѺlVVau2Ag~ 6?"ɂqv7h{h˟L$i|thdʙ 邬Uj#Ȑߢ!y]ϴBJ%G5~v:}i hkp m3h9̭[DOJ71(2#_f rKT3 ?nx&ARl ?|l:US8+Z!11j|Z8f5O:ikv0Z 1DƼJ]Yb=:bdJ5kZNTvY\9s7 ~6~ഓk3I}hM v2 pSy|g:/^7f/"T!9SfGVD\6Y{K=Lp!t/"ؼ-4$IgBvj:E)G$PN)/CZ uo+nJ`#[mZ*))JP񰽂atj|rۦW8s3Α`{]/$*iSmv.x1@ۜ@LmLJ4,[{ꚺF38%\z(l^?!㇓hM.H ;UwIZOgќF a>N zAi:֊3o)*lV;GHFOIQ'4YL~}^ u_ޙZs! >M'fe>إT3n NرdYd4KX@tDR5eY'ndV|w(!ޠ%E.E^Yg_5b1QTD,'ΰӥqHejW `cZZR':6^ i~Op;Ǔ^)QL7wcƠ dkf Db<><{ޏpT-~?u]}Ase ODB=E&{ Dd?iJ2?S@EwXpj[G *"fؾ" JKj [S@㥿S9W?`'~o9o%rQ×p.3Hv/usUقϧ 'k. 3thy?IC85d:Rd >@4g`t?§f&cPqtpeQMX1`1z8ԧēIyaNޤҐ.6@8 荻e R^]ЏnWLogF,:g ]Rou0:, :>DwMtoFu2CJ vL,S@(4NI8QON:?`cfjK0sUҦ.hڙPLT{q4v("c;DAsk7wff.@ g9öƕP[@XAGiע=>i:E#Ǽl0́lԑO| ' ܔ],Ԑv.>?rq~D ux6Gr ?,8PFC ءtלbጥf?ۇ#ѿe$l3tmlHY4|uXE6$E7X66P?4Z22`KRo ^BLo5l&!19Be !bPԺAN4aBCݐ^SqSDǹ??KKGeՔY׵nz.w`q)sBݳxl팋O4CQx:Y\nL 'd q?v>傱4a4*F~Rx#eT F :V` !q=̪tXnˏ˧eV| ,Rsf[}тGGvd _C>p:¢d\{ xhc,f3?ogwğGVCHkl7s )(#jG.fz_i$ܲ loi8- ⧿Xs_GQ_se/2bU#^ȕIfhŢ.0ƊW%ʕ}#6nˬ˃:JYC:3⫚`m:e?p`]m%#p"fC0,-r?P{K˱ ɴ >"W&ǀpG]2Yrn[]mGӸCz][@7sUЇFf*f;b}lB`_ԭ7|9@\G!"ódICVmM2mo~t)7b&=⢏LH{VXHC4gDm~rJ]<7E)Q:`fn6Be.]3ĪF^WeDTwP҆%Q1o9r ID55Pi:[KKB@K$ג4VCC22v®XǧSUˮɽ 6Wm?|k[GKfe:b!Twg? f:ʐp*lA>iGkL5H E|X*.ufVqhUC)y!׻)V^:K}7˟TEm+WѺ9 FˑSc(B(B$ޘOGi/2Lq*"*fw u%|}Λ~𢴄+@d$_Uf 1ge1#favs>W=DGEI %Jzi]=Q̤i:TA#P*-_.0z-z]Q[qoHl]_II5/F*vWh|Ton Lk3__x) ; >뒲+4hXҙ6 FK^S3Hev0(b^uFfM$nQ"P7byԓNX a};R6IWy-~7R7 80 W2_[:ϻe||ðiq[X4}eڍi{M>*soO(b4ph#c#U+bEMei0t2kFj=ӏFiX;&vHv]ݑQy/+ C sP0f(M&O\c fV/t 5Eu=nq>R?OL$G»/L 7ſOYUf3<:kQz "T%nDXt5ek|IR:cg5'J uEΙO5VTfĿ?nꪻM^;Z{ˊ,w]e F>K&ǥ~4:uG\'3|׋k!Iy[Wh+:- pD$oqM`*Z<Y{x&]Q LtluD-:YX5čdu U:*` ^8Dezb'|Jb Kc4BejPW{lZA@wI0[tLJ-Κ#lah݌_v|5pǦ_JVͦ>I}5 JMvNl 䘬 6Tt =8= LÇ*C-jx[M8X5=S0|tLi?tZ @9n%ڌ,Hk0/$'=7ۥn?eI\׎`cHp!>d&AQ5$qiD!8[%xQ `exfI:fL0ȺDIw%prp 0!+TmA6I a5tՁE-wܠiZ\@̽lc=tW]gl5b R `2$yArְ)Fuqo< !,5jco&'BR44:{A(>A)+pX-L!d;)"YiYwLŁ|l O*͠F0}d}NYB_3Zx}<0:Tg+stcQdHmuiAu$Ԣ `go돪XϘ.f`:|\*HQ3D*M3:HU &DZ'LŮNsMx=ifl^h.n>B-$A9O*OZxH<mfV?Ս?+MN/& 'lMO:D0> ]0b.)UȐ)kgDD0:Xn3< 9Ep5ɴ$IkU3H3:"9OHy Nlk{Tk<;0?Q~{"`VЪa$ S!AzB&jq9 Vt;l+34ulއP5F=f l.9{ xNpj(C;'C,1-Br5Q'7NczgC.$42Y)'>dP+V5/9C! M`y%L8"2jW^) ##lWΎ0"@7⢁4 bNߌlu|RuA(_++u!8C=RBx[v}

>&$˃ S6:Du鸹4k?;]p&Q9. _%/)~ theeЕ$wz:WC?6I+5 2d4,d9rXs& CDwZh q0 HŎ܁㮤1dodg;W/?TbYp,'Z!" i9+yϜN27D CGXd9]Ug #!f*Kɀe;E@ԥl ,_h´af9opX' 2 ێ|zn1͋I'F%⊊Ɯ5a!+zW՜7M^Z"90)A0̏!U[ȩO[pyLʂwXmb0I&%!Q&^ft~iQ$רݞ OMdxv('wźb۷`@3nԬ>׳A 81*يiL d;l-j"0^O, Va-R(pټ9( -QUNF7݂(M#G[kZ8&szݒjF\[⩌7< uͳKӪ^ďUEi!o!̎Qc{"Ls6yjx`zo0ݍA~aeӥY q7J(r҇fLMBl#} |V"lşXs !HZܻ r@ÔE,ܗb>_oy;_By׮F6 AZ@d;y7|?X ZsL~*=ޑƧ:O3nQ?K5HYPc )@<$š8;"߼:A Of{}d(ӌ<ҢSo1pޘ Kz_! ecЫsp0J¾+\rev$׻b7a%W4C{"yu8@Mzߝs0 zXWk=pK=IyfE#eY%/N4*+O M{jo2 #bwl_%/$w`0(R q(lI'Ev{jI>; xiz߻!Z5pnNp,SM`sZVU' }1ͣiUS eU)J5*@5瘻)fN~Y 3b$ .N!aq)3!D*ʕ3ؚݍȯUve8]ȘyhI?9[~ussb8zm1¬n2lLjCL/XdkxǍg-NKߜC0ww+ 5כa◸_ U< Y'uqڻ I| ǚ:'TOHJZoهWDƭ{;Kw8qrV(D' lM@/u܏]ŚYR# 45Q>yDΨY,d Djys5bE(|tv)]C2-MAH[ a_f.atqP̤7vqc]F!F4pW5w%3Ć=/j̑) r!ŕH`ul6ø m$vMާ?\W6&lWtD6{ھ & d5/cZXw%hdLl>yYSpY>9ZGW@Y5TLCXJL X*uzCJzTTWx@SF`+2~'f6lh+]!ta-2l\_ Nq䓿?"q"\]+ 5O*B9GkC6Āy=gɳk\~OYk D7zMaĴz} ē&)+;wE%^rFGęYߙ(gRrQV&dZcS u2{Ti pT){v7Nu.@ѭm`spXj.*0IKC@ Y>Wk_BG Jήc I{ND<:7ݥ_;NJu'qHf ? DFì ϪoT4zy'ހ 圊")P:H_ $7=oWYՖCT F7YMn^-c:LS Ͱ,z+'{A$q'B'ƫ32BHg[#|(E%(m2MXqfKLyȎNeZ`2mb7L >;D4r$_#a+޹;@f륜ؼv_\In?:ޙ8u#jƅy̡x">\cA!8[sYۉdu8 Fp#6uywײIUUڍC>Zyp/bzD91M5"$Ϭ͂e (ۯ+7'"4J-SJuGzzc;Fr9ocQ| )TxL=pI$ %z׎ռ;,4&/u]Vbtczͮ$k ÌMrr<9Bʻ}.-'tNܮovq )9Ә9\8.V$Ujޚܙ=cU1l/Ow$!l?NXRjXRa2?I8jb<iX<44vQ}WE;Ewzt0 &%?[m&{{'c[(b !%SrtƼqUp{N &y8 ]qc6)^CHiG`DXr1ཱུ)SX#倉S[`hSPҮƭ@W.HOLߘ D(1 zWA(axA$G7۟:儑RlOwY.>8/Xֶڞ59s}[)5c ?|l ے\_eO9/w'E;`DWd7}9}$͎Yd" { ^tRHqgKqxB7./ߧdg *gc Ǎh"C7tF5NX  "?("(5ް\"VĿd+_W]^8㗏>{oO{5 oVuc.*S"^F9gӰ+tEΒW>6D_/n qw^T%Y$i΅DF}6RӐI R# նn9F:&v|`UxkSp-yrv+;~|٦,⛲cݙu y Z'Wk:=T]kT}$>)`es '+sRXXW&W888@|A Q*ƃuu.)tZh#w12|m~ 5XPwĮt1f3;kPi"J4r.>@vꐑ"b e M7*OvqԈȚ5}oP_Uۯ*{[ϡk@VM\1Vt/0yPI~^.?v<ˀy"o kS_WZs%GGlˆV̀p94g>fD{IO?n21󢪖VrITdx>SJttX tޤBo*Lg䘡7T#ca`-uUBHB H',64/n nʃd7,2_nq1~(Pxsi7>UC~[nÍL/&J$oPԸ朂dc4`"Lta4a;wL>lԦ@Tx*@'kchc(̢ٺMujA>/_e 偛ISIi<ǵI,)߇5?T RED@n+=&8Cʬom2 P8ygA}הҕNhn=-kx ˒ PvEKDGw|&h&bi9eLI b;(FTe4?N! DF jLIs=q+SF\"n~/pFs7!۪kQ#y2a~>A8hHt#y:^#Nncj O3V_xD!· 5Oxdh@6od 8p/T 6\AE; O!tmz@4|_n^#SFԋ4&RT_ښ\rtBE 5iwKl6_nt*d* 4"Э1m)ϔpV;5'[JK- ෝXb?n0'KA 60v@JT0Lq?D#YJsFg,l1m_UւX@gbruY{0,;_$?MV#wPeɳ fn8aa"Fڛu^TdfzB>e~Bϟk8ޞ04_ ?M/];IoRpX`ˇ=ɽkբCtJTr{up{#.(̠kQIT63%va;83Lr %-430aH%Y6<4媎N3,bSnxawj>yʓ,E%ʆXFAZ:֨ed/b^AՂ#+uZ Paոv 4Yr~+OWL}3q:DBXp(]ζq}kLWS=7w˨hwЩFݞY[ GQnVbMv $o54 v Gq\1i`D5Tdždf-ș'S'mߙPb}ekAfةfaZΆXX-7!ٝ Hϋ BN0?$e?;?ohl=A`M=3;pMW]{Ie]XSrək!<Ƈ%ߪLx'g5JfOHə5[y_,ȶrԎ_R y2y&u"tL犐J$3vHϯ N8h1!-˨sgmz1e/TN !#G /htة~ceU hVO9+Kbib̃+qo q$`R|†c{ab _V)`>J0-Vuқ5]}П2vpk<D6wo4 d^PA;h^v44fdh(}IyG5E8B^6iϩ_dRKap!'_w(?9wVqR{ۿkwd!t^`a)BS`Z{"ƾe7*nQ`"3#'fHe9Q]%T[@ 9΋EWz#,0b..ľFRF ߓVȪ#hC[0dm^*ky~^PĊA&խlmZfC-t\+qX ª^&UT)5)!3>Z2Y;B^1K8&#Seyʄ8Yd\ m,4E\OWSIܻy=-;6X4hW-t4\ʃleZF:[Yk:\L,l<53T<Aeh\mN7i/h:V'GΪYdjyO딕cPhfQU:5xY~bs9Ejt?.,h7`5@m#uCFD oFamQA_Ղ57\K,WZ7gYPGm?`K+ZiR xGҗ=7Wؖw ővdmO33t$smj]Bo" g6RY㍪WJ{d>(lۭBX$;:h1{ڙvh6M1[¼s]5i$6w!l2 ov3{T2e hfAj o(UeS  qφQ":> sy$JqCj?I&@_m"mnv&hGߪՖ0/Ux. dEV,BԔ 7YxwI}{mQ$[hvK^J͐M~\uWaJXR: X(>̞`e5vQ%[հ=Vdky0*5`6Dx%XgfEW4?M2Y@qZG G';쬧 ?j#htf:t2Ȯ̱(%VvgQ$kZp`'NAQCܸ߱;@)My2^IAYrʹڬMs6OԺ*59rNM,^&j.iɺA=[')U- h$N4;b`zƽ&3;u*@ԁVlʅ%Rѯs/sHspÿprGnLC#cNwï߮zVxfCdHc?l}Ήy"bUEW8mO7DcP؏bbq<􃾭-CH_kߧv$S/8J@2\{ScGŧE8'&@3 [0`>cZge-GL[N6A3L&N3w_yV YPST | %4א1T>*pf2 b݈o4M[y*~ca+dg(I (NcS$ ƙ/PJNA4}訩]. Z ,$rS/{҃S;Q>sЊM E>4.WF xjE=χFoP̱ eR,t{Dzf?Rɞ47JJm>@kbQ7oGMJPe`+g&)}SRu׶IEqV@(+|M+`&9Oj8ڌm0!oЌ1,vq2Gf>dI '. u^Ya߼Wə):݋(؋ UϷ?F9r Fjeְ&V^p$_n0F|ٳ0bv<%|At`[@3v ˿)" ;)bf_Yϊ<)8xf4%qd8V2xQ>K*t\E!QO-|X&iCiAiYU/`P˵<P,,omH;pSuӬuU?4cӚn%JŚK{1bBp u{27[ϟv +Q0K\m42dL<*Šq+.`\-<2  'LzLT"6n|;y>+j Ogh*$A2iz6Mi)ŚŶ-\7u c? $/Zd,@Gy_-s9H@iqUl`l35cVM(DحÚflLP_ZW'LS^/x3ыi+[K /KgN `ǞzMD3PQR qwAEW*dF-[~A[zsSZv=g&*F68NԢb2j$wͮt̫ctB⃡:||+|/6 ej"SH6 0|kBFM'8qKi=.k8꟞n;oo7־O\@5ɽArRМZ1</w ?Op16+dDzUv,E;Nh/ We[|-< % Bu{ͯ:A] beoEԺ~dQUBI(Ve#(xa'tO -58|eAÚ^{ OriY"nXXVP*T ,# SIiғ/wc_*-%Um!lGcP`#"rm4~bLY,0X!,۶?bq")riFIatfcOft-v߮lerJ2/tiA9 {Ɯ=vuÂjD/k@k(jG B'6#papcCGD\( 4 S =+`P xi i3ŻqY*}}P6Gυܯ"ȶ`0)y-ʜevqm39)Ef~ggdѠ WI2c@ 1*%CdcIQUzw:_^7(SAtvX VJR ]U$"ߨzG4$ 42 rp+NlQpNFvQ8Aߖ\4o6S#5 Ǿײdw"92D9Dh8*߀kN :Syr☓-q )Qj HCm7 ;!Ҁgi*Dg8O7PIMLyJ1QVZX$ $}W5¯5wl+,d'8J CbNm]eI%'F< b T qm^ֈ@$2m*z嗠 I0(z!"X/e>yjf~S>sÁ~ZhzNO/\y̫,I*A>O9 ӷ8&xc2*% +uobO Qw3}~ x(],N-;a H2gUߐFşS{qBQ琬P}ꏃoWjqW彍C ^s#=|-FG(? ف0aruk4؈" c̠qR;=Ц*{7{2_+v;ëO zǍ'cQD\g$H boom|j# k4*K8/*`ܛIMX P;f IPPbQYXuސ̥JIg ;KQzݏ/H~3{n>TULeB(ʾ;xO934dpD/Q͜=52 4e].QbFD;2l#b`l SR:Zio(yV0T 4:d"RVn"#+\k`I,]Ҩfఢh9G QXJ+!9ᇅv SSW*4߇݆R.ZXWܽ ?K6w<+R8n5qɄ'>W& Ioru}Fn%6F"K422fdQ=IW-EXd~Axɷyqݙ?AQ VRdl yN?(|Q ə@OVP_Թ^ DwL(^Rp5lp!hecټ[eD|>a[GP\I7CSִ&&3&>¦٘%) ٲ=w?w=lD{2ӶkZcW(#[`]= ]özZXLc$`#=IC,fT3X՜ÌbMHn8M3Y uW.nMCnX (Ě/PQ/։ 3!ց:YRy=IZ:U'{V>_ lWXK&: 2\Hj1t-DpSW37B>q _jb4Z)pfL ޑUlXr*jͨ(RcoqַSBiD$n?ߕTgh쓼32'ӹZO<")8le*${[\Oq= 3~1ϑ?y94 Е| pRs">:D-+"&9ֈzQkT@Y^zt M嗏uߖ+n )Q(^t*lj,G㾜p"XIg1 Y g1xc\&#UO83JÎƌ `Kl8zG258M^w kqCLHlxU mQ^c%K5Qv  | јU!1`r1?́}I@^> ي @@Ң, 9qeNUVi[t镙yYX t>ނRX1 M3h)!ܶk>NgqR;oҥXB?n=_ &CET(Q\AmѨ439y U9"|R{7%GJ-' ';=/Y7 aȊPx:djXNMyj ]L{qf͊XV!c [gqM&a)MEL-l# +3ݨ&hAl'2_M|9jܑ4oSsa3Ac^Zkbs3[G&ڼALc_k~WbgF vKQ۠,G3 sFh;Qz+3koa>YWngm sZ6 h\[UY _"{1%#Β&CY,b~7oddR7ok+fݡ1˻t'V[-Лb fdC@oE:9V+2+RЂVm>$InSxUn'󓯮ú~Oh&r_ߑ0,y 9n 7)t8ԇcCZڪRRz@cF_ R/=p)S6&s$PѰ|!B>R Lٟ#BfWa-j24f7ҥa M >O[ff z`r v@!9z.$:hy0/AC|WhOJD hbr?^lNQjl9kϩY+, 8pkN]mnL6czͤU|[߲W,ņ-R.mD&=Ӵ|2vv (L2B7Uq$*F o-VPr\-0 8/a4+GGOVKRJT|)`F>b=10ԭq:_k)U(*Z4-+ fƣ_!@t6V%]o:[DZC􍝹/Z˿ ̟kboKVڧȸڔ7xҩu!C0FU]LqL1yb޾ RMAMG1JF) eMu0HhD ]"BENX]> y3z0g$<8nB dA<{h \ ǺfM=++^)nE2$_x|?I#ՠ} {>:X'Ҿ6"j7YORԶuLgk6ݞ/[]G0.}'Fx,U,iʉߎgzn1ܖu4KW [斪qe af>*?P{wgĄ8YuOqq^.?WI[}=wY19Al7DȖlLs(=!yTS?Rj^j~>KE<ym%g,Xզ Mdt߆u.D1Zm6RkDDW0 |7suNE)9Cɝ߀OS>fR*AIFrMgʪ߲F]:N&;6D:|{Jܳe]ݸX彛J?I8fb=3DFjF`##[C;qSnA~Rs[oV H FU,v+ӷɵSA55ˡbԭmYS|AƏWKm8vईǹ 3,{O"g_ H'>i$sN$kBYDcL˻Beہ'8-R!l&CMuXӵv>T?Ju*{~G#gy(@]jtbۗON6尻Y K]Du&"o Gv1twh$m54 f$g>݆K^X=uHM+k Yvnˍ4&Z|+aZY9̯t2a/ƛfVp5jj- q$Qcwrd?_ߕ^g;ό :M0|bh!_; L"L} 8w1zPM,x9k?\h(Cܦ0S?Ľ`"{d<H2CH0daMFI3TyJ,6MkVdWNM-S ۴wH+ZHqogzh@m]TQ  skoR5/SLѹU.(?WAw5nNųMp wH"T}Y pw*uܓs/ )Ģ4(jRlYI: d߄M5wP Жk,5UMӴ/W lV5qBd06?T( P d-`qc.HT 6IJ_´>7 l奇VԧMl]a^.Htm<RB5/xյ}I3+4'֛SM_%7';Oo_d@mI+ގ `i^*t,/!ݺ-W1NҨiL\۹R2: ܷo]:%]*cU8q<{p^5p q þyԓTXKfH3: :sT/FMlB-PlaN"&w9 :_R%]bG>b8mפlB?u.Ka $yKˋ^Q;%xŝeCrP6b.I[c0ۻ0LQ,VKhL.XPz1zg? ${ԗvZ,BJ`.ٮ2[-~-* @`mۛ Tھ4- E=J b:K{`º%)R$;)[ƨh)k ZY9\'9^r9f}\Gu36ɥ;*u+ }&Ma,_dt.8[TN (Cq:/ -}8 h e F0"qpVJK?|)I2yamE7l)^,]r#=%7£F]euD0n,,4xHKKaJ5O Μ^S/ԶG&Eba:ais=ȷ@F{?Z<# Qza捇s^ E˅("m$*YiF>U#2t!̚gFeLÒ8SNU{r",xM⊴Jg pk9xb[ !vS3hR.=R!&$N8??Ub>eF96H9Ķ/7E.g0㰶 ;Knh8mkyHpRJ&#{'շm|xN;rا~=1; }T#Ih=|;3K~MftG\CP3+x\;ks a2pXy`^ǂypg_e[h輸uCr;0%S5) %UD i-`0O/[g&Bi]Ϝ؋ *+mm ,%7]wHNƿg}3)R3#|h*pFFF),kh*x:LXB[(y', bE;g7$)ՔU 0hh{& W|4ro_jǥT]wj[PBu|DҀu6YI O&]_X8 C|6]sɬÏLs$5 3ºUM&ʛw> \Xe:LT~norд@pI97TԲcE'YP>E:Y]->F0rh GRf2&vVQ4}Qg5E(@P,^]w[R\l@lR`ڜ_Z٨JzZ*иH(~rjSnׁRl#-n9P^\-yq>-Ue^GZ<&7'7anDc3wsbRfA69Fb˘\Xq6H|gD" 54~ ވ prJt(a9.JU <ĈxB ٖU4DZZ@pU7pW0x'Aϴ)FeȰwJ֥!tyϧlpԗѨ)ٸS9] jM]cn+B$_EifRMSb1{Sg8ƿyWgdtGm}ϠDq@Qw>[TŴIዊ :(B/< w8II>s45hD!P/^!YȘ#!B-lA%ǔoٟ8B# (ࢻQMvEZMar4Dz_NlVv*f;B']MŅg2hl]ӷ}Zt#դ `"CWmbTVP̡%5f6g`a6d{Exn~kt))ނ!<U@ P{Mī:w6ltDy{@Ha)ݟaOBb~1£sbw2PմP~|YJw䧟α la Wg~g>\?$lCʶck5>ۤ3uƙA%ә#Ih*TF6xČB{{vrTg25a8jEWcKr~6ʞM`;AM!Ѱpz|Azzf-+ ؗh oWy˞V&*ziE"twqD/E3z^3 )ܢoJ̤St ;#7N "e`_nAR*mDne#j)v{4 DD+G0^a_]s^je'*m֛ۓj, >]I}|Q[ɡO*>CuJ.jzwe'n OI!Z.GR6!;goSQ@?G-wV dI1kRt9eե#Y9lq˯@y2IM%/ذHEu9,4n)˹1o/;UͿ,OAV?Xv:4Kd?9+G84q;Gl _AyQr*L / uB$e'<,cFŘ;aY7EzS[.RIUQA:H4|Z^3pp=)tL ۈTzz5lmcRgvq4ͧm$Q.!1PXPg6gL3Q2J:7Z!;6fj."<>FP).TON-`1,Y4~c=$]p R2KRoS7uU W = K11Κx[yj#x"^2OS͛j9FQs~iPk߅y]IJG &CM"y}8XzSYnn Ok8]>9ųɍϘ0_ 0QΔTTpIJtxd+Sc j1pK@< nB}\fT nf ͇m{?G'~P:!o#&?[;yAgH4[z(ݟ׽8a>-P^1;#/!Tk*xF9*xqDG4cQ*1fq{M8嬣+̿ dRp>:zZvByZVZxx}'(6@r0f%^oo'EJuZ|GU1aӁtVz {r0-ԭԹ.W=/)'Py3J|kidL23}[lfBG2waS H#jwsjNu3WmP)(=F 7(2Mc=9igj#4JJގrw9|nk+y"#.SpX]TjT6ry[[` ht `\Yg ]=WOASZ}C=B٨A{jB|꿣Fv64 f//?ͮus7t =ħL._]QVO`,)Taiq$b < -MI+ p>2u,R 0Ʌ+  Ll$( !Q tohۼ!7#c+4%gq&!qǘ_lJ ^=㕤@ی+0Aք`]ϳ_Ueye(AnwsN]4⥅'ТBQNy,}'8ܾi..YS- SA)ƪ" o#bgy"0Vp!)Va8AٌsG$,T1`Pkiv~̺hݎXb1 ktX`^'NTd۠۳ӹ0Y. $yrei iWxhhKm^Sҩ$ Qn N7RdL|=pA}R-i:PKAf ھ tYd矁>J)۩T*ˈ-M)iHPX |שp(*3zbχe{K׹2Y+q2YAyC:GA$#z)I#yٔSE]Xyp7jO+j}P+%dC/NDORkX?Z_9.- %-pCC>@&(b[^-So8wL<\=tKh^JoX7$gp-%|YqJxhFamB*HSBy7Ÿj*tZum껐-|3R+jH,H0&p]5HFqgy\B,!`wp~0gK?E$lcQdw,I4 $!P* m^c_[&nZoOUCm)uwQ'Q0JcE5r̆-+XL:g  {I +x5>M:dTJuG,hYox^nZD.򅙁*"jPw;[xZ[ VbS <$5g2T }*;Dw܂l 5 i&3"iZG T TQ;^7{٣5IQ2/ '|~[yc>$Brh9O]᪖LϸD~g7;NSk/Iuf[.L"8cyvb $s' By2Y@4vOAdϭSjS<&rdWr)f?\ ǒd&L ~@[ZԥqFRQ4`e~BrI5jV<$GM ]F%H1Gۥ SzJ}cIɫ'4T!`t{TوٙSِ)UXE~X(/Du(=Q_~Ƶį?4@FauW]e%D/I#ַ6V#!M> QMvBq!/yۻ"=ؔG !)@uT[S<#&ƨ\w>^Q0xZ. e'Hܞ6 7Jlu6"OLqCp&H!{+[>nG)o~Դ \#82Da(>ؓsJ\RBZ`v<++Vo0%){$[ ¤4!(Gp:"vc=BwBk"wRU[< ܝX6^2jDm6 ?Euq7z*Ce=4Mߥb;*1R].i4y `-B+M{ }o2NFAƑc,A;1QkOYA6UtDÂ1rq'a-rRqb)\ %1ok]/erVMq#!NqeVeizaJ}A0ӱyrՆ/ i!&ThorQx^LM;UFԶ0h1W8wm'%5++]c#>4z5얂HM݇wsrrHyسJAcs>|4p}5h-aX>ނdZFS/V| MQa47t SJ.C6zx b5^/iϕ_4Ȏ,xoE|b~GđP+Ϟe?6eimzxơhg#!̧t:WSԾs x._/V˄U)L(W;8eevnr$_@=9K֣H}gh4 '7l%fO6#Vjdg3E2\M-ZKbe8+i%!1r~>a/Z`F#tM:䠴4$Š;`nBZ54-xopZ9’ϼ!}$UZcg-7x;9:q7qn>_ BGͶ1{axL'%oˀ5Pτà_W'~LmzsYR"ϨvJya9cےvi+gIf#X#_ [rn-2U JAzԟO0uN >jC*$y U4{.nJA5(6 z@FKv;DbTcDJ+k9:EUhOmk [UGDzDCQ8hP_ X65]F MlgS phaj4wKm6VE|!eFTtǦ hv=Ą-"xG2uRCSɼDR,.9L\z:d1Hݭ <NSZcu/@`~3E'O^Ξn̆O6jP ?@LFQVKc%+炝rye<OgTcd \Maq>Wb~gs=OvvrʊB66Bj8{7D$MV~wk v"VIW ˝ŸB CyF'qg㽲e58 V n-T[ E aJMV8 o. &IO0b2r HueK/,Cqȍ\cU \ O_됅9/ggޚ+,\mO6F%G2 aTQdKnQc[_|EGw$mvI_K`B!ry|bU"[tmqj*kQj+[q2J Q9gȃ.-FB["V:<\jS։VLXf ܃f#dzW̩\Y2Ph֦p$1+nQ֝47Yj-lvH3\QƉ ZХՄ5q5rt;I=:e4pH엖59* `I{`$ԭhY^a^ <&O䧅o>M?_eO'>8 E-6ɤ,c%g-p3sev>C֋n ȩ-`3YzJ4R?.Rtrv^giϊ AADOSꃑ90Gc:鱻lA`h_l!ΔnުPUmn6Wi+X^Əl1.Xi06?~T5/DSV4~@XCe %9UkFg%AJ ?8{3#DT;hqaEK5g_Jc8 59qbr҅5VsSL(#󶌝U71BObP[TG'*ݵ6j)>2LX4\6eÇ~#` 5,%\͒l-ҼA%IY eoc-YnF7V5xmEN/GH/݁n )Q'Q%^,*M_`f i% qn$3a!bz:Q;30H()axذeOiu Vϯ;`XIݹ~*E,țU}^n<*9|5h8ݖ^%Ώ$Ü`,("ih j6ӚSr^25O|/1:]&{۪h)5>&a؍b= Z@Z>`{U\1W{:yR+).r.M#C٫O} ,gr4ڍje%kJ✈eEѮZNj4XPU 6c@Blx{j GRSl"%:M; g ߺ)p~ށO(;ʚBwc&6$&M&wKoe-ʊZ>k <G YyOaxs&< ?;#|m-@gAlQhƒ/`HO!~ɍ$wb |ȮԜֿ`vj'x+,Z Ԏ^pEb3p7R“5^Qy/ mI,g˲oR[.Y]Ep\,K8;6^?j85pQ!8s,A>A:zTp1!{(B9/ŻLZVCXO[.F% }+}Mf` -ԽIOgKGʐ#Н8:tAzUU O 7ݻI_d9%( \o&D$y:ɗaFD4J20_i*‡`>γwqпc0;hRt1Z<ˌʀ~2AUm`;Wd#dڣ#Mi)@b[eD'g3Ox j!/y-WѬ#޵ vGݚ\ib/|! AbN_Iё= (ŗHˉYUo3΁`%-]$QZRbJB󬫠mL9P]="(sS}BՆ+[Fa,b@&{_sڡ9.&U#R̫WiXP‘=毠O,GpFJq:b|3 GN xO0_cP g}MXd.kIk3Į<\ Q h#ϼAYLQU]_+*-7`7Ru5K:U̩>$-?wdZ_nl4CFJ+n% zV(}mHԽ_8'--J{ac%kkX'#] a_p{`gfX~kebzxwPӵ͚`XQ6hAd:A_$YdT*d{}iL5Xo1x], 6Ô#/~0٬V)}B_S5U q PFQY;E[PU8"Xx~"D6{LZa8܂˽m_b2q[iSK> fw w6wE`/w y}jXQޗQ3օ ge+cS 1j$zcuڢۼi➂X[/P5cCpfK}Swo&.ద\[tBȧhlit0qӳ+؄3%Wtark=Pq{#FiU^cŕ[} \zb U\=Z0Q[W,/?׳"̏* eҭg|3ڕ5ZE#OK 㪹M-)1@`HR&4hST ~ QR ѓ$ {R wB2ә Ӳŏ£m$F7m'0>zf:4sm)7dz˳N*nz>R9: PqWS{:HնzF:Z˜WEREsrg4׭« n̕MiQ̘jd5 4/H3HHM¤R~eJ=Nѧ\ݣN@zSA]I2?!VΩ7Oiz(Omi @tl/ԯai@my_;CسIx)?gp;aYm SNi)> ﷔=OLJ4XOyl93-N7 A_icPfS9lG}6jA{bT QwF2tvunKfF] l0P+T\Y^^.10^E!Pj*GQu^{?@~ 88>4b;S;{h~*z{8Yk<9Kh흦^NŲV& dܛ boZ(U}c ] 6#;uPU^'mǽ;oخXVds)%cޓ ֕حϜ64,\VPj^q1έe( 8qʼn u8C&dы8Ur X<#l%[!Q*}Tsfj./'2*jz695{LIqJSNݑ=?K,^!+&>̩m L9"Zӡ{&yN C?M" hx )y6Ac<*O,X+OU6 Čse?TY⡚sN 2A햽GJA[3VZ?/4e)'tLH,sWE9 {W׳Ci+D+Md Ij(lk#oI1^=1Qk}q_#>sL6MxD6;@1^\a0)= gW:Ndm6(PJ␽0hp Gxє'ۛh#+QMj]>p/2uWF.4/r@:? iS( x(WAľp,2Ħ z'A2FwpťOa8x5:BlK}2ewt+B m=aV{bɢΔxJ-sW|3m":Yx];['SLKoZG aʗoסI >.dp!p 6\cmCp2 :C}o$rM0`YHJÃ(g!jE,8av„)͂rlPU+|8nU~UTo}VY_88{j~ )ﻹd93>1=Sp t.s5fKVϡ@iyEL Yf_ߣ@+Y[Mb:G#6^_"0<@Spځ8RvG/gLٲLzj(.bP}2QleA:{A,j鄜gvBba-dx$^;%@ݱ-@3Yɀ,!?/}g}KXGo6엩sQi!*MRe;A5sY^BSF?pƸf5Nqt ?NZCPnӷ8ZY`?siX9Pl ɑob$RF`q8awMV3-0V{h%cnf\$IvawjUuށ=pz[L)yꑻuow 6Pp %0DBcD#:AAKtw8&y)8!5䖳]C"v[$ے%!kV9ʹ[qn8q_(Y1UxJOqRc7BMņzG F j6xv[ 4M^R\)g7לQWPl sE!{ C]5(nΒAu g٦ѷG ~5a~qfYgt0#bBNk7z$7Fpcqd]xkQ E[P+a.άcG`aUPW;_a %fiqEfLܿrxM?ʔȘ*\kN.G, rRѵ1_ ;\Zz`/ %0[*|c]N=hw1WlӉ0oQ*=@NLH90FYFٗ*' YK G_-+ڳMS59*!yR.U_:[dǀMIlPn:rťOBD`}X=  ֔0P "4;ZtZ>)+s64d`*vd8by<{JtoI詭i78۴I6HpB%Ӵ I|ɽ M]>/m/x_@_je¢WE{ӞŘzj_.U~K"L |3sdT :* Ob-"󲅦&ȋ(tq%|/I( QK#&@sZyJ1gRk=fGTځ?eYΚ4\7l1wt(凞ncQ`LޙrZec‘IoB*3$zkmJsǒM2+[@ǛHr,[KY;˗~6]IISq*MKm_f6>1v )S#8E}re~ J'{BOl_2T:JbW  m7"DEo^;V*I, WH$BOv|SWG3tw M0)dct v_Uay߾QYd\;̰OPIW'$-cnfQ^)!Ţtkc~u؂hN4UG#g:X33zxdXHRZ7 ӵ[Ayݣ&J Ӫ|}6YY9L ҵm_݅d3(چCBE{S#Ky ,<S~#|4~)ZV_MTEfڋS,XNIcY'~~Nfq:VO B}DYm 8v3w_G}X3,S)* Z:k6@PΦZ&xt(e;yǍCw>{ıpIW*9^%U_YD*S8e?ʩ;׶_x$ފ3o~\FцdL~%K"CtʘܚKi  `(#-GGE4ǻ9 `dN,>@G;(sy_yg- 0]pqderz,3SHmaM#Y0ж-6 3,O$iG$1-[K]<.z)xevǺ!%q`OmA?pھ.@R`D:iޛMYktet0h$fsO>3& wǝםQGHL sZIDU']e%ι*  ǔ1esߜu˴v$"L}TDG>YE 7G c(B O+uSz꾏Wإ/heR%l }W;!byH'r=uu:dy ގK(1V=d[TlBF|wt|gbl?~Qj(6G>ҟk`Tԟ]i`[*DL=J Am޿ mK۝C{xbote6lKh3D\,3qr%vtrJMo0H2װOˮXǢḏ0yX/?_~aG&Nmi|* (olIK Eչݱ|ӿ]$ܵQl7Qp/QkeUd5V2#KFM1!6F:P+m["}$2w< ~,5B-peQn!\H/Vj>Cuۣ޳)8qK@_AW@w`d3pcw1G҂I\^施`W˯ʙq|NVM#40H =SkӋX~oO|Y/]D"?6K 4_Z!MKHRm'hl [vlN8DI].a) ]MD"i#R&-ϾkH' Y%xŬ3RYkObo1'C|ssxЌlKI12bsr]BC/ HRF-n]nͅ -#5roQ V4r_5-I\o;!da]a^Hs?$ke9kEX /g r>p?5u'ygGI&BF5UYND[>Ŏ miI¡0Ajc1JM_h}`TP(ں/(;b@߼ F{N$̏DQRvF LP~27Ƞ$|+G{y  \*og|1©k JK5fd=>p13|IqAU^@t80y`G)~X1D/~.nNT]@Pd]xFs"#+bwAGD` ?Z9K~@0 n:j${ ۙ@G'>=37Iwktn4YaD>1-># UBdغu,\Sm%|쭴vYZy3G9UUDZ b:ip:!j.8 I6Y2kw<) )q8դxWvIOy!&IN0.񂬧aWNT'-kNo׹DJ,JH&U[6+j bN2ݕÖqut-.E:KVD|!׳i2)D#48sشe ǼjundERnV Mfc!FrM~Xs5\8,i^il@8#=*>A|0  Qyg`+ʘc:4 PS3>~Sq%QrS ,6}`U+9-r;)1ZA~P.(HUn|C 6٫0>\:;=S|-_0u𛠳*9 jw TM6!ۢs*d/W,^Vk-(XW_&xXm:yCize3Kpw,@Tl(4MmJGhֽl9&;ywj{ڤ掱Ny,vA|0vxp6^KaĈwvZڍ `UKcbY&U@RñZD^UoJB+D]NJOerm\70*yӑY'5Ʀ3lV4|XhuYߠ5)Mh`Iev^6edm[+֫Ou(!dV TXE(k2}vCq_dGG'A~"A_(}%/',],0`TYu쎓ۘUWZIEowt 7-M9%gF$V se{4nZ `-Ę_!Znb!RT Dq1pJ7NqUB\t2,r^>ѷi{`0 lg0^em)?g_"s҆32St8d~Y:D(:RhjOT$i[#tKIoY~hZIHpjwQ-ַ)1:ܣ,k [Ge3BprđK6w*~Ɍ{5Z&/;>\| x!n(+C=4e,<ْ.CJ0cU(Vߛ_'K`%QktP?!zu&:oBb\+$ |glJmԳcC ͵3[`>\IWV2ڕ\^?Q1ʲسvЬv)@)£6Vuu*YZ"^*K=H;bX6.va lV΁wzY`ef)/KK&S o~9l.vb)g &7IQ2 zN"W**H cc1yw3l{$fÞ D:RlG ϡ0ElYO+Kw9@zm566k^4gRr ]MQ+'f5h97 A Vge豷~tV)1@-Gu Ǥ"?Ľ&- 58?]b5ll8w@:R ~nSEĤ*Kɿ/qql>Q Ss~ʄkAYF/5dV|iҗ̜oߎfqyc*p%(+jAt[?diL^R9 9λ[]t !w,3kW =s*;d1>6$ .qx`=p!<߫7Jll b_4Zx{Y[gDX쏈3l7nȢl=xINg~el}(m| mEY*(]e-b(RƎWݘdG7gRihC^ܭ^6P_iU ;w@~9YGjRdy=NA"BkNqYT:dkX)ot Kd zۗÓ)0_٤/qN7ㆭ̀V! nL$j\fK:c֬^whXOǥoNRVЫGH#^?^Y=1I+$.{L |Ug~,  xz^ro{fk619K̊3t{񻑘퇣z!r52+ӗn&f/_Gޓ ͈ >ٺL(4⦠%tV߈@2Ct_ @)bwgf>^v75@Y*TUR7!!bT K۫wS}ӋcUK@w?cyLɐLmVlO# [M aW1P]%6$} $??YtB5Ny HU^ xY'|Y~/^!ƛD;4/{/ٱ[TX 8d_:͙>Mp+4~2Nb@H;z+J <[P$@hb(6=U>=0YCCEq.Bɛ$K-uNںu#[ cEC۳!SMUS&ƒ$|e!۶C3^_J4&||1[H!;E@|eg]Ǜ"BHMJlJ[60[ G2L|Ϭ4Ncu&O ~ҊyWQ{bw>٪qYIqsmy65}ٚSD@TWC9ǾwhsKuRscyDӍSR@[g\<"ݢe;W$ # rA4~$s \ Žr=%kVf׮GMg|KsPU甗+}^*O ;ѧSM6ǬʭBk'~8jJtng 3w.X/qA2i!(5!M-_J=9oYh"ĕTO_V]mL=qt@<\C/mt[,Z$OH8=>imZS͓oyFz^ǐtwhI3h3Lu G9XPp9W7 ȴ=ңqO$pCYv|tHmM9ߕ\jlٷaD"_v_S>HzuS$ֽ 96(N1*yaWn28 VppŇPwOIyb8\T[Z$|eZ!QJ 1X+%S͌^8:oڢ6U{tŹvBbʉB3 -_f?V%4 Y 9jZ? o窋38Zm *yNq5y1s*@:`g(8yt9Wƀ5E82({y1#Lk5 ҙ'n?\="LAAEiq> +z>tﻎ~Մ&UTZCSZ.G%7|Hף7Pv-ݶ+P0FN-g~{LP4LZ>t,ۉWT۷U̘2O~޶%5vaYj͜NRY)XO& oLe'ޡVޟm=$+kyONΏ3oVZː_`DoH Ue5X]PA .e\⁗JLCj!\lkkz޲J&-8 ;KȫN^?A}JCl֚u9-^@ L3{R/^u`y { 'QS㞇oE/(LKb "!5TMҋXߨꆗ?+whGhv!TvW%ki'<z.P:, DN?S6z>R_?AN Wu$ւk_)*~.^P2T9ꂽn 33.r Qd:kKFrq۫R]p%zSs $Wc|U:~欀1c ÒW2lr6q@%]~a% Nmuw"sUhw+{%SSmKA/?!S\V{[|oon} 5>rz Tblt1vćY_ڎHhLᦈ{Z׊%ft4Zo[88 o4B_Ğ:͑j34li \u*" h'8i@zHeMK}a B1ǿ{ns債Uw%nW\6"|ohrEo]۰lK٤ k3ht<hos e$އE]~I==y5`7:-~H)#/D6@ ^^!_˥_hM3Ff-^`s l j{2Ĩ= A_N6FQP#ro Ȉ}3fiѱ9 CR_?'H|Ɠ/]$aw{!G,4ݷG_lT5B})m7=Qz8xu3 V<- 6L_NEN?ܑ!tjs_90Ҽ(C3 L J;6j>X1kwHS8"zcM 8+PqC*hy8Yvܻ}`>e 5C]w ^KG۵q-ABLGȾ:UpG iC2غ_,\3OBO:DOkY/j\3?WnixfR,\:6w'M1]!fGɠ GftW~~ye ]%7gh$I +I5*Q] 6ĕdT|-㎠(K}]E㎮R!&x.mw Z w Vx"RfVIJlc_jFuP3fhj* յsv΂ *+]<|2V U nC6U1pSZƥ ":|Yech%Tbj[F~aY-MNo[[pOwM$7X40CD \D\n 3AFȌfwβm^$^`I,{ .G >v]p <_'!@LN (e{< $&ihh2нP7a%$!\ñ[=3 $.T`7ry]֜WeosfQ_17#"]fe]o] \*eg:6'BX7i7͏; WA}'DnJ҇/ZB~԰ \%3|0W6IfyL)8ysG@ 9Ȩu.Bi$@|MjO=A3hTK!b^<|I쿌}&"x7bb 3Y{ 73^ V[("4w(HHAI?gw`9Q`kLq ¿ 9ԣJ~J^6t&{VfGHW.skgt X|'YzГb/׳Cdj*d 5U<{2+BEZ-*"ӖgN.$WӸn`F^ x6̈ h9H j `Rm mb`6tiGeVE3