perl-GraphicsMagick-1.3.35-150300.3.3.1 >  A bVyp9|ixGk2aA^ܳRdE'*vZ3XOl2^X|-%0TqϸWHQfQsA 5D_cTXSQs)}oa!L3Eo㘿R=UbzN)|HHÛ4[iįYDe2NwCtT^T>p/>ush\zׇҮ Ő"C p+hU܃ڐ7Pf1勾9bs({3xtZ>p>?d * ilp| 8 F T p w ,t   (8#9#: K#F~G~HIX$Y0\\]x^bFcdxe}fluvwxyz8HLRCperl-GraphicsMagick1.3.35150300.3.3.1Perl interface for the GraphicsMagick 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 package contains perl interface to GraphicsMagick library.bVynebbiolo+SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/Perlhttp://www.GraphicsMagick.org/linuxppc64leH^A$AAm$$bVxbVx8bVxbVxbVxbVxbVx320385fc2280284f86d90ba18f1741c4b6e419dd20d9f4561c3ebabecfe7649908f8a49f98962d899ab9506c895b2406e83d357242272b8a362b05bca63bfea20af56630dd3cf009f98983f0665a26f85d721e726e94b834959d2aedeaa8d562d3da7e729fcf57b89beb05d363674f8f922343bcb7212d19cb65b558a374ba31rootrootrootrootrootrootrootrootrootrootrootrootrootrootGraphicsMagick-1.3.35-150300.3.3.1.src.rpmperl(Graphics::Magick)perl-GraphicsMagickperl-GraphicsMagick(ppc-64)@@@@@@@    GraphicsMagicklibGraphicsMagick-Q16.so.3()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)perlrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.3.355.26.13.0.4-14.6.0-14.0-15.2-14.14.3bUi_D@^?@^{G^!@^~@^ @^@^@]z@]]2@],j]@\2\2[}P@[dC[WZ Zhu@ZV@YYzYu@YqYqYP@W Wk@WUeWL+@W0{V?9@Vf@U ]@pgajdos@suse.comcallumjfarmer13@gmail.compgajdos@suse.compgajdos@suse.comstefan.bruens@rwth-aachen.desuse+build@de-korte.orgsuse+build@de-korte.orgsuse+build@de-korte.orgsuse+build@de-korte.orgpgajdos@suse.compgajdos@suse.comstefan.bruens@rwth-aachen.depgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@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- security update - added patches fix CVE-2022-1270 [bsc#1198351], Heap buffer overflow when parsing MIFF + GraphicsMagick-CVE-2022-1270.patch- 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 detailsnebbiolo 16498342611.3.35-150300.3.3.11.3.35-150300.3.3.1GraphicsMagick.pmGraphicsMagickMagick.soautosplit.ixGraphics::Magick.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/Graphics//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/Graphics//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/Graphics/Magick//usr/share/man/man3/-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:23717/SUSE_SLE-15-SP3_Update/1677e7a2107a8fbf853649aac4cbf5f3-GraphicsMagick.SUSE_SLE-15-SP3_Updatecpioxz5ppc64le-suse-linuxdirectoryPerl5 module source textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f527d97036ad67cbe9aa4373c411b90bd4bd58b, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRRRRRRb[J|źVW utf-8fb97281fae25e6d4456120cb6f903cfc5ba7f5055126ce39792fab4fcb2ddc59? 7zXZ !t/ۺ] crt:bLL  o&돾_fGPI?^(wܠ?7O\)"?mqfR±o\J~to(&s*au"So|9tG{K H{Ƚf Xe_`,3“(!o,!ՔROJKpYW؈ w<E![T\POkBFf|&}H#r cb@jzB :+4vb z7^SHbζgO (ë '};M`KL9fj:Hy]zq\_d&DTR 2Ӆ3T#MbEkŐ3ۿΘR6R2e&;8K_N@ INi;MLy%uf:>}ty ,ҁ~v"pR !~330W?[g>QVQ=9Jt=o zQݠ -B7Ѥ[kq`$Vɼ?@WIL HCs{ 2MHԁxgW[=5-7>l=@33q_4E e#GJQ݅/ih6)45~<(KJCB.?6dcnXvV¨+,⨙hu87}X4 OW\,ڢtً$xL" `kP@>c$ewe~ ᾥ Cr)B ` P͝Fh ϖHkSxq͝0 'w$0 իKd0̄& -_ 2$w&b#*)>Q s%>FkoGd9{ ejh.g MH.-Y㫬vhnTS- ?s 8QU%d-n*:>&Lc_#E Ge<8Cc;`R-;-lI/T=98SqF3zg;z_-ӊ4B]zظxkʜ՝Ywj# 1G=1*7n41Hy6?#"V#"rHDs)g ` q(f"ZYK,;^dT,(20lsXq2Vrx hU[LΈ8)~I_X3#ӪOvq(z<j&#DcA'a[nr&'Mɖz.FC;8Iab(2{$` 4e,T+ x CJlܯxn&SgEB,|h19#C3a"3hXȂ-P0HiX?]2Z dH{Rvni]B&CNڔ5*n-UB ք8J`=4$ G*P/!Bf7[ϰ2m.=`98o4C5.&0w26'eyxN(l_!oI]R@=5!gKfU#zQBai$nX;yfgf5GoM}.wGpq/t@~t )6S˚Ul13"\M+#/EF7 Fbr.*TŠQDjx!ؘl6LWjjͭHn(銙 7.MHMc4>%eKJG'HA&:tL3Lw:|G FЮp ]5fj=/I0|3-]7Ȅ989T~ "o٫Ayݕfy[p>-nH0{=x瘵lCʃݧNAan &q mh<{(̤THk<ZPPsLMfe9JIg=#_+] DE(j"䬮b#m>2L/ )2;^fxw8YICoXDw6ug Ԝ |yYesCw! {HTյz"@Ѻ4SE'Rv&$*ŀx~D[@g)w0r<_͙*G RُyC<ՀErmh1zPrE4VȊQ4E,s8I? Y@!hvШ'ϖ-5i\Z~У~@*bS7؛Jvߝ׉=OKqS+c1;FgK㲝3Ht`*a։y. ImQ'G4eL;e|# : ˺ 8r$+ (Y'l!8g/b ţo[=0|i.TyX%X8Č-dt(4ڇM~wGG/H|u E|NP32, )4Ɂ`nowz,RC(ӰQ"1ztƿH; eUك4`Rb a-#e]#s"ڽ`6GiUY 0FRmmԢ[3{_/nm٫6_VR*G7 Stfi&Boa-2+^ uYIyѷ%Q_{,Ir2UdpEܝؐJCA#;yd'R<;nAG I*hM;c? D>Vؘ [\=?u! 1DWCpHi٧q1ʙ?]_頑E1Laa.hTPگIMudI#Z~4 ʍ^=}MG~6ss*Z tIB@邯Qҕl,2Q MPJU4EЛ&$R}~wdQ p'QB*ErWcGrWſ)ȔE}BY@P|o+6ȀZm mku_f \} ִl]7^ܺsI%`23[M "fq 6 ~F/@mcy9gQ(܋w֧g!ķd&:;I kxn@ӥXF@1E)`\.i_]uAP04 7uHݶŪITϒso\ᯑ j| ko];<5 6+%^Cx_=~2lsS%r5c'i I1zh[=v; RPZUհ8#8WJXPEJHnԎGU!A.о0V5aK(<@Z%Y`7>Ud SZBԕ@=<}C'\žјOJp2ZfB">=%9 z7^^  3? QUiO#scgE( ʧ2xB=352gxI\8BA =g8/ XgKxKƄV':NR6Mx,-׶vz2J:">uCUW y:|j(YM҇/VE9/mZH L,2H_q"aSW{z4 Spg T۷!fRE[j40<5[D+ap#Jb\q"a9|'/'8|ęk0cT#s^cz $_~$j?־ 4'TWS1WaݔnF)6kM,48eolف;Fjf 8$Hա?8$Whi`$?!+4~|5MafRkA2C^Uˠ ;s 5 UViHDgCc;)kY ^$Pmh%;ƀ YJ!.\b4rtc^,$UzW $er6+-V?] /l}tW+YFPkѳf ^g2fʶ2ؐtt]&+6ۈm=Y QYh[!BK?[jyՑz5wl ߾k~?RRE=9uБ:X/"#({m >9e64[n{nURυ@hi(Lndc"M.i+GY}~TE|:Ed=f;滉-0 rBuN`Λ!:Ӫ*+ 2Ɔ쾩,_hD7|Fh'|b!)Nox2E`cI( ~&bNGGtX>ŝqMwM 1ؠ=aX"]@ dZ{ƺfFv}Ÿ>/D`u.e|!\}4@4H3Ai]NicXTnim=u~K[J:OQ#opb_׉Bn객z:/"..kGCW7ߺ(,a9WC#w$@=Uh3;3΋+1A[Ԫ#׺C>G~^xkTWZAeK1y>[HjLQsc$|v ^-[7CHUt`o//IDlJA Me'~T&%%Ux"/\e$*-lsKᏚ@]L|$tDHdJgY%|=7mnӈEt ^).)@l|G<6Y*E!jxizܚ'7)PO [2Ablx1 {fPXx0rTB)m`QPGbb ;qm p˻aafTv5Yq}R֘K}>vrIF1, eK"ֺ [*#x(IӸ(PL/Oq׃Y7gf$̭+ڼf~q:˛W Ǐ- _\d߆ߩij>mzߟ=ӕ"72v#Tʤ(a3S~)]6D62%E /;W?i8 fV2 ;{ ka#9Ȅ*q ƫ9b7Q' +o^sӰ,LBY/ Ceuyl5]d@(Y'Qk*EYe+d=&P,T(ύTz(YDq2aJտ%Ik"qAfc,sG zX;y["Os mr%w)R1r`cmYoW," 9JX_ }]ˏiS`D[ɍFC(&4W@:w ~B5 2ڠz UG:of?:()((XQi'Y;!K֛YT_i%Iv$uːrs$ο8#]iqp.5 a#xͱ36sy(ZJ~*m2}mDtY=z*P~V943=uq{M]WO)2|!?LLdQ>E.YC hyr)E_/&\&,.iD)Jou6 nVVwPx03;IL+c|5CԨnVT'WtH,f}%ڠ50AED3{0;QT*G5beV) $v2Q}PS1K^D@*%Gd">2oO%6Œ3}ߒE¦1!*TB}xzrI. ̿tr4/Q~I04ZJPz<+TI+$o UAXܯgqIR] ?6\#'OJb@g|\40|yt Z VܐuKy8ZS \$>gK t_yE0G8ҞP;Еǿw[F˺&J jvt~(9^Gva(ɞ'D<]ՙn"2"f| @SUqxgNq{5_ k-ji+v\B,1BS]^a[N6r3NU-)jK:0"$ŋJz-+JKL?W>s~E[o b5U;xR9h\Ww럝wx'Dؿ c:j2)-> aX n]CfqvR4ܷaoXB邇!aKJǻJ%9I WS_=lg#|3/S4ʑ[4K|ax h=g53`Shj#\eߊiYWO.82FtMy;:vܸ;ѳFH5d#{tSejTΈ{ ?xIIZ2$Z.n3Nq|28e{Z!6ͳ \2,,nvv.{qk͜:~~[1GBKB<70-WsJ񎹽UO豜3ļxJL<5vN,Prg+?y:qx^v]X7 Gγ@i%۫+jyW *QQ,:02akQ:WCZ\h[އ|ˣ e˹@R@IKLHCgz3(ܡX7e3g}Gsɗރ4X~&h+I++*]4O9?3~'K Ȕ_q2gS|*۾Y>IjC:`t\gJҥ/ϷO@n־?8'C ܀g+ĵ0LfH1aP$N`$pɉ7I9hzEsۋ֙X3ךB"=vb-ߔEb߷8( #SM0yQ D5jͲ+dڧ]*B2o5asnS~)LD\\N"4` T@yC7wX L֧_ҋ(Ui~M>}r3QcTզ'Y_s o5ƫX׌u%(ɴÜ <m"ŔRW*àʫǫܯba=Mlj/U qRJ' n}Dn(Y~fE&"EƶA$@2Rb%y+(Yw`zħoqGZ_OHh0 ,k]'Êrfʊ2% Zq,4}|*u5Ķ ;$` gŐE̥/-Rx,€zo[,朄`8T[aem3 8}W@1s۞PTzj n*HY@3VpQ"GݡQ(>g%x/3~gTU<ƒCYob. ΄5.~TԄX#BȼAav浸R(q<,KMӻ=bؔKn@u|lN'ܤ߲vh} V_mI6@&B%zDߺq(Bwh/Y լF*2KMRQ<}qz/?( od0=_eӛO]KɱRЭkTi1! Infz35^йl`@:rrDz2ts<{t/*]U`p"Yqͱv˰VG[Q:%\?nn f!:Y+/ {RG0Zk1gxmՓ +8m=-5z>T$Ý`?߻O#-w G9Cܹ 9cxB,8 dT>)AػyA n"0.4DVǡL%yd728I`oi`Mm#qr)ȵZxT-z,ow ./$= ׽">@GʌQڠҍqX,'nF47T329];Б}*Wߚ[X Q6HShVF%Qi\PBJ{NY' ;pzfԳ #E2=Z]­m:}&Mˍ0!ytJ]Oj]Ğa%VGauS*#-zoT.Lެ֯d1l l7y>YQR)R(P-4qu1@xB7o_#GDOҧmۥ[Ղ 7sDp(RM<~.5n}PK1oa.5~ $j4qgd'H3 a^ Y ѽBL53y1&QōVM+cg+UX@y_}zyqI+77 @B%0yWQEEg>g\N`"aPgwM HL=cu`Ebp,)UGO!{ZwĻXr9x`x>O1Jqazצ&N / !m/u#`~!69o7=;.%IP!Nî=XTMh8T(?֚Gd4b f¥2Qhq} X6]D\ *gTLg[_V)7j摚fEAp/V3?͖uʠj@~ϼw)J 8_A _!QÃPJ%nxAEL}Ie$@ʇ n &!i: q`I!=l ܨv+/=K:;!NrE d6K<9qg28< c=(|uM'1|g1ev-~[U!r swtFS֖z"c%j'Y3D8$зSCudZ뫵1nMi PֲO{6;6y)y BF>?  7F 4R%h鿀*_JUEC_|7kmyom0ɇ<0?4,}T}wN;Z&Ig,MUfeVxGN0~FG e;x_nZ8I=0jwLY- B s~4|̣1|rYSbv(rh3 W%b+UIFbOhod_9>M+j1?J=d,k1e"cv<.X vjxz20q,)(AD3`ᇦƳ|_'s>xEIdTseg2'FSg.K<0z|||yo(Oq=,kAz33[hd w>/]`G?RrVF;w΃SPIj+m6]V" rp(ɔ22O|ʮKzZsТjIddIK'sho:|Ѣ/4D! qHv&e7%=};|&>Otʶ71z}$! fV`G6,vnUg%T= gTBo>z<3:w4Zϛ6N^͵;(;٭{,4V~x*{rjl5Xǃ,CBT5p@>+0]7\6<+vSr(uX8NzEڈR&9fն UASD ZN;)'LJ"7rN4 {9(xs}!⤗}̍T5X ]׭E?J4M}%O9x(ա xHY RuqOto5rmˎf`x m )MHd[JI u4j"";O5EU)=gLDrrĄW_ȡeYxZ8= =FUy Ǐ~Iq&C ^+Y!%Zj#v[EҮH3<}]EKs߫Ĕy4M`B <I\"tP$1[LUY qȋV1UkIsWúr̐ArBq:\|7Jm0?t\g%>fHS|zkFD4S}I'k\476tQ~db/˃i[GC`olR4ԕ׈C|"nS,a>M=¬g@:/JYOBJm[F ٿLQj0ʕ೅?mTYq ^?zeBɪH5YԏNHp;yQDyO Zxז_+{8j푬pOᙄYU(‡8KР|q{[~0hJHEqqu hw̔? Y9/ä8[%V1U d *#""Hǩ3Fݵ) ^d+ u7kg_`Y[I{lR慗0ߵh.6C`0D<*(ZO$CǑRe|>-umAU@.3cvcm-0Wgڔe2`cu}i+%^LD,m%Li6;ɹkz@xc3P>zXx'ǎ7w f)d"HlE)1k!?¾dԅ7.xK)VkWIrr2u/nvlpo7񟁐 3u=Gpy }H(%q G0<\gpʜ%A"n@z=}0~ߠ4p}l@g?JϥRyh,qپԏU)6ԅϡҾ0-Km}_E:!vFx#Ak4fFktOn3G=yaBZk/ZNW~QGYrDCv*)w+#Qt3 X~R%{ʢltmP|wj&*CMPd') 2@ȋzqPMurkz"91r;8|NˋM˶LOW}1n*%ba!Ilb2v+~=y;T~إ@ @)I7#QqBY"EuLg%mYMJ.]+D̎uA[dL /&P|r.Ͱm!}` 3 NQ*;闄ܠJ{ IMF; Km0_k'' [Ƞ=ae7=8ܕ<Ғt} H*dD'rǦoOZzλpv"T0;O|#[aqxvetX"} ꚑkc 9"-L7Z#,_֝TvPN@\@@xv bx\r75HnTW4 >qJEL?lzDKEo?`6U ńίtz\x!4?^޷:vCzVBȰQd8 PV~ u$sF'98LI#66$̎٬h8vq^Hiw2&=`ɥXܸJ޸J}`5|fo@oCnp)O7r͕=:6Fφ(Q;_rv(yW&BG_<߬gm./ 6|ozOokEf~QCד6jXEEohx' Ϙ+z&oˋ/Qt}lW&*4i 2rƈu2JhKhc&[FK00JB5P?^?bNwёhbd=vo4nfH9o~ԧ5?IӶIB[K~n6߰UW;Yt1KyVl0Q'EzzKA;c[]SRdsF0u5 dh)>$"Hw$k$H8eű| v~ߞe i5]h=^"m.1fϾr`v񲦛PZDZÝɯ<ҍ;#E իfJʫ(ꞈZWBJ ڱ#*HO4rGLK*X IDg0CXEEL֙MSj;T3+rjY# Gn6GFcc[iaĬ6C0œ$YM|pu߷udPwIʙUG:*Cz4L^zz,GyhCˢlaȜ"mf6>yԁ/zejMrZ؜=A9ߞE݃ re*pߋ R/|:në~V&mHVݳSg`2o=a:t+#Td[(r}jgwq\*?^`Sk HUfm9S3o9zSL!Gם%t1D7D[ fFりDVS%b U}<ďHn`Sray A |8t秎Q-fl Ƅϙ fbBSq 7Xfan_7mX05/&Oj;'GB!"-)uw)>v-NIٿ dۀTou֎.L:Cs3mb%V  --eJt}aj zvޯEjZV?9(!)w@(U>Z*i/9!ౝ@%i t8v-{/3bo% Ʉu Z:\߇6D0fJ_3˵&>M[sͩ >)5L f,"0>p n'l1gw 4:>觅1F؍HOLJ0lzRUfCAdfK?t~xxTe7/D vؙ.0D]LӔmO ?3 ςgb ν„lq W٘2Dɓ(`>Ѕn#y7%eѪ x*簾b积1mI |7=wNF0BSvYޱT.p6qț/x"+-P9?m\QXzж0P&V l:ÚFۆs S яӊ:"գѾ_L1`F%8X( ?o}pэ`i@hZL!pB'pߩ i ] V$haMŬ-r,pWIa :fYl!$)aw=,꾩bTRRW-7aPp@#ofSGGQmd#wEڜ)(ȴNZ~)^03~B7؜(“B/ANꡰ+p CVU)(e \~t&ͷ %\ s0ᘻb=VmNn~^D+t:n;[˃&JhMI'~ DLB06nhwظV./.hq#=16RТ$~#}፷x Yv)bLL^|7pK3Y@bp^L6VPxn,S0H~/rx fhWE>XRϫRcE1^ZH3*"BĹ: ]EPhk9%9',ȅ82q+#vX힒8^W|8! r]~Fx@CS2o}ʮu,.=¢:mqo{?8n3/Kʩi(z1aogKtERjg=DƗ-=VtzGކ:L'cY!>>t6tFkrs,=}V4l}T \P߬yG)yUhc0ž?޽)ădr T{ j:ˆchvZlk#2K!(F]9#la%;p~h{s|y,YKG(r]2lQ42Ot;!DzQWo^bxmwMRU/L ]pFT\;JEjɔ(sgC,(^JUFoT?uFٵ SԔ ^L)H "/ZꍃuN0TqP7 l65D\qH 8m19Q.m$gzIFx;3iUtU6iw;8$r`a>AaV_tSc&xgNN(U7''Jqc0d75GSKI.NI7WGSN$2*a?!{YC2fyEΈ i^"0 va{Fl,z;_u`VH\WDz9_fW#ݮ5*a)ρl~^pPѵF!ӪZ#U;υ+eO`l2vؒ3lڈ?&!d+dg)32 =YO֕K:'|mQӝx<li"`v|XED C?Zqyx] Wx q7a8bj~ev!!E$'Z=Bs@2HPh|Js!L=J@hLF)у{IE Y~<;LbTI hr3,a*0w[=Q V"]yVvf M<,xQtS& zjoeB: TdS29q`3a(fxoe*`L#C.lYe1œVhy2Eœ_O}>::+OJ4|q#.3HC.+T7)YFr  k/T:mQ“gV;+e43n);d/}ԽR!.{-/p;HjN wA޿{"5#^A[ɱZʉeߔgNep AΪڌ4gl+9؇TS[(gVL?v'I@C&;f^45<Ħ!1*(>qCdgFB_;.$`@+f|!$!:ƈ@.l,~8vD>+v'UO==+1ɛ(y[M(α!7Pw5#OA__M-f`9K}c3Zhw4|T_D5̿ QAu ^m6P۾IIXğgWa=;eY4#dg~-6U00"鈤qڔiDgQ<s7'(ZĜ{U-TIU?~ @ ,lz QCӸys _IU0貅n^,}ml#UVDw1xS^#ܗX"Llt@}3W4m| t^#~;{> #- ("u WYТ m-|F XC呰7z 3|AÐ#*~TC뫠+=R&} pWNp\sCCyiK) 1O/Q^8B2m8kґnΞ]U0ŞV fn=wWH>$6~1{-ITs7t[s^g9J9}V̯aW{V#c6r^t~cuqql{Qt{wc^BvoO+4"-.H?qeVG ;FUa֟bNr( U,9G([HY2^q]%?=2j.co35^5#0qTBČ >U#'N$ܴE*Nv|)Ae*cjE|Dshr+%Akja/Uj,@Wh3T گ먆ёYҞ0 ÓVZRёH@=4$ή[=ы7\(=^-ks x8   oK/ z3cVY.cTg@ /:=ᴵ ¢J1ؗ çD92!Vݸ} NAcx^knnmw/2#Pl=OϢ?4, g9~g=?ȦHt`>T Plيn#Bj ~?y$KZ:OO@J7 Tt|~I^ӕW BS\mgߩ/%1|@(bw, k);'X<*6eS렃_vΞ:"I))~RO)>{CK>ggs'XMpS,]xpetWk#E-,k=ai Dx!^}$W5zp57wX|QJrGo |qX=w'g&~97wg''FSVZ yAn[Wb-Dc%F!!l y| ر&nr~4kU5޶]{0$wl3Ep.Hz ,&>}A q&qzgf>-(Uĩ d9>k6S57nZpF*>|Ό{!Whе>@qW/M E~/t͞ Nޔ ]P8}dGRgIo}H^ߞ lh?7Q=\F'hV9 D-b1D ͓{O3cۼ Yԍ}۴Gβ{毮Ʈ6ՙq=*z&ߚn CL~ߑ󐡄QMt%~@]aa%}=F7t#T53[pùp4~KV`dQ"#dʓhserzZ,g>q j* fRRv\ 6YR{Dr@na@nU ?х4 DuG;ٻo=F(lB?Hn=?ǽ$)|ulwur9Q$1"0>-91nnVvCfa!|Zt!*ݻUn4RN슠\3-[/f4ich L 6^[H);sh]a%be&$RٍXn-Cd qʳ{sy ظHyT 6]wz~Ě죯q}-l~I寢F44jȝdd59/&>o4b|&8sZnD`h2 @hG{v؅C;p OelK>&%u:e @x 63ך-Ә!J%釆m^/8t FqN*i5rsL'EKx7Ui'-'&b'A#\?5,QlobkĿ y'w?̢H)mD(C*HsݰOlÜb- ;M8If2/T0EnO{cިh/zc2Hzi? JAcF Xv“.z14KIGo|IG^WzB9OX01l!w))ʛOEzTaV$Ñw.D4y{W"`"@q/;H\Fjs0 ,Q0C?e0\8RjVInC8zyCO={^eT׬߬ӒDYϛ&ݔTΖƧ3m3W\P,/seOfnVg oau톯6FnSM7gvn沟zc'h!,U~!rf;#b'g\SG|:Z2Γe/afoX'Kv2֧ V8l΁ y*gd>/@St"8'aȊ+ֲ){K]񅎮UA#;?#X6rM&tYkš#\#5ԐAg![ ȏa0;odGq*plV̾oJLLJ -w1>H+L>dt~;ݱ4//06ׁ՟`®.s5- 6 B|1=[Aк]h EVJ&i!I}8]!~b/TI{F=M%;eiݾKFȑ&z0C0oqru6SnYZ$2;xW[-=8M~ ]|'@ SLmkx7`|^JSjBse])Zf$xpq=v e/m pCw3 Go`{s71NRxK1L%7vXαU 1k;v}^"iس+uZp"o{Ø!7oIÑg"|qw38T`X4Po\?HU.#[H[dMʪM@\d}V .×N@9рwr^0\4@Uxqg#GF)$CPӨ-v.U鷬q# :":9Hi (|XdhkLT1cV9Aep_&n$kIJђT+*ajNVJ ﮰ GxXͫOHفbR?@3w K'5k+H*\Ql%LJ85'@aJ>gߗ D{85lbsl+| m>fo{qzA}?,iy}/0-}#}Y0[~t=@u=?xwX瀹g9-jm90Ge۽;n( ?yLrt,ɐ#~XQ!Gj I6T$hZ`uKkTDQ H[QIfД?SrыO^PWdFl2y"{Қ-g3lCHBW:?}T[qzvUUXq/9()Ǹäf?F K9O:%ݸ73]JO]жv%F2N\uQm3K5dg lJrhevmƑ Su_R:LOKM8$l\q.*F^8kT~SUy7VU -7ӆ3pmR&6?q u@$S /88]ހ)Z'̶2Eq6oCa4Ctۇ;]#vBVri)ߪ|\떼?"DLL sz| q t[touU["6Qg>:-r,f1>nrj 8TOH\،¹ӽэ,P8 mth2opz^R ʥ'7nMWRHSϬ&Y/MbO@F= ]RqB%&id-(6H摢yI#6-in5u47oA4A OEn'+_l3zYp-r7A@)PoI>AЖ q+]ͅ ZI+ 'BN֩Fnaѓ=hk4 ΟW_>i?|צ#Ium[Wyi6ϐ .Vm\hHc0uϴ)yP6 ^MyRw?:^C'x9#4&RI1n8!Z*1hsP(샔6?*؁|] AQWҏ ~5ÎN@VoL)e5n#TMǔBWe3h~i;dR[b.g9]+]?l#+i(Uob M8sD onPpq[Xwkڿ} Hf[+[bA[(ӡ:Gqi zFG_n *j dLӉd/Ř&sK le~rn)%pLǟ\M(A 2؁^B,j9OhڷIM"JڼDXofU5ɇgtYK?JYt4@w1>Tźt6},`g_$9=(w4n&IH׮*0 H?Y_%h*T97krwCm V3֣ţ"V6=k#*(uH1| \U(jZCϞt.M ii+Qʥ9_[N> \ih 0(HA:]ؘe?/Re#Ɩĭ /pןEZ8!HCuEhv@TNUy@F<:Bv>eڶy'A%VE ~m=QqQe,OrI,<ꦕ6w+WR\RՐ{.|-V?}!A͍MC[m4zE_un5Lhǿ0\ +@XkX7fwFڤ@'T3Oph8F$=Bsw`J;L q㿍ؽ'd0.3'uޑJz`wzyڄ#lJsS@P,whH # lU#ek<4F)Fr!lt'_ Rp ͻ}ꉳ瘟hc~UB~2Y+@q\ ϧ"<ڀIjg˘59.> o`sֿf~|Ɓk![ֵP|5?$CSn `7zt<<9k]gw#˃1@'|`(ޜ! xdB==@vw~ / bRFzYw>tk>f-ÅvG(1u=αTϻnB _ךÜ0;I%JȊk&5lPw_n/UN7W+J&6T:GTŵ7G3Y!<ΘlOaq%Y5~Tb ϛqgsxw'Ds%lA}]{oljTEC`i][.?7UdB4鐞(C&h kaj4|D/j0-rH UciIpا\+x$`OK$^WT?iuLD˪o)^7TtUe4 ˌr8#H:Xʢ'!4A*! &9O5Yrz[pOqb`d$tʚX4)f:_j XHgu'ɅPő` .֚8Rؒa:X$st/xY^zP1@s,^=#`W?4TV߯ԅ|.[ 3؄MHNgP3ֱY03xCb _7qgv=ñ'w5%K=XT9`CIWoQ–Axtvl"rg~R _n w˟`bWd}#q(JأsW9S 4g!FN6P>5}&c7RsUǭZ2lsYG=|#'|Ը32o SbuKanJ*d `Nw1 >O_+یIAsia)|J!`&&f3XI9m H> 'قj >]i-ohڲ9._(ֈ3.ҟ&]¦Qbڃ=c`[s@. k/Oi.CJÜe;"@#w&5`ffߴÒ]l9C1t k #ޘWAR\\c 76H&jLO3F@ y3#+Rx5URBvIaHO"2+HSSZ!9Y,3S״{Q}:0sXpک@߹TE8VXKMuZ!+Rw5gǓH_GTZinoO{h O@r8:Ǜq}/cD*B$&teeFAl>kЪ?fNwʹwAYU2!"زAzRu@bgm池}@9_~{Vf H `Z .@p(Bp~\@Hmyik- +y3[/'l9N6`:;BJ!ztHK;c.tj=wNg 7-7]RA)5ޚcqy1XBF4B[tkq3oVU8{ (Pfp[1Te4zJtR2,GSZ|P"qj"'&wZ0?G?A `1 <-K g=>[eف^BZSEA0{}xgRcXsU JD slTݪ'οOˠK_&ã¡%`,MSQPnf BW& )%@~+ /9qZK=#xfBULc'TH,dA;7H(P ĩ-y o*ZdvFa2siz=٭YΟR" s@Թ1a&x́aJ 8 z,zM10G uǧMTOf)? A \!H*OKWzJ0dvl@Mt-Hַ DMrok(w {WB O+^0 y]_sE0R.ux-azV==Ѩ= i%~wÿNf^lwM)|9W\MW.GY*4 R"~e ' [Ū8g{dDDgW;x(\oGSրS?JIRe Z!(i:Z%w3fԛcc4W~ Qţb2O۞@.Kq,pwǙ E8\D hH3w+}ca[xI-ӛgLVY{0EVf @I& X7 BɐvH8(Mj{b_ϑ~wy+yFFmwSbqnfyc[.ůd nv7OΦDߔU.%%޹M|p,m:z?GǾĒRUZ##7 GK7@fsZR{hO>LV8]~CC )cYJw˓^C9x"ŝ:78y{}/|vIUs;L:bq&^cϵh&ܽ/x_kj6ݥ$v/=흌UY_K"G咭FgZIAXQeNNː4(f.d*Kы׋L GFBg\fև[KqIVW+|gmʱp9v2W UC:h5Pkl!hu$ȞOl!<N-`3$ iRp,Ϗiƶ, *g+]?SMC?]׃6Z!= ;J|Mű ,i._DYd% W\>u]rC_0%Pgv}" !axj~q-}Pwd U X0#m1eB=2wc6Nρ(ɑ́A m0PedeO&Ouk:OՔ@@!'N|5NN&VvvFR"0!|Ӿi2ζ:S6e6h7toFj6>.lCZvH^;O1v+;/ً|YChCP~w C$ Mn,P6ށ5+(jc|njWێ|X\MqT3ppS5y1 I=X *7Bnlyi877kSy}u ~f~/a@rg+78Q.F s^P11^QڅŖhR aixd/QTcZcƘ1iwJ{$q?KQjSe, + ׶ٗK0mXسuxK ] S!98a1+@ʌIM6NU""  + ޑ?g|^+,\7a[4XLn4]r USN^r? ڴDWLm+.jEMjQiw[^Uhiy;"q)f5+k ʪ] ,&RYf'@IPRc Bc;.w7Q?Ŀi!,*x{(z"`(KUp%O:H,!"i3?4zZݯ -4.;xw@7%1گ'ֶAP_O3㘱u@ tG̻F-"\k%MM@*Zo4 9Cj ]nl"UܯLPёOz9s M+ej})d6љ J!_QZ,ZP3 ?C؊`FhزG 8@>|c]$ᚼ2PoJK+WHW%=/M?*5 Di{ۧSA5@NƨL@Yjn,d'PοnFb*!\씂{(>OX{mAV[wBfΝ? Ezoy0x c8c+M50Y釺 h?ۂ`[gI3b[?*2.(64vg;}cD$3 fU2 '*mLtEPF-Fqb&-jc=vm=-T #>~C&S>zEsoJB|ـrT3w>jaSCMȶtn%^f @Lg|;iѓ"yA\KO,h' j bB:L z;:.JͳITN݌n0K5s؇6>2Kz)l3xXTB*0Lp*Jޙ!0'ghcbАJʇlEfxFx/gT,ަjңfv w-@(Zf8tZFG&-huuOL_@yb l. CKlInT%N'0|~AѠ4MYI} lMU`BrXDmnB<|IUAJdQuOYnAo=-B{8FJ3uS :ui/$tfv~.Sv,\h]J{ N}=eE@c+q^B4 2T蔔mPs *O TGq%X2$fq[PcrK-{?:30dGIQIt(q8dzX:8QM&FoVs7OCj Ն Ov/<5 #D3Ok߄e ⠉mW+OYh/3zfQ9w!#>vk~H^^Gh -E;׎߇Q\l,z-7A,9@uC ej$cFe[@#ɹr;%Myw36)tT#Qu2a<{1zyh W ИCqIX=[ m(Lo'[j-4p fE:dH rhLf1 #|'FL-;̡Teޮ7w@rI_ DÄ@mYE3fB$S.Q )wilH \:pkns;ZDU'3m5t"'mb$0 M]1XݷHX4oMt6O U@)ms;rVuY:(lxkyj^XxsR !c0kf]UM%ޙ"Bix '~E+9['^ .\ lYJ +q’TE usAl?9 -?R>@v]C1/`x3~ܻ+_3'wÁx7ܵ쁎4:jN qʺ,+UoP@kMSE4 SueW뼲r@.,r?\YK_#,6XЂ^v+8w4S`BY ƀ(nw1Xs⠚Tf%b\CcybQl*b!yuZ`4aȆ5ETHSa1{R) #.R3P㚡7s;z_#ОV/@A{q oq_׻Qu>ٞ6h0fql C; /8E;M49g5gH&2ǝemBG>ߨrYTw03N S;#$8)l@aj6gl!LiRw1?ZתuiS Al^!T7" S;(IJPC匀>6v 'ҩ1\*6+]Bu= u-QHCHc9<9n"^fo] \rB+xt?rZEo-8\Lڸ9N[b`Q97ec}젭 It=Q VfQU; s!;jk,K('Ў󜰕,[aVTJE @ gJVJ+ɘܷ4o0WwC2)}%&&܎k@`={uC? 9}Uz"&): )#"TJIZ4;Lwos#hD>fӾJ(V17Fq"hLuvQ H,XXm8J%#hTSpKUBo@~+g^}VUl``њbJg(*@ w:*ZqZDX2x RBww1G"8g%zB>ڽ$'"{kpƥF=P7W쀕SثIH+ /Ů4"4T5x^AZ]*M"sДC Ylaو%ut{2`I^'Pb|\\Vs8he۹dXPÍ/x,Rk{@I&l?^J}0պx-J Y%?%dZwLV:rIB_i6bEdEmtN!qJ!-@,oB6W# h>ŶqڞX($ ˻~3R%CLc[q&(0 (n44w $=&:M~eޙC0>pZ㸊#Ok(5xYg <ň$#G_\L.iGsD@zqbرP{فX -2zXm۾NK(vDa%y0[|4Ax3R%[ߘ-@,.YR/)c8mF nA-qS曳! qR5A0F9gDBǿ{jyB͟peY>EWnǬfLė.+тuLCuMeeiP!?f) ðqՐ+dj: \"^1RɩNh6+#lwOyn_Z^58U'7{u#^@2jssvX UkA_5vnU`l:Bzl:T4 `w`]%I`j1 1nbLrd~Εų2fOQ&A'$'^!kc@AMgږH|K堡 -W+YkqLd|T4Z\7c># K,I1bT54-,?Qt@ S7Owʨo/”#\ krԁ\Զyq )NfpLqaTVšb ?2[80#2 <#:EDDbU;[8.U>C i?KʹߒWhÆL6QB!(|uN s=oҞ^+&?ҫۥIu-l>4JR7WTp\4+$`sng3F'FU,)qwQPnG B\EO4nˆ0bΊut<N];ydqm8O>t5Gnjg{4IGu0tyFHuFRQ܎ʸjAzT nWg= ӥNJk騤.7 B2~Ǧ2)'+S;||.qcHֻ*L}v|faᨺ欦WgLE~)t5&ߔ5T3uNgt[~+~$Gruf0zƒ9F(s}3ZC~BqHX /6)Qrݖ9Zf㯿 rlʳE%t71WaRE5XY3m ` Z3jLBJ079~+7' ɻ8 f ;rjFZQ<#|yDv(LB.Q*K[.Lrǎ(Yr}R Aa(؆cIjickAF+5 g+>Y_vʜ6Di qp 9Ϝqn¸,s[5| n%$% U MFS tu\oZ2[8jT?%k{*NA~ô/s;yI HPWK$ٚ1 XSό.k!4!##-n.%( $jU6T'{|hkJ(;k ==b'ǘhF#@u9c}rb5@NԢ w:!N&SNhVp:TLO WtLl#ƁQG wh•F>!_ {/ C&J0h2)|Z Kp|WoqT)M󵌯ӋiV.tbF.5F vm9Rӛn`+oo; /<qOpw0\f)pP|KKX~gsf4>7H^.(|JGaIPVř@G]9  *' 9Se!0Cy zkوh ,mm u&PNTةbI6ש9ʋ~ SJz2,KF#K=DԄZ2ħWNB`}&،Haw=cJ }P+B8y gpې'S$ ٚdHPt;&Ud7PEjDR~8 ="JwAL&NfK !84A< X@bPJUpvƹ-0c}p}sٯ g>5seRz(|։Df%R џV͖uODb$4Ld5Al6 sCm~9gˀ(D%?N3FZ_'z ϮpːJ&Ϝ$IZ6q]ESwIϘ,mu}1~'~U B}A<[_헞`lKe]~wR|dJp)u:~0xL6w4 \1knv{hӅoȺ+lHCXAejɯ€JLˇF22|4ՙ&Y TYȡsanw:յˏT4aw)T}Ne9݊-DR2=+lR*-͞rq89 +VM!|Odv”6K{"QᤳIרp?aF͒B:˕j*bm&λbK>E@ e N9SRYCL\bǃ=B5 /^7M ^;O _mWs2~ʯZO|/ q$֫qo܃$ZanO*O2&|ʶ YZ