tiff-4.0.9-150000.45.44.1<>,0fX$p9|‰ Z!فe[XPq* B1B%𓁱W7 LD0QjL(1+eS8d 'Tcl֒#cY#zP]ck@92HS0=Y_̓'/b{iP-DЃ|ba^Z AQ!ʣ.5!lZ)P!c٪&j}X嶄uŔq߹aS6}sS3|6#ܵ^?)SjN1T|+8+>>ip?i`d   Z 6\blh  d  ` 9 :=AWEE4H0HD Hh IA (Ib8Il69JD6:M6F3GG3\H6XI9TX:Y:\:H]=D^HbIcJNdJeJfJlJuJvM(wb xeyh:ziiiii\Ctiff4.0.9150000.45.44.1Tools for Converting from and to the Tagged Image File FormatThis package contains the library and support programs for the TIFF image format.fX$xinomavro+>SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/Productivity/Graphics/Convertorshttp://www.simplesystems.org/libtiff/linuxppc64le H  p H  P   8  H     zt @ r. W62 f(0N3Q 58]`@OK$ Z9 c O 4  H 5}0%(9! ayu V6(tX .  =9y`|1F:1=O@1f"8 oE^7 W^ q}  J'$A8#ZR 7s- s >) ~3CI%F b, | / Q4 J uA큤A큤A큤A큤fX$fX$fX$fX$fX$fX$fX$fX$fX$fX$fX$fX$fX$fX$fX$fX$fX$fX$fX$7)ZO@Z= ZfX$U\IW(W.W(W(W.W.fX$W.U\I7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)ZW.W.W.fX$Y! U\IW)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W)W.W.W(W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.W.X0int32 conversion (when refBlackWhite[0] == 2147483648.f) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1907 + libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(), and use it in TIFFReadDirectory() so as to ignore fields whose tag is a codec-specified tag but this codec is not enabled. This avoids TIFFGetField() to behave differently depending on whether the codec is enabled or not, and thus can avoid stack based buffer overflows in a number of TIFF utilities such as tiffsplit, tiffcmp, thumbnail, etc. Patch derived from 0063-Handle-properly-CODEC-specific-tags.patch (http://bugzilla.maptools.org/show_bug.cgi?id=2580) by Raphaël Hertzog. Fixes: http://bugzilla.maptools.org/show_bug.cgi?id=2580 http://bugzilla.maptools.org/show_bug.cgi?id=2693 http://bugzilla.maptools.org/show_bug.cgi?id=2625 (CVE-2016-10095, bsc#1017690) http://bugzilla.maptools.org/show_bug.cgi?id=2564 (CVE-2015-7554, bsc#960341) http://bugzilla.maptools.org/show_bug.cgi?id=2561 (CVE-2016-5318, bsc#983436) http://bugzilla.maptools.org/show_bug.cgi?id=2499 (CVE-2014-8128, bsc#969783) http://bugzilla.maptools.org/show_bug.cgi?id=2441 http://bugzilla.maptools.org/show_bug.cgi?id=2433 + libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not do the #ifdef TIFFSwabXXX checks. Make it easier for GDAL to rename the symbols of its internal libtiff copy. + libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 in ChopUpSingleUncompressedStrip() regarding update of newly single-strip uncompressed files whose bytecount is 0. Before the change of 2016-12-03, the condition bytecount==0 used to trigger an early exit/disabling of strip chop. Re-introduce that in update mode. Otherwise this cause later incorrect setting for the value of StripByCounts/StripOffsets. (https://trac.osgeo.org/gdal/ticket/6924) + libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of items read in StripOffsets/StripByteCounts tags to the number of strips to avoid excessive memory allocation. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2215 + libtiff/tif_getimage.c: avoid many (harmless) unsigned int overflows. + libtiff/tif_fax3.c: avoid unsigned int overflow in Fax3Encode2DRow(). Could potentially be a bug with huge rows. + libtiff/tif_jpeg.c: avoid (harmless) unsigned int overflow on tiled images. + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() and BYTECOUNTLOOKSBAD when file is too short. + libtiff/tif_predict.c: decorate legitimate functions where unsigned int overflow occur with TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW + libtiff/tif_dirread.c: avoid unsigned int overflow in EstimateStripByteCounts() + libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to disable CLang warnings raised by - fsanitize=undefined,unsigned-integer-overflow + libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessive CPU consumption on progressive JPEGs with a huge number of scans. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf Note: only affects libtiff since 2014-12-29 where support of non-baseline JPEG was added. + libtiff/tif_jpeg.c: error out at decoding time if anticipated libjpeg memory allocation is above 100 MB. libjpeg in case of multiple scans, which is allowed even in baseline JPEG, if components are spread over several scans and not interleavedin a single one, needs to allocate memory (or backing store) for the whole strip/tile. See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf This limitation may be overriden by setting the LIBTIFF_ALLOW_LARGE_LIBJPEG_MEM_ALLOC environment variable, or recompiling libtiff with a custom value of TIFF_LIBJPEG_LARGEST_MEM_ALLOC macro. + libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2706 (CVE-2017-9936, bsc#1046073) + libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that a double value can fit in a float before casting. + libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, libtiff/tif_read.c: make TIFFReadScanline() works in CHUNKY_STRIP_READ_SUPPORT mode with JPEG stream with multiple scans. Also make configurable through a LIBTIFF_JPEG_MAX_ALLOWED_SCAN_NUMBER environment variable the maximum number of scans allowed. Defaults to 100. + libtiff/tif_read.c: TIFFFillTile(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation (similarly to what was done for TIFFFileStrip() on 2017-05-10) + libtiff/tif_getimage.c: use _TIFFReadEncodedStripAndAllocBuffer(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2708 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2433 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() function, variant of TIFFReadEncodedStrip() that allocates the decoded buffer only after a first successful TIFFFillStrip(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX() functions associated with LONG8/SLONG8 data type, replace assertion that the file is BigTIFF, by a non-fatal error. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2712 + libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc to tif_rawdataloaded when it is set. Similarly to TIFFStartStrip(). This issue was revealed by the change of 2017-06-30 in TIFFFileTile(), limiting the number of bytes read. But it could probably have been hit too in CHUNKY_STRIP_READ_SUPPORT mode previously. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2454 + libtiff/tif_error.c, tif_warning.c: correctly use va_list when both an old-style and new-style warning/error handlers are installed. Patch by Paavo Helde (sent on the mailing list) + libtiff/tif_getimage.c: use _TIFFReadTileAndAllocBuffer(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2470 + libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedTileAndAllocBuffer() and _TIFFReadTileAndAllocBuffer() variants of TIFFReadEncodedTile() and TIFFReadTile() that allocates the decoded buffer only after a first successful TIFFFillTile(). This avoids excessive memory allocation on corrupted files. + libtiff/tif_pixarlog.c: avoid excessive memory allocation on decoding when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2554 + libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZW compressed files. + libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZW strips. Crashing issue only on memory mapped files, where the strip offset is the last byte of the file, and the file size is a multiple of one page size on the CPU architecture (typically 4096) + libtiff/tif_dir.c: avoid potential null pointer dereference in _TIFFVGetField() on corrupted TIFFTAG_NUMBEROFINKS tag instance. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2713 + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile(). Complementary fix for http://bugzilla.maptools.org/show_bug.cgi?id=2708 in the isMapped() case, so as to avoid excessive memory allocation when we need a temporary buffer but the file is truncated. + libtiff/tif_read.c: in TIFFFetchStripThing(), only grow the arrays that hold StripOffsets/StripByteCounts, when they are smaller than the expected number of striles, up to 1 million striles, and error out beyond. Can be tweaked by setting the environment variable LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT. This partially goes against a change added on 2002-12-17 to accept those arrays of wrong sizes, but is needed to avoid denial of services. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2350 + libtiff/tif_read.c: add protection against excessive memory allocation attempts in TIFFReadDirEntryArray() on short files. Effective for mmap'ed case. And non-mmap'ed case, but restricted to 64bit builds. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2675 (CVE-2017-12944, bsc#1054594) + libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2683 + libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate(): properly break from loops on error when stoponerr is set, instead of going on iterating on row based loop. + libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped pixel number is not a multiple of the horizontal subsampling, and also in some other cases. Impact putcontig8bitYCbCr44tile, putcontig8bitYCbCr42tile, putcontig8bitYCbCr41tile, putcontig8bitYCbCr21tile and putcontig8bitYCbCr12tile Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2637 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2691 + libtiff/tif_luv.c: further reduce memory requirements for temporary buffer when RowsPerStrip >= image_length in LogLuvInitState() and LogL16InitState(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2700 + libtiff/tif_dirwrite.c: replace assertion related to not finding the SubIFD tag by runtime check (in TIFFWriteDirectorySec()) Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2727 + libtiff/tif_dirwrite.c: replace assertion to tag value not fitting on uint32 when selecting the value of SubIFD tag by runtime check (in TIFFWriteDirectoryTagSubifd()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2728 + libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressed file if the codestream height is larger than the truncated height of the strip. Emit a warning in this situation since this is non compliant. + libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK() function that checks if the offset is not bigger than INT64_MAX, so as to avoid a -1 error return code of TIFFSeekFile() to match a required seek to UINT64_MAX/-1. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2726 + libtiff/tif_dirread.c: add NULL check to avoid likely false positive null-pointer dereference warning by CLang Static Analyzer. + libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExt Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2735 + libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 that honours max_memory_to_use > 0. Cf https://github.com/libjpeg-turbo/libjpeg-turbo/issues/162 + libtiff/tif_getimage.c: avoid floating point division by zero in initCIELabConversion() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3733 * Changes in the tools: + tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + tools/tiffset.c: fix setting a single value for the ExtraSamples tag (and other tags with variable number of values). So 'tiffset -s ExtraSamples 1 X'. This only worked when setting 2 or more values, but not just one. + tools/fax2tiff.c (_FAX_Client_Data): Pass FAX_Client_Data as the client data. This client data is not used at all at the moment, but it makes the most sense. Issue that the value of client_data.fd was passed where a pointer is expected. + tools/tiff2pdf.c (t2p_sample_realize_palette): Fix possible arithmetic overflow in bounds checking code and eliminate comparison between signed and unsigned type. + tools/tiff2bw.c (main): Free memory allocated in the tiff2bw program. This is in response to the report associated with CVE-2017-16232, bsc#1069213 but does not solve the extremely high memory usage with the associated POC file.- Upgrade to upstream release 4.0.8 * libtiff/tif_getimage.c, libtiff/tif_open.c + add parenthesis to fix cppcheck clarifyCalculation warnings * libtiff/tif_predict.c, libtiff/tif_print.c + fix printf unsigned vs signed formatting (cppcheck invalidPrintfArgType_uint warnings) * libtiff/tif_read.c, libtiff/tiffiop.h + fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2596 * libtiff/tif_pixarlog.c, libtiff/tif_luv.c + fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2604 * libtiff/tif_strip.c + revert the change in TIFFNumberOfStrips() done for http://bugzilla.maptools.org/show_bug.cgi?id=2587 / CVE-2016-9273 since the above change is a better fix that makes it unnecessary. * libtiff/tif_dirread.c + modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline(). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2608. * libtiff/tif_ojpeg.c + make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2611 * libtiff/tif_write.c + fix misleading indentation as warned by GCC. * libtiff/tif_fax3.h + revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. Raised by Lee Howard. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2636 * libtiff/tiffio.h, libtiff/tif_getimage.c + add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. * libtiff/tif_getimage.c + fix potential memory leaks in error code path of TIFFRGBAImageBegin(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2627 * libtiff/tif_jpeg.c + increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with "big" tile, without using libjpeg temporary files. Related to https://trac.osgeo.org/gdal/ticket/6757 * libtiff/tif_jpeg.c + avoid integer division by zero in JPEGSetupEncode() when horizontal or vertical sampling is set to 0. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2653, bsc#1033127, CVE-2017-7595 * libtiff/tif_dirwrite.c + in TIFFWriteDirectoryTagCheckedRational, replace assertion by runtime check to error out if passed value is strictly negative. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2535, bsc#1038438, CVE-2016-10371 * libtiff/tif_dirread.c + avoid division by floating point 0 in TIFFReadDirEntryCheckedRational() and TIFFReadDirEntryCheckedSrational(), and return 0 in that case (instead of infinity as before presumably) Apparently some sanitizers do not like those divisions by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2644, bsc#1033118, CVE-2017-7598 * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c + implement various clampings of double to other data types to avoid undefined behaviour if the output range isn't big enough to hold the input value. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2643 http://bugzilla.maptools.org/show_bug.cgi?id=2642 http://bugzilla.maptools.org/show_bug.cgi?id=2646 http://bugzilla.maptools.org/show_bug.cgi?id=2647, bsc#1033126, CVE-2017-7596, bsc#1033120, CVE-2017-7597, bsc#1033113, CVE-2017-7599, bsc#1033112, CVE-2017-7600, * libtiff/tif_jpeg.c + validate BitsPerSample in JPEGSetupEncode() to avoid undefined behaviour caused by invalid shift exponent. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2648, bsc#1033111, CVE-2017-7601 * libtiff/tif_read.c + avoid potential undefined behaviour on signed integer addition in TIFFReadRawStrip1() in isMapped() case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2650, bsc#1033109, CVE-2017-7602 * libtiff/tif_getimage.c + add explicit uint32 cast in putagreytile to avoid UndefinedBehaviorSanitizer warning. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2658, bsc#1033131, CVE-2017-7592 * libtiff/tif_read.c + TIFFReadBufferSetup(): use _TIFFcalloc() to zero initialize tif_rawdata. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2651, bsc#1033129, CVE-2017-7593 * libtiff/tiffio.h, tif_unix.c, tif_win32.c, tif_vms.c + add _TIFFcalloc() * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c + return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2130 * libtiff/tif_ojpeg.c + fix leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable when read fails. Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2659, bsc#1033128, CVE-2017-7594 * libtiff/tif_jpeg.c + only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). * libtiff/tif_lzw.c + in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=1982 * libtiff/tif_pixarlog.c + fix memory leak in error code path of PixarLogSetupDecode(). Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2665 * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c + fix GCC 7 -Wimplicit-fallthrough warnings. * libtiff/tif_dirread.c + fix memory leak in non DEFER_STRILE_LOAD mode (ie default) when there is both a StripOffsets and TileOffsets tag, or a StripByteCounts and TileByteCounts Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2689, bsc#1042805, CVE-2017-9403) * libtiff/tif_ojpeg.c + fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable Patch by Nicolas Pena. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2670 * libtiff/tif_fax3.c + avoid crash in Fax3Close() on empty file. Patch by Alan Coopersmith + complement by myself. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2673 * libtiff/tif_read.c + TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c + fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. Should especially occur on 32 bit platforms. * libtiff/tif_read.c + TIFFFillStripPartial() + avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_read.c + update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). This avoids reading beyond tif_rawdata when bytecount > tif_rawdatasize. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1545. Credit to OSS-Fuzz * libtiff/tif_color.c + avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1533 Credit to OSS-Fuzz * libtiff/tif_pixarlog.c, tif_luv.c + avoid potential int32 overflows in multiply_ms() and add_ms(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1558 Credit to OSS-Fuzz * libtiff/tif_packbits.c + fix out-of-buffer read in PackBitsDecode() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1563 Credit to OSS-Fuzz * libtiff/tif_luv.c + LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. Credit to OSS-Fuzz (locally run, on GDAL) * libtiff/tif_lzw.c + update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. * libtiff/tif_pixarlog.c + PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. But untested... * libtiff/tif_getimage.c + initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1663 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_read.c + _TIFFVSetField(): fix outside range cast of double to float. Credit to Google Autofuzz project * libtiff/tif_getimage.c + initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1665 Credit to OSS Fuzz * libtiff/tif_getimage.c + initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. To avoid invalid float->int32 conversion. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1718 Credit to OSS Fuzz * tools/fax2tiff.c (main) + Applied patch by Joerg Ahrens to fix passing client data for Win32 builds using tif_win32.c (USE_WIN32_FILEIO defined) for file I/O. Patch was provided via email on November 20, 2016. * tools/tiffcp.c + avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2598 * tools/tiffcrop.c + fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2620 * tools/tiffcrop.c + add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2621 * tools/tiffcrop.c + fix integer division by zero when BitsPerSample is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2619 * tools/tiffinfo.c + fix null pointer dereference in -r mode when the image has no StripByteCount tag. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2594 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2597 * tools/tif_dir.c + when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2599 * tools/tiffcp.c + avoid potential division by zero is BitsPerSamples tag is missing. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2607 * tools/tiffcp.c + fix uint32 underflow/overflow that can cause heap-based buffer overflow. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2610 * tools/tiffcp.c + replace assert( (bps % 8) == 0 ) by a non assert check. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2605 * tools/tiff2ps.c + fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2633 and http://bugzilla.maptools.org/show_bug.cgi?id=2634. * tools/tiff2pdf.c + prevent heap-based buffer overflow in -j mode on a paletted image. Note: this fix errors out before the overflow happens. There could probably be a better fix. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2635 * tools/tiff2pdf.c + fix wrong usage of memcpy() that can trigger unspecified behaviour. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2638 * tools/tiff2pdf.c + avoid potential invalid memory read in t2p_writeproc. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2639 * tools/tiff2pdf.c + avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2640 * tools/tiffcrop.c + remove extraneous TIFFClose() in error code path, that caused double free. Related to http://bugzilla.maptools.org/show_bug.cgi?id=2535 * tools/tiffcp.c + error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2656 and http://bugzilla.maptools.org/show_bug.cgi?id=2657 * tools/raw2tiff.c + avoid integer division by zero. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2631 * tools/tiff2ps.c + call TIFFClose() in error code paths. * tools/fax2tiff.c + emit appropriate message if the input file is empty. Patch by Alan Coopersmith. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2672 * tools/tiff2bw.c + close TIFF handle in error code path. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2677 * Other issues fixed: + bsc#1042804, CVE-2017-9404 * CVE-2016-10092, CVE-2016-10093, CVE-2016-10094 [bsc#1017693] - Removed patches: * tiff-4.0.7-CVE-2015-7554.patch * tiff-4.0.7-CVE-2017-5225.patch * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch * tiff-CVE-2016-10266.patch * tiff-CVE-2016-10267.patch * tiff-CVE-2016-10268.patch * tiff-CVE-2016-10269.patch * tiff-CVE-2016-10270.patch * tiff-CVE-2016-10271.patch * tiff-CVE-2016-10272.patch + Fixed upstream- Added patches: * tiff-CVE-2016-10266.patch + Upstream fix for CVE-2016-10266, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031263) * tiff-CVE-2016-10267.patch + Upstream fix for CVE-2016-10267, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031262) * tiff-CVE-2016-10268.patch + Upstream fix for CVE-2016-10268, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image (bsc#1031255) * tiff-CVE-2016-10269.patch + Upstream fix for CVE-2016-10269, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031254) * tiff-CVE-2016-10270.patch + Upstream fix for CVE-2016-10270, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031250) * tiff-CVE-2016-10271.patch + Upstream fix for CVE-2016-10271, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer over-read and buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031249) * tiff-CVE-2016-10272.patch + Upstream fix for CVE-2016-10272, LibTIFF 4.0.7 allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted TIFF image (bsc#1031247)- Added patch: * tiff-4.0.7-TIFFTAG_FAXRECVPARAMS.patch - Fix a regression introduced in 4.0.7 (bsc#1022103) - http://bugzilla.maptools.org/show_bug.cgi?id=2636- Added patch: * tiff-4.0.7-CVE-2017-5225.patch - Upstream fix for CVE-2017-5225, bsc#1019611: heap buffer overflow in tools/tiffcp via a crafted BitsPerSample value- Drop --with-pic, this is only for static libs (which are not built) - Update descriptions- Update homepage- Upgrade to upstream release 4.0.7 * libtiff/tif_aux.c + Fix crash in TIFFVGetFieldDefaulted() when requesting Predictor tag and that the zip/lzw codec is not configured. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2591 * libtiff/tif_compress.c + Make TIFFNoDecode() return 0 to indicate an error and make upper level read routines treat it accordingly. (linked to the test case of http://bugzilla.maptools.org/show_bug.cgi?id=2517) * libtiff/tif_dir.c + Discard values of SMinSampleValue and SMaxSampleValue when they have been read and the value of SamplesPerPixel is changed afterwards (like when reading a OJPEG compressed image with a missing SamplesPerPixel tag, and whose photometric is RGB or YCbCr, forcing SamplesPerPixel being 3). Otherwise when rewriting the directory (for example with tiffset, we will expect 3 values whereas the array had been allocated with just one), thus causing a out of bound read access. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) * libtiff/tif_dirread.c + In TIFFFetchNormalTag(), do not dereference NULL pointer when values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are 0-byte arrays. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2593 (regression introduced by previous fix done on 2016-11-11 for CVE-2016-9297, bsc#1010161). Assigned as CVE-2016-9448, bsc#1011103 + In TIFFFetchNormalTag(), make sure that values of tags with TIFF_SETGET_C16_ASCII/TIFF_SETGET_C32_ASCII access are null terminated, to avoid potential read outside buffer in _TIFFPrintField(). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2590 (CVE-2016-9297, bsc#1010161) + Initialize doubledata at line 3693 to NULL to please MSVC 2013 + Prevent reading ColorMap or TransferFunction if BitsPerPixel > 24, so as to avoid huge memory allocation and file read attempts + Reject images with OJPEG compression that have no TileOffsets/StripOffsets tag, when OJPEG compression is disabled. Prevent null pointer dereference in TIFFReadRawStrip1() and other functions that expect td_stripbytecount to be non NULL. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2585 + When compiled with DEFER_STRILE_LOAD, fix regression, when reading a one-strip file without a StripByteCounts tag. + Workaround false positive warning of Clang Static Analyzer about null pointer dereference in TIFFCheckDirOffset(). * libtiff/tif_dirwrite.c + Avoid null pointer dereference on td_stripoffset when writing directory, if FIELD_STRIPOFFSETS was artificially set for a hack case in OJPEG case. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2500 (CVE-2014-8127, bsc#914890, duplicate: CVE-2016-3658, bsc#974840) + Fix truncation to 32 bit of file offsets in TIFFLinkDirectory() and TIFFWriteDirectorySec() when aligning directory offsets on an even offset (affects BigTIFF). * libtiff/tif_dumpmode.c + DumpModeEncode() should return 0 in case of failure so that the above mentionned functions detect the error. * libtiff/tif_fax3.c + remove dead assignment in Fax3PutEOLgdal(). * libtiff/tif_fax3.h + make Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. * libtiff/tif_getimage.c + Fix out-of-bound reads in TIFFRGBAImage interface in case of unsupported values of SamplesPerPixel/ExtraSamples for LogLUV/CIELab. Add explicit call to TIFFRGBAImageOK() in TIFFRGBAImageBegin(). Fix CVE-2015-8665 and CVE-2015-8683. + Fix some benign warnings which appear in 64-bit compilation under Microsoft Visual Studio of the form "Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value." + TIFFRGBAImageOK: Reject attempts to read floating point images. * libtiff/tif_luv.c + Fix potential out-of-bound writes in decode functions in non debug builds by replacing assert()s by regular if checks (http://bugzilla.maptools.org/show_bug.cgi?id=2522). Fix potential out-of-bound reads in case of short input data. + Validate that for COMPRESSION_SGILOG and PHOTOMETRIC_LOGL, there is only one sample per pixel. Avoid potential invalid memory write on corrupted/unexpected images when using the TIFFRGBAImageBegin() interface * libtiff/tif_next.c + Fix potential out-of-bound write in NeXTDecode() (http://bugzilla.maptools.org/show_bug.cgi?id=2508) * libtiff/tif_pixarlog.c + Avoid zlib error messages to pass a NULL string to %s formatter, which is undefined behaviour in sprintf(). + Fix out-of-bounds write vulnerabilities in heap allocated buffers. Reported as MSVR 35094. + Fix potential buffer write overrun in PixarLogDecode() on corrupted/unexpected images (CVE-2016-5875, bsc#987351) + Fix write buffer overflow in PixarLogEncode if more input samples are provided than expected by PixarLogSetupEncode. Idea based on libtiff-CVE-2016-3990.patch from libtiff-4.0.3-25.el7_2.src.rpm, but with different and simpler check. (http://bugzilla.maptools.org/show_bug.cgi?id=2544, bsc#975069) * libtiff/tif_predict.c + PredictorSetup: Enforce bits-per-sample requirements of floating point predictor (3). Fixes CVE-2016-3622 "Divide By Zero in the tiff2rgba tool." (bsc#974449) * libtiff/tif_predict.h, libtiff/tif_predict.c + Replace assertions by runtime checks to avoid assertions in debug mode, or buffer overflows in release mode. Can happen when dealing with unusual tile size like YCbCr with subsampling. Reported as MSVR 35105. * libtiff/tif_read.c + Fix out-of-bounds read on memory-mapped files in TIFFReadRawStrip1() and TIFFReadRawTile1() when stripoffset is beyond tmsize_t max value (bsc#990460, CVE-2016-6223) + Make TIFFReadEncodedStrip() and TIFFReadEncodedTile() directly use user provided buffer when no compression (and other conditions) to save a memcpy(). * libtiff/tif_strip.c + Make TIFFNumberOfStrips() return the td->td_nstrips value when it is non-zero, instead of recomputing it. This is needed in TIFF_STRIPCHOP mode where td_nstrips is modified. Fixes a read outsize of array in tiffsplit (or other utilities using TIFFNumberOfStrips()). Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2587 (CVE-2016-9273, bsc#1010163) * libtiff/tif_write.c + Fix issue in error code path of TIFFFlushData1() that didn't reset the tif_rawcc and tif_rawcp members. I'm not completely sure if that could happen in practice outside of the odd behaviour of t2p_seekproc() of tiff2pdf). The report points that a better fix could be to check the return value of TIFFFlushData1() in places where it isn't done currently, but it seems this patch is enough. Reported as MSVR 35095. + Make TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() directly use user provided buffer when no compression to save a memcpy(). + TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() should return -1 in case of failure of tif_encodestrip() as documented * tools/fax2tiff.D c + Fix segfault when specifying -r without argument. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2572 * tools/Makefile.am + The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden. * tools/rgb2ycbcr.c + Validate values of -v and -h parameters to avoid potential divide by zero. Fixes CVE-2016-3623, bsc#974618 (http://bugzilla.maptools.org/show_bug.cgi?id=2569) * tools/tiff2bw.c + Fix weight computation that could result of color value overflow (no security implication). Fix http://bugzilla.maptools.org/show_bug.cgi?id=2550. * tools/tiff2pdf.c + Avoid undefined behaviour related to overlapping of source and destination buffer in memcpy() call in t2p_sample_rgbaa_to_rgb() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2577 + Fix out-of-bounds write vulnerabilities in heap allocate buffer in t2p_process_jpeg_strip(). Reported as MSVR 35098. + Fix potential integer overflows on 32 bit builds in t2p_read_tiff_size() Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2576 + Fix read -largely- outsize of buffer in t2p_readwrite_pdf_image_tile(), causing crash, when reading a JPEG compressed image with TIFFTAG_JPEGTABLES length being one. Reported as MSVR 35101. CVE-2016-9453, bsc#1011107 + Fix write buffer overflow of 2 bytes on JPEG compressed images. Reported as TALOS-CAN-0187, CVE-2016-5652, bsc#1007280. Also prevents writing 2 extra uninitialized bytes to the file stream. * tools/tiff2rgba.c + Fix integer overflow in size of allocated buffer, when -b mode is enabled, that could result in out-of-bounds write. Based initially on patch tiff-CVE-2016-3945.patch from libtiff-4.0.3-25.el7_2.src.rpm, with correction for invalid tests that rejected valid files. (http://bugzilla.maptools.org/show_bug.cgi?id=2545, bsc#974614) * tools/tiffcp.c + Fix out-of-bounds write on tiled images with odd tile width vs image width. Reported as MSVR 35103. (bsc#1011841, CVE-2016-9538) + Fix read of undefined variable in case of missing required tags. Found on test case of MSVR 35100. * tools/tiffcrop.c + Avoid access outside of stack allocated array on a tiled separate TIFF with more than 8 samples per pixel. (CVE-2016-5321, CVE-2016-5323, http://bugzilla.maptools.org/show_bug.cgi?id=2558, http://bugzilla.maptools.org/show_bug.cgi?id=2559, bsc#984813, bsc#984815) + Fix memory leak in (recent) error code path. Fixes Coverity 1394415. + Fix multiple uint32 overflows in writeBufferToSeparateStrips(), writeBufferToContigTiles() and writeBufferToSeparateTiles() that could cause heap buffer overflows. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2592 + Fix out-of-bound read of up to 3 bytes in readContigTilesIntoBuffer(). Reported as MSVR 35092. + Fix out-of-bounds write in loadImage(). From patch libtiff-CVE-2016-3991.patch from libtiff-4.0.3-25.el7_2.src.rpm (http://bugzilla.maptools.org/show_bug.cgi?id=2543, bsc#975070) + Fix read of undefined buffer in readContigStripsIntoBuffer() due to uint16 overflow. Reported as MSVR 35100. (bsc#1011841, CVE-2016-9538) + Fix various out-of-bounds write vulnerabilities in heap or stack allocated buffers. Reported as MSVR 35093, MSVR 35096 and MSVR 35097. + readContigTilesIntoBuffer: Fix signed/unsigned comparison warning. * tools/tiffdump.c + Fix a few misaligned 64-bit reads warned by -fsanitize + ReadDirectory: Remove uint32 cast to_TIFFmalloc() argument which resulted in Coverity report. Added more mutiplication overflow checks * tools/tiffinfo.c + Fix out-of-bound read on some tiled images. (http://bugzilla.maptools.org/show_bug.cgi?id=2517) + TIFFReadContigTileData: Fix signed/unsigned comparison warning. + TIFFReadSeparateTileData: Fix signed/unsigned comparison warning. - Removed patches: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch * tiff-4.0.6-CVE-2015-8782.patch * tiff-4.0.6-CVE-2016-3186.patch * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Fixed in the upsteam release - Changed patch: * tiff-4.0.6-CVE-2015-7554.patch -> tiff-4.0.7-CVE-2015-7554.patch - Rediffed to the changed context- Added patches: * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch - Upstream fixes for MSVR 35093, MSVR 35094, MSVR 35095, MSVR 35096, MSVR 35097, MSVR 35098. * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch - Enforce bits-per-sample requirements of floating point predictor. Fixes CVE-2016-3622 [bsc#974449]- Added patches: * tiff-4.0.6-CVE-2016-3623.patch * tiff-4.0.6-CVE-2016-3945.patch * tiff-4.0.6-CVE-2016-3990.patch * tiff-4.0.6-CVE-2016-3991.patch - Upstream commits to fix CVE-2016-3623 [bsc#974618], CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069], CVE-2016-3991 [bsc#975070]- Added patches: * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch - Upstream commits to fix CVE-2016-5314 [bsc#984831], CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842], CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]- Added patch: * tiff-4.0.6-CVE-2016-3186.patch - fix CVE-2016-3186: buffer overflow in gif2tiff [bsc#973340]- Added patch: * tiff-4.0.6-CVE-2015-8782.patch - fix CVE-2015-8781, CVE-2015-8782, CVE-2015-8783: Out-of-bounds writes for invalid images (upstream bug #2522) [bsc#964225]- Added patch: * tiff-4.0.6-CVE-2015-7554.patch - fix CVE-2015-7554: Out-of-bounds Write in the thumbnail and tiffcmp tools (upsteam bug #2499) [bsc#960341]- Added patch: * tiff-4.0.4-uninitialized_mem_NeXTDecode.patch - fix uninitialized memory in NeXTDecode (upstream bug #2508) [bsc#942690]- Update to version 4.0.6 * Supports CMake 2.8.9 and later. * Add missing file which wasn't being distributed, causing unit tests to fail. * Make shared/static library building configurable. * CMake reads all version information directly from configure.ac to avoid duplication of values. * CMake builds are now included in 'distcheck' target. * Autotools 'make distcheck' now tests the CMake-based build if CMake is available. * Fixes to avoid undefined behaviour of signed types (C standard compliance). * Fixes to avoid possible isses when casting to unsigned char. * Fixes to avoid undefined behaviour with shifts. * Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). * Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. * Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. * Eliminate requirement for and use of 64-bit constant values. * tiffgt : Silence glut API deprecation warnings on MacOS X. * fax2ps : Detect failure to write to temporary file. - Changes from version 4.0.5 * Support for configure/build using CMake. * Support for large (> 2GB) files under Microsoft Windows. * Configuration and building using CMake is now supported under Microsoft Windows and on Unix-type systems. * Test for and use fseeko() if it is available. This allows supporting large files on Unix-type systems with a 32-bit 'long' type and a 64-bit 'off_t' type. * tiffiop.h: Macros added to use 64-bit equivalents for all standard I/O and POSIX APIs used by libtiff and its tools which are limited to 2GB in Windows builds. Note that these 64-bit equivalents were introduced by the CRT provided with Visual Studio 2005 and if the necessary CRT is not installed on the target computer, the program will not run. The wrapper macros will not be activated unless the definition _MSC_VER is at least 1400 or __MSVCRT_VERSION__ is at least 0x800. * tif_unix.c: Updated to support large files under Microsoft Windows. This makes tif_unix.c a completely viable candidate for use under Windows (in spite of its name) if the CRT is modern enough. Please note that tif_win32.c already supported large files, but only 'tiffinfo' and 'tiffdump' made any provision to support large files under Windows. * _tiffReadProc() and _tiffWriteProc() are modified to chunk I/O to a maximum size of 2GB for extremely large I/O requests. This surmounts limitations in the Microsoft Windows read() and write() APIs (which are limited to the range of a 32-bit 'int'), and may avoid poor behavior with extremely large I/O requests on other systems. * Updated to use I/O wrapper macros from tiffiop.h in order to support large files under Microsoft Windows.- use spec-cleaner- update to 4.0.4 D tiff-4.0.3-double-free.patch D tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch D tiff-4.0.3-CVE-2013-1961.patch D erouault.2862.patch D bfriesen.2805.patch D tiff-4.0.3-CVE-2013-4232.patch D tiff-4.0.3-CVE-2013-4244.patch D erouault.2861.patch D erouault.2857.patch D erouault.2856.patch D erouault.2859.patch D tiff-4.0.3-CVE-2012-4564.patch D tiff-4.0.3-tiff2pdf-colors.patch D erouault.2876.patch D erouault.2860.patch D tiff-dither-malloc-check.patch D tiff-4.0.3-CVE-2013-1960.patch D erouault.2858.patch D tiff-handle-TIFFTAG_PREDICTOR.patch D tiff-4.0.3-CVE-2013-4231.patch D tiff-4.0.3-CVE-2013-4243.patch D erouault.2863.patch D tiff-4.0.3-test-jpeg-turbo.patch- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 bnc#914890, bnc#916925, bnc#916927 + erouault.2856.patch + erouault.2857.patch + erouault.2858.patch + erouault.2859.patch + erouault.2860.patch + erouault.2861.patch + erouault.2862.patch + erouault.2863.patch + erouault.2876.patch + bfriesen.2805.patch + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + tiff-handle-TIFFTAG_PREDICTOR.patch + tiff-dither-malloc-check.patch- build with PIExinomavro 1717052629  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.0.9-150000.45.44.14.0.9-150000.45.44.1fax2psfax2tiffpal2rgbppm2tiffraw2tifftiff2bwtiff2pdftiff2pstiff2rgbatiffcmptiffcptiffcroptiffdithertiffdumptiffinfotiffmediantiffsettiffsplittiffCOPYRIGHTChangeLogREADMERELEASE-DATETODOVERSIONhtmlCMakeLists.txtTIFFTechNote2.htmladdingtags.htmlbugs.htmlbuild.htmlcontrib.htmldocument.htmlimagesimages.htmlCMakeLists.txtback.gifbali.jpgcat.gifcover.jpgcramps.gifdave.gifinfo.gifjello.jpgjim.gifnote.gifoxford.gifquad.jpgring.gifsmallliz.jpgstrike.gifwarning.gifindex.htmlinternals.htmlintro.htmllibtiff.htmlmanCMakeLists.txtHtmlDoc.cmakeTIFFClose.3tiff.htmlTIFFDataWidth.3tiff.htmlTIFFError.3tiff.htmlTIFFFieldDataType.3tiff.htmlTIFFFieldName.3tiff.htmlTIFFFieldPassCount.3tiff.htmlTIFFFieldReadCount.3tiff.htmlTIFFFieldTag.3tiff.htmlTIFFFieldWriteCount.3tiff.htmlTIFFFlush.3tiff.htmlTIFFGetField.3tiff.htmlTIFFOpen.3tiff.htmlTIFFPrintDirectory.3tiff.htmlTIFFRGBAImage.3tiff.htmlTIFFReadDirectory.3tiff.htmlTIFFReadEncodedStrip.3tiff.htmlTIFFReadEncodedTile.3tiff.htmlTIFFReadRGBAImage.3tiff.htmlTIFFReadRGBAStrip.3tiff.htmlTIFFReadRGBATile.3tiff.htmlTIFFReadRawStrip.3tiff.htmlTIFFReadRawTile.3tiff.htmlTIFFReadScanline.3tiff.htmlTIFFReadTile.3tiff.htmlTIFFSetDirectory.3tiff.htmlTIFFSetField.3tiff.htmlTIFFWarning.3tiff.htmlTIFFWriteDirectory.3tiff.htmlTIFFWriteEncodedStrip.3tiff.htmlTIFFWriteEncodedTile.3tiff.htmlTIFFWriteRawStrip.3tiff.htmlTIFFWriteRawTile.3tiff.htmlTIFFWriteScanline.3tiff.htmlTIFFWriteTile.3tiff.htmlTIFFbuffer.3tiff.htmlTIFFcodec.3tiff.htmlTIFFcolor.3tiff.htmlTIFFmemory.3tiff.htmlTIFFquery.3tiff.htmlTIFFsize.3tiff.htmlTIFFstrip.3tiff.htmlTIFFswab.3tiff.htmlTIFFtile.3tiff.htmlfax2ps.1.htmlfax2tiff.1.htmlindex.htmllibtiff.3tiff.htmlpal2rgb.1.htmlppm2tiff.1.htmlraw2tiff.1.htmltiff2bw.1.htmltiff2pdf.1.htmltiff2ps.1.htmltiff2rgba.1.htmltiffcmp.1.htmltiffcp.1.htmltiffcrop.1.htmltiffdither.1.htmltiffdump.1.htmltiffgt.1.htmltiffinfo.1.htmltiffmedian.1.htmltiffset.1.htmltiffsplit.1.htmlmisc.htmlsupport.htmltools.htmlv3.4beta007.htmlv3.4beta016.htmlv3.4beta018.htmlv3.4beta024.htmlv3.4beta028.htmlv3.4beta029.htmlv3.4beta031.htmlv3.4beta032.htmlv3.4beta033.htmlv3.4beta034.htmlv3.4beta035.htmlv3.4beta036.htmlv3.5.1.htmlv3.5.2.htmlv3.5.3.htmlv3.5.4.htmlv3.5.5.htmlv3.5.6-beta.htmlv3.5.7.htmlv3.6.0.htmlv3.6.1.htmlv3.7.0.htmlv3.7.0alpha.htmlv3.7.0beta.htmlv3.7.0beta2.htmlv3.7.1.htmlv3.7.2.htmlv3.7.3.htmlv3.7.4.htmlv3.8.0.htmlv3.8.1.htmlv3.8.2.htmlv3.9.0beta.htmlv3.9.1.htmlv3.9.2.htmlv4.0.0.htmlv4.0.1.htmlv4.0.2.htmlv4.0.3.htmlv4.0.4.htmlv4.0.4beta.htmlv4.0.5.htmlv4.0.6.htmlv4.0.7.htmlv4.0.8.htmlv4.0.9.htmlfax2ps.1.gzfax2tiff.1.gzpal2rgb.1.gzppm2tiff.1.gzraw2tiff.1.gztiff2bw.1.gztiff2pdf.1.gztiff2ps.1.gztiff2rgba.1.gztiffcmp.1.gztiffcp.1.gztiffcrop.1.gztiffdither.1.gztiffdump.1.gztiffgt.1.gztiffinfo.1.gztiffmedian.1.gztiffset.1.gztiffsplit.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/tiff//usr/share/doc/packages/tiff/html//usr/share/doc/packages/tiff/html/images//usr/share/doc/packages/tiff/html/man//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:34106/SUSE_SLE-15_Update/0fbfb1f98355a1a505e5567f607a5b83-tiff.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linux  !"#$%&&&'''''''''''''''''''ELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4a75d67eee92f5a984c278cd3ceb19842844fecc, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=00b3401398622155694fcd9430420e69dba09746, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=189ca16476ad77a8ae9791405359cac4956cf5b3, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5909d15527b307447bb737bb25d4d1f483fb7a8e, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a108e783c39968b959a784cded7a8f7063eb6d1f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=912782040b0bf82869eaffb7573af11c9536c7fd, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=361b202716abfc40f5587f7c249e894ecfd900ca, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=2fcc7d3799296a03c4410e0b65ab425535c43622, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6cf3a0d1bbcd31e8f647034a1507227504c73830, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=3345eed3a39520242fdae4cbdaa16beba308e113, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d3de58625f684b9e058119a8828d4213f938d1e4, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=17d124afb7100dd7b544c5e4642d466b43b749b5, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b30b82ca372a3fe62d03ff89053da97bcf8949f5, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e227a7d526c182ee35fd7b786508383b5fb9110a, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=997f4155868473b02163d04748d781ba5f0ff3d5, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=3143d41e3fc141024f7450392fdabf36af0d045c, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=de41255f69d720994d9f163d778a29209ea97c98, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=c1a979f632294499863dfed4fd5ff03e42845e6b, for GNU/Linux 3.10.0, strippeddirectoryASCII textUTF-8 Unicode textHTML document, ASCII textGIF image data, version 87a, 20 x 20JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 158x107, frames 3GIF image data, version 89a, 113 x 146JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 147x147, frames 3GIF image data, version 89a, 159 x 203GIF image data, version 89a, 107 x 148GIF image data, version 89a, 32 x 32JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, comment: "CREATOR: XV Version 3.09 Rev: 8/13/94 Quality = 75, Smoothing = 0", baseline, precision 8, 256x192, frames 3GIF image data, version 89a, 139 x 170GIF image data, version 87a, 32 x 32GIF image data, version 89a, 296 x 120JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 192x144, frames 3GIF image data, version 89a, 124 x 124JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 128x128, frames 3GIF image data, version 89a, 128 x 100GIF image data, version 89a, 40 x 40HTML document, UTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) "%(+.147RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRaNP6h+utf-856912a1c4d9de42e67fedfa6bb06f212336e8f8d9a9c32e1bda611b36d0f24b6? 7zXZ !t/c]"k%Hk+%Yv[#G"Rs t߶+瑒b;tMHfht,2Jg xxRķūٲ.mm򳓸ut0&ژB?kݹN LLW;׾̱:0uζ3ɸk8 C2Fx{Ju&o3ҺxԘl=#c@If ߱̈́sB39l"gO:2uWGX5|!$^%3'HbO ] F78 k#`;qK'/QʱcGL+`Ĺ!3@h:yҴbkȶu0RE(6a/A hpqQ.?Rei8ik3mm}L>U*!o8K㥸QͫCP/( 6ln>QyÓ9-2ԿfO2G܏\S݂I/߬JS~?'bRLbt$rkÄz kI98!b|k ,]o>S F2xN Wšs=zzpٝ) \n.V(ntazG&!4a]dЄR*nM觭1\:q92o v^KɞX+5.9lD HsɥC^ A>z> E\\4׿{ސ{}.Z[Jc2ܵ-fAlM] xꢙo ީSZ&ϻCE_:5P cQlI a6њ.+E^FI<b̸ݍ0 1S,*.aǀCš =a%vm+\ {OQU6+MA #iO06e'$ Kh4 !TH%ET_MAҴlگ/~vO DAkY\>m!"\;u,+d톁ŊniA`mj!r"]mc(LAzj } #:V7Qi9q:b}QR7ѪZE .@v.ԩ'~*Z`im ,QRQЖ1yp0ʽ 8l0*RSo4[ $\4I%UlQ}DřJ S2rh𚺽l]yln7˿VY9'恥qWPWԴIe!iVڛ1=ዔ[ Jۿ_96=m/z3 lEOr6%!̔*lU*VIs <u:/恫#8"@u)Y^+$髬:;Z9:QPG\~##ѡWgmH{Dt J"j ZhuefHvXe45n4`5AM`a{z/ө^A9U{B@L#T,T.A>1"5jqM etP˵OF$w/=v"$(1ϓ}7W' 0Wd)eT-/~[ellŚ4'^)=6B+_y읤gZ2<a"!/OMִ!8+O oi}" ,m@pG2DuyJ"cj!sE{9hr?U DBgp" +fx"oh{ }-JSþnJB]fg5\DL<~tIqj"NofC$z],ú*/gj].@֋M-,!s0УhQL;[R[M1F@MgBCA\OWRm7g^Oń@#fj}֝y{^OK=;xV;R(dF.>Bj'= *kų cr-¬xd^3U8lʘ4Sex|TL>=18{vj5KO 9_R^D7Lz}0'ŃYY y 7x"vSc ZbHR許FO '@7l5׾@H'^GG?E=Hpogƍu /wQZӃi ^.H4!Jف%P`[}-r%t|\+m }f4OLrh<3gz­~%; `~ xy쳕,=QpPϧբ ;,=\ta;Ip NpB|-% Gr8Fμp>Ra5SA׌GX".sT(YpW93\`6M-(-J礏ތ('#"I:oxarW{q׉n6:+j0$>)qpM"m. דܳ+=}5 H02yl1;'7&$2O^R^al8-gS멅\UEFXl+ct`™jbd *Nt!/_Jx2y9u9EͿklcR>ÉE3r#뀁:G23adֱ|?)>䀮YZKJ*Vb/v:k+z^_XK1)S['h a&Jq^;Rc*'5kNRG\f18EG) h}fqȡ BI &89,C1.-WSLYŲ;vO },S*Iqz\-2 xA|q>4Zo&L:5^dZbP^x)9)Yo̡$)ZC _NAL./Y>g+ g񿯥/Ae~)n/]A@jpqeU 盝;ARSL5K:3$j1s3e= 2 d6$>;ɚkL]O:ʽY 7_WiSX/:+u. dZ劼Vţt"4 %#G(ID4BSH)JR<7oB,f!|+#N[&E#[nRFWpT`ڝLXL{6͎[\|Xn}X,)i L(G+LP׵`xN",.N~P˩k! 4\%]c]kp|;p/G]!}g @0KzRՅ> $#mWf-Ӟz%vW_9=+}Uu]4lNN[UhYZVm ̔"<,O Q@o/4 7yoOߪk0-Syߘc~vy x-Ag2lb<l?C#(3tT4ow/vBt-Q k &"x}Impk{LFyț1;eKm:^}t:4 T7[slT\bݘ&`=j9Km%q.ZؕKOv=|Zvc~M_f э 9OڐScʧ a]CEM}&R:!!. `^oΈXeSXu_{EXra Z9٘*uj1A [ҋvn@N c**e&sr[]l/ njiUBOBjO*h~tr͵ovGrHrxvIiZbe8Ex"+AwDS UڳFrǁOk+Bk9Q'W^mDAٱ68'Q\V+?#P[@τLFCo_7`noj+ҫt6](f T^l3uvM]!zDR Ry _fBrnxHag,0'"k ŲGϴ$YM%ޔ;(9E}]jɯp%N|Yl=d >JxU3b8V0<MtF\_ ~Oo):L7vwbLlS9 M/r, RPiQ>tCJ< 5ZH:nL+B$D( 3 MC aw:.3ImYn,]ۅDu-ċRw~yӳ(^MTۘzRHUpA6=N+Q$ k]:W3Ii%*Hpg(v]txgTV;4:(,jD~ !rT)8y sp~s]65MhhpϦ7tWSq;hWx". ]VD` ʻ gJ b+*;}k]-U cx5D#<-2mSRP@cwGoCPN~FOK3 {NMf)Rf 9 GHrlz@l+ꤿNr3ɪYI:1X{sь$"訩|N+B8 )BL5bmz#"\B]2d-GH e0vά%H'i&FKṳ#rIhR](ʪ S[IX<ރnJ&X0B '. còj^ߙubvۓurp"L*D} o`dBp Lj 4_"AW:ByvHoS( AqR¼W\l:v!ː=#?JaG4+څG9<vxl6Q(&_T(2vb^gڅKA1N_˰ʼvBJFJ2uy8 ^\bKA^O4pN:j8Yjcč(; `48&ۢ;J87‚.u݌D>-X!dMψK^&h ^q,_\N!'R$F<&NZʹ@ \RbII:q9gNW[7RlEGckh.$̀F|_L຅ aE_% 0+ZS'P%(޾\Ot7t8,[ڋV; gm1PGO_xiG$jI`+S2QnE[p$sFMFiuET3ݵ0Yy(>P`~CaD"jR\ HPP#uRe"!*\& !I()AD"+ݎ|yI$-kQXGV[GQyoX9rof٪)de6nEwHs%]01&Z(chCa{4Ӆ$S>/ b'M׷9rdJ:XWbf(jtהz3>Vr E`rM^*/ChK VpQ߳ U f8..+^{6 Ƥ+A̭`Gu8Ez(6'(y%b3Ij0Q[]aK5o&Q +ەM+! ~u.u˲{6tIQ? ob:K4Cj?ZSƈޙ? vf@})%5:mzQfRRpF@_$L?,Q&1;Bj{g A=] GSX ^V6b&sQLDw&l uʍ5?̉jkBaK Ly(+]xIJLZcIOE^ɞgUJ!1UE퀠 ם+FKQr¬?NYO:Yl|gӱvT|B#G._CV&S r{@t 3.,7XOǽl"j>w,C|kVErAs],02FG,~Mi߃uj3˿To~ܻ%HcD/% 0|sHk.@I:dhk%f!V!Z,#cׄ>iyWh us V'0XAcqAqHAˆ1CDX'5Y5},/s+H9pc$HWjCsVX,N7/-W \M9nxGe @g˷<‡5%VpeI6*c0 g xNn N8<65w>I7te?gX67wfz$We^Wjh_Wdg>]ِBh Fْ? *$fPd`9]a¯ GSYB; 瞦9/%t+ |oV`5}] ls#Z20toln?ɿ&5 nI>uE1bizL )d~5/HS$44Y54kˌTݹw`G`NF5?m&i:P#pW`?)(l|̣:#BCX¯jGRҏ2LX|%1Ro OeчD /T2?-2]6k>r:X)m^+)FnvG\jDPmm ސ7.ڿ8|9(aX~ȇYSVM?E6vXh$Qo8znfw6JLaV eO\\{Ĕ=qi6oyAv0=̄R]kJokt3hEːS)KdJ>S Xӎ+Qc9~t9n@`^ꎍ;8ԍQ`UʄI)*lHJTJg GtP o}7s ˬ4IFJ֊ CviIw|'ffns9H]܅<`[c= x5.RpIK1{@.j8~v<lk_n?Dž"ڴVl?dia\vaҞ̘CS[aVZn9 s Q]f&"&9 6(d2bbP!>8ovccW*c0ރ.;_|NCz%rGC;h9in@M;ZC isO\6U瞽48] +'a%)a9+VhQ. =Wk'DnVOH0?f҅VQ5}4VA^@a~?V_W$G"5?W=9JKO05$c }X l8Dm])BTyYINSWxxIr2wC5˶K̷xB-!C`GQ#ʊTο:'`RbY4t/bGl'xi,d,/m7Xdvh0tavEOV?;Vc1j$ _ s]@#oDcR#UU;p5Ѻ+. .F<#W˶KMVV2_ӳq NxN`4vS$98+JINm_s:y9opZ@ۼҨ}†W)(>4գ\S'+9R-(>Ib hpŻ ƵV RsA=׳Okv^{w|&VE׼-.=&Ox-z~/36cQݠ_/]ՔeQM~A#>S3^~tWqKiGBt^gꩵ漍UG`vd$Ŷɸ5PՒZF);~ЖaͶDB%S+],+ӅɝC>9V Ԉ;nP_ Z |Z $eB|&c #kM˙ؐ(@JݿF&5i{F}b_@(QҜrj3pj "]=QkЋ PzqV''+W~30AhfOrrsƚ_Z'D| GDDƿPle9s1*8xJHOM$cGsc@⌦aױW !+d jv)KN6blsu AzdDty%Yby3P2}[?@yqЧx.2r}m؉2,"C27Dw itu8ô8.#`nsH '+ o$:CՀ=Qp3& 9OHx¯|0[fP>Ebbka{/ V^]#0,73hTCFU=%ӣ#k'Ԟq@zȲı!~V\>lNـ#-2R@dɗhMh %|+Y>J[~qL)Xfpdv?kvbcN^E Q |G62#|?okM+fq])3pMr&u9Ucߢ!ظ@g$W^A!l=4栏'ن6DZxӳMQ}/o*+vtAaČſa6 I~2@3O)/?a38rf" Q+!c,~]A_9)?^Cގ\Wj)Q.`@5(_?A.4g-o#!)L" `Be Ή-^&8n2(}x-7_(Ry-w=HSd MPfTϒكGSԄɓՙD2)zşak탷n,˪$)F|;1ĬQ͒^0w41n9Sя1VlzUeHRC[aOXMs 8F4ݟruCƑQm1^i(о!I9 Lah59fcű7u$^CbQ 9Jo=c~_3#1A(fVtZ])M GgO1IƘ0IXs~pgGu)JFF v fOejYfS%3Pό"6GwXp 8_ٕK_"C_Ҷ8HuT5QIƲz5%AvlhqY},jއY{xX:2)l%9ι( ZYv(5o-i;N"|\283 j PG>9>9 )u.S7 _E/0p׫A4at,KtMUG1S,pO6;63JK`D<`,˅n`Q w 2H^-oVq/GX4"y/ >gvK~g yrZ_%?HU;:PUWU5ȰmL|D8?$G9M2/K(?OG1 w2ΧE4_4I\ ; '(:(lwZ h@6a%s-n8v_ލS[§,l)YR KV-qPHr @ ѐ.6#ij?r1*"?"/|O) Z҃:vԍqP ͽ}y1' /2F i7!ezFQ,*q!q®2qo%sX2[ۻgWߋ{ZyEzE^T8M7w<1kRADp)ijC;0DZ~y[UƬ@Nsh^q_EQ3?`#~!TQH==5~5v_b}[٣yw\>CG|2..ۖVF{ v臶)Y۱eĄDP3=fO, "R@.ӎ=3>i.V49K7U ʏ~3`94* 15*e<Ӌ:=AiF_sinUՠt5VPw>ƻ&H N1LNVS&ROXD(86)C7 @pҎN:X;=W{ p/J!^P%Z~\ ͬT7=gԊTB88WW ̓}?{7/: DB*EZ4 he Nbw$k95G_a2[qhސZH=kx^6M3UFY6{buS-\*_*R/o1L(1 $"x34177ݯe[z95-0t~ ; s weu7Slpi*w~hF`ֲtLL|N apXC?s9K98bPc lg +paSGAP64A OPRx)byqjC :MAɐGcl*씿iaO2xaA'Srľxb](U>6z׬蹪Uz->#]I.23'Vϛf6Tk5 .Xq,NDFi%@$g[H*d%xasmF@*G[ƫ:\ٛqFzZc-+"Q@(Vho.|Q|'CG&8C]H,[ xB5;B8?Gm1n \`p_3Am"(6?ۏѴ lٟF%M,8k¢N=`,C}^ {>w8C!B$:&0 9:m-<2T%mXLfj;(74]bEIN8qBLg~#ᛮW#GyMVPijh5S6ʷm5Q O绗ďR^q"զ2V8=$LR1m봵;C1FsRüE~Kҭu4ZN^!~Y/TN6*smGIS@M>LJÁ$k)Hp(BQŝh3!p)ŘfmrM8TJ~ojkVTz,rL$X!)-viBn⺈v'I2 G a`5YG@oA pF?Hoh-+wc&ͧVae֍98s7|:\X)'A3^R1_VpQF{-D4qFRʣtPHc?^{ <>b#ِAt_$BI{݊v`Wgڳ}!Kâ:-``"((8_i',aFϕC~a`KM(|LR=r2kLDY.x~o7a[ADLkpb_nƹ*-Gv7Bo j>N਀EO}:T rrbB5&ZuB0rc*w>^c {v.UM: r%9wG wze7#86+heD[z2 =:Ƭ5>o'qPqgpn-?$Gx~Po%2|w1"WwֵbN銷q[gL+OJmןDe?T`_* Ȗk̑T~` r3ؚQ'w~0pBקQGJa.:IBm}.p]*"CEZ#zBEb2: !(a OdLv}|c ]c,Z˒Nc0}ðΒ:@X\:, )6m+]ck4d=o`v aBWKz1eg ۳YQ_fn>C *5WqzĂJ+HlCXiKR@R Rgf6 :9TE SpS̖[SMN`{҉A/oT\NЃ!g3u7a~ ]G^p{(I+ :DI~V m`a^/2cg+DcgPRb9s"R|S@ȜLu$gH *N WZ{h.0FJR(K]Z.= |;|xK׷%W 鼷&N=Ј4!G]xZR %*0u9ckT:D(LHK++UiW3FG- ]~‘ z( ^J=V`ɿt 2CER j 6ܥH@j

j)5@{l%2Q+{=͸ c΀- )Ro6r4]^ )poqR6 bfP| / $k`6UjUIYjF 7SX= Q_P1Oy@n jJFw . ܀l`2l}]|ěX7$_hI. ;U^ ,})rnLoe5MݖV#mY՞5G*QfavC0Z"V83)ȑp&IN5$ 1cl )@m3#MQlŋ{?["ck5+ACcTOݙ!$eGI \폌L8]L|$cS:^zN.qtVfޣG[=0N;tH։p@KHhn^g/{ua׳+pB1qF=X_[V,4 ®= ~lXC;&@Eԩ:G1?Aο%|<泿v1o yjLM̀7;x>p,*!?2\mɨHsnYLʙyDUciC,@Xi&E-.ؗXw*XAx5x?M g 5G )D_~SnjytXӽNWy_T{Pt+EvYk"T?Xc}Y0p7E3D[6022uq~qZ򉯘uIG1B3?=Ol~g-h dӴ΀>;^ԮeE3s/s.wֆf1Y g+s١ )?MhDtϞiI鱑*LA0[!6KAX!;8$ czj p$`>9: ꉻ9 30"i4oۈ"gvU6]^ҎywL$1Ƭ38*xW‰(*^A*YX׀;$d(8l+ArTܯL q7:c㙣m}?O2Z0<xPDC`>\Nb7f̄`aoG}!ׄCL.xy@QK4nd|_Au/ dH~ 뛋6lQ~Dk#CvuA=h Ƌ]4a3qcMyG,:߾"CDjS4U68[5|8xgUg`Ҫ K1$ :E&?<ʏl/#?Ql>a|rW["7J lAN*- k һu@&(pM8GG3i͇\z.Ie(S fz>!2KdE/GrwzJG<GM\kץEx m랏Chc/S696R4#4R1KVc>H X!SUIJ4oT N-W&Fi /&Y)$ I_D>%!153`ٖYSH-W7Z2 INec HTKBݥ`O{r<ˣ`ov =TQL#eȖ$(4GB *B[|AE ^v!.)QFj9V (W&f^fU@xpӧ)lA穘",Eu3.;Okgͪי)D܇#Eva2@Ґ](."#,DvOx<<с.RXjV. 5L~oPixGn9uxMj`}A+tqLPnz"=O0JZr_d* 6Xo:R. -W)WFۦRCa9xG57["Pq;wcn碇[_ NH!G9E=ϳWZ;ymE>S4AwPN@ *\ K o%rJk]-X3mk^z/BiTM]zB-?\DԿք5{%]A;uULod|;R, 6g r?HLò6Q)m=ʋ gj=4~?芽V)? (L=b c.[j/gnBW0#`<'1ZptAJYԅ3vU &8d%bΉR$hk*;,5U}:P3^W%rY%=qa4 h5ڝTXW9ysB&?**hrisV}vNᥨF?);fINAFc?-,ban47ii2v4FPm6|,/w4Xg(̓pxVjMb:_^ \ }Lõ$; V%3 G^&΁8yJBXd~Xgйq=a@.pslַt_<&O\U/2ueS% 2Y@^&OMyPΛLfK!⼨Fb V#5.ROhp\ke_^;s(#:H)]0μ8g@<}NQu3c7~QI} nfl &37p$yNqȴDW]&L#jx'rY6դyfnߍU:z giy V͆N<5chZ/.{$zNCB'? 4_se$GOmwPL-!v= ĹS5c?'pzdd}@I%xT6J[)-}l:?Lַ(Q(Z{_/ >|@f0wx1y@$_X3o?`39VTK|M9/j^B2:ם'mթ{D;*'b1;={ɑYLٝɤD(TOXX겉;_ޡ! ֚+ 2x ګc%oh(4iyo5د5;nn(ש&5L믔`wtPm8 KGp3{-]|'O]~ ig [e'׆o!Kt-/sc@wvKc~)$W 0T _s_*vfut@qtɼV=' Qn.Ө>n{ϫFx9nȼQ>T? VK߃J!uNXPqI6ztpjdfOlTmܺ\qµ"D^OX C+tT{'~2χe!xzVaɋ[aq5\*zL$'d=7#6cBQMz9$[Bo}K'{Aza)K kܐH gE->ɢKUxp;hNGD?>ڎiU ɐbL1w\)NCyРƍ:R?Y=Ϗ8,wHTխtCy9YVL jpY,+-N%{iІQ*6  jV}ǾwPl"+dհQh^vWVζiuI&Tqy M3btJ&k= f![Bs(+(1×X7*`ûlX|͸RI13s+DdRkL|VD}JP#s%U\JB Pg?^a}e )0 J̀:T{QO P02\4bsC@8Е`l'B)G*ņX!yAh_1Qz^,28aDwdnÉgN[R(6,Z$jX&"]OV)$:OE^?<O)-iCC j_{}&F_CPDH"[ύȖz |C怞Hv}Fx|Z@;l*0&j R+)dq@rLDv4$P=O8BrY o&e{^F$b!f۞U]rS!u_&$_V鐘lew..zCgwMݜoi[07y:VBfhkXY&Agt;Щ;?pM۔>uO,Grd{P>x//0\#A: "LF? M\+v1f޻4Nhuƙ0f)1G>ȊJ#{1eR r= E++h@[CM{e3F{M 3O[$ ߵUR~EGPO'sɥx\Jr8ԞMPuL%Mfr ͯ2,xU6Z6Mg; q~vp,J5:=,0wL,Kj6@ZL 4CgWc w5*NbM誖LAuoP!7}5^"t_kny OX$i/VK.幝e~ =fO@n`҉T&<'K|Ej#,wM 9d ߭~/6vGXـub_YZwvÕ)kz(Qa,W8c n+0F*3Af$z! & hgkč+k@;b# F=Ҭpe+<@G1v7=1WN` <;Er@/XF#OHBC{@͗izWߖ\4h+ v54o2  /h' 8K1 䂥Y]W ͩxzE Gt3x6_¡iy!CEq|2lUSer`j6RǚqTU븏#*Ы-q/ h4ĠWdh VH]s p*B>;ǘj2`_ ּ h+(Tvz*ŽPjj{=}۝;eX|:Xq¼BKxWU|s>Iu*k)Dkc<@Vp(uNm[c*:9ʯ7/7!˅Å%'OC{q9 y4R$,65vm8Σnfc㕾Ogmq.B%y#W,N5W'_gP֥0d0kgzp>7cS阱=:nf$1x[ b6r$Q4Į88a%#RAKL-p_-CHk\MfD;S{hP3C._E-:ѨW>(0s+sз ߴV<'Ǥ!ƒd8Ľ]FD=9 s=t:b]4jTmiV[z=8 J WZ[8bϔ*Apװ(&U';0+q7; eU wdy:p´8R S^59cFW뉹x@x(&z27d~޶C0'?_6pMjv|+PQIKI7 &#K3;_5d5;6Í}?\sjJK:Nbו( AP\_`V g"MS\F?&XhȴyQ6/묉4zgҙ˯tqm/{#"+sgtdF)юrǢd5i5.\ױַYR/oZRT)).kѨv.YA Q 5Q"«TP\TDoj AZfj9[0a(auu~I;33kGXҥY#ej"Bo"cAVre˴lsBS P!,u~m~rrl2GfhW7Oǯ:;3 !{~af-]|PqvK~sJv$Ko FSr'}08%n' ъ鿿JqX:+qL]}ђLAkFJrQ˾(27 M8TMu`'<n\A|я\n:\Y%.G7wݑdR5$8Eؠ#n#Hl }bO)_W,WxpȆ"̹#f0qH ikQ M,ܯ:Mp|AHWdĜcK{qOɫ\KNJ! ^uHxkED+ȯi2B|n='C&~Fe 4~ o턃?}662lN=҅K.J"/tnRZ.cЙlk];<=V.9Ko ߰[ ҄Un횲s QɉpJRpQ0\# 4`/l3*c!X>=q14UDl+/={KRե6='+jE{T:ъ qK y'kb܎=YY/B צ$s^ 6?HO.s;; ; P[g^ *pTE;hٝ]?0Lp@_>@V$k3AGNܾٲҺ/4*Mn9m3aX4Aֿ»ߊ-`e!h.uz Nv W.bxDB8}#)3\)Ow$i?CJ7qx#uS ,  ;KW pJ )\hœ |[3[_m/dEk2L܎v| *m$9WcZ)QZ [RU>\u M4+aWZ>G4q|v.,o£)<(%VfV6(O$9Ȼ2l47ꈒ3rD-vB4TTRS8k{S yWpNPA#"Nakm{n1oOF,u?多b?&cce{h{|3J;Y0\nsc\uہ3:[Ӽf^ QUj/Sf-ڰpV>$-Η6dUGV~EŊͫ9}2[Oك3/w\L`m PjaN1՝;;Nni7!bEkq#|^%~0H^/V8^*z(:l\^M[a8#. Aoc?˿b9S6!Ƿ_sJ?w3>_MKm3xdVx? 8ZCv"]}tS)!-'>I+jsK҇/jh%M t/ah'$v-;H#bö0 8lJ/(eAOtN2xmi0&m ŕ^zxd9P3fhFSP*ӰREl <|p>D(W[poHMďCl(= !"6r(/ga b"S:!HMd&5]*q,^7jy 0 u@Wq,NY?@f[1%3d}Easq/rj/õYLE"Rw'BwٖsA˷?ɳu64 @JsPN#.Z!q4lS<ɬ LN[` a>['!Dkԋs|kNdܒUp_Y938U:s76Ak]GU`.wˬsq&gwG[+')r14zȦϥL < ^lm0bSG ~7N;=pt*mAd8Ve ϝ3EpjL ϑ76avwѓڠD֥0_ÛxBXo B7%z!v#VIӶxSS<22OvU] lԇ;_αfZԑ -"{Di:זub&E-r3'h1sNʡ]$zҹz_5&RӧEY?^_8o|oklZ3-8ۅ,@d6u2E؜޸17\\ 8mAh[ܳS9b &0.d`;O?*=#Oǩh* ?8k FE딭G\İU["\vݛܤT;3A7l+H}=:Sg 18%[ynXC ϭݼn6Q6|q;i)򃪒F3-k6)}@.DDv'N:O 0qjFknhMrf{RQh^V?-88];UҒ/ o2~D_{KB4缭 !Ir[Qzac粟 ܺ< %QD0Tq"-a-Z$Iڏm%rlm3@n2\r"*sjcϖ &dVZ3chZ߶7J>~88Ga SO22^8~= F2̠&hln^lYFXEv4ñG Ƕ+ʿHII# XbQLԟimH*-l.Vzܪ6R +_LftaG\ ! +of>ش~V4o-s"S%3;gB.jfYBe<%:/1AeѠ@qeݜ ,%d`gMS?aAc C`>wŶ筙h%)|k*Mqmo߬ \ˠS`%3jUhHh뱚J>v{pstts,N91Nrk AW 7JHeXg柬%ޛ̓_]3ylygABBAZ; DǯXtgkku9䩁 o31s3;CRΧ,Gb,ж9EpKdyx\z\":#k#h ܛ8鼇R)ljc86nNf{1 u`Z4 { E>1ݴ>'gF4jg}B(>rNtk[c3DYOGvdgSLl[7hOfadž@W!t0_V֧O;;-<*Izf 4 62R MѲ 2b viRM]EI+0K}հj3[N0mi/64i7^mGg3nr@9]JjY[N؉.{kA[TD'\G)ߏ$)')IɊ>g*=S?=Y5XZ?3Ov3f:>&WvB۝5 *ke9bH;~2n3:X/{)`-`&aA0#h# bvNU1 m_/sX:Ceo׸@-} ]b6X:˄ -^VOʰ ď)%X-GTto74c )&p4JfWf^KE!N_N2ѹt gB5J\XXJݼij֑C)p77氿f;\'Jvy3wCVKYږ:!·9ր*s :ڞ+F5izqxuq Ht#~q˼wЇ:Kw Nq@+8k5Dd/3-y]:@Ė e۸Ttq!NZ (@+u }bF%Ҿ,K :O^nG^<$99 eMnya.8" ~_7I; {#plds΀no!!|qWٺj  sxe8O UXʣښMYCH$2egͻ/ r"o\܋ԧ ֕pnA9МfFs~[:tK'-5 'n'PN괽T9&qI^*76l̠E)%!g+O:bEE83I{肸)*>ˆ@30#Y1д: M`£uX+.EB9`"Mm-Yld5ӨbwUrP'93)Ҟy,Bɍ72 &VRI4LJ23ؔovR`! 2W-T?+\Ic釾rrK#aOa`yg'-]mlpr釵^j YM֎?6"7n06)eϠ<0dZQTK9l6s(p7E\WZ7] nLl3~/'u?oZGgbyװCi˾@#>b,Mb(ݏtÜPovELC3o8E|Y[{JFd^jSq.$?OqQt$o/wjj#+*5fLʯFKsYP,Kp+Ϲ2zР$x`l?AkW1QV]2 koY_{5_ӬGCRE,^]L29 uj`w GQU,DH_8RXo~Tx근{I2xǜНA{|N^ 1C7+*a5 HHܭ#rJMH?FN'YemDWM7 C|8`F#tly+!,_^p /?%EzӦ-!t-A@> zl].GjFҽ~ޫ{G`e:C vl4K+U 57Z9O rJ{]tpط m79E qX F밌>%)K"9!iB)e/%on!l޾(̯?Y~O_'pL@}Ɂy>Fs;Ò\\ʻJLuwLdd Tu׬>˳ƒrV<ҫGy 0Gbq6Lv?Hiw, .P ~bEВBb/!u{&(,~0xΉil::>9v0jk"E1[Ǹ܀1i 2Mqn$?U'LrItx{MB@ o1`a!*<[]ekHyp5]~5vDe;R/t0=+CN /0<1@]`)[T R.LIB`VTI{ء6g逄U<`#1N%֕# wkDaR8v=s #^}7#k؄3nY#N 8IN6;_ϮS/=4ͺ\̳ qv}GD† 62y_+Hylf ?Fngz@pq0q ǹ}0cAgXpl~r}12/8/g^K5=h/E Oo]c*za ]RyD#q3(h +",XkrhEޱ#%!.`'-r;ͻ9" >bT[CkܹrȞ=/ɛޓ_6ӧ'IZH:wB6`G"pf?^Q'Ժ0'`\Ockld1R䟡"%P"kMGso= 2z|g>~e}XbIU&G0}i3]ik+ kov~{J\ѕѧPk.m=m\ۄ.9JłuG: ٺN%NUm7XZǓbyb+w1?bP7^+'Y[^NQ#yG[eY3a*jU](NjZFI=e'/8s`)z?I"py>A@L Laޡ!(w:ȉv3f^4YSN ~UNwiq 1cR-KM&A\J.{E ܐn[hJxj,fU:uG[U+uQHq:®p ȧׇ 4* s9A:HAgnsphwqM9`)h6Zt vwv&_c;BT{̈[Ugs#k7ahPIѼa Zvӣ=fAgaq2ɳV`L5b;V_0< *.?"(O{;$5 1P:B4 Nh-'%=*Շ1zxjQo;/$_tGp& u,ept(5i !b^Uw/#o|ӖY7#( B4%jQK䊵H b6:A˔MLH . ЯXXyY4Ob"&cM[گ쪪<2Qp Cu36ң G%_z܌d0{`,sX/IIL[*Jљ}|fʂb_Z$Ϗc_Li5_.z:"^Ƨ_(mzϥ܉بP%FV=5ٙ|Z\4WjJAzmйp۔~@B\Ll4zVy\a {55aqNfL?+dw e/ęƓ\ |9lDl]3zNvzH1C/I(el+)!7(/ oACT:9E2z pnpoM0Yv(wжRcG$Οrj0#֋vD,HÎ៘]rʮ_Yp(Zyսhw]P3u`0ڹ8A UՃV{xz2Y SQfX5J\i"EP|lKo27VvF{Ƽ\giw*_[bvS 'bv7+Wsy.|,̫#Ő4_4d`E1Lomj[i]|Vábg̷+UM}kW5w%J2ÝѬb !.OkޗmHRaܼק.&n62W$>ՑͶϪ6lkYh[톥<.)/$rZ;`և:R!j/?-t1A[l'qm;~k(*9}L6?q[;"z+\޳2L 1LMVY#hYSH7H\.i4l#HxƐ@{nlzw{]>Bh/u@I  9??IDCNAž-hkXOaHϳ Ԅ+~ g;7p 9Omn) 1JZDN`?uLA%q:'f؉ @[ i}&:X#a/f染^Nr:`ݽy`<)ae|@X ⾄ +YZh{|B'/Rq{gF[ͩ{hڏeYXIi-7q~SL霯JN<|\j l6b)۱X#,!nfR#ŏUnq1 †ᲵOC7]^/ʇإLZYXnӆPvxV[" NGf} ENxP5˔"ύb- lgEA/1&Ϻ1n3qc5?)r0\E9{g)(2 ft=,E6s^uQ?F+;"60 Y1(5RrT&~m^簚{̍6.tr7rVA.ʱ BV\` O(T:ST̄gIN%.+F-"IxyWg⻚2 L6G"YLQ ʮ42Ӳ%\=}wt[<m%RMZvD7p2vmhx͠GjR*~l;Z˕Ǩ9ʍ޼M< S|û/$2sS tY<~1jޅQS#*Tgr]fi1nWdFOGmg\Q* Hfa2KF47!=zu,$E0@ȷgǚz* M# T+iy#Km " FFH@x[| D۷\(`#H(cGP o 7ni}798jy$a2bS :w{T VVAUQXB6tVɭX\7|vA0UnP}wYKhuU rN4 !&ϸH.s~&%kb8C Zuki5FFwY\suoG2Otb#d]%6ø X/qr&']#TO*nWɞ=Ͱf̊FBE;8]gp%0Ǹ# lKMHlk&$^h W:f_1alU~AckEAQM/\0"a ߿"xr,>{Z-R=@,>+a9oXQ!evJ6]È0+=E0Z̏.QTv5"mO<[mzKUgr(/133`6!C.K sl_O&_sʅAsF+ ᴷD"`gr8@#+񻯱z5Y:pI{qh/CJC MyŬhZKu&آ7bMV79AKlŠb^5iPx.0).᧹^bY7>_!Gd"fLg֟u,,BԈ':nm2ؔPbNű,^7Hg N)v[LشzJ:I)e\˿ S9D @f_͕JA$|;44őWf0 `pN3bK=_/͖JY%>EL dԗ<3I쾒*,H53 +Wj? y5X"U7ti]#}]F!p7w=%N 8!}6ٵ2=!zr %yZHĮk#Rw<i!Qs9x\$n^$-X)5͸eܛ+JzE@49ǭHn,t@;V9t3`V#FJhibŷQ/6DkaL-*/MSR2V9ze Ê6ʽ)&h3:lzRz wcFKʌ5/3`[Myi/ngd*.ɪctK4^ޡ{q[(Q6͂Т4 ;q;/xeM3(zgŎ$] pW?ȁ͚x4U7luI4W$4/3 2 @Y|FG"A?a%F s_"+Uu*Ky cx؟H--%|^="BiFx%O/. BQ`ꊀX6 AUã/M'Yk5Rx"yl$>**0,3Nl$l_05 BB;1.` o;afЛOi=} [# EUMKp8WG <xh6jK&7HT٢Eiْ~NOl'hxt S\~23厡aRY%H;s sH ZS;m*Ձ+l.V ~,8(2p]8 r *3Sǎt\gm|+%/-1 Yv0ʔ֑9.oXqriŭP̹!مuAY!["Q~q!-@ɵ3Qd+'yAN {]&9~[|Ȅ29wZ*,jI0E={ )~juo?9;]>VDjSŮnsoPI{HI#G) ^3M3-u F:ÿIV06ZiEj| jځH6cޓQJ-޵.EtޮFoY\0 B2ƌc`Mނk3\wƹqtW㬚IC>Ɏ3_Go8䆛2Z.c#p&IcB0 ~B=[m*R Hn׀#'ai`3{u#L)*Hl"VWv~h޶7UMRVk**mmš 9i n<+KMt#W_ ڟTht͚EAOfrqݟjdι7z2Ant/ۯ3mo?^Dx>bg2oBmoZMKt@cK}2$67PU(d3DTԹm)V6 s͛KwƦ ]WnXi볯ޅh6hˠwD--􁨍CԠ QJ/|xĸ^/ 0PC%Tʚ~,f(_j+ xA)G6VvԾ'@dG!}{l~qGDy!$|9H)R_/IҚ 'L2[~Kh`6|huy rT+z㊮*r =mW1`O"}1l3~V/TT. cUe;Op  CK12FfIiz:8oh j6 peZ}Mn!lj杋ځ]+4TH٤9_C/9H /F1\&G BgC:ޞۅ`QȢduQ.r7CT͝*np0tБ@ U$Vį^jUbR?]Cb~gQa 1@q)~T^ tG G9S NLɜIJU_\4iSAnHEFh1dĿm6JB5_*:S4K#R:oc^ܰg(7$W"~tܠBrgfN3Tz_)Ւ֤~kS i b7W=ܼU!XmRF;{ڟVw %H}xG: KU['<%_E/51b\'=E`QҜn^GM~cR/kg6uvɘ: L3Dl pN+һsegȈ03G'QFoCd_ESa/ 8:MnsGϥQ{7la/)Ŝf<UL/4?7,&ژ5Ztxu4Q֠S&aqrl:jHV2u$Жωf}mZԜȶ?wPvM?6*-B^ϣ)-`ZlpF*s8UDXދnd+Κڝo"^%D4TJSjQF Rn=9X\Ⱥ`P@eEP PE|iQ/x+YyXy~h)({.}wm՟%houI.2|aT5Y3_֪ =Fzv&I©<}h ':t^ wcR}.i _eEEdKա8å HU+!Yap|6aY]@ͱ[rPp^RPѼJ!J+zF2eP.MAhx_6$.Ѩ_x+,+cʛPζؒ̑H>1)XI))TO"&tC20Va tsC8Cw(QKLUu?4UPR!JxS4Dę#x@蕕 oxucv0ʇ 4aD%BsvA-n-%o!Ǯ&^a䛎<~ӄK oWzD3io1GQ~ec/C \3,P>a̒ oq$ -g^ I~WӪ$ LQPvh\Pٴqbh7Dv#((o-&Eji #mI*%w$t\؂Qs0RJ68gS66ǻGNzP|yzs}X  |c(W'c+a~p-/b$5)n-d'>Mxg騑/]Dq;d 4"c8K"*~9f2'S ڷ1$d>pǍ  е 0Z0HM1TgB%jxٖNs)I B&s• RTwu6=?7F&!C8-I8k]VVэXD{,{68MijAtu'SKQh;SԩU; n"=K#m)kRhq9tB+J [Gyh8^ܐ M&8E3ĩ.50q1G"'(yӐJ! RiѫΗ" h*?2#B2A2H;orQxO&f⸳z1VK"9da.ϋp?.yA~妊-llb>QNd!U|w_y$,3YPTm~P[܈FITΗ:\5Hv: xapn7JډdN?6-gC\6@b:φĻL%xEz#PZ6q js^HA89m)7ۑ{@Ün:\l所&lu{P3fg#g6[^yy#NʼnYu=58+:H3zAbs7II͏UQj3b6j|B<)4DO8{ȴaeY;46o6?rtw:o=E`j۲Xf<SԶwU%qd< _-刨;-mM̛9x]'e蜝u҃tRs JZ/.zΚ[2c=| “@uLꝘ~Ạ͋c26Y&Uwy6w!iǦ@' 庽h[h+Wҷl/gQuf1tX!pdtL[y) K(]:Z;ӤJױi,](Iwl3TdoK ~=CSQ,.:e|Wx'q^0Q^)2r:B0sE$كfs1St̝˸*(Z[idi=FS 8BIN8U([#c] !_Wh.@lMva}2fvrn~+tdH.xJO)t`y*/ NpIfg 2(bPR盞POx}3Ǡb@ޛCp&ah5<Q EvI>TYB6B>lл"c2ٓSw8+Kөy6R(LQ0ω8!cx4Չ*Vm)̠lpŋV4_/_k.Hw IK%s;n{-:mᓍ8V- {WDB! }M;4Gp-wńM}:%˚i& VV . ;-<R=84KdO`HqnJ2?XL0][yJF@_@u:UnqU+V setAA}5+ z/U>ZFbrMbnc~'q<#qnK({VQu>ڄ)dCܟl1"9\>cBj-_^ (p7Ep1YDCηVM8oScq/jJ=#wK}8560U`cFcIYݳ_bCGSoyDFsbsff2'F$Q<!xX>!נW > ƺ] BHRfQFZ1M5&3h($Qt]ZUg;u[e*rDC~Ì4՛1&}]u<LXY0;VFy82agd@ws3$YS; _9åX.*cʃK Z eM"mMX"0^zh/Od=RUL!݃4MM jP]Qg.$Xs1r>vJ>`,JGӃd]٧y8 RWo' j@VC na10z$Ym KYFep͑'Hb:ȂL6./rZ?@0i?l Ň5$jk׉[ :9cT@PВݖ83{HEoSnJו:3'=x:%xv3x[hu֣u,=O' :r$cṇ{0Z@m9zv:Q}-#zyJ$X=Otv6 4FW +'3R8e;0TH-:Y%\sg&_!9-Ť?/f +As8A[AWL+__iӆpֻ|tՎ2T6y0fvVgaP1= <&}'jis+cyPY/mhgJKQО.kaMxHdܒ4~hڦ`*5a%k&hݿQB8ku$NOvP_%Ď lDulKF! Wt*dAs}#9閮2u8SRM'=.!36Ko8EwPpP3[>w[iG<މ~ SpJ`"ylcj'ujsTdW⵾)>[~ě۟(_8<cB.?ш;W^ɫخ8_46z7j"mW,;!HPS$N;/wAʠľefg`Xa%<y1N2U^>brF?\y$wv"ﱊ2YzIGI[tmȳyG /RmcSHh+0u٬ -x=h\2Y=*c9FuU p$t; !dPAqzyƒ;]Y\,L5֣ ⢥z &jqoTM B!*au5pJq3Aߦlnc]f2a}6H|!i |1;J0Y !!w!H]/*Z_Ρұ^0XH .1?%4ڐүRh ]9>ذe7Z/7Qj׽Gts=5܅-* j1wrzּ;:`q%0Hkd,7lk!G?tQ5GхGTEfYo}Y tA'u+%sM4扬"R3G>L̹c&֛2T}D|͙Y /lW`VgV`KRdBg- .W_}9Rm%>EVq1]JPu]~uO g ~ qH`wHq_9Ṳ\eZ& &[.̖($$+GU,!qfȔ2pkrFV"{VF]b0զXb&pi})%R 7F"[`$sGk,l`M`_vC_毡#K50z sƨЮ8BYP\36NlV4S|.~24ɹ!-. U* E"Nq=^G;Ggܠ6IcYq"HSHog}Ox7Z3>p$s43vM/l*1 iײ5*>ax}O'9/ýuLĪY<WVBހӉ/+f=6sU:@ ʂ0٭:Vrk:RdQ[%in Ēӌ*b [) piR6L0\-p'Nb*AAhnh"5O)YgDiq( t:b@'j9OFضed{2-QyJcwk&ݺ)xV@A,CcqZ}&AM\hN/ 61,+9V qL$MVC dښaQxNa\.?ͦNbi25jﭖ8qI9kT[nKwݞzIXؠ6! NUGEɚM@RDz@=ˡ6!̣cpn@?`ZDڏ\x$,<֤ċ.?s4J”zF:?9h,YvOюȬ w‡}γ':d!d/leYTd{@SRatNLh-`teVu| ENW#"V)Zk{y4{mb OFDvx10qm$CNַKUe?n\ Mm[԰o) =LnPaa]!jVzHm / E#dѲUgb_寂S&sML_T)TƩXr]b!Rb06Tk]aGߥ8h3CpA/; '`98n Ywt16s5AkD-k!Ĭpߞ*5u<-3SXhwT':ZǃmOr~#qbQӹ}ХEUikzi[9wJ`y2~Ś!$-.-:96Dt^ [,֗i=6lC??wΉCH ʥ~mE8ljn#$(,xѓwm9{ t/_<\Xdu'o:9L !"' Cɔ_DxF"hQQtstwNm9,)H cAd2oGϚluH%`ўo\v޹\sz1Je.aA0߰x0G,){pLl[XR]ڸFv>z OQ15m6,3kʍ-EN>^QUtPx9{a[|$aeGs-u꿜 UׄVv`q~5FV}$H} VOb;8X9L-v;|gZ(_(d0 [,jE1n% $w"[.. [ ɀN#Ɖ#IԞm`/@cFwГI뗐CIʬf诱ͅEuVX;Yh9 Je%;[f 6m7 (VPit7faY>/:P]q P\DAc{BvUŽ.&X_[E7>t5뽫BC_I&$C~REo+.ZH|#`Y ˴Ɖ9|pqTAQH!Dws+^.'gx'{ J-5f}Q/N} 㹋lEte.w4s$BTf6'+5d4sA֐z[z+u".[)ܛM`A44~TVwUou *]$՘|pJ 4SI);mbV(Ol%ڻB [HF1s#kDH3Ͻ&) VhD|J)3 ` 0@Uᙸ_ h)uM.Te݆|jdԜ1*EEmmx+ӬEc13BYWZl;ķ<-%*pث/7$Q,zxҒq4j 膥qٴ;(} Q KetڞxR/zHw]pOy#zә#kN$,}#!%fݹ1m3tY9zF;˰Ujo;r[ 2mWǠ{ ^a!{^8wݵ+%vKnN*ϢS^V;~c2VFn p< ?+`xٛ_5qAjbfGs4 E98iloS%k}ݞ? D (xbdK6;e֐{ xHe$I.YZ!8|?dz_wdby;h|}`0X>A|oTWo2K8J0NTUxcV||&j4go A=8Lu SdCoL#.%'t/aCUlusg+ P/yZ (ŅP5DijU5oi߫V󇭧ٍr?jBq+eqGn1_JdF~c_~bʚ]~ܘŅy-o"ճr}hKqk ep {98OtRA s5 e/Oy~87X{ PiJN$9(P 60mĠNe6~b96Q)7r¶ntB,#k-/75Ufq2bL5@bO]=oelBl"!TͣmgMvѨ7څX ]Mn3˱;=ѫ6sA O\31\^mj0|ϥԨSOYw=EqQG)#V¸\eY3|{is.¥г{54tҶC[)z֋pa",61$mѿXF+x:BqGI:ȮeҴ2mG*IᭀrqtJGŸ( aי&nkҶ;i7pPQ4a'crUe|r#tآ^te\rhi9=cO.BɝL(-)vͯڥuj_j},zTpFƤ˲;pn(f~P򽜅f!aC\ 6m+FXsAjATCgF_q@SHI/ڴNA dPAdѥdoEAdN^ܱoǺ.^) )LTK+&l>g,V $n:5b.S+U3kbR(vÒ V=Z (9Y,R 2ZRdׁFÌAyD"iIzuT.k|?[5 8.zIg)@ tzG(uOɊjQlwu&S|7ޣP{ڌ)Ю"[0w@"ו791$/l̎:-H!/(޿WORpB&P1(.FAg:d,R{ZcYX݇@SٻEJBs\8=F=Tk6}OT1F=xjA@W 1s +#.^)0-6zZs&XCVC`^[tVQ[^DQZ҉s0KZ nIyBւC=Q^ߠ`b&D_0dؔ&gA42(Aou\ N?Vw/p`sRڶ-L+MKaA̸BmhHk1=(9++J0@ۖƭ>Ck+z}t.Jpn2Uhf0ɏ2ˌ*e\h//hguYTu1T3k*vS_gsbJ)^YW/cO ;Jhm#˪4~#aU! uW^wuJ.oZP?%B'dьL 3 1`wb-jݵeǹNBU=^Jw]Z(*KL8ۈ K?6c̾y9|4uŠITW_n+GޥUg/r?9J|M-מ*F$m8yh )/j85P$#\<BE ')Y6n0DӁ6Is E%M*0%H^tI*Z!7CXMb|:"a.1n  {4VQ |;$&+*|s7F{6OzzN n8!߽(-l4mUMJyWU?ngSY&-=׆;㻛5]T2?D)m *Sܲd!ZUc%nǴ T*5xID%Fq=68y¸E~8 WQ4--DrZ@<_(B έ5DbC*?tM.PsRL[eJsJL#Ƹͫ'Kb 5$]ʚ8"e_25 $r IVIPWu^ׇKn军XN!K_ƖhK5[wxd2^\nb{hZ4JIYkz`)Skjqf…ց%7whq1uepY%ޙz/1;ej7Xᫀ,- 88҂y5~{,m[~J)٪{ ۨFy-J8Zi0aPIl%®YH-FP3wVN|- @$C^g3&`|$' % Ƈ/13[\hʚ"׽]SaʐtzG%խUE Qm˘7(j: !pU¡ș!,1~R_n F c~$F0?Z& IP=631\>$W<ei{b|M:L\:!tY{j''k4>Lӭ/e8[}3ܚsdF^a=p36%z&ZmQ)x@*̀܋ 0R74 )ʙ$U1l& čNXGԦ[aἫA 淇6MU8LFc9gBEZ9:LA0|uSY40?50x1Va3TCn|F‰YUBlmǚWse^2~Lώ},QsuXU܂ y0; 4Jem0[s8[$J3-1c-I}ICXcwdhtreݩ}?I}oH]c5EX7xA j+sxv ,ՐxҫikryT]:p~Q6㿛:e|>V(6 3kYQ}#4U,HihpVF"M0_umFIL4ήAo6S[}KSL*V Vdբvr 584eXN1D%(5,zc'j9h^(` 'ʷ/qLbтpbpJy}JWU/NDKS G@yRF{?(0>P 92ZZRiz-V_[(IM@T{Vѯm0Ȟ(;M]ع%e>Zrw79Q sc=EqBʹ?d]B >5™9c:;0*DT~}rfr}]7X-ĝܘtȐEN}zރx%W~#U, ]=ŏ2v9…"y` -v5'86q ץ\xT/,aE," k?AJ3wRڽs ݚiꌸ;$ת(eW99[ΐ"ፙeVD{Wjn8@Xu-79?'e]QC4B^(y`4<}zaKM:LHe: :J4~k.*3}üؐM B1IOƧa󞒪BvE@oe.@a2tmݚkH@\h+˃<2{l,}tXJem+6ˏ fO W JR%fzgu=r|q:F{Y65:8ھ +WR)Aꃦ̽'E<57bϲw, y uaب"tV^@ ^ꀲ*Z!+93ER٪y靄GGӏ"?ԯ@ ٱ.o=ԀQGfGvnB.0x!PR{Ž` Zv.B-^>{!^x8e4ExǝQ9}xt<9 }C,zt,s  EDlLH}{P"қae&5) ԗϧc!]L jolXi1shLl|7]p. _ ܮ_r@ߕ 6B'垪np/lIqO.Ԩ> =?7N;[n*/Yu)F"B%w&)S}5k 1y⑕xEq^`yPN4uñ7"/hkY-׊.áR=5мC.DP"cF;S\:,JvQE07rnI6!֧q +jThT]=ѕZ]'4AxÔ;ևC/iJvd#ckFSY+Y~x/VKLv6mZftrsV*^X@߈{4dDJ h9W}npmQObL8ʘC݈B2NEbū66u9fx'ydŸmL(sCTq䶸c~nkȴa zc)(}y=XÆ޼1:rD{)K$95O$`W+ZѮ) Ū0Ϫ4ERH3EvN:Ëdhkb j+-L̞O8IU&:N^(C6ІÜLH>oh2= rs[D;$o*SI : >U1Fě@˳uI F 3\JB~9OCL  /!5|g|~@+|aaneIC=0Ҍ-#шR:x;aB*w[ż8f ڬ؊A]ԍJIX)ɗOɭ|)(x+f!mefMC`j LV`؎߷̼Iڏ9#wyیY!{ka*I^?_̝bj1]05>k#r;% "/2zfXQ7k@6؅coE\u 7K I2J+AWذ%r,'4đ|Xَ^&͊RoN-F{S!3/lAXr WE8~K\tZ~k2 n$faa?•v<\/E WWPOMΞ=̀6c>|t7-&|JɾG51ge*˂C'@u4:ppYP9-^$'K> UqJ'%ZP ȷlQ,:$?En0j2},R #[{ΫB&:[|ٔ4OAJ=EY;pXòg\|xz'^k#g Ht8۟փ3U{51)ivR;KZw3ygQD #]mt4E"}@J4,M~j9.7 0Wv;cnBZk| Y=]CyQO }3`^~JvѨMN__1}"7ֶ-Ik[LEW}"Oc+^kSBR?>5LmL| qVX2H^moz;d.ncFz޻mfb =C[k{$>#˲SF}ɔ$Ue\h,cm~:I !\T5/h|fZ&uIvJtP[&^o,sRC/nehRQALm%-} fTKwdyb(X g2湘^,Yˁ>P<>}08ȵUe/SgYQV p'LUMq:i,w٨i& V?y|[_SC-&zN? &0icVߘbt#B8NNurLdqc8tiPP+7JR?ocM7DlOBM9FY &?%Z·2wֳKP&u:j%bjQz&¹˘Ln^Шi 02cV{2Cdc &m&tޱMSv%m|3傲;?X= G6O@~Oʞ.#UqN0vb$~W,>=(p/+E3 k$0Q21:@-=m9w9HK =|[+ܓ7_ 7N(W7~sWe4gRQ;idh"h/cJuu zzFgrtdQ Ac.+a%]AG%p3. H$k^B~PlFvC(ULp90Km975:rU4+ 7d ]RX-"<,R1E}OE$-WUGE`ufttn| E|yGx XT$=bh[R^;:ʲ3r.I풭UA6ol$~7xVj)،# %1|0uHrY]Hu9nRn+?cl市 o$ q\_@䥠 ^VԬe~*iNcv<7Чrj,sܼJeSFM9=I?! @mAN}!;\|\"J|TtuVi4$:[T 8B 7l}gl> E%zѝ9m%WsM׫ ' t<+rC7K֐-[=F,w꧿H*5g;B:,ӵ"JM-k֠v (u |b.g~QS?Ya{B[g;}C"ڬ4 i5澍O5Vzt:U~#P& 0t.%v5^%ˆv^nV֠ ClO] <*{.-j(*t\}Z-gU@tycx]D1) #zF0vy=g =rF c FRuLG!+^kҼрb&^PRU6m  yϱff%4$}n}뷸 !g'b6WU^t:[m߲u^ªnZg} ԇ4M'|WZXco o77 dX}v )Wߐ4Ĝl17V? gp#n~/lmc"Ɲ8bcCcތXQvE,gPWZ7:rI.80+{Gf-1Jޗ$÷8{KvK\M0rw+qe; yiRWy'akRB ,Yqc utGY1h#3gm2~*,J7'dR7DD|merTwVasICcZĂNsyBݿLJTC$ck_P"\8]rsOċ9_yfyTK Wܹ% 9{hR𧆟~:i>)ᗜB#"4J}þD(tz*@:I\'jU?kDE%N+: 7y0Opt8d%L0/boo}]`'ZD 2QjoN$r^+ ݄\w9{5|'"@C[du:lV,aL%D–[  )gk34NxҦ۸@6l1t/չCrq3VD^ԚM14(r7$P0=AKha RIBĀ!EIhpUn d au]w1|<j'R7~?`6HÀT/lsF95!hUi=%o}q6TdZE3ܒS`c.BN7@]4,߇lY/_}epYd)HI%_W10u. [`@D,8dRغ?ۚWR.iC8-?Ђpx%ԣ$IO)Ky'e+u%UwZZ^GlNmU.=.ۉȭ1.)ay뭹%Cq=L$&|kY g-_|k8GA&7?mȻ#YT)3zkuw@񴞟\J-Zȃ' P3`ؿ0iɧ?╖O8>FǃBҲ>/ )T4 m&Jo-  P7" ULJ\TK|CvSe$Zð_(=$ʅU5o'N~7h~Db8T=z9X}{riUu?9[=4~^ɓNJod<GHL@Apt$.Xp(hcU"sݰ߿Û=g^?I8ygX+!ZWr{|@]q Ӄ:\Q)c`dƈog JG]WT}PWp?qFzbgFɅKQP' @$/yS}:bJFQJfAƽJ 6Nh8@]`kw#$Y xHN«K&Sho~3'|Ai p284ZurہΖDBIoߒ41o5*uw`epCTQ>S|:DLOZmQK~@wX6h9DNT,5 Il7r?є+ α QhG:6>Q/IA}Vy5]WRh }{@*z e~C15-&_Oq7[1A,$^ zzfjZLL17,7"]GsԷ2>f Dt UrC?ܱqC8]ƜCA?{0<2˓?X> ߀+OiA=V.SMG;F>Sc;Tr[@`ΟHK {w)|Qӕ?M-9a1S,BF!'QwEu/>-*uPe-,@B$,⛌~^ã&>-Ʋ*Na {11!;sDV6 |ew3ޛOʍk ǾiIoxÀK3`ܹ,'3wط#mܕ;S\ɡ8KN`slUIlS!W(H ".7j0&NzS/n3"bFJ+?NLĵFr4θ Q3ዊa\SltF!NۯfG /s8~-U!cSU=ÞK@%jvtec_ա0O%iȱ#lrTA{ 2kަBr+o_ywbㅩk[ ht1}Xӏȶy1յ8D-vSSQ3u:sxD~+wF" | ÏfoCZ_7:ԁaZӃ> ZWdԖ br<  N*>zҏ?A^@3,p JnGbWRld|&}`{6E%Ώl MoAʙ>Y&ʏcqz+CVhqNU4Xlktb!5\VYovf'%Cn s >#v0KxtgaS+dǴ6"fxZ)T ϴ^B^yB^Se^6 Z*q?n^ ׵B}֞~YtWߒAΨȻͱ`]]4Zwn2u S|g'18_ƫZ*e,ZqVEe69 @թZt`JbHEKX~tpQaB'&fQLG/剘L*rY0}^ Pg CJs>(i=Z_?b,9TLmHQš@k?WoP-Ζ%T1D갗ljR :mGˆ _5VquH:)n9sUg'Q%2\s/ F"?ovX|/TUD>wn;o' b &*Yb~>e rs7? Pei,ys\F/Gc Էݒ,!w; 7f+}O#pȀ/:iBajFOTH}E`1v`>Tm~*% \~ˊ7.P3ߖ)g<.rߪV$8\ },wwK %E~ ~yf9Gz8D;څn/"3{(䣭W~=g9۳8 xwmS,71.ݺBMM6Pk,_\kאm3{y@ꌶ'HLH]O6<А8p2ȸ &`3}MpәG;lO \jD39 `J!kI/E^қ-d^T``l,0|6L'Q?!%Z˥>"vәI 7A_2)1w(>ZE.cR!3 $@™]t50чFn]v9|.R6|N>>bOs:FqrRK$C95T&Wblo+}xŸz0CDrwK+6Dn]QEb &XE'1]YG Dn<2[BBE[A-ŶKOU̬Z,g"VԻpAhD8|B_KE@͸b> V n)D71@:iht*=,C!DOXކ ·C# s3j{5馿KH2'WrЛaSOEDԟs9)҄4"^ޅcN, PDtx)U!}`MFj>TaQް!W;F*X$ޙvF5QWbb!Dw~dpLJrb2vAMWBJXGwˍdAG|2]F4ھyim~>}!ުIZr!P CM#7%""YW&+~xuZpk##(uIbAj/4l2TF83fw aBB]ԆKp]LLEXp YZ