pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/tiff
Module Name: pkgsrc
Committed By: adam
Date: Mon Oct 1 18:11:30 UTC 2012
Modified Files:
pkgsrc/graphics/tiff: Makefile PLIST distinfo
pkgsrc/graphics/tiff/patches: patch-configure
Removed Files:
pkgsrc/graphics/tiff/patches: patch-tools_tiff2pdf.c
Log Message:
Changes 4.0.3:
MAJOR CHANGES:
None
CHANGES IN THE SOFTWARE CONFIGURATION:
Updated to use Automake 1.12.4. Avoids security problem with 'make distcheck'
(CVE-2012-3386).
CHANGES IN LIBTIFF:
Various memory buffer access fixes.
Fix handling when writing RGBA jpeg compressed imagery
(http://trac.osgeo.org/gdal/ticket/4732).
Fix to work properly with IJG JPEG 7+.
New functions TIFFFieldTag(), TIFFFieldName(), TIFFFieldDataType(),
TIFFFieldPassCount(), TIFFFieldReadCount(), TIFFFieldWriteCount() to use as
external accessors for the opaque type TIFFField.
Fix bug rewriting image tiles in a compressed file
(http://trac.osgeo.org/gdal/ticket/4771).
Add TIFF/FX tag support in libtiff.
CHANGES IN THE TOOLS:
tiff2pdf: Fail when TIFFSetDirectory() fails. This prevents core dumps or
perhaps even arbitrary code execution when processing a corrupt input file
(CVE-2012-3401).
tiff2pdf: Fix two places where t2p_error didn't get set after a malloc failure.
No crash risk AFAICS, but the program might not report exit code 1 as desired.
CHANGES IN THE CONTRIB AREA:
None
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/graphics/tiff/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/tiff/PLIST
cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/tiff/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/tiff/patches/patch-configure
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/tiff/patches/patch-tools_tiff2pdf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index