From 0a829690ad481cc045abf8f86ed2ff3dd21ed5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Thu, 24 Aug 2023 18:47:12 +0200 Subject: groups.d/231.native_packages_etc.group: tiff: bump to v4.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/tiff/CVE-2022-48281.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 patches/tiff/CVE-2022-48281.patch (limited to 'patches/tiff') diff --git a/patches/tiff/CVE-2022-48281.patch b/patches/tiff/CVE-2022-48281.patch deleted file mode 100644 index d3cf3cc1..00000000 --- a/patches/tiff/CVE-2022-48281.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 97d65859bc29ee334012e9c73022d8a8e55ed586 Mon Sep 17 00:00:00 2001 -From: Su Laus -Date: Sat, 21 Jan 2023 15:58:10 +0000 -Subject: [PATCH] tiffcrop: Correct simple copy paste error. Fix #488. - ---- - tools/tiffcrop.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tools/tiffcrop.c b/tools/tiffcrop.c -index 14fa18da..7db69883 100644 ---- a/tools/tiffcrop.c -+++ b/tools/tiffcrop.c -@@ -8591,7 +8591,7 @@ static int processCropSelections(struct image_data *image, - cropsize + NUM_BUFF_OVERSIZE_BYTES); - else - { -- prev_cropsize = seg_buffs[0].size; -+ prev_cropsize = seg_buffs[i].size; - if (prev_cropsize < cropsize) - { - next_buff = _TIFFrealloc( --- -GitLab - -- cgit v1.2.3