From 7f3111101f42463ede5edb3d17575fa6ecd0c3da Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 14 Jun 2023 17:34:57 +0200 Subject: [PATCH] podman-4.5.1-4.el8 - rebuild for following CVEs: CVE-2023-25173 CVE-2022-41724 CVE-2022-41725 CVE-2023-24537 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400 - Resolves: #2175071 - Resolves: #2179950 - Resolves: #2187318 - Resolves: #2187366 - Resolves: #2203681 - Resolves: #2207512 Signed-off-by: Jindrich Novy --- podman.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index baf2d0c..53646c2 100644 --- a/podman.spec +++ b/podman.spec @@ -21,7 +21,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 3 Name: podman Version: 4.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -419,6 +419,16 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Wed Jun 14 2023 Jindrich Novy - 3:4.5.1-4 +- rebuild for following CVEs: +CVE-2023-25173 CVE-2022-41724 CVE-2022-41725 CVE-2023-24537 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400 +- Resolves: #2175071 +- Resolves: #2179950 +- Resolves: #2187318 +- Resolves: #2187366 +- Resolves: #2203681 +- Resolves: #2207512 + * Wed Jun 14 2023 Jindrich Novy - 3:4.5.1-3 - update to https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.6.1 - Related: #2176055