graphicsmagick 1.3.28-2 source package in Ubuntu
Changelog
graphicsmagick (1.3.28-2) unstable; urgency=high * Backport security fixes: - don't use rescale map if it was not allocated, - validate number of colormap bits to avoid undefined shift behavior, - defend against partial scanf() expression matching, resulting in benign use of uninitialized data, - don't use rescale map if it was not allocated, - fix tile index overflow, - reject XPM if it contains non-whitespace control characters, - fix forged amount of frames 6755, - validate header length and offset properties, - fixed memory leak when tile overflows, - fix forged amount of frames 7076, - check for forged image that overflows file size, - validate size request prior to allocation, - validate that file size is sufficient for claimed image properties, - fix signed integer overflow when computing pixels size, - include number of FITS scenes in file size validations, - allocate space for null termination and null terminate string, - validate that samples per pixel is in valid range, - check whether datablock is really read, - verify that sufficient backing data exists before allocating memory to read it, - duplicate image check for data with fixed geometry, - CVE-2018-9018: avoid divide-by-zero if delay or timeout properties changed while ticks_per_second is zero (closes: #894396), - add checks for EOF, - validate that PICT rectangles do not have zero dimensions, - check image pixel limits before allocating memory for tile. * Backport patch to redesign ReadBlobDwordLSB() to be more effective. * Backport patch to destroy tile_image in ThrowPICTReaderException() macro to simplify logic. * Backport patch to remove shadowed tile_image variable which defeats new ThrowPICTReaderException() implementation. -- Laszlo Boszormenyi (GCS) <email address hidden> Sat, 31 Mar 2018 11:05:51 +0000
Upload details
- Uploaded by:
- Laszlo Boszormenyi
- Uploaded to:
- Sid
- Original maintainer:
- Laszlo Boszormenyi
- Architectures:
- any all
- Section:
- graphics
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | graphics |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
graphicsmagick_1.3.28-2.dsc | 2.7 KiB | 0671ceead3d4f720a8a2ce4e1647ebb17f6933d5f7cbaf10b707260c6c61a25a |
graphicsmagick_1.3.28.orig.tar.xz | 5.2 MiB | 942a68a9a8a5af6f682b896fd4f0ad617d8b49907e474acfe59549956bcc994a |
graphicsmagick_1.3.28-2.debian.tar.xz | 156.3 KiB | 68f6349179985aa130e2b0794649f1c5d0574fd12cc97bb801d9743c6362c234 |
Available diffs
- diff from 1.3.28-1 to 1.3.28-2 (25.4 KiB)
No changes file available.
Binary packages built by this source
- graphicsmagick: No summary available for graphicsmagick in ubuntu cosmic.
No description available for graphicsmagick in ubuntu cosmic.
- graphicsmagick-dbg: format-independent image processing - debugging symbols
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains debugging symbols for the gm executable as well as the
C, C++, and Perl bindings. Tools like gdb and ltrace make use of these
symbols.
- graphicsmagick-imagemagick-compat: image processing tools providing ImageMagick interface
GraphicsMagick provides a set of command-line applications to manipulate
image files. It is a fork of the ImageMagick project and therefore offers
a similar set of features, but puts a larger emphasis on stability.
.
With this package installed, the GraphicsMagick command line tools can
be executed like their ImageMagick counterparts. It allows one to migrate
scripts from ImageMagick to GraphicsMagick without any code changes.
- graphicsmagick-libmagick-dev-compat: image processing libraries providing ImageMagick interface
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick libraries are a fork of ImageMagick and therefore offer
programming interfaces that are mostly compatible. While there might be
small differences, experience tells that many programs only use a compatible
subset and build fine with either GraphicsMagick or ImageMagick.
.
While GraphicsMagick uses different names for libraries, classes, and
helper applications in order to coexist with ImageMagick, this package
intends to minimise porting efforts by exporting the GraphicsMagick
interface with the usual ImageMagick names. Note that this package only
tries to provide build-time compatibility. Run-time libraries of
ImageMagick and GraphicsMagick are incompatible and cannot be interchanged.
.
This package includes compatibility wrappers for the C, C++, and Perl
libraries.
- libgraphics-magick-perl: format-independent image processing - perl interface
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the classes to access GraphicsMagick functionality from
Perl scripts. It is mostly similar to PerlMagick from the ImageMagick suite,
but uses a different class name.
- libgraphicsmagick++-q16-12: format-independent image processing - C++ shared library
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C++ libraries needed to run executables that use
the GraphicsMagick++ library.
- libgraphicsmagick++1-dev: format-independent image processing - C++ development files
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C++ development headers and library files needed to
compile programs using the GraphicsMagick++ library.
- libgraphicsmagick-q16-3: No summary available for libgraphicsmagick-q16-3 in ubuntu cosmic.
No description available for libgraphicsmagi
ck-q16- 3 in ubuntu cosmic.
- libgraphicsmagick1-dev: format-independent image processing - C development files
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C development headers and library files needed to
compile programs using the GraphicsMagick library.