From 37bad4e251eaf1d80cc13e56bcce73f11bbe27d0 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 5 Sep 2006 12:04:37 +0000 Subject: [PATCH] - fix CVE-2006-2193, tiff2pdf buffer overflow (#194362) - fix typo in man page for tiffset (#186297) - use %%{?dist} --- libtiff-3.8.2-CVE-2006-2193.patch | 11 +++++++++++ libtiff-3.8.2-mantypo.patch | 11 +++++++++++ libtiff.spec | 11 ++++++++++- 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 libtiff-3.8.2-CVE-2006-2193.patch create mode 100644 libtiff-3.8.2-mantypo.patch diff --git a/libtiff-3.8.2-CVE-2006-2193.patch b/libtiff-3.8.2-CVE-2006-2193.patch new file mode 100644 index 0000000..ffd81bf --- /dev/null +++ b/libtiff-3.8.2-CVE-2006-2193.patch @@ -0,0 +1,11 @@ +--- tiff-3.8.2/tools/tiff2pdf.c.CVE-2006-2193 2006-03-21 17:42:51.000000000 +0100 ++++ tiff-3.8.2/tools/tiff2pdf.c 2006-09-05 10:47:51.000000000 +0200 +@@ -3668,7 +3668,7 @@ + written += TIFFWriteFile(output, (tdata_t) "(", 1); + for (i=0;i - 3.8.2-6 +- fix CVE-2006-2193, tiff2pdf buffer overflow (#194362) +- fix typo in man page for tiffset (#186297) +- use %%{?dist} + * Mon Jul 24 2006 Matthias Clasen - Fix several vulnerabilities (CVE-2006-3460 CVE-2006-3461 CVE-2006-3462 CVE-2006-3463 CVE-2006-3464 CVE-2006-3465)