xcftools 1.0.7-6ubuntu0.1 source package in Ubuntu

Changelog

xcftools (1.0.7-6ubuntu0.1) bionic-security; urgency=medium

  * SECURITY UPDATE: Out-of-bounds Write
    - debian/patches/CVE-2019-5086-and-CVE-2019-5087.patch: Add code to prevent
      integer overflow.
    - CVE-2019-5086
    - CVE-2019-5087

 -- Paulo Flabiano Smorigo <email address hidden>  Mon, 27 Mar 2023 12:17:17 -0300

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
xcftools_1.0.7.orig.tar.gz 267.0 KiB 1ebf6d8405348600bc551712d9e4f7c33cc83e416804709f68d0700afde920a6
xcftools_1.0.7-6ubuntu0.1.debian.tar.xz 8.9 KiB 245898b1164f8ddc494cad2dff32ba64eb3711b23bc1dd6bd934f81bb38b51af
xcftools_1.0.7-6ubuntu0.1.dsc 2.0 KiB b603b63566ccec91fc48068d25b7ddea7a1f998ca645c03b2f13efa216bf3325

View changes file

Binary packages built by this source

xcftools: command-line tools for extracting data for XCF files

 This is a set of fast command-line tools for extracting information
 from the Gimp's native file format XCF.
 The tools are designed to allow efficient use of layered XCF files as
 sources in a build system that use 'make' and similar tools to manage
 automatic processing of the graphics.
 These tools work independently of the Gimp engine and do not require
 the Gimp to even be installed.
 .
 "xcf2pnm" converts XCF files to ppm, pgm or pbm format, flattening
 layers if necessary.
 If the image contains transparency, an alpha map can be written to a
 separate file, or a background color can be specified on the command
 line.
 .
 "xcf2png" converts XCF files to PNG format, flattening layers if
 necessary.
 Transparency information can be kept in the image, or a background
 color can be specified on the command line.
 .
 "xcfinfo" lists information about layers in an XCF file.
 .
 "xcfview" is a wrapper script that flattens an XCF image and displays
 it using an external PNG/PPM viewer.
 To use this script, you must make sure also to install an appropriate
 external viewer, as well as the mime-support package which provides the
 mailcap database.
 .
 The tools can either flatten an XCF file as given, or extract
 specific layers named on the command line.

xcftools-dbgsym: debug symbols for xcftools