|
@@ -3,14 +3,12 @@
|
|
|
Summary: A library of functions for manipulating TIFF format image files.
|
|
|
Summary(ja): TIFF フォーマットの画像ファイルを扱うライブラリ
|
|
|
Name: libtiff
|
|
|
-Version: 4.0.1
|
|
|
-Release: 4%{_dist_release}
|
|
|
+Version: 4.0.2
|
|
|
+Release: 1%{_dist_release}
|
|
|
License: distributable
|
|
|
Group: System Environment/Libraries
|
|
|
-Source0: http://www.libtiff.org/tiff-%{version}.tar.gz
|
|
|
+Source0: http://download.osgeo.org/libtiff/tiff-%{version}.tar.gz
|
|
|
URL: http://www.remotesensing.org/libtiff/
|
|
|
-Patch1: libtiff-CVE-2012-1173.patch
|
|
|
-
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: zlib-devel libjpeg-devel
|
|
|
%define LIBVER %(echo %{version} | cut -f-2 -d.)
|
|
@@ -104,8 +102,6 @@ install the libtiff package.
|
|
|
%prep
|
|
|
%setup -q -n tiff-%{version}
|
|
|
|
|
|
-%patch1 -p1 -b .CVE-2012-1173
|
|
|
-
|
|
|
%build
|
|
|
%configure --with-jpeg-lib-dir=%{_libdir} --disable-cxx
|
|
|
%__make %{?_smp_mflags}
|
|
@@ -165,6 +161,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Aug 2 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.0.2-4
|
|
|
+- new upstream release with security fixes (CVE-2012-2088, 2113)
|
|
|
+- drop patch1 (is included in new release)
|
|
|
+
|
|
|
* Wed Jun 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-4
|
|
|
- Obosletes: libtiff4 and compat32-libtiff4 (vl6)
|
|
|
|