summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-04-28 11:25:37 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-28 11:28:03 +0000
commitfaf43eb2372f93ced5ba11e0316f994228a7da78 (patch)
treeba8b843e655fc99d7a345213692a867d046dd04e
parent5424160c491edbda215095da99d81a941bcfc5c5 (diff)
downloadmeta-virtualization-faf43eb2372f93ced5ba11e0316f994228a7da78.tar.gz
podman: update version to match golangs version.go
The update cycle used the git tags to update the PV version, but when you build podman, the version pulled into the executables is from: version/rawversion/version.go Which currently reports: 5.8.3-dev Bumping the PV to match. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index d156119d..45ddec1a 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3d9b931fa23ab1cacd0087f9e2ee12
27 27
28GO_IMPORT = "import" 28GO_IMPORT = "import"
29 29
30PV = "5.8.2" 30PV = "5.8.3-dev"
31 31
32CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" 32CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
33CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" 33CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"