import UBI libtiff-4.6.0-6.el10_1.1

This commit is contained in:
eabdullin 2025-11-11 22:15:08 +00:00
parent 15f7f75f66
commit 0f01de2e6d
2 changed files with 7 additions and 6 deletions

View File

@ -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 <sulau@freenet.de>
Date: Wed, 11 Jun 2025 19:45:19 +0000
Subject: [PATCH] tif_getimage.c: Fix buffer underflow crash for less raster

View File

@ -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 <jotnar@redhat.com> - 4.6.0-6.1
- Fix buffer underflow crash in TIFFReadRGBAImageOriented
- Resolves: RHEL-112522
* Wed Oct 08 2025 RHEL Packaging Agent <jotnar@redhat.com> - 4.6.0-6.1
- Fix buffer underflow in TIFFReadRGBAImageOriented().
- Resolves: RHEL-112524
* Mon Mar 31 2025 Michal Hlavinka <mhlavink@redhat.com> - 4.6.0-6
- drop unused compat libtiff.so.5 (RHEL-85372)