Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tiff for openSUSE:Factory checked in at 2023-09-17 19:28:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tiff (Old) and /work/SRC/openSUSE:Factory/.tiff.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tiff" Sun Sep 17 19:28:50 2023 rev:92 rq:1111461 version:4.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tiff/tiff.changes 2023-06-22 23:25:05.929643740 +0200 +++ /work/SRC/openSUSE:Factory/.tiff.new.1766/tiff.changes 2023-09-17 19:29:15.613499618 +0200 @@ -1,0 +2,35 @@ +Fri Sep 15 05:55:34 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to version 4.6.0: + * API/ABI breaks: none + * WebP decoder: validate WebP blob width, height, band count against + TIFF parameters to avoid use of uninitialized variable, or decoding + corrupted content without explicit error (fixes issue #581, issue #582). + * WebP codec: turn exact mode when creating lossless files to avoid + altering R,G,B values in areas where alpha=0 + * Fix TransferFunction writing of only two transfer functions. + * TIFFReadDirectoryCheckOrder: avoid integer overflow. When it occurs, + it should be harmless in practice though + * tiffcp: remove -i option (ignore errors) + * This version removes a big number of utilities that have suffered from + lack of maintenance over the years and were the source of various + reported security issues: + + fax2ps + + fax2tiff + + pal2rgb + + ppm2tiff + + raw2tiff + + rgb2ycbcr + + thumbnail + + tiff2bw + + tiff2rgba + + tiffcmp + + tiffcrop + + tiffdither + + tiffgt + + tiffmedian + + tiff2ps + + tiff2pdf +- Remove no longer needed tiff-4.0.3-compress-warning.patch. + +------------------------------------------------------------------- Old: ---- tiff-4.0.3-compress-warning.patch tiff-4.5.1.tar.xz tiff-4.5.1.tar.xz.sig New: ---- tiff-4.6.0.tar.xz tiff-4.6.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tiff.spec ++++++ --- /var/tmp/diff_new_pack.NuL5GM/_old 2023-09-17 19:29:16.949547235 +0200 +++ /var/tmp/diff_new_pack.NuL5GM/_new 2023-09-17 19:29:16.953547378 +0200 @@ -19,7 +19,7 @@ %define asan_build 0 %define debug_build 0 Name: tiff -Version: 4.5.1 +Version: 4.6.0 Release: 0 Summary: Tools for Converting from and to the Tagged Image File Format License: HPND @@ -31,8 +31,6 @@ Source3: baselibs.conf Source99: tiff.keyring Patch0: tiff-4.0.3-seek.patch -# http://bugzilla.maptools.org/show_bug.cgi?id=2442 -Patch1: tiff-4.0.3-compress-warning.patch BuildRequires: gcc-c++ BuildRequires: libjbig-devel BuildRequires: libjpeg-devel @@ -95,11 +93,6 @@ cp %{SOURCE2} . rm -rf %{buildroot}%{_datadir}/doc/tiff* find %{buildroot} -type f -name "*.la" -delete -print -# remove pal2rgb, bsc#1071031 -for tool in pal2rgb; do - rm %{buildroot}%{_bindir}/$tool - rm %{buildroot}%{_mandir}/man1/$tool.1 -done %check %if %{asan_build} ++++++ tiff-4.0.3-seek.patch ++++++ --- /var/tmp/diff_new_pack.NuL5GM/_old 2023-09-17 19:29:16.985548519 +0200 +++ /var/tmp/diff_new_pack.NuL5GM/_new 2023-09-17 19:29:16.989548661 +0200 @@ -1,6 +1,8 @@ ---- tiff-4.5.0/libtiff/tiffiop.h.orig 2023-01-04 09:58:24.947703675 +0100 -+++ tiff-4.5.0/libtiff/tiffiop.h 2023-01-04 09:57:09.507303516 +0100 -@@ -257,7 +257,7 @@ +Index: tiff-4.6.0/libtiff/tiffiop.h +=================================================================== +--- tiff-4.6.0.orig/libtiff/tiffiop.h ++++ tiff-4.6.0/libtiff/tiffiop.h +@@ -256,7 +256,7 @@ struct TIFFOpenOptions #define TIFFWriteFile(tif, buf, size) \ ((*(tif)->tif_writeproc)((tif)->tif_clientdata, (buf), (size))) #define TIFFSeekFile(tif, off, whence) \ ++++++ tiff-4.5.1.tar.xz -> tiff-4.6.0.tar.xz ++++++ ++++ 71432 lines of diff (skipped)