cimg 1.7.9+dfsg-2ubuntu0.18.04.2 source package in Ubuntu

Changelog

cimg (1.7.9+dfsg-2ubuntu0.18.04.2) bionic-security; urgency=medium

  * SECURITY UPDATE: Out-of-bounds Read
    - debian/patches/CVE-2018-7637-7638-7639-7640-7641.patch: Fix other issues
      in 'CImg<T>::load_bmp()'.
    - CVE-2018-7637
    - CVE-2018-7638
    - CVE-2018-7639
    - CVE-2018-7640
    - CVE-2018-7641
  * SECURITY UPDATE: Command Injection
    - debian/patches/CVE-2019-13568.patch: Fix buffer assigning.
    - debian/patches/CVE-2019-1010174.patch: Add string sanitization.
    - CVE-2019-13568
    - CVE-2019-1010174
  * SECURITY UPDATE: Buffer overflow
    - debian/patches/0001-Fix-multiple-heap-buffer-overflows.patch: Fix
      multiple heap buffer overflows.

 -- Paulo Flabiano Smorigo <email address hidden>  Thu, 07 Oct 2021 19:11:30 +0000

Upload details

Uploaded by:
Paulo Flabiano Smorigo
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe math
Bionic security universe math

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cimg_1.7.9+dfsg.orig.tar.xz 8.5 MiB e8f49f4c30a9bc6fb21c9c06b2f8fc403b71098df7add29f1a6fa34b423fe8ff
cimg_1.7.9+dfsg-2ubuntu0.18.04.2.debian.tar.xz 19.7 KiB 3bb6496c48099ef4177a19bab49e4ed09b757d9e8ac53f682bf8036992d87e34
cimg_1.7.9+dfsg-2ubuntu0.18.04.2.dsc 2.5 KiB 7c550c723881317c87ee4a5fa4181ee25902a63808f3694c2128551c817725c1

Available diffs

View changes file

Binary packages built by this source

cimg-dev: powerful image processing library

 The CImg Library is a C++ toolkit providing simple classes and functions
 to load, save, process and display images in your own C++ code. It consists
 only of a single header file CImg.h that must be included in your program
 source. It contains useful image processing algorithms for loading/saving,
 resizing/rotating, filtering, object drawing (text, lines, faces,
 ellipses, ...), etc.
 .
 Images are instantiated by a class able to represent images up to 4-dimension
 wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with
 template pixel types. It depends on a minimal number of libraries : you can
 compile it with only standard C libraries. No need for exotic libraries and
 complex dependencies.

cimg-doc: documentation of cimg-dev imaging library

 The CImg Library is a C++ toolkit providing simple classes and functions
 to load, save, process and display images in your own C++ code. It consists
 only of a single header file CImg.h that must be included in your program
 source. It contains useful image processing algorithms for loading/saving,
 resizing/rotating, filtering, object drawing (text, lines, faces,
 ellipses, ...), etc.
 .
 Images are instantiated by a class able to represent images up to 4-dimension
 wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with
 template pixel types. It depends on a minimal number of libraries : you can
 compile it with only standard C libraries. No need for exotic libraries and
 complex dependencies.
 .
 This package contains the documentation.

cimg-examples: examples for cimg-dev imaging library

 The CImg Library is a C++ toolkit providing simple classes and functions
 to load, save, process and display images in your own C++ code. It consists
 only of a single header file CImg.h that must be included in your program
 source. It contains useful image processing algorithms for loading/saving,
 resizing/rotating, filtering, object drawing (text, lines, faces,
 ellipses, ...), etc.
 .
 Images are instantiated by a class able to represent images up to 4-dimension
 wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with
 template pixel types. It depends on a minimal number of libraries : you can
 compile it with only standard C libraries. No need for exotic libraries and
 complex dependencies.
 .
 This package contains examples for the usage of the library.