From cf61bb4ee97d847c1e4d36716964d7c6d0a3fcb9 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Jul 10 2023 07:13:32 +0000 Subject: Backport fixes from KDE patchset collection --- diff --git a/qt5-qtimageformats.spec b/qt5-qtimageformats.spec index 0110713..d7ec6da 100644 --- a/qt5-qtimageformats.spec +++ b/qt5-qtimageformats.spec @@ -3,7 +3,7 @@ Summary: Qt5 - QtImageFormats component Name: qt5-%{qt_module} Version: 5.15.10 -Release: 1%{?dist} +Release: 2%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for details License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 @@ -11,6 +11,17 @@ Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz +Patch1: 0001-Add-some-basic-checking-against-corrupt-input.patch +Patch2: 0002-Check-earlier-to-avoid-sanitzer-warnings.patch +Patch3: 0003-jp2-use-correct-buffer_size-for-jas_stream_memopen.patch +Patch4: 0004-jp2-use-new-APIs-for-jasper-3.patch +Patch5: 0005-Reject-tiled-tiffs-with-corrupt-tile-size-early.patch +Patch6: 0006-webp-support-sequential-input-device-if-full-file-is.patch +Patch7: 0007-Explicitly-include-QVarLengthArray-header.patch +Patch8: 0008-Implement-support-for-file-memory-mapping-for-tiff-r.patch +Patch9: 0009-TGA-Plugin-Fix-reading-of-CMapDepth.patch + + BuildRequires: make BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-private-devel @@ -72,6 +83,9 @@ make install INSTALL_ROOT=%{buildroot} %changelog +* Mon Jul 10 2023 Jan Grulich - 5.15.10-2 +- Backport fixes from KDE patchset collection + * Mon Jun 12 2023 Jan Grulich - 5.15.10-1 - 5.15.10