Commit Graph

63 Commits

Author SHA256 Message Date
d1f6340de0 - 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

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=67
2015-07-01 07:23:45 +00:00
daa5f36cc1 - security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128,
CVE-2014-8129, CVE-2014-8130, CVE-2015-1547
                   bnc#914890, bnc#916925, bnc#916927
   + erouault.2856.patch
   + erouault.2857.patch
   + erouault.2858.patch
   + erouault.2859.patch
   + erouault.2860.patch
   + erouault.2861.patch
   + erouault.2862.patch
   + erouault.2863.patch
   + erouault.2876.patch
   + bfriesen.2805.patch
   + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch
   + tiff-handle-TIFFTAG_PREDICTOR.patch
   + tiff-dither-malloc-check.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=65
2015-02-26 14:02:29 +00:00
OBS User mrdocs
a52271ed81 Accepting request 266196 from home:msmeissn:branches:graphics
- build with PIE

OBS-URL: https://build.opensuse.org/request/show/266196
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=63
2014-12-23 15:18:37 +00:00
af0fd61018 OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=61 2013-08-26 09:41:16 +00:00
e0f10b5248 - 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]

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=60
2013-08-21 13:42:57 +00:00
c21cba8632 - tiff2pdf: introduced warning when the compression isn't lzw or
none [bnc#819142]
- tiff2pdf: fixed crash [bnc#821872]

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=58
2013-06-26 11:20:47 +00:00
c62b685c17 - security update
* CVE-2013-1961.patch [bnc#818117]
  * CVE-2013-1960.patch [bnc#817573]

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=56
2013-05-02 12:06:57 +00:00
Togan Muftuoglu
e9844b8663 Accepting request 162757 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/162757
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=54
2013-04-05 10:41:57 +00:00
eebb1b6911 OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=52 2012-11-05 13:29:15 +00:00
75ad3872a9 - 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]

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=51
2012-11-05 13:22:09 +00:00
37fb09c0a4 - fixed CVE-2012-3401 [bnc#770816]
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=49
2012-07-23 09:53:22 +00:00
Ismail Dönmez
71da80349e Accepting request 126493 from home:msmeissn:branches:graphics
- RGBA is packed in host order, use the right macros to unpack
  and verify in raw_decode test.

OBS-URL: https://build.opensuse.org/request/show/126493
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=47
2012-06-28 23:06:28 +00:00
94edbeabbc - 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).

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=45
2012-06-20 09:32:03 +00:00
Ismail Dönmez
58e36f435b Accepting request 122795 from home:aljex:branches:graphics
Enable jbig support for > 1210, Fix building for *suse versions 10.0 to current. Jbig is in factory now.

OBS-URL: https://build.opensuse.org/request/show/122795
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=43
2012-05-29 16:32:59 +00:00
Ismail Dönmez
0a497295f1 Fix -devel dependency
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=41
2012-04-02 08:31:28 +00:00
Ismail Dönmez
faee54d009 - Add lzma support
- Implement %check
- Drop visibility patch because it breaks compilation

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=40
2012-03-29 09:52:36 +00:00
Ismail Dönmez
2ff02e0b1d Accepting request 111622 from home:MargueriteSu:submission-to-devel-repository
- 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.

OBS-URL: https://build.opensuse.org/request/show/111622
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=39
2012-03-29 09:41:00 +00:00
Ismail Dönmez
e6c5713f40 Accepting request 111556 from home:babelworx:ldig:branches:graphics
license update: HPND
tiff license most akin to spdx recognised http://www.spdx.org/licenses/HPND

OBS-URL: https://build.opensuse.org/request/show/111556
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=37
2012-03-28 12:15:28 +00:00
OBS User mrdocs
0c5e91f27a Accepting request 99532 from home:elvigia:branches:graphics
- remove libjpeg-devel and zlib-devel from libtiff-devel
  requires as they are _not_ required to use the library.
  Now, this _will_ break packages with wrong buildrequires
  for good.

- Hide private symbols using gcc visibility, this has been
  applied only to functions that the source code clearly states
  that are internal to the library.
- Run spec cleaner

OBS-URL: https://build.opensuse.org/request/show/99532
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=35
2012-01-10 04:08:48 +00:00
Ismail Dönmez
aaadf64353 Accepting request 93233 from home:coolo:removelibtool
add libtool to buildrequires

OBS-URL: https://build.opensuse.org/request/show/93233
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=33
2011-11-23 09:34:52 +00:00
Ismail Dönmez
8b684b4c1b Accepting request 78152 from home:elvigia:branches:graphics
- Do not use -fno-strict-aliasing, no longer needed 
  and will probably slow down the code.
- Fix self-obsoletion warning

OBS-URL: https://build.opensuse.org/request/show/78152
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=31
2011-08-05 21:38:28 +00:00
OBS User buildservice-autocommit
4172cc8889 Updating link to change in openSUSE:Factory/tiff revision 30.0
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=50ad8a6e8953272edd2608ca46afcc35
2011-04-14 13:06:55 +00:00
11986f854c - updated to 3.9.5:
* fixed integer overflow CVE-2010-4665
  * fixed buffer overflow in ojpeg decoder
  * upstreamed:
    - oob-read.patch
    - CVE-2011-0192.patch
    - getimage-64bit.patch
    - CVE-2011-1167.patch
    - scanlinesize.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=29
2011-04-14 12:19:38 +00:00
OBS User buildservice-autocommit
ea22e8caa6 Updating link to change in openSUSE:Factory/tiff revision 28.0
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=7b583b97a449dcfa3d3b8f154b07e522
2011-04-01 07:07:17 +00:00
02c9a4e927 - fixed regression caused by previous update [bnc#682871]
* modified CVE-2011-0192.patch
- fixed buffer overflow in thunder decoder [bnc#683337]
  * added CVE-2011-1167.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=27
2011-03-31 21:13:45 +00:00
OBS User buildservice-autocommit
c3318cf877 Updating link to change in openSUSE:Factory/tiff revision 26.0
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=949a176d918146c2719e38a7894f311f
2011-03-14 08:40:46 +00:00
3dac520e7f - fixed buffer overflow [bnc#672510]
* CVE-2011-0192.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=25
2011-03-03 08:30:27 +00:00
OBS User buildservice-autocommit
0578ae6cd1 Updating link to change in openSUSE:Factory/tiff revision 23.0
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=2ed0610efc07f0a3b38e9a8fc9f196a3
2010-09-09 14:03:39 +00:00
3cc206640a - fixed "Possibly exploitable memory corruption issue in libtiff"
(see http://bugzilla.maptools.org/show_bug.cgi?id=2228)
  [bnc#624215]
  * scanlinesize.patch
- fixed crash while using libjpeg7 and higher
  * dont-fancy-upsampling.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=23
2010-09-06 13:07:10 +00:00
OBS User autobuild
7fe5753bde Accepting request 42845 from graphics
checked in (request 42845)

OBS-URL: https://build.opensuse.org/request/show/42845
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=22
2010-07-19 11:27:37 +00:00
75ab37b55f - updated to 3.9.4: fixes CVE-2010-2065 -- obsoletes
* integer-overflow.patch
  * NULL-deref.patch
- fixes CVE-2010-2067

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=21
2010-07-12 14:40:09 +00:00
OBS User autobuild
eb86a43286 Accepting request 41989 from graphics
checked in (request 41989)

OBS-URL: https://build.opensuse.org/request/show/41989
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=20
2010-06-25 18:48:21 +00:00
edd0a84a47 - fixed out of bounds read
-  fixed CVE-2010-2233
  * getimage-64bit.patch
- [bnc#612879]

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=19
2010-06-23 15:50:18 +00:00
190f2ef330 - part of [bnc#612879]
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=18
2010-06-23 09:19:39 +00:00
534e709f59 - fixed CVE-2010-2065
* integer-overflow.patch
  * NULL-deref.patch
  and out of bounds read
  * oob-read.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=17
2010-06-23 08:48:20 +00:00
OBS User buildservice-autocommit
647ea5477d Updating link to change in openSUSE:Factory/tiff revision 18.0
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=fc9a411db7746164edbf990d406730ed
2010-04-28 20:33:34 +00:00
OBS User autobuild
b893295da6 Accepting request 38843 from graphics
checked in (request 38843)

OBS-URL: https://build.opensuse.org/request/show/38843
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=16
2010-04-28 20:33:33 +00:00
02cdff8f67 - fixed tiff2pdf output [bnc#599475]
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=15
2010-04-26 13:09:28 +00:00
OBS User buildservice-autocommit
8c65c9a3ee Updating link to change in openSUSE:Factory/tiff revision 17.0
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=d2902d58de8e3963bdaa82cf5dd831c4
2010-03-26 15:15:03 +00:00
Stephan Kulow
860dbf9d32 - fixed typo
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=13
2010-03-26 08:50:15 +00:00
OBS User buildservice-autocommit
72bbc6c733 Updating link to change in openSUSE:Factory/tiff revision 16.0
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=54a32b51aaa9e986c3f0089395c6f73f
2010-03-25 23:15:46 +00:00
6d25600a01 OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=11 2010-03-22 12:51:54 +00:00
9a9b7bc738 OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=10 2010-03-22 10:49:49 +00:00
OBS User buildservice-autocommit
549932aa9b Updating link to change in openSUSE:Factory/tiff revision 15.0
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=b5642e0833fa27bde61dc9a0324bb6fe
2010-03-18 15:32:16 +00:00
9596637077 - updated to 3.9.2: fixed many CVE's and obsoletes almost all
our patches (see ChangeLog for details)

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=9
2010-03-16 13:09:34 +00:00
Stephan Kulow
29f870502f converted link to branch
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=8
2010-02-19 15:34:57 +00:00
OBS User autobuild
96a02c1aeb checked in
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=7
2010-01-08 16:32:36 +00:00
Stephan Kulow
bcaa13d660 Accepting request 28145 from home:jengelh:branches:graphics
Copy from home:jengelh:branches:graphics/tiff via accept of submit request 28145 revision 5.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/28145
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=6
2010-01-07 17:50:34 +00:00
OBS User autobuild
ef8ec93522 Accepting request 35458 from graphics
Copy from graphics/tiff based on submit request 35458 from user pgajdos

OBS-URL: https://build.opensuse.org/request/show/35458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=16
2010-03-25 23:15:46 +00:00
OBS User autobuild
c1446b73b2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=15 2010-03-18 15:32:16 +00:00