imagemagick 8:6.7.7.10-6ubuntu3 source package in Ubuntu
Changelog
imagemagick (8:6.7.7.10-6ubuntu3) trusty; urgency=medium * SECURITY UPDATE: denial of service and possible code execution via psd images processing rle decoding buffer overflow - debian/patches/CVE-2014-1958.patch: check lengths in coders/psd.c. - CVE-2014-1958 * SECURITY UPDATE: denial of service via jpeg images with specially- crafted restart markers - debian/patches/CVE-2014-2030.patch: don't overflow layer_name in coders/psd.c. - CVE-2014-2030 -- Marc Deslauriers <email address hidden> Thu, 06 Mar 2014 11:12:57 -0500
Upload details
- Uploaded by:
- Marc Deslauriers
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- graphics
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | graphics |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
imagemagick_6.7.7.10.orig.tar.bz2 | 10.0 MiB | 05fb23824b1c90ac35259715c94c65fb5cda6969eb597a7637762d8cf3998fda |
imagemagick_6.7.7.10-6ubuntu3.debian.tar.bz2 | 139.5 KiB | 11f0ae1522a1f12f24a75add8604617380faec477670bada5535c9b410a3502d |
imagemagick_6.7.7.10-6ubuntu3.dsc | 3.2 KiB | a6752ae64491acd08330043acfeca1eb169fada55041f360a59596afad832fee |
Available diffs
Binary packages built by this source
- imagemagick: image manipulation programs
ImageMagick is a software suite to create, edit, and compose bitmap images.
It can read, convert and write images in a variety of formats (over 100)
including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
shear and transform images, adjust image colors, apply various special
effects, or draw text, lines, polygons, ellipses and Bézier curves.
All manipulations can be achieved through shell commands as well as through
an X11 graphical interface (display).
- imagemagick-common: image manipulation programs -- infrastructure
imagemagick-common contains the filesystem infrastructure required for
further installation of imagemagick in any configuration; it does not provide
a full installation of binaries, libraries, and utilities
required to run imagemagick.
- imagemagick-dbg: debugging symbols for ImageMagick
This package contains the debugging symbols for ImageMagick, a software suite
to create, edit, and compose bitmap images.
- imagemagick-doc: No summary available for imagemagick-doc in ubuntu utopic.
No description available for imagemagick-doc in ubuntu utopic.
- libmagick++-dev: No summary available for libmagick++-dev in ubuntu utopic.
No description available for libmagick++-dev in ubuntu utopic.
- libmagick++5: No summary available for libmagick++5 in ubuntu utopic.
No description available for libmagick++5 in ubuntu utopic.
- libmagickcore-dev: No summary available for libmagickcore-dev in ubuntu utopic.
No description available for libmagickcore-dev in ubuntu utopic.
- libmagickcore5: low-level image manipulation library
The MagickCore API is a low-level interface between the C programming language
and the ImageMagick image processing libraries and is recommended for
wizard-level programmers only. Unlike the MagickWand C API which uses only a
few opaque types and accessors, with MagickCore you almost exclusively access
the structure members directly.
.
This package contains the C libraries needed to run executables that make
use of MagickCore.
- libmagickcore5-extra: low-level image manipulation library - extra codecs
This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to
MagickCore.
- libmagickwand-dev: image manipulation library - development files
This package includes header files and static libraries needed to compile
programs using MagickWand.
- libmagickwand5: image manipulation library
The MagickWand API is the recommended interface between the C programming
language and the ImageMagick image processing libraries. Unlike the
MagickCore C API, MagickWand uses only a few opaque types. Accessors are
available to set or get important wand properties.
.
This package contains the C libraries needed to run executables that make
use of MagickWand.
- perlmagick: Perl interface to the ImageMagick graphics routines
PerlMagick is an objected-oriented Perl interface to ImageMagick.
Use the module to read, manipulate, or write an image or image sequence from
within a Perl script. This makes it very suitable for Web CGI scripts.