diff --git a/podman.spec b/podman.spec index 56210b5..8455e26 100644 --- a/podman.spec +++ b/podman.spec @@ -1,7 +1,7 @@ %define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld '" -a -v -x %{?**}; Name: podman -Version: 4.9.3 +Version: 4.9.4 Release: 1 Summary: A tool for managing OCI containers and pods. Epoch: 1 @@ -277,6 +277,11 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_bindir}/%{name}sh %changelog +* Tue Mar 26 2024 lijian 1:4.9.4-1 +- update to 4.9.4 +- Fixed CVE-2024-1753 in Buildah and podman build +- Fixed a bug in health check + * Sun Feb 25 2024 lijian 1:4.9.3-1 - update to 4.9.3 - delete plugin podman-machine-cni diff --git a/v4.9.3.tar.gz b/v4.9.4.tar.gz similarity index 69% rename from v4.9.3.tar.gz rename to v4.9.4.tar.gz index 6b8942f..13fe4be 100644 Binary files a/v4.9.3.tar.gz and b/v4.9.4.tar.gz differ