diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-24 00:43:56 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-24 00:43:56 +0000 |
| commit | 11a26c5c4a95005deb88f76c253c6b80f502c997 (patch) | |
| tree | 5eace5cac83267246a79c488884e57dfc3e5ba14 /recipes-containers/podman | |
| parent | 2e0704ee9282e4e86c13180334cb7ce118e55dd9 (diff) | |
| download | meta-virtualization-11a26c5c4a95005deb88f76c253c6b80f502c997.tar.gz | |
podman: update to v5.8.2
Bumping libpod to version v5.8.2-5-g88c5aaeec6, which comprises the following commits:
78da75528f Install WiX v5.0.2 to build the Windows installer
7a47175665 Bump Podman to v5.8.3-dev
5b263b5f5b Bump to v5.8.2
884cd28228 Release notes for v5.8.2
6cffe93d88 hyperV: fix powershell path escape
f13de01b6d cirrus: bump linux machine aarch64 test timeout
d1cf366b0f Remove iptables references in upgrade tests
add385e31c bindings: artifact extract reject invalid names
a49ad4be81 use chrootarchive over plain archive package
92cd24903f fix symlink handling in checkpoint restore
0fa3043415 add missing O_CLOEXEC to open calls
9c262736e4 Fix Quadlet `Lookup()` stripping unmatched quotes
75820ddac5 Add e2e test for shell driver DriverOpts cross-contamination fix
e9fe245626 Fix shell driver DriverOpts cross-contamination in secret creation
7250b06e25 libpod: fix data race on deferredErr in attachExecHTTP
51b5c59310 Consolidate build secret tests and assert no podman-build-secret leak
15a2a7d605 Remote build: `nTar` secrets with relative paths and ignore bypass
e5fe3fdf69 api: fix missing return after error in SystemCheck handler
c91cd99291 test: relax rootless runc pid namespace assertion
26047f43b5 New images 2026-03-19
d49a9208bd cirrus: ensure NOTIFY_SOCKET is properly unset for all tests
1a9ae9dcba update fedoral base image to 43 and related tests
759df25a88 new image sfx for debian 14
28a39dd1ba libpod: Don't dereference ctrSpec.Linux if it is nil
7f37fbd6af quadlet: allow empty Entrypoint to clear image default
24fd9eb605 [v5.8] Bump Buildah to 1.43.1, c/common v0.67.1, c/image v5.39.2
42ac589e4d bump go-jose/go-jose to v4.1.4
fcc6ae217c [v5.8] Fix `unless-stopped` containers not restarting after ...
6a9ea849a0 Bump Podman to v5.8.2-dev
c6077f6457 Bump to v5.8.1
dfe5dae2d6 Release notes for v5.8.1
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/podman')
| -rw-r--r-- | recipes-containers/podman/podman_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index df333dfc..72185fa2 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
| @@ -16,7 +16,7 @@ DEPENDS = " \ | |||
| 16 | gettext-native \ | 16 | gettext-native \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | SRCREV = "9d66b48e1c9bc1f4e757384f44c4ecb2838138d7" | 19 | SRCREV = "88c5aaeec667af94c4fe3a5c2c7a42f8cf308b93" |
| 20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 21 | git://github.com/containers/libpod.git;branch=v5.8;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 21 | git://github.com/containers/libpod.git;branch=v5.8;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
| 22 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ | 22 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ |
| @@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3d9b931fa23ab1cacd0087f9e2ee12 | |||
| 27 | 27 | ||
| 28 | GO_IMPORT = "import" | 28 | GO_IMPORT = "import" |
| 29 | 29 | ||
| 30 | PV = "v5.7.1" | 30 | PV = "5.8.2" |
| 31 | 31 | ||
| 32 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" | 32 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" |
| 33 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" | 33 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" |
