From 96cc188e9d7e3fca122fb712a1b1b82d7297de11 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 28 Mar 2025 10:47:14 +0000 Subject: [PATCH] import UBI podman-5.2.2-15.el9_5 --- .gitignore | 2 +- .podman.metadata | 2 +- SPECS/podman.spec | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a555cdf..081cca9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v5.2-rhel-173b20b.tar.gz +SOURCES/v5.2-rhel-a2d774c.tar.gz diff --git a/.podman.metadata b/.podman.metadata index ba5d26f..e1d71f0 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -fd9c1f4896e3f28ddf1aed7a75e90d03336c3c70 SOURCES/v5.2-rhel-173b20b.tar.gz +833ece89a55a3cd6dff37c94538b0b2164ace028 SOURCES/v5.2-rhel-a2d774c.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 14c8fe8..62761e3 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -5,7 +5,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ %global import_path github.com/containers/podman %global branch v5.2-rhel -%global commit0 173b20bfee64e72e5a74347facf694b3e4fe26d8 +%global commit0 a2d774cd664402a14755b4b270fb4cc8dd99acbc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.7 %global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2 @@ -14,7 +14,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 4 Name: podman Version: 5.2.2 -Release: 13%{?dist} +Release: 15%{?dist} Summary: Manage Pods, Containers and Container Images License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 URL: https://%{name}.io/ @@ -365,6 +365,18 @@ fi %{_datadir}/%{name}/test %changelog +* Mon Mar 17 2025 Jindrich Novy - 4:5.2.2-15 +- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel + (https://github.com/containers/podman/commit/a2d774c) +- fixes "Excessive memory leak due to uncontrolled accumulation of health.log entries in Podman 5.x - [RHEL 9.5] Zstream" +- Resolves: RHEL-83558 + +* Mon Mar 17 2025 Jindrich Novy - 4:5.2.2-14 +- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel + (https://github.com/containers/podman/commit/ea1bef4) +- fixes "CVE-2025-22869 podman: Potential denial of service in golang.org/x/crypto [rhel-9.5.z]" +- Resolves: RHEL-81318 + * Fri Jan 24 2025 Jindrich Novy - 4:5.2.2-13 - update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel (https://github.com/containers/podman/commit/173b20b)