tiff-4.0.9-150000.45.47.1<>, fp9|x/nLPط!%#3z=B㨻(Zs-MH>;uBR]%9,#5xsG̻:GP nлap-eݵ -jY΁u&9f8G7f*㪵єkQjȂoV|u4\/tuRFؓ-J8l*w=2)$y_$0\W3ti9Nl:;q5N۠b@$ `>>j@?j0d   Z 6\blh  d  ` 9 :=AWEE4H0HD Hp I (I8I79J7:N?7F4%G4<H78I:4X:Y:\;(]>$^IbJcK.dKeKfKlKuKvN(wbpxelyhhZziiiij,Ctiff4.0.9150000.45.47.1Tools for Converting from and to the Tagged Image File FormatThis package contains the library and support programs for the TIFF image format.fh02-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큤fffffffffffffffffff7)ZO@Z= ZfU\IW(W.W(W(W.W.fW.U\I7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)7)ZW.W.W.fY! 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 1724054489  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.0.9-150000.45.47.14.0.9-150000.45.47.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:35291/SUSE_SLE-15_Update/fff64c3568bf4f39db9e3066930db0ef-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]=66135ed277aad2aa5c42861cb0abf9040317d9c5, 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]=405de221d08168c58e83be6ab94b24189ce64251, 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]=aefadb86df20774f46dbf10a0826649b40b81e0c, 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]=4f0abfc82a7117e118fa9f1f8006fc0143e49bc3, 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]=835d54c52c60fe2dfbbd3a4f24073f158f7a0212, 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]=fb64309a1641877959be2e40e25b0a27f7493cf6, 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]=9435e76a58746eceb9999d4fdacf10b6abe9d8ed, 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]=ee4c7a6a9476fdb9268ec918aa0e943b5e7ad934, 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]=998598cdde7cb01aa0989c386e4a63377613f47d, 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]=7e69a39b6beda4fd5c028e09c455c34188e6443f, 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]=57aef40835f23ab0ed88d7922c24dfecdb45ede1, 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]=66b406c0b61bbb51e9d9fc057a465eb7b98a01a1, 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]=fff6060e64c49bc2fac5929b22ac88faaa828616, 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]=8234cb2f180ba892a39546c153ee69cf92ac0217, 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]=c6453a51e0cce6456e0d87e71fe5aabcb9f7cac0, 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]=6960b7ae94721d897c23d6b7ed026fe463a140c1, 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]=b681fffe4d2e406cca8e65a86fd563f958e97248, 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]=e0daa96f52e2c1a4adbc0457870f8c6c7dbc8f39, 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ʴdcT_ V'Dutf-8aeb138a95f1f8ab5510f94289b3f905e6bd011d87b51f7546a3f9eefdf352183? 7zXZ !t/jt]"k%Hk+%Yv[#GKfP1!W訒+Ô# QxmRЩÄ$?Ul.A. -?_uǐNd\F̤w<ϰby1"p= !ʕP;u(IYQtdKo,VLap}#lpTtê\ST;ECd2akhw*^>u1i$ . NhYY 7]_ǢMc/2؎cnHLPM>r{QHqJ#~J/J**~ʲT86A%M5[UA2ynΫ lyT9z-|{j bف9@]2X<L֛ RÕZc*+ 3J$F:PXdj9RBԮeŜo.P2g\c 3Risb@^+zUpCr28@q>-qo_pcMr#j~ *ʃ{gI?=?SX}R&Zѹ_'rl>[fC+'0(㣧XRj8F)Q(<׸3 Vr8A@b'#Y8W!f~H5\4,@`>m$x.B7KRa7 MɒlK6랢PŕGԼkYVWqQZm'% O s5ꡉL pC#f56w(F X+[3].uɏC 3c^塅:kqwC>E)#@/,vO3C-&IF*!嫘\ vavqKEXOV?WFD~LT]h6~bv?Vف|˽]HlE:Ԕ~8d!*:1Ya5A~SØ"`03EDQz?[/aR n{Asi-7<{Æ*g!.غhxYmko}*k6JOK@c Sc]Kg]fw\dsngb&Mpp3 ݟ}~LQ۩6Aa a@x <$1`ԑCI"̩LQپp 1I@V(=dH!9۷[J?O9Ϯd((Znd3YAt=|ByűX_s \J Mu$ @~S#hv0_hAx]?KuTKL"5|a4]< g塘WW;ПfWGVNzvL[Şf?c; HGPLe[Bux;fnU@r1tDRXWCƎg6@{NU~\ 5r2`D#;R3t~mGN_mGqG9iʹdMO*tG"wj<n[]H* F}B t%U4id8w/˦=76V~9g{W7-5Z.ķ l?{AcC Pۧs6"! q>Vî=_fRev`N1k$Ѭʫrm:k R3iMGoR>1IRBռvy]j[l0tAIo[IZ5~b7{8dy~Xt6q5D#ې1Bf(~!~Ln p`~'9GdC}?ީ{|7o2B^̃gC.79`TL!<1 >φ+=h'+uT'nNJ0`p~s%p݌*EКzvGOtC2N˾ii;V?GJpNP){n#t[ox75O Dx~-˫f$kK+`u%=䋍fj @ hαܢ4sS/M^Q/ͲWU[;j+ɱT5@}.7?$]]KYPIǸ-ؒ4b{)I(ٻ#o=<]ddkߧyYU Zո\ >7  {(DmJtES 1iAGJg*Y]IԴ I- 4fSW=\%ȢH{sx;$ ]3!O=!P by)=m6Y~< >KЈ;;_grӌa^j-R ӡH@"3UNx&m-R^0V"6C}:in" L- Wt(Vc2'ӗZqzzjA޵4MbG3h/uGIJL |.]>F)M[l=BlOX3qY^CPc79[MJBk(/M!n cxm>y[&KC~jY h#A2_4z.lhHmނXb&qypEB=FKcdwCmiPߢnD0u@?621ɢ|-T1hG@ꨤWʥY6mm57UE>~3eُN_6_Du=>ܙXp"k@=Zy_ M9KXƑc44OLtR֐}@0b4+Fr2ji;H2j}]Tc0o$&HD$?vF4#%n^vQ-Af46rLιDz5i?JQC1:nJ-^1fdn|QidtMXm'EHo 4 [)ǣT.-@39[=.޾bJ4H ^A"i֎Y8r2YPfΉ Y>,.@K C{it))Ա(VAT+p!VmL%h>sRivS7Th{8;O?N= m}x)ȣn&$vmޡB2oèbCjQrw 4Ո+9M+b(zǯpJ=C~- EMƱ+!򠡕d dbgH챼?=T[muA^mRcS$;S;kB++lnAAM^@*!(x-] [J֝G HLW*=O9,bD ·Imqߟrؕn& C7eoSdAhF1닱Z=V8hV;)Jxo"ʐs2K꩞/(JϷWkFؽί1i OQk1wJҞwk^b`ss<"!( L>DP$ea_R* *!Eu%/NM~'y=0{7AU>uLDФ%*JYP/lj"b )\D(Dòd Ӽϛ#ve?/duͳ^Ƀ 15E8z}ELP*BI<>Ii#KץƏNgls Ywq#5a#֜ {vц!7׍=) 00J;܊#^GǵL夛Qp. kZ$x0?%$Z`A< "oE٠EU_ oQi&<|[tC\RQv(sa@A .JoZBژyGmKƽ乱[V¿y "mx+טӽ|)2is5 @c;"\;6,׮}Z9F(1pm Y]oҿ{3Tp([yn9Մݪ%xKƲά2n7S ae۬6' 4YIѧ.T1/$ KQbJ[t{3"G^RB,6?? Ib~®!o3M/ņS^vt†wVcf hb7uF7B"a4*`Yʒ4ָÚk*Rr { 7L8U_h{_Fc>%nE_u)¸KYΐCoQT*ԝKڳ^P7$g :|GnZ٥]b,A<='|@RM!w3q Y6} e@".]oKJm4&;|<^0jX]R'9 N9R2wPRB*Uӿ ~7;Q}DMpcuҴWi '7 Mٲ^P1g6x.ds9pIZQg$$ #Fgb4wCT5R͞.IRgEen,]d&AvV&& biʴ+B9(iT(~Ϋr}rdZBx .Hׯ8;fvB5V.$L+u yr@~|(9O1_LDd޼>.CinBĹl4q`߲\Ο8#3 qs!`+|?Kl˿A{DJ?zWbd9e `zGQz[5P{MG(^twebۘ @xNAtMM:t3h0ڐ R1&r\Qmb'[9_X)bj`W*C*B PGyWtWUFр`H.g=*[;)IVOff9cȍcYPpiNg fׅP{QmB?9m!bCR53:]',0>~J xRDrIjr{}蝠6ŗI.M?L!#Z{f[ (u+cӃ_ع ߦ)-߅HYX'}Hʰ8az L"KIqL/ǼT*'U Q6@$FA箢mf_TzT5&"+ qRSID7ø+ j"$:lY!eLOu/ow'k Sw N)_Vt~O %kS\,[O* Ŭ O1Imv;k*O;<#%r!OVM$}@y͕֮Lw`ZaB L%ʊt]Y^AmmS"8"RA3 co)2[vAuGս.8Z ~7~`i`АFjz[\Qd:Lh0e|w;I<8ri`a~#!˙Iуu0;!Ғ zII7S$LI cMգl\QJ3?.MU3db! ) @-W'߷DSp(IϗûBB\-Lqae;⾇5%@IR9~Vph9luTgU3xZj+3+^ZO,{=^bnئld7h%x)didgֺa!p q7TU= ftUĈeU7{(tH[-Ͱ?i?: $ dm(}O>\a6cAr,ER8f1:Aרgu +gLMycX>[,]5)VR%6ko;d"D7W.5Yj8vQBoyk$>Ab,szQ|1`xgw/纲ˁ$Tszqˊ{X%+F*53|ˢDȉڽlc* xwƤ吿t?Z|kL"/;v~yߏֆ3l60&Oݬ!,u=PA[3{ǰ"%po-ᓯM +7 L٘Sٖix h08 dp(k+!K#Q%"_*]΃d-7[gbVՉ$WdBhݦ'뽼"]WC9'84)?7(D?sP |uutHA>zbρMNpWv=J-3@̭8:ťS RT+gh}HBLnxvp0hϚ.г#4l:)Y6*<'ϥLq…])"k&k3C:#Est(?b]SM s=+*AY|:66Ncd=H>^N2,GjǕsF$> wV5<Ē$Ԡr42a$..aLvDo'*X 9-QpoR{ԠF|~,|Nq5g `;a!E`Df>jz4a̐)dԅhc@L*u!tnDœx;edCJF`H-;jJ`,?ONJ?;(bHbˣmN>AqPl5thj"zGGĝOnFR 2X%*&TIcFemxxxc5o-CP<7Y[/y˙.oH(Gg"S8O\89#ր?F?>yT) NEcJ晈قu-~gxDz+Q/G"c3_پksL bv*Zsjrh ҔtV׎ٵ?PˆT}Q&|j(MqY?E%-&r&L(vvބf.w>cI2tV2ul* 1;-a2\wj:iӢjbIYS%uמVQ+~nԊeVUBؐxXg )cx2* 1܉O'#Hv%?5_G Dq;>*0$ah5BH.KݠxߏyLӎ#j>:Mޖ:N~<0訖4Y,DppDl?ء`F;<;_H߯zs]U]sX92w) \ 6~bTpW;F( ޵Q`)C0D1obGhU8˳[| ?GǛo@ddk9!9-inQ*JAG4d>"pyBjTSS#jJ%Rhw'5N_"-o D4!nԶ鶺\(8m Wf?5vq-l0pœ\>^J#uGIշQ;!Q:xLs8Zs4S{ƛASd2, N~&4s>hPCZX %r)2jsЍŚ69Ŷڞ KtFo,eAjYĨ)Dtgީx0U4~O彀#i>jR|DFQ;M|21ɟ{`0sm-L,ff)3b^] :[`41m%ߒցc , &"m`#(4"y+2]GL#/ÜgbVenU^Oƻnp|K$˄BQ`yGpuR?dML'Í2㙕<m2O>2x'@vՎZ/`ԙR.?Bc:E}=?j9J  >^]E!*[ G6 YdB شP+#ohX*#_&GpbL;:7Ѕ@ޔA^wFDot .g&_aLC?DӇom&XPTA~y7zHdxSV4Y]0Π0U NC( Xx}*Uzwe&ݢz/ 4PKd8%ٷ>@zhOƯz’?@x0WzNl'׹p ULX4] 3ۣҧL3Rkg(jGHNC#əL]dž@eC3#d"/0+/%eմBҨAyi5`69yn;W}<#'zN"t!{*p-i-@,Cc*&Ey0s 2,8CiEda8V4;jkf]`54pe`MNP |jawWA,v  '[rXߩ6 VH)uu~0G^x =%.}٥]z_B&.OIy{v.yO W7?Мi 7le]FqrXpIghX +=CwSHFSCInѲExoXr'B"g &LI3OUZwפɺDxxw374"2<;{œ}g3qzU9 4#^h+=a3G=l'.Ȱ~7pUOV^%bbqߙzeWo0d%Ӎ${єM>p[|lβ}k2 3eWB Ag6`gO+TSAN,ЙhvTi],!iny_04}-vZӐK+Yai׹vE!aJ -f j lC Ew)p\mL`+&F]Rrػ h_tp| 1R.99W5;3?'6-N7GK)KibtqkẀhms,]b :{6%>[sg5Ayvl=nA"';+wD L5z>?5Qސ;?6&4 ɭY,wX$;k>׏R$~+[# _"1>-fph،^kp FR/g2$eji@VSbkIꝍ94R{xZ~,'' eUss80m_.m"sxz]#!S}Dӈiok+.k>5PyۀZH cyXq}2'!8 ]ߣ'`UtgpwgYO[OEFtLJB&k99iz۟|;q*)ϗ\ `fܕA7H+lGU'G`8͵OmHvx>hKH+#R MAvIT\PIZ_PȨ4G_p 7x te6ގHdFffNd$2:E_1u-٥x_ț%oU z(UUC z!eǕݚ/; .i (ӈ[cwm抢DƮg Vr.*Xȁ>ʲ}&(U[$H?6G&OYLO+ OQf6ʖ;X08|Ic L'-Tш*L듸!`S4I" 2>*Iri;8   4ED1㗀bg1;=F*Lhg Nd^x1[C`yf!l|;@)>ycNC p*f~3F+x$OڡJS!kd @l 4 J(*GH e);MpQ{}P,&,K/GU n 9DI>rU2@#0.yEw{#v&3-[<>OkuFJc?1vȦLg3^IS= ~#$Xw1&fg-LbDZ^>Pu)ҁP!=/c9TvC-U S6{YZf f3,UtMָkfѻ Az" cEPtCrv%IQpH e#QX!:F)Q\sYB/qW[(5H_ھID:6!elrRb~?]WKJJՃ9h՘wB*/B h9~1i`2TF ZaB-0Nt[GcU@\BKB],"?^Ã"H֥*!s4}N . $pzh:gXa{-,ڂV>0܏Mu.e6:l< b(:oEȳ;{f4f!<AS`R9Q!HVO6oVS|NK0P {EӤpn&9` e)Mң{ck V>kj1IN |>/=iO!-Pv#Drּ]W'/Zw>B)p.`lZ"y=@HR-@~c4WkC |mD2]͑(=UVp*wd(bNvl XPvN)-`90Cɥ4NPb˺UvB`:zx\R:8=98P_և|_aTC=3_v/|q/ ##V֦5;֔i.ӥ>˙ ~v[uVӓCt .硣 Ez}]GX3h8fX$Du(+= w{V 1Nm91!KZjO-OqE8B@ZqlȢ5L(s=h^.jM6`ۙruNo0+kpKUvk0Û t/JX8y ep>Qzcvu#tqTM9 >DIu8M@u4نVJ5FR|?<P;Ȋ[p"3 >n@dCu |ŀ8 KroAvɈ*;E&B|%1@N zs1x)9<աMԻMՇ;.k̜QyWZR7Ch1אޜUXw(?w|  k9dgX$@LKa?qnjbJP!)LDMd90iGZb;NSlA%]69kIgO(xSޘuB G1aĈsM,\/OxNRx`.Tv^إE}:m˂E,$UqN[} Q;a_w49׵ڑ92Q,X"=Rxmh.&N;`-R'E5MQ'rU:ٜ;H,!sl`oL߁_`6|AIRlB˸#нDag=K͢p>Q/]RV%;ט_gI pI3zaݺZfe:!U乱OhL{Mᇾ *RxǧvQx cVJXo񖊠FKIT,-Ÿ.P5XK/Ef6z5[FlxJyX'hQ4ZwFg35 ì.wR^`=ڷH( rh=(kaQH5.Xqf6 AF„;`L0m"5ީ.̢f Qf8Y=6P,('JP{HRvEkBxasZ,t*)X2w+ebR3Mٛ*ǝ#A$4sZ"ꨃ@.4ju%Y=X':zqm MJb )Q[z{wnBad6 *c='@PyW~LuRK[ w)rlm932*Ma xCnU|ڰbTYT]SHT$Ն{$1QLҪmbS |E5!<* Y2]kLUR>i9Ă pƶ;ﱸ~/T}tP.Y4ٳCwNlӱLRPk m+ ϸ߰栅cJ0U %1G]&%6v%8O]ݑS~o`0v^|+S7l$LlH$. (u3&pfl߈j=F-eYۚq]boJ8)R֖^扔f/=lI4+sIm`,d=rTި1X(DwਞJQB/p t]1@|n陎"buqra46†Asvݸ>;2u Am3ڦ'%qoSŭd>*c?H01s>%v pm\;w*@-% ;1`ab%TlxWvG21Ja82^81Fz-yĭBPu3?To⃨sl=3y)iƸe:6ܵIkՃBXan Gε)YiuRO_h kv8\Hoǰ)"<鼔aa˵2"ac*cLV l& iK&&KvVJX'՛NҘ ȼ^^}jP::_T:K.;q=|Pr?<,2ڸW5@]_I!ٕqqNU*įXwq9xAབ  &'V(!kD{LirCt{lUf\)IoxaHCύ67[PBߗG#>nV7o\XskeXdCw,5DC63V3#Z}a_^8[] Ӊmxf>|72PSh=؏[,uxR.|71Y& J+0DSYs<4;,8@c%?o6W<anbO#фAyg:&>{z᧚L=DtGr({:HVtPWL&DPj7*^ fmLCY/LL۔.M;U]?3nsB$ӒImaݠU)MPЩ?U NIGyC؎+QW/X aM&H:'[Pp|P%9,#7 15#m8QA;}䒠[)F ~ R8O"BF}18\ֺ1˭@_so^`зAr;˖~U%BwBϣ.^6 I\\zd_3evjhk&L63rAH*dXcCUD 5ۋ䉎Ѕmp8ÒU/tUIRh摆_FϜ=l]^q!On]\nG,4:CDb$*.Tܤ)'pcr>󸑙EB BZ ws»xK6 uU{(xױhlcY&vrfE˜(%S[ah>BFOrx-\gXg&&0G(vHy/&JXҫ\\$q8} S|lg/]Z쪫sL>fLSe1{g-B6BQz2_}L~_;/ZC.80,;"z>$QJ\nVm_]f$oi4v{ 5Vu1PM?Hq>pUW1,o.1ڭvx؄6lEQF4X!5-iX!bo@&_>;y0eOgLrbSo\iAhаWUtR-@Ae==Z7THm,AwYweezM8CE:(9W= VH `DP[~O PouӶY&VM _wΖV~xy?ߓ<'LTM4%˛)ԇwRP>̞͘<ٵNY&_36~ :8<(G-yzᒐ6S8,HM|${޼P Fƾ0FzBf7 d4-(;&QgNa|O:zb60[g_APVsxʣ63A:djӽ^*kt ob|{ G[т*Z"Nӂ { M|ˋԌ._\u=$&*L#b.4IQfSEtZt=VoMDQa2F ŢUyRFA#҇wh"w8$ ;tƨ wZH|Sr{3'$;pIF״fI'% Lrpߩ4ئKK0Z.1|j˂VRHxz^;'b/̠=Zh{vnqQ 㿘Db4Xx\jZE\0PòǻkלG٦52)!׏A+Z(W_D.8'܋~yy9wYǟOxOzʴvTOGi5\R8Ҍn*=#BBw}"F(YWBЫ7ؼ]Zkx[7p{/ |׉/QLmYn#4rc+Uⶂ=C֪m,/'rLsx̟ Mq*bcoeqc/Z! (h50(i;xO:{1tWd`kiW>-;%R=`q\G{nKfP.+͎;jȩ>qC]gV"[S/ ʯ :y.tw=؂ݍb"4I3|p 8/›I{b3t|;g**q"81HYW,x\.<5.bµrfVO.E|ZΘS2p߸G#+D?+ژD2p۟mz%Y5 (Âo뮜~In}= }c|͜ts}.ԣvt 5jw@} Ԏ4qfLV.E1)w0/ |2<}5mYnڐտ.:=U`n=ժ.&*Ol}5ԽVt{&~$V/Tҝre@ih#y)拧N5݇T9~)׿.R㦰r٭,@l˥S\HФA$˴גF[cf,=Mv2^.A[ ǦH`Un"8 &DQ #jÄ2 cB<|"`ٗ@:Q^01ESTiq`!kEʔ)>^˞!Ol>ۛnuPs0mxZ=3Yf3[@]1w8=[jKRm֟&uGWRjm*)έo=V5&է CK M/oW意W~r\WQ'VPوsku%Qlro{leu[ͺ7yGi.)ݏ1tt fxoDz =?̠Yi>fJffUMJ=1s9u7tUɄlת07q:-o뉅 I;~mB9'0jx+\XFHiwh'2x\kz UC4J<ծltHwA@I20K0&s_!z­PiC{m m`uVnۆ53%Z62#2/lNY oV\H rON6,/_׻7:iѳv <(G-,e:~/:@Ĝ\xC=hV"f,p`C[o V@JPdNj&}}#4$BLւw KDh =6IAPj=?o"!גJN];60>Lle yd)rF5JC]li޼eɲOÒoB& ! Hb|ouʥij Քh'k{Y3B [nB˷3@^n^iΒf׻ U" GZaV|W:^GWtq}! 0 :/| -x;R}w"L/ `Gmsa=Uщ#n_ܺj2j)bB܍j0[lR8i0+X=;L&@nC)Ol??(p0 È4PRvωfO6)l#)\0;b1x7ω!5پ6ʵb۵J>5ҵǦlH˷mnôVXks}%}q/ $}eMNGix *n8Ժ'(tULcnCю yM'u7'Mp4,6*X&Ԃڈcf(3rcid%bkÓ@8b|De,q8oLJn /lzZʹImso.ӿ,~i95˜ˈ5\J|^샺BAÅ:Ϙ6a20+~OΆg\gsq$gS;^4%I PD^ 1 {ḼA /r&aa0ǬdƵ\:u+乁~ I fGP@Xu4Ž@ uoO>MQ;zogXz&Z!{Z ?иRH{MUW:r]DD8(~Y5INUj^];_&-8£qZBo^?t ~3)i.e_a$]UlfKl >}]Oy+!^Z|MqHXX9d> +".꫇f%{\l&ngjV%މ>{[PHk;.#G^̌unZMThJ6a:2ZcsEh%М>WUK^%):v.GQ;qgih?UxƦhxpnr8 &38ӟM۩>â-_䉯HhdZa2+(U釭j#߮UjVEU քqNYn)ΫvxdyAS%~Ľ,lmEGm`ڴeFr]Ƹ+٥]|T[RHZ%ϓI鄏OokNkxv |,+e=Ѱtgm2V&z$ kb4{Am冓{D OĄJSᛟk7Lͦ_2fe=ϦT"wBC3|uTjHԠOgjH'/+N>РdE1.>~{'9I˿4qŸZH " .RJi9KctZr ~t=d#QA@>bD;fDZ]^۷=#'P NOYS+SG']B6qT_Zɍj֟%Ze21?f,xtX(Xm^Ӡg<㹸F &DQ=ӚSX Dٻ,AEڪj7TFWv.'ىgBG 1ro2'RPK6ah mfS9X(~LO1/F-ZAF^g|uR9ޙCnxS~@`|2LRnk>"^`[9Rhr5 پ&>!l%T}nt5+P ŕ2u_|*o"jU$smY.v:/v @dU"fI]WIe~mba\,`ܟ9:SutVGR>$ͺj)`g~dGg/xO!?j^h=Cּ]Ӑ\s5-g-30}38` `F[m e7/j5 ϲ ?EXe̼.?ӂe]w$,c~vJĦ.!3TzaIPsnh˲=9-L`Jf!0qx\<[EnJe /wRCa`.6%q4) H~޳~7yy.s)H:O;Z`G`})J__{7r_Y.T&X& |-3<\G;Jg|3q#ȸm:?f| $ R: 4K518& ٙ8'3Hs4W/[o[_uB[\̶gdE˹d\ U5k|g|>9q"ӪEĆ<LE`հ1(*:o6kuΐ=E:.cws7*X&V~H`r}ZnT<7}\$V-͹W1vظY8i9fuAWim u)~<9ƌà ?[AXSCZM 4ӯyBI@< kCL5-6{1ΐDIx١{F9S_"P3=ޗ]L7*~(tӣÚU"[65zɽZ;;U^hNf%uRq>-Qj\]Ks:T4wPJ {xR=uOr m@ ٜ1>f[[ؔA)>c%YuhWsȨ.K15ˀץzXü%6^)majۨ)[YsK\\9'sj%_ͷQJ7 YO+]i}j 3]W[$}8yTfsO;H`z|2A/9PQEnK#y>}i @ud6Iх=)VR[@|< ) ~i/##q HA?7B!k09!Ȫ̪aWq ?0 3|Lր'.YL=#:TcKTmc(!T/`?h*~BVZٍdsԞ<8桙-d RE?$Go0#E_Xx š_M"B<ɂx>HPvzSYvMj`'=۠=ecǻWOngD|.h B V2C<,̗2(Q=2T}e%Ol UZ/4GFp~!dP+>V\JaiR@_LrsM;_mp1 f1;:fK;2,ۯ) E#vo~Z,2e~V4x5 }eD_nwVv[$bw3,@U$+<"0 kLw2φ `sZ5[Kz1pwk-[-0olWWy2Ȼ\Voe_ SG!3]WjXSAaAJlsJ-ufiB|Z1u Gsv*҆ō!Ăx!O?z+yC rK?\ǫ|PN0H[82xsi9[ͲNiKz(M*0o{PSF4m8M)^AJ=L~IBc崚 4!ܐKwkP|8YTvTd5hs_'4umPW\LrI{!f,vA Kv1G޸$WzPzF.].߬=۪pN|;К1T9`q=ˬT||SO= ]!oS JDnfh-so\lr $lOb- E6J GQc6, h/Ŷ[JvdPx{FgfH/~8 Dޚoj6a5 {Tt6ވ1j%{֓@H<,gD xϤA"Ŀ%\]x2X+ߚz^T\xDw;L~[4ss…V7tWg gQ)h.gr찬mU bHvq]Nr!i}m?T|S}$&lo6gup!ӏJ5Tv[_7[f>"UY9ˢwf/R&6z 1;"R>n|ZdtpwuET# %$'uʍ#`IW*˩5"|ѭbvwd(N 9o. r`nxFxDjp^kf]Nwe}؏ńm#c, ]b>ٟo ȘyM`j!vArEkdhB>Lٷm\xI gHӰ$Gw_)pZ{,'ͱԪ5%7( lA{iu1]>%pg(Pת+=fN tɦ bS'nU鳤j8NF Ţߚ݊pIA`ذ/M:ߩ3'd֮oH 7ZO6"G[I&fDI}D Wqڈ1pKo/N?'UcȁݸPY ЬqkXΙ9^vxs=Qǚ7kWphI"Q`m>(hA55_1K&UO3j6l3ϝ%XnL1؊#;sjz×hIxNlàRJr& 6*,YE_8s3,f\!_C$L>ϣHqQF4P뙙-`Vn*9,W)Yƻ;c|[ClI'kG ))KLDyW2X,/Sx|׃({@Yrn]~-64bYqf9L9Gw]IHB#[)tTZ+(ⰷ#Ks;AxH{j0b4aqA}|Zlc7frBXVۤ 2E9{ BE*1?ZlbRՑ38S54q:PTÂpqoqXDeo_ǻZ8Ċu =nW-CUv"DҌz ,V܄\n$]{!sbn0b6Iܢ%ܫ \J2i}Z6lrq'IRKYNlR܊ͼxFu''uż@bܚ% |`B+U53lPܑ|/mB0VqyU:]l0}f\ :]xO _%H}}{ٙStZu= %{~ŢL2W(ZLM7֚Q "SGȌ nγSX+Rd}rZؠ0&&2!H<@~ b[3.YH~1))pٓ##By~. OS߭ fx %u4}WiP7{2IY;{!9iQA[{0>5GojWpUmq LTdŴ?lnTJSî|9l/*YFrmM̡@A+ e˽OF_|/ڜHDur5`%In-ɿ2H'KOJ^oVҞQ̄TcH(ƾFC+ "up:Ez65 b)ߞz̜͠Mcsϟhp(5x/Kk-=zb_pn1$ÄLzcH͜3i!Oҁϫ 4xi9oXy7nSÓx?2mz\$OX]+ZQ$ 7e"B[Y6R |/ODGcN S}i8.m%WV[+vTf]:xH3ٰI%1/oM(hކ(sε5;Z ](`k&v=^\$N5AVlAoJ°XY/ (I ;͜"Z9LZ@*IDΆ0)fUDk{v<2oHNse!Na9-`C}ZMÑn91Ę[`.p?BX}ϔ:3h4zSX  oV#3(QsI#Y=NOH0qxbsNᜭi4 iga1.AtS. -I#F:@ŹMd"iynM}bھ懊R_6=EBKWgˍ ?URaOn$hj:C@pD}alS`CGDk .vYK7E]fO 8m猹_EKVSvt)^fh:B*ǮGnoP0% ,Q@JO.7^Ez:b  :J6D!}[k~C}Rn-|l5K(Ual>3Q=R,7p>М-@̵%?$ꑨD::y m;k@hȁ٘oASEM5_YMY)WV2j:^h=A32(Ӑ=ϒY$3]Ԥ9iԶ4ssbz8+$a\/wr/h}.QOAc-P-ml|DCs[HVfusdK83/w=4HDBmmnY ;NXKR$Y*Odiw2yŔ5C)[ȑ05 &TܘV%E4o 64S0(4|5iؠחX߬H4"1n%u'Fasto*SǷkxMkV T.h7DbL3zP8h}nG&~QcC11hSX1{־M"1TPjq M2ʖ%L_^S>#S#IߠArİW9LjCK;B ˬNn.+!!ǵ nĚ^{Ys P#_/3ЁLBW˼8P>J(9K M {rG}0):^'],E$W9.C&YŠ΂mV| 0їɁ@&ްigS͜堖J"^ (cyĊc}. ẌJ iD`@G[(aZq̾8شv#dsP5_#t]].lzRPZe`Coq5=F.{iBit])UAH_pG.ƾi+sұԒu^F90ǃB约Zg.V&AdbV`CKBO[k6c{븈'r@$zpIAg>dnugcae_R(mOLG"9+H,^1F\6g(b1PǠ(gn&9:ۑuOl Qon(sof-H CI|&(yU &aDutkbcj:Hβo"aR_r?&+*IH"湒O vA096W n ĤZaRHV9_fqxU,ЕȨ\~ϣV"~N (2{pԁ4\B 8͈#OvdUWPX|.5.Qĕq9,)4yF9adJS[gkm۰ZydUcʴÿ Rqf9New- e51-㹌l!T, ;\pLJ/bd*vJy;RKLic'֞g<\"ڡi)NـA#7TfӞ6tb۪C_ϸc$/ ̓ϝ%@D$2Ό#<">1oܬ ]CjաqܯC<>3IcnMVwnybLݗ!ADDXX T9M@-P90|lC,^"Z2ӬH7YuN@497QRtsnlBld(Z&! PܮkK̾mTY{ĻI;PwjzXn0]dirx@S,ɫ FBiz*{Ԣm8%+^6xFxB3VkL".J)bFgٛ^N<Ϟ6A@NMэ.nˡ!uaRB8=z=vN9b9oS_22lo6ٰtOy°tsgյ Yzm聬^EB-@R3ӧ9ZZA'O^#ŘCt] *CZ|@PiF^"01dm$i2{ Jg0'%c£%L?8+Z;AO&pPRo8t}8nzCJyɾlz&BiM-(EMrqP67 .to50a|| K- |+}"2i'-9YL72IZVeS3 )8=gLttҵMPytyQ=h<LfwfեV>ʖ~ ;!+&H @"A'xIc11-~I#fk#h,.6BͬD5M_C^~?*\yf/ \8 D769U>Zо.czޡ"f]o} o( Xz!BqQDybj8T5Nl "dj!ªo\ Ro6,4zZZ.vtY:jVInVQUJBp֎mOڮ[, %{\?2r6:o/ Ts,rnGgv~M7q68bŠ4j/i[~ȶhɛǧsi+"H$ cfvQZmV-Q]Q*!X];oiPvH̴]Ţw|ùVoDLMze{$A!Q pO }qhy*JQ]O@ؽ3t1nr rj"fsHWLpjZT/J]θ|1DR!]"T`={[G! MAyi Uc>QB5A6-]o 8f\i(%m,*Q<$܅{GJR} s/q!{7hezF@hpդ-%3*cAKhxBuxfN7K%O< Z:? 3~D6C9ػ+?ί&k}2 M6..m0jiWoΜ&paɁWL,ksrL R&fc+d}vh '0R2\:UJOeׯP:ҙTRů@H%kL'΄?)y:}T`̋F{ ɬJQvTzute\p"Z$rio7ɉTS:T L~^] 5|SEd +oaKԴН@N<&xܔL /īj7Uo&ZY3B K?ӥK2 0Z?ND_GWkɍɂ1C$OE'K n5x=`ZXV [u8h1+CLͺC?vXǛÜ'yٱ&0~7|5] ,-sR59]-2ix7pL1y(XLo֗q :'%Hݜn\"\Qk&rUğF xx9{I;RdOBz1͇؂ X7gsځj?޳4;h4Y/?S9Y-h>F /{RYKXHW;Ak8Vb6.!vڔ8M%\яI5O9Ҧyd= Of>koHZ儙eؚ#0ָh{KnDDT|\}TqNDb,h7f}y8_Ul ">RA !mIMCџҮ(^_ЈBc2: b:__t*\פk,GkhBh;,ry g7t죕^7'DUz(5uO!.$?gy~`bW3⩠V` ͯ=y Pj؏z@d1j6JR)ky2,!ƫQx.Q&v4pMm>kXS++ê8̺{-&\k^YbBKʡ7-#.]Sc2QA~o<{&y"O|uBS'1ɑ 9nZ@% Iy6;)6|"FTbm"X8n>[=CYM| zv3mmdi9qMP]zGr&j?"2ZO*]v@R'-9SԘ=1}׃h }ptA9NlD{B` dNnbB-f'P! &b$J]bAޔx9@Z&aHx1z\~/&Lxon6Uk.1dtT32dY8-Q®$9K]."rH.G`>Mnf-rz*h;Toj{Jo׹b0&¨eC|ei!7ѝeʿwɉʱi;-1Ec޹SBgja_[XkKtM͍ll$sA!3:w{o% xOSwXKE_@HTs{h fx!m\x݌9 +3:нfĹx1JG5/Ҳ0vඇŪ]K$N}U~%624~xz]?ʬ*QuR4՘w") *)iwn=$I~B7bg b|'"֚mDUdhە|7diCjegqǍ-v]cJA~G}cA$NɎ3D'ktFt`;$/DKGMD'mԙ|?yuc xQ &:#煥RpW%&뉁߳0XTzy#578NL%`wT/:EIVR6c" TP]\.JB,/(֥ީbʹ Q*%#ٲG?ƈ+ }\}?6P?w);1< w ȉښ/Qr[‰W!'7?"o{p3l{}AhqȠ kRdH|f$?2Rw:\y^>12]Iҋ4FdlZFҞ&;R-}v<ᩃtfG `8#jp!xj]`hߏ*ILdcߐJI b^VM4 &`,`lY$gD7ct.$oPorq[~N%JuFQZi*ݪr<ɭ& d1Jߌpt Rç侮 l=2K]dsG@'-@{S Z&@- uq01KzCs{bmW+cj2]\V/X98.pfh9T >[H BG+kUcvŞ兩[雴 L_bstg䆩6qt[f҃" 7E7 ?4#a 凢g๫k3YWI8Cױ7v3<~Fü BBh)'MrmE.O+7g)&Yoq< oV "ox D 8ղ?2i,2 h[ ɛ.`pFv `I;%>m7mDT %(Nש!RKK,~ ۢbG; %(B"wSs}*PuT>(m =qW.;HX.i_Ousf$>[Z@؄#JRnW@6/Ϊ n R١k^~D:ZFb]{k)?5$ .K  e Y] @F+1ʫjA1)'ؠfVQ[Fz> tK;6 [`~'[!uAiv+P!wjQ;b M@DaG|)gtNT"I6@AV*^@o蝡]'Ɛ1k s0S+(Gb `D"ŠaQD}xjm~oKozuOM!z*s~y| Zm,o{-z]qz-GZd?@{h/ϖ,?cg% O3v$+Bf}- A+%" hG.% @I+*<O:-6anⷬLpO\97GZmfOʍaAn|u+-|uJ(1C0:z7Oe  $dbz#g#:H:.&#|Qi,b.\fHn3YbP%t2!וr;BhT!̒'dqԯFw+ZQC2LjǐfY:%`u-.>U1@+siQSu]E*)ʻCEܛ_i@% i("*q vsսw7xkgH`ݚ >OmZ;cU<#fG: c4ϜZ40\IRF{!o{ܳw-KR A]2 W%A 2%8/ò1~=rOb).^=t4>E!.u$Bm 4 m`e7]viD=z._-Eb - Hb5Jؒު1h;uۺRQŊ4(8J/d`^TWjb[%Se?GX6Vd ~M3K=oEjyn/"2Q~kPB7ĨWn(f1>`RDju`S yV'hk6#-"q2v\_43 8kיִgs&5eX[ L=|g3&%CyeOTӂi Ưw";0HN]~N10וw?I5w(Dqe}@I0הNXŽBi-pJma&Dl}xL@AbQۆ<&K(t% ^vp?8:uƈd9~F$> dC^^`'9XqDd %_= =yٌՕJrwIr_ i{c٠yZ)2{cwK!V ^deWՈɧJz0X*=R 2(5W~#RNfWNu"HlA;N86Շ)hkY$Q.Uxɽ|ηy(@'^FvH{pq8YwH=2m-G5]#Y]T|sŋԩu]y"cZI80fJOe܁E`WwdbI`9UFut`tL6:|p̒r}Rbٵ{p>0ju_(tt'H`JemSll fV@Yvpجa"F bbdi5`٫Qs!@pd>T<'g-xUGx&UZ5=i3.ji^\fij{,E X5QsF)?@M:m|"kj{!tIe?5udyU4("1^! Y]d>+[UskH6*+Ǽ[y}q;4yIѤcL$'|{N[;M;OFtaYoY?ʅvB#͎UY5ĭV44Zg]BYZP`Fy5=zWacoµq!.1*ʃM7ʖq@fRK<XhΌ p8?!;ZWw+9Nۻ>$P!J#E:x^"2møRuMrpV~} /iSA뉚MD  \[3{1<xS5UTk >"วzNfQwk`2l&ўoDÉhS{ɴ91P H4j(fuwDɸ?Ԛu[C5bf-)mk9F{HCjʼ[w:Nt|(et13_BW, K"Sֱ{|{F:-XK˴zZ#U7nj-S^ap" (4Ǵ"Nk5EntF<ߔ_;W7guwctvyTy%QJ :`j|``fngf헽@4Z@L~E6 o ãlꑎ eSJFFz^WqS w[5fM|^> IwevŢTh~ 8f{6l{J$%(/#z53堔4Ruc rmbsOrlϷ u/*wYk%7aA[m$Cbj{&d*ʉ&l8uA^#{Ɲ\?mpAS¼r5)ԬK^Q2jԶ_ǝEm j@ PVz8B y)/c0 g'c{ ͨv_81ֶyBx87JqH$厞|YA5v hw&܈<@4>z kYW$%+2CB@,#'(+RىGFb 5\|; ,<ڒQO!N:ysތHcyBjª Xts fRT?hz S\w^QAi{88:~4ԅwF1.+pJTtJQ* .psQ +l/8"lj9HԷf^b9dd}ь[Փ{/ϹUTeY'h",hmÎw#`|bZYna_Dth nxM)Gψͳ,:">ns:|ũd&q H㘺 [?.WVEأȹO>u^- UM`p9!0,|·^V 0)r~!%؞sh5NG-ʡ:^%%a#g}V JXNU5&~냔2F>Unh yV5 9 mS7c{uK?EϾa df,R}K(n6ӝM5":lr«)k/lރ)jT0HF#;*,Dγ]*p=.KS#$׃jKлR2|Q b3y@{ kWc%ܥ)rHnŌk]\R.+@7:5N֪tu]8<"<=K}sz ҷ힯}5+Fe_ul(ôg{O˯;DG^| ȥ\_+H]ZO;h4la?RSVCOmw*"^xz!IB(d˂ɜ*Q.Π%Y!u݀}sm`=Ng˟+J]E]'ADqBM`"Xr "F9t(ߐ|^|BfT\p#hr*$ (bXa>!y(֒+C8Jc:ً;A.4lW3䷩gS"la'^gKnkP Cj`jAʗw~4f2•[vx_nh n`4 F#Ua} X<$>?nV42U!;\-shWxTϙ|p((q9F(Mhri DwW!P3EV\0z[vP,/jۼ {CXʴ;ND-a7 jLd.u/\G&|4RY2$A;1bKv 2vΥLu@zx,2[Uĵ p;LeSX7R7gW,PP>wY2"`go @ -˴@1?Ȕ%ΥSM&PI K\G̉zT:ۇ}V?uۼ vH^f-g.x,Kjn2kH "fjX}P~0͐[_N;opSd9*5vgq9_}&ԩ71RS;C(7-W LH2" U @M@SOzo7g"i;p"W)x)2):}8 VzSQ8cDDJ2u?N#Ӡ}Ј8?k)^bJ5L`8[mJjE:;/[!D3~ z bO]5"wB6a|kyȎqf,ådHʑ l:+ t1k0d a㎊dg 950'Úf>N 4bnŤ@ opQ@f ]3@ Y5`Ҡb߲qM~vUW)W%?oUm?7`ZX=6LzO.mkOEߒ%gej)چ䣺КHHqD,zyW ¾u`%{m/'$)JRS`:Jalhu "~)sU+@ֶ̀So= &7{~mp֓`KyG~dAcW[WM&R;˟4RxOX-߷$)]WӷnUt!-8wtގdKz9zȘ{ڨ&m;4@(ul$b EHMtyX C. ̙ԟ K,0 :n.fIyӹ33d^,vļ $l3?,iA.B:I "eۯEGf|h VIB~>1IJy84 o 2@p~^--MvbM P93.(L6g31턑(n2 |gfu3"CQ\0J)A1F +w ˛!Kobe}ZG&G`7Rte|<ϽƏUCiH߼!vzO̢tqP)HW sT<2 ΂g߿=7lؽ$ڸ5}زW9ZMB6 `'Ň(`X? !ց ֜+i9`.cqU+0G)+1+I̭0a%E^Fqί8G9bPQ)e/ptU+8#k-%*oS Ȏbfj^LqNthR2?̦:] /OZ.]yXHBDWûfMR1ZIps7 b?FF_4$qLUV .ގ(5q =!cNg-'0)QQ#9N _ܛtF+$6f'`*t~N?80FP4оV<_n@*/MT(Vzeԏ+3= @cw _–a.8տlHB׷ c!ӳc2cV-U j;Ϩ-_eySeg^X3[j)F'# ) i`|sMKR/uS q|7LTf`ԹWb܁ixVB9;F^? d| zD^ yE==ܶcW@ޖ¤>˦Pyqo72ÒqYAvfhۄ#LAal,ՔeUKs7jEe=dogFޢ9'5J|WrU+rgHl4 7RS[t/"qo!x{y?o;PY޺ `ND}9PQS;2Es|ϷM- ab9g]Gn s2G*[2I4G<QyvbKBxCb'ݞ$%`i3emMaCG lc ǢQjܭA<Q'T6Ge}^\6>xtT֥~/GG I:BG(4H[Ael bM N7rmI %=ifL'1{ouM!xò8p XFx'V[,IvFdUkqg3߉dKJ;`ٞgf5/^3GԆ cżSL=zXo!zI#}.!G:0ܓ`55@pMgUBre,4GOKH|?v\t { ^ƷoXJ·!`fa3LQ7|9n uD~"Ssg'2aƚ0'\'gz@"Fd='[i_A6v7?6Ug,t7BieCb+YLƻ%JΩc[7"3Jxkb&@?{Ms* 8u S:Zɤ4đW>i9GSã'ZM$Я JKNXl8Վb-m zn/NGU*=fl$/{P+DT1M3 {VP$wgԨfIa$~O4 h]Idmŀ ۑ]’##Uwq$- ?859[4O!o&dic֠R╀n3|gS32u2LHuvuhƱ/TGSC9gL:CD,RPTȻžDii79>$;G*^5<m%1;m|38v'LdM$v(i\o=o]PMPRѭ̦x\-ipnP]A|7r6RM# =9Fiar֛{oTؐuk$>BԸxtR/Yxwu/jT .^,ke>wJaT#O{/MK%hN!]?1߸/}GCʨ^ƑmML` 6xيQHCaU GRE<[eVHf˓{)˸&iBuN_)kXTr{6 O_ƿÑt1i_!Xu4:vpٞ@~72o/Ï>"?~h]x:Q6XcLr6P}oO<սYi7+S;?jdh37pJt-y&`-(N2a{J'p$UxՅtHZ@I$^%94n8w)1W)(1XFurƌF^p+-XrÎ+OlU„L2 s/i=2 Y,q-A4e=f^:i`z~2 qv1<;ނW#$=A}b@(g%RhŵTWKxmj,ڿ5 ?dSvzf83oi9'ꌰ^=]w]W2BVc6.*K>Z,N'1jb ]݇lfk,ihRI|bMWk|y=p\SCiYs{Z9l} ive֞9(DXM+/FWY~@549$,q"[鲸w'^"i>-''DO޺~PP(,tCO?qRq v.ŏwIӪ 1Ew ̥B=Oꆶ/c#ץxHtGe?ۈ i: x1{ SelŰfZejJSN](N8 $mqc.wjd% DB~7]6p/6k@z/"B̤-'dFzLӫWC XKټnb[j T:k7X7EØgy ĭEZ 2322oQlq|L` @=Ե/G&3.wWZ7E8my W䃳ppV0r Q傝oM'L}):ǧ?n7 ,%-:f=4CU2tO,D˘ψE(-C֯ЯT=@j&G'\I> +̀FJB͗BW}& cc;Ķ# S/cŅ5`& IWuVjE[jsmlݟݱ4У/8j{*lV-lm&>3' V߻) `DiS!gk7pL!oe^ J*y~=={$2.dYc5rɋl|+ o@0WI˦?)e,xwV S},7'4ꩰ5i7`uʩz _N5232J;2,ӬVQgL1ݕWQ.ӮqF\K23W7q2u Q3BJQv+yRvtg˓ ˭1ߓIHynLS_XL)ĤGsTg;P_V̀:LqI Ö7/iY C; -2޴Z[j_&DqKMfo.1u|JHv |0= `!B @7Ө1@zwۙѕ+ dȅ; G_~s'~g}{Ld * 3YᬺEZ&ywNrPOǂ*-YO䏽"vn'uVUH Lݡ.FTxP9 Qh ZALDDW qC3mbY2tC_rn2D,." F"D'r6>o :PQ5 Ίmnޙ\ n~I|) OjUeLڹȋxdœ" ,Sc$qva]m4Cvoć _V5}K͸5PZ3%19&ZWͮWX&.PX)`Axr|J& `ip}|??Y[VwBN:h[n|z2DPf P,ҎS8f ^p6S4#1R 3䧬M r0qʡ}C-a8s{"B;A4 /X{K},k+ژO+ߊ*v6bx1 Ҧ&R_R$FuGlMԿ}C^ِ񤤡w@[qTd#f6썩4Fb΅jrg߾ҭ /o)q/o) dH- z]_p#3%͟t<I7 'P}f"{g֛^;$QOKb@~!1Y׋߇I]~ CQG䦖`B\]j2Gex_$7?^Eւڪ5.L ꡑ]# nq߯[@GL~ a1s&OTۄcl>@whqVsjߍ of3_." @$}㎵ wV^-/,>]KIȹ%wwV|z 12%fexw FiPݲ xՔ}~Wh;FiK<4~:]WQ(J,rI: D{`Δ@9jy:T)6#Di`BkKCò'*l]=m|0<qb{ -,0( 2xWs0 #Qvx0666 tP;TM ^WPflJ~9r&ܣyLPd)g$~AD*'e$t*Ct+{!91,pjzy4Cw4g -TXj&׽Q%oݵž tN c L!0ۗNCX(/9GX [ H Nd T28:jjiJ}g[pPElL:Zu;raã Y0u 3d~q[f"}P! O'Cy|zUdݝ;d; uqǎ:hgw*$E+̀,u_[S Jx<ՐQ1>|2Ũ􃪤e4@0Zpō{,muއ1.{sCϐrW#ko×d8/-PpJI`Ұðqݖޟ؀X)cCђI[k"=htiGuy;;HW0[I(eY'p h/'Sn=`k{t+ 'mP]O1ߣ7Yl< 8}e8l̷3؍\pLϦ|Cyͷn (ǧ]l@ ~>ajvwhgq" VUƥ 'n^Mh6OIu)Ш#>HVcAܫto3#~\U% ͔\Ɔp&~Ig %qUHd"ʉY><2c 21-_x8Rn;1Q&V{9vu<%6jdډt(f j+c/$ȟs qbb1 K]wvE`*#_}!/7OU' 5-M|@eEآQ91imɜ Fgx#|]U8݈*]$;/Ѹ/vi߮afH3rJʁVr0-3 4NgUFhS_g>ۍAbEۺ㙦UU%T7ʷE"嬓2+]9'\jJ%gmӛ+Ŵl$t^1HlS[ ʿլJ)g8 {eO2/[)LyE4B=og=FE)mQҬ ?YS0Vy"SZvDО%7pif]ƒGz,ܘ7?!#.aSaQ(ཷNrN>`5Ⓚ0 iW/6O>KcP.Ĝ2 h<,?k/oiZz}|=yIg\r??;*iD_âOq%s|{m~Jp"ك -uC3 JVv+ S܎R@jYBl@y԰jq7dS),WCFôiΝ4oio ©BmC&wIқHgќ3u83]RҁfmBki"Fo-`[=A:osg"7Z 1K7Q[3UGaXvg3Nz޶鹡P uʇ#2gdGOQt9c:27jQRY&Ƙsp]|9m{BatDC3WrD rimK2TcID%%PC Sv ʎ]Rɹ>H?mW[N8Ut|^788Zu4KSnD8) Ҥ:&7ޑRiڦ!lJt '\)́\Pl }#5C7%@r<:#kz| XQٜP[/O%m |9AYT!a؁QS]t k_5VVϘL y#TQI/pMBK`]&Exױ`8ϜLKfV}1kY؆t%>=[+'{_3j)zEv>pN9Si_f*BRh!1,Z{JRs^ZS"'e%=~g{!0SxTo-~=R%.@v}t{GH71X5Oz`E"BZCħ?M kMkqª#FycF]9%9ɔ]'_8PAGZw* ݚR0ɷ8|X@J{!=οT.]WnD#oi m 2zNy[ȠsQ&1F6Ke$BMLT2ʬ!&0OjdDba"cZ8:f'9?XDb KRnrw1}W(ECB},6j=$}% Qlh&yܤ0j-4ۙD{$ q$ K`}2c^$ϞE9nLY?'t'bD$ ;Jܛ#n fuLhJXm ܻ\FGEm<৲6Bz1 kAS5m[v-[Սy9~3#?2ZP=QӨBX39"U#z>*u B+yE&V02&9زԪ}X7nq1M`UTH ރғXx9$=\I~EIUSniq$8\ޫdo 6\E`i~O@:"Ec䮗ӹJ/SҩPemVㄒo o-e{⽐9V'9WMŵy_fúSR;|F"Y@nMŵb,9qp.)V=كn{n>ch/qZ\gi|<`^:яk<\BSX@뵹iB.s34B;w|6XNfPf(82̉uB:"ô+UU B&w4cfܡ(͎WNq;.0b'ҼCS ~Ǻvx)%8+8WxB/C̎A*x\aV="v~T01T4 wYDc2[5'ʩd&z&H@ Lh|, N*%fӷ ށWP&SםW]dUUb'\(<{zn){[)G8k ;t("w2ՂDv{_¿ԣU aV}wFeZf c]/o+ȋ3 ![XٷSAyO+^9G8l/2b4+)s[D"2K>2ޒN 8QĨgٷ%oIa[EJB?J 1^[~>*ΩcoYŲ*DQ a()+z"F.X-/4+  n Y":%v0yGA+h)R>66vK0:$1R%R_lAqaz v[ui42e&rbH+ל'D[9bnb:3]<$*Pj̅ &;Oɥ]iDr"Yg~^Gc#>? |M4"_'eXV Y曓bOk}n();Be٩1.aX(:Nxda(8vm QV'Π8y lǮ'6˿%b^HWrE ǒdUMͩUշsJľG}a.U 2LC Qyqj_--;4b`Oϫp"Zt1e>ekAP1kt?nKz]~ 5pI>$eokwB: *D-5g֧Lr d,mwF1v <+C N9oL{WTbWʴ[R:?tXfqTs^.L?ظDK(o~k%Qnc)<Iv21 8GW@+mܪzcӒ{}o_ds̷0Yaz9/ ҃fNiF`0E}$*$#(N*]Zx8eJ1I 1ϙN8!iO?b[?9]XN 5?# M2/߂C] k0A&'XuYyf$8r ة(6M*z5Ҷ(Np]#crCDr+(F #.GǦHY]+G2kiL ^d"kRB p*Z]dd+@tWݲF{epyz8<4Hv- l+>؃# m<+U[BaÅvbßbQ @Z k`, uF4{ֆiApA-M" 3U-1Ԗ\˰u%?"~OMYrS| ("sArn{)HirpZsN6@bE;.֌mhqBpq#K]R_4!G^?=S5㞿 pNP_JW_nҒ.({7#lU޵>TpGFx<ٷ8g4}s\o׮qݴ_?M zL${Yb3|qBϤapNc7y'TM|gV>/:+rNz&b*F{ZL +cZ `I~_+ap_ _CꪆBoz8^4Rf.;#ƄKyAͳJM:fSt,.h@XkZ*t`Pׯ%Q 1PXszE3RT;8"-uk}=6!4T%Hu<& 끉zfĞ -L$o"6ō4T'WQ?ă.VLEؓ@^>Ec`Q#iLHyS!edULd@eD;>.h,f^bK0iz Vyii!o$gat65ف>0DbjC,| ^@dD$|XDr V_^GHY>k)ww.U >Ԟo.T7?vtE8ot8y`X $rsR4E/~[麽 تq*QMtsAPӜxkVc7`P @JEb*{r $`# 3WsZ3Hg_0_ S EeT@ry}n֝ T| z$7ޣ$bgCIs`/B :-~r=>H1TlmIx]D6j"A3i7sIOͭUFш#ƏjbǙG R0↕ftBu /꺤Ptۈ+]L ȉ[+]AE_傼>(n|߅fC,,8>݋JtØ >WA89(e1'(~ {7?ig-gxx 6&|~q wE*ɑk8=}۝'bn^tkMqaU+ RknCBHk0εA6 lj쁶szŒ2%M5yF FMfL2;:')Ğ.H/AU;,#xګX#<-TKd0ŵ bli}/ l4+tf]Nij\ޞ̗'`T4d⦲Y%R)u(*h<#`#x",/J-ۖ`mZ #I!Ie=lZ/׉Bcr [ j L~ʿY@$fd< UbՀxos`чZf$Y0?n?ˢ?`s{p%JvRB6*m xz7 )KvH.!k>A3Y%jKK[^9i+_~2`"6@$Gwѩ?RnbFEzvf>db3T/ΉMڌXٸ67@r3mTfaĒSuirm u Yp▘M^I5Pf`pyC | 4`u@IwMnėTd*IUHО % ]CdQSN#ۙ`au*^g-Jk*5=8Pl%R yNH(ԝndA۰1H!H :_cE1Tn+⇟ψjW(PK: |~~$3X Vo"8d._"#LMDd8B$źfav!9|3Y1yMPօv+<#숷S+䏭6NtZr\:.ڐCʸMS˜Hώ WKsiE\ @Ǥ4b/ tdLhUk( "KlGz9Ϗ%theksO+z!RUTRnHSߜ)^%by .[yuفD/P]'ݫe#"D AE!wZ0ic 7T|Hlx tmVl15VEH4 6rU#`/_33mt=.'_*O,H,U>NwChdpJrʅOuAl{框Ge)d2SZ\G>%\VFلtf׋Qz=ܖ[=r"#駣cp {MvH|O@cs<&~6%W̎\ec@f<^Hp]Kl f=6gF+AotkX^9(;@H: fh >TPtefS޵vY jm57Zyޒ172U0ws@ޤ`WEYt,Cs{vo+N5/鬀/1hU#oSŵ4~L?e88- J(Ջs:L\T)]$bk#xR˽TfZk'a(gȣ뚓nQd]k)_NIbBzBa+vjǽgtPxDT"pXڌÑC"+ f&ǔ%--Hjj lҺO.u1Tvo;& @pgp@}~| /F(jܥT>/EM<)& wd.dfKizZm_ZuXI )P䤷ógRG [g >Z˝Vz8L"Z9=1ܞ)Q.u2jFSf'4`S=?HY3%C:Yvǭiq.5 xo ~Ui0ﶾL2h..">-KnM5zXP*rq o#Y;vg fX [tgy܃5 VDe? z&0HF+ӑ3mKtUrH]1^jյ&*L_ss=T e:`3huʬv( ?ʐl-d?Լ LK*n7wOp*e[TCʇ#чb!xLnB,4aX6XЍ >hCW&qCcfvy.+=hQ!2)"J8 #d=s+0}K!]O W-yBq1~~#Mm r`5ߎm 7Ңp\ 02$hb Zru$)bn3W_)^g"3>]1c R꿂͓|_``DD (6-0d$_^PiA+t_Lt4y=+/y uxd]nM`jݕjgGg1FV&LM3Kf(T{v [RjXҦBN6S%}{$.MDHVP?WOa`0^فS$O8սΈWnw)CƑ0#mSmCc iؒM0CoQ/]iLUeD|tkgVQ(xQ3S㍛hZáQsK?E RE|cH=5G7ˍ}=m^ϢXp*'r3(Ζ$vIOrkUכydċ`wYk5!j i.J('20ILJxl xCB0#fHիe.g9' 1&X̾^MI|}'ѓ|Dx:  +dgR})Ԥ+uLL A"3F; rGg.`=lt{YTvE+"<E;爍p> }-Gh6-^KC {A^vjMnw"uh[zS1>}O< r&ٖ_4#u*1(;Wj s$9q4Y~@(Eӧ$(gMI]HNg`jhӹUC>$ck_'b岟},D_h42<8#)$BC> 47)55v%ӊOEL$H_f_!&4?K5f %#S/ũG\b`f\^gy1Nx|.l#9Yj N 3»0/arCJ;m[ّ/8yIdZ뢀$;eV]B픱: A?8!"lu>;i7CꞺaq6&F|e`KY.< MI'w?3r-~vژe:1=)3N\x}{XKBsPXj@ 1ٜ]hە^04\.z.1|N@*E'rRK ɇ!k<[G+67,n ӌ*4mL@wz"{;cْ8v|܇*_g!Ap$"R'Ux={jzCYcJt*댿iHe˿9\( ؽm(+Ur~֞@=Q*0A (xJ_O߉GdyQ 3SV47Wqb=эgpy7- w6ZW)W)W`[YOދ| %f>/"vg=nb5-4bQ ā+kgQpԼКjΑ0«D^MܻӦ$Uu [?҈Du;lv]Py}FQ?)D(T W(NQ;]gNU+i01JIBI_)3PH|ۢ' ⟘lRST&ay x @q9.5 p%L0pa(%@@&nm!(eEn* d %fM4Guy%!&CW`X!X˭_^"ϐL]ˋi3v0=|=XZk뗮oR9ɐ-5ӣK~mZN\Ww^kw҅a4%mFMጯIhp&ƣܨ 2<^h3fl eJ@VYA b9^BӮ$] T2!wna,n$ݰH'qM03=\`7 |iRo:d{)~m꽂97J;z89&L#`jw8yOU0mn?VzUJnP ɓmW9:Ot 3%,qyj1CG"zT{=KDž6xr,S:ʢ`k #fJg" ٦1+U9\>5¨A;)KikÃN8t]su˂3],PXyr*$@Zl.B'1c#8`%xmWd̅%6F*}0Ғ2)TlMV<\ ?DujZ{E.*寇[F"Rb;r/l*_M9Mj ܃-5p nQ.T?BG2ޘC6ɩ j ,cs9~)& +6c].Y(,ЀƩKWaN"DM" rHvbz): Wэl=vCF:Z B>J͚pr6̍a8s.uO(oriM]X4uLyC"~NJ >"XaƧ9=o,m e}bl~hz&M|( `Lnȁڊd[ZO/yo%k冧T|Ǘ\Mx(!.m| N }Ic4{,8&_Fx/ 1yhƉ \ٵmbӄJO1c΃tG=HNt`!͌x^PDR$C9Z=˴)xtfIf}ݥd}?C)Ȥj=d"uckЮǖE6ز&K7`ģ |s- ~|c+|XIt\f% hP`ݚ @yOwFa.f[^؆3g=NNb٩!l4|q6B@ۺ/|C}*2M]Ab;]JN<#0&xomApZ-0왊^^/d2\%A}e(_*,ZC)qvB' ^I$Fck}Jӭ+&̆k9B8E`s-o~@vseۈ$3!tɴ=a^ȅFX- X[q VT,jQ?:*f%0JUI B-٬YT́ٛ  rF+Ò6:H(jHF^quQ$k;g ]_,JQҊ5wGB@ M$AW >SX:,uⷰB߁kXroVZVp+e:HbLߨffFYma8 8P1?STmx5qt뗐eST9Dcӓ.23,;Nn +^4pyV9|55wϺGgX<| DiյbСMSWh+"ؤ$"KC@^tCUuVgCuh^MjS8x#$4^d8Lr'1!MM_H[nlڶBU6isEa o]`Fք5GЎ*goI";XVt; vDF8@k gi0|蛛݉ÇclxU/Hs 7. 5[H4(DNԅ!Iƨ[ے?f3N6$M097s,ɒjdPca4[XiCLeGuN59› #d@qpDʉs ܼ$~ӓ?-bkҵ<<>eqal8naspBU*6Ivl)eHʤ$ԶٯmOmK%UPlyOz0ſ;γ?qY#.ôCpHkl良ȣOz*8s1Ĺ ͝j>[q4K`9<<9c=A!jA#ԫ/nbRaڹ>3IL~2u x1 6 }>K؝Xv [Wop<8Yf^]-lTxS4,/E\.v`<_C7q9>͛ uoQ,t %5#Mx䦇RSw3GXS+N[ǵiB{anхl rEQ9rԔvXX,2W /{7*KȽ(!:H#ԢSua࿠Nj+{톴iBQo71T9ct<\Hn*оMƛni'H%&u05\}c,]?-~/I5`Y%a &j-Tk||W.Lu kK(I-U(][ V&jyÇX!<VW Hv3bEJ8IF-u`<ϛ&@8b ζuҷh+ߜژזnᓆň-lM>T?OlrB}O Ħ*Csɿ)_inR[TJ`\Zc ӨݼƲߥ3 ='ovͯEj T{rqX8{`c}yH(syKCz=4vdD7_}Wݨ jkW3DןԌŏP,If)X/˼F*V븚sf8BN7P٣ƀƸITcӹ3dR Ȼ5wZS??: `Y7Uk,H?[%ԗ,m}d|La|oDڔ .֬t fNp@OxL!hXy9*OrˆK!y h]vϔhsO`о7.K 4x[$wvGo*AL,L[)*EuryR%lID@rG~˼QF #`gSk>ۀow(3(+ DL=Z1Ze{D߆ $/g6ct-Y省<)nMOK1t}.)Xc9m@ BN bS^.I";Lv, Gq'iV|-܂J{R3AArj Tz7/`y9|*(a 1Z}PqB NK Na05K8 h(o-dݩqN X`쭉8fQ;0g Jܦ?杖Ƕ9F2)/P>ʦ#5w8PEb-砩DfzBM G[ҍ?av hCwjtZ^Q6Ӆ*qcPveǖNoOL w23+ rs8]ed8@D}ީ;?, $HE>?) о%yi/:7% ҇}M`0rhKQ$a_g(}tL;"f>k'U&,5Y+8t 2tS3Lˆ/W'skQ z$ wb6ͺ`f˽1?~_)ˆ;4! K$!+Fzǹ߄ftJFf~R}-̱5);IcV}pF lh*2O\hۀmi"먧#;؝H*;C&'Yǰ禰>φkt-݌AQ0ԻLeZOAK40~uW!hRhڿVn*MWݤF/,nb#A;D5MoQ x\[ί㐥 -8O!Qv޽o2*Қn~a-c_27ФulI \l!qymIז(HȇU 1Iڗ8}^4x|#Uh6RW2m=JBRhE.nRam|6 ;Yr@G<-vgQ/yIٷcUlZCK 2i/=ʮxVV>LQKTzjG U̹ 9Kr fS5uP~QJWCl6a`Ȯp+ǯ*mf=1*圌dX[$S84&B;'Tf؋ߪ^:%ѓld]k Kt /J)Rƙ 8µچSq/º?2&_%{˘( `_z:^%)Ccm~2'uw/ ?p,B^:>aeY<7}WGK7w$yH +Jh(U{ѝ,b~0YIY]A}@(z}.XcIS|E;etVtiIJ"Jtssze-R_HfrbdA_~@Gr zA8]GX t"InyU=Ot_n1ANT5؀X2u^+߹Jn?=v3I$ &z 88@)6 x{ܸ9Wa4s#&o*j#j@7G L8j\_/vLߩ4IX%ho\_>=ꮀR1!mGoQ4. 2 Gm -2!X5t e ޠ, / ӢS7ulE)V*M=˻运X?C:-خY % @zNjzO esfIT Gܸz_NLa;/04 Nh\j4-#l@`diXʫ Š. fbdy ΂:t5+ ZeTfB۟J4wÂ,Ngy5[SϾFn_qcsKI8 Ƃ XP2so>V}g4[fc?&L>((om[P3NApcJBO#Nq]P2AU( 3`w+!k# :=xͣX/ˡJᄖOėD<6+`Ez<%;0O[, K!˞ERK;x`Pqe϶)k#S!aa4 Dy)zQh?LDA /;.~Y'EN ŒЊ;AӚDl@Vnkz+8N<+j`K~5r:)@;gAg-2HPo8 1uKu5woA\yQܨk ݋-ݪa칈Su5|KiU"Ȕ]c9bh8[^gxE)íRŹ :k`P_/nU| iN{Z͗Z\,}eXֶ&bD|\S\t1p D}HTz7im$E.qiĈԔIYA1؄ 3n2קMMZ[ 4^*9f9t?]b\r_7h@M҆ 2zubσN+lf&e^|KZR0=RqD4^v߸e\yKAf\Cg2;1cXȱ[Mz48pKӲ__pfnwוW~͡sN&F]P3ۢFVX-鵘{3naVD#ΙTϻ(D28q;J D1#!:Pwڄ s&{?H'Z%YzSQaE7~~gs긖ZOȩ@l{e!Dnf;X-7*ؔQ﫯c-LtZ7!: [b uY41J@vW {PFeF*|f#2=]tE q6'6ǭ 3)vG.K-(q5Rnϓ2wсjE-΃v b[#C@"-1%oF+H)OvFx2Q;cY;B6*lG*7\ ;,ƻ]:fvRs9绡s.@]\k85&ױK߻+U,ꢬ2k^вquJI]\OVQTdPS/Mџ^dD@8#,! )~[|ίU!֧(xq?iN6jXsflg vkۯ2ү'qQS"ښ$d*:7!Cvķ0´^5ǤNHʮHc@N)6V/ :t?^9=49qϲ#6dslִ2Bt؀C!Ft@@bONGg٪':D{]INVTZo ^z|;̰cE`Q P<ʇAeQ:iDen Gy`$7E`{/J)I:8w fA0BK y<4AQ<*{Fw <;s}k).g`M:$+ZX cI,#7Rhe0QVHV3Y/bY r;5 1nqOzeo#%;nV^FB c !$1痬/x(@-K))#}/i%̔`%Y}0ǪإnHixXX3[@b2:Ei8u \##OtXٗC)szV=xt Lv O{ G0jHشܵK,tǚRuVSUU={k/uǢdiOr۰U@J3ޕ=|2`?Ü8Y;Ta6SyG*VSnd~8qiD/Q3r!\8/~\各(J՟}cv:L#4 hg&hiFbFGsM4J, #N dњ7xa"d׫!샤y{yVYzMnZޛ>)橥E0 "4k]! O-ף?/4çh0DvP"6]S:b2ӟ7ȎvArR6 l5dVXnbnoIi>;dC ٬/h-cJʶƕiLAl\SD1)1"īz-9B e.Xhv=uE&gZI *($N:4u[u#0Zӌ qX|:}խY-"3MV́gc&9JA0[PR??>O{{'S6?81=DLJ2`#Aתr=sWdǦ$[rAĤUh!ldp6h xS!ejc&]c:Я)[n#a ZFN*{hСuHˈi)A(w/+d< K'ݳx𰢟1T䯔cM,971jXR"hXk'Os:gA;>ߺw ,4Պ&S43Qo5'fyCǤʦLu',imAavQw]Cnnx@%ګ/_qn/4 5Q]jl=3ALF*AfV\=zCEΨUKFV7Sq#N,zdtyd'Si0AŦA v\o}fr"m,>Lp'R71ix:䆹TŽG>K'.6S@ 'ngzeE40SvoaGjĪhGZ;[Vx:*gB;|mlVu(e в= FNT3][b> ?Ö37$r03-b,F@J&2{VS18YDDK- $|s}JǒhLr72#1YCHPkAgXBP=rF!1ۗ9Ų?tfVAO7%ho͞&[Պ9M!r@,2ޭR^߱e+FdS3?LPrtt*4>atmHu̩]qehYbo.vQ oM{sy2EUɵ=wmydʠwL%gZx"ϰК2[p_>BSݽLut>5ѱv^~)aTȠ3F9Nntmc JoIV|g[ȿ Xh}i>܊O~@[{1cW t/˸DGKFW{Gr5ؔs7GfWՙ/km0۔~ahC1ꙨSshҤd؄8_y`X #jB*Qd(˥GSjg]D=r8S#F8QSAbX.<#Xf G. F[犄ArR6Qڧ"H$ztٳ v3GMEOO(B٪jRvR"qb%^v+ uCa 2yYMiWGJ.{^xY98nv62Qib? ֘ L+A\> 0s(=^Au̅!̘.yhTOzJC&&+t`5o:==?倔* TQ|tFx`v;O|*mMU6-vϢjzT=ꀵaa_Qw TB^Gy뽻ED?O ћHztZ9>qz1h+q$_a@ tl5i4_Մ[,K T'/8E|.r/PIGn=z7!UOB(XA?d f+oA0,$ kGwnDdUtȟ92fSBj$eSw$՗Mo[APXf閏kL*fK+rk{P$FW"3(OTqjN^%%f2ړZs^Fb{Y FƝS⯣UHI_aNQIkbovReNaAtSO׊+ՠ]ֈ¢^;DQnoZٽT,#<3 5٘O02gn 7|̨vR=R0P_FS S.l o3<<:yN b vؘ֌y*lCWIpQliid,exː.4?1ԚHExW# aC64lja,VRHiA>m1'2[Ē>kPƕ7Q5b m ( ѼtTC/0Q~iGŃ?o,.!a?AiyeÖV*)tLںecHw߂~е6Uz^By{~3A&(^9oȬޫ*)* h12HY#S- Ugy#q5k(c?~uTLc$~ZöW_E JO8C{wޗ""I#"+O eSe1_H?QP#@7ɩVT4&Xqo8"=<RTOʴ{e{ZT$(Ж;s!7/1>eηm!.7{G!WIp*8tn"W'Q~CKe-*?9\5ѯ\6."bwےU/yLtW9zR4,PKӿc;+<7Ϥ-Ƌi".$3!ںl~Y'#]D۷:0'Ǎj9T~;orQ4L*.JOF=kݓ0˛Q4 !?Hce-BXZɈ-k%[ ulTd/p))eVhjbjr9kR,Y??K2 vdXH\!\,^߱\:9R{V?CX(6fQ0O(/;:vs: j#5{;}邔1_Lq^9ly*?"rRF RԟKOuchհ vLIstK:oapٕ[:ŃOL v7|Q;{@'>Ux?EyZ엉>^j`(3~ }sn^[6R?S6~G!i]XnFЦ|-n[$w."z^ Q1"\3Ӵ}yu?/![,; Ӡ:X)q` F4UQҲ ~RdTRKJ#ϩ^w?j׉Z¯!uG|9#XSE'Zl9,hP 2YQcXRhЊf)fG$ڵXA ڥoM~E4?f'W@ +waqXoYw2K#5n2%Zaո8ksF1)/wР\J?2BJh(B۶/jb `>2Vb^Zo WG5?^+Ҵx@e;GF^8.=++n%[RҞLp|n?Cײ΋CW_/o욭騋Xwt&[p' cZQLO=S8$vkOݮRӛ#p]k:uzHuARDXR cX€J} "$$KgjAŢ'S4]r1魏7ىKF쨬5izʿ"8?Z*Y^ Ky2,nݞ4 uݭ4j7o]^9h6/Av>A6bPvXMxkF޷WvSgDz?j跶S(V5-EI\$*WՕd2}U,B6s?s(/TC~%FpQ`.-~/4dR b9zϿwPqe0ȗ. H,69K,hz;Q3_Zk *?f"<Vwn|N@/bz3l!em>˂,1BR椩~Dm?eبyL\U?m]D+|ZMr}pOxЄ<]|, "Oi}>$w:,ӱcP,9i-Wr"GS],Zo 8_z=cP=!1/y =@21K)_^Q[QLѺC@Ģaztmr;bqOUۈ[ d!\Y:dS?򣡮5;d@bTb^)-8kHwF(4x.-D.tX3-:jR-S`w*5e.rnL. =_k"8yl!+pBqHsvmTŢ[۪14ɤW០Qn#?JRFAJt2G!h5V2r5BlRt6Zb_Br[m+^cXPF e utF|/PғbM@f[slsd׹eDT;? A];$ʳSW70Tyf.9rK1`S&j-C 4&z`^\4-,MOUP%pX5GpC,b{kWA>RH0יOwPBMi*IPzxˊ+W% $YH婮mpu.QT>bgyˌŞI8k`1dusX0A?P0|M!_D;W8s,,p>L?JA#\ǯeJwF3R 6aE.F{nn|) kY*A3 N'3A?| ]4Bl T<1$S)R*xvd08 lZh8 ռwY"P2GWʻEI,H$;^0Ȕ{(4 a~Oek[WʡqyJA2NBh^A֭1#'C\t=^0QٳB aG) -GFYL?ҋ$$]9&˙<.1b]v[Gy\[&lSYei; >K.]Q,] i p 8QjϽCd|2^N5S΄5]+_bw^DDՈ׹ŷA! !TgȑK/UTz >d{۟dΠx뤫44yYon!N<g'oWӺLFaOoOk'ފ2-ݠZzt:u| e%K0~P#oV.)@Vцt)3ߦ%0ҳdQapmK6Bdz9DqZaC3]Wڙͩh]&L*x`x 8sB*N cN. Qв$xHgMX%I{˅Q+5/1xjK}+al# ^\<㯸G5AO>Ԅ&G)*D_* hNίD拿w&B*+86?gZT[)w P+&Ye+]~`a7'ⲖRZZ6_Kip S5^,*آÉV6yWu{D8eޗo3%TkX@YՄql~n'i +W!VVaog%:n䕜NF Dk9rZk!(E ]Q? VÈppT7Y/ti'u %O>`6zwOq@Is D|pj{M6L.M5.(sߨ6gɰGn޷..B AXZ#YL,eà Br4w}Źtpy^;T}(y꧋DZ+w˨TC;f\wtLa+N BTO 1͉|X%:AvR$_5lގh0L>`IW6tvoebtہff9 {&!Y[8EGka! +ib_&[/f J΅<I-w!+uDju.v C ?"S+SS.d|z\BOQ-V.w3VMMҀIִv̿ɵUI/ܙuFhv1վ֎S[E%KG=y(*e JBdQ[>i!86ZT-ܰf34 ~+S|s Br| H ]-- bmswENk7f̹WLU2Uj_q:r-&; Vy+u*ڼ/ sũȘ[ᕯ:>(8wZyСU}KCzw9A#lUfYQeE*nA5^gd, ̡_`N^PFw7!;=@xu(|J2uJ.ӷx5%'SI+E hzQRc2qFF/'[h w1SM)"6@N7o/\f[%2[5=gw UyHHH?GES/44n qa嵰YS:[ugݟ 6zxɀ803Չ8ύ=x6|A鄾ћ^bm^+5af}gP@8hxcpUXp۽fV :) AF/< ՗X+͖s⮹Cw(۰JU2A "kAO$(b+:w9js'SЇC.2"HEVeKADcJliAjlUgZ@7!QΒ+`Io_q!.DR@a~^ڞ?$6ooߍQ-M=pdч٭q{ ؛:1Oۿu<堕B f;hg2]TMOln*:Hn)8N17:m,u] {v+E6' 0CY`S`Y.8> ĤKW]lOT"FiVAl+qS9Wwx%`AYI^6NoɠRg_jl3Y,jll4I7j[5g)5UNd+A]Dt)rˆ['*j2zmK#HR!Oru@⼄fиjOdzAO堿8H1d}JCc+o>HYݿn)3SQi8;~4[䢼uUq[Z .>8:jF?Kк2ripݰA'\ڇB,WȼQ8t|('?@a6\Bʂ`JnzcCoPotD}AI>ӝKrzr-7x6YPG#4S{T_Kb흐uUxG+Q=46s*i]R|ȊɉߥE&cr/(S!vNTp(o.X \W줮,2M+('iȑZCt*zߚ0z쓤P2h❮Sv0ר51J qSpqWkgi+|[~yI \j7wJj/a"mey[͘,{PQZS^h7JAvKeg݊R;y]'Ti!6nmGW(ٌizp#)vf<9 0s!;kv4xƽiQ晥>,7[hZ$;JߊD*F=<d><,6\lNH|(lx5Q)]5oP0mf\59P@DL1%K#!: M_PiBGYF33oqt%H8HX}KDq-Uh: ֜6'Tmnj>$kh>R^GMNώP; D;5$"e&9z!q? :FykY6c6I4Ru~^W5Due,&"M}=:mqAkiN*B2tsǿJІ,\߰"FFKp{jOuV(|mHUP0J2PZ &R{}7{zl,g{'( לn?RePå%77\瞅?*lySJ{ ;-mbM<5l}괫g {ZIHErGiqȘAu_%[V.p F)?OWŸ(\tXi*yqHvYZ8lv'ZX+NY+\1^0R>3e1-/ΞYN`!A&$mYDyX$v:Ub Ft>kƚE\Df/#ԯwI3I^g"8Q 4c݋ROSeŜ0w^ki~+Bhʜ{;:{Dʰ&d9[m͟r|{UIL3"h2>%Xhʬ;LT9yAX+{ȻO~TD~C豘84yR![M?'0>P6TİK͗o,%@W HrH9XPj6 C+؂ch{X,t&8;,D Q^, )W5(:)Ň@9젱%ҦU;b1]L U;^LPS$Z.MV 6ܙ@ 6cWiS^ёzbf2s$>E˅- Xn!Ɨu]dL2h@+LMGmLFD-`Y$x칃_&N~Z+{"KRayR"MU2<"\ԤD6פs2t:zD4Q+$q h"Wf~5e~5\g̺D(i鹐>Rӎ<>!ߺ'ut2dk,qiS\䛴,+9Y8^" 诺C14 nl痣(;F8-$q!{P_hǺzf(]L|(*mO:X>H9M R$FNa c\ر4oPx 5 |K8 k5 =+ǐ{i<^Qo 2trkN?}ckl֥B:r_Sӄ[mwuBP32PoZ_r;m/#o:w?,iI8(ehepmy]MuL #ƌH286j0g[2+*L:T..|*??4%l҈7V;vK=Ml#llTEnߦ r{h>>aʽOM`ýG%=_g9m G؊;&F=TT'd[F2K*{P߿ 2:/:ly,=_k^QBuا5/J{ZͷamlnD1sL`7F KEkH_iI~|eF| "]6ڄ`/xi:ͅ?@3x:b=`m(7-'z(}͟5z`\r_}pjd)^<*bЯ 68Hj :a/Էf !h:ߓMUW*IRy`ZZܾ+3ӯ(o4_by|7%e/1@lU9_?/{^?ȸZW%oo~qdXSU_wk"ĺ7mخIc3%8|Kyye87‹$Gaot ,g]IGIg|!)1aϢ Ԏ1a&$'&w_~;fvu)}Maiޣ&A8a%)04Z LAk[ VFf 9+-/Ͽ{pR4?{֛V~] bPK5⒡F2Ds"Sz@>v c}7@ILK6X:ed]`'UוIG3RJF la=[%=ˀU/{S\5w"gc &vU [ 7ɌWFsQ4WS˾jڄs'f*[5٨x?V(yF'1`Zv_ƝNqFAKE$͏kFgӃ &B~)EP-)v ־9Y^L[0 xCt [#h9SLY.١mŃc"[囝!\)VӇ `L;ڏI&Pn8L[}zvI ϡP?"PlɷSB_ݜVO$ЪLb Xe| Qx YZ