update to 4.9.4

(cherry picked from commit af951b4e4a1053d4dab4a451856df00e57fad71b)
This commit is contained in:
jianli-97 2024-03-26 10:47:23 +08:00 committed by openeuler-sync-bot
parent b46506b846
commit e85d2cedad
2 changed files with 6 additions and 1 deletions

View File

@ -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 <lijian2@kylinos.cn> 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 <lijian2@kylinos.cn> 1:4.9.3-1
- update to 4.9.3
- delete plugin podman-machine-cni

Binary file not shown.