From 9bf4babe67f6914d4c55014098b41439a2c48a6a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 3 May 2023 16:48:47 +0200 Subject: [PATCH] Rebuild for tokio, h2, and openssl crate security updates tokio: RUSTSEC-2023-0005 h2: RUSTSEC-2023-0034 / CVE-2023-26964 openssl: RUSTSEC-2023-0022, RUSTSEC-2023-0023, RUSTSEC-2023-0024 --- rust-coreos-installer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-coreos-installer.spec b/rust-coreos-installer.spec index 74a4ffb..9a56d3c 100644 --- a/rust-coreos-installer.spec +++ b/rust-coreos-installer.spec @@ -12,7 +12,7 @@ Name: rust-%{crate} Version: 0.17.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Installer for Fedora CoreOS and RHEL CoreOS # Upstream license specification: Apache-2.0 @@ -180,6 +180,9 @@ from the initramfs in IoT/Edge and is supported by the community. %endif %changelog +* Wed May 03 2023 Fabio Valentini - 0.17.0-3 +- Rebuild for tokio, h2, and openssl crate security updates + * Tue Apr 11 2023 Irene Diez - 0.17.0-2 - Update dracut/scripts: no need to mount the filesystem https://github.com/coreos/coreos-installer-dracut/pull/30