* [PATCH meta-virtualization 0/2] Two small changes for podman
@ 2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
0 siblings, 0 replies; 8+ messages in thread
From: Patrick Vogelaar @ 2026-04-23 21:02 UTC (permalink / raw)
To: meta-virtualization; +Cc: Patrick Vogelaar, patrick.vogelaar.dev
First one is a bugfix and the second one more of a cosmetic change.
Signed-off-by: Patrick Vogelaar <patrick.vogelaar@belden.com>
---
Patrick Vogelaar (2):
podman: fix PV to right version
podman: update SRC_URI
recipes-containers/podman/podman_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
base-commit: 2e0704ee9282e4e86c13180334cb7ce118e55dd9
change-id: 20260423-podman-fixes-8e2a2764c3fd
Best regards,
--
Patrick Vogelaar <patrick.vogelaar@belden.com>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH meta-virtualization 0/2] Two small changes for podman
@ 2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
0 siblings, 0 replies; 8+ messages in thread
From: Patrick Vogelaar via B4 Relay @ 2026-04-23 21:02 UTC (permalink / raw)
To: meta-virtualization; +Cc: Patrick Vogelaar, patrick.vogelaar.dev
First one is a bugfix and the second one more of a cosmetic change.
Signed-off-by: Patrick Vogelaar <patrick.vogelaar@belden.com>
---
Patrick Vogelaar (2):
podman: fix PV to right version
podman: update SRC_URI
recipes-containers/podman/podman_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
base-commit: 2e0704ee9282e4e86c13180334cb7ce118e55dd9
change-id: 20260423-podman-fixes-8e2a2764c3fd
Best regards,
--
Patrick Vogelaar <patrick.vogelaar@belden.com>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH meta-virtualization][PATCH 1/2] podman: fix PV to right version
2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
@ 2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
-1 siblings, 0 replies; 8+ messages in thread
From: Patrick Vogelaar @ 2026-04-23 21:02 UTC (permalink / raw)
To: meta-virtualization; +Cc: Patrick Vogelaar, patrick.vogelaar.dev
Commit 3b9ff919799daa5eccd56b481cefd61db652ab99 updated the SRCREV as well as
the branch in the SRC_URI but left PV untouched. This now sets PV to v5.8.1
which corresponds with the SRCREV.
Signed-off-by: Patrick Vogelaar <patrick.vogelaar@belden.com>
---
recipes-containers/podman/podman_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index df333dfc..fd0cd908 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
GO_IMPORT = "import"
-PV = "v5.7.1"
+PV = "v5.8.1"
CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH meta-virtualization][PATCH 1/2] podman: fix PV to right version
@ 2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
0 siblings, 0 replies; 8+ messages in thread
From: Patrick Vogelaar via B4 Relay @ 2026-04-23 21:02 UTC (permalink / raw)
To: meta-virtualization; +Cc: Patrick Vogelaar, patrick.vogelaar.dev
From: Patrick Vogelaar <patrick.vogelaar@belden.com>
Commit 3b9ff919799daa5eccd56b481cefd61db652ab99 updated the SRCREV as well as
the branch in the SRC_URI but left PV untouched. This now sets PV to v5.8.1
which corresponds with the SRCREV.
Signed-off-by: Patrick Vogelaar <patrick.vogelaar@belden.com>
---
recipes-containers/podman/podman_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index df333dfc..fd0cd908 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
GO_IMPORT = "import"
-PV = "v5.7.1"
+PV = "v5.8.1"
CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [meta-virtualization] [PATCH meta-virtualization][PATCH 1/2] podman: fix PV to right version
2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
(?)
@ 2026-04-24 2:13 ` Bruce Ashfield
-1 siblings, 0 replies; 8+ messages in thread
From: Bruce Ashfield @ 2026-04-24 2:13 UTC (permalink / raw)
To: patrick.vogelaar; +Cc: meta-virtualization, patrick.vogelaar.dev
That's the second time my update system has screwed up podman.
I was already testing 5.8.2, so I've gone ahead and bumped it
to fix the version issue.
Bruce
In message: [meta-virtualization] [PATCH meta-virtualization][PATCH 1/2] podman: fix PV to right version
on 23/04/2026 Patrick Vogelaar via B4 Relay via lists.yoctoproject.org wrote:
> From: Patrick Vogelaar <patrick.vogelaar@belden.com>
>
> Commit 3b9ff919799daa5eccd56b481cefd61db652ab99 updated the SRCREV as well as
> the branch in the SRC_URI but left PV untouched. This now sets PV to v5.8.1
> which corresponds with the SRCREV.
>
> Signed-off-by: Patrick Vogelaar <patrick.vogelaar@belden.com>
> ---
> recipes-containers/podman/podman_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
> index df333dfc..fd0cd908 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
>
> GO_IMPORT = "import"
>
> -PV = "v5.7.1"
> +PV = "v5.8.1"
>
> CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
> CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"
>
> --
> 2.43.0
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9730): https://lists.yoctoproject.org/g/meta-virtualization/message/9730
> Mute This Topic: https://lists.yoctoproject.org/mt/118978969/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH meta-virtualization][PATCH 2/2] podman: update SRC_URI
2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
@ 2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
-1 siblings, 0 replies; 8+ messages in thread
From: Patrick Vogelaar @ 2026-04-23 21:02 UTC (permalink / raw)
To: meta-virtualization; +Cc: Patrick Vogelaar, patrick.vogelaar.dev
Podman is hosted under github as podman and not libpod. Accessing
github.com/containers/libpod automatically forwards to
github.com/containers/podman.
This commit does not really fix a problem but reflects more the current
repository name.
Signed-off-by: Patrick Vogelaar <patrick.vogelaar@belden.com>
---
recipes-containers/podman/podman_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index fd0cd908..8e108c4e 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -18,7 +18,7 @@ DEPENDS = " \
SRCREV = "9d66b48e1c9bc1f4e757384f44c4ecb2838138d7"
SRC_URI = " \
- git://github.com/containers/libpod.git;branch=v5.8;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
+ git://github.com/containers/podman.git;branch=v5.8;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
"
@@ -34,7 +34,7 @@ CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"
PACKAGES =+ "${PN}-contrib"
-PODMAN_PKG = "github.com/containers/libpod"
+PODMAN_PKG = "github.com/containers/podman"
BUILDTAGS_EXTRA ?= "${@bb.utils.contains('VIRTUAL-RUNTIME_container_networking','cni','cni','',d)}"
BUILDTAGS ?= "seccomp varlink \
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH meta-virtualization][PATCH 2/2] podman: update SRC_URI
@ 2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
0 siblings, 0 replies; 8+ messages in thread
From: Patrick Vogelaar via B4 Relay @ 2026-04-23 21:02 UTC (permalink / raw)
To: meta-virtualization; +Cc: Patrick Vogelaar, patrick.vogelaar.dev
From: Patrick Vogelaar <patrick.vogelaar@belden.com>
Podman is hosted under github as podman and not libpod. Accessing
github.com/containers/libpod automatically forwards to
github.com/containers/podman.
This commit does not really fix a problem but reflects more the current
repository name.
Signed-off-by: Patrick Vogelaar <patrick.vogelaar@belden.com>
---
recipes-containers/podman/podman_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index fd0cd908..8e108c4e 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -18,7 +18,7 @@ DEPENDS = " \
SRCREV = "9d66b48e1c9bc1f4e757384f44c4ecb2838138d7"
SRC_URI = " \
- git://github.com/containers/libpod.git;branch=v5.8;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
+ git://github.com/containers/podman.git;branch=v5.8;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
"
@@ -34,7 +34,7 @@ CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"
PACKAGES =+ "${PN}-contrib"
-PODMAN_PKG = "github.com/containers/libpod"
+PODMAN_PKG = "github.com/containers/podman"
BUILDTAGS_EXTRA ?= "${@bb.utils.contains('VIRTUAL-RUNTIME_container_networking','cni','cni','',d)}"
BUILDTAGS ?= "seccomp varlink \
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [meta-virtualization] [PATCH meta-virtualization][PATCH 2/2] podman: update SRC_URI
2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
(?)
@ 2026-04-24 2:14 ` Bruce Ashfield
-1 siblings, 0 replies; 8+ messages in thread
From: Bruce Ashfield @ 2026-04-24 2:14 UTC (permalink / raw)
To: patrick.vogelaar; +Cc: meta-virtualization, patrick.vogelaar.dev
I've always kept this on libpod by choice. I liked how it showed
the years that podman has been integrated and running in our
ecosystem.
That being said, I'm ok with finally letting go of it, so I've
applied the patch.
Bruce
In message: [meta-virtualization] [PATCH meta-virtualization][PATCH 2/2] podman: update SRC_URI
on 23/04/2026 Patrick Vogelaar via B4 Relay via lists.yoctoproject.org wrote:
> From: Patrick Vogelaar <patrick.vogelaar@belden.com>
>
> Podman is hosted under github as podman and not libpod. Accessing
> github.com/containers/libpod automatically forwards to
> github.com/containers/podman.
>
> This commit does not really fix a problem but reflects more the current
> repository name.
>
> Signed-off-by: Patrick Vogelaar <patrick.vogelaar@belden.com>
> ---
> recipes-containers/podman/podman_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
> index fd0cd908..8e108c4e 100644
> --- a/recipes-containers/podman/podman_git.bb
> +++ b/recipes-containers/podman/podman_git.bb
> @@ -18,7 +18,7 @@ DEPENDS = " \
>
> SRCREV = "9d66b48e1c9bc1f4e757384f44c4ecb2838138d7"
> SRC_URI = " \
> - git://github.com/containers/libpod.git;branch=v5.8;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
> + git://github.com/containers/podman.git;branch=v5.8;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
> ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
> "
>
> @@ -34,7 +34,7 @@ CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"
>
> PACKAGES =+ "${PN}-contrib"
>
> -PODMAN_PKG = "github.com/containers/libpod"
> +PODMAN_PKG = "github.com/containers/podman"
>
> BUILDTAGS_EXTRA ?= "${@bb.utils.contains('VIRTUAL-RUNTIME_container_networking','cni','cni','',d)}"
> BUILDTAGS ?= "seccomp varlink \
>
> --
> 2.43.0
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9731): https://lists.yoctoproject.org/g/meta-virtualization/message/9731
> Mute This Topic: https://lists.yoctoproject.org/mt/118978970/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2026-04-24 2:14 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-23 21:02 [PATCH meta-virtualization 0/2] Two small changes for podman Patrick Vogelaar
2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
2026-04-23 21:02 ` [PATCH meta-virtualization][PATCH 1/2] podman: fix PV to right version Patrick Vogelaar
2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
2026-04-24 2:13 ` [meta-virtualization] " Bruce Ashfield
2026-04-23 21:02 ` [PATCH meta-virtualization][PATCH 2/2] podman: update SRC_URI Patrick Vogelaar
2026-04-23 21:02 ` Patrick Vogelaar via B4 Relay
2026-04-24 2:14 ` [meta-virtualization] " Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.