1. CR # 6875065
Synopsis: CR#6875065 CVE-2009-2285 libtiff: LZWDecodeCompat underflow
2. Product : JDS
3. Release : Solaris Nevada
4. Changed Files
A patches/libtiff-05-CVE-2009-2285.diff
M SUNWTiff.spec
5. Code Changes:
See File
-/net/drosera.india/export/users/an230044/6875065/SOURCES/libtiff-05-CVE-2009-2285.diff
Path to Workspace - /net/drosera.india/export/users/an230044/6875065/
svn diff SUNWTiff.spec
Index: SUNWTiff.spec
===================================================================
--- SUNWTiff.spec (revision 19172)
+++ SUNWTiff.spec (working copy)
@@ -33,6 +33,8 @@
# date:2009-07-14 owner:abhijit nath type:bug bugster:6858149
state:upstream
# upstream, taken from libtiff 4.0
Patch4: libtiff-04-CVE-2009-2347.diff
+# date:2009-08-27 owner:abhijit nath type:bug bugster:6875065
state:upstream
+Patch5: libtiff-05-CVE-2009-2285.diff
SUNW_BaseDir: %{_prefix}
SUNW_Copyright: %{name}.copyright
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -58,6 +60,7 @@
%patch2 -p1
%patch3 -p1
%patch4 -p1
+%patch5 -p1
gzcat %SOURCE1 | tar -xf -
%ifarch amd64 sparcv9
@@ -173,6 +176,8 @@
%{_mandir}/man3tiff/*
%changelog
+* Thu Aug 27 2009 - abhijit.nath at sun.com
+- Fixes CR #6875065
* Mon Aug 17 2009 - abhijit.nath at sun.com
- Fixes CR #6872336
* Tue Jul 14 2009 - abhijit.nath at sun.com