Skip to content

Commit d74228d

Browse files
stydxmMingcongBai
authored andcommitted
podman: security update to 5.8.2+vsock0.8.8
1 parent 0fb990b commit d74228d

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

app-containers/podman/spec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
UPSTREAM_VER=5.7.0
2-
REL=4
1+
UPSTREAM_VER=5.8.2
32
# Find gvisor-tap-vsock version at:
43
#
54
# https://github.com/containers/podman/blob/v$PKGVER/contrib/pkginstaller/Makefile
6-
GVISOR_TAP_VSOCK_VER=0.8.7
5+
GVISOR_TAP_VSOCK_VER=0.8.8
76
VER=${UPSTREAM_VER}+vsock${GVISOR_TAP_VSOCK_VER}
87
SRCS="git::commit=v${UPSTREAM_VER};rename=podman-${UPSTREAM_VER}::https://github.com/containers/podman \
98
git::commit=tags/v${GVISOR_TAP_VSOCK_VER};rename=gvisor-tap-vsock::https://github.com/containers/gvisor-tap-vsock"

topics/podman-5.8.2.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
security = true
2+
3+
[name]
4+
default = "Podman 5.8.2"
5+
6+
[caution]
7+
default = "Fixes an OS Command Injection vulnerability (CVE-2026-33414, Severity: High)"
8+
zh_CN = "修复一个系统命令注入漏洞(漏洞编号 CVE-2026-33414,严重性:高)"
9+
10+
[packages-v2]
11+
"podman" = "< 5.8.2+vsock0.8.8"

0 commit comments

Comments
 (0)