Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: GraphicsMagick | Distribution: openSUSE Leap 15.1 |
Version: 1.3.28 | Vendor: openSUSE |
Release: lp151.3.3 | Build date: Thu Apr 25 19:50:35 2019 |
Group: Productivity/Graphics/Convertors | Build host: obs-arm-5 |
Size: 7070348 | Source RPM: GraphicsMagick-1.3.28-lp151.3.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://www.GraphicsMagick.org/ | |
Summary: Viewer and Converter for Images |
GraphicsMagick provides an image manipulation and translation utility. It is capable of displaying still images and animations using the X Window system which provides an interface for interactively editing images, and is capable of importing selected windows or the entire desktop. 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 is compiled with Q16, which means that it provides better performance on 16 bit images and less.
MIT
* Tue Feb 20 2018 crrodriguez@opensuse.org - 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 * Wed Jan 24 2018 pgajdos@suse.com - upate 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 * Wed Jan 10 2018 pgajdos@suse.com - 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 * Tue Sep 19 2017 pgajdos@suse.com - builds for sle11 * Mon Sep 11 2017 pgajdos@suse.com - fix perl bindings + GraphicsMagick-perl-linkage.patch from fedora - turn on perl test suite * Mon Jul 24 2017 jengelh@inai.de - Trim descriptions. Redo summaries and RPM groups. * Fri Jul 21 2017 tchvatal@suse.com - 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. * Fri Jul 21 2017 tchvatal@suse.com - 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 * Mon Jun 26 2017 pgajdos@suse.com - complementary fix for CVE-2017-8350 [bsc#1036985 c13-c21] * GraphicsMagick-CVE-2017-8350.patch * Mon Sep 26 2016 pgajdos@suse.com - 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. * Thu Jun 23 2016 meissner@suse.com - Build "gm" as position independend executable (PIE). * Mon Jun 06 2016 pgajdos@suse.com - 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 * Mon May 30 2016 pgajdos@suse.com - security update: * CVE-2016-5118 [bsc#982178] + GraphicsMagick-CVE-2016-5118.patch * Mon May 09 2016 sflees@suse.de - 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 * Sun Nov 08 2015 dmitry_r@opensuse.org - Update to version 1.3.23 * See included NEWS.txt for details * Mon Oct 05 2015 dmitry_r@opensuse.org - Update to version 1.3.22 * See included NEWS.txt for details * Sat Mar 21 2015 dmitry_r@opensuse.org - Update to version 1.3.21 * See included NEWS.txt for details
/usr/bin/gm /usr/share/GraphicsMagick-1.3.28 /usr/share/doc/packages/GraphicsMagick /usr/share/doc/packages/GraphicsMagick/ChangeLog /usr/share/doc/packages/GraphicsMagick/ChangeLog.2001 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2002 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2003 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2004 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2005 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2006 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2007 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2008 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2009 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2010 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2011 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2012 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2013 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2014 /usr/share/doc/packages/GraphicsMagick/ChangeLog.2015 /usr/share/doc/packages/GraphicsMagick/Copyright.txt /usr/share/doc/packages/GraphicsMagick/NEWS.txt /usr/share/doc/packages/GraphicsMagick/README.txt /usr/share/doc/packages/GraphicsMagick/TODO.txt /usr/share/doc/packages/GraphicsMagick/www /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2001.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2002.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2003.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2004.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2005.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2006.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2007.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2008.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2009.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2010.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2011.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2012.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2013.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2014.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2015.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2016.html /usr/share/doc/packages/GraphicsMagick/www/ChangeLog-2017.html /usr/share/doc/packages/GraphicsMagick/www/Changelog.html /usr/share/doc/packages/GraphicsMagick/www/Changes.html /usr/share/doc/packages/GraphicsMagick/www/Copyright.html /usr/share/doc/packages/GraphicsMagick/www/FAQ.html /usr/share/doc/packages/GraphicsMagick/www/GraphicsMagick.html /usr/share/doc/packages/GraphicsMagick/www/Hg.html /usr/share/doc/packages/GraphicsMagick/www/INSTALL-unix.html /usr/share/doc/packages/GraphicsMagick/www/INSTALL-windows.html /usr/share/doc/packages/GraphicsMagick/www/ImageMagickObject.html /usr/share/doc/packages/GraphicsMagick/www/Magick++ /usr/share/doc/packages/GraphicsMagick/www/Magick++/Blob.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/Cache.png /usr/share/doc/packages/GraphicsMagick/www/Magick++/ChangeLog.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/CoderInfo.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/Color.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/Drawable.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/Drawable_example_1.png /usr/share/doc/packages/GraphicsMagick/www/Magick++/Enumerations.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/Exception.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/FormatCharacters.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/Geometry.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/Image.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/Image.png /usr/share/doc/packages/GraphicsMagick/www/Magick++/ImageDesign.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/Montage.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/PixelPacket.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/Pixels.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/STL.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/TypeMetric.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/gm-188x120t.png /usr/share/doc/packages/GraphicsMagick/www/Magick++/index.html /usr/share/doc/packages/GraphicsMagick/www/Magick++/montage-sample-framed.jpg /usr/share/doc/packages/GraphicsMagick/www/Magick++/right_triangle.png /usr/share/doc/packages/GraphicsMagick/www/Magick++/thumbnail-anatomy-framed.jpg /usr/share/doc/packages/GraphicsMagick/www/Magick++/thumbnail-anatomy-plain.jpg /usr/share/doc/packages/GraphicsMagick/www/Magick++/thumbnail-sample-framed.jpg /usr/share/doc/packages/GraphicsMagick/www/Magick++/thumbnail-sample-plain.jpg /usr/share/doc/packages/GraphicsMagick/www/NEWS.html /usr/share/doc/packages/GraphicsMagick/www/OpenMP.html /usr/share/doc/packages/GraphicsMagick/www/README.html /usr/share/doc/packages/GraphicsMagick/www/animate.html /usr/share/doc/packages/GraphicsMagick/www/api /usr/share/doc/packages/GraphicsMagick/www/api/animate.html /usr/share/doc/packages/GraphicsMagick/www/api/annotate.html /usr/share/doc/packages/GraphicsMagick/www/api/api.html /usr/share/doc/packages/GraphicsMagick/www/api/attribute.html /usr/share/doc/packages/GraphicsMagick/www/api/average.html /usr/share/doc/packages/GraphicsMagick/www/api/blob.html /usr/share/doc/packages/GraphicsMagick/www/api/cdl.html /usr/share/doc/packages/GraphicsMagick/www/api/channel.html /usr/share/doc/packages/GraphicsMagick/www/api/color.html /usr/share/doc/packages/GraphicsMagick/www/api/colormap.html /usr/share/doc/packages/GraphicsMagick/www/api/compare.html /usr/share/doc/packages/GraphicsMagick/www/api/composite.html /usr/share/doc/packages/GraphicsMagick/www/api/confirm_access.html /usr/share/doc/packages/GraphicsMagick/www/api/constitute.html /usr/share/doc/packages/GraphicsMagick/www/api/decorate.html /usr/share/doc/packages/GraphicsMagick/www/api/deprecate.html /usr/share/doc/packages/GraphicsMagick/www/api/describe.html /usr/share/doc/packages/GraphicsMagick/www/api/display.html /usr/share/doc/packages/GraphicsMagick/www/api/draw.html /usr/share/doc/packages/GraphicsMagick/www/api/effect.html /usr/share/doc/packages/GraphicsMagick/www/api/enhance.html /usr/share/doc/packages/GraphicsMagick/www/api/error.html /usr/share/doc/packages/GraphicsMagick/www/api/export.html /usr/share/doc/packages/GraphicsMagick/www/api/fx.html /usr/share/doc/packages/GraphicsMagick/www/api/hclut.html /usr/share/doc/packages/GraphicsMagick/www/api/image.html /usr/share/doc/packages/GraphicsMagick/www/api/import.html /usr/share/doc/packages/GraphicsMagick/www/api/list.html /usr/share/doc/packages/GraphicsMagick/www/api/magick.html /usr/share/doc/packages/GraphicsMagick/www/api/memory.html /usr/share/doc/packages/GraphicsMagick/www/api/monitor.html /usr/share/doc/packages/GraphicsMagick/www/api/montage.html /usr/share/doc/packages/GraphicsMagick/www/api/operator.html /usr/share/doc/packages/GraphicsMagick/www/api/paint.html /usr/share/doc/packages/GraphicsMagick/www/api/pixel_cache.html /usr/share/doc/packages/GraphicsMagick/www/api/pixel_iterator.html /usr/share/doc/packages/GraphicsMagick/www/api/plasma.html /usr/share/doc/packages/GraphicsMagick/www/api/profile.html /usr/share/doc/packages/GraphicsMagick/www/api/quantize.html /usr/share/doc/packages/GraphicsMagick/www/api/registry.html /usr/share/doc/packages/GraphicsMagick/www/api/render.html /usr/share/doc/packages/GraphicsMagick/www/api/resize.html /usr/share/doc/packages/GraphicsMagick/www/api/resource.html /usr/share/doc/packages/GraphicsMagick/www/api/segment.html /usr/share/doc/packages/GraphicsMagick/www/api/shear.html /usr/share/doc/packages/GraphicsMagick/www/api/signature.html /usr/share/doc/packages/GraphicsMagick/www/api/statistics.html /usr/share/doc/packages/GraphicsMagick/www/api/texture.html /usr/share/doc/packages/GraphicsMagick/www/api/transform.html /usr/share/doc/packages/GraphicsMagick/www/api/types.html /usr/share/doc/packages/GraphicsMagick/www/api/widget.html /usr/share/doc/packages/GraphicsMagick/www/authors.html /usr/share/doc/packages/GraphicsMagick/www/batch.html /usr/share/doc/packages/GraphicsMagick/www/benchmark.html /usr/share/doc/packages/GraphicsMagick/www/benchmarks.html /usr/share/doc/packages/GraphicsMagick/www/bugs.html /usr/share/doc/packages/GraphicsMagick/www/color.html /usr/share/doc/packages/GraphicsMagick/www/compare.html /usr/share/doc/packages/GraphicsMagick/www/composite.html /usr/share/doc/packages/GraphicsMagick/www/configure-target-setup.png /usr/share/doc/packages/GraphicsMagick/www/conjure.html /usr/share/doc/packages/GraphicsMagick/www/contribute.html /usr/share/doc/packages/GraphicsMagick/www/convert.html /usr/share/doc/packages/GraphicsMagick/www/display.html /usr/share/doc/packages/GraphicsMagick/www/docutils-api.css /usr/share/doc/packages/GraphicsMagick/www/docutils-articles.css /usr/share/doc/packages/GraphicsMagick/www/download.html /usr/share/doc/packages/GraphicsMagick/www/favicon.ico /usr/share/doc/packages/GraphicsMagick/www/formats.html /usr/share/doc/packages/GraphicsMagick/www/gm.html /usr/share/doc/packages/GraphicsMagick/www/identify.html /usr/share/doc/packages/GraphicsMagick/www/images /usr/share/doc/packages/GraphicsMagick/www/images/ball.png /usr/share/doc/packages/GraphicsMagick/www/images/banner_bg.png /usr/share/doc/packages/GraphicsMagick/www/images/gm-107x76.gif /usr/share/doc/packages/GraphicsMagick/www/images/gm-107x76.png /usr/share/doc/packages/GraphicsMagick/www/images/gm-125x80t.png /usr/share/doc/packages/GraphicsMagick/www/images/right_triangle.png /usr/share/doc/packages/GraphicsMagick/www/images/right_triangle_option.png /usr/share/doc/packages/GraphicsMagick/www/import.html /usr/share/doc/packages/GraphicsMagick/www/index.html /usr/share/doc/packages/GraphicsMagick/www/links.html /usr/share/doc/packages/GraphicsMagick/www/magick.css /usr/share/doc/packages/GraphicsMagick/www/miff.html /usr/share/doc/packages/GraphicsMagick/www/mission.html /usr/share/doc/packages/GraphicsMagick/www/mogrify.html /usr/share/doc/packages/GraphicsMagick/www/montage.html /usr/share/doc/packages/GraphicsMagick/www/motion-picture.html /usr/share/doc/packages/GraphicsMagick/www/perl.html /usr/share/doc/packages/GraphicsMagick/www/process.html /usr/share/doc/packages/GraphicsMagick/www/programming.html /usr/share/doc/packages/GraphicsMagick/www/project.html /usr/share/doc/packages/GraphicsMagick/www/quantize.html /usr/share/doc/packages/GraphicsMagick/www/reference.html /usr/share/doc/packages/GraphicsMagick/www/security.html /usr/share/doc/packages/GraphicsMagick/www/smile.c /usr/share/doc/packages/GraphicsMagick/www/thanks.html /usr/share/doc/packages/GraphicsMagick/www/time.html /usr/share/doc/packages/GraphicsMagick/www/tools.html /usr/share/doc/packages/GraphicsMagick/www/utilities.html /usr/share/doc/packages/GraphicsMagick/www/version.html /usr/share/doc/packages/GraphicsMagick/www/wand /usr/share/doc/packages/GraphicsMagick/www/wand/drawing_wand.html /usr/share/doc/packages/GraphicsMagick/www/wand/magick_wand.html /usr/share/doc/packages/GraphicsMagick/www/wand/pixel_wand.html /usr/share/doc/packages/GraphicsMagick/www/wand/wand.html /usr/share/man/man1/gm.1.gz /usr/share/man/man4/miff.4.gz /usr/share/man/man5/quantize.5.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Apr 9 12:04:41 2022