summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* * html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn forbfriesen2016-04-081-32/+35
| | | | purposes of security issue reporting.
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningserouault2015-11-181-35/+32
|
* * automake: updated to 1.15erouault2015-01-261-32/+35
| | | | * libtool: updated to 2.4.5
* * Update bundled libtool to 2.4.4 release.bfriesen2014-12-291-137/+248
|
* * tools/tiffdump.c: Fix double-free bug.bfriesen2014-12-061-248/+137
|
* * automake: updated to 1.14.1erouault2014-11-201-137/+248
| | | | | * libtool: updated to 2.4.3 * HOWTO-RELEASE: small update about autotools building order
* * automake: Update Automake to 1.12.5 release.bfriesen2012-11-181-3/+3
|
* * Makefile.am: Update to Automake 1.12.4bfriesen2012-09-201-3/+3
|
* * Makefile.in: Update to Automake 1.12.3bfriesen2012-08-191-210/+212
|
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Addbfriesen2012-08-191-42/+11
| | | | | | | | | | 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
* * Update automake used to 1.11.3.bfriesen2012-02-181-9/+40
|
* * configure.ac: Add libtiff private dependency on -llzma forbfriesen2011-12-221-23/+42
| | | | | pkg-config. Patch by Mark Brand. Updated Automake to 1.11.2.
* Needed to add tif_lzma.c to the Makefile.bfriesen2010-12-181-2/+2
|
* Regenerate autotools stuff.dron2010-12-141-2/+2
|
* * libtiff-4.pc.in: Added libtiff pkg-config .pc file support.bfriesen2010-11-271-5/+5
| | | | Patch by Vincent Torri.
* * Update libtool to version 2.2.8.bfriesen2010-06-081-2/+2
| | | | | | | | | | | * libtiff/tif_fax3.c (Fax3SetupState): Avoid under-allocation of buffer due to integer overflow in TIFFroundup() and several other potential overflows. In conjunction with the fix to TIFFhowmany(), fixes CVE-2010-1411. * libtiff/tiffiop.h (TIFFhowmany): Return zero if parameters would result in an integer overflow. This causes TIFFroundup() to also return zero if there would be an integer overflow.
* * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11,bfriesen2009-08-201-119/+231
| | | | | | | libtool 2.2.6. Enabled support for silent build rules (--enable-silent-rules or 'make V=0') and colorized tests. * html/{index.html, v3.9.0.html}: Update for 3.9.0 release.
* * tools/tiffinfo.c (main): Offset to EXIF IFD requires a 64-bitbfriesen2008-12-291-18/+28
| | | | | type now. Fixes crash when dumping files containing an EXIF IFD. * m4/libtool.m4: Update to libtool 2.2.6.
* * test {tiff2pdf.sh tiff2ps-EPS1.sh tiff2ps-PS1.sh tiff2ps-PS2.shbfriesen2008-05-241-16/+22
| | | | | | | | | tiff2ps-PS3.sh tiffcp-g3-1d-fill.sh tiffcp-g3-1d.sh tiffcp-g3-2d-fill.sh tiffcp-g3-2d.sh tiffcp-g3.sh tiffcp-g4.sh tiffcp-split-join.sh tiffcp-split.sh tiffcp-thumbnail.sh tiffdump.sh tiffinfo.sh}: Added more test scripts based on suggestions from Lee Howard posted to the tiff list on 13 Sep 2007.
* update for 4.0.0beta1 releasefwarmerdam2008-05-181-22/+16
|
* * Makefile.am (ACLOCAL_AMFLAGS): Libtool 2.2.4 does not likebfriesen2008-05-091-16/+23
| | | | "ACLOCAL_AMFLAGS=-I ./m4". It wants "ACLOCAL_AMFLAGS=-I m4".
* * test/images: Added a small collection of test images for use bybfriesen2007-09-191-83/+101
| | | | | | | test programs and scripts. * test/tiffinfo.sh: A trivial example test script. * test/common.sh: Added small script for setting the environment used by script-based tests.
* libtiff 4.0.0alpha released.Release-v4-0-0alphadron2007-07-131-101/+83
|
* * libtiff/tif_stream.cxx: Adapt to use toff_t again. Update tobfriesen2007-07-111-83/+101
| | | | | use standard C++ library size types and attempt to detect overflow cases.
* All makefile templates regenerated.dron2007-06-271-101/+86
|
* Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic.bfriesen2007-06-261-6565/+1
|
* Hopefully fixed botched upgrade of libtool.bfriesen2007-06-261-4/+6565
|
* * port/strtoull.c: New porting function in case strtoull() is notbfriesen2007-06-251-83/+101
| | | | | | | | available on the target system. * configure.ac: Add configure support for determining sized types in a portable way and performing necessary substitutions in tif_config.h and tiffconf.h. Updated tiff.h to use the new definitions.
* Regenerated.dron2007-02-241-6370/+0
|
* Regenerated.dron2006-10-131-0/+1
|
* Regenerated.dron2006-06-071-43/+6394
|
* * libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash inbfriesen2006-06-031-6394/+43
| | | | TIFFPrintDirectory(). Joris Van Damme authored the fix.
* libtiff 3.8.2 released.Release-v3-8-2dron2006-03-231-53/+17
|
* libtiff 3.8.1 released.Release-v3-8-1dron2006-03-131-1/+1
|
* libtool related stuff updated from the 2.1a branch.dron2006-01-231-238/+466
|
* 3.8.0 released.Release-v3-8-0dron2005-12-291-1/+6180
|
* * libtiff/tif_jpeg.c: Improve compilation under MinGW.bfriesen2005-12-271-0/+1
|
* Applied patch from Patrick Welche (all scripts moved in the 'config' and 'm4'dron2005-09-121-4/+4
| | | | directories).
* *** empty log message ***dron2005-06-231-5916/+1
|
* Added check for search.h header.dron2005-04-081-1/+5916
|
* Regenerated.dron2005-03-081-315/+122
|
* Move the C++ stuff in the separate library called libtiffxx.dron2005-01-111-2/+2
|
* libtiff 3.7.1 released.Release-v3-7-1dron2004-12-201-5916/+1
|
* Updated.dron2004-12-161-1/+5916
|
* * libtiff/tif_jpeg.c: Added a work-around in order to allowbfriesen2004-12-011-5916/+1
| | | | | compilation with the heavily modified version of libjpeg delivered with Cygwin.
* Regenerated from templates.dron2004-11-111-2/+2
|
* USe autoconf 1.9.2.dron2004-10-151-603/+533
|
* * contrib/iptcutil/README: Added the missing README which goesbfriesen2004-10-051-500/+586
| | | | along with iptcutil.
* libtiff 3.7.0beta released.dron2004-09-191-79/+175
|
* Get rid of BSD data types (u_char, u_short, u_int, u_long).dron2004-09-141-753/+569
|