tiff-4.0.9-150000.45.41.1<>,8e9p9|=w'o0V|8d~(CAy$ב?{Z] %JwES@)'&>SL]`2H);4 o49i٤3Hr GҐS_3MG? .$}۰Ih+^y  @:tk:Ƴ^ٹ` +nn_%RG$g98x"u( F/}秼.$q^Ӥ>i$?id   Z 6\blh  d  ` 9 :=AWEE4H0HD Hp I (I8I59J5:N5F3G3 H6I9X9Y9\: ]=^HbIicJdJeJfJlJuJvM(waTxdPygLZzhhhhiCtiff4.0.9150000.45.41.1Tools for Converting from and to the Tagged Image File FormatThis package contains the library and support programs for the TIFF image format.e9h02-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큤e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e77)ZO@Z= Ze4U\IW(W.W(W(W.W.e4W.U\I7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)ZW.W.W.e4Y! 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 1710403641  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.0.9-150000.45.41.14.0.9-150000.45.41.1fax2psfax2tiffpal2rgbppm2tiffraw2tifftiff2bwtiff2pdftiff2pstiff2rgbatiffcmptiffcptiffcroptiffdithertiffdumptiffinfotiffmediantiffsettiffsplittiffCOPYRIGHTChangeLogREADMERELEASE-DATETODOVERSIONhtmlCMakeLists.txtTIFFTechNote2.htmladdingtags.htmlbugs.htmlbuild.htmlcontrib.htmldocument.htmlimagesimages.htmlCMakeLists.txtback.gifbali.jpgcat.gifcover.jpgcramps.gifdave.gifinfo.gifjello.jpgjim.gifnote.gifoxford.gifquad.jpgring.gifsmallliz.jpgstrike.gifwarning.gifindex.htmlinternals.htmlintro.htmllibtiff.htmlmanCMakeLists.txtHtmlDoc.cmakeTIFFClose.3tiff.htmlTIFFDataWidth.3tiff.htmlTIFFError.3tiff.htmlTIFFFieldDataType.3tiff.htmlTIFFFieldName.3tiff.htmlTIFFFieldPassCount.3tiff.htmlTIFFFieldReadCount.3tiff.htmlTIFFFieldTag.3tiff.htmlTIFFFieldWriteCount.3tiff.htmlTIFFFlush.3tiff.htmlTIFFGetField.3tiff.htmlTIFFOpen.3tiff.htmlTIFFPrintDirectory.3tiff.htmlTIFFRGBAImage.3tiff.htmlTIFFReadDirectory.3tiff.htmlTIFFReadEncodedStrip.3tiff.htmlTIFFReadEncodedTile.3tiff.htmlTIFFReadRGBAImage.3tiff.htmlTIFFReadRGBAStrip.3tiff.htmlTIFFReadRGBATile.3tiff.htmlTIFFReadRawStrip.3tiff.htmlTIFFReadRawTile.3tiff.htmlTIFFReadScanline.3tiff.htmlTIFFReadTile.3tiff.htmlTIFFSetDirectory.3tiff.htmlTIFFSetField.3tiff.htmlTIFFWarning.3tiff.htmlTIFFWriteDirectory.3tiff.htmlTIFFWriteEncodedStrip.3tiff.htmlTIFFWriteEncodedTile.3tiff.htmlTIFFWriteRawStrip.3tiff.htmlTIFFWriteRawTile.3tiff.htmlTIFFWriteScanline.3tiff.htmlTIFFWriteTile.3tiff.htmlTIFFbuffer.3tiff.htmlTIFFcodec.3tiff.htmlTIFFcolor.3tiff.htmlTIFFmemory.3tiff.htmlTIFFquery.3tiff.htmlTIFFsize.3tiff.htmlTIFFstrip.3tiff.htmlTIFFswab.3tiff.htmlTIFFtile.3tiff.htmlfax2ps.1.htmlfax2tiff.1.htmlindex.htmllibtiff.3tiff.htmlpal2rgb.1.htmlppm2tiff.1.htmlraw2tiff.1.htmltiff2bw.1.htmltiff2pdf.1.htmltiff2ps.1.htmltiff2rgba.1.htmltiffcmp.1.htmltiffcp.1.htmltiffcrop.1.htmltiffdither.1.htmltiffdump.1.htmltiffgt.1.htmltiffinfo.1.htmltiffmedian.1.htmltiffset.1.htmltiffsplit.1.htmlmisc.htmlsupport.htmltools.htmlv3.4beta007.htmlv3.4beta016.htmlv3.4beta018.htmlv3.4beta024.htmlv3.4beta028.htmlv3.4beta029.htmlv3.4beta031.htmlv3.4beta032.htmlv3.4beta033.htmlv3.4beta034.htmlv3.4beta035.htmlv3.4beta036.htmlv3.5.1.htmlv3.5.2.htmlv3.5.3.htmlv3.5.4.htmlv3.5.5.htmlv3.5.6-beta.htmlv3.5.7.htmlv3.6.0.htmlv3.6.1.htmlv3.7.0.htmlv3.7.0alpha.htmlv3.7.0beta.htmlv3.7.0beta2.htmlv3.7.1.htmlv3.7.2.htmlv3.7.3.htmlv3.7.4.htmlv3.8.0.htmlv3.8.1.htmlv3.8.2.htmlv3.9.0beta.htmlv3.9.1.htmlv3.9.2.htmlv4.0.0.htmlv4.0.1.htmlv4.0.2.htmlv4.0.3.htmlv4.0.4.htmlv4.0.4beta.htmlv4.0.5.htmlv4.0.6.htmlv4.0.7.htmlv4.0.8.htmlv4.0.9.htmlfax2ps.1.gzfax2tiff.1.gzpal2rgb.1.gzppm2tiff.1.gzraw2tiff.1.gztiff2bw.1.gztiff2pdf.1.gztiff2ps.1.gztiff2rgba.1.gztiffcmp.1.gztiffcp.1.gztiffcrop.1.gztiffdither.1.gztiffdump.1.gztiffgt.1.gztiffinfo.1.gztiffmedian.1.gztiffset.1.gztiffsplit.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/tiff//usr/share/doc/packages/tiff/html//usr/share/doc/packages/tiff/html/images//usr/share/doc/packages/tiff/html/man//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:32960/SUSE_SLE-15_Update/88a687021e178f35f8ae25e2c15c0344-tiff.SUSE_SLE-15_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]=e7d5743f5bd8141259883e51a1118b59d1dc30f2, 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]=1df6c7aea05f41e2a54532776e6cdba589d79a21, 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]=00e2c4789a9ee6f9d51c199b13cb691e8c00ea36, 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]=fd3c05f3a0f5036bc0df0c5eb14d362f697410d3, 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]=9e687337a7c964efb4fca9c1b76ea5391e055a1d, 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]=3696f5509bce8f81876fc6581e4176963a0277d8, 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]=9300741c66987a565fbb8059d4df23c99045439b, 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]=7cece92706377f7b9dfb05967db25552159d4a3f, 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]=a2b01605a23d8c8b9cae713a963e78144e7f7294, 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]=7a5c97d799928da8ec80c0928fb8ac722708cb59, 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]=76fab0684e3572ac9965092d7d1accf7acef0d18, 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]=fdbd07f8413232c89fd840c2da54d911fcc5b092, 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]=36b921289e1d310406fbcf2fe22f218ccd0b1894, 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]=049175ad6a511f8d2bf4f0bf2686ac8e12353ad5, 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]=4d3264dc7872eb3cec99d82f0110ea535455eb49, 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]=cfdeb9a4f7083ade82574b18e59cb4fba68daf4b, 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]=59dfa6b656aa2e399043e53fa6de1afa55b05bcc, 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]=1d63c333a6a342a00a16b3ed215a561dd2cf9127, 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љaFR%GZ\E7utf-8ca38c3b93bef1e100130601fd2a6480d944b02487735940fafa01f9e620c53cd? 7zXZ !t/oo]"k%Hk+%Yv[#GKfP1!Wr: x'n?1xr?3DY_, m-[C,)aq摸ȭ zlv#kuxR6s3! T"zlYw튽g-H+V!g 3M_3WLGω͖6t;c~7>y qy.-cTO&I7]H![eg3) qߴ5R?I ޟ\\Kk܊0C_X`1ПDQŏdbm2N}swdQie+KYoZs0yޙSZj?u0a=QlzH;Ԣ9UGtMYVV!^JR ƌ=,WbAa~`Yu p. d:+*aWl_}ws]&#^B gQ;h=WǍ?6~Q1d\ ClJ*qy)22"ٔl+g_3rmSK#/x`y]AUvEblje3p7gTBwInv+/sSN x_jܝg=+{ y116}G^A뭷MĎՔ'iWȶQ0XyCHg>p_=:ZO cW[i_/pˆbOcvD!A24wFߗ fn8Ϛrއ8&ICGoXs_fo}I,ҔeNY$w C_lZ:4) ~@Z =ӂQ }M@BӘua^.Wx.!lb,h!]P*ȸҥe,]NAG[uv\ʈc{EAdq}pNع\{x:h/mTE7)".h$%x\/N4r2kA^_hvKуT9-_3t `RFE!JaM 24j±Y4~Z2WqV.75e-/^*~t4d\,Z_(X3CxGo a^5 K92 +EO7k$QKN;'*z:c`"# ]FPS9I@%ع} [7A_Rv@Pqҷ;˘ _ j'7dWage 1kdhc7Ofoh"^j U0u6,Ҏu*.3-,O?@Xw//ϚNz;m^lbs}35k`n[%+yWf,*Ne ؾe[_:T2UL"7 жU`A)tɇ{MHW=s>0|E;(he )z d2Ah{} d<drA$TYfCp݃EZ'_T2`\YL8pjbmhZپ^D Z_^F/R~+عeH~%῭:ת<[DLBŞg/ jͯrQ#/qKP]7s:M4ޅDI1}kÐ~yۏOUa<q+eN@2ڌO 7ADŽ~?Ol:sdf6G(j=AU tL"?9 tO7u~2kDw'a㽮#i_I)u/3@\Vkjl~7;u&ϐt`h<1YN2%,'M*P"ϼ21} i4w`FAU'of,*K t$.UaN`8f; jn5uݏ&#&cRq֣f$W)HBW2K9>g SC#at?^d5힦[ [0ج@m ݀N{1۵Punm*#M'#jOB /ꎡne~¼!qK 7,#l?9$NiJlo,ί^87:UQ˝Ĭ}LǠ  q@6S:~_Y +w>ٷ3j4찬Tdž݄9xNIM+pSol.<7zu"%; )Y/c_t\f6Պ :Gnֹ^tVz;uc \mkPV@k~MUnPm"<:;u\yDtmW=?( FyNpAY?ȱg6Zr@o|ұ|)q۵6Bõ99xo aInUXr(Q8X5Xd(Eqꌭ$) 7x23lQLlzd|gqqr= |&|hG^6{<P.ZB]OsجǰL$UȔݪ%ESmhyF=-T}7{pJB:> v\iM:.gl@̄(T_8W"J~Wf^'dM0Abhx,%uԻ4_kBoX;[~{x+voNM Re÷J5%~oT~_1!j<-bnC7h]] 'z)^RpqmFBrO3*!m g;J3%"F 8$ZWFx !PyijP[U Ȧp=Ph9F~@ v@'%FM HF״P9 ٷvK}3|”/ޕ]Slh)E%prV&*uƜL5򕬳{Nwc:49"hXko ߋYh-"o?%Le5g kB%f +q[08(5YِZRѬdPZ06c_)7g^TS(4+{>\ޜ# P ;cNO]HvALQ -߱oCV.csMШ,Nm| dR{0}Hiѽ Җ)NQ1iIEܹ2\nFx3BXF/4jW٘X y7E|m~)wRQ L1j<r$3 +mU x H/sz тQ>JCv3d(|ߡD~ٽeF{ ĝZj=5\;Ю$y[6u6[[}o!Mmj*wr*_;5Jڦi!xZi⏰6#jIV+ 4C['%';זUSVke|Q0ի2HEKr% *GS"iL~KIEjtFO8cw ;рՈNqR: mK=q#]#?םy3w. 1Kypfҙ ؐ~{r@S"pAC3wut,AQ"(vf,zo6ӻoDU 77Hh|(CQ_V3*[匝cn]:r96\CkAۻm8_|^-@a :nX VO9 \&+iuc x(!g! ꄉإ:@y: E3ެwD2R_T f+5!]G\ 7{4w3oar4((oa4N Ix6aR݈ɑ lL8٨ AW)'8|ĤoO8Ev*fdNB|fJe>' lD,rk %!壭pwmhnkF(/7\G%Z'0?8)}}?Lf{綘['cmhJy|w{~vZt^v{l h'D-ݕ/]*"(W9 U3.g/Zzv>w^hl ,19 x6^?[78WAy|AGdCS#˽dFtuI8^~yB=˕P9`%dak9}H',88)Pۣ \2O ~]rd^SGP\))V++ZlD73楰qXLJZy%Ӌ! 8MxfS1͆ İފ|$41қyitu@t*QJ_PjK Ϻe@V).JA 1w$, D_ Y_2D@fvH)PNԩʃ怏MY_CznEgܪzFP3׆ޤ0iG"{$,$ GW^X4k_^Hs,E_>Py[շNIf;FDž7>JA8Hb0^ZTFL'P澸`^5ƕXٔz9VdNɒGHN2Op7%[^Qm Nd*Uuǥ &Vx>=r&`{ %LQ :i6TA+S\Co =u <=H /a* $^5,ZN b_y_;n`C}|!~w: ^߱2XHp=Nݕzky<uTn;X"}@)#lXKwLdk I%%[P_:ky|i{<1[>1$?[!l1t\K;j߂|/0gԔ 贍 WhkIhv|z-w!+5oD¨XFjM-ȼ>)4Jcu^;G̛}]!D\nqHZH98_`Xf@]ԟcpX34/>)w9I"$uFm0jmmXDV6`&F'`FR<,?dL 岸PU>ϒ[-55Ć+&U`da1"pO*ems6exy%"$W#u5Kh}ei; 6MXޘxeyoqH3BLl9+_)sϣdotw40ſ\W` ]Ӄi-GȞl>xOvQ}:Ji@l&XWE6Ad'wbקc[B*̠XqWmn,;IJF!ixIJu '(&95Š~#cˉ[zsӂ!Dno# Zxsi߸Mî߇K3# ?^Hݭ\Ҭ֗CsHRzkn3I TVEL'yiF=S 1|$if37gkۺj^0}A>j]+AU68C5ٕ1gkE=ˍ+? ":SpEZ1&Z+H ]ǼhlfŁB9l Q_-HSsO2& C y]fŢ4Kek5?aQJ@KSzCnJЉ1YtG0oՙZa :7<D;D#3?)!wY1%2ݙagC M4:+ ŨJY\dv҃H˒%!HCLd;  Y:$âxׁoЙ¶R?Yo3j!8UUzү w*=\7Aš1ip e5NZj WCvb3YڋV;oOtH q95r- H ]yYx.JrJJoo@`hn6* O~pM'Pd}7s:T/xת:ERkY*D-9]NWH9[e{󯏲)& U֔0^i2Z5^D{=GB>E)FeGG+?i.]ً71 SD@UxJ%͑jz%^ yC"LS{ CZ(Ӷh;[y#GioƏ6e'E1+2aRzR<- ¼ӕzIS€ 02ֺx6k ơkh4mcs/scژWb/t׃o"7jKف_;haAU ľb {\WV[oUDh%U#{“#:aVbTE'Ν9fD`lY]ku=4ՠ_q4Q8x5TH]eOmMX6y&7xTōnN=ZOV=Qȑ{À%htP}8⥂,=8[ fF` z"B:* J/.d h x{R/: ~&O]K;}12΢N>uM,GΔ`5>'-"yb֣K_'2̂_%DT\kKmc KSǫs|ٹjoϿy9@Wn9-pqED H)c+ۊvSdQ!hx-+{UǾ-5`mvPwNGzrӐWɀӯ(s( QwubP[)`Kg$7Mf*5 5 =ds7`*vɱEGVuϜ :tKxDXNMbYVJ;wZ\8([g *C%d_ᣚI3gWMw 02|`bh3cl~3x9fZ1mSi k*)앃:['o,|M]2@'jCp&/>\F[.7{T*9H=D#>/ҩ[H*6}5a4O@}{?@.c fn7FX%8ZOM'%5_Yw, ,sd)tD#HCKW۔sЗuxfsp"[I3 eODžjzPwGgrII{?NV YBplcA¨v(e,B;(cܗwfF4 IJ^T4EӚ'b!K`y@Zuo`%Xn=86HSSLxtEYU7Ţd!p#5х]zntj@(ۖ鵩Qa)EU*ɞrP䟁dǢw?20M_іΞq.,n+iĮ 8+"n`?4eX,Zݽ ҷ/[`|˩[i# K^ PеO^p*σ!f蟉\y C=M&GB9jJR>"6'!2F;^Oκk R,*_u*A[j٥soʦ\7-Ɏ cI>OI)вNhjkeG34Fy.3[;p S:KѠ.Vdl-JJDGCļi`:l%=bi[vKa@]3fwt;nxBH$ /`fe*Po o%hW}|.GMeBuX])*eWݱ*&6(; f:1T#nr$:;"4CBCjh3H{.URuI~tX6)^* #Y@dW1?Q LN!>Wqo/,c)oHnʭ0'$R:?4S|Uc5}lsU jihh12?U`2 -񰚙fPI8z>‘yZʝ぀ބʻ$A@G=bp!@ n>d0)TFW2Gb5QZs pJX;(/ uʺ~dXBN'yg}1?hUoU8̒31Xlj;AE]h;-B.eEʂ$wibh!¯^%f~Bu^<͕WikG|2%u82!XľFMZV \c=RH$aIuC|!A)B sѧcazo<&w|*@Myx5j|hI :Pӗa]i,sG]ωf.{k_z@J(* -(f K,3*gmHi}1 KfC3 97ILft88fp}F2gd"pLx^4Y *,l|޻ĆxqDĕsMqْ h^f in2AY}B[wq%!4ťP u+|b_g7]{&4{E'R({fCA^g\o%QC19j@LRr" hQį5g\OZՕg@P݀>QmYkO` F`9H`#Y';hC&y:F{m}_|M:2gJjl#֭F AasVĦջgtS :`!$ +6^eb*j`?crSqو lWͯ]Jx;=99 +J&^o2p@0a=epcEDrV"G+")ǭMQg$\إ*"X30frhz>2.1t0|Q_;qf/G~m ò Wgm,R8~X;"v|]]H_U3!J`6:ERw _,?ŵZaЧuW^Lpɍ'萈 /7XN(U a;$@XeaZo$IU)[y> kϧmNLpZI93fhE P;+I%^UV}R2]0h> zGp3E5DR]z/pm?\J!HAMgOŜҋ̩)d47X>ȺͨI5|5z#mOz/ŞSXaroOgL-n M2G Gk.̌K8TI>)@8lԋmx;-E!-̜)^$̚߁<ݣ! jn!Gȓa TM fςf˨e [ 7$_fick]qHx Ng)B5pp!,jAfw`(͑̎0UbjP1iK΃jG Ax /\O &3(dNtɓSB;}!q LzM00(;?e? c'=F "_ * eӅwx9tČ}YfÏ%+D .w,Sta6]rڗt3L8w M09X &M&`5uN"eBD_r}2ͽ\$ ۂ,Zc7P}vv=~쎉ڇe}n<%vNhM[] %3lS!1.7ظ>/CLtN=_HYԎ'~X~V< \\‹l7wHY_t;NøEcC4I׵mjЏwJ⌰N]bS_b$T,dRrA m-էlɂ@uO \|9uP l<{hdFPHwOg u ,S@٧t2(iM_V5f]S1|̈cAװN΄Vz-6Fݩޏg h*9߀B)$ dI& F.SmeqS"f ?&ɡ&׋2t6:^7()$f,42d,Dq ڎq / HÄ7֝PB{چJ|+7/stj?_r6uXAxx޽`/[Q %G6CK{'N'`] ~ k i$:K uψ/#x>g~P SӇwOI*kYB?e0RoI"/{HT3aidGwUTEhSI=́ך` P3;IIXeٓ,,M 7öM'Gau(Uw_@³)Q&YmN?j|ƇAb|~+퐐tMJ3plQݕ392aC%BUt<YdCK(P?ak pUz"2n~#NK՛6]n$dt){QܔZ/m|\`.*-ӿDX\~W'z~7,kO35 4')d9ŘD $F\vFkUoͷx(+ 0YL#z2e^Z9C}EhrlYqr$\eenWU [u}eҠE8AJt7:aqku2쒈CnRA]f1mSO@/'-jS=\G+5eG(ӉTR~IOyy+\@,!DT%Si *H!nu7~$pNϊv o&͖`8W$=F AE|& W5pguqtdpzz#A!zc˴Ǐ~Q,a9Vv!0b{-yOF)ցXCs{)a8FQeZ T7UtLH"ky^RVPEKx~rsTOE/k$/zֲ(,Asg*Bhm0!Y?%˷#XF b6" p Lhq F_U^xKE"E$i d?{R$~8| }}o8][s6fN4eU-8GrLWw{!dz9.ðCOI{ePz_bK@G~0ٮ&3y۩@JLD3O ᨟Bn7hd3dc݊5Pȣjᛌ@> (6z O+s YnW;`]:D(=9TZt7/^B;-C *DLLW;X"OTj;P"HX9dV낍|ޚȪ} PvA&W̋̀bTx%oq T|PK<hVv=6n h+jJ<[-FV Q4F _+<`Dc`g4)=/-`cOݜP R|XXBCbvWp6ƌ)56LTV8yz' .ѯ_e>W FƯKE`F'j|%>QTMe~?'ׯգ9ljW|G~MWsv\(.@,C(/)[Ehsf^}okZGi>T@} (}Z'*|AHat&B7.d2©- ]6$׬ | 1*~l?w8GNYB26Fc~fX)7|6BM삵Cn>(֙ÐQH0,YRHFoj+bO;O|.eda^'X0GPJh H:"vֈ3~ .P VUrbRg^(@~H3}=@:'&au}5 lRB.;x]>gSMo#qV淒pu"r8CLgOj] KXe\H@Cj[;?9nʑЬ`h[-(tͫz$hlw;9!S:=ʹ[\xɼ/`W7^8M\W' z)oUI[NΗ PsGr@t/!`ߒgS1םJ-B,_}ҡĺY^Ei 2DMBk87}fmwU**Mbwu I;f5z#JT;؏\OGfJ2q3FJ)^#[{. _H"7tmteU E׆!șx&l<nxó+mY^6蒶CC=/t=jDf'W-,kټ`ah. c8 .)Vib z:f:uYlܵ.NfDye=F;tPdz=c9H9m0AZ<Ok,bY҈! )^\OYnZtT]Ήi~۵/t'H8apJV~'|dȺU{bzóIUv<{>u^f˶ czs=q v]\p܋dHi<6J. c4`AOMlezt?<\ Gb=@GF &dT*OhTiUiK {t$J@l'[x]v;(som ŶBHXrX}.Fv/#,ֲUWc7%94E iPyh"dz`Zru~5Ycj|V wHKܦJA /'*N/[ig_|H?YfӲ_s]w.-g݈A {$ %UxSdB(,at՝[O8A\ثk煽G%EQ2nNdNx`0߻7[*Tzc =p JPT*J Ӗ'K!LHUv}U#ѝW`gs lP"=vv(dyCՃy%kəa@k˵u!VIWW@*= _/; PB(+K1Ռ.X,rINBW"oOM#rt9W}0p=0Ɖ7c W}.MH 34%'ZXZ,5ceĘ|[V)ϳ,i̥ųH_qxzjz1o+hzg?=N9-K4'nh&5锤 QU1gV<~r_4قŦ%iOf$6؂;uoх3p`j:j n[OIC~' [ gT E J~T2vv $8*B^E*jXCp3S4` ;@ 1ijG;U%*^x Fh^)DVqO~{.d3j?8?`m@ bݫ3c][=I 12tʺ理r1džV,o!s#h<>cǕBk?kPK̥2?)}]xQbTnұV^Q8_B'+5&C3ڈE- !H`P=oDdsQsrEmdG_uhc!Z]Lif8-a|#b;$ɳ:&fz"(|ʃ^,| 6qw4"r]l>;@l"kChع_Z[ꗭS H2JGP 5ԭO(?X۾{9P*-@dfDmz RkN@r~y٫Lү`m *C+T)ZFL q 4< [DaNזhԙxO:Rp]$Kv˸]Y yzmR6Ch{P_nm؅oxD-S@5>ae*w|=h24_?",i$,ɲ XDe?U _;gRI7OŲ".}%؍Ίb6~$i @5m wUuC xBĉj}J. 72JRIYfGwɖ!n XG nVw]oN:pv%(1P8赳qpǘ9ij\HJe$! OR* ,YtE,^l$K g= LX)dJ=MSÆ]k$7NX[e 0FȓŒn\6gEi^o?̎|V 3!wBM1h] ԉƳ$pQfo>-OylގV_w-H?(ѓ3{Sƽ=p(ٿ~JB^)\LLPbi'>=# pWAs+o P6vaXFRAOFf/NUT63]AxٶrED{Nh(͒3 0>MtL3YYԡ3)V='oi{Ga]^3 $>a0ia<$;x;3ŴJ&niЫύxnXH~:a17u/3EdBWj}5Xw*.ҜN٥*&WCնә"?2+ `fE;*Oea&g.N{Ϳ(G f%<]Xג/ u{!Y"5Gl0v>EX! -k*es<{8[w\wKosn3v2j[e%ׅQ_;/ ejh^Ψܥ{cmP y{+"\̸Tz$F9 ş$_u ͞9.ŧ-j a zMmQ0g"daוJ.5 nfd{*oџG9ݾO+NH* X5jӫ+KB\Eàd(۳ߋ-u|;b$#':9M<4:r /Kvb'jteI1 5wa߮`aaʽ RQ$50Eo%[BŞmbFng:v*7@pN֨_ EuD2.DOMeٶsϼmLqf?巄 nygjp`Gp<;Ұ֣- 4@MxK#w'łjGhaRKYz5^n9І ȝu|r IGSZԓFq,Arwu@{wkQ),o;DF/w/AZ__\mbMp F8=okQOuW?|H^g҃% [ێ#[uܥGP6s+, 'YU&Qfk)aH)PڰJ w ^;ψN^Jo$,{ LL>]e7.˰ .{RQDnזb }/n1nI7l= Iekd~\ %wن< /xi`Hs9AyZi#e fT2nBPG=U)q^Xz5-]_ߕl$xh1i U x˾)[:+wLţeO@ZQ8Bx ?Ͳ-[MmJselT7؉,C N=p"E2+NZF1hwDrϚ 19/0!$!7Y>(#>rI3%ŬM6q(qH?0U)kI"_Z`cV)gO}H#[!RtYcW-aGo)y>ny=o/f qM+LQ0zq 8R+MK~ ^/YsZf<_<}7~V`tIzyfyoԝc&+M[NGio;dZph`Qu,KݺgCA [Idxh6®hl7^S>Ls8~ՑQlWI1'U OG6H;bAt4jK:5Ἦf?kOD<*f\`#zƖ8Dc?,%\+o9Z[Ui=`t1u ;YHlԎ,|{۠l2wStN;: EM6VTJ6ĬĬzVӒ\7xci! `lG0@1ұw nˆ*{WzFP9x=T4+GΏj>ȱ]Eu`]y"VJ}^G~4>t6,Խ— L::(&f篯 n-+W9tf;1@tL;+Qt۱ZJ@)IsA3B/1/,;]hKMܫ` hT_ r߆dYڜl~-2qr-. *^ IXo6( hpΌGنDSyM$3\3F VGmHz‡fE{ֆQG, >dIjXBmp,ه8kvkw;9M6T\hS(9KuNN!k0(XDzaR qVL@lABX%y[% hj&KU_!P)2;00nqIS[sz}鶔޼ټz׏`~?yCf8\11n)y1B= 8@)MHh7<$-pUuG& %|펊F&K|yAT|~\Lz P-u'ްNS$e`?5",GP+MpU@³OC@_wӽÍWÃee9I?)P?wZ%*gR_w|O/=)z(^\HM&V\ek<4댠ۑ%Kx9zGa½,d3['! 8i,-;v[`+dai.,|zx" Y/ Bh8!mx^}8<ȶ1|6.N&uEEh(YIQn(~ ?fi$q_ICdEaXx_1dŨk!,_P!`ߐ!d5](·$ʠ=e~agNB85Lfյ`Y? 5;eJ(c.?f` >wL,3;x|5sɘ(,'tndUHʅh;rsF7^El_$m-'3{U+ R]BґK)g MTkb:@y- Կq8v "j&`Sn> 7S2Sf4{q]Wߩ}\iA310ri'& J_rϔ=?D(Uz~?Qն>_[6Cb@9NmLUSvwyB`P̧9 "Cnq樂sI=HNf3Y1ⴧ).DW=?eKZCS )ciL8 xZ:>1pW<:Pj2"Ψl\i/⓴Ԃn'yj/'E_.. rB"}sCBj%n&83&o'jz*p6͎E`RWS]nSNϡRN$f;&@;WOAaL(SZHrDr6E9a)u-Ҏx.&b 49X.i8>nӟm.R a^!4 8?'ϯ ff⯑p N 2aN$=Ǝ;eI<+[S5 Qj~&2Hk,,Сk*NvʧЩBM)^Q 0UߗD=HEqtEo/JaMm4vC1L C~Nyc,%]:? wml}4y*;zTEL3gқW,D,rF]yI>[N5?R4O]^3G0xOvi3I/xH ֳ.\ƾSi<_-0k@DJY`,c$D񌔧SA37{OD6/jbr"K˙r38c \Ak"Uׇh*r(^@e@]l>e/"D{|儗:p~]@NN%P>4ym *tV<QcϤ*ngid_)ZZN B&~Ǥ1c?U%R +>M}=ٟe Du9<+ؚWQnhE~Bygn#U"ܓvRE`%> J0qEYQv:"XV׮ ~"c+wQHs2ͧt+S=z@k0R~mτCScB َݾ eYoެvz"EdL_)os 08$T4G$_gήaB̏I[Bܪ@yXC-P/اhEeP8` {8oȢx- t9@d>(`e=t ,Aa+LЌlrv1ci=1Ύe3g'W?_vqߥ+hoz n"rAv9z6"a% ƉfeJ3{6hizɈC(sO[̵oS#mz7S4ymOO{(C32ֶ d0z+2Ib@;f%2W{gT{NBSWu%RpBɏcXn|E\OJq@Xl@ aN{WyBrh̲dRDI%\pT8H``^up%cUyV"?]6]U5{vVu'#Ԛ~=,R4x@>(C7b֖ܠUcn| ^XbJY !'@qHn*^9g{mr?}Vd d#Iuf`,<)L [%IY/e}{/ xcKLtrČט *:,oB[%k\ Ԏ˂ 9(R-Td`F9 ?S+0-pUR'2ri2ls)\U&;D_G*EmqgJgAlP'|k1y x.MѽN]́66^23 {a>yTQ,@[JS szLjA3M7l>WOdynQlw>g~48*XJdT /[`6ڜil%b =M107;h,uѰaX-ԕo~OۗĖ A|׊r7noCnFG&q-$ I0ͪǐc$qPbJc=TbOYм}H]<We#k];]Jɮ?;w;W_% Fk,q+g1c[M 9 HUۄOVgPuKws` ge,M>Hj3=a`,;kԀoSNJ.Z?5e΀֌ a!E3'xíX4)+CBVC40%x?<nziJ.# ԸWړ$ƨ&j$},#੪(~R~~0 ۂCTy;zk \0< q[v6$OQ2(cGAҋ9 Qֽٌ ?9'SClʝ չ+࢐1dCgrgNƊG(U9ΤՃYvdlj*2tE^`Вvn-(/0W@9a^vxty>]Ij+:lFIH&d,x$$cx xVX_GFCnTR+QZh>uSu{j" +(o *}Y)!hBH |JІA [3/[VЍQ\` &?z#1 n򈚍ᬉU#szG$E;~BwH;!s"6ÌlذMz˜)@#dJdD 6LE!q<+aD#8ff* ?NB.ZU=V&Af閭;C}*vi,/3Ni&b\k;ǠP\; "qެ]6 Xs͵jw52[䜩쒮';D:_ZjeLZ}_.& +'zŖ!"qxC@H  }F0LEyf/RruIT Of'_A/ͦ;Y6i!w)cQ؍ O7*<ǃ/U01*gc|5\ " e&ٱ<6EpsL`L&% %7 =Y:{0"T iw1AMN]3 t?)$(O3zf殸A?"Oe2@ '=r!-ob\"-EXeB[E,{OIMkGȞVπC'ߜ=7[VP0N%@ *,dlf۸E<GP&\ k, 24c*8̈́Om?2BOid?w`Aw;:OLD7+qygErgOurU!6 K<5zz.)[eukja( *mJ[*!)=vXU>7I=lȂyq^Fƕv@2ɥgle` &}m2b?,E0µܞL;pfz Ik̢I<)5Hzi(~uC ,}ΖM*W.W*h[HcL j)avg?e5?:4߶FV$]Gi2p@6 rɬ"0d%:\ԡ(wv5 x ȽqC_$I1_u'v ivYm%`!,|T[<7o&vdE<@pѧ+C}|*4 p$?%UdzzFe径P+)8ԝ?0T߆Q/:%f*7•+$N@=L+1Ъp.Pa/rs2bqg+_ d@v-AKUʡ5M/ɬth[QD\Df˧0z#wp;@ +"-O31|`Ceۙ3v xc.Z'4twSҊOI^hu`1P0zIkLhٖY{^a5Q*cyHsWZĒbux֬-5BԂK&zE|OԑEp` ;TMҡ^04"|Î= +.` ɐD[y`M_ɍk7mz(4褤 M'.8kǼ+طWMׂim79hhX׵Z\=W{9͋`h*]ˀ&.ʒOyt6۩@a'VQBn;wY)18**i/!6iL굍pEyyJOn THu48dUx/\NB)C= Ydr .-iϥ05\YTU<D!4z\vR%n[Ȟ Mpp*¡ @#x7plFG"E ~r-9`sA7F$Kݤ/pFZEx#aDv\8x!٫ퟲOnu~p#cȞb&34RE^.JwXE'rv s6WPb%>FUUC5|1_DҼ6[94v)lQ1ךq^({[)R}SX8kaVpXY2 xMRaQ rm#: RWڅY,V)x]LB.GYe[Y&Tl$2gDK Tnn˷ gľ)`K;[pٍ`W 쎶dȾNZ?6cdi2̎tƑ >"#v Z` RܡnUfxa l](˺Ȋmm*7?9E1J&g"qɫթNp Srbo_DKJ0<$?xDHŞgɥfB/\/A}7ć#_VݦdZ^/'ccF*nz7R5:{H;=u#ɳHr; ׇIruYwĪ enM# o3?7q`k'"R?Q LDp])C+Vu.oFcH c‡6R[PQiT.VόI`cHci{/c,mt@܋}Hq&T=9".5v-hiǬpBf >ư@fZz8jSoE19eMT"NV>#Ka[d'؟ڻE|]xU[| maOЬ?559x pp:9kZv//SJ"cEd?GEytrWmcM9AQ\"{F ]>i8mr-`RaRϥ9/8^"%CzxCs(y9\&/4r){LoQLc$3*ĒtBٌ>~";Tk@ȧ92m*<s;v[XK$<RK##G.AL9}PWD` qcţs(/`'PFzj .)'[/66/($mt+CQɾTWMPŤde.T:|yrOXpHR"/>tqg&`3&cu.)8 C :m<1N>k~Vh!5c:x!j{֠90u7MvY9YGc=_5 -ךOKDt5vYҕ'BZ`L%ÜO$G{Dт^!L-0ئ~KEo]ސv[}Ta_~~FN|_i1Uc=d|>η=^uFp>wp_׉4á W%"7WSk(VCEg[n,<&N1z^]/5q8EЄDGۥ'̫.([ԟ> CNC)4>wy[bTbK4ֈO*A7@@-  ti,n2#Jt~u'uĤY殍ٻGx:O89dT_x5wPp>DI̾ijթ勪?73 O퐐#:5[}m:=MN-muY2H44p?=N ;W#ƣT IDÄxz)ÚqS1ZwNX/6 QNk\ }>V'{ BZj%Q0w8W8uZz|KA]1B{}+(HY2WsgVui7Dt kWzN:gURuL5\ף*[" հ];@,~6IV%|8}=VsG6znS(,#pXiαeXڶ2lQWQEEB?J pCCA/Q=ftP*k]=.uWWC Yab0>~%M7Cb句*x &ѦҴW\ۃ]hXzhbJ8֬Ya|t8[]l=TKaϡiC0+h^e^o@ڠ-H٭v=,ϫRJp]Cs :H < ty{Pg(o=h+?TfiCS-q@נhP&c|P>29Gpn޷No^7== Q. 6Ȧ U3KxZ"p],*Ͱ_]/9}Hf FDbj$яʄtydVtBD|$1K_yyZ\&rVZW`\>dUCx148tK&6\sΠU c7WI|*1~M񝭉ւ6nG-N@"V5eB=3yuBl,g/M(* o\ *(6[rZ4ve=.`R40]n)<X~ _Veh3_s$?W9_PRgp/@'1CJqW,H-Җ8\0_[UP7Ŋ z[8+)p|dd.l1eC)p~Yk?MV8HL-}s/L- 5\4k>NU69'j= g]XSF5~'zP"{('C9oFs^T*͢(*|eJ`ҔI'Yk9^\U0(/ ]NO#|n8bMPŰ*=vv# z_T-RQM+VؖHfW V2^I>#a3 ~3w+4r?] mM(nA,^icپ}ҍϰ9 BbU4CG~{O*M}hZUOᒻ+Lq %Npl::Z{Ų&U fe/_%k8Č߲f<H#ruA֗!j-Jx2cRc-^^)΁šx&U`I%ഘ{s aAϘ)4b,f)Vw8^rF HQ-;t:֓r|ZOo128-ӵaA?4t=>16f\E7dDdY@h9I ϝ(f͞;Q~ V,a::R )Ie9y_Fq3N~nb`25e*ϝ!3akf{kLgx*G'q !Ԏt 59[Ѓ/S y+ύ9_zMnh닸F4\^0z9Oa7w7u4h@vx}܇TSuXd~^2x52<{ƥoyӆ7ÒTvlKi9yDc/ ILp2殩c_&;|Y.^3 tmws>ݾWt+9Ue ƯnҸ'ם!ktS1?|-3izbz[(]X9}I_u([vkQK^7"m-3{s 3bX6Ӌզ`~&gr'z*7~}(^vnɈǔHY'LLX35s?*k ?YtwG@|0FȯOe+|ZٌW6N]0vE|c|9,!T}NK֞}s&.R0Ʉ(Gh}I/ҹ slݡj8b/^&xHBe{(oH(֐wq +jO6 岱K;U Kxa7ZbӹQ&zy[:/Y4V^U~(W2SzP5&)䜴_Пk[:wBXd)Ķr|(3%(RGqz&6nADzj>9ʥ.Z" DSF,Tr׸'AՌOcDtB IΎ;V:.h $6Yz޵Vw0aBV #*FCmDиJpB*i@,6' gb0O dfi= =Ԇ:1.M,Ȉ=؅ZL(~L ,ilpX)OH X6m'ן~ĝDH~S/WV^w$J=".e,Mlg[̪ (bѰ' ٬|K(C53=%K9?y%ݝE{o*eoKioz Ԧ8x78~uUI7]K".GVGPj`۽Bvq RF>}h:;&UFyi3Mo&(θ/}_~r.C dxo{U&f!}Vns&Z;0YrdiB*f!&;r\myyz#Nqm MheC/oD2 ,"AqP#PQ8:ʼnao_FWdEjT捉SEBvq¸w|K۰So64/]>sSvհgOIzϋ0L9mEsL1@ *_,kVCcI8ħeAF>u&JUl"΋?(1؞[ݼpcGw,y.z Xjq25c"U6ro o8qf\r[3b͵#tqAvߣیZWq7SzZt^`i˖@+rI̐m+.:$wLC!K/fwoBOJwX`ei'}IB2͹ο)ؑ^ 7}WE|+pDeKQL>'iMcBԄ]n$\AK4J g_hgch-UU*k$K͏xFa*4PRgFpmMQ$7$ekTW֚ iiJaս 7;Γj,yTqՏVAʲ.'ncq҅m̞a j';r/OnWBSo[!W}}26[7$yuI¦=B'jy~0S=Յ†Mw{<߰`|Xq]hk/e0QH]֑ ZH[D<=a[R%zTU%rkMIeS9[/,8xv4]Y.e]V|hx4>Ԅƾx3*k)|〷@'-LsQ$C滭^ud'' HjU\>pIX퍕|dϥL C~a<X+BaC6RB? UrN eo{ !rX#M>ɉR ^,A+lZ0MFD:t:\uئ i^v{% PawAYƈ5MgEO~%:*UVpȣ"Yk; ;f;I[Yn{JBmǞh(LnfǁuMv FubU x&A F6Td°qF D&O~.l=dTr[pP1faz!R(.CM9bpc2šk{gBnLh\՜F86!h3PVHQS, @U#t+aATU- E 7ND.ZN.ľI>qN͓<?a/cC]=cƚܩ(=V- ҍTONGz["WtF7l'h{>1%!h >oVABvdL"3pyE@6ިXM e&ՇK$]aLw2xru썴qutj(ƏK>fP%0'))bƚWc 8:vPGFg+ֈPn{<&1wJ*9@fܚQyimS)QɦSV,o vY9#QZ(0Gʌ^G@H+3lb!ڽEZ3' lCĮcs in{{k^M&#>č.NV #dPd5ݯDjqu0zvT OX *Tc,%Z3.=}S_k] B$CCl)ս 5FCp.zU\}`VJ+#2#%  fh5 % GY OQ{5]k퐜לM:=BVּfbBV%homD}qD7zʹB7T|cwڛz.b8FRq`,AdhîER림øDIWUYb-Y!"sD$”L8EYD_`!YTq)P+:WR,iW9!+8ڀ3\fDtg|Dc{bWw+cjOe}Q(WEh;zV_Fܮ"xh/_ӔۻTPdg9 sdN9HE~{,Hv|or_b0T+}7] ^2Hkl*@qK ˫xBk+U:{RtFUD)q 2_,C^D:V(uʐTx=)S *]0 {悞VExq/k?lEB';6Hdע`?B?34EIg$/ؙƫ(I 礯0kacqp^ɰ=#ާ ÅW+/mnH+_CD!|$%99]ڦ.5B؀C^#-ȕn`bn˾Cm (nԳbq}bPA[l~bw@.MVgABRqBX8Top Bj3ys;z|pZHTp D&?r>B!Н hɷ~OE^DK׬z- ~Tj#U:ߺr1<Ĉ/EioHטz qȼijUZOkT2t! .&֚9Uvl0Zиg`؝R.J6ϧ 3SaT1iִLq=ԀV GK!'5 47FN\wF#ʡZ{exA*fc`{̅ +z{b=`+mqP3rV QB%W>9)Hw)7b&C/A:֔ރʏoZ3t# :Z gm~QT$op2vPuOSkk/E*xADYf^9fn9 ~c'Bvvr ęƷ7@q?/282hh$6uWP;%ۨ)l}c$زW\4ts+^h<`'D;zaHVi/V N}` M;0|21FفW,˿^zvy|QMgsح8ME78'*'Q =epɤm ^ y.fv"X% |ӳ9,6$r%yW,FdK ~;fӲA3<# fUѐ?r0=8B4 I!;5{ΔP.c˭&:e#ipxLhH9S@w(-X&83313 ~$,q3 ,=g7Zd:F(2}`X'ʸ&fӲ5rW#bU$Ѻ.!#]6`쭘cjM^W=O+V ٓ@m#<{IlBK-%Ig~)?m.,T[ơ~su`^k")u# {CFŸE]xh"+km>1E*oPhUj!H K Xef4٢^QMo!l#b1 m_uQ40-LoIW&W.#slMzLS^O[fI'*Xvܧ'e! k&?`(w)qT|{ f..β`J}g=EqMIvF}"![wbUɄFlw:rvsA ]^EھwOnC}Y蚓uMiw:G*7Al~s|'LjL`1CF`WuyV>/>7Tƙ9Kim.C{J2` W7W&k#5)mg#]L ZQLP1m'kbCyܐ֑*щ_xQbb[p y2 oaI>McPo l <~]ˏT{ |'S٧v_t0|ޱY7Dy#jyŽCB q}vwdpT1 ^W5ᙘ>w%Ѫ }@=|ZrZ\i?ӜK ,2sLÁqeA 뿖JnΠ N]W͝*Zd6r5 / 'v$}O5AWn* =OH\'2G䪲Y!\MVUSv=xv´.I(-J^Ǣf&ԾG{U,i Bi m[ڤ``%^ۚLɬ(&*-Av`krZh"RKܽ'ljju/;.RBcAu_ǖ9CWحߏmMI 3t-hS'"``FnKA'xEM4ɰAMK9Fh;|1j-?6c}}3CebZۘ1wEugd!ӔF s/H4~Ի}~vQTr򚯓LǬg'%BM SQ0Fm2?J*j{`#+}ETrfMM% 5سQ~MwmS>Aγ)E?*@!:u g3$X:o/Q|N*52s% q]C. XxE+U]6.U$ 7,,R Opur[3fɇR)?A#ӷgE1UKj— Kdir3Fłӽg8)9wE<|u-,E_TY'vl>;dy{]K0%qy 6Pb|{hv(*=N(wJ5gRO4E:c&NE]# MNS.߽j @%;uいXfpQqb_" R޿Z9YQ\=/ /Z55|7Wͯ2P7~,Ӹ =`*}QB0nhhAeOK }Iߺ7k v9y2ɤ4y`З 8.|Gk@@ENBF[y䮊η4W, V@-%lSQ<J`sI+`_>iGG3,/[RV&El"+8d" bⅆ M Cr? W[![Q aM솛`}jA6_kPGȽF+nY4G^WW=I* lYvL˾^N (FR<"<ji"3M*Wn9$H0eFMO*v AtWhy!l Ks0~CL{GaEHȵuZsIwiks:Y u4MludhL׮ʦ9&"ٺ!hvFLrE9? }BA 7XECtsS A7P4l e7%לkb6Ѿ$9 F#3 . ^^w,EpNeg*(b(5pH;diqHg֠˓,9#L`f+DZaJE?wxw9 ҚNЋľmL֡']X SnzF߇-ֱ{sX.BN\BZ{|у4>5f  #劈y}}D+Nϭl졯j0 *>ŭr]ju,Q=W5͆_aex&l6z׷њ SMX1GQ(ak%$miʭuOoH8(O폳4{wn@*.7Eڗm SdκYT!z2mGZ$> 7d]z5"~=^2fiJD\|u۫]턩S*qa{X3Lb~0A6֊ǁ@t4OMb*%Q"C \$g9yEB붱w-` c}3 yP6{й-Î銇h  aY\%-&@[(>ۭcL+RY("VS.vޞHp+a>:X,7rV=9?8TrϦ%zo 者#0h,kbCtv)wB==@n[i2~03b$96?bP]“$ZJxMw﬈1Wo*i}E'55.}䈃T xؙ2)P콷* TFpJ|C7uBݾ{k&'}xP ?"3c^_םͲ)txiVHΥ twuNbS~.ʪҠʹ$ھmY1kVR ԝdv %,8H`\7ҭu EW\`,ؐaF7I^Zj>`:" w6s-'s5nqeJ}K_cϭX/FytsMT ` XjxHpŵc0Me嗚 Jɜ1F5gƯvZox X%4.] ]v(s ;G|\BeDc*0yDF5/@/ndk(jq%}ҕŔ׉^Jc@ > Nh_F+j]3uNv4S ޯvxd&pЮ35o -Tz#O=+%!i榦VBHsw4%;7#ȳ~9L@xpdǤ $AмD y?,QVJT=VDYYx;281*n$|6(ҘҙҦ&A{p׮X۔gYYkfoی.} zn6!~$ى6Z۪b| U/*j#3hUe_rNΕ=*q:p6F̾V KSl/4!Skv? Cť;,lԄo6[Ԣvʙl9nb vnAMe!na-NmǷM*TͪI^~:RT≻JA|G.,e3D{Tigd|Q߰(X mo-) \Y2pȉY*-z< ` Η>ZGUR*cb3[TBu,Tpۛ}$q5-vwe2jg9I~'?NW%S KpCpP=2ݓHH=T8=BoiεRjIݯvX prW'*(P'Ͷֈ;!cr Rg I'+G~5 -ԙG5xX{+"ja(B6pXƔ~' ?397jvs,:ؤ4AirP(r`rQ_+Zۏ{A{~힔ROT~jo<6 5c^'>E%|=/N43y>Rh"[8 ZC bt- L} .]t>B?C Ѹ Ͱ#. %c.lNOvp~y@qhe*3eWzxS#_}@T54aGi)Ґi;Ec;ѱ_$6{7=)iuRbwC韎XYV;]£<\ i=ZpސN0EVM̳X hz>~2^ e5k~U7wvXfaB:s=Gf7D y +JjY\ [<+?}վ䜛/; v)"Kx՘4:jKLV7]Z]S dlEh5))@15#ecQ%qRQ7%΂y#$0c<$Pbd* 7E2[wvM¯$=/~ȷZA宕ilqYNH- M# 2%@(t >y/'Sj5X-ƣP֭Q|MxÈߛr>t$7H{ s ɞ0q͇d1?"kCRx-.=v!a .]K"*Q o]MzYy;R)ch@UuOkm%҂#̕,g_OCe6Wy5+X,潵y̆zfjhm5 2 CNW{h`2z9[;MP?<̶R%]֞LB&UO掬썇ΜҼwg0SmH9C:OJi5S W 7ŨKO_VX>Vv uSQUH]X)J; @ e gϺu8ò;SӟhP~ra+(to o#lIo)! <|Q_^0, 9JOIA /ÐJ#^)I%}{Q](œL/g29.7[J1bo` vh-5Sͮ;jqS Xp"1nјnC(R8⽨Wh_2/>Vk ~}?B N8>',p52g- ޿Y4{~M<|Ѐ~@C$B9`X8Ֆt>>+z4 $?SX-wdű6ӐZJ";gܬ?FAE+=}TkK  DJ@xL<60A{»кJw;\Ȕ4QAFZf}SΞǟd *OIbg rnߪ($lD0T楴c"Vy$c с8'ÇBgSԎZF*Dl@u_Ju]F8l,wu1M=ʶ{{c> G-'GP%\J;fH}55fstJ1I)UYˌ`vvaYΡy^.`ButTw/0JD>'!Nǖ~ߧw~\xDJ{tIZuZ,kڣ6yl8J v{BV>Opd{ZY Òvy\w44tjfz]l܍B[k`uچ?Σ{͐Ev/ܰ l&BwD 8017qȝVV )ce1~JKSÕhrA'mHT1cytxiƭD.:V1qyJUuWzH ڿ[䊿-;z#~KUC6'6'R%S  kO[xpZG J*5I9".ULj1*2n?{Jr+F_{!/;N k;DAg5|?BreRpmvc0awpC$M,m_x5 >}gRE-Sc 6U'rnRiHsMૉn_%H Q26orm1U;zfak9t֛X*<#p}$f۴=wEBON='u#P3)+ǨxHB($1iZOQr Z4fEcnz 壝Gmx1I1z}+sTC0Sw;_Ճs"}l4gxXo4e}'5~}`9}ay v` bx[!xE,pZ h8pǢO_n"Raٴ}S 56U{7V_ 3Kٛ 0[ϸ-6 G_Oװ&5&h-YԯuԬ R9`aEtZ!/viSױe`c*x2\ fn$?h_jMdKCd.dDg0_ψq_4ϮD;yP\/ƈ2\! TXN/rHj(ڷiVIzSKu.YF2yiXHGCã$^Jp"Щ1/I,7Ð7HY.2>zc6!1=3~SLC^y:Mcr:LPR?HZ;5E4X t`"o#YALoն|Hy7v \E8ҐHsB7:HC4>PPoHc2^S}9m)n #_؜S67\ |F5QiC^``=lrRCnbMːty?E}B/Jc2{hL:%6{ڕqBq!>auڕ.?-ܖP<5Ds 0!ѱSJ \86 hׁkk ޫ\]=&R  w Lz@S!+>_{$N.\Φ Gu?49U$rȮDeFDtQTdzq$Nŋ?o*gKk6s Iɚh3 -`y*$1@(&, m9j6D7o5ݯۃ,OKg %.dPw5߷D3v9mtU_3DpҚk>bYZׇ͑e֫nhRz ޑy5,_%r)r@uQ{H<5/LIȰ/l0+[)1h?4}ipTlG䒜]_hB Xfb֮Em`eL5TPeڳfm|kV i|ts%m]e1)t:C4P7{܆UG@u=zТ K#`|vHxK»,Ko1LܛSh(}3iï)(SFY?Xf\IH\QZhVB1a$. "~hfNȶ.QmUN5c{W]c^;Me-_ٯ86vCupH O=!UeN)Wps\ruCeW|yIc'ow}o\]'ύB!*\rra4`dʰÁqB~jNxxc"foFi T?Zk :)D1B0DI-pr:=Y?;7UNeYOH~rPwDuܛ} +de.z*kI)dYG )_vuN3x+H9NO,,SܫY p vyk)T3y1 d}rbtқPۧ WXRD7%ޥd7Մv9){^P5f\oO|N]8PP4 #KQ(vs=BIO;V|d ]e|;ENPG^jErܝ˹$"v%QNS!-ǁp6a ktHBw9%$ P,2??xܝ6;Y$|j 33dP :pŦ=x=ѽ2]~C]{T,KjB4^zKپTԩ^ HźkTՉ?ۧE7|:&12ߏB%jG3x{I)3sa Úv)+\a%,2g3'[h-D?!q[ '^O&p=v!ϣObdv  i|,k(Z: R;{Pm gPLuxo2 B?;$eNt(uZ8ǒ!+h=VtlJSAxZ`b/A"CTzO&EA8iBƹjlQ}UNEUfTH)qwqG{ֶg׹(R]c}pc=;r9/ '0ҼY<Тm\w=rN]C,oud# \ݗȡ~7Uo ^A;WϢOdȳEX_1Փ_ۏ2d0;vm%,-1 +"jAfpQ8cC2Y95ۜ^ށ(pfuwYHea4-.WT|g]Quh@F5y|s3(\H'l_ !o ~a:[AA䚫BI)SyNH[45I"() B逡/-O :=uvXDHQ?CZ"[&-L1Gk?5n}p_0[nIuB1v&Cg8H|whF ?XtE5G席5Uy+j{.s0#*F,,řW%HUp2^EnEJREmY_Ondc_;'KxEw(Xg,Jڳ\\C)i1/x*_ކ]ANnx[=oP^rB;39t{,4A|xm@ |̛yoP8PT/|퉙* P6Pc%Rtz9 =|oc8rF%v򙈰ESiPcAPu"­~|]̈~ql9U< iʃ=<;D;Yx)PBa\gS6%q!sl-; 72i[!^>dzw:jUo,\3f-xszDn3VyʙrT]FIR 8A:F9lr9U%!t, 5|ysP"~YV$X~~i+UtG"=\$XS%ON`e,6>\ILbbdyQlWk>./z܅T5 Gk5[J/V,%:VL~4?1I"&3TǴ$q sOM ܶa_@ybFIDSղ8$`7TU}2PSlV @ްsUez 3 O#H۸գd8_r o0|@(#WB %|=ܼ % *e[dKoaTǃ\yE}j^J32͐BVڙP tr+o<)^M04Mp2he[iVBB<~ޏUeۭÌ1`mxOo'(ON\Kbɜвt.vB8l=h8 ?㋨[ȹZ]ZhIc'u:XE{@zK{Votͣ~D;򜿧jZ>rwfI 8e=yfJk4x a0tez̶ 91}>TXBW{:"oyی X*NN&ȀIL.qi^ñ+ƴ!%J‰_=~P AN;'3+LzW +mtQ;)ZvLJh cVp48ɶ;j|ev4kӵBdg7ql?N%-Ȃ*6'賟ª#yAn,UwX@_EbR?Qdh5naqL6,k\cş7,;:x1ZndSL| =C ?Γhz;uIW/J#$a7*&}/%Жu@m ڟi{…)OT+-GkF`}B0D> ёκ"Huܼґ5|8.SYa{?)BoRhz!~N&ׇ&ªY=KZ :\fsJs4[7ҋq;_vw_e=d{F5%\;;Gp=r wwM5ssMSȪza%k%N)EZީ.R1'Qs]#֩/1]~}Yd~Y!!ҷ[(u=@IVr[(7S[  7&W.GN o\HmcVdžcG㼥]_^q7v6UiDPa7:az0S{u8V2DG=bVi0l' 8 ?꼯q_BoA"Z)*9"C84Ff'0㠷*rsv%IGWRL]Gri•͎KmR.' -'0BAxd$<ސz:]_`ϐ{Z+XUGN2d:f?pYX]0KYW56Y`vLX .=`AXοe=w Hj֯NDaӃ ^GaV =-t~43T >U<:$+Edcc9!E^胉@O8<=}u<'q^jPpl:l6hR;׮J6S):͊4u(Θbd_W :57!os+Su$MIxUo?8@sR;KkS^FHK>̀\Fo=A2J|Ԯ ] yyFYb~I9go29^rs־9m Ԉ(1޽ ,9YQ! T( \+}i.pPѓr~YG,oKTةb@*e@>k\3=&YR!e2f4Lt#RR}!_wh gcãeHRc+ <4hB۴76 }iHAD"> N] NG݄1 e׃_]ɭ%QVzCz>KчygeάEBn  dxmā! *ؓu7~T8}ib|VfBfvs%&&b?yh,11Ď5l[G?ԴF +лq+A IܑJ-#{/fy֤tգP+|Z.h $* m! {v'\Z.I #)f1 -%u;KvFmSQ|)#t8Ƅd+B_5)A5x(>l7~*LyWKt ? +֢b1K(%e W}gc:&7M[m\^qB4t?NDޢ'v…i"Y}:x*s$4x%G(M53r(CG.~R^㋢\IvĠ ^ vՁGqK^a ]g. iY]# ˌFvuOȒ֏eײ6Ud(`&gmLK,<CJQ)<ުS m՘Tз~3sg!GF&Cp:̀ 6ρm+xzdT e*FArB/GRbp Z߸V9(َPVkdװ!ũed F*m`b`c]qT/~?v8c^^!,x0H`.N?#LT}{li|׃Sl ,%~-_/AyBUSM#j[ Ruz죝6 uaGfrوR$! :C_ Eh>1J)7Or #'5+kP\{4[ xtdheaFF-w?X=< 3uielT5 ˧Sˆ \_DWxDl6g-J1f]ie'"I&74䨈x5-!1@ l:ˉʓhdEyP"(~>$EPх1gʏdE +P_(`*}c~Ca u-!z33B@.6-J+?9RIdLn;sq11QL%C3’}eӜTHډgIj`V"tcA"0r]JP[MhЗϔ\uR$ңn_)k'q_rolѐj-=_[h"^3F +}&-x(Lah*Kp_t ʂ8?XmS`-{PmƯA}-;]j&NDnbŴeT_Ru:hځyƉ$Uַi9gvm&{QΧ5,I7}RZϒŪ) x`'r gmx5Po"t#iDdt`8#lzyEjœi4hP Þ}ŗ=JMtuA Se6r>Rv" S/a%?@jQPOcNeʽU[~jecYjFV!5}(ga1##*-y[6ٺTOJ~0!2JgqmМEVCW|R[0BFko&3 ;SSoR=vY½b64G-L>fU5QH FMX8Uq@?ԳjźɶcxuE?AKVӿ{+j_u[~7:U,̀S%GdzԐcJTGu?ƽjD)%T<`ÀFHmM@vNpmgK)x)e^nUL6f mϵDJe+򱓕&[9 gjDVQQ7V эNyعy\tɩ5ԫAU3γHfMIGzy76ilWC*ZHXC!}`kO({JΟBϕ,\0A#iE8T8t0A hc6u1Ȫ겳#DIgHz6YbZyc;KTl.O;CER6V& tQztH'NǾnr ZLX`t4вNca:^L%Kl0ǟ uH} d>%\KdmˬPnm5sϮeYȆaZBH Bï)lSxqJ̽*U1eC~$? d a͸='ּ񣾺HM! [!y˅%sF|!`AF<Mv 0oB ݷHy2t̆,q^јZɰk20ѭ0nB{OF*f'Pƌ}3#KJ2閛dluj'm]|@5vGSOئ+6+'|1J#^FChVFkCsq<&y!/Hn#4i/IM:ozUf\]0QDPs ^b󠿷ȓFW5oB2DK/| ֍pY%>|@ =Ke$wUOQ{» 0>)KW]^a'_%e(G\Ӡ6<Izr.IhW8 y}wͬ:l> A|ab}^jd%RVk .>C@3`>ab1 f4r Ma8; sOP$8ܓ2qЅN} ǖ bí隶:0|;"G*"nh̅$ Un=%>fwrZFv7EQ̶项(A6T7b!~M3c|P|cs'XƯpt;6av33Gvyng&.$aj22? KOjg= + *)12J+v{?\Dr?!nٜg`ݒH=EXIjKA\O jca5#21Hh?_;{y[5kuF2Q5iqdS-@"ӊͰp%)v;-yZ " $Z-„Dfη{uWi#^%*VLֽCYo|ǣ'@/zLM Z}'kX6XL様W|p|n/SH/v\rB Ọ6#;jp\A ɱ},3%ݣLt+E|X'3R(GO|y5>'`W ㇊aC9 2ra Y2Hߤ[atPKD9꭛lzP헙l1dE٤WhI 1Z>VzW(xw3KJM7zC^rZ8 _bW9Y[XA.t!M( [ˋ@: 'Nݷ^m/.1¬(KNƌ,$I7 j\mn^  Bt[@F幡&_!#%|WVpr?lM?A|6tYamC= Zj2ōV=,<'T/$ cւٯ&UA˿g#ܶt@Z$FmTbpP?Ao4\'S>2e꼗@ {Ipo*9U&of|ˆ8S:Nʻ0  }[ \:*h׻:F1KJy\n:ϾN ;?"\X.z\,.6D >0 We$l-܋óC|%ow}7h&t*זyVW1!逢HƀEP&9ğMc]FRhtDVԇ"?<0̗-c7?U-}?Ķo7JZT06fU&s.`>Yw$QvwűG<>(0Ze/P{$)dqt$Tv449ہfi#Kzg`S*ÌIRfҙe :ou 8bΛͰ)z~3<*/Q yx=4i9Mz3]%RHKNGmSӈ ϥN\!SOzy3<&Y)4fɾZ F~U!+|e1ZV0zHO0!)όk 'ߌYhˤqY>" 6k{  zq *;Rˠ'! ؚan?~[c Tr,.:ecÄקb/۴kE#tcP*lyn~l`n8"apu=jg6+#.UD LG3k&$14X8z ׄ@m}.8p1}w|'φVsGv_uB|Ш(:?@dxrC3it/ Di(T@j%݋/cݍ58сKaTd;9E8gڼ7b80P 7eEzy4Du Q!U]Cfˠ%!Y@ˢ̨e?mm_#=YQdnF< "A2RzwπB< Ze'Pp(yAshX\ ~6_ִY m̵qo&+U[S8󿀰1$e=]s^L/m7x`?wz8 dm{l 6"s h *4NH1nfhc}BuI H V*d=^O4q?;Be۫y6 },nn΢8}(K :5dcn@q|LHBf5@)\kRݱs܋cwh%ooTp TW,%gTF`ĉ J\V.Fwc#eu1TRN%';E8ʭIFC k|N$wu WT]V6NАs kΫ-= yȝ֟CnY<û3܍RFLm q%sPP|(ۈϰ,3(F8΀擛G'JU8墂=*rO~+K]9FbwEbJlk޳7C$-s%8M/!GGk^2M)0`Uʃ`/#M:[/ y5~Ƹ#2y QPgg-FͯU".^~|u$bIȬLNji< x&)_-BwKֿ1[+R N*6'm MZ+|jDɢX㚩CD V?G /.ILNs-hEuԭ& W˖R9$tjljνOZGFl):1k5F "KW_˶r?蔻#E+eˡT%2Lsd2҄gO_%e3"c6nZZ# gš&Dpڙ|D,K1bEX4f/`j8 qy|B YmePB*I>J)C=0$( R[0.!k\?]u)h32 ^2uJҵ#ט)m2_K- hkMf%W[-+8[!d̋p`"g0,a'܈Ѡf51@pz7jgBoB Fo3).e֟1};Su\<4u^p/m3#Pe]翯G_%K(f@wxgC/S9KDS D X bX]MUׅI ~X[yWل#8E _Hd7إ i|?Pٮ[ M_pEb=*AX]M4~ܥ0qy9S6D7a Bb9`'1߈u]V-Y1Z(Pyba4|89„O˸Sι~[[NuiA4Y2uyP\ݷ2k|KR >OckvtBqt.m'<֐fv߭*MYZZG_=p$-h0 Jw"inlZ9 ,gª'UWt[2V}駖0XP1( '-Rx m+B+{{PX)Q&^u{.it_Ģ%+zsNCб\kW(֘2 xC+)3%0UFL(Br̗TpVw~2TZ|~jvk/Ml+Y}&v sQWL$a߳t&jaשtب))zS,s[hMp\8?~qQH3XOS/%#K?Ub0Kʚ^| MTh&o6}n_5GU9\mD,Rɼnm5}cnQX#Q~K ʘYrԲ;hPP{L"^C&ke߄6zمиE|SA 9B&rE>G4EQFHkmI0we8W忔7 /:YdazjD7Nљ-X-|.Fe 1iلh~Id㏉ǽu<,-]!IoJ32Xc\ּ:f~plUn7sS%a& ɋ+FE] Ž4X/r*dh0ӷU kϪG$f\TW0%O%\Q/əu"9D$ do6RsQ^}vMPr/RXfhiB^mOV hcBQa*Ȕ:tNg6- QPm` Q V-DRg0OcDmA CKCn3YV{*Ս(::MWh{\]`'֩mrC TN3ܰ|!Pu NbPvsQN4ha^}E z \Uc7L o1Dr<&?U,/K(L6ͨyIy h֐Zn3*3G-[PKFѳDpأS vڪF,d-Y[|^V-#P8q6J=T+3rLJ!0Ľ(Z%@t+jYq>]zU:rQ ZHͻhyDIXa f DM~!J=u6EJގj.ZVhK<=Vkg+D_c S}"?x(:%OF=vur襫zk, A[J/$(Qr;?3ypÕĔ`/ ͍O685h%`%xp>v&p֝54a2I11nqizg2x"I '{/X@ PQ0qzo2\UZ[.+~&auynA1jkQZy-""Yf;L登c}?<%B0OI^`"UAa.{]k b\J- cT.Z ä1x!u87A{xJ*=Cy/TF 3FlO-HKqNws}(0*m< ߞ'b §#ym.j=.flf;yƗiet %cjY W]h*ybӞ :eVz?, YjRQ^agV4i؃: tBsO IØ|&_(;b,_iu'hZ:չ-,:7'߯i-O*ieMOg'awY]lVtZ@I(,t$xɶۆƼ Uk-6pÏi;f<[)η|3<@_$sqr`\-^Ox&(eaKN>l@ؚ ɩ(_꾽N!Ӵ.rP&i<:0wH翬}d]Z }qn9bV#)0Kr;FaUVEJi"x= Ĕ*풷Q̧erk:z9uFoCDURNl۽m1V nw^'PXmcּ~Nu =NG OI0TټTʹs@RbpN93 h^w`|*O1A'þt +ᢟ)O\9P}Cn跣y7:-1?W2Gwnu!XyVvÏi&)yPm4[q'uTY)p8,вlƒo7F/#gl̄OLZN+j'7(^#s>}c@@ڒ Byd_9J$5z;'kB$0huM7ye^8ĺ^fvqֲ/,@Bq5?rYrчunYAiB;`}[g&ּjP3^#X1e: %Gqr댞fM n֌(>n!dK |FKT>m6 96uŞL3iនXe Z>ʯmlͲKB\ẹ1YZ}ڔ{~Q4"hw3lI@΀hAD\0\l\S{PpZa$v|"f U ?^\FyX놫Wcb&.YUo͉wi-O>^'u8j@ _شQ[d4iK +9-fI@.li,@(ƭ |?kcYSA68 4sY VFzbѸ1#CK ?߅۠QxFo SFʓ6v}k+im=0}G!@zE]V/h v첀, E/SE O7 [:Nj\AEӌgd 5@b9+3@'o:)ZhVغR@L'?Ւ'Es?.#pfZG1hUM٩;`vϑR.Q-2jM |@yrEp!hq\d5[<6RyR`}M^~E?n5 mV(3`mҳ7D2O<4UO{* B:f*!r'>0Ėoo E%`KM/yRߺ]Q8'ք8NJ%;p㏄XU|g٥xDwn&Ԫ 'o ~),D  {D ;(Tm>q/@rȥL(u xGtlO"cp!g*um(0.tAαń8U4z >_,4klEN6K4lGkVuO}M>3Z爽Pl};J( ymt0bW } lbZ#/qqm=9H`<(Eܣؽ^[/%!J)}rQA6v;PSS3.f\4,t)%=`AU1ȏSay):.Ĕ-bjy6N!yV7fGRw&H|R5y[U , KϺF7mZ+[i^uA {to3 e3l}XqtN1 :'uܮIf!0`N![ e^% @ӎltw:o#cʷ,W$^fxi;ENٯ~+< Xz<6CWMַ,ԹVU?m+<Jv+ʱߚ۬5"OG @Xa8I(6#?HՌ{e] e=iTc3Lo0*KE)a7^с_w3% H3FyZahz'Nj$d'FrЍdVDx00ECC󂍸MdPܥ[ LE|}i_Y^u0(3(aɑ<#YNJ~WmGNiON5/v~| Y{S++16b:$b"`g튁va }^9g" JtS}I 5&5-3lK/˿(I܂?&:X,C oR3x'mJ$AQ1}pӛg-2㰣ĞP/:X^*J{jFxm7RV?QBi?59s&EikDZRF2|kLwcumyF6+4+R[K~FsA C|70Z.+̡Up<=eb#ocT)a妢8\lE7*=pێʀ&5 M@D-̨N m~0). F.&rF{!k277pހjj3s!ԩXDͱ?<`HGk_w :OnV`ӻz6=h{ =2PhH,rLlfEҫftAE*G0]|zG`0 ]Sv#F{g"IW T*۪E'ڐ'F PuC9C!Nd*DvHű$lD7`lP@PqyL _g?Nd8 ;fxJr;i۳:Aۛ?HJ?nP{-"KC]>^֐j;<)zY:}MtnA&;nyo'\G# ߆ \'I8/Vq C:d'\=>,J%y[DK j&>Gisp(cR5/5VeD o/Ur6ƛ1ѵ|4|=H=jJ {V&&֫]W- [1|۶vSzn8'U\Fv%(5| [}w9ϭ6Xr¶0ٽ2W^JiC$` [)~"Ȑ%4(O7|E/t ꢼs+G!C[yPvt,7QI>[0ߛ.5#d| q.H `>tGc?Q';dJ3AyAjupO<_$3$Cͨ-@9ͳ$lxYA+SXw8OQy@|UPFK@ lڟ0)Ҝ,b> HQ73BWb> 8t0^<)U| ;wҜըy5\u mv4\4^}9KcgH/u\~r0=%vE=W0OX}KN݂zH&eϙqS1{<(6$epd(廬7P>aF6BnuۥFx;| ȶ7҃iM`<97?R3X $(7q}6>j *WcN6͛T[H~69T9p~}Sd}Zok\s˭z| Kt=~Ze6QF92Nj,\$ ^m[}i;%2b812Tl(BEamH|lyq GSO"rٴm#Ud8^Hp'-d.Zܔ‰s02דD2 )xJ*'t^FV||Vp<3.È; $D) -ld#AN2WzGT=Y2e+>mMvT/سԫq~6MS2I3vfF6A՝>Gj0<6,%W Q{GHpW.-gOc%|@_e~ - &i#Y^)]ؾ?~"K1cl7lSU L HOS5bm|nD/Sx[֧4ĮodeqefN8(>!ev:ZECY_|5z4`!V7gahieNIQjH@՝6$!d75AXX WT%!T=oͥuAW>u![JՁ(BinWh4RURszUuocV_!@prƶ}UeB 7#d~ju9 +^&K/Hp$1Eli@(And1F9騹ZIvߙ"u+p ./7NQ)yCi6u1h)x:)APo.4$nn iߥI բk1<RC( KOuW;S#~ծ RWRa =,}RP,DU&x`p9M0.w<~~֠-lR`W—XZބV -{.13Ix7/G_0i /:t QRD&Qټ떌ϣ`y@g M4;zybrr}֯^J3t?ORN$Xs771[Gn nNɭ0 VԋB X& 4F57%Xx_cгrj\nx=OC>Ԥ%e̚A7G @l Uq\s$iqཱྀ&/]tt^l%Ex63%byA̓^ `  RQ~dguGJE)ˆ.L[8Lj- 0ȕiWQX YV=XZy,Ȓx-K'e?b9-D87mņڰd)}k@k2.w2gJSs?!7k cI% *Ȭ&47=d%ݎE9|L=7= ʚ @; (#0sTs/hU@oÿp88>7_vT¥nLXat,FӔCuMlji!iUlmfmH([8K 4Pm- xB~/Gp#mh6dϪH<7o^0b25>VVl'7Gyu?W/&QwR=y+]~1i3~Hּ R O(F! J7Z7T kpJ8ji+EV&iߙS0JLj RA)°Nb_3AֹP37@Va;~6)3ATDON>d^GfIB0{b!XNƺ8]@ϲ;n:殰 els~5ȯH@Nj%~x@Z@n"5X[F$ 2ש˜@COf^V+뱫rCS8-q33YUY{.(ͼxCiak^҉D-ף"HFʂt=OJrWLݡBYc \%V q v;%C 17F|XpP0s/0ƦE4OR],JZ"-! NJ3)Cc7 G3ͅt o_Yu2] Gu)T*K7płpUqSՂKJBܧu1:Qpפ79]ϓbhͼ3B8 `‚l+4N&%MMt(G{ajꙫfY Y9ŒF \|_Wp\#h)=HwϿOE% ob"d.S/u/ ra׷,0CzTyO )xX8sfQzPF +:t_#{W!vVw>s [U-D;0Zܔj Oa~zvYo7mDvݪCAl!(5W.ms}<|I\c79[ȣ>X#rq0?ZL3IDsv7M|מ[f29cv{6-ʨ= Ph)\7Zwz>K-IkeCVA"Tѐw<3mVƟL 7D6R[J9(dH s/ '컈$ӹ8RsG fvI) ¹kGg6!9 1hwI5/U߬Za &S$MCWjiC SO"2tS#(B\*46F4u}N-^ (J=<=P1<]4n3!ޗrCO`MKSAQ{u]*ILK臹rF:tx1k X'1r=d!ѵc_`cl/a].v0/鈮*6f^o`6Nz.HlDBXX'hP tbyco"F!߃ |EGޯωύ{@ 5%o;׾ioF -a?dgvTnJCۄt0A>ع$koi9|.ł,K#:o+]})-dǥ%](7;nf] kMQƲQ'hf>? ,{ל|(nRoB1ɚ 23oC"d|\Pɂ¡ S6AH; ,x̥_D(Ԁ/Ю@w"9se ~ٲol1#RtZH] hI,n|zcX&J']d/>isCWVKJ=X8MM҄̌&+/Ͷ*(0@7UMdE+x!Vn>N=r1>ö³&u4u Gqtcʼ[ yuhSK-Q:ط3oV"/o!q} r¿-[Ni2,pW()fJG6vѝفG##p7h`Xq*sQ7{p ի_Rңܕ\Rvw鏢_&ὴR M3I>|m,#b:5:i!%q}*zB,-u7'zoXV{- E-~Vm`NF=r){5W4la:|WI/- Ryf)@)`JJJʲyC]q~FUv8:H]?ޓdsV)v 2 `j?yf,ڀXZ6@dϯGIz%0=e#`yN>mkx]xdK% Os)U$ {U`#v;5MS!s' AGrQs!`rirב#h xq8]J,d`+>I !;~֒оPŁ8X,@T /::uNf=j:X g'5ՎQgdqFG"@`A p  ?> ^t=9vnXؒ^mWhcʆ0B|pj5ZAr[uwVk5Ġ0s͑cH>-ip>&ƍ( Sia$.FuznI#K'e.=H9`C)ʚNA +R 'P2K}cu5 Ѫp]vZV,^۲ 4ibkBSGMGIEl"018G#z$1T\I^oddb W~ןz` ie1[k<0P7OVF?T f{q?|tȒgR?mY 'lqg0~1v&LJS6oVl̋Lg7\[%$dLEj-Hdg=~B}0h7 uۭ;m JJKZ®qnΟpF`JǍEXVB.W@vq])̗)v'!ߍpPXUZM_7~CZ]XX#fo+REca}j4vUMspD߀Z'GVq8{yXcmdCDVC-wm>/͠ ٬8+z&vUYQK-aq/Vɇ:һ! Td]TOӃy胇M1;,M[K c7b&c؁6e*tyA_kVX, %t>YhSxz)i@쥮!N[;QIno&>/ޕ8d> (UpyK#zvJ m_wު;8 ^FLiȓmHdz5 9Y *Qҳߠ7sDv0%"*ը\n$pǔsAѲ U%mb;n: V+TfhߵjvHt}@pAG}h`XFCh#tᚈ ZD@fFwP|o u(k1F J{mPYm -^XͩU}5+&hm8TYUW֨ WeYϸd܅K#MA<]PS>|>'}bgb`f4 N++6zHͻw0rK/W Xq4>o g!YGD=Y:P4S#j.o 55$ !Hw ѵ 5Tbq<ڟ ?Lrv~ART,S{Ө4[Q<8eWa\45@pe{CiXFm;*cA@#AX+2魭 U)=oilgZ.0ƺKrѰWkF#`D#ΙN4!F.:n\Soy/4ePy"ϝ9+8YΔt ?vzf1U؇GdEeb(T8mOfzALVU- Ӫ1N?luA{μ'Hb fE d偾|gj|RoDhh)BΌL~89M)(7HU}&6)UԵV9]z'<rՑND5U<v*RDs% myq(#Hþ`3]аN.=Y'&2X;Mܤ=9 ;MzΝ׃Q[ LFqFnHU#S;~l; D4" _O= VVok@[JmvɎm6mm?psDtT`8mN,Qy^ *Motew R.pWh0%D+_3y~h 4Iu)Y(>giz@z q.Ym4!o4I9K*qȓnbkF/k:[[=TSm _F$d.Ћrq- Ӱ!v/.,PilLpTy|bMLHfTU3v؂U:3_ɝ,$ Q9R&A^V9<ȃ Kn|n[tHmWLգ-1{:;Oޜ|JϨ,kK-?7:$菶1\YU@{%+gf} Tڤ˩ׇ,NIJufrM7h;˲fZ~Aӱg{N@: 5ѼWc-Fb8.ш׎j6-Q/{V\DfuS~]t'/x~b*<ꯇ҈$.ֵߡ<\B&K?9q,fU|:g9a0Z ާ0Ҁ\! QfAͦ?03R'/q?Th־ *)"姢u+tzsbewsH (qyrV .{C:Ҁai+Ҟ`3]mus);~>|ZDqk M63OqMVp1%՞"PaҒ:A H|8 B<Ւ\w̮"NdV53PE1+{+` h]ήY_@[HB3O72`ҘN5n4&̒6 ^==LZq](uI >SwyӰɸJo`Cp7ϔGwNG[ JT3-8:Q8u].=1nuʺ$ZxBa|M;oo#]n_C>ԪSxخ99}q+T!jO o|x"ɟ 1z\f u]]sI)9KCq6ða- ^)xΦ'mhi @etOyf\3RfKB.[p)O21aas=I*TOs #82v94-/=yJ2gġ(R+bYPC ىlhFৱ"6KfӅ{$|a<05N|7+t[~(QEm@ .Q(EqKvh'zW"e$UO i2Ҫ\;9zl_A-ܓơ 1B4^5SD6%ʱ$][l` /bum* fS٦c!y HJX 5DֽgW$P]Z3a }(ZHʟ SvY~dd 7k:ި(-Sُ@Zm'm嶲B N+tƪQ!e!Pub#ݥ6#=`slU7E4Fp~ ׁnfRl A^.^K[<ʲ0]%$ixeo[)vu'xT1 <¿ErvCõ(Y!w}%xVc=S?t=fƐ=f}LwbIYy' "%['pEps8t%V-V@px^m5^ ?1 3 \$l%cT"w]ӕ} Ȫ}TLg-N@($kM.kjNk̰J>hˣX~ڶ_(m3b^P I*$Oxt^ZEx2zH3qڻfZQ$kqe5zMklkk6t3[8mIYiU]\ąE(oP]̥[x,k.|Ised_3!+!- %k38AgS#pn+Lzue% RâvLñLL%`J'rfzu3wMb==޸}x:=)Fqcq}D ,)n&>׎'!. G&1Afq벮sU0QZFflߕ+vжz \z$!F0@BCYD:_Rg.!,]z6= @J?3#1EYK&Q/1v ,`%T" GrSY I4?p:4)]9w=OK}aaxxƭj:TIiE !DśŴR҇Sz>qfhAjÙSF1=dخ.`wmJIɲ"0+FZ:ꌳ~⏇HתqINȴ Og֏NbS=*K%N+}TH/_ |Rsf{ڂ^,k3joz%CDxѓjgʬ/|)pHN+1E8M;dB뿇n_;%@ҜXr >^MOMYQ?e^ryp/L_z],yDmjKۙwk0JV>VIfN; 4ˎ{w:(O,$qj@Weރ-˿ rh]Ep,; TQ֚n{2yj)W/e%xus; ?mBYS9pxV ~D+`STQGsZWBl}``(݆B( ^D-4Ov$@ &4J, İ.%ݞE'Jz?{C 5'z5KWWIb_@Zjc lv QiڧbqY4݂uHR{$7*~Ț٤pEߨp*7jCp꣓/l{2Eu?sK([9 ܵ9]?*+j[= _J\.`)SFÕ_;P:w-36v{)A%ZR,a+Kµ^FL|[̍;v߉~/{%EJ5T}^Gq#|c ]XVp5!ьu{:jS zWb8[.d F|>\@UW+Ib GLi?H,TGKrsq~!]?$R*Kq=emApH,#ER֎\_ Y\p\Ñ8M7Z_Dָ,S% J (&|so$^u+xx=2cA W8u9pn(!^m0tF7WCmE'ׯ0o-'`jşƫ2Y"*G_{)k׽yBa6)s!}柰kzd%ˠŀlEJt4M>&ߚt d9_nUs AY1Dj,Zὢ3)mA*+0^' gsΓ^FODVfO8CYBdcSfxSk9j- TܔPχZ|cdkИn@G(NQ|t&{8!{JBN#|]] ERtGA8ʾ Ri:L'og/|ǜF%J}DRYRޢZ*ΰG.NdQ6 /gXH1VzfOfb= hf'Nvb!NH'(L rߏxX* >puL~a} ްU훝O{p Uw猶<V#gZa1n VWŽBVXgKY 1cd\{=Sܦ~HG7_B+SYX SOyC\y-bOIoAz b9 vR~A3M7dZVV~Y! \fXgeL/@ӵi+i0뮕"Z}$D 5]Cm-5躞]1uä Gf-`􄱿ݤ*]H 5GE60f;x0w2 8D&s :$OPaRSC% m"Lqu3T0#\[r7ȇGI }I0q}Ձ(5{GVra9.%;=* ޯvM3 JD!1M;STMB/oo$A8/:̘:z)?0be7ហ V.v*/O}@ON꠾ Gf^CV͝Y v-%uT؟sE]@4\stK5>W5\5l [^W󓗐wj`)^A(c9Ӷ~~/| e+AEky0+oGt  @n{|ğqf}KFGMM!酣o[:hwo0#Ìc,JyTyM] i"M"3"M4>$䃍@͔7=3YkM7m@6WJa4.mmh6xYzB^ \ُ̞EMWKa7m3&YQ j0/p Ώ`Q&J0b*&ĭ0ZpGM؊QYRb,03WϤӁ߭/>5c>50͗.1mB-w.įꅁΔ&!Q^Um=~+ ;Tz(0>@dݥ,o엯<7[xr5-ӡ6ްlϫ~(LX-cmy9G({Xߖ_GwSȳr^ckdX|y@b4?eQm *pU984#aY%Md>֊ {Kd#G!QpQX4 d{޹5axHF)NB ![2|,fDRO ?c*l'[P9ר)F#Szn/.|WXv>lWE>v`J#˕ {]>%PKSC2r:UQ|wh/l/FN2sQ1Tg 'W&qLZ r' aCN%:roLl}we,?G 2,L9d3? r ]*#1do Ma蹵^ ;UcLz%gl~-GaWF+,GDqPyA$EϬN*^こ`fͭJ|"O^(a@'2V/mpYc< 5r1=,HL'׌Z,JA11Xt\юK@+|$A謒:_]ȿoPGQ t}XMFDT:_>!/u%gޒFZ. Jۋ+,W ]Am 8"R  xYn.j+z=gD%CZgԣ_x JOͼL^|M̖eL{q8(b8-:@FQ/L7p4.S(tf'=,iNi]o[M{#芲q%LLfX-EzQl-P4+|;ڗְ}/.j w3jP6): ]"tܿ`ek_Hُ[Q?#RkN,.|''Gk="Hi~k%=; aWncfwak 4 zˈ@qmi"Y^ftXgުɞāCٳka{$N|HbuA֥kA3+Lz1Vftz-FVh[4;$&|{„ }2W0r²sdÀg+CqX7:\nD 3*XM~ƒ|G-ɦ:iZ4)QI` ^5NpY=4`+hS楝& a [p316 ㋖+h7vl1\| wF~ E=Je'Ⲉl/ q]%64*6pSC\3z[~M53 u]lLWřѮKl OE멜q"M#eۨ7OF޽cD)nzJ K[GZ).Ȟ\6Au6ۣw(6WR0ԡ/2r3DH?Q#SĮI\q$&l&}OPfG}[wx'^[NCN2ECBk,XjccVb܊6aPx1:èQ^["oa;0>eeH#u d 8%Z\v~ơV~ĐOr4YT~1%>i%MM؛Tn$ȉ;5Sd㫏ME6jă:ʴ?͡%pT! g)b 0.n/YJL'}{}B" -әƕ̡9ȽCKdW=UsEôR׆ȭ` $ 1PYzQ/5LE֐HON4H1G1X_+2Zמd]E~堦~xPx9HK̢)QH'Grg44?k =2%*:nMޟbdH`lgJ(q-2e&T:$ͫXZbsMxPșfՂN~3xfR]Kë;9ͫQuz1ӗ|:  OџVnO9'I: VN.#6W(QNs|aVj{GPK7#A[So-)j.Xz)Z{Ԧc+:jloiicVeJԭ:MȚ guљr!:B|%uJ%{cF/a 6ψ6F#Bh/aڈ֌N++l jrdھԽi?T+dWwqN-T_7T@~M\Axb\=jp!EIx.l8(- ƅx/TW5)jNgWףd0o'sh;W-J%= ;B~ep9 0TS$96>nJ5Na?AΩl/i st19xt/$ Gg5-t =jdn9+Nӻeq\ZI_MC[JL e ^ެ! ]p.4M`sͬL PL@7e#S8jaqHkVǛtq zI w|7݈@jY6ݩ~̚pv)J? :ϭ]=;V.Jq=Pzx^]WP1XVM)H#˧\N1"xŀ%1sDB$d弃hM.zfޑ|߰9G.nPL UM YZ