From 2f83c385ff3d5493602308b62ca6d7707725b4fd Mon Sep 17 00:00:00 2001 From: bfriesen Date: Sat, 22 Sep 2012 16:12:43 +0000 Subject: * libtiff 4.0.3 released. --- ChangeLog | 4 ++ HOWTO-RELEASE | 5 ++- RELEASE-DATE | 2 +- VERSION | 2 +- configure | 26 +++++------ configure.ac | 8 ++-- html/index.html | 4 +- html/v4.0.2.html | 4 +- html/v4.0.3.html | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++ libtiff/tiffvers.h | 4 +- 10 files changed, 157 insertions(+), 27 deletions(-) create mode 100644 html/v4.0.3.html diff --git a/ChangeLog b/ChangeLog index 13fded13..a537f71b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-09-22 Bob Friesenhahn + + * libtiff 4.0.3 released. + 2012-09-20 Bob Friesenhahn * Makefile.am: Update to Automake 1.12.4 diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE index 418fce23..701ca75f 100644 --- a/HOWTO-RELEASE +++ b/HOWTO-RELEASE @@ -7,12 +7,13 @@ Notes on releasing. and that these tools are in your executable search path prior to any other installed versions. Versions delivered with Linux may be altered so it is best to install official FSF releases. GNU 'm4' - 1.4.6 or later is needed in order to avoid bugs in m4. These - packages may be downloaded from the following ftp locations: + 1.4.16 is needed in order to avoid bugs in m4. These packages may + be downloaded from the following ftp locations: autoconf - ftp://ftp.gnu.org/pub/gnu/autoconf automake - ftp://ftp.gnu.org/pub/gnu/automake libtool - ftp://ftp.gnu.org/pub/gnu/libtool + m4 - ftp://ftp.gnu.org/pub/gnu/m4 Release builds should only be done on a system with a functioning and correctly set system clock and on a filesystem which accurately diff --git a/RELEASE-DATE b/RELEASE-DATE index d32f7156..f0326d2c 100644 --- a/RELEASE-DATE +++ b/RELEASE-DATE @@ -1 +1 @@ -20120615 +20120922 diff --git a/VERSION b/VERSION index 4d54dadd..c4e41f94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.2 +4.0.3 diff --git a/configure b/configure index 526e736e..8f27f01a 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for LibTIFF Software 4.0.2. +# Generated by GNU Autoconf 2.69 for LibTIFF Software 4.0.3. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='LibTIFF Software' PACKAGE_TARNAME='tiff' -PACKAGE_VERSION='4.0.2' -PACKAGE_STRING='LibTIFF Software 4.0.2' +PACKAGE_VERSION='4.0.3' +PACKAGE_STRING='LibTIFF Software 4.0.3' PACKAGE_BUGREPORT='tiff@lists.maptools.org' PACKAGE_URL='' @@ -1397,7 +1397,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures LibTIFF Software 4.0.2 to adapt to many kinds of systems. +\`configure' configures LibTIFF Software 4.0.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1471,7 +1471,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of LibTIFF Software 4.0.2:";; + short | recursive ) echo "Configuration of LibTIFF Software 4.0.3:";; esac cat <<\_ACEOF @@ -1650,7 +1650,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -LibTIFF Software configure 4.0.2 +LibTIFF Software configure 4.0.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2377,7 +2377,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by LibTIFF Software $as_me 4.0.2, which was +It was created by LibTIFF Software $as_me 4.0.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3281,7 +3281,7 @@ fi # Define the identity of the package. PACKAGE='tiff' - VERSION='4.0.2' + VERSION='4.0.3' cat >>confdefs.h <<_ACEOF @@ -3353,14 +3353,14 @@ fi LIBTIFF_MAJOR_VERSION=4 LIBTIFF_MINOR_VERSION=0 -LIBTIFF_MICRO_VERSION=2 +LIBTIFF_MICRO_VERSION=3 LIBTIFF_ALPHA_VERSION= LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION LIBTIFF_RELEASE_DATE=`date +"%Y%m%d"` -LIBTIFF_CURRENT=6 +LIBTIFF_CURRENT=7 LIBTIFF_REVISION=0 -LIBTIFF_AGE=1 +LIBTIFF_AGE=2 LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE # This is a special hack for OpenBSD and MirOS systems. The dynamic linker @@ -20448,7 +20448,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by LibTIFF Software $as_me 4.0.2, which was +This file was extended by LibTIFF Software $as_me 4.0.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20514,7 +20514,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -LibTIFF Software config.status 4.0.2 +LibTIFF Software config.status 4.0.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 08757f1f..e1b8d407 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ dnl OF THIS SOFTWARE. dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT([LibTIFF Software],[4.0.2],[tiff@lists.maptools.org],[tiff]) +AC_INIT([LibTIFF Software],[4.0.3],[tiff@lists.maptools.org],[tiff]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(m4) AC_LANG(C) @@ -41,7 +41,7 @@ dnl Versioning. dnl Don't fill the ALPHA_VERSION field, if not applicable. LIBTIFF_MAJOR_VERSION=4 LIBTIFF_MINOR_VERSION=0 -LIBTIFF_MICRO_VERSION=2 +LIBTIFF_MICRO_VERSION=3 LIBTIFF_ALPHA_VERSION= LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION dnl This will be used with the 'make release' target @@ -76,9 +76,9 @@ dnl 5. If any interfaces have been added since the last public release, then dnl increment age. dnl 6. If any interfaces have been removed since the last public release, dnl then set age to 0. -LIBTIFF_CURRENT=6 +LIBTIFF_CURRENT=7 LIBTIFF_REVISION=0 -LIBTIFF_AGE=1 +LIBTIFF_AGE=2 LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE # This is a special hack for OpenBSD and MirOS systems. The dynamic linker diff --git a/html/index.html b/html/index.html index aa38485e..7477e0cf 100644 --- a/html/index.html +++ b/html/index.html @@ -24,7 +24,7 @@ Latest Stable Release - v4.0.2 + v4.0.3 Master Download Site @@ -117,7 +117,7 @@

- Last updated $Date: 2012-06-16 00:19:37 $. + Last updated $Date: 2012-09-22 16:12:44 $.

diff --git a/html/v4.0.2.html b/html/v4.0.2.html index 78d20087..2c44e34f 100644 --- a/html/v4.0.2.html +++ b/html/v4.0.2.html @@ -15,7 +15,7 @@ -Last updated $Date: 2012-06-16 00:19:37 $. +Last updated $Date: 2012-09-22 16:12:44 $. diff --git a/html/v4.0.3.html b/html/v4.0.3.html new file mode 100644 index 00000000..c640c866 --- /dev/null +++ b/html/v4.0.3.html @@ -0,0 +1,125 @@ + + + + Changes in TIFF v4.0.3 + + + + + + + +TIFF CHANGE INFORMATION + + + + +

+This document describes the changes made to the software between the +previous and current versions (see above). If you don't +find something listed here, then it was not done in this timeframe, or +it was not considered important enough to be mentioned. The following +information is located here: +

+

+


+ + + +MAJOR CHANGES: + +
    + +
  • None + +
+ + +


+ + +CHANGES IN THE SOFTWARE CONFIGURATION: + +
    + +
  • Updated to use Automake 1.12.4. Avoids security problem with + 'make distcheck' (CVE-2012-3386). + +
+ +


+ + + +CHANGES IN LIBTIFF: + +
    + +
  • Various memory buffer access fixes. + +
  • Fix handling when writing RGBA jpeg compressed imagery + (http://trac.osgeo.org/gdal/ticket/4732). + +
  • Fix to work properly with IJG JPEG 7+. + +
  • New functions TIFFFieldTag(), TIFFFieldName(), + TIFFFieldDataType(), TIFFFieldPassCount(), TIFFFieldReadCount(), + TIFFFieldWriteCount() to use as external accessors for the opaque + type TIFFField. + +
  • Fix bug rewriting image tiles in a compressed + file (http://trac.osgeo.org/gdal/ticket/4771). + +
  • Add TIFF/FX tag support in libtiff. + +
+ +


+ + + +CHANGES IN THE TOOLS: + +
    + +
  • tiff2pdf: Fail when TIFFSetDirectory() fails. This prevents + core dumps or perhaps even arbitrary code execution when processing + a corrupt input file (CVE-2012-3401). + +
  • tiff2pdf: Fix two places where t2p_error didn't get set after a + malloc failure. No crash risk AFAICS, but the program might not + report exit code 1 as desired. + +
+ +


+ + + +CHANGES IN THE CONTRIB AREA: + +
    + +
  • None + +
+ +Last updated $Date: 2012-09-22 16:12:44 $. + + + diff --git a/libtiff/tiffvers.h b/libtiff/tiffvers.h index 38ee9fab..40edc813 100644 --- a/libtiff/tiffvers.h +++ b/libtiff/tiffvers.h @@ -1,4 +1,4 @@ -#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.2\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc." +#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.3\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc." /* * This define can be used in code that requires * compilation-related definitions specific to a @@ -6,4 +6,4 @@ * version checking should be done based on the * string returned by TIFFGetVersion. */ -#define TIFFLIB_VERSION 20120615 +#define TIFFLIB_VERSION 20120922 -- cgit v1.2.1