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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Fridrich Strba
bca784dfc1
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=105
2017-06-22 08:33:54 +00:00
Fridrich Strba
16b046bbc2
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=104
2017-06-21 09:11:42 +00:00
Fridrich Strba
c734e62372
4.0.8
...
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=103
2017-06-20 08:59:59 +00:00
Fridrich Strba
a46aa57364
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=100
2017-03-29 10:52:19 +00:00
Fridrich Strba
7b44503774
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=99
2017-03-29 09:39:45 +00:00
Fridrich Strba
a44c766f4d
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=98
2017-03-29 09:16:28 +00:00
Fridrich Strba
b74435abe5
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=96
2017-02-03 07:59:47 +00:00
Fridrich Strba
aba2738779
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=94
2017-01-13 10:10:49 +00:00
Ismail Dönmez
a7ba1259bf
Accepting request 447008 from home:jengelh:branches:graphics
...
- Drop --with-pic, this is only for static libs (which are not built)
- Update descriptions
OBS-URL: https://build.opensuse.org/request/show/447008
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=92
2016-12-19 11:18:17 +00:00
Ismail Dönmez
6248837a55
- Update homepage
...
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=91
2016-12-19 10:04:10 +00:00
Fridrich Strba
ce111c7af9
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=89
2016-11-29 09:11:43 +00:00
Fridrich Strba
6f8256c084
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=86
2016-10-07 07:22:57 +00:00
Fridrich Strba
1a62f4bdb5
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=84
2016-09-01 14:45:59 +00:00
Fridrich Strba
c6abd52efe
Some security fixes
...
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=82
2016-07-12 09:27:05 +00:00
Fridrich Strba
ecd83f4743
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=80
2016-04-06 14:07:35 +00:00
Fridrich Strba
5cf315901e
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=78
2016-02-01 08:08:56 +00:00
Fridrich Strba
f54336c481
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=77
2016-02-01 08:04:21 +00:00