Blame SPECS/libtiff.spec

bddd17
Summary: Library of functions for manipulating TIFF format image files
bddd17
Name: libtiff
bddd17
Version: 4.0.3
1ad933
Release: 25%{?dist}
bddd17
bddd17
License: libtiff
bddd17
Group: System Environment/Libraries
bddd17
URL: http://www.remotesensing.org/libtiff/
bddd17
bddd17
Source: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz
bddd17
bddd17
Patch0: libtiff-am-version.patch
bddd17
Patch1: libtiff-CVE-2012-4447.patch
bddd17
Patch2: libtiff-CVE-2012-4564.patch
bddd17
Patch3: libtiff-printdir-width.patch
bddd17
Patch4: libtiff-jpeg-test.patch
bddd17
Patch5: libtiff-CVE-2013-1960.patch
bddd17
Patch6: libtiff-CVE-2013-1961.patch
bddd17
Patch7: libtiff-manpage-update.patch
bddd17
Patch8: libtiff-make-check.patch
895715
Patch9: libtiff-CVE-2013-4231.patch
895715
Patch10: libtiff-CVE-2013-4232.patch
895715
Patch11: libtiff-CVE-2013-4244.patch
895715
Patch12: libtiff-CVE-2013-4243.patch
1ad933
Patch13: libtiff-CVE-2014-9330.patch
1ad933
Patch14: libtiff-CVE-2014-8127.patch
1ad933
Patch15: libtiff-CVE-2014-8129.patch
1ad933
Patch16: libtiff-CVE-2014-8130.patch
1ad933
Patch17: libtiff-CVE-2014-9655.patch
1ad933
Patch18: libtiff-CVE-2015-1547_8784.patch
1ad933
Patch19: libtiff-CVE-2015-7554.patch
1ad933
Patch20: libtiff-CVE-2015-8683_8665.patch
1ad933
Patch21: libtiff-CVE-2015-8668.patch
1ad933
Patch22: libtiff-CVE-2015-8781.patch
1ad933
Patch23: libtiff-CVE-2016-3632.patch
1ad933
Patch24: libtiff-CVE-2016-3945.patch
1ad933
Patch25: libtiff-CVE-2016-3990.patch
1ad933
Patch26: libtiff-CVE-2016-3991.patch
1ad933
Patch27: libtiff-CVE-2016-5320.patch
bddd17
bddd17
BuildRequires: zlib-devel libjpeg-devel jbigkit-devel
bddd17
BuildRequires: libtool automake autoconf pkgconfig
bddd17
bddd17
%description
bddd17
The libtiff package contains a library of functions for manipulating
bddd17
TIFF (Tagged Image File Format) image format files.  TIFF is a widely
bddd17
used file format for bitmapped images.  TIFF files usually end in the
bddd17
.tif extension and they are often quite large.
bddd17
bddd17
The libtiff package should be installed if you need to manipulate TIFF
bddd17
format image files.
bddd17
bddd17
%package devel
bddd17
Summary: Development tools for programs which will use the libtiff library
bddd17
Group: Development/Libraries
bddd17
Requires: %{name}%{?_isa} = %{version}-%{release}
bddd17
Requires: pkgconfig%{?_isa}
bddd17
bddd17
%description devel
bddd17
This package contains the header files and documentation necessary for
bddd17
developing programs which will manipulate TIFF format image files
bddd17
using the libtiff library.
bddd17
bddd17
If you need to develop programs which will manipulate TIFF format
bddd17
image files, you should install this package.  You'll also need to
bddd17
install the libtiff package.
bddd17
bddd17
%package static
bddd17
Summary: Static TIFF image format file library
bddd17
Group: Development/Libraries
bddd17
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
bddd17
bddd17
%description static
bddd17
The libtiff-static package contains the statically linkable version of libtiff.
bddd17
Linking to static libraries is discouraged for most applications, but it is
bddd17
necessary for some boot packages.
bddd17
bddd17
%package tools
bddd17
Summary: Command-line utility programs for manipulating TIFF files
bddd17
Group: Development/Libraries
bddd17
Requires: %{name}%{?_isa} = %{version}-%{release}
bddd17
bddd17
%description tools
bddd17
This package contains command-line programs for manipulating TIFF format
bddd17
image files using the libtiff library.
bddd17
bddd17
%prep
bddd17
%setup -q -n tiff-%{version}
bddd17
bddd17
%patch0 -p1
bddd17
%patch1 -p1
bddd17
%patch2 -p1
bddd17
%patch3 -p1
bddd17
%patch4 -p1
bddd17
%patch5 -p1
bddd17
%patch6 -p1
bddd17
%patch7 -p1
bddd17
%patch8 -p1
895715
%patch9 -p1
895715
%patch10 -p1
895715
%patch11 -p1
895715
%patch12 -p1
1ad933
%patch13 -p1
1ad933
%patch14 -p1
1ad933
%patch15 -p1
1ad933
%patch16 -p1
1ad933
%patch17 -p1
1ad933
%patch18 -p1
1ad933
%patch19 -p1
1ad933
%patch20 -p1
1ad933
%patch21 -p1
1ad933
%patch22 -p1
1ad933
%patch23 -p1
1ad933
%patch24 -p1
1ad933
%patch25 -p1
1ad933
%patch26 -p1
1ad933
%patch27 -p1
bddd17
bddd17
# Use build system's libtool.m4, not the one in the package.
bddd17
rm -f libtool.m4
bddd17
bddd17
libtoolize --force  --copy
bddd17
aclocal -I . -I m4
bddd17
automake --add-missing --copy
bddd17
autoconf
bddd17
autoheader
bddd17
bddd17
%build
bddd17
export CFLAGS="%{optflags} -fno-strict-aliasing"
bddd17
%configure --enable-ld-version-script
bddd17
make %{?_smp_mflags}
bddd17
bddd17
%install
bddd17
make DESTDIR=$RPM_BUILD_ROOT install
bddd17
bddd17
# remove what we didn't want installed
bddd17
rm $RPM_BUILD_ROOT%{_libdir}/*.la
bddd17
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/
bddd17
bddd17
# no libGL dependency, please
bddd17
rm -f $RPM_BUILD_ROOT%{_bindir}/tiffgt
bddd17
bddd17
# no sgi2tiff or tiffsv, either
bddd17
rm -f $RPM_BUILD_ROOT%{_bindir}/sgi2tiff
bddd17
rm -f $RPM_BUILD_ROOT%{_bindir}/tiffsv
bddd17
bddd17
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/tiffgt.1
bddd17
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/sgi2tiff.1
bddd17
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/tiffsv.1
bddd17
rm -f html/man/tiffgt.1.html
bddd17
rm -f html/man/sgi2tiff.1.html
bddd17
rm -f html/man/tiffsv.1.html
bddd17
bddd17
# multilib header hack
bddd17
# we only apply this to known Red Hat multilib arches, per bug #233091
bddd17
case `uname -i` in
bddd17
  i386 | ppc | s390 | sparc )
bddd17
    wordsize="32"
bddd17
    ;;
bddd17
  x86_64 | ppc64 | s390x | sparc64 )
bddd17
    wordsize="64"
bddd17
    ;;
bddd17
  *)
bddd17
    wordsize=""
bddd17
    ;;
bddd17
esac
bddd17
bddd17
if test -n "$wordsize"
bddd17
then
bddd17
  mv $RPM_BUILD_ROOT%{_includedir}/tiffconf.h \
bddd17
     $RPM_BUILD_ROOT%{_includedir}/tiffconf-$wordsize.h
bddd17
bddd17
  cat >$RPM_BUILD_ROOT%{_includedir}/tiffconf.h <
bddd17
#ifndef TIFFCONF_H_MULTILIB
bddd17
#define TIFFCONF_H_MULTILIB
bddd17
bddd17
#include <bits/wordsize.h>
bddd17
bddd17
#if __WORDSIZE == 32
bddd17
# include "tiffconf-32.h"
bddd17
#elif __WORDSIZE == 64
bddd17
# include "tiffconf-64.h"
bddd17
#else
bddd17
# error "unexpected value for __WORDSIZE macro"
bddd17
#endif
bddd17
bddd17
#endif
bddd17
EOF
bddd17
bddd17
fi
bddd17
%post -p /sbin/ldconfig
bddd17
bddd17
%postun -p /sbin/ldconfig
bddd17
bddd17
%check
bddd17
LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH make check
bddd17
bddd17
# don't include documentation Makefiles, they are a multilib hazard
bddd17
find html -name 'Makefile*' | xargs rm
bddd17
bddd17
%files
bddd17
%doc COPYRIGHT README RELEASE-DATE VERSION
bddd17
%{_libdir}/libtiff.so.*
bddd17
%{_libdir}/libtiffxx.so.*
bddd17
bddd17
%files devel
bddd17
%doc TODO ChangeLog html
bddd17
%{_includedir}/*
bddd17
%{_libdir}/libtiff.so
bddd17
%{_libdir}/libtiffxx.so
bddd17
%{_libdir}/pkgconfig/libtiff*.pc
bddd17
%{_mandir}/man3/*
bddd17
bddd17
%files static
bddd17
%{_libdir}/*.a
bddd17
bddd17
%files tools
bddd17
%{_bindir}/*
bddd17
%{_mandir}/man1/*
bddd17
bddd17
%changelog
1ad933
* Wed Jul 27 2016 Nikola Forró <nforro@redhat.com> - 4.0.3-25
1ad933
- Add patches for CVEs:
1ad933
  CVE-2015-7554, CVE-2015-8683, CVE-2015-8665,
1ad933
  CVE-2015-8781, CVE-2015-8782, CVE-2015-8783,
1ad933
  CVE-2015-8784
1ad933
- Related: #1299920
1ad933
1ad933
* Tue Jul 26 2016 Nikola Forró <nforro@redhat.com> - 4.0.3-24
1ad933
- Update patches for CVEs:
1ad933
  CVE-2014-8127, CVE-2014-8130
1ad933
- Related: #1299920
1ad933
1ad933
* Tue Jul 26 2016 Petr Hracek <phracek@redhat.com> - 4.0.3-23
1ad933
- Update patches:
1ad933
  CVE-2014-9330, CVE-2014-8127, CVE-2014-8129
1ad933
  CVE-2014-8130
1ad933
- Related: #1299920
1ad933
1ad933
* Tue Jul 19 2016 Nikola Forró <nforro@redhat.com> - 4.0.3-22
1ad933
- Update patch for CVE-2015-8668
1ad933
- Related: #1299920
1ad933
1ad933
* Mon Jul 11 2016 Nikola Forró <nforro@redhat.com> - 4.0.3-21
1ad933
- Remove patches for CVEs:
1ad933
  CVE-2014-8127, CVE-2014-8129, CVE-2014-8130,
1ad933
  CVE-2014-9330, CVE-2015-7554, CVE-2015-8665,
1ad933
  CVE-2015-8683, CVE-2015-8781, CVE-2015-8784
1ad933
- Add patches for CVEs:
1ad933
  CVE-2016-3632, CVE-2016-3945, CVE-2016-3990,
1ad933
  CVE-2016-3991, CVE-2016-5320
1ad933
- Update patches for CVEs:
1ad933
  CVE-2014-9655, CVE-2015-1547, CVE-2015-8668
1ad933
- Related: #1299920
1ad933
1ad933
* Tue Apr 19 2016 Petr Hracek <phracek@redhat.com> - 4.0.3-20
1ad933
- CVE-2014-8127 should contain only two fixes
1ad933
- Related: #1299920
1ad933
1ad933
* Fri Apr 15 2016 Petr Hracek <phracek@redhat.com> - 4.0.3-19
1ad933
- Revert previous patch CVE-2014-8127
1ad933
- Related: #1299920
1ad933
1ad933
* Thu Mar 31 2016 Petr Hracek <phracek@redhat.com> - 4.0.3-18
1ad933
- Fix patch CVE-2014-8127. Wrongly applied
1ad933
- Related: #1299920
1ad933
1ad933
* Tue Mar 15 2016 Petr Hracek <phracek@redhat.com> - 4.0.3-17
1ad933
- Fix patch CVE-2015-8668. Wrongly applied by me
1ad933
- Related: #1299920
1ad933
1ad933
* Tue Mar 08 2016 Petr Hracek <phracek@redhat.com> - 4.0.3-16
1ad933
- Fixed patches on preview CVEs
1ad933
- Related: #1299920
1ad933
1ad933
* Wed Feb 03 2016 Petr Hracek <phracek@redhat.com> - 4.0.3-15
1ad933
- This resolves several CVEs
1ad933
- CVE-2014-8127, CVE-2014-8129, CVE-2014-8130
1ad933
- CVE-2014-9330, CVE-2014-9655, CVE-2015-8781
1ad933
- CVE-2015-8784, CVE-2015-1547, CVE-2015-8683
1ad933
- CVE-2015-8665, CVE-2015-7554, CVE-2015-8668
1ad933
- Resolves: #1299920
1ad933
895715
* Thu Feb 13 2014 Petr Hracek <phracek@redhat.com> - 4.0.3-14
895715
- Resolves: #996827 CVE-2013-4243 libtiff various flaws
895715
895715
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 4.0.3-13
895715
- Mass rebuild 2014-01-24
895715
895715
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.0.3-12
895715
- Mass rebuild 2013-12-27
895715
895715
* Wed Dec 18 2013 Petr Hracek <phracek@redhat.com> - 4.0.3-11
895715
- Correct man page option -W
895715
Resolves: #510240
895715
895715
* Thu Dec 12 2013 Petr Hracek <phracek@redhat.com> - 4.0.3-10
895715
- Resolves: #996827  CVE-2013-4231 CVE-2013-4232 CVE-2013-4243 CVE-2013-4244
895715
  libtiff various flaws
895715
bddd17
* Mon Oct 21 2013 Petr Hracek <phracek@redhat.com> - 4.0.3-9
bddd17
- Resolves: #1017070 - make check moved to %check section
bddd17
bddd17
* Tue Oct 08 2013 Petr Hracek <phracek@redhat.com> - 4.0.3-8
bddd17
- tiff2ps manual page doesn't contain help for all options
bddd17
- tiffcp options differ in program help and manual page
bddd17
Resolves: #510240
bddd17
Resolves: #510258
bddd17
bddd17
* Mon Aug 12 2013 Jaromír Končický <jkoncick@redhat.com> - 4.0.3-7
bddd17
- man page fixing (#510240 #510258)
bddd17
bddd17
* Thu May  2 2013 Tom Lane <tgl@redhat.com> 4.0.3-6
bddd17
- Add upstream patches for CVE-2013-1960, CVE-2013-1961
bddd17
Resolves: #958609
bddd17
bddd17
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.3-5
bddd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bddd17
bddd17
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 4.0.3-4
bddd17
- rebuild due to "jpeg8-ABI" feature drop
bddd17
bddd17
* Wed Dec 19 2012 Tom Lane <tgl@redhat.com> 4.0.3-3
bddd17
- Add upstream patch to avoid bogus self-test failure with libjpeg-turbo v8
bddd17
bddd17
* Thu Dec 13 2012 Tom Lane <tgl@redhat.com> 4.0.3-2
bddd17
- Add upstream patches for CVE-2012-4447, CVE-2012-4564
bddd17
  (note: CVE-2012-5581 is already fixed in 4.0.3)
bddd17
Resolves: #880907
bddd17
bddd17
* Thu Oct  4 2012 Tom Lane <tgl@redhat.com> 4.0.3-1
bddd17
- Update to libtiff 4.0.3
bddd17
bddd17
* Fri Aug  3 2012 Tom Lane <tgl@redhat.com> 4.0.2-6
bddd17
- Remove compat subpackage; no longer needed
bddd17
- Minor specfile cleanup per suggestions from Tom Callaway
bddd17
Related: #845110
bddd17
bddd17
* Thu Aug  2 2012 Tom Lane <tgl@redhat.com> 4.0.2-5
bddd17
- Add accessor functions for opaque type TIFFField (backport of not-yet-released
bddd17
  upstream feature addition; needed to fix freeimage)
bddd17
bddd17
* Sun Jul 22 2012 Tom Lane <tgl@redhat.com> 4.0.2-4
bddd17
- Add patches for CVE-2012-3401
bddd17
Resolves: #841736
bddd17
bddd17
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2-3
bddd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bddd17
bddd17
* Tue Jul 03 2012 Karsten Hopp <karsten@redhat.com> 4.0.2-2
bddd17
- add opensuse bigendian patch to fix raw_decode self check failure on ppc*, s390*
bddd17
bddd17
* Thu Jun 28 2012 Tom Lane <tgl@redhat.com> 4.0.2-1
bddd17
- Update to libtiff 4.0.2, includes fix for CVE-2012-2113
bddd17
  (note that CVE-2012-2088 does not apply to 4.0.x)
bddd17
- Update libtiff-compat to 3.9.6 and add patches to it for
bddd17
  CVE-2012-2088, CVE-2012-2113
bddd17
Resolves: #832866
bddd17
bddd17
* Fri Jun  1 2012 Tom Lane <tgl@redhat.com> 4.0.1-2
bddd17
- Enable JBIG support
bddd17
Resolves: #826240
bddd17
bddd17
* Sun May  6 2012 Tom Lane <tgl@redhat.com> 4.0.1-1
bddd17
- Update to libtiff 4.0.1, adds BigTIFF support and other features;
bddd17
  library soname is bumped from libtiff.so.3 to libtiff.so.5
bddd17
Resolves: #782383
bddd17
- Temporarily package 3.9.5 shared library (only) in libtiff-compat subpackage
bddd17
  so that dependent packages won't be broken while rebuilding proceeds
bddd17
bddd17
* Thu Apr  5 2012 Tom Lane <tgl@redhat.com> 3.9.5-3
bddd17
- Add fix for CVE-2012-1173
bddd17
Resolves: #CVE-2012-1173
bddd17
bddd17
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-2
bddd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
bddd17
bddd17
* Tue Apr 12 2011 Tom Lane <tgl@redhat.com> 3.9.5-1
bddd17
- Update to libtiff 3.9.5, incorporating all our previous patches plus other
bddd17
  fixes, notably the fix for CVE-2009-5022
bddd17
Related: #695885
bddd17
bddd17
* Mon Mar 21 2011 Tom Lane <tgl@redhat.com> 3.9.4-4
bddd17
- Fix incorrect fix for CVE-2011-0192
bddd17
Resolves: #684007
bddd17
Related: #688825
bddd17
- Add fix for CVE-2011-1167
bddd17
Resolves: #689574
bddd17
bddd17
* Wed Mar  2 2011 Tom Lane <tgl@redhat.com> 3.9.4-3
bddd17
- Add patch for CVE-2011-0192
bddd17
Resolves: #681672
bddd17
- Fix non-security-critical potential SIGSEGV in gif2tiff
bddd17
Related: #648820
bddd17
bddd17
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-2
bddd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bddd17
bddd17
* Tue Jun 22 2010 Tom Lane <tgl@redhat.com> 3.9.4-1
bddd17
- Update to libtiff 3.9.4, for numerous bug fixes including fixes for
bddd17
  CVE-2010-1411, CVE-2010-2065, CVE-2010-2067
bddd17
Resolves: #554371
bddd17
Related: #460653, #588784, #601274, #599576, #592361, #603024
bddd17
- Add fixes for multiple SIGSEGV problems
bddd17
Resolves: #583081
bddd17
Related: #603081, #603699, #603703
bddd17
bddd17
* Tue Jan  5 2010 Tom Lane <tgl@redhat.com> 3.9.2-3
bddd17
- Apply Adam Goode's fix for Warmerdam's fix
bddd17
Resolves: #552360
bddd17
Resolves: #533353
bddd17
- Add some defenses to prevent tiffcmp from crashing on downsampled JPEG
bddd17
  images; this isn't enough to make it really work correctly though
bddd17
Related: #460322
bddd17
bddd17
* Wed Dec 16 2009 Tom Lane <tgl@redhat.com> 3.9.2-2
bddd17
- Apply Warmerdam's partial fix for bug #460322 ... better than nothing.
bddd17
Related: #460322
bddd17
bddd17
* Thu Dec  3 2009 Tom Lane <tgl@redhat.com> 3.9.2-1
bddd17
- Update to libtiff 3.9.2; stop carrying a lot of old patches
bddd17
Resolves: #520734
bddd17
- Split command-line tools into libtiff-tools subpackage
bddd17
Resolves: #515170
bddd17
- Use build system's libtool instead of what package contains;
bddd17
  among other cleanup this gets rid of unwanted rpath specs in executables
bddd17
Related: #226049
bddd17
bddd17
* Thu Oct 15 2009 Tom Lane <tgl@redhat.com> 3.8.2-16
bddd17
- add sparc/sparc64 to multilib header support
bddd17
bddd17
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-15
bddd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
bddd17
bddd17
* Mon Jul 13 2009 Tom Lane <tgl@redhat.com> 3.8.2-14
bddd17
- Fix buffer overrun risks caused by unchecked integer overflow (CVE-2009-2347)
bddd17
Related: #510041
bddd17
bddd17
* Wed Jul  1 2009 Tom Lane <tgl@redhat.com> 3.8.2-13
bddd17
- Fix some more LZW decoding vulnerabilities (CVE-2009-2285)
bddd17
Related: #507465
bddd17
- Update upstream URL
bddd17
bddd17
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-12
bddd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bddd17
bddd17
* Tue Aug 26 2008 Tom Lane <tgl@redhat.com> 3.8.2-11
bddd17
- Fix LZW decoding vulnerabilities (CVE-2008-2327)
bddd17
Related: #458674
bddd17
- Use -fno-strict-aliasing per rpmdiff recommendation
bddd17
bddd17
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.8.2-10
bddd17
- Autorebuild for GCC 4.3
bddd17
bddd17
* Wed Aug 22 2007 Tom Lane <tgl@redhat.com> 3.8.2-9
bddd17
- Update License tag
bddd17
- Rebuild to fix Fedora toolchain issues
bddd17
bddd17
* Thu Jul 19 2007 Tom Lane <tgl@redhat.com> 3.8.2-8
bddd17
- Restore static library to distribution, in a separate -static subpackage
bddd17
Resolves: #219905
bddd17
- Don't apply multilib header hack to unrecognized architectures
bddd17
Resolves: #233091
bddd17
- Remove documentation for programs we don't ship
bddd17
Resolves: #205079
bddd17
Related: #185145
bddd17
bddd17
* Tue Jan 16 2007 Tom Lane <tgl@redhat.com> 3.8.2-7
bddd17
- Remove Makefiles from the shipped /usr/share/doc/html directories
bddd17
Resolves: bz #222729
bddd17
bddd17
* Tue Sep  5 2006 Jindrich Novy <jnovy@redhat.com> - 3.8.2-6
bddd17
- fix CVE-2006-2193, tiff2pdf buffer overflow (#194362)
bddd17
- fix typo in man page for tiffset (#186297)
bddd17
- use %%{?dist}
bddd17
bddd17
* Mon Jul 24 2006 Matthias Clasen <mclasen@redhat.com>
bddd17
- Fix several vulnerabilities (CVE-2006-3460 CVE-2006-3461
bddd17
  CVE-2006-3462 CVE-2006-3463 CVE-2006-3464 CVE-2006-3465)
bddd17
bddd17
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.8.2-4.1
bddd17
- rebuild
bddd17
bddd17
* Fri Jun  2 2006 Matthias Clasen <mclasen@redhat.com> - 3.8.2-3
bddd17
- Fix multilib conflict
bddd17
bddd17
* Thu May 25 2006 Matthias Clasen <mclasen@redhat.com> - 3.8.2-3
bddd17
- Fix overflows in tiffsplit
bddd17
bddd17
* Wed Apr 26 2006 Matthias Clasen <mclasen@redhat.com> - 3.8.2-2
bddd17
- Drop tiffgt to get rid of the libGL dependency (#190768)
bddd17
bddd17
* Wed Apr 26 2006 Matthias Clasen <mclasen@redhat.com> - 3.8.2-1
bddd17
- Update to 3.8.2
bddd17
bddd17
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.7.4-3.2.1
bddd17
- bump again for double-long bug on ppc(64)
bddd17
bddd17
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.7.4-3.2
bddd17
- rebuilt for new gcc4.1 snapshot and glibc changes
bddd17
bddd17
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
bddd17
- rebuilt
bddd17
bddd17
* Wed Nov 16 2005 Matthias Clasen <mclasen@redhat.com> 3.7.4-3
bddd17
- Don't ship static libs
bddd17
bddd17
* Fri Nov 11 2005 Matthias Saou <http://freshrpms.net/> 3.7.4-2
bddd17
- Remove useless explicit dependencies.
bddd17
- Minor spec file cleanups.
bddd17
- Move make check to %%check.
bddd17
- Add _smp_mflags.
bddd17
bddd17
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
bddd17
- Update to 3.7.4
bddd17
- Drop upstreamed patches
bddd17
bddd17
* Wed Jun 29 2005 Matthias Clasen <mclasen@redhat.com> - 3.7.2-1
bddd17
- Update to 3.7.2
bddd17
- Drop upstreamed patches
bddd17
bddd17
* Fri May  6 2005 Matthias Clasen <mclasen@redhat.com> - 3.7.1-6
bddd17
- Fix a stack overflow
bddd17
bddd17
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 3.7.1-5
bddd17
- Don't use mktemp
bddd17
bddd17
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 3.7.1-4
bddd17
- Rebuild with gcc4
bddd17
bddd17
* Wed Jan  5 2005 Matthias Clasen <mclasen@redhat.com> - 3.7.1-3
bddd17
- Drop the largefile patch again
bddd17
- Fix a problem with the handling of alpha channels
bddd17
- Fix an integer overflow in tiffdump (#143576)
bddd17
bddd17
* Wed Dec 22 2004 Matthias Clasen <mclasen@redhat.com> - 3.7.1-2
bddd17
- Readd the largefile patch (#143560)
bddd17
bddd17
* Wed Dec 22 2004 Matthias Clasen <mclasen@redhat.com> - 3.7.1-1
bddd17
- Upgrade to 3.7.1
bddd17
- Remove upstreamed patches
bddd17
- Remove specfile cruft
bddd17
- make check
bddd17
bddd17
* Thu Oct 14 2004 Matthias Clasen <mclasen@redhat.com> 3.6.1-7
bddd17
- fix some integer and buffer overflows (#134853, #134848)
bddd17
bddd17
* Tue Oct 12 2004 Matthias Clasen <mclasen@redhat.com> 3.6.1-6
bddd17
- fix http://bugzilla.remotesensing.org/show_bug.cgi?id=483
bddd17
bddd17
* Mon Sep 27 2004 Rik van Riel <riel@redhat.com> 3.6.1-4
bddd17
- compile using RPM_OPT_FLAGS (bz #133650)
bddd17
bddd17
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
bddd17
- rebuilt
bddd17
bddd17
* Thu May 20 2004 Matthias Clasen <mclasen@redhat.com> 3.6.1-2
bddd17
- Fix and use the makeflags patch
bddd17
bddd17
* Wed May 19 2004 Matthias Clasen <mclasen@redhat.com> 3.6.1-1
bddd17
- Upgrade to 3.6.1
bddd17
- Adjust patches
bddd17
- Don't install tiffgt man page  (#104864)
bddd17
bddd17
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
bddd17
- rebuilt
bddd17
bddd17
* Sat Feb 21 2004 Florian La Roche <Florian.LaRoche@redhat.de>
bddd17
- really add symlink to shared lib by running ldconfig at compile time
bddd17
bddd17
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
bddd17
- rebuilt
bddd17
bddd17
* Thu Oct 09 2003 Florian La Roche <Florian.LaRoche@redhat.de>
bddd17
- link shared lib against -lm (Jakub Jelinek)
bddd17
bddd17
* Thu Sep 25 2003 Jeremy Katz <katzj@redhat.com> 3.5.7-13
bddd17
- rebuild to fix gzipped file md5sum (#91281)
bddd17
bddd17
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
bddd17
- rebuilt
bddd17
bddd17
* Tue Feb 11 2003 Phil Knirsch <pknirsch@redhat.com> 3.5.7-11
bddd17
- Fixed rebuild problems.
bddd17
bddd17
* Tue Feb 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
bddd17
- add symlink to shared lib
bddd17
bddd17
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
bddd17
- rebuilt
bddd17
bddd17
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 3.5.7-8
bddd17
- rebuild on all arches
bddd17
bddd17
* Mon Aug 19 2002 Phil Knirsch <pknirsch@redhat.com> 3.5.7-7
bddd17
- Added LFS support (#71593)
bddd17
bddd17
* Tue Jun 25 2002 Phil Knirsch <pknirsch@redhat.com> 3.5.7-6
bddd17
- Fixed wrong exit code of tiffcp app (#67240)
bddd17
bddd17
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
bddd17
- automated rebuild
bddd17
bddd17
* Thu May 23 2002 Tim Powers <timp@redhat.com>
bddd17
- automated rebuild
bddd17
bddd17
* Wed May 15 2002 Phil Knirsch <pknirsch@redhat.com>
bddd17
- Fixed segfault in fax2tiff tool (#64708).
bddd17
bddd17
* Mon Feb 25 2002 Phil Knirsch <pknirsch@redhat.com>
bddd17
- Fixed problem with newer bash versions setting CDPATH (#59741)
bddd17
bddd17
* Tue Feb 19 2002 Phil Knirsch <pknirsch@redhat.com>
bddd17
- Update to current release 3.5.7
bddd17
bddd17
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
bddd17
- automated rebuild
bddd17
bddd17
* Tue Aug 28 2001 Phil Knirsch <phil@redhat.de>
bddd17
- Fixed ia64 problem with tiffinfo. Was general 64 bit arch problem where s390x
bddd17
  and ia64 were missing (#52129).
bddd17
bddd17
* Tue Jun 26 2001 Philipp Knirsch <pknirsch@redhat.de>
bddd17
- Hopefully final symlink fix
bddd17
bddd17
* Thu Jun 21 2001 Than Ngo <than@redhat.com>
bddd17
- add missing libtiff symlink
bddd17
bddd17
* Fri Mar 16 2001 Crutcher Dunnavant <crutcher@redhat.com>
bddd17
- killed tiff-to-ps.fpi filter
bddd17
bddd17
* Wed Feb 28 2001 Philipp Knirsch <pknirsch@redhat.de>
bddd17
- Fixed missing devel version dependancy.
bddd17
bddd17
* Tue Dec 19 2000 Philipp Knirsch <pknirsch@redhat.de>
bddd17
- rebuild
bddd17
bddd17
* Mon Aug  7 2000 Crutcher Dunnavant <crutcher@redhat.com>
bddd17
- added a tiff-to-ps.fpi filter for printing
bddd17
bddd17
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
bddd17
- automatic rebuild
bddd17
bddd17
* Thu Jul 13 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- apply Peter Skarpetis's fix for the 32-bit conversion
bddd17
bddd17
* Mon Jul  3 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- make man pages non-executable (#12811)
bddd17
bddd17
* Mon Jun 12 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- remove CVS repo info from data directories
bddd17
bddd17
* Thu May 18 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- fix build rooting
bddd17
- fix syntax error in configure script
bddd17
- move man pages to {_mandir}
bddd17
bddd17
* Wed May 17 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- rebuild for an errata release
bddd17
bddd17
* Wed Mar 29 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- update to 3.5.5, which integrates our fax2ps fixes and the glibc fix
bddd17
bddd17
* Tue Mar 28 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- fix fax2ps swapping height and width in the bounding box
bddd17
bddd17
* Mon Mar 27 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- move man pages from devel package to the regular one
bddd17
- integrate Frank Warmerdam's fixed .fax handling code (keep until next release
bddd17
  of libtiff)
bddd17
- fix fax2ps breakage (bug #8345)
bddd17
bddd17
* Sat Feb 05 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- set MANDIR=man3 to make multifunction man pages friendlier
bddd17
bddd17
* Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- fix URLs
bddd17
bddd17
* Fri Jan 28 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- link shared library against libjpeg and libz
bddd17
bddd17
* Tue Jan 18 2000 Nalin Dahyabhai <nalin@redhat.com>
bddd17
- enable zip and jpeg codecs
bddd17
- change defattr in normal package to 0755
bddd17
- add defattr to -devel package
bddd17
bddd17
* Wed Dec 22 1999 Bill Nottingham <notting@redhat.com>
bddd17
- update to 3.5.4
bddd17
bddd17
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
bddd17
- auto rebuild in the new build environment (release 6)
bddd17
bddd17
* Wed Jan 13 1999 Cristian Gafton <gafton@redhat.com>
bddd17
- build for glibc 2.1
bddd17
bddd17
* Wed Jun 10 1998 Prospector System <bugs@redhat.com>
bddd17
- translations modified for de
bddd17
bddd17
* Wed Jun 10 1998 Michael Fulbright <msf@redhat.com>
bddd17
- rebuilt against fixed jpeg libs (libjpeg-6b)
bddd17
bddd17
* Thu May 07 1998 Prospector System <bugs@redhat.com>
bddd17
- translations modified for de, fr, tr
bddd17
bddd17
* Mon Oct 13 1997 Donnie Barnes <djb@redhat.com>
bddd17
- new version to replace the one from libgr
bddd17
- patched for glibc
bddd17
- added shlib support