diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-10-14 12:17:20 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-10-14 12:17:20 -0400 |
| commit | 4778d77f24262abc912c21df55fee57a40a5116a (patch) | |
| tree | 81a9e27b44b4a6ff1226f4a9f09abca02bd87566 | |
| parent | 437efd9259c1786c130c724290cb1e46d50edcb2 (diff) | |
| download | meta-virtualization-4778d77f24262abc912c21df55fee57a40a5116a.tar.gz | |
podman: update to v5.6.2
Bumping libpod to version v5.6.2-2-g3529cd312f, which comprises the following commits:
9dd5e1ed33 Bump to v5.6.2
3b1ae51c60 Release notes for v5.6.2
aa5595391d Vendor buildah@v1.41.5
1751612f33 Handle SIGPIPE to prevent machine stuck in Starting state
a2dda0410c Bump Podman to v5.6.2-dev
1e2b231515 Bump to v5.6.1
9812c1f87d Final release notes for v5.6.1
dcdaaf24be update tests duo to CRUN#1767 to support both values
f93cad508a Fix a locking bug in that could cause a double-unlock
bd0386ff56 Add R! to systemd-tmpfiles script for all /tmp dirs
f532f361c0 [v5.6] Bump c/buildah v1.41.4, c/storage 1.59.1, and ...
ca994186f0 kube play: don't follow volume symlinks onto the host
74b2ea3a68 Bump xz to v0.5.15 to pick up a CVE fix
66eb23b4d1 Preliminary release notes for v5.6.1
7601c78be3 do not pass [no]copy as bind mounts options to runtime
26a41ad665 do not pass volume-opt as bind mounts options to runtime
4e83155959 tests: Get rid of netcat on the host and use Bash's /dev/tcp
f8800b7fa8 tests: Replace ncat for socat
8f3fcf7c29 test/e2e: actually start container in startContainer
bc905f25c3 fix(libpod): truncate long hostnames to correct maximum length
a366d42c99 Add a release note for 5.6 Rosetta being disabled-by-default
cd08b088f6 windows: do not convert unconfined seccomp path
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -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 c5e7b49d..f20022bb 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 = "41224eb949be6fa380c11d8ef66c099462d2507f" | 19 | SRCREV = "3529cd312f28b0d44ad9647aa652fb4437b9bb1c" |
| 20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 21 | git://github.com/containers/libpod.git;branch=v5.6;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 21 | git://github.com/containers/libpod.git;branch=v5.6;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.6.0" | 30 | PV = "v5.6.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" |
