From 6b1050837f00394b1864d2ec96a382ee6bd9d052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 17 Jun 2025 17:54:35 +0400 Subject: [PATCH] Fix CVE-2025-49133 (build for 9.7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: RHEL-96254 Signed-off-by: Marc-André Lureau --- libtpms.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtpms.spec b/libtpms.spec index f690b3a..7d2c2fe 100644 --- a/libtpms.spec +++ b/libtpms.spec @@ -3,7 +3,7 @@ Name: libtpms Version: 0.9.1 -Release: 5.%{gitdate}git%{gitversion}%{?dist} +Release: 6.%{gitdate}git%{gitversion}%{?dist} Summary: Library providing Trusted Platform Module (TPM) functionality License: BSD @@ -61,6 +61,10 @@ find %{buildroot} -type f -name '*.la' | xargs rm -f -- || : %{_mandir}/man3/* %changelog +* Tue Jun 17 2025 Marc-André Lureau - 0.9.1-6.20211126git1ff6fe1f43 +- Fix CVE-2025-49133 (build for 9.7) + Resolves: RHEL-96254 + * Mon Jun 16 2025 Marc-André Lureau - 0.9.1-5.20211126git1ff6fe1f43 - Fix CVE-2025-49133 Resolves: RHEL-96258