From 0f01de2e6d3977297f83e86e149db12296e9c6c2 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 11 Nov 2025 22:15:08 +0000 Subject: [PATCH] import UBI libtiff-4.6.0-6.el10_1.1 --- RHEL-112522.patch => RHEL-112524.patch | 2 +- libtiff.spec | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) rename RHEL-112522.patch => RHEL-112524.patch (96%) diff --git a/RHEL-112522.patch b/RHEL-112524.patch similarity index 96% rename from RHEL-112522.patch rename to RHEL-112524.patch index 2ca52f8..b8f7956 100644 --- a/RHEL-112522.patch +++ b/RHEL-112524.patch @@ -1,4 +1,4 @@ -From 2a4cb1ee817b995fbe23433a26d90e04f0202886 Mon Sep 17 00:00:00 2001 +From 8c951535e8551e314a66cdff01b83f055a204e8c Mon Sep 17 00:00:00 2001 From: Su Laus Date: Wed, 11 Jun 2025 19:45:19 +0000 Subject: [PATCH] tif_getimage.c: Fix buffer underflow crash for less raster diff --git a/libtiff.spec b/libtiff.spec index ca1bdd1..a019caa 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -12,7 +12,8 @@ Patch0: libtiff-am-version.patch # from upstream, for <=4.6.0, RHEL-52926 # https://gitlab.com/libtiff/libtiff/-/commit/3705f82b6483c7906cf08cd6b9dcdcd59c61d779 Patch1: libtiff-4.6.0-CVE-2024-7006.patch -Patch2: RHEL-112522.patch +# Resolves: RHEL-112524 +Patch2: RHEL-112524.patch BuildRequires: gcc, gcc-c++ BuildRequires: zlib-devel libjpeg-devel jbigkit-devel libzstd-devel libwebp-devel liblerc-devel @@ -65,7 +66,7 @@ image files using the libtiff library. %patch -P 0 -p1 -b .backup %patch -P 1 -p1 -b .CVE-2024-7006 -%patch -P 2 -p1 -b .RHEL-112522 +%patch -P 2 -p1 -b .RHEL-112524 # Use build system's libtool.m4, not the one in the package. rm -f libtool.m4 @@ -164,9 +165,9 @@ LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH make check %{_mandir}/man1/* %changelog -* Tue Oct 07 2025 RHEL Packaging Agent - 4.6.0-6.1 -- Fix buffer underflow crash in TIFFReadRGBAImageOriented -- Resolves: RHEL-112522 +* Wed Oct 08 2025 RHEL Packaging Agent - 4.6.0-6.1 +- Fix buffer underflow in TIFFReadRGBAImageOriented(). +- Resolves: RHEL-112524 * Mon Mar 31 2025 Michal Hlavinka - 4.6.0-6 - drop unused compat libtiff.so.5 (RHEL-85372)