Hello community, here is the log from the commit of package tiff for openSUSE:12.2 checked in at 2012-07-24 15:39:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/tiff (Old) and /work/SRC/openSUSE:12.2/.tiff.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tiff", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.2/tiff/tiff.changes 2012-06-29 11:21:57.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.tiff.new/tiff.changes 2012-07-24 17:21:13.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 23 09:52:50 UTC 2012 - [email protected] + +- fixed CVE-2012-3401 [bnc#770816] + +------------------------------------------------------------------- New: ---- tiff-4.0.2-CVE-2012-3401.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tiff.spec ++++++ --- /var/tmp/diff_new_pack.7VBryi/_old 2012-07-24 17:21:13.000000000 +0200 +++ /var/tmp/diff_new_pack.7VBryi/_new 2012-07-24 17:21:13.000000000 +0200 @@ -50,6 +50,7 @@ Patch3: tiff-%{version}-tiff2pdf-colors.patch Patch9: tiff-%{version}-dont-fancy-upsampling.patch Patch10: tiff-bigendian.patch +Patch11: tiff-%{version}-CVE-2012-3401.patch # FYI: this issue is solved another way # http://bugzilla.maptools.org/show_bug.cgi?id=1985#c1 # Patch9: tiff-%{version}-lzw-CVE-2009-2285.patch @@ -97,6 +98,7 @@ %patch3 -p1 %patch9 -p1 %patch10 -p1 +%patch11 %build %configure --disable-static --with-pic ++++++ tiff-4.0.2-CVE-2012-3401.patch ++++++ Index: tools/tiff2pdf.c =================================================================== --- tools/tiff2pdf.c.orig +++ tools/tiff2pdf.c @@ -1066,6 +1066,7 @@ void t2p_read_tiff_init(T2P* t2p, TIFF* "Can't set directory %u of input file %s", i, TIFFFileName(input)); + t2p->t2p_error = T2P_ERR_ERROR; return; } if(TIFFGetField(input, TIFFTAG_PAGENUMBER, &pagen, &paged)){ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
