Commit Graph

181 Commits

Author SHA256 Message Date
Dominique Leuenberger
063700a359 Accepting request 987003 from graphics
- security update
  * CVE-2022-2056 [bsc#1201176]
  * CVE-2022-2057 [bsc#1201175]
  * CVE-2022-2058 [bsc#1201174]
    + tiff-CVE-2022-2056,CVE-2022-2057,CVE-2022-2058.patch

OBS-URL: https://build.opensuse.org/request/show/987003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=84
2022-07-07 10:56:17 +00:00
Michael Vetter
2513c77eae - security update
* CVE-2022-2056 [bsc#1201176]
  * CVE-2022-2057 [bsc#1201175]
  * CVE-2022-2058 [bsc#1201174]
    + tiff-CVE-2022-2056,CVE-2022-2057,CVE-2022-2058.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=155
2022-07-06 09:39:31 +00:00
Dominique Leuenberger
5fbf50e261 Accepting request 979828 from graphics
- update to 4.4.0:
  * TIFFIsBigTiff() function added.
  * Functions TIFFFieldSetGetSize() and TIFFieldSetGetCountSize() added.
  * LZWDecode(): major speed improvements (~30% faster)
  * Predictor 2 (horizontal differenciation): support 64-bit
  * Support libjpeg 9d
  * avoid hang in TIFFRewriteDirectory() if a classic file > 4 GB is attempted
    to be created
  * tif_jbig.c: fix crash when reading a file with multiple IFD in
    memory-mapped mode and when bit reversal is needed
  * TIFFFetchNormalTag(): avoid calling memcpy() with a null source pointer and
    size of zero
  * TIFFWriteDirectoryTagData(): turn assertion on data length into a runtime
    check
  * TIFFFetchStripThing(): avoid calling memcpy() with a null source pointer
    and size of zero
  * TIFFReadDirectory(): avoid calling memcpy() with a null source pointer and
    size of zero
  * TIFFYCbCrToRGBInit(): avoid Integer-overflow
  * TIFFGetField(TIFFTAG_STRIPBYTECOUNTS/TIFFTAG_STRIPOFFSETS): return error if
    returned pointer is NULL (fixes #342)
  * OJPEG: avoid assertion when using TIFFReadScanline()
  * TIFFReadDirectory: fix OJPEG hack
  * LZW codec: fix support for strips/tiles > 2 GB on Windows
  * TIFFAppendToStrip(): fix rewrite-in-place logic
  * Fix TIFFRewriteDirectory discarding directories.
  * TIFFReadCustomDirectory(): avoid crash when reading SubjectDistance tag on
    a non EXIF directory
  * Fix Segmentation fault printing GPS directory if Altitude tag is present
  * tif_jpeg.c: do not emit progressive scans with mozjpeg. (#266)

OBS-URL: https://build.opensuse.org/request/show/979828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=83
2022-06-03 12:15:28 +00:00
Michael Vetter
b84395b7e1 tiff-CVE-2022-0908.patch, tiff-CVE-2022-1056,CVE-2022-0891.patch: all upstream
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=153
2022-05-30 09:42:51 +00:00
Michael Vetter
f3c286f315 Accepting request 979753 from home:dirkmueller:Factory
- update to 4.4.0:
  * TIFFIsBigTiff() function added.
  * Functions TIFFFieldSetGetSize() and TIFFieldSetGetCountSize() added.
  * LZWDecode(): major speed improvements (~30% faster)
  * Predictor 2 (horizontal differenciation): support 64-bit
  * Support libjpeg 9d
  * avoid hang in TIFFRewriteDirectory() if a classic file > 4 GB is attempted
    to be created
  * tif_jbig.c: fix crash when reading a file with multiple IFD in
    memory-mapped mode and when bit reversal is needed
  * TIFFFetchNormalTag(): avoid calling memcpy() with a null source pointer and
    size of zero
  * TIFFWriteDirectoryTagData(): turn assertion on data length into a runtime
    check
  * TIFFFetchStripThing(): avoid calling memcpy() with a null source pointer
    and size of zero
  * TIFFReadDirectory(): avoid calling memcpy() with a null source pointer and
    size of zero
  * TIFFYCbCrToRGBInit(): avoid Integer-overflow
  * TIFFGetField(TIFFTAG_STRIPBYTECOUNTS/TIFFTAG_STRIPOFFSETS): return error if
    returned pointer is NULL (fixes #342)
  * OJPEG: avoid assertion when using TIFFReadScanline()
  * TIFFReadDirectory: fix OJPEG hack
  * LZW codec: fix support for strips/tiles > 2 GB on Windows
  * TIFFAppendToStrip(): fix rewrite-in-place logic
  * Fix TIFFRewriteDirectory discarding directories.
  * TIFFReadCustomDirectory(): avoid crash when reading SubjectDistance tag on
    a non EXIF directory
  * Fix Segmentation fault printing GPS directory if Altitude tag is present
  * tif_jpeg.c: do not emit progressive scans with mozjpeg. (#266)

OBS-URL: https://build.opensuse.org/request/show/979753
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=152
2022-05-30 07:12:53 +00:00
Dominique Leuenberger
ba94fea0bc Accepting request 975780 from graphics
- security update:
  * CVE-2022-0907 [bsc#1197070]
    + tiff-CVE-2022-0907.patch

- security update
  * CVE-2022-0561 [bsc#1195964]
    + tiff-CVE-2022-0561.patch
  * CVE-2022-0562 [bsc#1195965]
    + tiff-CVE-2022-0562.patch
  * CVE-2022-0865 [bsc#1197066]
    + tiff-CVE-2022-0865.patch
  * CVE-2022-0909 [bsc#1197072]
    + tiff-CVE-2022-0909.patch
  * CVE-2022-0924 [bsc#1197073]
    + tiff-CVE-2022-0924.patch
  * CVE-2022-0908 [bsc#1197074]
    + tiff-CVE-2022-0908.patch

- security update
  * CVE-2022-1056 [bsc#1197631]
  * CVE-2022-0891 [bsc#1197068]
    + tiff-CVE-2022-1056,CVE-2022-0891.patch

- switch source url to https

OBS-URL: https://build.opensuse.org/request/show/975780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=82
2022-05-10 13:11:29 +00:00
Michael Vetter
b69ad69187 - security update:
* CVE-2022-0907 [bsc#1197070]
    + tiff-CVE-2022-0907.patch

- security update
  * CVE-2022-0561 [bsc#1195964]
    + tiff-CVE-2022-0561.patch
  * CVE-2022-0562 [bsc#1195965]
    + tiff-CVE-2022-0562.patch
  * CVE-2022-0865 [bsc#1197066]
    + tiff-CVE-2022-0865.patch
  * CVE-2022-0909 [bsc#1197072]
    + tiff-CVE-2022-0909.patch
  * CVE-2022-0924 [bsc#1197073]
    + tiff-CVE-2022-0924.patch
  * CVE-2022-0908 [bsc#1197074]
    + tiff-CVE-2022-0908.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=150
2022-05-09 10:52:41 +00:00
Michael Vetter
9870b75817 - security update
* CVE-2022-1056 [bsc#1197631]
  * CVE-2022-0891 [bsc#1197068]
    + tiff-CVE-2022-1056,CVE-2022-0891.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=149
2022-05-06 09:22:02 +00:00
229cd89783 - switch source url to https
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=148
2022-05-04 08:39:52 +00:00
Dominique Leuenberger
454c78f5d0 Accepting request 888526 from graphics
OBS-URL: https://build.opensuse.org/request/show/888526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=81
2021-04-28 23:36:36 +00:00
Michael Vetter
05c38cdd4c Accepting request 888512 from home:polslinux:branches:graphics
- version update to 4.3.0
  * Build and usage of the library and its utilities requires a C99
    capable compiler.
  * New optional codec for the LERC (Limited Error Raster Compression)
    compression scheme. To have it available, configure libtiff against
    the SDK available at https://github.com/esri/lerc
  * Removal of unused, or now useless due to C99 availability,
    functions in port/
  * tiffcmp: fix comparaison with pixels that are
    fractional number of bytes
  * tiff2ps: exit the loop in case of error
  * tiff2pdf: check that tiff_datasize fits in a signed tsize_t

OBS-URL: https://build.opensuse.org/request/show/888512
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=146
2021-04-26 15:21:43 +00:00
Dominique Leuenberger
f849ccc173 Accepting request 859053 from graphics
- version update to 4.2.0
  Major changes:
  * Optional support for using libdeflate is added.
  * Many of the tools now support a memory usage limit.
  See http://www.simplesystems.org/libtiff/v4.2.0.html for more.

OBS-URL: https://build.opensuse.org/request/show/859053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=80
2020-12-31 08:58:25 +00:00
78a3d62afc - version update to 4.2.0
Major changes:
  * Optional support for using libdeflate is added.
  * Many of the tools now support a memory usage limit.
  See http://www.simplesystems.org/libtiff/v4.2.0.html for more.

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=144
2020-12-28 16:05:12 +00:00
Dominique Leuenberger
7341936a9f Accepting request 790472 from graphics
- Drop webp support as it would introduce build cycle (forwarded request 790408 from pluskalm)

OBS-URL: https://build.opensuse.org/request/show/790472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=79
2020-04-05 18:50:49 +00:00
19874cc655 Accepting request 790408 from home:pluskalm:branches:graphics
- Drop webp support as it would introduce build cycle

OBS-URL: https://build.opensuse.org/request/show/790408
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=142
2020-04-01 07:43:04 +00:00
d7a17437c0 Accepting request 789832 from home:pluskalm:branches:graphics
- Enable zstd and webp support

OBS-URL: https://build.opensuse.org/request/show/789832
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=141
2020-03-30 15:48:36 +00:00
Dominique Leuenberger
f7e28e5a90 Accepting request 745991 from graphics
OBS-URL: https://build.opensuse.org/request/show/745991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=78
2019-11-11 11:57:59 +00:00
Fridrich Strba
f03bf8b65d Accepting request 745973 from home:pgajdos
- version update to 4.1.0
  * fixes several CVEs mentioned below and more,
    see ChangeLog
- deleted patches
  - tiff-CVE-2018-12900.patch (upstreamed)
  - tiff-CVE-2018-17000,19210.patch (upstreamed)
  - tiff-CVE-2019-6128.patch (upstreamed)
  - tiff-CVE-2019-7663.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/745973
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=139
2019-11-06 12:58:26 +00:00
Dominique Leuenberger
7a09266256 Accepting request 674138 from graphics
- security update
  * CVE-2019-7663 [bsc#1125113]
    + tiff-CVE-2019-7663.patch

- security update
  * CVE-2019-6128 [bsc#1121626]
    + tiff-CVE-2019-6128.patch

- extend tiff-CVE-2018-19210.patch and rename it to
  tiff-CVE-2018-17000,19210.patch [bsc#1108606c#11]
  * solves CVE-2018-19210 [bsc#1115717] and CVE-2018-17000 [bsc#1108606]

- amend tiff-CVE-2018-12900.patch: fix wrong error message
  [bsc#1099257]

OBS-URL: https://build.opensuse.org/request/show/674138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=77
2019-02-13 09:18:13 +00:00
Michael Vetter
219d98803d - security update
* CVE-2019-7663 [bsc#1125113]
    + tiff-CVE-2019-7663.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=137
2019-02-12 14:47:56 +00:00
Michael Vetter
0164724f55 - security update
* CVE-2019-6128 [bsc#1121626]
    + tiff-CVE-2019-6128.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=136
2019-02-04 14:42:48 +00:00
Michael Vetter
6232377d76 Accepting request 670119 from home:pgajdos
- extend tiff-CVE-2018-19210.patch and rename it to
  tiff-CVE-2018-17000,19210.patch [bsc#1108606c#11]
  * solves CVE-2018-19210 [bsc#1115717] and CVE-2018-17000 [bsc#1108606]

OBS-URL: https://build.opensuse.org/request/show/670119
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=135
2019-01-30 13:03:18 +00:00
Fridrich Strba
252bc8dd8e Accepting request 670090 from home:pgajdos
- amend tiff-CVE-2018-12900.patch: fix wrong error message
  [bsc#1099257]

OBS-URL: https://build.opensuse.org/request/show/670090
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=134
2019-01-30 10:17:21 +00:00
Dominique Leuenberger
04c1ff8b84 Accepting request 650209 from graphics
OBS-URL: https://build.opensuse.org/request/show/650209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=76
2018-11-26 09:13:11 +00:00
Michael Vetter
74e51d9f9b Accepting request 650208 from home:pgajdos
- security update
  * CVE-2018-19210 [bsc#1115717]
    + tiff-CVE-2018-19210.patch

OBS-URL: https://build.opensuse.org/request/show/650208
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=132
2018-11-19 14:15:22 +00:00
Michael Vetter
dbdcd8bdbf Accepting request 648715 from home:scarabeus_iv:branches:graphics
- Support only SLE12+ and remove the no longer needed conditions

OBS-URL: https://build.opensuse.org/request/show/648715
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=131
2018-11-13 11:18:03 +00:00
Michael Vetter
477879b0e1 Accepting request 648691 from home:pgajdos
- security update
  * CVE-2018-12900 [bsc#1099257]
    + tiff-CVE-2018-12900.patch

OBS-URL: https://build.opensuse.org/request/show/648691
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=130
2018-11-13 09:27:32 +00:00
Michael Vetter
8d04a2b496 * tiff-4.0.9-bsc1081690-CVE-2018-5784.patch
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=129
2018-11-12 12:14:26 +00:00
Michael Vetter
00a68aa56e Accepting request 648453 from home:pgajdos
- upddated to 4.0.10:
  * fixes several CVEs mentioned below plus CVE-2018-18557 and
    CVE-2018-18661 and more
- removed patches
  * tiff-CVE-2017-11613,CVE-2018-16335,15209.patch
  * tiff-CVE-2017-18013.patch
  * tiff-CVE-2017-9935,CVE-2018-17795.patch
  * tiff-CVE-2018-10779.patch
  * tiff-CVE-2018-10963.patch
  * tiff-CVE-2018-17100.patch
  * tiff-CVE-2018-17101.patch
  * tiff-CVE-2018-7456.patch
  * tiff-CVE-2018-8905.patch

OBS-URL: https://build.opensuse.org/request/show/648453
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=128
2018-11-12 12:01:15 +00:00
Dominique Leuenberger
ab66cfdc84 Accepting request 643138 from graphics
OBS-URL: https://build.opensuse.org/request/show/643138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=75
2018-10-23 18:35:56 +00:00
Ismail Dönmez
b67797b39c Accepting request 643137 from home:pgajdos
- security update
  * CVE-2018-17795 [bsc#1110358]
    % tiff-4.0.9-bsc1046077-CVE-2017-9935.patch renamed to
      tiff-CVE-2017-9935,CVE-2018-17795.patch
  * CVE-2018-16335 [bsc#1106853]
    % tiff-CVE-2017-11613.patch renamed to
      tiff-CVE-2017-11613,CVE-2018-16335,15209.patch
- add a possibility to build with ASAN

OBS-URL: https://build.opensuse.org/request/show/643137
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=126
2018-10-19 08:39:38 +00:00
Ismail Dönmez
ee295f46b9 Accepting request 642627 from home:pgajdos
- security update
  * CVE-2018-17100 [bsc#1108637]
    + tiff-CVE-2018-17100.patch
  * CVE-2018-17101 [bsc#1108627]
    + tiff-CVE-2018-17101.patch

OBS-URL: https://build.opensuse.org/request/show/642627
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=125
2018-10-17 11:39:01 +00:00
Yuchen Lin
63cde53898 Accepting request 631401 from graphics
OBS-URL: https://build.opensuse.org/request/show/631401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=74
2018-09-11 15:10:49 +00:00
Fridrich Strba
9835a6513f Accepting request 631399 from home:pgajdos
- remove pal2rgb tool [bsc#1071031]

- security update
  * CVE-2018-10779 [bsc#1092480]
    + tiff-CVE-2018-10779.patch

OBS-URL: https://build.opensuse.org/request/show/631399
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=123
2018-08-24 15:27:34 +00:00
Dominique Leuenberger
3a18562cc0 Accepting request 614266 from graphics
OBS-URL: https://build.opensuse.org/request/show/614266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=73
2018-06-08 21:19:57 +00:00
Ismail Dönmez
338f91dbdc Accepting request 614252 from home:pgajdos
- security update
  * CVE-2018-8905 [bsc#1086408]
    + tiff-CVE-2018-8905.patch

OBS-URL: https://build.opensuse.org/request/show/614252
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=121
2018-06-05 13:04:45 +00:00
Ismail Dönmez
3dcdb2c325 Accepting request 614015 from home:pgajdos
- security update
  * CVE-2017-11613 [bsc#1082332]
    + tiff-CVE-2017-11613.patch

OBS-URL: https://build.opensuse.org/request/show/614015
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=120
2018-06-04 15:31:10 +00:00
Ismail Dönmez
e68189b3a7 Accepting request 613978 from home:pgajdos
- security update
  * CVE-2018-7456 [bsc#1082825]
    + tiff-CVE-2018-7456.patch

OBS-URL: https://build.opensuse.org/request/show/613978
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=119
2018-06-04 13:02:38 +00:00
Dominique Leuenberger
f36f0f0149 Accepting request 610255 from graphics
OBS-URL: https://build.opensuse.org/request/show/610255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=72
2018-05-19 13:41:47 +00:00
Michael Vetter
c9f5a6aca9 Accepting request 610254 from home:pgajdos
- security update
  * CVE-2017-18013 [bsc#1074317]
    + tiff-CVE-2017-18013.patch

OBS-URL: https://build.opensuse.org/request/show/610254
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=117
2018-05-18 09:24:19 +00:00
Ismail Dönmez
276dcc784a Accepting request 607515 from home:pgajdos
- security update
  * CVE-2018-10963 [bsc#1092949]
    + tiff-CVE-2018-10963.patch

OBS-URL: https://build.opensuse.org/request/show/607515
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=116
2018-05-15 12:56:19 +00:00
Dominique Leuenberger
791e05fb87 Accepting request 578431 from graphics
- bsc#1081690: Add tiff-4.0.9-bsc1081690-CVE-2018-5784.patch
  Fix uncontrolled resource consumption in TIFFSetDirectory

OBS-URL: https://build.opensuse.org/request/show/578431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=71
2018-02-25 11:20:50 +00:00
Michael Vetter
facb4b0d94 - bsc#1081690: Add tiff-4.0.9-bsc1081690-CVE-2018-5784.patch
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=114
2018-02-20 16:40:49 +00:00
Michael Vetter
6803e56221 - bsc#1081690: Add tiff-4.0.9-CVE-2018-5784.patch
Fix uncontrolled resource consumption in TIFFSetDirectory

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=113
2018-02-20 16:23:09 +00:00
Dominique Leuenberger
7dfac3ce52 Accepting request 577270 from graphics
- bsc#1046077: Add tiff-4.0.9-bsc1046077-CVE-2017-9935.patch
  Fix Heap-based buffer overflow in t2p_write_pdf

OBS-URL: https://build.opensuse.org/request/show/577270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=70
2018-02-18 10:39:30 +00:00
Michael Vetter
f02ef36534 - bsc#1046077: Add tiff-4.0.9-bsc1046077-CVE-2017-9935.patch
Fix Heap-based buffer overflow in t2p_write_pdf

OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=111
2018-02-16 14:14:43 +00:00
Dominique Leuenberger
7e26003122 Accepting request 559098 from graphics
OBS-URL: https://build.opensuse.org/request/show/559098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=69
2018-01-02 15:31:45 +00:00
Fridrich Strba
01e3d05bdf Accepting request 559087 from home:dimstar:Factory
- Fix check section:
  + Make sure to get back to the right directory after chdir to
    'tools', or we can't run the 2nd test suite.
  + Fix typo: the tests are located in a directory called 'test',
    not 'tests'.

Note: rpm4.14 finally errs out on the old broken %check section. Previous rpm versions 'missed' to bail out.

OBS-URL: https://build.opensuse.org/request/show/559087
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=109
2017-12-21 13:46:14 +00:00
Dominique Leuenberger
99238c09c0 Accepting request 556376 from graphics
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/556376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=68
2017-12-15 12:59:20 +00:00
Fridrich Strba
0f8d14905c OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=107 2017-12-05 07:21:38 +00:00