| c7ff695d | 08-Apr-2016 |
Bob Friesenhahn <[email protected]> |
* html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn for purposes of security issue reporting. |
| 87f02eac | 18-Nov-2015 |
Even Rouault <[email protected]> |
* libtiff/*.c: fix clang -Wshorten-64-to-32 warnings |
| a9afad2a | 01-Sep-2015 |
Bob Friesenhahn <[email protected]> |
* Makefile.am (distcheck-hook), configure.ac: Applied patches by Roger Leigh (via tiff mailing list on 2015-09-01) to fix issue with BSD make and to make use of cmake in 'distcheck' target conditiona
* Makefile.am (distcheck-hook), configure.ac: Applied patches by Roger Leigh (via tiff mailing list on 2015-09-01) to fix issue with BSD make and to make use of cmake in 'distcheck' target conditional on if cmake is available.
show more ...
|
| 1fea0da2 | 30-Aug-2015 |
Bob Friesenhahn <[email protected]> |
All the CMakeLists.txt files were missing from the distribution tarball. |
| 0841549b | 28-Aug-2015 |
Bob Friesenhahn <[email protected]> |
Use consistent line terminations. |
| 5b90af24 | 25-Jun-2015 |
Bob Friesenhahn <[email protected]> |
* CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to libtiff mailing list on Mon, 22 Jun 2015 21:21:01 +0100. Several corrections to ensure that the autotools build still works were added
* CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to libtiff mailing list on Mon, 22 Jun 2015 21:21:01 +0100. Several corrections to ensure that the autotools build still works were added by me. I have not yet tested the build using 'cmake' or MSVC with 'nmake'.
show more ...
|
| d21d2b30 | 21-Jun-2015 |
Bob Friesenhahn <[email protected]> |
* libtiff/tif_config.vc.h: Make adjustments to match the new definitions that configure produces, including for WIN64. Still needs to be tested.
'lld' is not assured by the run-time DLLs and so GCC
* libtiff/tif_config.vc.h: Make adjustments to match the new definitions that configure produces, including for WIN64. Still needs to be tested.
'lld' is not assured by the run-time DLLs and so GCC warns. Add TIFF_SIZE_T and TIFF_SIZE_FORMAT to provide a type definition and printf format specifier to deal with printing values of 'size_t' type. In particular, this was necessary for WIN64. Added a configure test for if the system headers provide 'optarg' (normal case) and block out the many explicit 'extern' statements in the utilities. This was found to be necessary under Windows when getopt is in a DLL and the symbols are already imported with dllimport via standard header files.
show more ...
|
| 9626bb6d | 30-May-2015 |
Bob Friesenhahn <[email protected]> |
* contrib/addtiffo/tif_overview.c (TIFF_DownSample): Check buffer size calculation for overflow. |
| 2b221734 | 30-May-2015 |
Bob Friesenhahn <[email protected]> |
* contrib/addtiffo/addtiffo.c (main): Possibly address Coverity 1024226 "Untrusted value as argument". |
| aea225d0 | 29-May-2015 |
Bob Friesenhahn <[email protected]> |
* contrib/iptcutil/iptcutil.c (formatIPTC): Fix Coverity 1024468 "Infinite loop". (formatIPTC): Fix Coverity 1024727 "Truncated stdio return value". (formatIPTC): Fix Coverity 1214240 "Untrusted loop
* contrib/iptcutil/iptcutil.c (formatIPTC): Fix Coverity 1024468 "Infinite loop". (formatIPTC): Fix Coverity 1024727 "Truncated stdio return value". (formatIPTC): Fix Coverity 1214240 "Untrusted loop bound".
show more ...
|
| f197c2dd | 29-May-2015 |
Bob Friesenhahn <[email protected]> |
* contrib/addtiffo/tif_ovrcache.c (TIFFCreateOvrCache): Fix Coverity 298615 "Resource leak". (TIFFGetOvrBlock): Fix Coverity 1024649 "Unintended sign extension". |
| 5e6fbd86 | 28-May-2015 |
Bob Friesenhahn <[email protected]> |
* contrib/addtiffo/tif_ovrcache.c (TIFFCreateOvrCache): Fix Coverity 298615 "Resource leak". |
| 1752529e | 28-May-2015 |
Bob Friesenhahn <[email protected]> |
* tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logical vs. bitwise operator". |
| a17a6e5e | 26-Jan-2015 |
Even Rouault <[email protected]> |
* automake: updated to 1.15 * libtool: updated to 2.4.5 |
| 429b3fdc | 29-Dec-2014 |
Bob Friesenhahn <[email protected]> |
* Update bundled libtool to 2.4.4 release. |
| a7ced11f | 26-Dec-2014 |
Bob Friesenhahn <[email protected]> |
* contrib/iptcutil/iptcutil.c: Fix warnings about variables set but not used. |
| 3c92b0ef | 06-Dec-2014 |
Bob Friesenhahn <[email protected]> |
* tools/tiffdump.c: Fix double-free bug. |
| d1be5cb7 | 20-Nov-2014 |
Even Rouault <[email protected]> |
* automake: updated to 1.14.1 * libtool: updated to 2.4.3 * HOWTO-RELEASE: small update about autotools building order |
| b6d66f9f | 02-May-2013 |
Tom Lane <[email protected]> |
Replace sprintf with snprintf, to fix CVE-2013-1961. |
| 281ba91d | 18-Nov-2012 |
Bob Friesenhahn <[email protected]> |
* automake: Update Automake to 1.12.5 release. |
| f458c103 | 20-Sep-2012 |
Bob Friesenhahn <[email protected]> |
* Makefile.am: Update to Automake 1.12.4 |
| ec5ce9c2 | 19-Aug-2012 |
Bob Friesenhahn <[email protected]> |
* Makefile.in: Update to Automake 1.12.3 |
| 7d38024b | 19-Aug-2012 |
Bob Friesenhahn <[email protected]> |
* libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add some TIFF/FX support in libtiff. Add the tag definitions to tiff.h. Add the related TIFF field definitions to tif_dirinfo.c, and al
* libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add some TIFF/FX support in libtiff. Add the tag definitions to tiff.h. Add the related TIFF field definitions to tif_dirinfo.c, and also fixes an error in a comment. Adds the photometric values to tif_print.c, and fixes a bug. These changes are by Steve Underwood.
* libtiff/tif_write.c: Fix bug rewriting image tiles in a
show more ...
|
| d766e7c5 | 18-Feb-2012 |
Bob Friesenhahn <[email protected]> |
* Update automake used to 1.11.3. |
| d338f7fe | 22-Dec-2011 |
Bob Friesenhahn <[email protected]> |
* configure.ac: Add libtiff private dependency on -llzma for pkg-config. Patch by Mark Brand. Updated Automake to 1.11.2. |