[mingw-libtiff: 11/18] Update to 3.9.5

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 19:47:59 UTC 2012


commit 6d64a60e6660af18e7f03e052ea32b7a7c17c7c4
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Mon Apr 25 11:07:17 2011 +0300

    Update to 3.9.5
    
    - Fixes CVE-2011-1167 (#689575)
    - Dropped the patches from Fedora native libtiff package which are all
      now incorporated in 3.9.5

 .gitignore                   |    1 +
 libtiff-3samples.patch       |   21 ------------
 libtiff-acversion.patch      |   16 ---------
 libtiff-checkbytecount.patch |   48 ----------------------------
 libtiff-getimage-64bit.patch |   48 ----------------------------
 libtiff-mantypo.patch        |   17 ----------
 libtiff-scanlinesize.patch   |   72 ------------------------------------------
 libtiff-subsampling.patch    |   51 -----------------------------
 libtiff-tiffdump.patch       |   35 --------------------
 libtiff-unknown-fix.patch    |   47 ---------------------------
 libtiff-ycbcr-clamp.patch    |   35 --------------------
 mingw32-libtiff.spec         |   32 +++++--------------
 sources                      |    2 +-
 13 files changed, 10 insertions(+), 415 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37e1552..7992c78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 tiff-3.9.4.tar.gz
+/tiff-3.9.5.tar.gz
diff --git a/mingw32-libtiff.spec b/mingw32-libtiff.spec
index b7450c2..8637a08 100644
--- a/mingw32-libtiff.spec
+++ b/mingw32-libtiff.spec
@@ -7,23 +7,13 @@
 
 Summary: MinGW Windows port of the LibTIFF library
 Name: mingw32-libtiff
-Version: 3.9.4
+Version: 3.9.5
 Release: 1%{?dist}
 License: libtiff
 Group: System Environment/Libraries
 URL: http://www.remotesensing.org/libtiff/
 
 Source: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz
-Patch1: libtiff-acversion.patch
-Patch2: libtiff-mantypo.patch
-Patch3: libtiff-scanlinesize.patch
-Patch4: libtiff-getimage-64bit.patch
-Patch5: libtiff-ycbcr-clamp.patch
-Patch6: libtiff-3samples.patch
-Patch7: libtiff-subsampling.patch
-Patch8: libtiff-unknown-fix.patch
-Patch9: libtiff-checkbytecount.patch
-Patch10: libtiff-tiffdump.patch 
 
 Patch100: libtiff-mingw32-libjpeg-7-compatibility.patch
 
@@ -59,24 +49,12 @@ Group:          Development/Libraries
 Static version of the MinGW Windows LibTIFF library.
 
 
-%{_mingw32_debug_package}
+%{?_mingw32_debug_package}
 
 
 %prep
 %setup -q -n tiff-%{version}
 
-# Patches from the native Fedora package:
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-
 # MinGW specific patches
 %patch100 -p0
 
@@ -130,6 +108,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 25 2011 Kalev Lember <kalev at smartlink.ee> - 3.9.5-1
+- Update to 3.9.5
+- Fixes CVE-2011-1167 (#689575)
+- Dropped the patches from Fedora native libtiff package which are all now
+  incorporated in 3.9.5
+
 * Fri Jun 25 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.9.4-1
 - Update to 3.9.4
 - Merged the native Fedora package changes up to 3.9.4-1
diff --git a/sources b/sources
index a73728b..04027f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2006c1bdd12644dbf02956955175afd6  tiff-3.9.4.tar.gz
+8fc7ce3b4e1d0cc8a319336967815084  tiff-3.9.5.tar.gz


More information about the scm-commits mailing list