Blame SPECS/libtiff.spec

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