tiff-4.0.9-150000.45.44.1<>,ЉfX$p9|*jڰx7{b92S)d9H9rZd؜_ ,r^s.TcEȸ+[L;`odvtܭET:B׬1o զ I'>[&H[A % HV-+)D2m\j D+f;64QYΐ+m?BnIBqD-zĜtٵg;eO2mWw Mfx9i2P¥z~80h rf 7\Smm>>i?id   Z 6\blh  d  ` 9 :=AWEE4H0HD Hp I (I8I69J6:N*6F3G3H6I9X:hY:p\:]=^I/bIcJdKeKfK!lK#uK8vN4(waxdygZziDiTiXi^iCtiff4.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$h02-armsrv2+SUSE Linux Enterprise 15SUSE LLC HPNDhttps://www.suse.com/Productivity/Graphics/Convertorshttp://www.simplesystems.org/libtiff/linuxaarch64 (      x  P        8zt @ 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 PIEh02-armsrv2 1717052571  !"#$%&'()*+,-./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_Updatedrpmxz5aarch64-suse-linux  !"#$%&&&'''''''''''''''''''ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4e1a48184aec43310076540ef970e1bf212d03cd, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=82229ef7e6f291a3222b7ed7492caa3b7615e33a, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ab9d5e3f6c45928585d1f48eb56647814b4ede33, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6ca87c4d9331e4e186ae531a3a7af46ef188d534, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c88902d2ff8a22f9ba38c48ba218fa5c74175ec0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9956c6f3879dcb521061ea889e49b411128c4595, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=26a62f3655525c72dd50f8eb948c253eab36afdb, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c6b4c6b8f9358dcc3bbc2f6324a6f912200fb4fc, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d09139b19395b93e8893614eab5d2c237268d581, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1b0288d244b6eaa42c85b865157a754d94105feb, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ed36824f00a8efbbfc61b5e110bc2df541b7c50b, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=db5ba94b6ab320be438cce4e6b56a31e678c780c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9c7cd21531c3d941920a194639c22b7935e97b24, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=720ce1be28d6fc45b26ddd970a6fcd3e1dd43e29, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0f9d78f57be6297aecba8d1f0b89effe4a6b3c4e, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7b45f20d0a9c9cc95fb406e3208f598c8b3b0619, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4db9eb4a42e259cafe5383a7615d1843f5b6d32f, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d600b81ef88aff6135edcd628ad5fba6baae0239, for GNU/Linux 3.7.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)  %*/49>CHMRURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR>UBi!(utf-86036d06221297dacfa7d3eaec4c3d3d85b2e6231dee0ffc837ad33d7110c25ee? 7zXZ !t/l]"k%Hk+%Yv[#GKfP1!W&1MW{;"nNhhihz^kS0grb^32)Uϡ]"jvj1/%Q,T{YiLb:Q,4*x|RpATN&P&ien`TR NvVZ/b&E'O=1-%r՟{=7#+??FEjTO >WN{\5=5=FPhH!xyLWV&!9Zl|Ofh#è |u0 8S@<{L1׽Ui"߼aELBcnYD"tIASn@58̸;=GWq9UJOU[ډT p.H r}j\PZ-H3#\9a)Te(5vM6-ȓ ^!@v,6*wO@>b+yRTg j9[Q̨kd^/WFn0twڻ2p*{DJ_n拓+.̻#5BO{zf{* m5x5ݫ$ \b&w`KD`߷ٗHveKxsRiyCaۦYJͶXe,[umDGM6A:O'7e6l\QS׃TΕΏ3P2A0U6AY/T96I]~67EiZNg.O\)-VItܙs'߽!],4+ n|{bnBpOQlrd?|dUo ]:X$ά-x܎Kӄt%c'їgc"kլ$m|`oۺJ=ȏKfjLA^Js̀<Y wH:v#X;̓sdUG o(fin'Q9(V.`mü\h7։IBܠO) Sکl'<kD8@0t;Fь P:ϲ ZxVXO3\Ga9r܉/6&M$U' #d'c;(6E)nÀt8"`Ÿm߬pP Jcڛ٭3N+c>(MJ2Y 3ⱦ,2yn ,bl8Ou;pZ2uʋ3 -ӛw-Kch1 p`_Q)~ȵL ~ u:7B ];"ӿmk,UMFFJV-5Z9aZ6IM"s'ESRnhb+kT_*YZ4|1A x"pIAv36x;^MG<%.оo#*[A]=![vne k@s$G(mJ^b"dZ(9~hM ۩V9A"9za42v8moMxFVްݯEBMvt2`I2{Y!2cV`ޝ^DvDVs.թ(CjN:_tr39Lٲ@ ̝{14BK2R6[!Qrȭ{K )!)>f+Q%qPU <~*^ږ+G$6SfKv qtL [:_8UKpE&ե^,` &*PG:h$P^ΈyƬاP `l( stKmkoSpl0e<)k?,RV|n D.IF3 R~0eR/ȹz:n,X, 3hyId:`]Ef܇5x[X&m&I\3A@rY@~pD;A=aQ^z0:t{ݾуÔ-CZ LlMKթŅ'x˰3K |sF&qyQz㊠{4 0EgJ[ud?6詒}Kx3Jj l',iy㪸!<"+3g CJW,jK:b oYtN>8oF8sJl ul+'g.ҀQFs^r323#Г'_f5xJP }7ߓn@4\N)@3F$|t[lv-U! clNTlΔWfH;k\Al-Ld? 봥6#LtZzWaW\, yIOѭJPJv~'3{T1JZ,O".&Z|yatw_%HGϿbPfTһޡ탢) ߎÊG+-or'thEP_._ޒ?muľΊ#sCYJ:]PPwˬ5*Y<arVii}&f+Q˗rBBrۤ1:( jՖٗjˏ'DNz'C|DYd 9u &yJ.݃k2*K:334gZvCS!;N_dp~qNɿX9qXpC-y~럌9sDq*pqp9c ˙,0\rrJ #l nb-CFa?Ee6,wf-{ke{c}8_=h9f:0;kFAXnW9ג^2ɋdZ_JP?שCe;rT,͜OJ?MPr8-oz ˓J'^c앮z?5ݦ;H7v>uK3+O`7fJbXrr#+'j=#'ӅN:p)*.#Q8Ǿ@eP9J~8#` S~q@4rE&2a3%rSX+\۵-)YP Efj &Q)P=D8a S:c:<`AHo>HqdzI~It}2D]S.<M&)̛/ ?4¶ҙF V[:%F 6e 2W ӲW&X$V=U&yy~n ; U 4W~5^ؼwL"ic>7O'y.MoP5cіp?8^V1FO=qo"=Ĉ S~62I1 ԮOPͬ8,$۝;80W=| rm}N- ~f0yQ= %Jr&̧ Kżd:N3~$#^?.y߀ݐ~Ҁ\5ƙ~DՐNS47e\t& */(qmU3>_cnd{jY{B PGD=dK*E2'2k+0g9 mm.8'sYRQ\X(&ؔQ4@,inb< ҦX8L 2f>NZW~4k?Él^ϗ%2¢U營q^ϡiwykh_$t46ì 4$Oh. df(4yr@_IW3BC/FWe{)*`D=XOuh,g'tD *4HB(fO'Ye؋;yU zF:AVЎN)d /M7G.Na*,4|:>j(:OON:pwP5k|gɤ%Ց`#&FB׾7lf څ0S%su$Rt`GjAG kYWQr!SC[͈| l7-EC O2xG7ޕ(=}&؟>.cLc]*Jg8PC +|YɥLV'k)5ϟq*H XmklU0tŅIZ6`Υ%|/ 8]O;r Ѣ>Hu?E8K֚̕bIr7a7}"RlX5 >lkCRZaRGrXsb6}*"-ާ)@ K4r˵BaͰMv2PC/ݠJ?| ݫ~FyD^`ӏczJ]@ma^[qlJ!8Y' WA bɽ,LI$-}F|"d=w59y,rdjOŧLx&nnӡ҂ k=M7G0{C^2w5JEZќ(O1^x%$%hPihF0zO`= kDTM?2=ДWM*/c#QbݫF&tc y rS%EY^S:Pp[?SYr$oUmV\ɞy9$N&p%sP~D|@ŠS@)}Y4ޠM.- 鈁/lfUJcT*( U6|r>1b=v'O0w Cvolʖ')Y "i7zA@Lve3 ҠcInuHRoKafe֔p vgJN֗ 4PG'l#pԽ@; ӱk ,@%UBJM+ee3X(;SMQ 밯x8VHUx@+q`l KA`5jST}J ~`0MqЏ w#LdPRعvX/wVK SVKX._Ьڮ\_-#Ŏ2)ΘJֆZx.lg  VVL$zD-Qc=@h_-Њ?[&|i:?m;i+;Rs9o`9Ƒߒ5L 罢us ъ"`NVI^z|%ȴ-NKW,rQJ*Ա5a xO{{!{N& yzIȤ˹5zNu6r&Ҍw뷝m 7u@~k#FUʚ 2B0e"* oVc@S@\Ru_E؃ 4W{pI؅ŃFi\Q/qMFMy*e E@HMߐQ(/v/1ln3J1v2UU%!M2ỈuU|1NMD{E N~Ǥ y,QJהGNF;Ur`ݏA咝 9i(U:HD"FM 7cد_IǛz&/VhN$קN˿SxO*u]s`Wfڕ&,qH*0^*u˲g i58Y  —Ѣh5k ?\EӌRxd1v$yp" tg_#J6u!ooqV4_{YG([ϰjMt2$<5q@2ZS{1#QuG3~opےG1%"؋t3'>&<YE8\)^= @O} . <*j0p~d:ëAX[j?ш םUrC49\ObwcaL|kVphϝȭ{G۟bAb&b\ʑ?=îRV* W:]ByV`E` xt~⻊u>4\١yhl-Z .c Lk?D;~uK DEw_T׭e໼BB 6BvLE9T6U$,R\פgz $ ග84tDcGΈqB2867)0f{|K?XΑPDU/C+ ҹE&P>DAUǓ)U a_ivdYBGn;,8J8XxWm-NlP: ,7|cCp$+=i?WY_6K~wv3%qǫLkɀ$*?s~- _Pl0J^ޣ7?&oN"DU+ln8Μ R꒙ kmJ7l{0<~di$Ka Gןyj;sme`LP V~Wdp?obp1/n7))[շo:)z~]i@yHݓ4'i܈ ,]C*u7WFI. fl2hm~&H Ɛ?xLXF#j3 =L @G*^}3r-ZJZ)wxT[+*7b9pC-!Ll_ج'vCUtQ3\I @5ޕ "3A6n3sx:mmէ5dxSlƯ^u02g fK٠be< _yhiTbg3kYs٧0L2X/Ϊ.ki3.*P x~:+PW~4T/+QVӸXo07Fѧi51/4AemlbM#9j?uZ,F/·8vZq/=D$類eV D愌1 ժ(e 8s: w\WGֳ۲P0,U,a >MJvՃֈۀ@ qu$b0# Z~pąWNEaXwH/9i:ȁIi~5xJ{a+dCo[m1p 4>7,DžFBQ-GSCKd? r؜:g`ѥί2ipzl2}l\(pm^k}JA ,b;~UX-(PH}{4mC[{7Q/W/A|9FļE_tYaW4(t>VۼLNEk\@ z Q$̫ ҔK}‘(l6<څb4$4Ibgi(|#GUXQ1I{er- u*IZ鴼W+wA.#kgǧ{Xz\ :;+0o{ ,݌(Ʈ Ol$j ePnE]jL0ف ԑr[F8p) 5r9^udf>Ucf˾h`?"cbogHxM={tRȦ0.m<+6o v5dYC p;BÄ~P0Z.$(O8^x&Aqm>\zą}tӋ93֡d&V1Dk߬{1E?"-7trSk@xuyiҍ{zn7Naj)PDSdc8;!d+c$$?Z[NR sD:5`STYix&iZS+$Iq g!h$Q8B۾yeF~sV6*!qRF1bHP\Ri$I ETe>mriR. i%_~BXYvKu08ОWɔ&D=|Ox ;9,p ˑˆp{*Or,q^iBÛPplG~9Q8.ɖǿ qɑ >Owgn*sZruձ:bR:5_V:8:@(V'>UU %4w}φTu/ŦH+0KފBPjWs'͓}+䊜Չ~PWސJ6SK2鈃9BO HVufMRÖXPm07f2YIbmBF*> i٪ ZndvڟֳoOCT3L+#caڿniߤ52(!ob$#{K?6ڮwi t0.ޓ PL^,+ RұHs.UsQ{1}T]̎D4Â=jOpRqS2-T\yCtn>W?=c5b6yxJWZ7WK\?WpX$P:^LRk$n۠%m{}'Z3lݡ=o/mzK*A^MhU1z-lRzI\4(ߜU ~[;7?p&K׭@(wxTfOh[/h\CZ2'd֚O˶[b+3ؔ?Pғ `%2y^]2Gw$8-"^)ϟcYmk4H=zHJ23KU= !)TrmQfǟ 1f}0yGɷq!fښ]“Qi 1qbel1骗ʈ]qa^'vvJl¥ N@@jB[cX2wp xԾ۽~?CyŻ) 48z ^ /0bf{YY\;O%@1gL7m$5' ܚ{IkOj-nD:X@@yu7y Y$o=OŎk/ M65 9|@>O4An t܌@'pG&8BɈF5Qe +䊉u{#,u]zaek*R>ʊ<7{ 淚Gis1,͝Ɠ(r|Qs$DV߇BBP Vt]+_l.$x @lOܒ(5QGgTzBD@lL;@}A,f OcF&{oqe٥@iil~:_F &`hr\BSTCu1m x p71ݎ2)u*\BP5R<$ @{4hl,;ϭ@s0({^j5zdV)̸ط\&a)>bVxd !ftCY6GL`Իcy x( maL)>8Me& Dg3A3CTP/~,xhX=^&@,gfeFQ[4stw,6#tmw!aLd}uG4TTG g`|=&$pMdkLU~k-_"y(e/܈ ^44tDu. U,c"K¯G ^ jB"&ś& dxDUl&%ewV>zuBaֳ+ M_'FHZ89~}E"!F\za }^& **raz1*-TҶӇX~T鲮a6_khp8n śdT/h6AH|"哿,ňWi߹N 4?A]8; .T iVF!I TȂۉEg(ro~к'vg|H+9wFXCH;F7UBh Ej+Trvz*5+.RA 5n$8O@GX+$}\~η_HuO)WM66]U TTmP M\&!FXK1g׉Ve-+jxY\ lˢZww!8/Zm DgdF02{4=)Ix`%nuhM)ަ)sdF+O>?H3P"f "6,vk$[ԏ:QBd?TZa(Y?LcrfS 9}:elLϣ`*z` XgsWϊt8ԯh&?..*/fca,n; uȂ`l!¢i VK>3<cPԫXNVPy-sG]U|ⱃꕊ珽 Ϻm7O|&Cm0>s%xADz&̨Tx,][>B~4\tnhi -n $wR,yuӺsWa%`%8OZݚ:t.vnn^gtSH+3YQ-"v$|>6.e՚_o9d1jKv,V7AkD  0?/D0}.P@]FAG''1oa'-Bk?:yLF569iӯ:)QPWۓ*zR:ь/j&l If4`vUw U4/zόF35+G"Kډ*rٚ}JhnA%H':>"hYL|rӯw7:Bzb A-a?c( uؕI{^leRq( :T}v(\bϢDiKDJ!$С(f!s,vߞh/u Lߩ+,T؈2SaQkG9=Xzd[YI3l\ U,Ymv3_zVf`>'+R֛?X`˸Z#[i4藕Cty!V 3/\r }]6-!Ba^9 wʇ@@gy6S/HF#utN+AP/ ZAࢼL1jfLw;n lJ rϖXgo! ҆M1w~aßRB^w;!su2!yi @+'qVxϿg xjh&˦ݸ '*`)n"t~7G!?$wa"/([Ǩ>?|A&8d/ 9KPqGۭ&H/vUB E=Pa@3ՕAqXz*=aӶXH2}}$G_3ZZ16C2ql6Y/6\U:MLEHV)Z:BHJ_ Ed(7/LIoX :E>#gM9_CqF0IKcQR̔-yK'-$1+TBr̙3!&#-[%,rssM&eN֖\^pnVݝ,RninX@7Y%Bp><䤅izϫ =_$KF׌^X* ya+{3}|vF6g x@iƁDFtĒ%"csHqݙ3S,w^Ӡ [C"]Pnapb "o7 /C0tRD"' jM=5ƌU c"mj<.}Ke#gmz!Ե4öK0Ò|)v`%\ if9iƎIՙ11Z| :ZlM #SoՇu<`pzj.ppc%%q|'5[n\O[̎'fBMe#~L7NXb[#-Lt`!W/惘I F͠37ղߚu)hk_ǭj;9:bW ޺x$kG^2QxumZqYo0E4GDkԯd ܚYHt -ٷT$$OޤbC`'@cȷp-Kfa\.L)djI1U ꔍVr0y1SfS),5ÿ~}Y7\;Du/Tz^ B}4YOE,@I+qSKU4y02^k}`MmNAk3W^}2q % > ch $3Fn6^^v^)v3ã- @$/pB4SH.Tv|ObZ%B]]aTJ ]O6/Lpov3yÔmq-LU,Ӯ`L^;ԒjbxdG–2|m>d[ku,+|YmnAVILL(^M!lnA&`# Ncz((dцl7 ;n  8WKMujyaNJ f.G*5hΧgp|}B܇$:EgxZX'0޾Zp/cԬ p~WHH&#E->E녚OIĞ)Ḫ`v~:hc!X dB:fF]SFq{ag+("dp- ^Ͳ Q}UNŬ"mFRw]o ULȑn"u~R2Id.,P+e*kRI@2G_Z8ON)XmO5Z=^M@4SnХ>H{s'z0>X&Ŵ<_!nHX+Z\ ԑۀLԠFuk*$r&Xj l5+;ύ w0lƽEf[`lFOρv R?'4N= ~.i`jY)0k_&¡d@F2Cx\()㏙f)Z G|/9YJnI[/룤!fK b<-O~X9&01W5'u2xt5]y߷aή];:L2 ,2F!,_~w{m6{0¥[7lF?_iiR B7RMbD<H(8X$#pz'M$ck2x7/'.+P6+|ck9 "$0iUQxꇞK:h\F\D HFE,(ZDlmۛ=Ik6jyt/[yb0 C:ūe HGQh}QW7`@x/tϨV*ň/FZ'J㨝lQ\}} )"$wپ t`uo H@,%{Ѩ](>ۥ~(rlKJ +D&qǡ6ڇʨ-dqf^*%Hj<'-l]l`hyn21☻V}ʇcA<돣U?c@8' h^QZ_>1&x"LKrqX9yj(vИC~bOxNlBa դ'/_9yи1YAYSIWK"i6fgqvk:)$aC `zBEtZ =@?t}{{ei\ۙZ h,3!frV1kRm2gh |0 zKL~j{1}a^@6 ||&roǒ:n BcW/L : ZkOip3*`>I|vVTjg湩f3Ⱦ8nZte6OHq4%MUnB';4c0u(jڴ1zP;. ϛuߨ `ZBPc^ .؈WC켫gD,%Uʅw xe%|I mu.\9l|ӓ: g&T]vqn̗߯I IQV~ _ )gF'b/m&"MFXa(v*>2vniCAo >L(nyT^1k|}I-?#gRJ?xOMO-HwPn㞢vUVZ\>uL/*$ @/@mFaH ZTlxEVpIX"?IX0&V(ItkDinGFK cQʉK!B=L+Pvz&wRK$%'r"_'Q{KU)oPMH춓 m@5lr2بr}x<Q'ߍV{YK~#Ǫd3D!A%?eZ]"M ~֢>sZ4E(gV[춉]z IIcҢ.Oy*b $DoTYU|"w*EE覬敡ϋy+ttZzJ`C1>C{7:Rb.g/|pCzO,[ˣ|eO$4 mΐ`$.pUs LWߑ& \a;UZO[ y;Up'cgN/Ta'˰I@:z\s@Ml\u҆EB%<)Nlm "gƣg>vlpc( F@ b4\ a)=V)FTQξn;A;/5]xwCA(2zfPbCJG6c')y\vY 4l^jZ-;W~j#2*4uƗ5+wgpoSSXzlId(AdzK<@ɋHRYX u\;0]-$* j x)o@c&`Jps >jɮ{ x (|L'nCPhInK HG:BVQDM)+SH٢֥hUlXJ,dAOO۽3$tqxMPJmSn7XX%ɜ[@qeĜұ]1'@P(>3xra-M 0QRڧBk"P=M޴0Ja<jñFMy_ vv>Y QOc#C-9+pwB(7D-zMm`dq{, LWuuF7{N$.%m&c?UlȣH+bzG*$H4{S. ;i),ۮ~&*&:GA*`NH*4 ^v{譢#0=O jf Q2_`v-+i"y" Vo2 v˯s,ԊNBf;y̶ߠA"p]|+>(QrL:uDIC-T)b#jTyJeN+& tƞ?oq[$jp[8{ ҭ߯>71AY֋: fV2KL#}/IuC:̲l>-5S|?֙ap@UBufr;pj= g%Xs]#8ҐHXJڇ,N h 阥y[wݕņR p&;h^ݹ1Ry[;!1Z/*)l=g{dJ8Tépp0|r|p% vz(4ZA`tGF g/]I3 moixޟept4J~^GU,V[HQaV\k7(hg8x&ԁjq\tIeYxKS[)ez RyPS* :7Sm|1~ޢL=yTeW5w 8h/K25^)I58ڳ2߷,Zޛr"2(cP&岠N Rs?a@}A; 1Jl]6byh' iAPyy'U.< 74 cƀ<Nwg 0$VBPT9yBg:nW6[飗_C^^žkLS6>`W=fWBbF" }XL]lƢeDnzEUG2#cEFYJ6#ӏ󽌰2>7T#Ձ):nuƭ&=qrK~'7Q\i6RݻA;SW w1#C>!?-K9C)2HI ci`iރ)6<͙kwR{e@S5Wzf\$W<'-Qvj:,O2PapY ͔0q&e'f8ˤD(j={xeJ4 V.UvGGFa0e<{K,xRt' vBaܱDν91?dqXi٬i0Uղ|9[aEJΓ>iUX@љL켹rc8ZQჺ{4AArM$Be&aF> aDpY [44[Yuppp$tlCjGηeRg Ö7U@+"*"=RՀW^Ӧwh Oa&^&qop7~;D"Β05r  DP/8.(q.m"0.D_\X ]`"_ԧR(vvԔ[ɚLF%Uw \ V\5S&bRB 2; p!JGx쿉6E\:P3|PUaCήhwk8KKgگ3k.4i@: bD!Dɕw' {S$oG9EAk䔞GZ Aj1FTI H꿠G |{})/Y2m'U_*"Fo+AT!}G+TTFz'c87ծi,[o&}~iZ4_59,e?d{Jt>Lǂ@ P" v!F9AHY3; sFZeaS9,P/]i;+=.^[ڙLvߣ,HHiɛ]ʲto5J,eM ޓnyRS+wZNϮ<Z`V YE lhRҋ<@ 6 =[|ųbta\GmP#cfsE3 1J 3ϬbrTY㠘֙dW%ոBgj!)\X `|wPEtupD`{Y45 +ܭHt%^0Y ڳMҟc"NqϴG&x}H͋ dUSL "ӕT Lg&S0-$US[%G1 a?q:yL(.1Xp?Ye&H{t逵q`KpwŤxeX|2 ցĜdk.- ݼ+z +fsz)Sㇶ/}|OKjXdSv_UNEᕹٮnO38\p9_Uh{K%?jvoʭn.OДܠwNvU"`Q.掬&0Z9Dbh ⦘ IYnH .'gi|wNJVtސbcK\@S–(*BTPөOgF,bZ34F;/ wn浕k@#oe&wO /f/XWn<80_Olǎ[rՏip8uP2VAT݌ kPmUȦU"ЌR<,z:8w_j wb3a불ߣe@bw7YZUY|/9F8)>.piqiTNY֍IoE-m@i} *ɇ{)2Z4!GdTzawi>}ȡ OpL~ 5$fp|ۚlTV0.m7lhMҨq"51uGmLPEJ:J!`@5ixb8VO kL{_v>'EgIuksI/z)D?f%pFI-[c"fg}ϠPK xu4 H z1H YHڝ>0,~_Տ3~ Jsm;Ab&7|4P;_tRμ۰(=,Ʒ_*`t`bWQO[rR*MAm7’śZ0Bqޔ4nEJń>q`vkN#Ș;`rd xGݤtjb[hψFx蔞B%ADWXc2L䜳R!wDގ+MqV!Y|v Dm YuILr>YVD\Oe<:9_6bMAW{r7],YMiokpDGXA(yar!ffOƊf,%3A!}Y/ng|J] 'r#mHk9% żdHp@uPf̚z (?o[s:30N'[OEjiAzIcs+)pU] wRhmO㚶?^e2;Z=8ǵ';S\+E}q洈Ayh6ii  Sxe iTZ^@TcvƔ.;iO1P-Ҳ#~gȨ9K 3! GWFc0KĹ:[l(;~1⨅}-b a-#vZO|t:}qw.ni?HQq>0M-yUIMֹ}NǥVz#Y뀍B|?T*n-Ej5ZJnݪWsM'>I1f LKhx}yt`}!*I>{bf98<װo^`5jF"#L(:؋4Jd6P[f1.4S $vm|$Y)ثhK>|0"r56AA$=j5d}Eյ]5ߒpyK.SA)+6'L1& xoBz) :V[#Pw7ZqNl).93C"t![F.o !7sK7f׀[Q$Vy,*u9丠SRƘc|{pBj\ kc+^N '΅R`{9G[CK@4UFxOy)BX&F^_ z*sC`rJu%\QCS5 9Y$\p8Pz@w~w^= "ÅΜŪt˩E-P^=@Wcj,ʬIdcP"D4zF dQĴPK7ьpdZg57fib.8[SSEj$<lً^7glw=4G^D=l'szR4no2vS֚N_!_p3;' j( vP|t.oXDN klg SA hx}$2{ &zf89*slOfڄ[Ư143-4w.#D eTv?(ѣtnY#Z#'w6/  NH &Û.]~ w}" ]V+0~}^(Z)\@ Yꓳ3`;m::O/8SENMoXbXi& RsnO> SVذU$%T /_mM -Q@ jr0%ͣx yq{TL>k֌$v3x}+kgp_-J-Xe6ѧV2$k)]0װ]ؔ.Fw% T^h_ ϯJ"ApGbFC3,J賹jѾܔFYtRb!r#M^!YC2d״0W{|zaۄ@ i&co#h$t()pVq hS.LkBXrE"k/#'0( E(&5P"L,HdG5Ӄ6=X#g<CjP}JWȴ忛b1l3B)v=% {]k3`A+r伻KTy?2k|8׊3/u{Y4ķh7hH ~ERo0ƣyӔh:_ n3k99[ t]cX=# M\U?y<`' ь MU@LĊJL .yԉKDAɼ;^JQou< $!qhZwh%ԥcNST<6CM^9 Pvz[B*Ψu'F)#fDEj|}%}^%v1)B68bCj\0|I0\) G8 o9 P2H]#>g${(& {#㽢PTZ{/ ZXj֐9 gCDqhjt.{ri(Vo mHvVr|lV{N nȻC~xI/+pVUGy"y-ZbT@% rn@KY@ Q]jMӬdž@pmDY9 sGX$FYC :!aE5⣄>x8=ILə^ tg Кwjl&}ۈ|**l ~38ʄ@ԥC`@{©{[o%P.\qE1 ;G`(Zq }Zb(Ѝ#KaMƻW> ri{kb'/Uɦ)Ȯ2:q{_EB_μ_bڸ'` qW3wC~dKSw[;yx|3ȁLiEp14A^9b (F,#`ÃL*t /x{>O포j56|SU?)m k֘NA[E4Z?IC`?:?\z y Fѣh15Z㮵<6,327!e[B' ]@@5= ;#b`1G>C(.a#p~ ,eH^nz_¡{ʱr0X6zw=UmI:O ޕ<&- 6l;8am$K<6-{@e$%e "+i4mTpavQ.1,\} +LȽu Z7L iAXM9nvX:GR\M+D4F7]64f5F?m.G|WD@x.סzB zF|#wwJV0Jf+B7FM},SwsG H\ Ud97w%}Byȷy 6C1]eV#a/ҜAw՛#DžEԼ0NMX&H-A|1۳] %:5"A0(ݟq6xS&,ϊue|4Q~QVq9жv4U 5'l]R r=XU\n77Ïc^E b4Z2Pxjr ap@O:FbWݞZP|4hO2v$m'} NE5MطǷN`2O)]@A5!w$\k/!2E"7B|m 5ۚkqn5%Fߘn 5^Ыg\ԥS+ZΗer]{Z]&7(F;n\?qQyO hc)|ϿzMpOZJKpqw9NCno*\܎YNc[Cr\}L[@.M0WBءIEF66yuWǃԭ9r ӱ]c!¬ w =(1އ?\pI'fnꊩ VSM;fx7UrB?tJjOde/`'G^SލInQ2r/i]m m5:\GQzW +3Y۫>ZMX]U5J3nqA`tTiE7hGF:]di>Y+_ZS/̏ }d:eф烚Hs{tLuHNv"^bt#<95 zɛ(RUaq)\UE[3:ɬnpIgwpG tJ,hc_gKge?d1-9_Vbڴ@֍E54R *G9>1s`ӶC%PX $y|R0#%Y\5c,anN 4_~d t!hWZv2ٮ7!Y+jfXP59dJjdжqR>!>kNy]0 iJmGUNt}f@IEVh.SF!nl1W(*P3bMu-XJz2x*T$6w%GQ1sw4aQ>౓D}6"C }/^M q_(Xs;? #Uuj#M.o>PnU蓮|5Ab:F}IzKh_.`HIҿSv$ Ne`Aa5V&v @ݸ_TP-]щ_.;D[+V>,5Wŕ9Wf0Bir{`%'=Zn7MӼzWq*ۃEz#3E v0w)BMQ.9F x"+M^vnY-ҵQ@?!b:ѿ zBnFmN{$TffYe^DM"LB9 ^vu7f`Z϶&ROYpƤ؜@0>w?O1r X9s&]Y,)n$x&)7pt1]#Cd]gs&!lz-r?G1G#<-WBu,䙺r{btGӑHO6?:9| { T#a Y2)^7iDm'Ӱ,E^dzlZ uݭkqVٓ'bЌGQ)fS,;.5T|?L *UHjz mjي [Ge$W[$khpv)T93tqQY(:{X-9*¸x28k'Vn#1ٕ}IhA@;vR4 Aw؂5 (-ap޵NB e9k*ٔ>B9kab9/Zӛ/)b.Y3 Z=Yk=yvs̋!QH&̣3y 7y>5$fF+\ VͮĆHT!6hyTG*Yg\B^0un+rghrbǫ~,;ΡoGO3E:z"-%˙>5F1f1e{w4|\{ ʭ~U3Gmd뽦jj[i^yy,Vi ^T>_jÏ[A&2Z\7ů]9SI?|޵4,[C,vR5x qt-+1V#J-_9lA{kR=jRA8i:/Ŵ9!0rV o׷*^sPz'l Dt=SZ DMVnd &fVn089ѣ:{nc9e_t`CAV z@64ϔjA)y-.)fM|8/#,&_U?f.p.aN+g_p7HfDhpxf v}s0HX3?3.C(p͛;DHH QwF<ևC"Υ]GRϓKgj/YڮO$,[̦ZdfNʔϺ/ Z 7c"+k/_GBgedYj}naHm`Z< Ի|&IP>-!X+8,+3ut ^@kB'}̀(sH-%s8}2#(J $ɥ}umo8OGR$D^6~ןbadv<0/ kYPB+;#v_joPKkPcLEu5l)ӧ܇_O~~?<%]n7J 6JgֽU%Jfwp zdh7tfTƐA5sIFэ^MTY\ MFV89Fgkj=gݢu ljړK"8 ̯&ZMy|zT3:iXe]a>},.UQV9@,3?׻;oi ldy>FZjJLPXE wjU[y ,#rXߗ)0s {|4E麝`[V* 5"PfDB-q8O/RrSU8WJCi?'s]✔}'/VDjiu't{Q|鎤L  pF1Qj$Vd~VBT0;&H$߽ RckS/O9>Cq] [wvkaOg.Qa HGW[lx,ћI.$ai@ptJ st st;q.ݎI>[CS49vi`؃Y_8*(~6QG'uM&"H bzT2DiU{=m|0۫{jC/}b<%Ɛy=V2j6_~?"VwQoz_f{][i&ɧZ=tw' DkK\GW[PrQX~mwh Av*u@^1@q psh/ r2987Lq H@xvQ©Fal㝘b0QB2C\P,^!_Ϊc}EE4`rk|s^ /9ۂ#) w]]Cgsx9'w.zjS^&B׉0:WK0qɧ18~[G^@8:^WIPt r`pAwΤ$l"F!!wzOv0meh?Plx<Ң$lO4g$yi!w<ЅBCSa?OںY@؏+hO۟l<gS[0'O#\=>0.E,hYD;`Hql:j`*ge5ak*;.x@b>v=0WU,j#=:dlPGXuOI8ϑuB'L*:Tw)'QFd euNAaiӵ+k $^8ٿʣFH6bBoND}8+wL6zx/c^ۘ^_gLf1 Ҧe$f͢Řdlv88]e:ֵ9QWm'l?/N&^LXƬV6dO*sbʼȈP$>reuX6OܧCx!w_H5<HړHBʡpe9 o*Mr9 4EM^S >φJk})ƙt㱊)?莧.]~,ZzfEtI*VнnHy_=~7IaS8pnV}y X܄dN19P{p9`P3 &]`ÀnotܤT2ʲ N̎.㗷{仇bBrN t~چJ=WH s=6!٬g0JLqOn{%n։my;Xb3LV> %)Fk٭aXQXI?YZbQ;8u"Lh:2qޖK?UDBFE&M|N[+ơrgvE t op?r|EսIr]{E|&Wf:a^վ2 mgDžJZOib @K,FSKB?"r٠7тؔůW'5NQլ18l-RH!}v2 0/K,o7 ^Kiw_՟?[pe$ ;L&($6q՜ -\ѰkCTvUgZDpyA:gׯrF7Tx;6t;ϩȸf˛+R7IZ?2'[3$Ϝ}@ܣTmrgRFvz2c'jީ,6".'^l_.⥜=#w6P`~lCg^ʾ7"x!aE"1aR8n&ꍒ `n7H߽Fg#vez*xs}ֈ8LCm+/5^JkchO")*xx_U Z x3~-xwaF;j?$ b80S۲رIT,0BQ R k1"3oGo~ *\;kuT[ܦCN J]B//f- 0\~!~UHVLx7n_ƒҰ"&zKgm}&KoFe>!J#mYti;B^*F8pCg7и\SZUs(}V=XHyVʔReOovʛdҪOQF4[cYj=_sdV\Mōk%u [֤xBsBMv u sZ>"RvUOAJ{s2>ޫ.:+}hj+G2G8mFV:\1cI /B"T:&'{-eӇ,&b^N _NWV@IsٿƓ`/c7}pɛ(6d11}BAOmQ۶%o5;paꪢIQ!^x}m -W4=/&rw:XsN}\I,/v)nI'*=t X)LA ÄDuBoeO:΋_X6fʄ\]Q[O4nPkM_b !\:_$ҍ®bkb\c'кol (~8G ȣi' ISK/Ah=6X|Fivk}%OjN6f3_ϊB(1JtG_$N~#'P.TZd5:!ȥ'byςY://gB~??HP>HwKX`te)?B.XۆIxG_nt`}7ON̲X?0 n9;k+N9Qf~^61p?)rݸ7$_/Όh] tX;g~$[e ^'h*4l\ .EEK*kYBO䠱qXqC2%(i|Fě'7YʪҌ^nh7Ɨ6g4T@QhiCiga1=Tyhz"rjp:,X'D~Ba`ҹv<#gB@4% I ^ŏ!9 -r{&qsm 5%Ju2, wmnibrnZ KHu~b1 g 4AƪsH8(nQM*52-a4 tl2Z(PvKn"mAqsm,k&mʥ7<GؼYkKS0g[ŪIJ0bf1ŋReN;:fU&ia­he7( ~%vn8Yt,e%σ:'V;48JؗFE ?2O,@%g.$´gdyD]hf6v+wMI^ÔK ?*%>̖Xm5Nd8Zd6GOi4d^t` 7('p4jk\@  nwi%d~BvA w' x@3?p?2eI7Psy#EXiμ HBק`zamzY9hn;d\Hg0A0=E &{m578eC\ oЄH7.DG _JP1?sJ7*njN1 nݚ l6T-5S2TR^J\ =qkUkɆV9bO\ZLvڄ< Y= U[,*מ ~p|\sHġ9b3i1nrh/f^x Bږ&9U L<_8tuvtpUjvd_پt x_ϿzJ4:K`MbH0xj b"jnz2}B?ڀIj5hΕ2|P|!*Pm^)6rdcemu*j-]ldSr5F{J?LzeD% {C?JE }0gS;W QDyAcV'rBJ@KBVf췻+q\tL\m?js4.,bHt9ltgۚqYt 7+]I=Wm@ lJ>GPQkzL.V-Hv~b6Ųtŕ([$=% + դR %?̵4e}92@Ud=Jw1kT!rs8KN]uN=FN*` ŭ*>,gDE|eht59E!z_Bmn߼iZ6r˄Esr &;FݻCƎ 3{/sV>r-,IN&'6R>hTVoqH˪zPRNwp Edbh@hu(29/*u rkCڐ|"P.oզ,#llo/qR#I62FHcK"œxrÄ[&p+Ku`wo>u m1 04nN&+g#34cIFVx}ߘ͛z7|=WȲ(2%Y6e3U~"a淟 Ia_+%{b:i9l y=JnY2Wޫy"h4g[Byػ6@"t<(EWQ/}:wI"HgctW>=jRL~Wr:f +fUܧNC/ӧ%3,hIj(ƘBH[8j&T_Qq`聡 <>yAq!s?A_) #tG66񎪚{晽S0$O~8o 'fB"L׋hO/Pvm{TE!/IK+2oXn-kւK +wm)h1OZy$խZF3bbQ3PV52!ipbȹ;(Q}MYewb.)ú$ t7Y}KQIފ4x1%`\V[Q"$(oR./^LXTMM}Z-SpKcG7 X'1-7±_eUfl4b3;7}[4gZMS @>#?04hD j{tcfMW׋GJZL<ҡF":X [-?DO4, p*a IvZ <7? Fx@D*2ZS׽>a d!;,c7WADɅRm'G&`\o4;(3 zxqyTdEE(RܗЊqJMA6EF;4dϓ?y|័\~2F:wO(hR[|(| 5T` ?6cdB_<1BK֕:*K%%]V^bm.&#@ہm\}7P;~EyΘXs=*r\rguzRhiiUK+ !ٲo\4D$botҪi9YSkT K|; v !Vzs+3]&ݻw.mz`|6>x~?͏_xWNƜde{A[:#x ,)(</ [ھBaf$#:Ba?L(s0aYKrzs Wl{61(*tj1iu[8pGo)0ΏU;gX/yD'MZH&):rb;"#pni6jxl:8gt[p/o + 2͘!_Bp<i,z}PܺGUwEl ml/K?zSHը.|! lqwS/]1]$I;r4*5si%m{OƃH}iazbBfdT6DktcKo-"iA-Uae;Fe_ss#'&l ӳ;) ^z Hc*c }IQ0ѓK蟞{Cf"PMlkmS9z.4i;V.1otXc?u܎Rٰ#iZ|}1NF0^= ávYM&@E_uYT]Eo9'8gTa_,F{zLXn]?ZhE1Ȍm. X_@s8$}}?[tYI.210 ̸<,Y֏7Yam3q5Hrǝِ,\ڋ`kU;ǐ# t)p`(GJ"Z*zzſH0Ќ@boHM1o2 56(J.&Hfo.&jQYҙ+./݀ ؂d\.* 6 ce 1-ζkP5PaiSRӚ$yɹ ӮLj X'=}HDH{Y10 }@-:?[Vj檔;H[/@.L5rI0n2cCҾϥ6>_xQc^LON/DElj]"zu)=Qx+z7XSKJΩ=hoɡO B-ԥWW%!g5\r+&䲴e0/~| W8JXOQWgw|ȫ&۠/2mUUY''i10+!=X_<=ڼUWH~ w2sh?Ls!{36ʗg+StR# ɖjИC<-;y [H(sBNWJ+i&pHBdwM7U}?Vbem4ͅoձ3 *_^JbJ xƆR/^,"ˋz=,/deF2V[s@qS11H=~ვ(I$C; Β_!-/zf8٪id:cgye %ڸqY18Ev&?`SYCR *TϺv;5{::m@Ihk{tn?ˀ!cT&B*䃸Bn@D_)%RuHOz\M~'Z5,BHȹ\iQ?4y02(gԿ_KN'hDo$+yfĩ >Kڱe{Y)ҪZuia9SR4ik?;>|Ӧ.V{`M>>Q\TKO׵BlN\e"|'s-<4[jB…1ahE]m/} mҸ'0gV0R]].;/N 2uNʈbLWUbD M5nr uRс=ݴĦtpfFrM">ztll$'5b[:txW_1R۾U,1tWj\[[ S+T5rFpHdfwWYv$'6vN߲c7m@Y,.iD،KigauA%6@0RdPYq ˣȺd>iPbx@6dt^uyWA)aݐ} LAwGI ڬF0C oBx@+?B0]e|}UKGlÃ>!iy!g;12R;Kݦ>$zƜś¾c"ЮI"{dun+t[V{ƚ,481>q?wt̍*Qe. ?]TCr).]fvWM W}C`.E[ "o,Ęp*Nh8 lZ;ޙ*>B?C;vCQRmOs-%!ʅ"6 jx7>7y>]+-_HUqZ o_gԞf:X_7FaLE={ ܒЇ/8IüV2xj)[ ,t)5RY 7!4L =Ⱥ)j%_z"'61F aګ x[SEuQ)̫((+Ac2y^#[a߭h>5e0$?=$<[ @!GGU9 xRvK4L5).*QVzg|>da&P1i#'U! ̶A]&"ŝ}'p+&:JZ1Rux4uJy'( kHwYaT'.V\xZ?X[ i&6mvώa{\(/zSM)0u䇚q('ai"6fP<)|Og;%:-V/~l,//_onIzVQ="ЦjR4 4 NC_aW?W%NcFWXЖx>QTKf F4 +%f]c#ل3Q%-M^xF3EkqT''6BԄ\gF̦'*mORbv-zūIj߀"Qgb:O'G[ٚFP'E˲_/sc54u5P^ªIᑭ!}wháף-?!)mE:7c֌WXn3m5z+kB I@;wy#v1~[RyŌ`Ys@~W3/:%d2:҄CCLt֬0W& +F9D؞,.ux8zË.iSu cX?HU„z~RglVt&wSTI4s#{ C K^5{,c!$_=5RgF 5'h^0<)6PQ~9̤w_oPyޖ6{oүV^? [h ;BjأRn'+PaE. I JQ!GiT!?d|Z7gIi<$ =Z^\EsB)$iQr`3~x C4:Q,tA x0'5Fc/\9~`=ٞm)L_74i< U~i\+ u4m}.;RXAoQڙQk9ecnxk/gxDMfe=wks:G-v[8m^ƄxL?T+5- 쉨$v'h̾?1V L)?(7 dS :}0 ? >ش8[MM> K0`F8oM#G%ǡ()bju@&.%Q~:SC2-XLzvPS~KLy$wbRZW)bK2۲ ``F{2/?=:%7HHu kkʀ#xo-tngGp NM-?uUE psH۵T.uKbۻ,z6HNĥ#BR8 {ɗ, 7%vItCkxjw^7rhX \صt$̱`9FbEduu]F~?Y@~+~J(*cG}Wl[bjdz㬉8ƼT8ɀV%Tq2ށB*f.λN%G!s~i+dY4)KAVT4%śսbN0733^uWCmqg?Ŷ䞊/A{ dSEcd~8>ўHwKe2 urts\(TX!w"w%] 0=`яY /QwN*`mwY6"FJPd݋NrǺY>*XOVq?,)dtbt*ɩn:mW9TjKYEDkS]Xb\5u/z+d͢VkS$>p]gLC# \$ڇ覧|c- moD9p]ϳ25(शx6| 18@AMwMZ+_ɺ|Ѝ j1^xG{jTh'꘶~{eyY1|X̚u|7 4]WmammHcm8̊S'/T&O?2[lU+:mT WH + D{FEpN-'xh57c2n~j>&S3uw}Vy翏E}аH(̳@llx> "8t޳=ِL^ kxQ.> i`O;0x~2.X V/M£㓳0I8Qf_'6q#:7>ñC" U9PȧA9 %:4 4)q=_#FrC9JtIv>{9QADWV@jpy_ UF[,>2dV]rxc?~RHo D @ 4it6Ϊ(NtClN_}jKFs&Ô0 R)t}ʥUAn߸$lty>rFlBY EbU 8z)|i\X齟ۃ3MTĂ(/'_Tc85#@#fGcҶ/36Y((oQfvXO, %fY P\7)Yʜ9BuӉ_߼em7F əYa2ٿdqf%&N'2>w"F(JԶ16Ofa*KyꤴSye!wlM` 'U9CD>p̧"x+;o$9}^h͑5Sd\y6 I>T@.Twu4žZc 'JGbyQy JDOC89R P1W\>UwOp08Dl%ZK~ǐ ó8hvfK  K?­JסZI44uv1l*xlq?W:pNyAA7 &|@}v"g%4v.>K>Gn=Q1`fә"1z9'~[2s٣3KV5l—5ϩ _HN"›fjjD|-fłQzP5VUdS=HptD3FDDu?+Uzh[R!4M![| u2 dy6M:qr9,:ndp~]rSi9c&~W^Z$[ׯp0#nkC&G6cWW6݂uzwkkΘzI) /ƕ0hpuHD!lH˫Ӎ{@@S aʍKJ?Mo19Ƨ,,rm0Hl>Əs0ѝx7 YֆAOB}U!*Pʜphc( T{t$R{9~U?یAs\1f{z!5|i&ǿsFJ7=KOB%q2{0]]JC߆ -Q\ ՞_^JV`I͢>9uSA.zBD2/^ڞ=ykQ WVSXk #_l>sVc!XF8v9<\>s( kj7BE::烬[ʟ~`@SfyHZ5d6̅B9N򀜟 }Х[i/pCs"P5fH>El^JDGlP5!Jj` q%Sӿ~-?sVxctfs x|Р#{ʭ'S!PE֜N 9j"_rR6˫9 ~'jbW @;[v-GP$Msy}\NyP#`D¥ z~̤jvMN6*jSC$>/~s;/+$JDZC KWGDL8D9rg,R$ fȌ7Nh7Y w}G STY@|i׌K9D5Ǔr#T=BQZ ;G} Wٮf%_7y&X~s z,fi8|>0nѡor5HZYfLdR Tkf7 LV*rU`+|}NbOKS=TLF'XlbC{ՀuE5H;"xkܖpNQx3Y]h׼#E 'o3戃EU|B @KGA+ϒOKʚ%4kvg2+;!k5ړЮ^*/2לYfb.~AH';/0zBҙ͢S!p"&2Bg\O$ 1r"s\q*K陬r1RPW2<O8Db@Bpn&xkLbr Ӡӳ |XqwcZ4;gK^eL{55V}0Eh$ #; 7m!s74fN?11a!f@E:S͌zcMᔈbP!,*P[i2 j B\ʻkLW8d»oeRT"~#Vnh@S+nH&{t Ff:kZ00,s&}h`̼Fۢ>>JGڵe]%C\7+S[t)8.Luݳzy^u DgORfS ͷ8^[=Mq}3R+tUWoƪLc%?o7!=)w':& <. OK -n1aG&e{/߷Y(`H+5}Ng1&Z`H!@ p~ CQ[p<}֞4$$2Zr* 2{6fbs:eWW_Qİ1,,h4 Xe X0 ’IM;mZɒD@K E57MᖾjN%?[y:J쎓%3P;axx;+sݛ2.H~d*֔RoI^W^;A"YqC|$.CLwתy'7hrVGSYJWQo<W6~ .W6(&Vw`^ݎWL F,: Ce3ڜѹ+DQ7X" =^E,ϿRL;>ЂA9_~4CZ7^ +$l㻷>_C/i 4#kM#Cr]<[x%RUsKV,F$-^ql2O/דM%42QVaxze`C05fV@LB3Kie-e˗3> wN! R@bQǍTίѝI1Fw()ބa/-^&˼w*.ŒaʋBr}8N'eLjPgjvTRQrtv]2@K#.ox\ޗ%u,0Q]aÁ<N/{Y)eIlLnle&<2j-. nԶ Iu[tTRZ̟k;Ԩ'B*EY}I(*&Ʊ8e95u` v,dB5olFq UmdÓAI[cr3c\4*7^U2}կN0Q" ##Y5&R$i=_vV(86G\.hP$Ц2Ø~G(kK=?+ˀo+{ymث=r#5D ?pخ{^ZT5% BԎktǂ]od<\jOraqbHxJJ%3cn)Ռy] 7uP\FJR7!^ZxYtH##ޑ!󀅌5z% i*YûVހL'V#j `4a5,a~reppS#!swqҐfz$򄉒;P< T`{4~ "ʋa sLT5/Kv~&}{IḶ`Fc(A O\K.δ7SRyZPb8Q]nĚebH na3Gݞ~*c62 5_Fp?9JVZEyVW>p'p"nlt]uO|(ɾCw->%xհȈ,q:/>4T`^y4 staroذIࢺz\Ai& R9P"s$ʲ&fC #k^؛&q]vPy5Rum5@3Q{wjj.ko3mZ6+Wq~LoZsn.cn(9'.r%6ڂh]c-f39BC;.Ǣ>otϮquCg%xxN-DL"IooLgݎMn!/NQ7+U*rֵMj>Bx_qBLW}I#Я2YQ0mn _3SK6Kd-H0 XXA Y{f ⁐*jr` xE&CNR1Gs2GeCIeHZ}0{oK|qHнQC`c>ь膛݄i& WXszR~7Ǿ%܊DU@}$m'y<4W(<i{+CJzJ14l Ƒ a-r$˦f1LR"ƨ  ~5|[G?ȃ+E1lLcA^5_}*J;rދRFOoy8Lb']>!⾏6fgi힍ir~To:% g^J"#Ѣu=O{؜O*gCz#s;nup_Kl{SS;X5FT aq"}=e7=ۻ9[;v鲼+D^s;#a]X׶9Z/߃^p9(sO0voV@)ڤWGàe(qH{QÒ- `; ]b#-۹۾{6:(R+onri_y=1ώ;˼7jx 4fA1#~N|JskbunÁ2fj aR3I a Qu"N?6TBlcߙ,> \;0)(sgA>:4`/e~Ox]jIC$-cCJ@Rofڛi/:^&I5oB\±RPhAFjpjn6!HHJՊ{E3hԬWU0٢U~ϱ=$'҆OF_8`QWr >4˭d4KE\?w{mb3Ց!ذl,UݺR%̌oqf#;;6I6e#VCV'YF-[KrIH|8qᚐȓ噀-@NfET,"ΗHaUJK1rԽ947ΉA q1oCɓhYJAoܟu9e%@2jcXǃHz/#^zGUU`'=@l$|`"хƨco7%F!8ӡ{QH&tGjL'p“'? gofdQEa@,!e?d¤}jdz~{@E blvɧsjM`TZv$#>Y+JZʅ#T褐q+VJ0vF_TܰS(_if( @6}E@ԵƤh a> ;VB.i?"xi;Yf݇Xi Z\EoEL8h(T"jJ/  1ۂS<+5e>j B+ 3Ayx>exxYDx6A79pK(s% [@7Pc VUqM6w 2Yi|N6yH"n1#r㭪Z%}('_j|^aBEMm] MmQOX{U VYPgqnXkUПyS(pE2,cfF<8Az1S);MOCY!+yEɗc ЍCH6ALښR&Bd~AW B->]GBcR?N_l,)N!|7e)6̎/QNi ڻ!/tc#uXWmjwL1@*u{@Ο'l><\h)2Fw͛iRl5HL-;͚매0+dy,[","@QK",VJsrh/8gDWLMl$M Qxdj #]hj`ەkr1lC,VuN4- QW%ftsS̶4{(w7GxSKeJa]$BʳӐ|8ƂEUM@B3*s"ȹ+%]w MՏW>L܏Jt#;AJ(eI!f*~`t؝{)/Cѩl,(ka-X01/+`Z^ MJp5 G ǡS&yp/X´4Nz^Q0q?I sq),F?[̰B NR/L.̩3JV9*z!9>*ޡ,?u uI~~(Bsvs)/?@)̚GӇz7A;iؓ7Ժ{FH5Gbb.F'#$M%v(gq<1wMV*LD&ꨈssʘ-(&,-7CYAK?3]}>'$BFʌlDӤ}[\f1ir8ZEΊ4{c`j.1+`#n@N#RTmGbJٴ^ JT:] ,'ɗh?朼. bsD C, 8ysPY]iMJK{CK銔^>q֟|/ίt\FRy H ݆,6d+kf!T eo2+-fCYE+{4#_\]8 [_lxU0 aEJ(q [cp>qQS>%)^X*Ɵo7'8جtIkjnoK>j! Jk)uw:z޳ómZ[1\8ڋ Jꋬ3K]B' Pe*=D Z71ȟ:Y88 $8adrOM’so Q%"9)?BW OkH v<1eT _'B7֨\ ZRe)}VVYeK"Wq(S<쳿5xxtB͖p-L͵_'9EjŬL!̲$TL;ߓ!/*)8u_ZϡBji)~Q['zb|]/BMOlZ/#=,/q.oMA1)'9nyb_Kr_y-F#9?.:WJU(*!Fs?xTDUh=vEnc-8xi-\Fl4 :t 25,LJJt5g̫f-pZ^zH:)TY8)q7=?!Cڒܒ ~Y#d N`ԺcУ ӵ}g$ L^sɫcEG'dBGX9=2BE ڐ׼lҔ{/[)؎]dD{tEٱ;nOJg!gl㱦mP3Kau;uMh;2 Kέj \%1PtKJm'E PrUޠ_;O}9mP#_V&BXm%3GWkkHg/wV P ).H0n8><٭+B@4yqI߯lΝ<(ssAVwnIp?K!Cӣp~%'?-I0 : qbt1vqd(-"b3'[&lAi[$%w:ob@,VLeX]Q%j)3T>||f%ʼn[fˢWb`Pj⑑._u)l%؀ ]Ǎ7Q2,lXd5nhZك+M`v=GQVZ2:qkEN!eS[?N#9`[tz||۰睬`6#6&D_vW,Z "ӥ]!aG~-=Y/@\MIjal!f@!_UÓAurj~ѭl]qFD >-7}_c φR7M7ǟRʼ?}/JWבR`>pg揳QUbR}Z) N@:AXZ0m9Վ@U9UiQ{Qn,߁CxЭ/ԘW e|M3Y~4,Rfg0 +|;ܹjCaka۷6Ju}m"rDhl}գʈZaIqbGAl`9 |$16}#1EDOE'c,4T55ݻ[~ M!и&9B@B0(tTvF)4Ӡ*XH:Gnl\ Ʀ믇hX{lhCuK$+/Sڸ)v_nH"RRvP/YmP'1rRDD~R?@MkS` 4҈`n,k,LPoO=y\ɽI՛]t&bn#?{]\@UY'lv=+ ˰dC Cv)/l֑ @8 n)`]:.}ߛ]ϖ@BZMU@Cd 6Ėpb,]}Mr^K&o b-ß#0#h)Pv<\N8৙pT>uHUѴZv|OFp_'p08h]B-tYRYnnGΦesذ+U-m禒~8O6E*K#vy,/?2fTHAƥ/?w3tL%'PoRó- V.~{h0]QI1*!s&A t`+{ߗ@MG&Ԗ1-b:YH6M="^Pe&ЯʱEWš ~ =crd&r%~iYÌ3 ,%9G. rI$ÜM!5G ]UEWgxhO*\ﶇ@>(ʺ ,`"h\&Nʕgu\/rr  g0O9)uІBg+։!SZnȞ0 M#*ޯ)΂Gtuk>\htƂ&9؁;›FXURes!UN3J2Q̫&Y!4u:&˳ ^HTs/+(Icyl $[G Q7\}@HܓD`J^JSK- zF Թy5^Q :eu0o03 (A. z#Kn7_چaɨ@$J0e/%MB[n[Su1l9‰Wa }颿AES8ۇ XŅTo= TTVLs}'R$|u Y[iR(Є 0Ȟ1q$37n׭cWlu{vG9;7TKT5ݳ9“T ` PGWV#St֒!JNQ(Vo I溹}Z Sf*>]=ϗn§Jx9ucҜz9UΕAѫqlޅ(k:0%3=@X7'.ьQ7fr=GR<2Lvj<Ld?HW(z-q[0$0JGѮ7ʨH U^@$ҳjs o9*һL2flӀ ZRM6aU! KpBÑ%pYӦ[(f2߻X")sbm+M0a]q Vcd7 INd4X)}z2R mPHwb,b 0w=ˁ1Hcې쏐u(Is睰ۍAq-so̵V#񱰝^w&syUPuQwQĺA\:*3R)|θ0&"T)x'Ҳx :u!)-Hl#tiB'$8WKE.Cz^D?WrH ГyWѦYn3_ΏM CGDPG&&``o7zN,c&$S/+ %!P2<ad \o=5,bk2~ 3],fJ0@[c'u4a=g&`Y\EUújtW^aãK@E=U[ ە&Pb>@yV|7]ڲnNcvN<$1($W@(Kas`BPtik^oW= fAE2ΕËO=!CqxŗLQffsdMKꎕ%sdOtRCC?³|ۿh\*gY-u":_/?ˤ; jӑX(1Y )fnQbsDEC$ί$@`M99 xMiΙ#NxA"&o/$\={B.-m=Skwy峎F9:i2t9o~lzY=vLeK2 #= L3VBQEA>M`NEXR|OQ7D~V6YBn^3ʖu^ GT8:Yj]qM)p4 ߡJ ^0%Fo0bo4 a:ed`,c"ȗ+3=(+A4c4,/ ~KೃM:̡CJS!o!R߯ti-r̢֙Ë.') 8+MGXv?k`{KmV<.c0NWя 9 pjB}L+؃d3'2r_dg(Դ5z!uijٱ\_adwM9$r(ҏ=ڛ.{ѳЁg(PKÚLDL s͋0vUP3ւ%bZfFS.ҫXrǺTD`qs1_G.RSQFhȧME2 (ۮ_l%{&eNcmubb,4D Mt0WA2>OhwhψzxK+}bP(VDIno Ww3(FVCԛZBUk(}v ː=0 eM:YwbgnJm[}19jR0 )WΫZ]7%xmE9,i`:|?'Pی[pVbR4 trQN}.J>,B׿@,B 8f3L9#9ku}wAa P(|&XхQ\[3HkOJGSè5G\fi`EF"2 f|%5龫a`lPV?D`bhSxX:wEш@nNR厎1- ,e5! M~Dj{#= eӽrȟ&9_kHם0[P.ȞܳjCo/*ҝ~utP*'켜]ш:$ > \,A<+s*YLuJ rKj;A8eUR&\%PA|6j>nd7,K$lU*Eyԅc V$ BF][U\F:C-P^Ƀ7jr&FtUE=P9ul*HDopiY4zܰN" [%0 >qѓ,>RbM\m4Zɮ!V/UAX"mʈʑsDq珳TGbqaV#/D&5DoFgA87+:ZviGpy=4 ;qrNcq#JIUyr$E0Zٛt}AR -!npm臚'H;$k/AhZja; qz)Tς߬P>2_]2UUY65u~f~ =^%< Z"(L֍pݔGPEnN{x)IG$BRt Sȧ/ME`XN%׉͔Uފg- t?Aүd:|ĢiN I㥳trRv?XROVqrQ8ёvEG&:0ZqeGSve[s Q^D~sԭt&Xs|aȟ { fI>³?'H膕@8 =!; mkG"YOsY˦kaNokuf3ZwÔmR-rKGS:J3m+ Am Y41Y^]%0St7RPOR%oJpzps>4y&cdĉ,)~/G[Tn rGcc[[/ rE]YynYkb"Dd wMg|u @,"PۍN%<2C'R.˰ e_A]y gv 7b<G¥,gp,?eiQ\X?QYy ]?C73f+8ڦ!,fmb?hxF~!|yn:R$5iCOƱZW-FAixv' %䐐̖ʲ`(j%\ h bO*=^b&Hu+!:dϓ c~L8#/;Ih72%ә hr'bJk@|bȟOTW;+"DP3g4zw͗CH4oN=;o#@!.mVG.ɳitY#g `}8gw?RW{?cEV DiM[n Awb]>ź$2< \E*!A2P#'9U5[Ie6|֩0/ +4f"=#8e+aiT%j)钍#-Sb?qv0 mts'䥏XYL9//$!‰*mDƆ`?ڪwx#5A>_}q\_ka# jD݉Wᇡ+o;fIDbzp6oe&Dg%{tfƌnAa/9v .GMk}i[T 瓑B=:ͣ8S硎A ^s&! ߱`uF@e^&zBLU9;rғw TGDza 43>b) |E߇ k C0ehY\\Pp^1 \#B_jJeIc2z2MG!Ztٲ{(GyG<Tb]詄qa!Ȁnz}l:_@98 <0aIk^2 /iRbppW&ɺZ4()QOz'Nƒ>2,]$R`4 7>*뷍o~i\zкdls8&|2-قu]bt{GФ-Qy -e^o͂1#uZA24 _؀-hhw&Q5z|HIW,8>w4MxĠR$Edl[ˑOljuPWzUn//T ` `3ba`{RJ&V& ci Y ϲw4X@K"RH!&vʽ}DYrWD#| ouOY)&(n bA+9"6w#*}{ޠ3{=Q;[qN+/ڦQ;>/!JK& ;Y}v(֬[XȽ9CuEϊ9.f [}=ZC&Uz.LcF1Qca,Q~c :. A,Л%j„$sZX{.k;jd oC-M̬A5d0-B['I-]^޹RSI㓢I ) |O,-q$ۭ]ufEy(ollqh5,SV Eb4*|>#&d{5jeT'"-Zg I&hg{N\ɮv|2үLvHמ;~妕tgљ#e^&nyg(1c!)u_M^PzѼ0 >~8w , Vd+ث "LӦ& oxzS~eGSq8kUtzhuO熡}%b$ϒ?@ [,aӶ\yݱ)_ 1Sg֌#(;un"8@P=Bpxcv-J-NzK< /Gde#T6ڍk8y;0B` [Q-ē);H!=xiFAǞfU1bFogK3 x`d`nVLpoJL46ovV ٷ1,w|8c)ъỌ̇Oԗj4d=JM!L7󮴯_r1و>n3[hʪ Wy5ϣ?+l#E?w~wUTr SmK@yh=ohb9,g~*FY-a% TGnx4su}:3[ds(U2! l3t&pl5Zg~`<@#5jZ dmtQF{:<[>m̙-ݕJp0χΉU=Tc37q:hAJC[{"u/ܔ}mL=Kuj7ttⶬ~r?B*OجcͺK@o(FR6ݛK$cՑf>/@k335K+USt7^@zatE_*6wu);D {8@v0+s0l0 8U4 N8ZHM_}q/~!{T/r {amabR*;,3jgVHS!p QЁt"WӿY >d2[;.@z&MIx'Y3Roˁy|&Ic`BKbDwdE-A6+_Т:/+=`]MSd2X݀Cƚ2^i1Z8d;`Oy'?ǯȔMgd&tdYӅElor5rB UCpEʧZ6\|ఱTNwG^zUfY`4ОBQ>ցi+GyZ" jstF5{R=@q P_5dDMznVJҲ= (e90.9Ʈd.%"!,+#8 Ap. /٥\^,GRQzlDrٟB΂쵰,=ɕlXQ&EHhFj4*՜$Z+. /D I]9 ] A~J OY .:\;EX_(@AϻDY77jܤ5zo>e19$ZrHGmGGmYxPOgdDl2H_EZ>o rSo?T239sV|Ef3\H3 .?ܾ L ݳ5)7@ũp{N&] oJ-zY0TGy 1,J$ J6"醴"w>48ؙFVt\ Ђ&}$V/h$uyBR台$gTӏGDUw, ŎĎE!WJg(@+5PBy2.ItEVi`o{s0 /(nv)0+B1aM+Zvj}+y7%#/" rހKS(n̨TcչȟM2n1y o1'GrPc6a;0d45L,PuE`,u/sDŽO#95 БZ}l0w^޼Gd+ZUǏ͂86r^v?,.F?/`C ^d0캗Ճ}pO_btCKM}=ƌ1F:bE+O9cEnU_/'-g&S0; |`0=o?U-nIQr7Vtj  PcW0zʐq E~7{}-9ѽzk_K {TFCy.jړKF;!-%((uăn撲v-MSS#ӀY)O=,ڊ̾uG9^{s(ybTKz׶~?N2lga^0"IacrAd/C0 )ZOhvZ)xc s7 F&<"y̿y/檔3ݼmا ZwIGCPr,7X$a[ުASWg?#eao]hE@g==G8U5/]ԝx|qAuqb\ՄA2ޮp>\B 2sч,4G6n(Ä*`".auea&JqY7i=)KB3- SSj;8|9 <"vۊӳ|g-ڔ&Ym+J-aȡ4og_Ҿj5k㫯D];O$)OuPdѰ(OK|y%,G S* -{ <|ZIӮ(v\ڗ[(m sul,!VkP 5,j˪/4̟DZ2W07=R~!@nXbڳJ"hQJ'{, s2헤2v2gSǔqZzs37}: ɟee:j m6.a ~uegֹj&2NEpޏPJ(Uڥ"c)'J)@Q MNq}àKr'eƒ-/ @E?#Fዾ>QdXLvecM;W;fj/5ǚjh-vs&.~iBzHG0 <ҪRqMҧ}+']db WKoy*j*@j-tlr +kGYl쿷cDQf@ >dn <XSV4 ccĀ' 1&1W ΤǤj{[xa1e%nyٱn2]ID^LD-a։1 H;VqّP2b ?*,*tR]4Amf#qk$CѠB;)_YIO Np.XQGl7M|>Ό/БD#2bsO@"ƽMB/`HO!!` aT"}ö8p |28*x2oБ`c=2i}@y9J\}Xi$rѼX؃>t5@Bۚ&&r ?W3ZTf{1]c8vjԜf8h%qк(FޣU]Dt&)*iύ4dxf"/suZ"+"v|л`$>@|'C u@-*=_bGoɽ,Xv Q!ҬfhZb_\b!Q]س.x$PcIkoBK4.i'Fԧ !]]}a']uP9,tIB/x$`4mQf[G#=_uO? ^y"+އI{৘xCG~fS.~oj+f)&iӄ|w@D\tTA򁰧lrz$ҰQo0&kZRwtZ3zQ"ѫ=(}=y˥Ca6/OtvZ2N嬵_<ػ4bfb [Qᶥ`\d.*\wKiP|l}Wat)KgtmŖd5 C/E [?]05|yug7&KUm K- Hn5`ME} {fp:ZBFN ԏ}.J 7d6mԚ9_@4vzIۅiQ7B*.gZi`/*Û=[2qQJs۸'j+$^G\ z}K)|fbm]ERilHaBmZPn*8_ 4\n3U*}.BNcb=Sjj9J78gO&yx\1||GKP$Nc6V,DC٬ aEiOF)>qp+@T<-BU> u~4/BN)?G}3Ó4-H6hXʉ_ Y],ED«IbֵfEžg|:]h ő)!2 `G-r\WˬV ::a6gV =d>()fМIi-Ge8} ~ ѧ}H03(?UY{N_o,"8דGM ge4Mgɫ[m{#Sv1 Ыp33Ԯ&+q/D k@ :fj7"וӿUeљH̚U(ІbU 3GvD9,nHin,$ta]A2ҾO|#x-hsw{ͫyi(ND YnpB9?= twSAMD4q`\Y1׵p}f*~ˡ d`F8@xw"7:ʛ)rX9!pt0$bqVGl~3 !/._0#W#YէK~:B c"E2\q!N^&MŒ?5N;Omt0\QvI]!w0 cˬbV77gYlUedC3UY&w &;%؃6q:P;!N #(T fY̧G+P31ҒAw-׿qP.G(.7@XaA wiVL+} ՞ >n5@ZԀ46EMvvqk~A> ¤ԁvq6s:.p|L"z2>Z:n+0\xaYT{整9s"ۚ ~[R8y9sgBupKX0TFJ?/bɫt:DS`g1~F"JtBܟҏd¦Ft8Gs1 ޔU,iȨDl,ph% n5KWS(Fӊ~i:yw^@1bU}*k"O CL$ gNW fsha-NRfǛgaSsL=SEj2({b8,0Y`ha[Cdv=/Q:%]zur(RӋG%8 % KM_(xnlbT2Gr >p4x0Lx}GL%h;<% RhB캚$:Nm،ܶ3:SE–UNGc8 ZDDu9ēSʊVhj[&g ȈM, ;݊9&]^Wϕb 5,HhrZp3Ĺ&)86B`=?О Cf1N3y%1N*Չy'ӫVz !WXUR\h򇡌$˚>da#n N }[GW>! 8ݖv(^L*JKnj:Y(" ++ [mj:T: ĠFP@vpU!#a ÌY.yt1ʫ<`PL\>Y҉q /'bˊ*/poCI'k_" 8R)¼Q}[91|~FvรLv QD3萳CoD]Ҿ?Z$CvDE:rg3JaEMʿXD6Ao+ ~xܯf95;J9#o'J(W~x<@+J}`k߄LV좫/ 퉫.Z+(P~#Mk5CCX1Fzr0J&9n-[X0CK"4ﰘ:}Z"U-)d6erJ@oh!nq|w ǜ#u%>%!ZS9BV l9eu|\+JNjv8cT5{!:e0fbFs *hXDsv5Cb$7p]HDU{٢{d!ψ&{xu &Pمl6:D)_0❖M4Xy5OU h#Uy>{ ovLbݮjCI [{C ]FLۀh8/m(*^$A9Ld=&.Wo aawth?ZwYX"Kjj 2s3~DU0?dhJO~UO_~GMnub6S늌VȀǾu$fj roso;<+IjʛؾN cd&??Du1me&In{~lsl]tMa%Z'"$qg([g I-5G06 5w<<v` iF 0cXx٪+P,\){xD,14Ϫ؛0h6 J ѥX_EyD/g5`!XnR KgFj)$[ܦyt-ɋ3f ۾ + AA _Ѹ<&u b6|.#L]!"pwܖtryf& ^wn-pՈmieX8fETA4哆Q5㸓EViHk;A1 ʭδdNsࡰ-^Z w~6 A3yH5"vfDԄ-欄yFɜ,AYdLCEzb )Kf=¡90_. ɚ6xNCv۸@>[2)D%h >yA):kHAz`@@tX =G*c%3=eJ!.ZUj-_XlFugX L)Z8rܨpS6U!v跿O %b:tcUD}fǻD5V 0駀 -a67\`$Q>>\02Ta.$b9@ ,\fl źB$/ z(ӵNp/p(WM<.I4ŨAPaf97)!g;^] +nKw?ʮrylCNRRRrNޥDK3cr RW1׊:a?U(c\m9 _INgAE' 翉aI'm(%2q1ϊ [Bp1*5nXvΐJZ/E!'sjK|էjL8aׂ-OKH:×@<®?}7P;ż|8:%}6._gH 8,5jГ¿b+AS"̾bSڧs\7&cձXAX{h=c= VmMT=rDS."LF ܘl]y:t/{,(O<} @7m:>OLuS\.e֟w3 _G)Z}!@<l,kTe7&+^6p-BSx2 |^44EAh6^B09М7@^ߍ:8mz:?ommnS9sf ?}Bnqנ2p}soṞ]l(~Aku>kЈ Z Jf;Iѯ}34t} "_XŒNs6dG1-CE-F{h1UOJT+zW=EthLXP\=K—8L2Yʇ}#XsPZizs:P-Z:ҽ_R%Xh<'MfX\Z(w9MK@U13@q+)4go;%_H%E;0B0<$rYct sBMf LGnP0A0(UuX0?@-gD{bUAwU~~WvvQ8 +Tq u=ʸ)@eͣky*7›$2ejǘ%8Ҥ _ 9Qs%@|,s?L8?a:IxCTNk^$ў[Ljnr"zU%BĮ̑M9h(g\OZJ!283hgvQrWO؏j6VjCbJݶ)b-\Va\L$T3F:CT%Μ!j^wȻ/Ha;ljLqbՋIHZ 'uN0bK%ygKل!~q]-x 4R[q7f9~|i>xV>e nV~PiHֺ<%BQTWT DN]/,Mth2 EAmk62vު'v\u `zXޕ~i/@JX\ Yrí/P>B\bx[1JPє}{/n[f)nXl*,CC7D6XV]Yg4(l6`dRj0<$Dxo`)B,-j"MBP_ w|=oY5"]W^i.\F!Nq;l\Vg8YW@m2Êgd泿@'%CoL͑T%XDUq/ن=F8G;vQؙ"Q:~Ek)~1TUؾҗ[FlA_.hSZ1*chhZ4Po8AR̝)muzhC=@O*. v""gCծ>E5 ÷$hh 1c.TF~׉-pC "؛\G1 bjT=tmc)]TGX>cmm)e@T5du>y 1,|b@hgdj-d6Pމx@=S˧ЌZU]4r ~n& V!MnX6uw8~ 3XJv{(?LP͍ɹD~t~?I|BlWD2<0¦+l4jU@fک9QM3N<*s)¾xԇޖIYL:A%#!ݙ]E3ZqWZGwY=kbN=u2ل6:xLeabWV@0jPhc~ŅrH%z0jYma("APK6fXF!A!Ip:ӓ[2E 9*a(,(3䋁fuPd=-_sl˜a{UPGvܬaQz o'%S9]v[2qc4@h,7 j])|)D@fNk ^"mxmCtRIǏf $2Dǫ%C+9(rl|nep ˇ % eiy&N?6P{ļ2b;Jk<n'ufP%bux_R(N̈́\=<>ʔ Q73Z-1܋ ļY#H [ 87yG;XcI"E;=P8>:D tRFpc\UB*+68\|_g̲ghe-YX:v&Ig=+* ~d};O$ ›^up_qmXȯO͌n$FBSɴ6 ]^#>.Aӡ-nobt`׾HGVJmQ齺>yJM4,)s-'bq"X}OɎ p>,sco9KÙhNЊo6.ulAdk8e-T!/ =<[k_k(`3a?*;vqZRlAך&xXb=D-ɥ ;s z'!\`i<)ArI^Nsx \l …mnIDRTO2457Px2,ecxR0 jl(S%^` 'eGuJr ,X YZ