libGraphicsMagick++-Q16-12-1.3.35-bp153.2.14 >  A `9T:!M@eee]#w+||0.*~W)sτyЪS[+ܽ?qO{<ƕh?rAf\(p@H?8d$ / lpt      b @ (98@"9": ">~@~F~GHI$X(Y4\\]d^bcVdefluvwxyz4ClibGraphicsMagick++-Q16-121.3.35bp153.2.14C++ interface for the GraphisMagick image conversion libraryGraphicsMagick provides an image manipulation and translation utility and library. It can read and write over 88 image formats, including JPEG, TIFF, WMF, SVG, PNG, PNM, GIF, andPhoto CD. It also allows to resize, rotate, sharpen, color reduce, or add special effects to an image and to save the result to any supported format. GraphicsMagick may be used to create animated or transparent .gifs, to composite images, and to create thumbnail images. This subpackage contains C++ interface to GraphicsMagick library.`9Tobs-arm-8 SUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgSystem/Librarieshttp://www.GraphicsMagick.org/linuxaarch64! `9Sf`9Sf253a5e2f84d601a4594f2b2530d5cd8dc9f68821cafb2074b33533fca6d7d097libGraphicsMagick++-Q16.so.12.4.3rootrootrootrootGraphicsMagick-1.3.35-bp153.2.14.src.rpmlibGraphicsMagick++-Q16-12libGraphicsMagick++-Q16-12(aarch-64)libGraphicsMagick++-Q16.so.12()(64bit)@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libGraphicsMagick-Q16.so.3()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_D@^?@^{G^!@^~@^ @^@^@]z@]]2@],j]@\2\2[}P@[dC[WZ Zhu@ZV@YYzYu@YqYqYP@W Wk@WUeWL+@W0{V?9@Vf@U ]@Callum Farmer pgajdos@suse.compgajdos@suse.comStefan Brüns Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte pgajdos@suse.compgajdos@suse.comStefan Brüns pgajdos@suse.comPetr Gajdos Petr Gajdos pgajdos@suse.comidonmez@suse.compgajdos@suse.comcrrodriguez@opensuse.orgpgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.comjengelh@inai.detchvatal@suse.comtchvatal@suse.compgajdos@suse.compgajdos@suse.commeissner@suse.compgajdos@suse.compgajdos@suse.comsflees@suse.dedmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.org- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)- security update - added patches fix CVE-2020-12672 [bsc#1171271], heap-based buffer overflow in ReadMNGImage in coders/png.c. + GraphicsMagick-CVE-2020-12672.patch- version update to 1.3.35 Special Issues: * It has been discovered that the 'ICU' library (a perhaps 30MB C++ library) which is now often a libxml2 dependendency causes huge process initialization overhead. This is noticed as unexpected slowness when GraphicsMagick utilities are used to process small to medium sized files. The time to initialize the 'ICU' library is often longer than the time that GraphicsMagick would otherwise require to read the input file, process the image, and write the output file. If the 'ICU' dependency can not be avoided, then make sure to use the modules build so there is only impact for file formats which require libxml2. Please lobby the 'ICU' library developers to change their implementation to avoid long start-up times due to merely linking with the library. Security Fixes: * GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 398 issues have been opened by oss-fuzz (some of which were benign build issues) and 11 issues remain open. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details. Bug fixes: * Fix broken definition of ResourceInfinity which resulted in that GetMagickResource() would return -1 rather than the maximum range value for the return type as documented. (problem added by the 1.3.32 release). * ModifyCache(): Re-open the pixel cache if the cache rows/columns do not match the owning image rows/columns. * Fix DisplayImages() return status. The return status was inverted. * HISTOGRAM: Histogram once again includes the histogram as a text comment. This became broken by previous security fixes. * PICT: Fixed heap buffer overuns reported multiple sources. * JNG: Detect when JPEG encoder has failed and throw an exception. * MVG/DrawImage(): Performs even more parsing validations. * Clang static analyzer fixes: A great many fixes were made based on problem reports by the Clang static analyzer. * Visual Studio static analyzer fixes: A great many fixes were made based on problem reports by the Visual Studio 2019 static analyzer. Many of these may improve the robustness of 64-bit code. New Features: * GRADIENT/GradientImage(): Improved accuracy of gradient levels as well as dramaticaly improving performance. Output PseudoClass images if we can. Add support for using the image 'gravity' attribute as well as the "gradient:direction" definition to produce gradient vector directions corresponding to SouthGravity (the previously-existing default), NorthGravity, WestGravity, EastGravity, NorthWestGravity, NorthEastGravity, SouthWestGravity, and SouthEastGravity. API Updates: * InitializeMagickEx(): New function which may be used in place of InitializeMagick() to initialize GraphicsMagick. This initialization function returns an error status value, may update a passed ExceptionInfo structure with error information, and provides an options parameter which supports simple bit-flags to tailor initialization. The signal handler registrations are skipped if the MAGICK_OPT_NO_SIGNAL_HANDER flag is set in the options. Feature improvements: * Replace use of non-reentrant legacy POSIX functions with reentrant equivalents. * Timing of image reads should now be very accurate. The timer was sometimes not stopped as soon as it should be. * PICT: The PICT reader is working pretty good now. It handles all the PICT image files I have available to me. Behavior Changes: * POSIX Signals: Use the normal termination signal handler for SIGXCPU and SIGXFSZ so that ulimit or setrlimit(2) may be used to apply CPU (RLIMIT_CPU) and output file size (RLIMIT_FSIZE) limits with the normal cleanup, and without dumping core. Note that any output files currently being written may be truncated and files being written by external programs (e.g. Ghostscript) might be left behind unless they are to a temporary file assigned by GraphicsMagick. * Some private string and integer constants were removed from the apparent library ABI. Some private functions were marked static and removed from the apparent library ABI. This is mentioned because someone is sure to notice and be concerned about it. * The remaining private content in installed header files was moved into -private.h header files which are not installed. This should not be cause for concern but is mentiond because someone is sure to notice and be concerned about it.- Remove xorg-x11-fonts runtime Requires, gm display no longer fails when it is missing (see boo#619103). - Cleanup, replace $RPM_OPT_FLAGS with %optflags- Revert the change to relinquish resources used by OpenMP on all devices. There are concerns upstream that this might break applications that use OpenMP too and suddenly find their threads closed (remove GraphicsMagick-wait-for-threads-close.patch)- Due to a broken check, it wasn't noticed the typemap file is already provided in the source archive (removed typemap)- Relinquish resources used by OpenMP on all devices (GCC >= 9) + GraphicsMagick-wait-for-threads-close.patch - Set configure options to what is actually build- version update to 1.3.34 * DPS: Eliminate a memory leak. * Debug Trace: Only output text to terminate an XML format log file if XML format is active. * EXIF Parser: Detect non-terminal parsing and report an error. * EXIF Parser: Eliminate heap buffer overflows. * HuffmanDecodeImage(): Fix heap overflow in 32-bit applications. * MAT: Implement subimage/subrange support. * MVG: Address non-terminal loops, excessive run-time, thrown assertions, divide-by-zero, heap overflow, and memory leaks. * OpenModule(): Now properly case-insensitive, as it used to be. * PCX: Verify that pixel region is not negative. Assure that opacity channel is initialized to opaqueOpacity. Update DirectClass representation while PseudoClass representation is updated. Improve read performance with uncompressed PCX. * PICT: Fix heap overflow in PICT writer. * PNG: Fix validation of raw profile length. * PNG: Skip coalescing layers if there is only one layer. * PNM: Fix denial of service opportunity by limiting the length of PNM comment text. * WPG: Avoid Avoid dereferencing a null pointer. * WPG: Implement subimage/subrange support. * WPG: Improve performance when reading an embedded image. * Wand library: In MagickClearException(), destroy any existing exception info before re-initializing the exception info or else there will be a memory leak. * XPM: Rquire that image properties appear in the first 512 bytes of the XPM file header. * Compliles clean using GCC 9. * Python scripts related to the build (enabled by --enable-maintainer-mode) are now compatible with Python 3. * Now supports using Google gperftools tcmalloc library for the memory allocator. This improves performance for certain repetitive work-loads and heavily-threaded algorithms. * Configure now reports the status of zstd (FaceBook Zstandard) compression in its configuration summary. * TclMagick: Address many issues mentioned by SourceForge issue #420 "TclMagick issues and patch". * PNG: Post-processing to convert the image type in the PNG reader based on a specified magick prefix string is now disabled. This can (and should) be done after the image has been returned. * Trace Logging: The compiled-in logging default is always to stderr, which may be over-ridden using log.mgk as soon as it is loaded.- version update to 1.3.33 * It has been discovered that the 'ICU' library (a perhaps 30MB C++ library) which is now often a libxml2 dependendency causes huge process initialization overhead. This is noticed as unexpected slowness when GraphicsMagick utilities are used to process small to medium sized files. The time to initialize is often longer than the time to read the input file, process the image, and write the output file. If the 'ICU' dependency can not be avoided, then make sure to use the modules build. Please lobby the 'ICU' library developers to change their implementation to avoid long start-up times due to merely linking with the library. * GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 353 issues have been opened by oss-fuzz and 338 of those issues have been resolved. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details. * Documentation has been added regarding security hazards due to commands which support a '@filename' syntax. * MontageImages(): Fix wrong length argument to strlcat() when building montage directory, which could allow heap overwrite. * PNG: Pass correct size value to strlcat() in module registration code. This bug is noticed to cause problems for Apple's OS X and Linux Alpine with musl libc. This fixes a regression introduced by the 1.3.32 release. * Re-implement command-line utility `'@'` file inclusion support for `-comment`, `-draw`, `-format`, and `-label` which was removed for the 1.3.32 release. The new implementation is isolated to command-line utility implementation code rather than being deeply embedded in the library and exposed in other usage contexts. This fixes a regression introduced by the 1.3.32 release. * CAPTION: The The CAPTION reader did not appear to work at all any more. Now it works again, but still not very well. * MagickXDisplayImage(): Fix heap overwrite of windows->image.name and windows->image.icon_name buffers. This bug has surely existed since early GraphicsMagick releases. * MagickXAnimateImages(): Fix memory leak of scene_info.pixels. * AcquireTemporaryFileDescriptor(): Fix compilation under Cygwin. This fixes a regression introduced by the 1.3.32 release. * PNG: Fix saving to palette when mage has an alpha channel but no color is marked as transparent. * Compilation warnings in the Visual Studio WIN64 build due to the 'long' type being only 32-bits have been addressed.- drop JPEG2000 support [bsc#1144240]- Cleanup BuildRequires: * Remove ghostscript-library (support removed upstream) * Use ghostscript-mini (sufficient for path and feature detection) instead of full ghostscript (implicitly added by ghostscript-library) * Remove ghostscript-fonts-other (unused).- version update to 1.3.32 New Features: * Added support for writing the Braille image format (by Samuel Thibault). * WebP writer: Support WebP 'use_sharp_yuv' option ("if needed, use sharp (and slow) RGB->YUV conversion") via `-define webp:use-sharp-yuv=true`. * The version command output now reports the OpenMP specification number rather than just the integer version identifier. API Updates: * ReallocateImageColormap() added to re-allocate an existing colormap. * Some improperly-exposed globals are now static as they should have been. * The 'benchmark' command now shows 6 digits (microseconds) of elapsed time indication. * The 'time' command now shows 6 digits (microseconds) of elapsed time indication. * The logging facility now shows 6 digits (microseconds) of time resolulution * Dcraw: When QuantumDepth is greater than 8, pass -6 option to dcraw so that it returns a 16-bit/sample image. * Dcraw: If Dcraw supports TIFF format, then request TIFF format in order to be able to acquire more metatdata. * Scale algorithm: Eliminate artifacts when scaling an image with semi-transparent pixels. * Library metrics: The number of shared library relocations and the amount of initialized data has been signficantly reduced by following recommendations from Ulrich Drepper's document `How To Write Shared Libraries `_. (Security) Bug Fixes: * see NEWS.txt * fixes [bsc#1138425]- asan_build: build ASAN included - debug_build: build more suitable for debugging- update to 1.3.31: Special Issues: * Firmware and operating system updates to address the Spectre vulnerability (and possibly to some extent the Meltdown vulnerability) have substantially penalized GraphicsMagick's OpenMP performance. Performance is reduced even with GCC 7 and 8's improved optimizers. There does not appear to be anything we can do about this. Security Fixes: * GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Bug fixes: * See above note about oss-fuzz fixes. * CINEON: Fix unexpected hang on a crafted Cineon image. SourceForge issue 571. * Drawing recursion is limited to 100 and may be tuned via the MAX_DRAWIMAGE_RECURSION pre-processor definition. * Fix reading MIFF files using legacy keyword 'color-profile' for ICC color profile as was used by ImageMagick 4.2.9. * Fix reading/writing files when 'magick' is specified in lower case. This bug was a regression in 1.3.30. New Features: * TIFF: Support Zstd compression in TIFF. This requires libtiff 4.0.10 or later. * TIFF: Support WebP compression in TIFF. This requires libtiff 4.0.10 or later. API Updates: * MagickMonitor() is marked as deprecated. - see NEWS.txt for more details- disable PS, PS2, PS3 and PDF coders by default, remove gs calls from delegates.mgk [bsc#1105592] + GraphicsMagick-disable-insecure-coders.patch- update to 1.3.30: * Security Fixes: . GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 238 issues have been opened by oss-fuzz and 230 of those issues have been resolved. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details. . SVG/Rendering: Fix heap write overflow of PrimitiveInfo and PointInfo arrays. This is another manefestation of CVE-2016-2317, which should finally be fixed correctly due to active detection/correction of pending overflow rather than using estimation. * Bug fixes: . Many oss-fuzz fixes are bug fixes. . Drawing/Rendering: Many more fixes by Gregory J Wolfe (see the ChangeLog). . MIFF: Detect end of file while reading image directory. . SVG: Many more fixes by Gregory J Wolfe (see the ChangeLog). . The AlphaCompositePixel macro was producing wrong results when the output alpha value was not 100% opaque. This is a regression introduced in 1.3.29. . TILE: Fix problem with tiling JPEG images because the size request used by the TILE algorithm was also causing re-scaling in the JPEG reader. The problem is solved by stripping the size request before reading the image. * API Updates: . The size of PrimitiveInfo (believed to be an internal/private structure but in a header which is installed, has been increased to store a 'flags' argument. This is intended to be an internal interface but but may be detected as an ABI change. * Behavior Changes: . JPEG: The JPEG reader now allows 3 warnings of any particular type before giving up on reading and throwing an exception. This choice was made after observing files which produce hundreds of warnings and consume massive amounts of memory before reading the image data has even started. It is currently unknown how many files which were previously accepted will be rejected by default. The number of allowed warnings may be adjusted using '-define jpeg:max-warnings='. The default limit will be adjusted based on reported user experiences and may be adjusted prior to compilation via the MaxWarningCount definition in coders/jpeg.c.- update to 1.3.29: * Security Fixes: . GraphicsMagick is now participating in Google's oss-fuzz project . JNG: Require that the embedded JPEG image have the same dimensions as the JNG image as provided by JHDR. Avoids a heap write overflow. . MNG: Arbitrarily limit the number of loops which may be requested by the MNG LOOP chunk to 512 loops, and provide the '-define mng:maximum-loops=value' option in case the user wants to change the limit. This fixes a denial of service caused by large LOOP specifications. * Bug fixes: . DICOM: Pre/post rescale functions are temporarily disabled (until the implementation is fixed). . JPEG: Fix regression in last release in which reading some JPEG files produces the error "Improper call to JPEG library in state 201". . ICON: Some DIB-based Windows ICON files were reported as corrupt to an unexpectedly missing opacity mask image. . In-memory Blob I/O: Don't implicitly increase the allocation size due to seek offsets. . MNG: Detect and handle failure to allocate global PLTE. Fix divide by zero. . DrawGetStrokeDashArray(): Check for failure to allocate memory. . BlobToImage(): Now produces useful exception reports to cover the cases where 'magick' was not set and the file format could not be deduced from its header. * API Updates: . Wand API: Added MagickIsPaletteImage(), MagickIsOpaqueImage(), MagickIsMonochromeImage(), MagickIsGrayImage(), MagickHasColormap() based on contributions by Troy Patteson. . New structure ImageExtra added and Image 'clip_mask' member is replaced by 'extra' which points to private ImageExtra allocation. The ImageGetClipMask() function now provides access to the clip mask image. . New structure DrawInfoExtra and DrawInfo 'clip_path' is replaced by 'extra' which points to private DrawInfoExtra allocation. The DrawInfoGetClipPath() function now provides access to the clip path. . New core library functions: GetImageCompositeMask(), CompositeMaskImage(), CompositePathImage(), SetImageCompositeMask(), ImageGetClipMask(), ImageGetCompositeMask(), DrawInfoGetClipPath(), DrawInfoGetCompositePath() . Deprecated core library functions: RegisterStaticModules(), UnregisterStaticModules(). * Feature improvements: . Static modules (in static library or shared library without dynamically loadable modules) are now lazy-loaded using the same external interface as the lazy-loader for dynamic modules. This results in more similarity between the builds and reduces the fixed initialization overhead by only initializing the modules which are used. . SVG: The quality of SVG support has been significantly improved due to the efforts of Greg Wolfe. . FreeType/TTF rendering: Rendering fixes for opacity.- Add explicit buildrequires on: pkgconfig(libwebpmux), pkgconfig(libpng), pkgconfig(x11), pkgconfig(xext), pkgconfig(zlib), libjpeg-devel. all of them direct build dependencies but not included in the spec file- update to 1.3.28: * Security Fixes: BMP: Fix non-terminal loop due to unexpected bit-field mask value (DOS opportunity). PALM: Fix heap buffer underflow in builds with QuantumDepth=8. SetNexus() Fix heap overwrite under certain conditions due to using a wrong destination buffer. This issue impacts all 1.3.X releases. TIFF: Fix heap buffer read overflow in LocaleNCompare() when parsing NEWS profile. * Bug fixes: DescribeImage(): Eliminate possible use of null pointer. GIF: Fix memory leak of global colormap in error path. GZ: Writing to gzip files with the extension ".gz" was not working with Zlib 1.2.8. JNG: Fix buffer read overflow (a tiny fixed overflow of just one byte). JPEG: Promoting certain libjpeg warnings to errors caused much more problems than expected. The promotion of warnings to errors is removed. Claimed pixel dimensions are validated by file size before allocating memory for the pixels. IntegralRotateImage(): Assure that reported error in rotate by 270 case does immediately terminate processing. MNG: Fix possible null pointer reference related to DEFI chunk parsing. Fix minor heap read overflow (constrained to just one byte) due to an ordering issue in a limit check. Fix memory leaks in error path. WebP: Fix stack buffer overflow in WriteWEBPImage() which occurs with libwebp 0.5.0 or newer due to a structure type change in the structure passed to the progress monitor callback. WPG: Memory leaks fixed. * API Updates: InterpolateViewColor(): This function now returns MagickPassFail (an unsigned int) rather than void so that errors can be efficiently reported. The magick/pixel_cache.h header is updated to add deprecation attributes such that code using GetPixels(), GetIndexes(), and GetOnePixel() will produce deprecation warnings for compilers which support them. These functions will not be removed in the 1.3.X release series and when they are removed, pre-processor macros will be added so a replacement function is used instead. There is a long-term objective to eliminate functionally-redundant pixel cache functions to only the ones with the best properties since this reduces maintenance and may reduce the depth of the call stack (improving performance). * removed unneded GraphicsMagick-release-date-missing-quote.patch- update to 1.3.27: * New Features: . PNG: Implemented eXIf chunk support. . WEBP: Add support for EXIF and ICC metadata provided that at least libwebp 0.5.0 is used. . Magick++ Image autoOrient(): New Image method to auto-orient an image so it looks right-side up by default. * Behavior Changes: . PALM: PALM writer is disabled. . ThrowLoggedException(): Capture the first exception at ErrorException level or greater, or only capture exception if it is more severe than an already reported exception. . DestroyJNG(): This internal function is now declared static and is removed from shared library or DLL namespace. * lot of security and other bug fixes, see https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.27/ - added GraphicsMagick-release-date-missing-quote.patch- builds for sle11- fix perl bindings + GraphicsMagick-perl-linkage.patch from fedora - turn on perl test suite- Trim descriptions. Redo summaries and RPM groups.- Drop patches not meintioned in the changelog ever: * GraphicsMagick-debian-fixed.patch * GraphicsMagick-include.patch * GraphicsMagick-perl-link.patch * The package builds just fine without them and there is no refference explaining it - Convert the deps to pkgconfig variants where possible.- Version update to 1.3.26: * DPX: Fix excessive use of memory (DOS issue) due to file header claiming large image dimensions but insufficient backing data. (CVE-2017-10799 bsc#1047054). * JNG: Fix memory leak when reading invalid JNG image (CVE-2017-8350). * MAT: Fix excessive use of memory (DOS issue) due to continuing processing with insufficient data and claimed large image size. Verify each file extent to make sure that it is within range of file size. (CVE-2017-10800 bsc#1047044). * META: Fix heap overflow while parsing 8BIM chunk (CVE-2016-7800). * PCX: Fix denial of service issue. * RLE: Fix abnomally slow operation (denial of service issue) with intentionally corrupt colormapped file. * PICT: Fix possible buffer overflow vulnerability given suitably truncated input file. * PNG: Enforce spec requirement that the dimensions of the JPEG embedded in a JDAT chunk must match the JHDR dimensions (CVE-2016-9830). * PNG: Avoid NULL dereference when MAGN chunk processing fails. * SCT: Fix stack-buffer read overflow (underflow?) while reading SCT header. * SGI: Fix denial of service issues. Delay large memory allocations until file header has fully passed sanity checks. * TIFF: Fix out of bounds read when reading CMYKA TIFF which claims to have only 2 samples per pixel (CVE-2017-6335 bsc#1027255). * TIFF: Fix out of bounds read when reading RGB TIFF which claims to have only 1 sample per pixel (CVE-2017-10794). * WPG: Fix heap overflow (CVE-2016-7996). Fix assertion crash (CVE-2016-7997). * DifferenceImage(): Fix Fix all-black difference image if an input file is colormapped. * EXIF orientation was not being properly detected for some files. * -frame: The `import` command -frame handling was improperly implemented and was using already freed data. * GIF: Fixes for "Excessive LZW string data" problem. * Magick++: Bug fixes to PathSmoothCurvetoRel::operator() and PathSmoothCurvetoRel::operator(). * PAM: Support writing GRAYSCALE PAM format. * PNG: Fix memory leaks. * SVG: Fixed a memory leak. Fixed a possible null pointer dereference. * TclMagick: Problem that TkMagick could not resolve functions from TclMagick under Linux is fixed. * TclMagick: Fix parser validatation in magickCmd() to avoid crash given a syntax error. * TIFF: Fix for reading old JPEG files (avoids "Improper call to JPEG library in state 0. (LibJpeg)."). * TXT: Fixed memory leak. * XCF: Error checking is improved. * EXIF rotation: Support is added such that the EXIF orientation tag is updated when the image is rotated. * MAT: Now support reading multiple images from Matlab V4 format. * Magick++: Orientation method now updates orientation in EXIF profile, if it exists. * Magick++: Added Image attribute method which accepts a 'char *' argument, and will remove the attribute if the value argument is NULL. * -orient: The -orient command line option now also updates the orientation in the EXIF profile, if it exists. * PGX: Support PGX JPEG 2000 format for reading and writing (within the bounds of what JasPer supports). * Wand API: Added MagickAutoOrientImage(), MagickGetImageOrientation(), MagickSetImageOrientation(), MagickRemoveImageOption(), and MagickClearException(). - Drop merged patch GraphicsMagick-CVE-2017-8350.patch- complementary fix for CVE-2017-8350 [bsc#1036985 c13-c21] * GraphicsMagick-CVE-2017-8350.patch- update to 1.3.25: * EscapeParenthesis(): I was notified by Gustavo Grieco of a heap overflow in EscapeParenthesis() used in the text annotation code. While not being able to reproduce the issue, the implementation of this function is completely redone. * Utah RLE: Reject truncated/absurd files which caused huge memory allocations and/or consumed huge CPU. Problem was reported by Agostino Sarubbo based on testing with AFL. * SVG/MVG: Fix another case of CVE-2016-2317 (heap buffer overflow) in the MVG rendering code (also impacts SVG). * TIFF: Fix heap buffer read overflow while copying sized TIFF attributes. Problem was reported by Agostino Sarubbo based on testing with AFL.- Build "gm" as position independend executable (PIE).- updated to 1.3.24: * many security related changes (incl. CVE-2016-5118), see ChangeLog - removed patches: * GraphicsMagick-CVE-2016-5118.patch * GraphicsMagick-upstream-delegates-safer.patch * GraphicsMagick-upstream-disable-mvg-ext.patch * GraphicsMagick-upstream-disable-tmp-magick-prefix.patch * GraphicsMagick-upstream-image-sanity-check.patch- security update: * CVE-2016-5118 [bsc#982178] + GraphicsMagick-CVE-2016-5118.patch- Multiple security issues in GraphicsMagick/ImageMagick [boo#978061] (CVE-2016-3714, CVE-2016-3718, CVE-2016-3715, CVE-2016-3717) * GraphicsMagick-upstream-delegates-safer.patch * GraphicsMagick-upstream-disable-mvg-ext.patch * GraphicsMagick-upstream-disable-tmp-magick-prefix.patch * GraphicsMagick-upstream-image-sanity-check.patch- Update to version 1.3.23 * See included NEWS.txt for details- Update to version 1.3.22 * See included NEWS.txt for details- Update to version 1.3.21 * See included NEWS.txt for details/sbin/ldconfig/sbin/ldconfigobs-arm-8 16143697931.3.35-bp153.2.141.3.35-bp153.2.14libGraphicsMagick++-Q16.so.12libGraphicsMagick++-Q16.so.12.4.3/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/93a1deef900a545c0f5530b0385b10cf-GraphicsMagickcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d443b1819638d0d5042d794282ca793503d7ef66, not strippedPRRR RR RR RRRRR R RRRP&=2ʵeL/hutf-8ada149a219246642cd50346f2ea3aa16f5f0a3245008f0b1af29d1918379f387?7zXZ !t/] cr$x#Dd0 Wl`hFS6eVd&PJąGzkUc+TcdCt?D)QLUv[`Փ HqR=Y5O/Qu9,2UF"C7.A""R5泵fVv~~<g!5εukK1rƇ~?_ '9ܓs7\Iu?6zJz tO %J W 0 ( 4WNF2\V*!gE!C{0.)YxA}I /D[o}XQ)HǞx.ٕ J?$3$ɤ^7! ~R& `7Ŷeַj Tq9TΙ6:C򆘔/"7[nRgY w6+= O4#L$&U|1"A)p3;FLO_GH!nDZt{oǏ>!qr2V+ehbEr.9cnqWQ_J*` p 0)43,)U1;'#9aew;R|}ܽ4oI֧OvHnx @)UJ)' +k4TwٯB/oa- *n; ِv%Yυ!4p΂EZj|qlQ #? `O ]GyfBvھդc&3:{)D$ "1}ƛBF:0~ ou]0==.?Ojnɕ5ƕ3E4|_#@L} ro~ Fn#ޮ{'kD]-=p;[FPTd»HLUk^#hvV\e1)hO/vchgŏ ?A3WFˑ)L r_\ÀjR>>Twꔅ]Qүf.›>fk&oD\A?k%} r$93HwȧU0**X*}z7&Msrt>Щ\ee3.Q[DrEѾ8h.Yuܵ[,#tVpH º sYH?Zx%Bb1P\cRVw9D/.km cGJ^_&'"[U F&vk=x}R5zTn"bE5,g\ byUPݕjuEccۊo|&y&UFWyH&:޳Kn;_GV< au ٝ sqe( 9YIIޢ⪀ 2DZV!JOT+UB0 .-XO:rCX CΝXOV/!z\}إVvCCno 3J a, Po1SLj@)e5WG䕎4bRCѻV8aɳ 3!]$ObΡk. &;ןTXKT$+{Aj'*e G8L0-'CߣAW-ZWdfa)W tD fw N\0aϰGU:8}hj=!j`t/SiQW_YQ8|dغGj)o |>x39^U);>X W24V]CeF UYx!JpO93E )-,sO5K ͧ˷A) =ڐ48 M^}.5Q0QЂ;f_exa?ʗ$Tޫ=bejrcP 4L?q/X/Qe7袆錵ùȅ3,,U ay{[P)X&dV#fgW4E" DUl@VEz‚BY/'4!ɜn؇oW~b%ljb?sN1X0 * HӜ%)ʩz޹04ƣ7_rtag.rL0hJI 3!{U*ś*:+&dG̓fեR_n_8y *k|+w<%Wau2b|U0 ]nc=S8 >&yֿ.[_ LnSYUN>d]*p͍oCyh : [1\ 71.LuO](SЎ˅j``U֡2}{ 4Wþu @z/cr}b b댰 ;uFo8x!Br~O9v̽]2~/KazLwq7ɋMWi/GOR"3, ɤ(AӯNN/!v|P sֻ:"OhDoHcCÂŴT'U`nIU7lkUL-uVZ^s_%PExKAJ'so;>a Ks^e?R8(YѕcϭQ8q_E]ِ݉Nj"~tOEI`'-Gaz&cMz[Hco7}P\h)2x~ 퉹Zl) )ޕ]y^A=YLlj7(̙1^(ʢa 29DahHoOB}Ja65DM!(侳_.7) ~}ub@>U?DW`#FM;g ;^[Ҷ!D9k,TP3B3Iwz p!wWE?H·싎+XMQ'MM dls _qOvLK =ߖb]Oc)vFMQ(jPBcvԱvS)Jq' ^&nـ:xZZhmnly&20;-jsSKu@p\y^)VB)D#圬i~q¾}1`FQv쥇[XKA[{g>NW#dETqeN͋Ԡq)SI{WmU.zw8.ê=8d& [x(hW*@Ξ_p*ppj\A1XN 4Ss"D ~DT{7>Pثq럳F8UkY-9Y - {ꀹ!l#trgy`PI}#ѵ IN &jj ܏U1N$A-m9z ߫ۗ;2\IX5%і:?8␗ɵ\sf ~Ue7SkjS@>}YЯΎ+z: |u9+瑵)7(d{o?2/ʄ6hƭORv:BuDtG%A̅v+t ZO5Y5W Xy"\ %Z{U,%~*Զ0y˦<2`%,#$ fvP5}6ϸeB ?F) Y8Q}n^h\;į7"GfgrG!!j 5dGO@m!$h>[di8'0 qKɕZS*O.bʹDHf;(~v؈ն̛Φ1TsDEF)Ce]q$y>> }y5ـF:RLs]3w!h*Au"^)ķF1DdWKr*ѨY,/kce[]{~ َNF1қGh@=e9§=8v/o$O^Q]$mNZa]yhf:`(Z _Wo,iǓ!6H_.[w0-_K]2Kqد(7 t_tB&'Y¶ra}zl+- Tꬡڣ09fj[ԧ l4U]Ǝ@В[űcL|0'&j)iOVzhx¿^RQdϜ& w͂XhVZ[bwYAe]g$hn㪴5S!rsmA+rLJ6w,LvWdM V[+G[$*-O_سbќc$ϵpߝ́o00\!~0?kGB' 33 )|]yIAp߅8X^*~)/QBW4KSZqmߺ./N0xr Edg;e|Ԓ4< ,u-5''?gW8D01DSR0c[*h0VSSflv/CJ_s#{^0&,_lz*DF[[[IWJ:@zlWK?78`{.PM?Fg8qS)Vަq~B3\bfYqf|8VnRoLTZ9{{gE\m6UA"ZXhd&7T4˳!H1Lj6!ZD ҢKw4].α0.futP=`+z}XZA |$EyzpvN{7r/{id) !Wy*8%&FM/$ӆg~~lթ0v :cУRޗ{AZ\mGX-{IV`ǪN}%8 g9qIddc?C[}y lهT|{z Ui~#R=LhckBlMj- G99B됽xc,O JO?^z\+pY=O *ɉD'_LM1~TthἀUI`*(B^߀iO%4 ;#\yr#7u_~ƯX)& ^u玑Υ14@t;lS2 [8)CSVۓ:{?yP "Ʀ\9A.8sƉ/eBD t&c0$jdG <cK7m` /[!brU"mW,$ ot9QUkKוE tw+eb T> %H]y]H^p|vwHb* T4L>x5k(L7]HxsD.FM e_Yq<DM(HHЎ,6zp{X@umTm;].,8+O8w 0Utl"p?łnEQvC4 E<mGC#YTAPC7^6#!33t {́;:&]f#\d~9hn$MK J!/-G? SKH7Tno&tGjQj68&.תKCTc\'MaS+%Pobs˱9ϛ6[)f~>z/AmW;rE7Wլ Z(iRPV CF>詇VE3Fq(/2|{ߢ+"d &9d QBoca$bZvo#!SFOeX܀c!X^a;ڊ5n`HC4CodV@Dc_FkNۨ!}>B ͇'k2?&~\b bҽamΦ?K9 ~ͷѪG9}iS9l)y m#zӹ.rwj?W:դ"MЁжZЪU ",5QۿUfw&P/I_i.#;Xq_F vJW/l2r.^O@vHUac` Que+I3Gyrˤj>{@X>s_+-:"]mdӷM>,kV5_S1eeń!πr|xLwoIZ>N_OݾVjІu l 6zt`fsJxOĔ50zKD_3٩p隆oHMُω*`7 F/ȟhӑI >Ю 6ň,lW I"!`{$YhE[@vco{<2SwJ1-=J[}?CONY5Aiw~(U}*vMI `NE ioy@d(}W 62HUݖ@?5Nj6$ѱ:[ד=F+ya3/SE_wUo/V kzJ&יޟ¸Ufω~Sl9ˎT . " j 41ҢúJp7`㬞EȅXL6qc'-73N]I^<%)Gn|dH-[/tmePݫI)@zuM#gayo?lҋV*R߷6f?JWz9S"Z/F<`Pc!͔t9l9Ắ].N6+g޷.fϝ25bDMF~p L#ˤsrdg" HCZe$΍zz}+32͖ȥ4C 3ZԣvHQ( hfTٷE D8Bc͸,iXnϹbn{CbUTe|ZG[q9ݱ ]PZ=),qulJ֊\"wxFҧViJ63wwa83.*tA66 "g?i E͘ﳕ)E,eYohgՊW$TӇE& @<`Ps+J>W(F C!QWW![=`XqDV9ͨzɷ0V#m7hY$,s e#-H2 !}~ v1> U TG|CUJ!zQn/Hu(:e%f0+=,-bz{x+9b8YV:5#oRbFdR!d?8.zc\L(J 0dUL'4d‡LoމJaއbux$ba8b!~7jJAL3P8fzY3:#~L_i1?׍Yղ7Od##/—ܤ+FNsSA t'.V7Z$ecIK~ c j(9Ao9Z鿚q{+UËzYt&‹1$nzV:lKuCU+V>V aJ6/  ܻ=-a7s|m_ ~,qwL6[YVԋ &4Ƃ^>#!ơ3I 6GWyy=>5OPoi[d# =Q_VqSNw;H9ܟq)t%T66]%: 3Jz Cކ jkݻBM0Kr&Mc2gG0AhԔQgUOS ̶Kxi%XLCH4}b^NjsQO#/䳚T["~Wwb55ķ@@hwtNMYsOU? gKnx( D3PL9ӁVH[s&Hh3(qUµ'4G l?f0o9Vj*3rJ6p0Yr2T1N@ˋ:>SbBB*A s!mg/0g#$wd (owj˿ڰHk.SJsY,434,朌GgL4XaR̝o@wZ`>by-7!W&uط2k]IuJ\_ I=23C$0*^_WavlT2s[3Ow#w -QzhJDn~*bzBԤ%d1^ynã09ML4(-x}.xHŅ3~>O}J *)Єms{\KGQoTSq#PM/!vŽ[ 0vt8ݜZOt QCј$3nl ڤOv̦Z^}Qc:ƪ㌑p+; ŝkJ9{ۿ^yD4i$wqpP[Yp)4g?Y>Y ?tl.[B߁Pf.syFGX߼p(aUL?X#^i$(y|ҕ J嗐3;6!WХhv<',"T,Ҭ9:^H-m'G__pbc! 1,uč8FV;xƒ}&"@>+^ZARe}G56_Eq2L^8._;[OƬUvPYpeb{r[BBn6f_܀ k7"liXҺ) πJ 1*_Ntقwl}:wWޟx祼f|"Qixoʾ9W)gٖ즣=q52gx?]N-9Xn%T=q<' _FEu 9h[ZjtXSMaʶʅVDdCއF]5IU#ЏZ[3ucH]]X`|ͲQ\e#/aSG.(<Urq60 y&0 d%.2ߺBȇ5$ 178tdG]5,FAxbh |@!טGLFynI`y_#:WfRi]*IONXnE^x2t'pi`jR4랈p7xj؛J^^o)j);_xaD].oBoCt2F\YG qj̩tU chf!#K8VФEW4\ g!% 6cP(3uxoKpsT!@xt#~moܒEgIj݉^Yǎ"i$D?_`.QK lVo,RJ"X{UX}*kp{P kL}Ʋ/Pmwֲ]eư~8+Z5U iꝉic:d养dOS= YfC 2UњP[qiֱn00v$d3{d :-PrB"z6F|zi-"4/G%w&ΡH(r [,S(2k࢒Եdx@E+z|pLN݁D=LTpO 49S>.|0Bn6@:kq-xd ,!1y:&s`g[ּfrVT{lG)[]^HZ>/8[#b=9զŦ>V0wRحB)4Y95$l,(b:;ԘCIz,a'3El^Qhf lݎY;[bqZ? uU}IS1 ) 7,/sisx⹍\} గg㡤YK>`sd-;|󶡆| f[ߌ)G˦(e?s*Q8[/P#u6ѐt&46 v\2ʗjؕ3İ>`c1XQF[Dsݡ<2s֤ƒȥæ>yS^͟Y9+MYL Fp``^9c)\BV-DWUm6إUa.Oum ͷGA,B`guh$xJKӮrvĿC^,95tX?zT^([7aeZ>{"(.Vvֻa2A1_|7LR[iD%)J 1ts5Ɉ51-C`Ξ5! {0|?p}m+2NȘNO.'PsWBP 9'M<("W.37IC/$hFyt7BR;p+QԷ`]z~beZ&"{nZs?~/WLa1vdԐmXf^14T70XJP Mtf+v dYn2\t~aK1if%,+󹆎;jdeHggd9Z4xmmm)&MrJzpZ޹F"]NbԿ`yT-de: XdxVLOc=\|QZFBquig;s B#0ZQm=T׌ao׾]e;/fQ3%S|,T+0CWh{,N,G/jbp~m aLzE֨qFzV拰յR@C%Ԃ P4c%T8u'MȧBpȚCvYmFa=bo2T*l`^:e=H9,`Ն]㞝&1হԏbRy&ɑZ37hy4HTߟt!@VƢh\Ƶn+3Rn@k,+J%Kq>a]Yi֔=ٚ D6.-P)*Ra)r ݎ&SèSK$TpZc=:)a+!E=]l(3j(&E2ɟX'gu^ԀtVvY 0^ Wm7y#~;RK.o%(.*p|.\L/5ּ=#2Qm m+k!^ g7D>OhfVv WuO@b1g a6OmQNWҫГf ׼Pތ񇛅dpUr$/Fq}bY9-}+G!9e@1zk~7l'YTl}>^ BBm|8^&ȃMKnbj ֽ?R^B[ڟ) * TI'#G֨KÂ;&TWLw&$4m$* f֊0ie2jr1t9qhJcʄeW~]@.U$CH?O!w=tiOl58_M`ޑx8oc Ejw*,2]y{sw)8QkPH="ML$'*i ]cp4X3]Då2BF+ zVVD|>q頿PrR,Q#_u]_{rj4c\72:8"c}[G/Y)%_) DEFiWhWEa dW7sH!.{+H "tD# !$3zd?%3wt5ق1dLϟ `&GD{{(-fUyY$M 1n׽]HKPfVP+Cn[Zk3Y]`Q$vOu,e}i➀@Jvi9j?> Gs0],I, (|Չ⿎%eT[ aJ5] *]1'{hw1jo4 X_uLI YJ3lZX86Ȁ29xA˲,3(\qr!B/ߥDi3KS2A4"{ 5ܕj>ODHԑ5Kڌx }ܳ,ط Ʈ>P>m+ZPFW\c43V ' y{7tm ENSDB]0*[U9*z3ͪߣawFKG4=(V؅~/=`z,X '%vi]r\~T v뎘xso}H[xl[E ,' WW1 Tkre!B B=F˨.E)api]7pBlt,Dr a@5v‹||8bb 1p pKپ|wٷ$9˰}7OA4IM7Sdbzla/%͊U2+_YqV( OtvPY5OAѹgt W9czmkF#>V j쾟6Yz#Wy?;_몜-#}f3Ne\A+z gἉn{qOGB[lS+(E2jl u,L9R`NF"Qi$]l=.՛_R ~90&g |0l9 - hp6&*dh+K3Ûs8-&JwbLAS)Ɇ^smI.M{ڋ`̈ 8InQ"/A +?W Zᒲc=rd9Yozwzz1g%B<8$P Wf j/\\ZEDLր~IsG ,)n<2$0K}\9 1}1-'^zĮ0Eq,(\Hw{oˌ+<5-r^q">֠o1c9ӫ8|վ_p㰡y T)KnZ'3v>JE Ch vZ;6&kXs)VkQTp\<*\Ο vii) 5W@ERt`Uq7j!ۮ/X+m`'yJ`Vjo`odx k'lnͥx@n\ԖfQw^1P0'-~W[[͏V1T@Jk Z#s {TgxWl\TGOy;1"ZFx`;Keqvm"M8 'NKh@D,*m[1rT̟2ftkR9i;F8&Oc>:3vd'{,hef#-@`ʦ:&7lE Er*U>  ~daHn!?bgqDҰB2EZūNް g-]Dz>zNĥ+JzZ[:>zPNK2qr;0 ! "tHM/4l`?Ȁ608snQR0I: A8IU*'KE{c5akpQb1KQ,9N'"e S'o!-\S^9A| vn!Eچ>ʧN'^B$o*7[}iĴBYJmr~m y=fSG/ܟ&Bdt3yP0ʚq)7 $`Ou"=>U4؅ _)*OC֕εUէ# H5STIVojUL[+& jr_;Wgˏ~e:3q i\4WQ =V&w1OfWR@ӘRs)NLbrW,AQ̮RcB`SFufKVH˩t]5@͜цVDAAB'*U6(`)f>ۅcV^}>hwPj!P&$)*@py>5)0KkP.[n7riB^bMU`𢑠3}4| ףG:؂FLF!e?r^i,-㲭H?y8n} ze~臾x_I4\a')!Ϣ`?GBg;0'GNih;C艐<7^2D-!̓zM tk J8 f4s9,>˜TlaےH:!Be)xNeFW*I2+j@ H=W1 *"o4*C-eڷ[kh;H |&_@b ǧ8#E7 D4&݀F|IZ~e+HRwGG"4'U|8mힳk(tk\- y?a# ! &6ɶ(Ś8a3 pBG%=_w9ףKJ>A"WiA_.&mQ Sb",/rBs.^"\3PA8 JՔiun"pR߻dga+d(Z,ELF7ldJi]n+IQ <LG@+Z%:iq?ɥ2 .69G6붊^\\iҗbCiCy^]9X~FY-}Ssx(Y )8>|uB7budN&R/wZFYCVbN )Z֜M~{h_5Bo^Y'G4t鎁&!~H +lmB?ډ;,A u{ZjTe OAbpְiO?d{+\O#3q [Τ-w|$}͵tj:ŦoN~ K!oHuVx+CmY)L#TG;n^7%ϵq`15>:#@+$Ęiy1]Ko19k V\psi=$6A C=F*bi,3+zYh!Uپm;|QxE޸o (2[q,@ һxd[  b8k"+rCAgn{EHۻ:]T_^>_lɼE1`KNۡ 6 DIc^K,ݭؑp%fjZ!ʷٗ(T&>r V晁d"FfFLR'1nն#BO@կ i*q̄p\oL(9I l"@IQPyӔ-JҤ |8(Y3J" ~ᓸ \O1B Ƽk0*h`fט[׀8hw{c0X=+u6MJ:Fڝo`nFVwLfE ⓚ3aS(W 4$>!^|R9 }2;cQ齰X!snl)E>T, .慊WGN ﭛtiƢ&*沢~Z ]^S5e xeYO7{"3?]5SG邨Jg"I gqxˮOU'DwsL<$4iCm5YXȆR35ƁڮrՊU< "D )j'8 MzgrSr> >P[7ue|L7>ҏ]twiE=06@?َxSۦBaņ-k.*ǃP˾:-]fMv"B?kXI/_f?"'nCh}'O2!o|Cyw113O 6Ou2z~.eϭ ףgㄪ!‹WIDn{t"vVg|e!d3GC}W`)E6ӵ6e 2\6_(RQ6I),Nf<2;/DQ=Ϧo 30FCA!Ɖ<ۢd%=cxﵚGqZ)UtJI>{:🧐<_:^bWAb%@9:X0>[B ĂEL'vsN42MmNR|~Yht^bw9ZXI4F>2j 5Hh PÆ :Ν3Rd晰@r(SC,-]`|+Eij{#YukE=?VS*g*v-PqL']M=vbQ֬Kao"#!+3ݦ\B+W0t  Θ.`)?2&~N׳Gˆl.l[78w_|=車e W"Hu:h{ivL4G8U=d?sSEqCLctw~š/b{)}sS-"q^}/fcT۾,٫9{+F_}[vʑ(ŻÞxPO٤G{4x]M+S\[YJ͑s歹qOdg{4VjLAq~G6Tssjx,2tPPaOX݃,E:'x$P`m\ DhAXS@MaV_Qt3]jxMZhib}nJ|ӽ%|կoUvQX2܉a&Oyy4ޭ=P cI, }yu9ʵB:>e졔ѩ~}q,3j\x~<\Veq, EbGȶ2}| DĄȣx4âk tT pع<`[!g\  8~@{*_c2izKC4d[$H<[Xat Z9d!k0 Lv܋lP_EOjB#m0eJ "%T۴#R w/nOPǕax~ :V.I HF"6J7|;V [LFR3^sHuzVڡ%mEH2 ȳ`-eK O)-'~]Uq"1"t]~tRzƛ`hDՔ1WF~9ݭ>Yx棐xA%"*mN(fo1N S.NDŽ c38X*$ms&8ÇPyCWF=$&ʼn-*p_ !{q^{``&+pNاil,m]*c ܟilo8Ƌ.k92j Katvž?ljj$sYk뛫 ͈`t:nӋV3 baR94Sky3g״ߩ{$ӧWl+[1klVj ;$v]J/fATZ梘R:*JCY \'"R;ԊK1#_BBL!z):k_/򁊭WIGwf̀['qƶAmr+zV{>Ҷt^^kDrOYկ_EQ-|jKoCj!N|_-&ҙ@zleYDi-asz$l{٫~b:* `e89ҽ?UennǂLo@q KU > ۟)i1|/`7&Ai@}YNrs [\/^ݳah8y3TJnSr)7U3CmȞ Z&CXN^S/?A^=}K чC~=ע3I`alM]V/ 9yL!3.2xfG'=o/JCT meh ^DQCwx qV*4<(߽8F8EBg7_Tìޅ$-qՒcܽI=E{pB/SjL^B(\@?Tvn:w? єQT^g @f'^OiAbnl=mN_OPەmQU~'l|JDV=]Y7 u% 1/y<0]SiM&nUV CHdqmW> ۘ+)g,eMqcrD$7A $rl%+| dN<{Al ujOvuY+@6^4ݭ YcwyO_0VA.sb#REd+w5)$ {ymr8{%w=WQ~w"<As;i `a{n5[J㣻nr!Be\gꎤy#N-ha2 LːDO0߼3Bl3C]LisgDcӂ㯫EcfCiLClIس2M|^4yK5 ¿_GwWHb@;+0M;8V5uI] ,+ H:|lJ/ZE=HǛ@¬ӺޟхBWʒwFdRIc ߽uAZҵ#ڛ9ﲬ]xG̾d8z8CF {coJms:25d{-U@YI9UQnӔkӁƯA:`%)S[ EuoFQxue'cZ2/4Z$,}p8o0pڇL^왼 \D] ɖfMuiO5=FP<ރNC!IhvW A{k0 dnZl 1?6q,FyT;-LRyBwgTP&[>P82[v<w D|_RD!dC I=BP8ms xE,U]OrL;Zv;xOO5Zw,hkc{:aiQFֶXXq6t A/C'ƈ݅;UUMb|L"/X*q$.c؜HcBj-yl>H_pJ7|-vc ^$e )-eU&К.CD]@_҂pz0QIETHģJJ5*砍#U+r)PEPF4u]Y 2`AfviߩG Wܛ,o3'`SGnؚzg1wCjB&m@ A >iXRǗTrsi>y-jIC@ =9lQiZDv_m"diF% v˚ {0?5.5'\TpaD@ E Ft@?P/:Q#L`|n@,w$׾f{ / j<)E騮͹  Dح:ڌ-tPht&17bүr3|;ŷ"v1®pDmtOS}mӞ<ęo;)^c\9.8=@[WfpӨϐI5ʆѯe@@U] R2- 17M(jMw8$4gIasPIVW{5)H=AH@AKծ K{#`n ,]iƱ%*”T"teq"L}7(,&D>DCgi2ؽ.% ґA&Ͳb%/FKBQ]ӹCs_ThHirE}@5MP3,kQ/b\2L#WzgB0pHK$XuKih;Π@-Hnu~˛FÚ {@4|3Q&+Or~7 = pq#t۽LDH@)c uVlWң ر@6CZ (HbTa ǚ)6@pFZT[jr%Qf_Ѱ$:N,6n藳I1[&~v~nPͼ}QJ|FUoG:Gk5a-ۣR:16&l#ѫT4ͫLcsr-w\< ;u>+ZU0Z[roB2 ^t(}97H>eC}8̀Z~pa>l=KrV Vnj1n!)&oӔЧ 7fGRC[`B!2ku^wkuC _y $OMQ*%7^*\CG9Ph^ڿdPٕ>Sƻ݅FEWA*plowPt>y5*{)6kܷyE nãcÁ>\We?|Ǔ.AD> 08Q $]moDm1=/`1oH]6$#ҲAr5Wk[Q3qPr)iMg[rn)N8&E;mh/ 'j,M.z,nSǷ$C"|f|[`:o>X}M}1M Iivֹw TR\)43^r!2"N[ yrlS#y~;Hk>2.W *Y5*TWx@.yc pg> 2Ta)o?{WhMi/veG឵B\bI5D&/WFW]6qCvl%} rGO)ŔQB \Og$U#x fDIHogp0q\ϙ?0-8w`?\É ;7?}v'#v.$V>69ߴ8d yB)-:Irߓ`M5"oE2 Ǯ<\cUS>܅RApi`͓m2fIRRt; 'Z#9efJX:.P>PEu|؉j߻ֵP(jt9 Бh;˾n(DO6>7nZ_ame?+YMDq%F/ѸTEyGNems^>m9G-'rEBDD'V?'g;)(bQcc3},AiRWߨˀ"%#Y惿Qx{fd ǒJl-38[ z\&XWU#lull1IBS3iS3$R x,CDuwq륎3&լE&-j-cOo!np;}=<XPfL8^K `NP|}#䈏w,(RV a̩cI,$LEUX} e7{R6gcpm4"g ^n8fMB<ɅF\ gڍg_!XPBhd[T7fvofGڪ)1Gھt׿m/_fcIB pCc~~8`OұJXT>`agaFEI< J˺?F ⓘzYQu!2Գ<>m>֖T&mU>#s6''&Qa]$AAO2r^Z)(D^#Zv=8"RƜF[q.HF\*'%0_a k@ȜhHZoG=3IO]^snCBM7*ai 7$s~&_S `Gm/|dQݱHFR}-I<_?WZ#THEu0oR c±qӸoO hՍw` _Q=Gm@!\eHԝA1<uʓ3졪B}5fk: 3%ZLVi{F6tfg= 9\e&,U:Z{J6#C/eoS%5v. 9ɩ(qpDYV$h)FqYYYԁ]~Pך՞r٠8?^}H ͭ5mmY$>Oe޻"&v pU5 Hߗa]&k ; p1 սtXBtϳm_|UyfF't/kR&%nJӘ1"q,zi_z[ypW֬ hf{ʡP1u9H3\Gaoq5M!Y>(.ݦڌn>; &(L "y/"-5UGˬhK#.ݽbѪq7\]Ϛ =,oRk 2(N #k yiesXDY_!ĵUgt/\.*@ؚ{+n>Q"?|!w/QnB9AA is7&ֵm ipx@KŃuKDb%s:vC΍.tWq~aqy Ahqg.`D=BtFwH"R[5k! n Xg+'4g}%b$8A̖[b$lSٷQ_/6^?Nc8rnՍu HQJ@Ѳ,=ɩ,$[x-ӰCWw-cE݇'2aiJ9=%V.tk~pcO$yTu#%.8ˈ΀rEAG4< ;OIJIG wa!^惦!cot3 aR?{Yf3^ yOtq'sV5e 6fakpVM~ Ak @Lķ2Ctffh)&0oF"wgۑT *ć %Pc=M졪M̨ wRڔ"%'[_hj+ašDՔ@exSqcH^1a}kEiZ5jYR:snckɤɔ,T@dyЋu nHȃ7&EAQU2ꋠyU ""/X?N7V}c]u*l$>)-ĕQL,-wFSh -f0kӼw Sm/**SyorSɜ s:a)x€yHqy}'@)'b$Qe:j;ap]-a nSFO36 n8w[[^Gxh藀'e[)**.帯vj Sz54<=%Zȱ^f !.&8ȵY>ZFbԹ؛#֡;<]_ 80=bQf&>޶V{5zxZG%~*,x6)witiӠ|Nk S>lDG`8ׯ\ zcanKd+qݨ.mN;Y(}HJ7~+p%(u`/)mK=8kZ[nUy/(`8d{KfO_}?Q2Rf\J18MiV(iWI'W7 9$+%-kw# he^5S?zz>2ôJgG D{ҶR ȬRj'ȃG>&}N8Qй4 f >^{N]ip 7#~k{Lux/D0DSޓeXjBoH9RHvE = -m_(YrfKuc?FR^_!#:&0xx7g3sRW cK%06o77ah#_vШdCsr:>ǩҤ3ak Z{A dCdŸPdڜLY̽,glFJԦeI'W:Ѧ^j(z'6:,34vÀs}Ju*HF %5c@^0atmH x̥~  DXx&u|'2PB|Y/x3GC$U.ۖfM7v)?*/PgRDXh7,G*دVrIi+1L@@-'89&Bؙn聥^3##Wvܦ׆xT)iwcһ%0;Iek[7m-7D) 2uDdrpZ%-ĵVk')fZg۰7#BBĉ]>Ц2T@1 J Ey-?}AJgf<]+kdAOwKcƙs*v8y:5s .&(kŅ;hPZSzq^Tj+~5>`H)lLAAp{ʍ8=Wr ̆xB(&xG%)~ ڭu|sD'N97>7uSV,YBLc=1 4WbS3,OwKD萸M!. nߞ[4S{`6+ujLz  r5t=>M"pϪK FiD8Ґ`hSp?nVd |%Jا !,ĭF@A'|F8unNi {poezt5B\ e5\b̷I aE?oIDdi0]܋%n]lr8e$ag/ `%_䦻Ik~Mwر7qU"x{ÿ.ہ^h Zl~fMዹ[(f1@|nr 3Wy;jhϟh3T9cE1QS`b)@0@N YW79Y2Յnvvm~IXAw+Pj$ap0aģq{ +W6.(BCGٓ.ѵQ* `#\2~" UܯԠ?X8@z'o'1ЙXS%eAYƨNz5xtVށZr[} bU@2alUlF{ ެ wV.'Bxձ.3'GU>j*Շ.0gG̳WZ:*3;ieCB۸^tY7&У>*BU6HnCeBw=q7a/SH\iWj9Ȧm G0DwU$:#}+UAX듍a~ѵ¾i$֕+Ng{ifNCSX`%D)wg78o1VEPՎ0"JV=PkHJ}'08yNڃ7Rrl|06xqgiYv~.1Vwh Flq/"B>FqV~mXhǒeq\.-wʈ{D R3>%4LJ<$k Tr@,)Z}I`?.""9)[2ޅ~G҉9m,ڥaQJ-)/coQ>YU-K_Sޗ#|DLWkԷ?6sJiJmjXU>";Ď+<CNʒJؘCfS#yj~k' oy[/2(v 50 sG:xE'P^燳me S, ~Dԇ: ?q5SR=y5|;Lvم1|'x$'aZI#Bx+e {(WHܾVn jiAWfФN9hzb/(=Z=1 0" OevG-Z2ȝRGFU-:UF6ZИn|>4kI9LxiZMBġ NjS+j`].{Y"q@0hl칷HћW>1(W]/7d(I>L|60Oc0zNlt@h c,-/ׁ_gк7hyё+XEfo +9P@^f;;Սȝ fALQvE&mr/4,<5:uKsĒ_ESmvMC퇦?Qbbۇ]zo Dn>n˰M"D [J3J%:d'PUY=w|P.-՘7~D].w/nNܪ"KCWd W1+F ˢ/}#FU[J wVe2UE軎kYm{ jPQwd~!pd=&P *pG:Dk>yۋ0JiͣZY9ѡDI&@J2Ib2,[gּ2^\6+`Ef؄ py?u{n^(#L”;a12[xlp/ȫ t ۯcT Q6>b_*Iς!Bedj>md{ wwC HqgQeG1A1jJh(vE 'yǛzḲr#ynE(#laFoF2iec*Tn[?F.3rP0I`jY6 *V;p)*_<u/t6!p۾DP58RiQs |_ߒe_Fɤ6ek1l' x1 et5mKVOVƫV`s'O!=6QSe!=׎D \R']( ?Chmo nZ G%++ CtƱjcu.%gv2%$ɊjбVID-S PSj-^,2V-X~rǙ6^MbE1Zd. HZ đzb׮$fjf/ӓ6zr}H'y9/A蚉92EShO"OoTĊ 7 Tޝc?m9P h*RQg{V_FuMŵ\K :%ƍT'X%5|d_ڞZ=[z^da jG "nPU1\ q@aF${, q0^&a.=8/ ZhC}^0[pjo?enᇌ= (> ]v X?-…Z`~msѿ cH# i"t[]Q*`H d&G *}ORxS1E[,_/A8Ʃk1T$=,au!7] )1C ;;M7((o@2VTz oFс㊅u g8p~&sGԵ\'uz8\l?,c/QmS n8]LKS䠖e!_z2^@zŜv-qtcYՔAёfĠI6l-7DV$#?4/%8I7^F/` *dnb_ YOuQںh߭·K1!^2SܻRicxڮf%"UjzmP=b/iy[Wpi8FiV@Ϧrko9)8 %!PPdddDvj]ZR!rWQ눚-Tr5\~Z5 u Pa!cʓ}0^wT^5SB_* g[cYjm2xobYSOSd/j>CHxnv,~8#{G9k+Ry;@}V/~p)lHx5OuIA{5S4+?{f4[杇0N)k9!KDKiB8ɰd;,:y˅?qdI !F{ֻ!K:Hi29(t6 5S^uxishZAgBfW"<Y/v*-=J_ϼ뫔b~ b%rC s 'cfN*թf'҉aT͖7BHPmg QarZYA:-%87x*'?RʂYT?x+vo=ԺSo1Tkphr_?X ܌=_HEn7}{- gF6l3&o6`]a ^%5{1q%ַluѨL!~BZ)Mcr Xʸ3}sQhos/%I- xfy}{>@oI!3ɷ9>U=)CX(]2:o\{%D觕4ro*RAR,Q2BwofՔ jP")ܲh%Фa7mئcaTCH76ˎʴ󃃰Փ;3Er^Q6;3-ż*?n{ hY!D#(׸EO/ӌ)Sf<@ QHَdD 2 YBzNQnpGIм>8= kf=Fnz[s"^:H\e1zϗI^U4U;QDZ%*f(h_fB#WnڙPzC||oQzAr@F a<ֈaSY ǥ/7: \ !ղzWHYs42%62udQ N;n$@d"-eKTe`?|(h8zx Y-]v 6Ig1~4~WXڠ(ߦeZ"SVl] A[aa4#n}1x &!M]oA6uhLУ(o8X^~nl[ȱ@g&)--b !,gǃO6Y̵)O ylzWޅW`M5)P`A.ȨoO-f3bɾј |q(gF +1 g>+kI+Jdn "wgO|^  '54TR𺚵Qf׺T_k0ĎZT );-<CreVvÔ#:Mǩj9ct1|R'A~a@v6j]r+ ufaY; ]m+XѴaeq/ Γ /"|yג[^=-Z9rZ{[-<ǽ"Q8͗Rxrk'plu1"v6| PPSI՝? \#)8:?ILGOb%*O98]kzGFDoB+(mQ6EH-FmWi30M %4 uc(ѬG Q5|VgvPv FI֒d|\S%A'$5wO[6C &@ CL0I jZ9l #7 8p-#ͪ|>;6^9>Ϫx3-kWFOS/GmG g^2Z%j-L@d&%aJ 'ް;Xc?׈*zXwzI%MP9:n o<OXB`xN$|zt~n0^R'q| UO̱aoLe,Lfgm>N<|*PDp?'6-Ng펏Fa_>Q:m[FMBb-:6} ƭft m]|P?^ȣH dJB,>RAw! t4Ϫ6:xWcޯqnϬO{p yeX%>]YXa9ERQnC~d_*co"k<0xMa f^R<*eE s?䛁o([a V @KmYOp9S1vV7+A,{WX~?Uk[Ho0$  7LvAc9i5eP[ڪ!xE<-^ﺩnN$d$EEn-^h}9~_LQf⴩agVqvhgPZ2_+a.PZ?XJg4>7k,_hZEaWpZh}bHt$F||8l03-za^@̨̪萹ib缂J|+[D *0L:yˋqÔP'eHH ^OIqIAxLbּ)u(T–I"b=ېtvB0k:ibxV+Sg*\pYaZ,?eVgUW:x(Dg-ΩP^Ɔ+xۧn &g;%^Oy̔XB(y|HM x N}Bŭ-82li~i4(]ήL%4ؼJ1wPfܦj'-!pN:~! NuҌŞ8@yC-bi7-/DdaB3R B렃9|:-cE('IZz"wcסc-3G8؁pTE<i(_I}Kp˝AXB[yFAEi@j⥰DgD`ITMB7Ӆ-fd#cI(n=]qL%rI0ڣIKbH *X6A[?R$ Qt `'>2>В3UL'7_;Q*&ZM(ʌpsXQ^klWE'(}w!4x*C5&5)RLXm򚈃 =b;|(*ċ};:BB9eQ^{ ZXw|k>=%C,96;u`foC!*.d> #K1I7F'GBDK6LGrjZ@IƋrS!p,/ؼrk䕋rL2pyg8TY(HԿ<`.#nrTsSYi:ЃڝR3QzꓽoBx4gP?iAsɉWp`9I5*M̞Ut!`sz@ԲFp5ͱ|T+=ݘ fgc!"M}g0gfvSwPF_}=7G01Yqf[t+#H]u&*߁|Ŋ>kKc(rl,qxWoOp3ap맧P'V}4KԹP`@$j ﳙl'n}:WCVDL>t`AOٺDB,H <5}}[ݱ|Pw[EsL"</N]4kD~uJpF:\6##PR̴{R8p;Dnԛ>IiIdRlfYz5f#+ay![?{, "G oAI*Nϻ?!?+p qNm;'DC(p ^e5~N_jR3!oXE5?5*ݖU(ﲦ3l^Yиs"I{o{;%0tna_'6 5A@y#8Ε/'l!zfo:`2߀n\y(LEHtc' 7 18餘l7=mGK[vmn]Ahps-W++i~]޴J9d0ߍ ,Q˟B?%"x0e2x-j]3Q6/P_!nؖ[lnI.,0cFv-6K`uwvf+;,H?P3YCXQ0h]eц Eϱ/=.fn}˕C*#ˋT8ȚUF* #JAx)/AtﳺMIfh#Q\ԵTƛBTzx5d|;T ;d-lÄ4v;&KA_%JC?X #D]khvrf9V@~wO&tVKy@#EzŬ4ز}iOJI)I- IWۙB,az8Bbj<m!p9 d~a>7p媌=XEv+0pdĐ21s}'oZ40-:IdKJH+#DރWڙYgWF,b#4,QXgL96lF$o X<>W'U$P-/@ Sҝ:b$-0գw^ 8 F |l`&藫=GRaC?fH7e \Чw&$7WF ̽TcA^eyT-c?nYc*R>=GӦtx_aa[2 _n-v@t.~EM9 :8(s:9HRWx%8iT-AaI #NtMMM%c,,:Q&Y(mjiRڏe 2{i x>CNFa~Y}xuGA [҇Yd.foW~ak.|4mN8+zf3{lPC/>.D)NJkpǰͲໆoJ3k8 fv_EUXW,kL\/-w-:[5Bl"]p?!4bژ8;¶ 'ky9bӯa 23RxӷyK mRi^]fePn@LB4>WdJ"9c;x $ Z~I"6Ep6A:Ep2'~\MJq@kASAVnJ/'Ol\;#6Ħ $=H HIfX4ߏ?,oWigwwD"%E(] jS[B rk1 ߹r:4v~0+LR%>l\0*9mp,pzĘ\:X^[iO: c2O`.4 K酶Tl^}W MY{JSک&!p@XA2kʬ@ J|i {S: ڴGʋ Y =qrI29xfugSEѹcf1z54ٰPTn>lX.#>8{#8gbqa2Ie׸nncM\oPugvg(2o8"lYYqB /8Fz Wz7P;Ytֺ3B,=#⸜{ĵ8#fI5M?PQx)}s||gP==BA&?9x5Hw(߄;w]Pgbf?DAGm^f 2U2.¦V_H*^çfn`wga(PZUrz|, ~rH&sMDҝMh@I 򵪃=qUW;3DK 3b5<ݔy$ q!" }wnm2ȱwZ`YaDm*QAN-ф;E4 J 0Tq'߮=2G=Uշ!snF}Ẇp_mݪ# b븦+kcE놌Ry0j[yP[kD+2Cי_"BfC!;B+v,t&?4)Hvaɐk9ܙMV ƂAqpG z>R$׀34 WʖvZ$];$}WS$x&J-VoL3Vu{Kt7f~F~RHTV?&OJl? 8%JP0^E ރ1s@2h,KgU7t`u¸CȤG`ҙЕʝ|4#k8P6,zA9ٖx\ z>D1frh ڜݲ œ?$85M"=XIXjBxT\`~xr:VIv TF_84߼_,]̩_;7GciOiI֓-э) |Eb)g ;jBp8Vpo^c蒝ԫ*h6ʂ?I7H:ww/n)#0ӫ W=(Kx߽68\&ii3iiGR~N,)7+kFokS @[eyuigQ6v͡qQS@R[cM Y0}B?s~\W\_,S# ޿S @B5)5GY$ΰ[SҹHʓ#m l' =3N9:x#J 4磮q8ޚ4eg_N~b>(Aڬ޷.zTl],w9߁iM}%K㳠E.jW%7aDQ|W<~QxW='u&}H^ώR_#lvL{WRqrb1reS"p;RJWmK_C.LE[ H;$tX;^C?{hY:/ pPt{SHYq':2Elh(HbP2ui:3-.X+®Xe.`y&a=Z~^m455BEK=Aq&kSHvLA$zH0:[g u_ 13dcį&Y<|t0F> '2h9Rp8{ [;#͠񣲕d}ea/ %98F=ߵؒ„᫉Uq׌TNS*Ezzdnrж+?A;kdM-dƬ& 39"N05.便c/}epJF*r8ܦZARnbwm=1t,'o\ARIjyoHHFwxG՘+-IAwHB|_(vc$NlN>òDǕ|UϬ) mAmұU5׊dT8PuXeXA)vsOnBw E$tZ+ !T`VB> bqb̬D'BPⳁ~t s"&`8xZACN Ҡyp @IHP SobE<Y_ iV|2!˝j$h>;9Lʋ^ՇA΅[ͤV|]y A.'Ѥ0Y(za1Oy6=aYCanwpToRWg̕l"j^6a?[ꭡ4NaY6cW:M)E7V|ARj 4x@u'A3rOv H⹞%eټ# (_ OkF77>nOЂkG+i\d ՀpU+|rO*|lҶw_oڮT[832~j#0%TM1!UسI%8g4Va٘TgQ}P>Ҍ FL.d5H"Wl;u[?{:8XwT*?eGrQ&j&"c/'OA<1< +*SVPw2?0_~HNJmskU=_I,!d@[&Y@0g2L3%ɡ>7I\̌U,'IѽPsP)mnn-h,Ԉuz#GG"o-4 XLa{YŦ+q苳#[\!41cpj C(14O=}髠^z_S) %-)6)I/xLK2Q"mf%۫J@VQy`-)"?"?a5P`w*H|5g!{ -}wGMbЇ*o13iR(HJ.wL 3Unn]Q6R88Q_Jtw04f̙Lx*X!VŎDxLgʑuDxPX^bרǖ0p fn)\[NP 1fuYZ4W/ Brk28LXٚ4F{uٙ۹hIeSׯTt'Ifx>yBS]}Bu^3ȞH`;uc[&O\fhx (.L5̇TxQNaum_ؖJIx @['Z="KCu;)d)3ՍHiifiVd-R"-4npscW]2{t4_TbL7Ŧ0-_-]v:r0u'zbU/#ۜԩ/ PIH(';1]zl HcLJ8um;EZߣbam MQGVa)a)L*HNl0hp.~6g< E(dxK03hpJϨmU +~t'V `3g5[vA5XK-(^o/W%6X蛒2)kDRId2؁\n(oC=ϺtTɟ~ v2(莊 AHԝO}! `a7͜R-W~1)姱 &ƽiXHڨɯ|AQ @a( r/ڇ7[͊?$~K3SLL% iciN%^ lƴ]o8K豓;iXxG(6шs(>tGnsca_wk%q;9Siً%,B"5D/`I>Uc"gy39m_3 ;龶>cb0$dS O>u 3ec9bjhf/..C9!kF {qu==T d 8>3y!Ӵ25=~ckf ̃|Zd+dgNA^++?9_{VɎШB̄\naz(CT-hBFŽ'P|%(]ԍ 2\G9,bÐ`Sj'rkkV2aË|Ob9W,z,\` H9}rWg7Lv%Ib '%R8l 5 {[䶢Orׯ)Bfll*%jAGaU4uW2AYx76X1Zȟ*H+QzkR4jXv1d !wS :8O~btJ"GX *CIi<$+YxGGI()'6G2#=_ j;{K4͖, VSɫz7ENʖլԽ ;8PcA1C"/6_}`-wՌǐZ8 JBLZ;R$bY!dg<YBwbewQ0᧕:)ovOI}cߺ~(C9 F{dC|\HWjI}#є0(IKաq]xal}OkfdޚTEilc3k'/:QEoIηEŨRxt6l6ȯs\T-,g5`[C6.^ 7Ut@YlH^3Oj%2*TY_.T;P㒖܊u*-aO˷PjGZ_MTƳZ|rGЧsɸ(8*3TEE-;xɇ7 |PԀrCN-VLBSۅNXGKK1j|u d'G)ѱ#,O% Зk9f}-DOf]Jn0V@]ݿ0UG02~Yϛ PK3`.R•I~i\| "zu¼/ +w33``=. fCq*Pӈ RCDߕ9m/rmU$QDg+*;wxOexC3:_:&XfnMx+s(~`>/#L7 ęhO;:aCZ* pb`N^O4ċIjZ7i;Y>^B&>/3tLEmfpΩͳ7Q)ڲ³ hd% -6j0Ҿ5?80"6E)v΄*BVEK mFn mbe8mDi%nU@ώ4=Sr6CEE<o`x(7 F!4=W\Pc8#B &oGƢ-O >D03tWjR,?G8?bHuU[|hq`EkE 6>\]`jt脯`<U(r%6` |O5<8UTF4%@;֘u̲t+GfNL_JOVH@+\twCgk{Ek .-8# cf(ϔNҎx~k,bA\7N33?x֠ٲܻ zH?+{Iz$0"5yRB4DRΩtֈbN%lhzo{xA{ռ-J thdEYNͧ{8k0M=[͂pDUw{< ]ÕsĨv9 tm?5ŷ8z8 M!|,&vP8K[A*o OVaLZۡLǽnre\B@VXD'/j,o hYs.&oJh"xf"">x tl@C)/SH6z)˒K/3*i\E y3ocɬ i$TfaFy ظ'SԺ(\3biF|ߒM\Uzx5K9}%59nkV@v>VtGQB!Ypi Qcܯ,ʮAÓUqEect~?PZ3{ kv*Rf%21s;==&ŏ;[b C]zВX&E-a+?/];JOS$hm6iF')Z=% #ܥ;ym&=ksAKwȧf;md[m<R96VO!k5]Uh@:<I;D6nǷD.(xibg}? 2$`8Ηpv8Я =ҤZ ioZSt#njMr|?I*mda8_ s.0rSE:,\4Ofp)$.?bH5NpW ?iwc{T4MbӨK9\Zcf=544&ģH ;QKh@K@ /eqnfdZS Sv:Q?Wi|ghctFJ ˑT@W\h0[03k8rdBaY'$O0vG@jgd#QNKdA7O B?t(d *`@X }n76m(l??w{ar縘>`}L~%ڑm99)*Y+ݍoQeEHVf(nf7CzSQD31y$N tL@{=M~!}c"ZԱ|\C iN~\}+LFG,kT \XR EqcR6k` $tJ bc;h(Ez{`uu{f6zkl MW$Z *, u,,-{МרV#F [Ѳ@gtu<f1b`@ vF%R}I8kD.螇p1`CS Uʕ4g4>3[ )jQTWz|3Qy ܋xխCc| 깄(K/QG!1&]Wjk<)_bHwM0՜S@K8VYٷʪqö6y?5*IB`~Jnٽ71$ U+K*p5:f^] Te+!/|'39dsF)am2yufulq1!w`5vL0'!%htFYLH:Bٳ'я (horW۶4EGJQǵٞ #5$}]tG{iSv;T_]Էf !3uDNbMvߝGsX#رQg(y AfE0ے>0҂YZEǃH.$wR|rՙ6Z]㣞jx.3o#V >tO=/ᆄ3?浐?OV`E ޡ`5y5p&bLv$Pns&@hbzsMmཀ ϚKA~M,rpJ1EM+we}M@br>k{Ӿ-WKxp^I!&fuoy i|}}= ,{c;KN~`f`ErZM&W\%D,(Mhj%L|+#YͫVnD0dL7}9J'fj- i u 9IIN>v_`?Q(ve LVqxa9; 0ƨZ Kv¢kIyp5Cգװ /bԌ/uKw9W܀LJ1Ee6u 5dBYx헾n`t웢;gy8sc.!Uzt|r ;~Me̎K>ONojAk+58[OH6 ">n`иz~XT~ 4=X$Թ5\I*!pg;FdLh|z3ٝb5h|=L|ri*;s%mU^M*ю3jP?`l|g{M w?~-%6^RQCǼ]֍D{*H+`ٱeG y$Nt ߊ ٌ}Zo=)@AcdSNB[U>$ V6Jm^>Wg>R4*{.ߺc_ci.F\1^T%-kcKW_ )q# w3.UG[xuE R9x%^OgЦ4$ รr;GXOhk>IzmhxopEUfrͬE^ՂU^tbJMal"݄iHn"nDLEGWh:ڽx>dx/MͥHM}+,[Fǜa+yK 3yʇ(f!4<>E'\0l偖 :ěs Q? oY, 8B51f||g^7*<=擏걔ևlikGīB5bT >VhQyuTgeFЀ@Έ/kb9X 0\2>`rOy{ uZ$j"d\Q}U`/iESm: Q+ږ=Hez0sdwڹߣqP=A) كB^n;5b@V9qtaI1ցFE-OAU4c 1J Iqw^Z`"øu&<"E8? J!A|[8U,ݗb_,<<^@rf?ie좋pE:I"nC̉rڷuB€(X:߈_gծ_=ZJ]{>Hr/撘l;a1ezU&HwTݺ"^TR/kdԙ|Mc Dx$0ڞoL< #CYI*R(>wMSauauq5*T5!pF{% gud}a' N3􌩕-xl,f2D"9~gY!B# 6$oSWzC "D.C?2f{NB~k470:n!@!%~+PAG 27N`joaRx>LB$;D6@1:5XSjhN ):X rcڤ˔ i.&E4P儅}@ QbЗKi8.IP@WDbPJj<{!jIq|38q9q2)#N03TJ@vp .O'ewK6 >&J䟶+Es1 3@^RKrXr%x1Y2R+CSO'{Cyi@N}ͽN܋o_Ju2kxzY1Fx.`acg8$blvSŹ" LbkOx'C #8{m.쓂#6{waj 1y7QFi? D^yx.)גi^ ޝg0HHۄ[+Y3@7Eʲ goqD=7Gya%DKI&|8h[;JZ+Hڈ_sLI[b"5x-5WaLiTp Dt>~/soؽ18F:S)u-k.t X؛$$T@=ZZY+ܦ ^b\W_6IW%[g QUnʦ_gR,匃`zFaK ŜW]7hM&:rSb3Î($&0mCć^t(Q-e!vl8uE%l]#S_5 r06[=e%!eJKS$<7W깢p<:"2FwV @q9u| .e+U%IĪE-}$F( ך /RIk1p7“Egfjrx$u ۫鬺,qT^YRei;ik&uo5Bj XKMNޓ|.ZjKķjT% MK×3ۺzD*5#vI6X+=ϠLYV0gf egD=ѷ/re"cY9t&41-D4ѢTc ղLh;xNE n-ߧdOH?}6E"/"ST:y%%n#>Qš:zc4]n('%/rq7J9j{Gʎj=D#.z"vqry-5\\&iL҃=#h-H}u` =O\ҳp7q85v+H`o[avmV۹6q<gOhvfQOM0UYgh]N-=FdKVXLhۋzf=? j$=ip)<:@Lυ7J[ЬscMwC-{6 4 ~l_QdLxNqC\[x_`>ܥqaYIO;vzqE n@Iw3#iId ׵E)~FP=[edwUD"p@ ı_/ts.a!8%\i|/͇&ܺwC:Ҙ͠~wڛscj-VO?^݊#P֤0ɡ xm x+-̒"ޛGN&,YFe۶,,R'Ȗ s#*r:Zo\O Cj6-T?G1daRpvwʾ3u nA#Kg)fLms4…2wqaK+]`3[Rʸ& zV3+ T<FN )aȴkߠ-9ø8$I7s·_xT݁,3KдkuO#L'>y@b\h*ke(K'@MJDƺ[#W0qULaM$WNc_ |w|CD/ ?͛+Zӱ0̀a)foy:; vNE/şu[1E./"yƚNv?1.@8]gjir8޶8ů0VSs9 Uɪb]US r$31L^Nv u<sIaZuŽ_J!y+9!]03NdAlq!dX3 6w{>d͊xvILFL0 Ybs>~5TeKYń[y?!Q9g*&_S7Z5'aa絊.,5Aj;əM9-`n .<4Ž9}' v۰Q9)o-xm4zj;cP"ii3̥Bśt trko(Wūn\5 w[kW^Vw \ba&]VV,\OBx"4dZdhr{"^&PÜPRi>38{CRr"uJgT0oI5s{I}S[\#/[Jh"8O~4# vOw=Ezbv0V&@ u1d.-1`9N)p;8AEߡ}L(!i[iy3ɓꬑ^4d^L܄w-^03Ⴟc4p#1TLZ/ŶЬٹhBCR ?\r{?3 vTY2'@2b^(;NAKD']}a>4Uy1 Un̓h؀^ZJd=T[i\Ow7c]I\aG+FW}ۑCe2؉VP!T:jαJQ5$(r;{| qgEDS^)Ʊ'}D9:,/td-Ģ?{;#Z n%|noN(#*xc~[Ũ?c0g!cG`9 7TZꚰt嫟B.rO G Srm,~yQ͞4`LޤbQN.fEra{17o:T._[O\EU."e7GOR&W"^ GG4%;]bR> / ] b!EguLRIV!u}MQapJHe3 bGUݝZl3QPT{G'9y5KQyD%EaУ~owЈPhKMyZkf"|RePVߌMLJWDUc97ݪtQb$߃MC I 18a :(v: Q׼@K9!SDfP?p% :ށ"ldWtdr"[0hȂ=gxe5B,0ss T¾ۮ[ҏ9]?\tT,.F^u;\p3jcZ61phXyKI-SYbYI\[rCrls T$w+_UΌo^ƅM𺯳4LP"M<я?䯬 (c+ 2Ġ1>@ =:4X婵)NZ6F~@ FD}J0FW=U53NnĊ_R.,t( a Xc*AޒsB-(;G]zD0ACL}ӱEįzqV.rY !„6@e|n-wm!RT1|`sA!ĽT#ŋ`*2RuH1sx!da<zZbbOܤ"ˆ򹣛z/O İ(uiN^1P^S)C􇞰;|2(RUohSV ώ2a$QC 9IdB+.^2.0gpf5WA{X:7m܅]Zs_~ԙ&1FRB^$le#P7Y|]Y27_eUA.]Ez8'^WO ٫YLpN0?H]A nqaږ\N3(s@5z_:,A(#S)M/Z֘GdH4 @u8灵&-Eq0^7ŋq^ֈwdlœ2fjc7'fë)Zvls$10KneQ+ ٧: ̉Q[:VE}:h52$(;QX6-qm7̏$tlQ ,S&FY+&0Ҏ-X#"QY-ՏgV^"/],.cˑfŻGs9BHivW 0+#pKV |ZwGܞiʟvQ?uwluc33#?(o򅿭Rs1nc`e5]]N.֡98Fd)zכW\wឺO*lCm9@vXHm;}frPs}2ѪekQ˕]x&i?^DWyoXTl$L; JjI/GJ [*3d' -?֜fF$TgHv\ YQeUH #0WcՄt3/]|CW- M]HY3DA|P'.Η];j7襺)OH|P?xC ~)}(jiEkZ72jW3u w!SQlݩYO`G Lqny BX1.3"|Pԥ;U+A]FjEUE I8Bοl6@Y(BgӜ zvчЃfMY>zʊרhgliևƴh/%D=ʬuB9I%/u00!p(Jz\8^1^9PDԒ~-JWڱϘȶr rسga SџD),TSKׁ+H%+$sUj3F;w]P~)6G7FC5`ZfHNJ ]$XRQ_-OĒXT/seuř#ŷ@.sޑUC7Vha+V-˲~KGydA09L͝!U5\3+0z7xO3 k'Xm}}aV%>N/DM ólZrOR$iq QU&30)VD^V\/S eIaeV~JJ{y#NoTޭ!{J#$PTIvp!mzC ㎩bN_>bti+  I~st<`A.?J=F< -"VJrIbKJl8``$Dqx^^26UVSTk~LفCk؟"d h0 [b<HwMOssW>,Q!w i #gm/ۣf{ZK?["k]bkn2l=MJ[1ɇ(j61޷qq8O=Ģk;g^qQ~/xK #&>)kiR (,gVS7q8IjQx o< P1/*S=`XOa;c.&v,y$ ]ނt3B߱G4ԸىIERA)28^ԈG}4-,ܪ$! U24<ИI>V{d3j2\{(`e%i]ŏQm9lhda1ts4y*r9n7# mlF~fW#Nр{-@5ͽYQOg[{uzSH^pCkRGSR_g]6 W UpScyqqQ l7m7(eܜna 9 N*6џ|vgt>@ZMJ=Ml?ɯ{3f#hYiY7ʏrn c s~df@`k& mo q.z_`8ȊB45v\u<$d|!q~!Cj8toeƠhD f#iÃh,adG!#Y/ H|g+M&&>v:N/Jz h˟cڵRif%,l)RŚ|LG6'd{xL̥2Q7{,2$0ŀ9)=~!9[G l hI-sc\t+USCAk/%R4)2Fe;q{2gͯ1\_4LI'1Ǚ:zKqeթ0;W;5mhؗt-=ph p(jv XGӴ]*ߪ@5vt_)  [E(a>q9jj4Ψ~"v2NYqy GLus٬ꠘXkxZ"A%K:a1aDžPQg WN!=+ 4ލ5X:+Uw4D^zO wGO`ͼp-^'{j'rVM͢_P$dp5x8 GO:|2EO"ʝzŊ#g_'M [`Oڿ>M%8O%殭}!evŠfT|$N9b!+7 `eD!+f(Pu76*Hj,Sh3èdn] bcw%kV?bYK̀oTx+PUB2.^hr`nGr[yrVֶrG]ClJ<Xw Lqg#FXNzP+p@7bTc&)z+ ڲvDnM83'Z* #AI__-VF^-9 qܺI6Hz6Q(Nmp-.aF~':h *lxc8OU ˴߳#mjW0,N? 8P,7t9d@ ?"? 4&gQ;:Mvl9-5 )O@{~Nmy)}wqc)cx7 $"#T[81feYO"L>oyBDjQt)^25c'cA艮$O+uUFazrܸeHη+ x!xA,vB5IO?z(P=QGYE3٣_Gbm ƃf 5gd"\zDx*MAfБ7Ps31/фAG+n`܎ׇ;dVYt||Ț(,~_IuUڬro8p+Wv'y$3NKf ? Hzi`8FbaGJ2芩SOOI ;3U脘% P9 FbMBOwNgH(;2h)3Pf=?!)sj1+CKJԾr06Y+ހ'fCdmf<{V%šj^_Il#Sb $_ۉZz4ڞdef:XCdgz&$rbJA$\ܮ"X]9Mt JDu!2)(]}3سh#@3iwGu Ow vm$ח>6$jdb'" Ss%5BIˁ <'c!n496[Aֈ6d{3g̛z='rV%$sxE_Z$5` ',{T5Uc/Ve2Aal?]mBxpVGF8'\1l}p`r^} '`'^›mٰ.4x!{4u^?;.t7Lǭ.#!t{&AYUol6z1Jn,)`uϹ%:wQ ()V0*C6e|080%_pvgc C>0חA$#;J EoF,ՙkc'\u(\|RtfR_N%3a=y{AS:a&zr ց raG>gAd-BFfD3Q-Pt;<SrvwzI5^;a8H-9/@e baLڙu/h'c3g`t|A[ *<>A UU0Z&pӵ \mXHIAG*x<ėqP@ L&0-P-i+,{INw?m}!( ~P쾰"4vxP2UO&~m/_+O#:Ⱥb<6 ۺ{ieɺ%ģk҄lɮE:˫ZPyD&N+zjq|"\eWa=c /q݆omk=Jju IeTP?ͧ{88sR1w*|k0[H@2]MصBЄ0Se=T( ݅slcIh~K3I8{a1Uuw֌X֔3)GcGr6}åHxѦÜɫxZ7axE=)}2q]`*۴jYME}kn5JXUFlY, @f;J׍(!*}2Ge2<߆z)rAkَUNK1.0NOo]kwqR39+*@]3=] %X!$Bd8i\u^H_])`Nq 4xnѾn~ԢJh=Vi'r|vI(+U l>J†;k,Y$x^, 8/&z%H3]M_  BX69(k< W]K^Hq/&Dˎ Wj텪rm:T!ꜭH??{+ 5񘷻 l^H =fC`_~wӣ!4i0i;]&[NHuS-Z5#a{:UB0 `˾L:[hnTؔr?yzw^ֱd]K[NjDd2rB6ء}1p܉Y@8JA$8gO'f7e!Jtq=^zN9 K`=o@E'3x΍u5=偍_w}d[^9ZInwGGBU^ ^dI?>epqf˶Ն b^ѵjLBtyzs{Y+l'ܺg% &$> yA4YAL}j1n묽*[#V(Zo2p u?_Aʊ BC[p&i,j2?+ gإ}J^^R^5n ]q#_,`zd;^Tq`hIZf&yb wk: It-K)ejϣ,_lR)f& & Mၴ Ⲟfbϼc ?{\>q m$*1JTV+L CֻgA~ybP;)]Ȯ8OKI s.mWy~{5)`ee>] E؜X/8[mĜ ߰3rLIm~ƑZҩ3'gdB X̫+z*dn0j5T@!J NxLGwI i-C 7.iԲ;d{ot%;B ]W N{7E͙Uɵp4,|"Xll Ž?mqZtb:tpZ)䚧2F0!H3Uh>:] tgX7{)EєNa+pl{{o#&Bdq#}yFH Z0 o$;G\ W+r^ʇ(s `@Z->f"WX1U]&N`a"Xh@!l%=Xe4X@ۏ̄ h!=6ӆ4uYL4[iWe=8Wt$S{D5tiCv!X~J4S.XL.H-%h֥TM=c~u|U-v-J|x;8.ݿBGQOt-DcJL ⾰}u`GjVOҴj{<\unC OOS"_ ) JQ3=FH 1*=ζDs$lKiN9@IExЙSbitSBt#nXh}9 -)_c.j2<{A(]TLza1R.TDIgh%='haՄ?"Ih4I])3$po\e[H^ NUh e#x-/k$Cx,`;(#hHaty1j(}& U(1;7^c( ND˪tU+d 4/6#p_-)79njC[4i$RN36U FHW,B ,x/nᑱӡ!YO^uY璘`EzIBu~ I 4}$=Gx3 VT~W@WVCf>_=<: C,'4C8ë)(]\[\cÊ7]h6ѯ 'pu|p,1rFƭ?paiWXUC¹|!ʘt^-u~¥ge@u/ b[ zY53-ñ=zY͛<͂\۷Wn;pRG'Ig=0{*TV"xiߡ݁KG2fDÇ 6 ]#/@Tt(f7ߴ6$e.<[۠6Ұ!V̰V B2ϼ{j_3 5h+BC6̝0pf@sLp_n%BBkJnt_M7Fq^JwauHO0V!oH]7a`K>(fgkL 0~\7xU{˒3j̈́ZAE' 'סyvV mIߞo#S=e4rW`A5Z VPD0-kS uT{ncRBgҔh9dsFVwmerІ7 m[N4&4>>lPG ,\Bd-dp^\oug"I4{df+uD{@A}VHJ?ɠ !+=Ze˅ w{( D\ ) p9Jb}v*LѳH֊ްԮ) n Lԟ>XZMbx2.ǴӤGX1wr*:l a+3}ӵ䏴-L`Ae</V3R #CGlcu;E 3ƦdUTv~OY"2P[-zma㫛;O!e]-y#] @2-Nѡ\*ؾh҆칵q3Qy4P4]MWx!2UZJջz0y4HU,)A,*mtW[몤tR%"Q}Z4Q5@Z/_Ew8ֽ:/S.,(? !$A _PARNkĄ/#Mt6 ³5KJ<,tή uh?Y6".FOcmi$[|{ޑs;W#w+~#-5qT(r# j?w)Ȳ^2zu`6h1 (j?IJ3B`N`ks.LC =:'A>NC{xzJ*+ʥmr`\C2V][d]=8`lvCN_  ’( rp$^7Fl SQj6]OMǨ?#Z2mW0DuJːMv`CE%їibk,8v .iey$]iXbڪ?"l)A ?5pHxf6!|}%~*Ut[k\6 d*4T_ˢAE NbPW0@a`ep} v{ I]L/1O@+܁3eRzkD(䍋@(&,B lLj=(.؟yVOʝiPnI߂BL <*P `h3[3zT $tٵދ5h P/q„lިXv{}K{ 0S$ Y 7_| eEu]tÊ߫Kwcvvx t#6玒.(!vR؉?ႀDK[ D%[aeYskR@\ C)uպIbko.at1f`cRjkۮ8xwRS ;=,1b]8*3d$[[VJS|n钚X%*K<'q\3V,aGP1flqO$ԣ;)AݖFUIq[]P;)TEii0ܐ"iVxIy{5?j/NQ0 Tx_joNgzS]cg9X'n_NFw+@wNJvyZKPK)ܣgKB63@Yǟv|QO\$ײ?]N@gg2V`D21PI:bcAkp>O2ph%W$kiTz)aCt:qF@~Z 4&7I梄opCں'eǾxfs'º./qL&Je%B>"L@(QΉL ~5U] I >{K@.tn!j-E523:+̲Nn?#3p?q2(/AڋBs EψW1 SYAOl` 6:QKF/TPF&4 whvLJg*aNW Y7e@3gfqKpN$Et'2"uˆ[\phHΩ= Ud;(#0א&81D19xk [Y?z8#mzaػtgƽu~.9H&Ո6OKNBtu+vxиj)ˇǵYa$/J 60Q6 QSʧǑSQ!hbCEnwطvq[%3OZU쒃8qd{DNW7wײ^UaJh,Ν.?%Ruh9h)xvJ7j^6n O9^x3( %l@csZ m+U N=h|k?꼢388p/M|.Ї6ݶimK4=`fj#'bVPC[K n>OqfBr&QHL{H*+i&;9),ݫrCFX:OG@6Lyڠ)Ĺ.MmJkᳵ2ߋj: -K]\[>-'-/+\I|؍wZ.Bj՟5-.0'`oK]QcTw(]~b%B: ̏bѫ)6 tx{V[Fs1:l,y!TZ"CiӦqXlײ9VŸ''8*`FTJԒxg8!t |\(w;m&# =T[@ ̚nLvw W"J(/ > =Z 3yW~\Ŕݾ~Eм+ ¥zRN{IGlD'}A]XM~Z07Ƃ.C3[8AX ¬fqfEP9xz-{`8Z{vtz\{z4'Ʃ>\./Qħd0~*~M/SavOfp5SY|},@ܑPYsxṮ}A"/?ENJ?h*n/PE_uʤZTdh@ {6sZM?#%Md 81"x!’=HQ+z)YUu-Ug;7ߕiЗ`g+ܸe6?wT/Cq::)S\*# ]0ѓ9E4y*f صE[P_6eteN~jp )_('T R˫E2|iB@Essjg4GdiIG0|da>jS0*vo@"gZpf"|[}r{!9 g;Gi-#:g/ڈZ¢--N#^yftir:)(X^1sݜ96.e5K72&h!{CݔO׼]M2-a䚉VܧG8?얌عj]!ە5&A5XT- 7L^ndxE)iCs`,IX5 @D@HnePGY\£σan^Vi+ Vid ~JfJԤ`W<$,5, תu20˕ ® slJnΘq!bcpE{pCI!<1Mzf.< c$'\ei,~K#ri7ibw ²o$Ƶt}C. el p:fy}dʳ񖍤cCc+?;[h|uwt֪^&Tq"rj Ĥd` eYBI>cpV{3dW# "d=~MhQUi(S4=IN@@JS5̏;e22ܨ틮ny5]PuYꆾR]!_؊Iq)\2=ۯP{rRi$(Hx{ >ګ 3mEMIxẉyvrhI"M"PN2X'}n/qX1nqvrJtITv/ѰA5f ŀGg^0l-%=Oٛ}+8'nc̱v,Q+#(VLդwy~hSĩ:ǤYi/\_ݱs$"D]cbXSmǽ{W%U%o+}4 FbwFUVuQ.ɹ\03{$ؤPNo5>I|݀ӊ$ONEx.ݭl9BSj`i!k"Z-L8 .g 1p=,fT JaDg*b|u4 lf>3ĴĶ$Yט9z̗#)}"I6j1^&-9\BgU86 )P#%P3ةx/8ڿYfA0:;S,ɟϫ`r vUe\}VYS ^HظEy (RĵB1I.[#71L`^\|]Br<1}/eHS){V1*tY"j  kĻiSΕڞyWiTV9 mcY_;_t ]6}x7#qr4[ G;̏-)j|هlWdY)y3E 9_iMόAsS2F!"z'/ 'YlZvJVST8WH4~O3mCÄ2H2=P](6e T CK~e$4#K`M(Ic@d 2XfA:/K;&?*Gz[[Xj_uǴHJEAV?|@?@"^AŸ0Mdq=3** a_0G6 EG7*o0F[*ON  ;-ȕ0 K2/e|Yd>}f`Bd3bBA|3,lkBW}6L(zU\_x^LgU2H [KDKtwIyQ3dkṁBnzsXAm3 X-y/E:2$%;`9ZSJa\}Zdd;l-ܱNCȉ{GHک8/[; ;jJ*ƴ)rfp40V 6%ngj`3'n8Hyn1)&箐m `1êOulV4אݺ9<-dkLdgk6.ZQhԾwliY+@S,ta[hhHI,>!|&!;fYn}0ɟs$h[N17!8 ELR kg㏡}o*P"|\cى}吜=! A\ <@s*(y*(^g ̡.lHl+jof3lsFl.Ӟ,?GUv ob~ɚu;8F;ZwQQJN,atlP$w0BYrIń5بU?c¬мNЖ e8,@/R3E#J/qAE>]upL϶ೇ}C_sTBQVlPfurk/^0g슈_>G[H %ҦmꣴFh<{^QMUo+R wK.›S[,tb{(Q?-_c4&& y ".+OcaW4Ҍ+]ښ IȔx$F4_'/I~DRK@(? VK׻֙蹏@An-2#~^eRTCN (ܧ l|1KP6| X]U6)@|4Nӡmɴ㐍\FMC6gVseGp8Coh0y+gq}>InW3DwC-`4`FphrY4܆IE'"*= 4?YJ`o)ܚB^POZHilA[{j/ 4_qaj M=9y6A. tmE*g'}92yT-@ +i6TJIoc堸pDO;T@(%h wd)[2W\6 TZ/wcPK*^lG_#RXmR57,;)ٛ?Gq, Vp fh93+|a 2LJ2H0KHv}\쎦NYJ`BI+*ÆBXTXK½V Px)YHK7D;P4Nu\5YtNXT=c~G(AÌ:y UDY>*dGн=ZDePFrrԺIƺK)8mG"r"d+'B@k]2?m[.ꛜxR*t2>?|%/lŪ$vRқEnLq%#X5-(ORbf摄pηpٶ7uK]Kd6i1ѥK7INVG͆+AQQmJq(/nE]8R\[E v!cp|v ߽]/zT':@]e/S0B J X`7e~z a%٩1.E^]@І\dz ?5QyP*4 dc".]ٰx9R)E J Xe&PNSdGX%b_C 80@@=TY*/l5..Ѡ&ڮւ 7R[{xuf!F5G{yiX}*0#(b'(XA`k>9x>b(CNaC~`jA\kd0C+/ޔ3\]Oвh3xlFhD&I)oO @QT]oJSk\'/kQJ1(4G4\q=Už@x/zWJ5P|4_ڶaprV[/ y|Qk)^m%mk^`zh9H0.L LLI:pj{$r `=l.'! .*q<~LYؖ0eMzOfУppP䦞ܗ熄3݇eb0HףwO+ nwyIf?.h('v.b>V/_gm>0PLԮqz!ǭÙ1"Yٶ4^dVDn09QQxj ݼZQ̐to&uZҐrwCTAΰ]fMڷ^u9:ӿɯz$"@FDl|VO:0n*%?vI  Ηt>BC DEq,4UqnoQek@3J %*HjrWYuz`gXi>e!uݓsS0n*¯M\oa1N<9;8aOxBb^x~j -ǯBt݁k HXNSgʛ-sfMBחL=: cU^x%jƸѮ߱rAmi ˘OBe\]aܑV ? 9U񸑃3 #Q(O8aYϒ?nL/δ |) ڧKMCYt6GFV:%1B֚qFfFrTSY&ʹy1Զ1}P{6_ 5'[uS*U#=̚/Udb ڏ "\ kEpu~_Ed%4 &n"o&k۩P$ ;qK"A;2,ĩFM ݯhj<4ض$U"(D!Hr}MrRmW9/D#{?Nk\ ~8-bxIx$h~Ya,}RxHx.ͩ6F`!!zc-gzM~ ˲2">KpGJ.i+B"/~>O/c lE=AjG>iguAo*zW3+Xΰf ; 6z{谁7q['ۯў]UL(Id$PS|G%Kz"R70P5m\"+遻_:#(ҶN(/!#̏v(=?6]0-ie) ɬOo\vq^=ߵ <;lvÌ;xgKkqzSں تjђʊy~JV iʥn-{huۗHMA~293<,p= <uJ 4gacT/̫7Q+i'JFNdQ@JX%Et{Z0w41ޥ5So;y/R,V|iflV꘬WeO "wj 'cAgJS[w@x,٭yj;+<Uw2h${\Rlev#(2u;ܩ5*f-P㥇#TizAz}:*ʂRa/ls>I*}ё$H윚1l30}n=B3Ur9n*HdG$5KРFj2}?"H{ qIfVqrIo$/Ww+m{یk x3AquZ>ŇgɞEQ*U1$ڔetWQIi#3qrE!')u9y!a5D)+CSpO :'6X# Kbդj )0yѳ9FBO~?Վ 2ohT=ۯאe@F@s"<2(8oϷKw1}2U.Þ+B"~Z\̱C-U<d )$e*Q3:65#>bdnaVUGT {QBPL;&EZCthz׉*y)|[s2t:m޴vџs)*6 ţ%k{PzP!,`fPrrQu6X&ÃJ.H9[¥fhDTɧ"{O|e{Ml2ŷvEN:L=^_j)WI$NGs ?\ pm *8؃:G;3bdBz{@Sφ؊2~TtTH߅`a ~f˅caXGسD, cLյt(T4"i T !0 XuSq&d2IrYzM G/heb[3k@W9{W\if@!O)7F zNkw6 HN\C-ᝠnJ`I|mV]%U鈧 9$h6<NM%= nECK]di T~QpVbnc߅\PB7Ey#ݼdg@L^13B{Q׆ONgVBfвQM0`6V&ڴChOsh)I`b,@ 6FB-x CNawh]A"]w5KSfqAm8cpzN^!gYq0iYďwg+@U-[ѱ/C|\%7ĸa9r/ lA."’3rta j'EJ^\u**A6c|i.e&Bec%8f%r&([T F?B"jYV޶)I06 ,kndcUc:^ڑbQAW?TdK3DF(-&w/vi8L,?psN< { f7|qLLeT렒<ߛ^8'!5=#e#Qz+&Ajsr) &5c|Z F2q>c~^P~ε%$amK @9p2n{rjY]l Cv\W6\e60gC+m~WYrk 濱S XgmLHr|͇mne3˪GR.^yFrQD0.*wT>ܤ#s[l]Iq}GW16Lg-xQeyTwU?=?H .a+uCd-G+\:p~`3o+CמA"IIW.t7N I'E 7ԵBN!zj:ۛd*LO;ZԭalvZ/.꧔v6v=-~L+GfV1o)*uGxp_O=i1hG ּ cE8nc\?1O\uoiHRsXI-[i6 4ԲVZ0oI,oD`Lsj%ծA\+ȵjQ4mq lRW.xÔ؛ͤV}c#Ҷ-DI#R.hYXᕵ>rzG:ɧ<`SQo* +0-dH: svP[*MEb ~clvH|^s}IqeS6a SP M8c? }%}$v`Ldns6UL;ۅ\V'- )^zvrd2Bi_傂pdvD75aĘm*>(|1w*5p?Xwgx 8}s"r$Ո2x&kH~?Uv6赬dβ Jbf(;?:d1i5^s6-Yv˯3p,.& >>0w0śZa÷ϗ{Yo $#t'O`o#g\iJI]H8󽦙5|wH7ǽj~x{yGa?)TY0cڽyh+9!-aNn26,GNIN+#3]x}..R|RE{ܨwXz'~'oy#V{#2CGWF'/elCxظy]Ȟ&+j3bhD^ J嶮n35 cXqiO,DEv.D U8)$Cɩ2_ݬHWq?*g>\};:A<;!(t=RgE 7lbA7CNPMqe*8qCgSQA?vȱw4駉DaY!47 h3kb6XD+{[U6'*af1-"8٬BR_z۪ T~+(J'ܿ&MXxi%YRDbzĬJ&;zQFL5*"J) -p7!尣0 _0oG;a:V \Dڢ )edʢu۽JӅFGҰ_[>ot-qH&$ZiSVq˦UB28PIHc~sΒ FuݻcJzoYV>5P`v1J[`6zܙ3 \r>I#x6PĮ)L|pY1`-w| X[DЈRuCz;U,zŽiKͼ!/Ab/L|DY,ʩ S;8W;{Z&7F},]Wޯ?@VR4&w{?QTiGy=o0`|-56 .qQ7Pd3fJ[\Ќ OJR{OJ `TxFaLB54ua4*Ԣ>gc×6^oIQ/sņC&B+2W`q[&y/঎.- ]IJ4Sb$k:1Bf ~T*)jSyh4^ Pt1BMz{-H|,APO Χ^UWo($F G" %U7vNDJI-= g4s{m<-tON|'ۢ`X⡘8!'h# DB:͚RM *-,D_ ~L.p|uzrA-~{lrWwl9U)` \w8?2fcQKEz5"lչImd oC/z<2ZˊVqE]|cXZUG6DJMmO2]0_ycHI&dl&9o/X|(T^*By8bK9oW=d^<D#jϴ!+!fחO-!/13CʙV >W mB8%8cN{?%kC#e4(nS0' 5t[)bJСg*!,T h @Xmlw +A EٳP7bHn{T 6aczxdQU8Gl;2F3{ D?h=AE5W. = ykJӾT:" xCRXRƧ`&n.w$]EP8GWs>;$.DID)>tQuhA9|8(vƫ<0?dHWVJ ѕ44@da`>W̃ծj&JÚl6'҉E9S6xFuiTd3=sg7ĺ [Y-ߑvb*oFyAd] hmtN9{77-2-Ц~:rĸLLՉ JF.dA7yeo$L: !a,U%]UƶvkǑތ\(~ժ|2?ȨEp_Jof=Ejv" d8 +3Z _Podv L+J|KKHAפuFNM^8I#?gt*磵$d1Dnk1n$i){UԿ? x%he$SL /{2IJ'c:yϴ+R.{e핰m9q9 #(I-$"z5ӬgAJ'7y/gu?66y Jaے/71$`Lqh8(TgpVr컜C>>+RHkt lߞBD> [V=?ƜQ l4ۂ:cr[SÅ)`~um\!~[Qzv(F l"\|C+$~_Hg&,HoݠPN B %LXdYY7ՖEX6&٭k⥌j}ڀ5z#A0 F7"qjҹeDўyRG*U8Cu 8JBU~5j*xU΃"Oaό?Cټ}zWyjJ"{Xk7TTC;q=~sIYX9m OzB>Hy!{X";Q2TEM'TKl>!9R au[3%F(,s jF݇@PPLY~8Ц%ѻ*!t2Yh ['2rtӀ  ΁CXQaxo#1q(N/aɴj݅phA̻`(KCzM~r X6H1?DָuU,%7O È,C(Snp)nRٹs<YmٰBT3U S![3%bVxիu 5?1yq#$xooYsTmcsEpN4=)Ġ~^[xfpʫM6 B7 9y1o\^R:vlnTu3=WԊ&EZ{ƿ(Vq֧ 6|[tD2{h*wWt =ϾcL5!w!H߶:; j!ސ҉]!۪ OH|9 8er_e/vs7>3@9 I.ڟcm.l0_ e GJiyeۭid,+x<2 3pPܱHK\ `8`nKrH ?%e7ʦDK~lwu>cU!{ÝbhHpZyZrK69?2Zt%Zu |sԲ+W݃SޢrH{dǝꤹ&VKW!O@,)Lh6~E- L.B]SJ[l^t4;*h2>CjTDvƗ1uň?b2Pqb# ˟G&GU'6~hO E|Gn|Jq<OPp$I{օwe|R=7cCD藅k W5\~|lکLd&Q/t˧uFU:!)1'M:dE}fc֦ZS+ȒD,1\¹9v +QXnJr$R ۰rS95.,kŤGDRu-YOuV/KРf#jXjp@NT As[tkL# C $/nlMAߒbIݡuhwS-TD Vm>Nj$PhqBus=b',EGKm=2̲H#x>߼p?<j>4`WMAJv/%$7vd7hLB6b1S%6n'\}\O@ͼ18IlL>"BrĄ`ScQ(V름>[Iݣ{ w N X s`]iUf!Ot|6DQDwP+RXK e:57O(lD`Tr2 k;Ct dĹl"~Ʌt{fK]u}(tm7-NLyVluBlbx4ψ{^iQ{&,L4*薯8ιg r/s׹-"H&iw!5}`g>R&+I'˲7-vYuÍw;5%&5w f6cJv ة)MGDmy-8/YO>/q*KJ%ʚ(*7r@OfH)CJkWaa#ʻ}'H$nciF7 =@5v828)X?PN_/P"|lEP7GpxG,c"/V9)t"^1h@Yp});bK}k/(3;d|x".ݩBu!TE{*u)w) Bc$hJiDT<6}Et"Py }?Ӛ0=zOXJ㫮]tgJ~z$!Ք}3wBW/x8=AJKuy7iU*[P=xn[IA*ގ7fe)a'K,>0_^,pwC&'gwAaA߿h+JufFγ y!\h(y@'KR(b*:I浌O6(!cAqz,xvY=%V39绁r,(j.\$?5fuM1ݖS{DIMXXF,Չ /!%H 'IzppAJPBX>0ޣM`UB`].`^SFˋ"kkO *wsܻoj'-3X`\}f[@ q"NۻHy-m Mjt0NH_{(oS+-¡ڶ;˽D=LXqF+acu&9ATcGg1C]FX@g@@\yWE EXT`'hb5[1AIrf?o:Ltrj7c>8rڇhUlH1P*MZc ȭO6:h3"4R>^ANsS. Ρ/BV?~*?Re>upGu/9L .RhBzo:~*҇I eHѸ^,S ng"E$M8}ilxhAR,ֳ~`j_ ^Bdݯcϟy:=D"TC\|OmHJ*v4U>kN YғI@pn+nńW"B\WBFvG23yU< M!*0/LM)9xCg/nd'%WW&0Pi۪&7U^9MFjvXfISgst)[*fv]p*ĨD^Fyv bFf_Α^ū57dU\~.eH~;TUu< 4t|ku̴̦Ypa2M 0BEhvA)O6icQqc)oxuBacDA@E VT+6A?w(تֱ$*Ȧw3H۞iKL%OEfu9 'ITGپx[A7n@qk5R5$0\|8Nw#kv,`ΌpE(ڽ/!kT?n5u @_Okl]^Z9G4TXTNnnY JO '9s:k;U)YZNw[L$9gw'_O_ :%.Oe:R+ =9걈]$ڞ);gw#hsr:0,CO^d5SO?kĶ)*VdľeN*2YQO|~)&U2ےjliI3*CJ ]b)s*YJF|,qX^ڭD륂7L..[1cW;̡dbUd\gJֽYmK 0mS6䍑3_pCF*D݌DhaXJjLScLh&*XŸgri|u40Jk4GUYkgocC9y8kkضc "Jt=HPvN쾁Ӛ$ԙþ1,Qn(f? Ml.իf% FujXgB,^o+472g̾N<@CUj4ap{N Z%ЙHY- R7«DD{S"O }|`sd<I OVz1!26OXƢѻd304`fy! J,mf:ha-#@&^i'>dx3\8_4k/(} u]G| C~8q,L>a]k3wXω7Sk0",3ſ=MsMѷk+9 'yDV>P/ٓFTލΔSe)|cc$A3zq/\=,Gl$|Y)p ɠނG'S^qw)9dc V(4]Tøs{Y" jpaQK}0ȢPD< |L^|4G ds=Ń w~XA9n3q`P*mLjV)C:pBa d7%6иPWQAY; (kX @PY qy@Kd.k9ٗ8yGb*3eIFA/r}Önش|\̝||Igmtun[K~L'H$?Q7▗Ss+ o|C :-WڣJ+wL,eIF}A->y )Y=ʴ3;^5\@7Z't/ȮVUɐxF<mipl9ɫIđhU:%]T>s^h'"3 EGXes7z Q8&[ֽ2GxXoAؠG4āgdV%g\O,ly-R2ms>-?XQo \`^,-fqޏ@Ҁ2c?0 \|ǘ?c`Ꝩ9BIU6x "[bNN%ssޛA`pvEwFڒ_nlOqzd*h]]VmE]6}]R&cO zaD>*T׀-@֒a`SFhxuӱK+[ yjˎ,Hn={ڰt7*OשgqmX2qO`Are 3"}^'1֩Wol`B7kStu%/99irzZ=ĸ>vf[(4\2 )흶giY25ưxՅ5xȕR :6''cS}(z8Ю.nbۛyVUXh3G(IH/ 68*͈ɼ{ԍŵणdSOy?6]صnZ=pj[u09mS8P'4W&|Ct/!4tN%6 #7l1wP* .1SDy9_sΤ%'JYFar1~d*I3ɫޗJ%ҊBZQrJ>(/,2梻[m:zt%-鉉wu+-jg*0m"A UQu^TK f ʧA:2텛T5gO=:vCjs29+YH]uIp~:;(5[)nu.' ujyl5,'|t~qֲ}ؼ؋kXPtfVm6!Tc2D?e2/ĕ@,`%7*4Zl0kE)\ /ԭk,L+6aO< %4kA2;WmQk|yXt ZU\E1T?kZ/K')xua寥&ŏ' 6횱o_|oH4 \oc}xejBN,WUܬ]Wo;fv Hxe-|WЎɸ;tUY?'EK PVWsR7Kڜđո7mV†Bec1:bEht^*\>QM+؞SKUV0Q-q+e%d)H/e e(|K@ 2< }`+aE.dQ9|K9A!#2uq%4Q<8%,au]PoTDR[P2꛵Ӫr^"W)=@1.U?VbĮcIm*N{zteSn*Ң?A5ed,՛C}|UrRGPj[S!)J^sc R⛽_9'J<{{r`Kr<-o^'%]1iC=VnHXnIa_QӈUw㭈=pnfmq쎋ߑ4}uɱ8WܹUC7~cf/3egpn2\.*~2QӼY oX_%)nB^2^EfE:piqswnfBBxw|)!ф}:)`p9}U0vcvE,ً ؼ/Ӯ+V;T2ڞ\)e_)Jxd,Ǐ]gF;AB݆*TжxX5r06B') <"buCG8 =h9Mi%}~۝g;}?͘ݰ7;R R=N'c7<~n%لGلy^+<3G537|p iˤÝU‘oe)=~swA$lѹĚ?&3i']X&,@xT*=H -u.dl8k}\jlKfn@0s]ͶF"qu!zbѫ!+֨Ojzu J?cхx@Xl:F918;( cqAFi,h4vqe`($-;d'Zߝ_9滤smdEK 9z2">Awo^-]<tUAL~7,,~po*p>>=뒍NRy򿻘lK!ZasIhD+dm$Mo8ҢDAO,;2382gwgHT`"(^VݚGǝ!)x)ʅճ!=)Fyl28^w'Xßg=k!WRsG\@rxN2[?ñ{$KEhG7k1#EMOi(IsMC[}W@w H$cB5cX1ucliAİl w.KSџGQs! XۿYV%?}/1u*x#yyGKZ¸W[`ֺ`k;YYuڹe7-Sl@c`B{. w @D!͆ #qɕ& ! t~K`)gι U MSg=D :E%ǤW~fFW+jsRQDglnS=E;h"l6)^s47,vy8F*lAv2NA)ݼ+chM=ỶR<;// Mĝc;L]V^βO] HzY6-hkA;TWRTFժ7w::Y.1n6ŷK'Զ9IUN+*[3;&ˀd)NdwUi~|`KP 7tf b.gD\X F8iBzKq4GbH넊{c۽U]/]ʹ?LN&I!i"zHQ Z8:g<Ɯ8@P(Sc+^ʴE,L1q{k&M;0FY;V}YpQҘڃN箨5XBFJ`e+IZ98h OkY=CgHe"&.I^,N<1M{AaF\r_&ym&\Kw"J|;R4;  E-$Te3nglZu'ͬg$ϠOR`NPi>/90fo>9)F;/1?.]^UʹVzvbVHg4E:7h w(mށȎY,Pf-uC+XqVߐ\g^eXmo&O>ߘK>cU/Y?2Џt@i0В*TGOxHfA@GnL-l =+;Z)*)Pm<ܛyǥ!1ю ~[,p7u9uaJ'hr5nDA(Ct.sOүNV{:]2W)']!$qb H}y $qMCѨ_u/TyqcJ{۳^sDI^&ioʹP0n Ԛܫ6c|9V˴7v,uau [vOS^x.eQ mw}0jGq/XZ1u*$j cEFӐ|3Ri"Ve_+6dk9W.II\NHPBVo?j@ע'8MC ,&#r|m+v m 7es,OTq,_";[x ԋ~ڇȪCe22Yroպڛ25\etC e1'_2W,,06glaǥA\;`o;K뤶saDr YAmyX~pAƅtc:^e2[y2shA%4w\c@;}dV6:aq}'1S+Yz> l(n `Act(e0Ёt01V"Q)@J1@uJ)@ZKjxmJy1z,EdzFkW/Eg$Iܒ :K(-WˉK|4i#C1KQp^+n.AP(1u <3ߺ:HlcS,Gӎ2 I ?ӏkRzr P]ᵃ~ew2Xƽ@acHo'~Z "_~gWŔP'RzRROu.% KsusG>~tM!D=+kKQְޗ~ߊyǿ~][?=fσ⿌x\"ABЬrKwXT*QN,DvLi}k8̊ kcP$Ac\nA/K)P6Bٛe:L`z훛'/'HGr?Ss-`$D^'I.VKFi>e۷g`O6&̾QOJ*+r~G/ Ezss=VyapZXPT,+Х o~s}%@< [Rk' „*JW>ω@MBeSzzf|dxE4C\^|\6jZ\b 4 Jv38r_=Y^x{Q-©d2I~M*դڮ)W/LRB]~!:Cgv`L >B)Oi̠QՋ۟_XSB7! TM_A+ ൧-F$=S.*K/XX?̽Ŏ(Գ?;,83LՀl牷GpԴy>ڢw͡hP,K?TЄzf鍎VLDR3OqOӅ8z;~%FrneAS?jo+q틹+@NSsua|{dȄ1:fɇ%d\f#_ {ˏ{PGn0qugrd .$jCar6ٔm iII=2TW,\FU/,%\7< bd}3j5O7)CE woE+O$PҢY[Zwfh>u(ťiZ9|2 v:DR6QGFT"u`ܟ H  K?v-$/̃_dkf.kg 2>χlg|L5ȪAH%A/!' ͹wJvɌ -aGTؙ9 vUO "_el i4!;NzYZ 3#t,Mw k;b[|KYS<"aKÎ%ַf `zڕ;fbRmFou"ҝbQk :j6O*](W? Yul6DXHǽt[E INn+KI@pM^Mnؔ,]fB#C7<U3aZ2k7#hcƀ8%8 R&蚿v+)tgF;W@w!]⹾:hi2r+=qJ7OO;?d0et*cP;iyή mP|:tEռt$7CQhf_/:n K>ϔ/ZN#BzkVE= ?TxW(iBƦ[С 8<lk7h/YE'_[`7 [i%vcl"?ATpCV;QBRoD#=qh \HN. ˃Xd?K 2f+=)T|`QpX! "ECle>|kDUz&ɰV Zk࿚Xְz.hxMQ@"QG *މw^Ls$lU a]6-rCwte(v[e^#P | U`$cY.0ʨ(#6k^„$'!JckGwBy +Sʕ YZ