diff --git a/download b/download index 50bfcedd5c0e93e0d628b0e8caaadaf34be9aad2..d54f770f1fb15c4655619416373333d8d7968e92 100644 --- a/download +++ b/download @@ -1,4 +1,4 @@ 38ec1fc4dd55a482cc197d58f315104e dnsname-bdc4ab8.tar.gz 369f4f472bdd335722c9aa1e6090b160 gvisor-tap-vsock-c62637db4d1417408b84340cbe993843a4984b92.tar.gz 4e88a5a12a13ec1787eb6b301e839d65 v0.1.7.tar.gz -b2e4b257e54fdbac8aad9e10ff0b0a5b v4.9-rhel-0e11f82.tar.gz +ababded2e979fc75e877b0ab19f1db29 v4.9-rhel-6cc8283.tar.gz diff --git a/podman.spec b/podman.spec index 2275fc8343c3aa79eaf364d32879b05d16339580..5cc73832b7cc2f00d9cef673b740fa767f10cd3c 100644 --- a/podman.spec +++ b/podman.spec @@ -9,7 +9,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ %global import_path github.com/containers/podman %global branch v4.9-rhel -%global commit0 0e11f820f48e52ab129fcb42ba8e137b7ce4816c +%global commit0 6cc828330733766991e0ed7ef16fb2a624f6eb88 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.7 %global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2 @@ -21,7 +21,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 4 Name: podman Version: 4.9.4 -Release: 20%{anolis_release}%{?dist} +Release: 22%{anolis_release}%{?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/ @@ -426,9 +426,21 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog -* Thu Mar 27 2025 Wenlong Zhang - 4:4.9.4-20.0.1 +* Wed Jul 09 2025 Wenlong Zhang - 4:4.9.4-22.0.1 - add loong64 support for podman +* Wed Jun 25 2025 Jindrich Novy - 4:4.9.4-22 +- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel + (https://github.com/containers/podman/commit/6cc8283) +- fixes "CVE-2025-6032 container-tools:rhel8/podman: podman missing TLS verification [rhel-8.10.z]" +- Resolves: RHEL-96702 + +* Tue Jun 24 2025 Jindrich Novy - 4:4.9.4-21 +- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel + (https://github.com/containers/podman/commit/97e91b5) +- fixes "Terminate healthcheck command upon reaching timeout. [rhel-8.10.z]" +- Resolves: RHEL-96914 + * Mon Mar 17 2025 Jindrich Novy - 4:4.9.4-20 - update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel (https://github.com/containers/podman/commit/0e11f82)