imlib2 1.4.7-1ubuntu0.1 source package in Ubuntu

Changelog

imlib2 (1.4.7-1ubuntu0.1) xenial-security; urgency=medium

  * SECURITY UPDATE: denial of service (divide-by-zero) via drawing
    a 2x1 ellipse.
    - debian/patches/debian/patches/03_CVE-2011-5326.patch: ensure
      denominators are not zero.
    - CVE-2011-5326
  * SECURITY UPDATE: denial of service due to out-of-bounds read.
    - debian/patches/debian/patches/04_CVE-2016-3993.patch: check
      boundary condition before reading array element.
    - CVE-2016-3993
  * SECURITY UPDATE: out-of-bounds read handling GIFs leading to denial
    of service or information disclosure.
    - debian/patches/debian/patches/05_CVE-2016-3994.patch: ensure
      colormap limits are honored.
    - CVE-2016-3994
  * SECURITY UPDATE: different integer overflow on 32 bit arches
    leading to a denial of service
    - debian/patches/debian/patches/06_CVE-2016-4024.patch: reduce
      allowed dimensions even further.
    - CVE-2016-4024

 -- Steve Beattie <email address hidden>  Thu, 01 Sep 2016 14:26:43 -0700

Upload details

Uploaded by:
Steve Beattie
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe libs
Xenial security universe libs

Downloads

File Size SHA-256 Checksum
imlib2_1.4.7.orig.tar.gz 1003.6 KiB 48e98337a560d8904f685447f41c43914fec1f8cd3745a9fd86cba9fd24a6563
imlib2_1.4.7-1ubuntu0.1.debian.tar.xz 11.9 KiB 1b4fc146cbc4ed6683c1d105ee98379ddb4e049d1ec9f06c653230268f265c72
imlib2_1.4.7-1ubuntu0.1.dsc 2.1 KiB c36ac4d63e40e16fcac367855b8b086089a64c0e2275501ac00698a20840f0fa

View changes file

Binary packages built by this source

libimlib2: image loading, rendering, saving library

 Imlib2 is a library that does image file loading and saving as well as
 rendering, manipulation, arbitrary polygon support, etc.
 .
 It does ALL of these operations FAST. Imlib2 also tries to be highly
 intelligent about doing them, so writing naive programs can be done easily,
 without sacrificing speed.

libimlib2-dbgsym: debug symbols for package libimlib2

 Imlib2 is a library that does image file loading and saving as well as
 rendering, manipulation, arbitrary polygon support, etc.
 .
 It does ALL of these operations FAST. Imlib2 also tries to be highly
 intelligent about doing them, so writing naive programs can be done easily,
 without sacrificing speed.

libimlib2-dev: image loading, rendering, saving library (development files)

 Imlib2 is a library that does image file loading and saving as well as
 rendering, manipulation, arbitrary polygon support, etc.
 .
 It does ALL of these operations FAST. Imlib2 also tries to be highly
 intelligent about doing them, so writing naive programs can be done easily,
 without sacrificing speed.
 .
 This package provides the development files (ie. includes, static library,
 manual pages) that allow to build software which uses imlib2.