libslirp-4.4.0-2

- rebuild to preserve upgrade path 8.9 -> 8.10
- Related: RHEL-32671

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar 2024-04-12 13:12:46 -04:00
parent 003a8eef64
commit 90200d1aff
No known key found for this signature in database
GPG Key ID: 1C1EDD7CC7C3A0DD

View File

@ -1,6 +1,6 @@
Name: libslirp
Version: 4.4.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A general purpose TCP-IP emulator
# check the SPDX tags in source files for details
@ -61,6 +61,10 @@ developing applications that use %{name}.
%changelog
* Fri Apr 12 2024 Lokesh Mandvekar <lsm5@redhat.com> - 4.4.0-2
- rebuild to preserve upgrade path 8.9 -> 8.10
- Related: RHEL-32671
* Mon Jun 28 2021 Jindrich Novy <jnovy@redhat.com> - 4.4.0-1
- Fix CVE-2021-3592 CVE-2021-3593 CVE-2021-3594 CVE-2021-3595 out-of-bounds access
- Related: #1934415