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
This commit is contained in:
Fabio Valentini 2023-05-03 16:48:47 +02:00
parent c119416a02
commit 9bf4babe67
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

View File

@ -12,7 +12,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.17.0 Version: 0.17.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Installer for Fedora CoreOS and RHEL CoreOS Summary: Installer for Fedora CoreOS and RHEL CoreOS
# Upstream license specification: Apache-2.0 # Upstream license specification: Apache-2.0
@ -180,6 +180,9 @@ from the initramfs in IoT/Edge and is supported by the community.
%endif %endif
%changelog %changelog
* Wed May 03 2023 Fabio Valentini <decathorpe@gmail.com> - 0.17.0-3
- Rebuild for tokio, h2, and openssl crate security updates
* Tue Apr 11 2023 Irene Diez <idiez@redhat.com> - 0.17.0-2 * Tue Apr 11 2023 Irene Diez <idiez@redhat.com> - 0.17.0-2
- Update dracut/scripts: no need to mount the filesystem - Update dracut/scripts: no need to mount the filesystem
https://github.com/coreos/coreos-installer-dracut/pull/30 https://github.com/coreos/coreos-installer-dracut/pull/30