From 85553d87fd0983678fcd4b86ac1a154c63d43d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Mon, 24 Oct 2022 10:48:25 +0200 Subject: [PATCH] Bump release Resolves: CVE-2022-2953 --- libtiff.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtiff.spec b/libtiff.spec index 34d0223..f993cfd 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -1,7 +1,7 @@ Summary: Library of functions for manipulating TIFF format image files Name: libtiff Version: 4.4.0 -Release: 4%{?dist} +Release: 5%{?dist} License: libtiff URL: http://www.simplesystems.org/libtiff/ @@ -166,6 +166,10 @@ find html -name 'Makefile*' | xargs rm %{_mandir}/man1/* %changelog +* Mon Oct 24 2022 Matej Mužila - 4.4.0-5 +- Bump release +- Resolves: CVE-2022-2953 + * Tue Oct 11 2022 Matej Mužila - 4.4.0-4 - Resolves: CVE-2022-2519 CVE-2022-2520 CVE-2022-2521