Browse Source

libtiff 4.0.8-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11102 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 years ago
parent
commit
201510b147
1 changed files with 9 additions and 33 deletions
  1. 9 33
      lib/libt/libtiff/libtiff-vl.spec

+ 9 - 33
lib/libt/libtiff/libtiff-vl.spec

@@ -3,13 +3,13 @@
 Summary: A library of functions for manipulating TIFF format image files.
 Summary(ja): TIFF フォーマットの画像ファイルを扱うライブラリ
 Name: libtiff
-Version: 4.0.7
-Release: 2%{_dist_release}
+Version: 4.0.8
+Release: 1%{_dist_release}
 License: distributable
 Group: System Environment/Libraries
 Source0: http://download.osgeo.org/libtiff/tiff-%{version}.tar.gz
 
-URL: http://www.remotesensing.org/libtiff/
+URL: http://www.simplesystems.org/libtiff/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: zlib-devel libjpeg-devel
 %define LIBVER %(echo %{version} | cut -f-2 -d.)
@@ -26,21 +26,6 @@ Packager: daisuke, iwamoto
 
 Patch0: libtiff-am-version.patch
 Patch1: libtiff-make-check.patch
-Patch2: libtiff-hylafax-fix.patch
-Patch3: libtiff-CVE-2016-10266.patch
-Patch4: libtiff-CVE-2016-10267.patch
-Patch5: libtiff-CVE-2016-10268.patch
-Patch6: libtiff-CVE-2016-10269.patch
-Patch7: libtiff-CVE-2016-10270.patch
-Patch8: libtiff-CVE-2016-10271_10272.patch
-Patch9: libtiff-CVE-2017-7592.patch
-Patch10: libtiff-CVE-2017-7593.patch
-Patch11: libtiff-CVE-2017-7594.patch
-Patch12: libtiff-CVE-2017-7595.patch
-Patch13: libtiff-CVE-2017-7596_7597_7599_7600.patch
-Patch14: libtiff-CVE-2017-7598.patch
-Patch15: libtiff-CVE-2017-7601.patch
-Patch16: libtiff-CVE-2017-7602.patch
 
 %description
 The libtiff package contains a library of functions for manipulating 
@@ -123,21 +108,6 @@ install the libtiff package.
 
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
-%patch16 -p1
 
 # Use build system's libtool.m4, not the one in the package.
 rm -f libtool.m4
@@ -207,6 +177,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun  3 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 4.0.8-1
+- update to 4.0.8
+- drop patches; upstream fixed
+ - HylaFAX patch (Patch2)
+ - CVE patches (Patch3..16)
+
 * Sat May  6 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.7-2
 - imported patches from rawhide.
     - fixed CVE-2017-759{2,3,4,5,6,7,8,9}, CVE-2017-760{0,1,2}