* [scarthgap][PATCH] docker: fix Upstream-Status format @ 2025-04-02 13:58 martin.jansa 2025-04-09 4:05 ` [meta-virtualization] " Bruce Ashfield 0 siblings, 1 reply; 2+ messages in thread From: martin.jansa @ 2025-04-02 13:58 UTC (permalink / raw) To: meta-virtualization; +Cc: Martin Jansa From: Martin Jansa <martin.jansa@gmail.com> * fixes: DEBUG: Executing python function do_qa_patch ERROR: QA Issue: Malformed Upstream-Status in patch TOPDIR/meta-virtualization/recipes-containers/docker/files/CVE-2024-36620.patch Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status : Upstream-Status: [patch-status] ERROR: QA Issue: Malformed Upstream-Status in patch TOPDIR/meta-virtualization/recipes-containers/docker/files/CVE-2024-36621.patch Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status : Upstream-Status: [patch-status] ERROR: Fatal QA errors were found, failing task. Signed-off-by: Martin Jansa <martin.jansa@gmail.com> --- recipes-containers/docker/files/CVE-2024-36620.patch | 3 +-- recipes-containers/docker/files/CVE-2024-36621.patch | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-containers/docker/files/CVE-2024-36620.patch b/recipes-containers/docker/files/CVE-2024-36620.patch index 7bce4137..03628fb3 100644 --- a/recipes-containers/docker/files/CVE-2024-36620.patch +++ b/recipes-containers/docker/files/CVE-2024-36620.patch @@ -8,8 +8,7 @@ First released in v25.0.0-beta.1 CVE: CVE-2024-36620 -Upstream-Status: -Backport [https://github.com/moby/moby/commit/ab570ab3d62038b3d26f96a9bb585d0b6095b9b4] +Upstream-Status: Backport [https://github.com/moby/moby/commit/ab570ab3d62038b3d26f96a9bb585d0b6095b9b4] Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> --- diff --git a/recipes-containers/docker/files/CVE-2024-36621.patch b/recipes-containers/docker/files/CVE-2024-36621.patch index a6c06ef2..6560f46a 100644 --- a/recipes-containers/docker/files/CVE-2024-36621.patch +++ b/recipes-containers/docker/files/CVE-2024-36621.patch @@ -12,8 +12,7 @@ release only one of these layers was actually released. CVE: CVE-2024-36621 -Upstream-Status: -Backport [https://github.com/moby/moby/commit/37545cc644344dcb576cba67eb7b6f51a463d31e] +Upstream-Status: Backport [https://github.com/moby/moby/commit/37545cc644344dcb576cba67eb7b6f51a463d31e] Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> --- ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-virtualization] [scarthgap][PATCH] docker: fix Upstream-Status format 2025-04-02 13:58 [scarthgap][PATCH] docker: fix Upstream-Status format martin.jansa @ 2025-04-09 4:05 ` Bruce Ashfield 0 siblings, 0 replies; 2+ messages in thread From: Bruce Ashfield @ 2025-04-09 4:05 UTC (permalink / raw) To: martin.jansa; +Cc: meta-virtualization Thanks for the fixup! This is now merged. Bruce In message: [meta-virtualization] [scarthgap][PATCH] docker: fix Upstream-Status format on 02/04/2025 Martin Jansa via lists.yoctoproject.org wrote: > From: Martin Jansa <martin.jansa@gmail.com> > > * fixes: > DEBUG: Executing python function do_qa_patch > ERROR: QA Issue: Malformed Upstream-Status in patch > TOPDIR/meta-virtualization/recipes-containers/docker/files/CVE-2024-36620.patch > Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status : > Upstream-Status: [patch-status] > ERROR: QA Issue: Malformed Upstream-Status in patch > TOPDIR/meta-virtualization/recipes-containers/docker/files/CVE-2024-36621.patch > Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status : > Upstream-Status: [patch-status] > ERROR: Fatal QA errors were found, failing task. > > Signed-off-by: Martin Jansa <martin.jansa@gmail.com> > --- > recipes-containers/docker/files/CVE-2024-36620.patch | 3 +-- > recipes-containers/docker/files/CVE-2024-36621.patch | 3 +-- > 2 files changed, 2 insertions(+), 4 deletions(-) > > diff --git a/recipes-containers/docker/files/CVE-2024-36620.patch b/recipes-containers/docker/files/CVE-2024-36620.patch > index 7bce4137..03628fb3 100644 > --- a/recipes-containers/docker/files/CVE-2024-36620.patch > +++ b/recipes-containers/docker/files/CVE-2024-36620.patch > @@ -8,8 +8,7 @@ First released in v25.0.0-beta.1 > > CVE: CVE-2024-36620 > > -Upstream-Status: > -Backport [https://github.com/moby/moby/commit/ab570ab3d62038b3d26f96a9bb585d0b6095b9b4] > +Upstream-Status: Backport [https://github.com/moby/moby/commit/ab570ab3d62038b3d26f96a9bb585d0b6095b9b4] > > Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> > --- > diff --git a/recipes-containers/docker/files/CVE-2024-36621.patch b/recipes-containers/docker/files/CVE-2024-36621.patch > index a6c06ef2..6560f46a 100644 > --- a/recipes-containers/docker/files/CVE-2024-36621.patch > +++ b/recipes-containers/docker/files/CVE-2024-36621.patch > @@ -12,8 +12,7 @@ release only one of these layers was actually released. > > CVE: CVE-2024-36621 > > -Upstream-Status: > -Backport [https://github.com/moby/moby/commit/37545cc644344dcb576cba67eb7b6f51a463d31e] > +Upstream-Status: Backport [https://github.com/moby/moby/commit/37545cc644344dcb576cba67eb7b6f51a463d31e] > > Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> > --- > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#9191): https://lists.yoctoproject.org/g/meta-virtualization/message/9191 > Mute This Topic: https://lists.yoctoproject.org/mt/112046797/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] 2+ messages in thread
end of thread, other threads:[~2025-04-09 4:05 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-04-02 13:58 [scarthgap][PATCH] docker: fix Upstream-Status format martin.jansa 2025-04-09 4:05 ` [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.