Revisions of tiff

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 314654 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 53)
- update to 4.0.4
D    tiff-4.0.3-double-free.patch
D    tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch
D    tiff-4.0.3-CVE-2013-1961.patch
D    erouault.2862.patch
D    bfriesen.2805.patch
D    tiff-4.0.3-CVE-2013-4232.patch
D    tiff-4.0.3-CVE-2013-4244.patch
D    erouault.2861.patch
D    erouault.2857.patch
D    erouault.2856.patch
D    erouault.2859.patch
D    tiff-4.0.3-CVE-2012-4564.patch
D    tiff-4.0.3-tiff2pdf-colors.patch
D    erouault.2876.patch
D    erouault.2860.patch
D    tiff-dither-malloc-check.patch
D    tiff-4.0.3-CVE-2013-1960.patch
D    erouault.2858.patch
D    tiff-handle-TIFFTAG_PREDICTOR.patch
D    tiff-4.0.3-CVE-2013-4231.patch
D    tiff-4.0.3-CVE-2013-4243.patch
D    erouault.2863.patch
D    tiff-4.0.3-test-jpeg-turbo.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 289542 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 52)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 50)
Split 13.2 from Factory
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 49)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 197585 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 48)
- security update
  * CVE-2013-4232.patch [bnc#834477]
  * CVE-2013-4231.patch [bnc#834477]
  * CVE-2013-4244.patch [bnc#834788]
  * CVE-2013-4243.patch [bnc#834779]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 181002 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 47)
- tiff2pdf: introduced warning when the compression isn't lzw or
  none [bnc#819142]
- tiff2pdf: fixed crash [bnc#821872]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 174392 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 46)
- security update
  * CVE-2013-1961.patch [bnc#818117]
  * CVE-2013-1960.patch [bnc#817573]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 162762 from Togan Muftuoglu's avatar Togan Muftuoglu (toganm) (revision 45)
- Add Source URL, see https://en.opensuse.org/SourceUrls (forwarded request 162757 from namtrac)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 44)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 140217 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 43)
- updated to 4.0.3:
  * Add some TIFF/FX support in libtiff.
  * Fix bug rewriting image tiles in a compressed file.
  * Fix read past end of data buffer.
  * etc., see ChangeLog
- removed upstreamed patches:
  * bigendian.patch
  * dont-fancy-upsampling.patch
  * CVE-2012-3401.patch
- new patch:
  * test-jpeg-turbo.patch
  * CVE-2012-4564.patch [bnc#787892]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 128740 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 42)
-  fixed CVE-2012-3401 [bnc#770816]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 126497 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 41)
- RGBA is packed in host order, use the right macros to unpack
  and verify in raw_decode test. (forwarded request 126493 from msmeissn)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 125510 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 40)
- updated to 4.0.2: [bnc#767852] [bnc#767854]
    tif_getimage.c: added support for _SEPARATED CMYK images.
    tif_getimage.c: Added support for greyscale + alpha.
    Added TIFFCreateCustomDirectory() and TIFFCreateEXIFDirectory() functions.
    tif_print.c: Lots of fixes around printing corrupt or hostile input.
    Improve handling of corrupt ycbcrsubsampling values.
    tif_unix.c: use strerror to get meaningful error messages.
    tif_jpeg.c: fix serious bugs in JPEGDecodeRaw().
    tif_jpeg.c: Fix size overflow (zdi-can-1221,CVE-2012-1173). 
    tiff2pdf: Defend against integer overflows while calculating required 
              buffer sizes (CVE-2012-2113).
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 39)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122798 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 38)
Enable jbig support for > 1210, Fix building for *suse versions 10.0 to current. Jbig is in factory now. (forwarded request 122795 from aljex)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 112147 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 37)
- Add lzma support
- Implement %check
- Drop visibility patch because it breaks compilation 

- change package name libtiff4 to libtiff5.
  library number is 5 actually.

- Update to 4.0.1
  * configure.ac
    - Add libtiff private dependency on -llzma for pkg-config
    - Add support for using library symbol versioning on
      ELF systems with the GNU linker.
  * libtiff/tif_win32.c: Eliminate some minor 64-bit warnings in
                         tif_win32.c
  * libtiff/tif_jpeg.c: Extra caution for case where sp is NULL.
  * libtiff/tif_dir.c, libtiff/tif_dirread.c: Extra caution around
    assumption tag fetching is always successful.
  * libtiff/tiffio.h: Use double-underbar syntax in GCC printf
    attribute specification to lessen the risk of accidental macro
    substitution.
  * Update automake used to 1.11.3.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 111558 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 36)
license update: HPND
tiff license most akin to spdx recognised http://www.spdx.org/licenses/HPND (forwarded request 111556 from babelworx)
Displaying revisions 41 - 60 of 95
openSUSE Build Service is sponsored by