From 3a788911389bde06de667f30ecda25ee72effc31 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 1 Dec 2023 16:11:39 +0100 Subject: [PATCH] Rebuild for openssl crate >= v0.10.60 (RUSTSEC-2023-0044, RUSTSEC-2023-0072) --- fido-device-onboard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fido-device-onboard.spec b/fido-device-onboard.spec index 5790600..e801be5 100644 --- a/fido-device-onboard.spec +++ b/fido-device-onboard.spec @@ -4,7 +4,7 @@ Name: fido-device-onboard Version: 0.4.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A rust implementation of the FIDO Device Onboard Specification License: BSD-3-Clause @@ -270,6 +270,9 @@ Requires: fdo-init = %{version}-%{release} %systemd_postun_with_restart fdo-aio.service %changelog +* Fri Dec 01 2023 Fabio Valentini - 0.4.12-5 +- Rebuild for openssl crate >= v0.10.60 (RUSTSEC-2023-0044, RUSTSEC-2023-0072) + * Wed Aug 23 2023 Peter Robinson - 0.4.12-4 - Ensure client service fix is applied