|
@@ -4,7 +4,7 @@ Summary: A library of functions for manipulating TIFF format image files.
|
|
|
Summary(ja): TIFF フォーマットの画像ファイルを扱うライブラリ
|
|
|
Name: libtiff
|
|
|
Version: 3.9.4
|
|
|
-Release: 2%{_dist_release}
|
|
|
+Release: 3%{_dist_release}
|
|
|
License: distributable
|
|
|
Group: System Environment/Libraries
|
|
|
Source0: http://www.libtiff.org/tiff-%{version}.tar.gz
|
|
@@ -19,6 +19,9 @@ Patch7: libtiff-subsampling.patch
|
|
|
Patch8: libtiff-unknown-fix.patch
|
|
|
Patch9: libtiff-checkbytecount.patch
|
|
|
Patch10: libtiff-tiffdump.patch
|
|
|
+Patch11: libtiff-CVE-2011-0192.patch
|
|
|
+Patch12: libtiff-CVE-2011-1167.patch
|
|
|
+Patch13: libtiff-CVE-2009-5022.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: zlib-devel zlib libjpeg-devel libjpeg
|
|
@@ -112,6 +115,9 @@ install the libtiff package.
|
|
|
%patch8 -p1
|
|
|
%patch9 -p1
|
|
|
%patch10 -p1
|
|
|
+%patch11 -p1
|
|
|
+%patch12 -p1
|
|
|
+%patch13 -p1
|
|
|
|
|
|
%build
|
|
|
%configure --with-jpeg-lib-dir=%{_libdir} --disable-cxx
|
|
@@ -176,6 +182,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Apr 24 2011 IWAI, Masaharu <iwai@alib.jp> 3.9.4-3
|
|
|
+- add some patches from RHEL6 3.9.4-1.el6_0.3
|
|
|
+ - fix for CVE-2011-0192 (Patch11)
|
|
|
+ - fix for CVE-2011-1167 (Patch12)
|
|
|
+ - fix for CVE-2009-5022 (Patch13)
|
|
|
+
|
|
|
* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 3.9.4-2
|
|
|
- rebuilt with rpm-4.8.1-3
|
|
|
|