diff options
author | Oskari Rauta <oskari.rauta@gmail.com> | 2023-02-27 15:15:09 +0000 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-02-27 09:29:45 -0800 |
commit | 4eac9e8a2ff6fcd327ba19a6ab2f5eeaf3039251 (patch) | |
tree | 2716fc45a72604685cc60a3341c91997a415d480 /utils/podman/patches | |
parent | bfd7da1392c1436bd721a4692fbeda541083ef1f (diff) |
podman: update to v4.4.2
Security:
- This release fixes CVE-2023-0778, which allowed a malicious user to potentially replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system.
Bugfixes:
- Fixed a bug where containers started via the podman-kube systemd template would always use the "passthrough" log driver (#17482).
- Fixed a bug where pulls would unexpectedly encounter an EOF error. Now, Podman automatically transparently resumes aborted pull connections.
- Fixed a race condition in Podman's signal proxy.
Misc:
- Updated the containers/image library to v5.24.1.
Patch also refreshed
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'utils/podman/patches')
-rw-r--r-- | utils/podman/patches/010-do-not-build-docs.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/podman/patches/010-do-not-build-docs.patch b/utils/podman/patches/010-do-not-build-docs.patch index 67317fda3..6f77e1b87 100644 --- a/utils/podman/patches/010-do-not-build-docs.patch +++ b/utils/podman/patches/010-do-not-build-docs.patch @@ -9,7 +9,7 @@ .PHONY: binaries ifeq ($(shell uname -s),FreeBSD) -@@ -792,7 +792,7 @@ package-install: package ## Install rpm +@@ -797,7 +797,7 @@ package-install: package ## Install rpm /usr/bin/podman info # will catch a broken conmon .PHONY: install |