From 94edbeabbcf228714408b43aa8a4341b57e3cd82d95e983b41fd56d073dce9e5 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Wed, 20 Jun 2012 09:32:03 +0000 Subject: [PATCH] - updated to 4.0.2: [bnc#767852] [bnc#767854] tif_getimage.c: added support for _SEPARATED CMYK images. tif_getimage.c: Added support for greyscale + alpha. Added TIFFCreateCustomDirectory() and TIFFCreateEXIFDirectory() functions. tif_print.c: Lots of fixes around printing corrupt or hostile input. Improve handling of corrupt ycbcrsubsampling values. tif_unix.c: use strerror to get meaningful error messages. tif_jpeg.c: fix serious bugs in JPEGDecodeRaw(). tif_jpeg.c: Fix size overflow (zdi-can-1221,CVE-2012-1173). tiff2pdf: Defend against integer overflows while calculating required buffer sizes (CVE-2012-2113). OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=45 --- tiff-4.0.1.tar.bz2 | 3 --- ...atch => tiff-4.0.2-dont-fancy-upsampling.patch | 0 tiff-4.0.1-seek.patch => tiff-4.0.2-seek.patch | 0 ...lors.patch => tiff-4.0.2-tiff2pdf-colors.patch | 0 tiff-4.0.2.tar.bz2 | 3 +++ tiff.changes | 15 +++++++++++++++ tiff.spec | 2 +- 7 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 tiff-4.0.1.tar.bz2 rename tiff-4.0.1-dont-fancy-upsampling.patch => tiff-4.0.2-dont-fancy-upsampling.patch (100%) rename tiff-4.0.1-seek.patch => tiff-4.0.2-seek.patch (100%) rename tiff-4.0.1-tiff2pdf-colors.patch => tiff-4.0.2-tiff2pdf-colors.patch (100%) create mode 100644 tiff-4.0.2.tar.bz2 diff --git a/tiff-4.0.1.tar.bz2 b/tiff-4.0.1.tar.bz2 deleted file mode 100644 index 7d8b57d..0000000 --- a/tiff-4.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a13fffb5be5f6333cd06b514c62ae6a004ec1486ff1f479eb17706a48744338c -size 1669981 diff --git a/tiff-4.0.1-dont-fancy-upsampling.patch b/tiff-4.0.2-dont-fancy-upsampling.patch similarity index 100% rename from tiff-4.0.1-dont-fancy-upsampling.patch rename to tiff-4.0.2-dont-fancy-upsampling.patch diff --git a/tiff-4.0.1-seek.patch b/tiff-4.0.2-seek.patch similarity index 100% rename from tiff-4.0.1-seek.patch rename to tiff-4.0.2-seek.patch diff --git a/tiff-4.0.1-tiff2pdf-colors.patch b/tiff-4.0.2-tiff2pdf-colors.patch similarity index 100% rename from tiff-4.0.1-tiff2pdf-colors.patch rename to tiff-4.0.2-tiff2pdf-colors.patch diff --git a/tiff-4.0.2.tar.bz2 b/tiff-4.0.2.tar.bz2 new file mode 100644 index 0000000..f84cd96 --- /dev/null +++ b/tiff-4.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82878047b0513f606428cb13df4b3fa4326c64043843da2cd676e15f0711b9d4 +size 1738297 diff --git a/tiff.changes b/tiff.changes index 1a3769b..134bddb 100644 --- a/tiff.changes +++ b/tiff.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jun 20 09:29:37 UTC 2012 - pgajdos@suse.com + +- updated to 4.0.2: [bnc#767852] [bnc#767854] + tif_getimage.c: added support for _SEPARATED CMYK images. + tif_getimage.c: Added support for greyscale + alpha. + Added TIFFCreateCustomDirectory() and TIFFCreateEXIFDirectory() functions. + tif_print.c: Lots of fixes around printing corrupt or hostile input. + Improve handling of corrupt ycbcrsubsampling values. + tif_unix.c: use strerror to get meaningful error messages. + tif_jpeg.c: fix serious bugs in JPEGDecodeRaw(). + tif_jpeg.c: Fix size overflow (zdi-can-1221,CVE-2012-1173). + tiff2pdf: Defend against integer overflows while calculating required + buffer sizes (CVE-2012-2113). + ------------------------------------------------------------------- Tue Apr 10 17:37:25 UTC 2012 - brian@aljex.com diff --git a/tiff.spec b/tiff.spec index 2156921..88cbec8 100644 --- a/tiff.spec +++ b/tiff.spec @@ -37,7 +37,7 @@ Obsoletes: tiff-64bit %if 0%{?suse_version} > 1210 BuildRequires: libjbig-devel %endif -Version: 4.0.1 +Version: 4.0.2 Release: 0 Summary: Tools for Converting from and to the Tiff Format License: HPND