packages: crossmingw32-libtiff/crossmingw32-libtiff.spec, crossmingw32-libt...
qboosh
qboosh at pld-linux.org
Sat Apr 23 06:41:59 CEST 2011
Author: qboosh Date: Sat Apr 23 04:41:59 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 3.9.5
---- Files affected:
packages/crossmingw32-libtiff:
crossmingw32-libtiff.spec (1.8 -> 1.9) , libtiff-sec.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/crossmingw32-libtiff/crossmingw32-libtiff.spec
diff -u packages/crossmingw32-libtiff/crossmingw32-libtiff.spec:1.8 packages/crossmingw32-libtiff/crossmingw32-libtiff.spec:1.9
--- packages/crossmingw32-libtiff/crossmingw32-libtiff.spec:1.8 Sun Sep 19 07:38:58 2010
+++ packages/crossmingw32-libtiff/crossmingw32-libtiff.spec Sat Apr 23 06:41:54 2011
@@ -3,12 +3,12 @@
Summary(pl.UTF-8): Biblioteka do manipulacji plikami w formacie TIFF - wersja skrośna MinGW32
%define realname libtiff
Name: crossmingw32-%{realname}
-Version: 3.9.4
+Version: 3.9.5
Release: 1
License: BSD-like
Group: Development/Libraries
Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz
-# Source0-md5: 2006c1bdd12644dbf02956955175afd6
+# Source0-md5: 8fc7ce3b4e1d0cc8a319336967815084
Patch0: %{realname}-sec.patch
Patch1: %{realname}-glut.patch
Patch2: %{realname}-CVE-2009-2285.patch
@@ -188,6 +188,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2011/04/23 04:41:54 qboosh
+- updated to 3.9.5
+
Revision 1.8 2010/09/19 05:38:58 qboosh
- unified MinGW32 caps
================================================================
Index: packages/crossmingw32-libtiff/libtiff-sec.patch
diff -u packages/crossmingw32-libtiff/libtiff-sec.patch:1.3 packages/crossmingw32-libtiff/libtiff-sec.patch:1.4
--- packages/crossmingw32-libtiff/libtiff-sec.patch:1.3 Sun Mar 21 22:08:45 2010
+++ packages/crossmingw32-libtiff/libtiff-sec.patch Sat Apr 23 06:41:54 2011
@@ -30,26 +30,6 @@
va_end(ap);
return (0);
}
---- tiff-3.9.1/libtiff/tif_dirinfo.c.orig 2008-04-11 01:05:55.000000000 +0200
-+++ tiff-3.9.1/libtiff/tif_dirinfo.c 2009-08-31 17:48:30.568606747 +0200
-@@ -807,8 +807,6 @@ _TIFFFieldWithTag(TIFF* tif, ttag_t tag)
- TIFFErrorExt(tif->tif_clientdata, "TIFFFieldWithTag",
- "Internal error, unknown tag 0x%x",
- (unsigned int) tag);
-- assert(fip != NULL);
-- /*NOTREACHED*/
- }
- return (fip);
- }
-@@ -821,8 +819,6 @@ _TIFFFieldWithName(TIFF* tif, const char
- if (!fip) {
- TIFFErrorExt(tif->tif_clientdata, "TIFFFieldWithName",
- "Internal error, unknown tag %s", field_name);
-- assert(fip != NULL);
-- /*NOTREACHED*/
- }
- return (fip);
- }
--- tiff-3.9.1/libtiff/tif_dirread.c.orig 2009-01-01 01:10:43.000000000 +0100
+++ tiff-3.9.1/libtiff/tif_dirread.c 2009-08-31 18:38:28.060606747 +0200
@@ -190,6 +190,11 @@ TIFFReadDirectory(TIFF* tif)
@@ -224,18 +204,6 @@
+ const TIFFFieldInfo *fip = _TIFFFieldWithTag(tif, dir->tdir_tag);
TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
"Cannot handle different per-sample values for field \"%s\"",
-- _TIFFFieldWithTag(tif, dir->tdir_tag)->field_name);
-+ fip ? fip->field_name : "Unknown");
- goto bad;
- }
- *pl = v[0];
-@@ -1788,9 +1809,10 @@ TIFFFetchPerSampleAnys(TIFF* tif, TIFFDi
-
- for (i = 1; i < check_count; i++)
- if (v[i] != v[0]) {
-+ const TIFFFieldInfo *fip = _TIFFFieldWithTag(tif, dir->tdir_tag);
- TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
- "Cannot handle different per-sample values for field \"%s\"",
- _TIFFFieldWithTag(tif, dir->tdir_tag)->field_name);
+ fip ? fip->field_name : "Unknown");
goto bad;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-libtiff/crossmingw32-libtiff.spec?r1=1.8&r2=1.9&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-libtiff/libtiff-sec.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list