* [meta-virtualization][kirkstone][PATCH 1/1] runc-docker: upgrade 1.1.12 -> 1.1.14
@ 2024-10-16 10:14 dchellam
2024-11-02 4:11 ` Bruce Ashfield
0 siblings, 1 reply; 4+ messages in thread
From: dchellam @ 2024-10-16 10:14 UTC (permalink / raw)
To: meta-virtualization
From: Divya Chellam <divya.chellam@windriver.com>
Issue: LIN1022-10708
Includes fix for CVE-2024-45310 and other bug fixes
Changelog:
==========
https://github.com/opencontainers/runc/blob/v1.1.14/CHANGELOG.md
Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
---
recipes-containers/runc/runc-docker_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index afecac67..72acdecb 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -2,13 +2,13 @@ include runc.inc
# Note: this rev is before the required protocol field, update when all components
# have been updated to match.
-SRCREV_runc-docker = "a9833ff391a71b30069a6c3f816db113379a4346"
+SRCREV_runc-docker = "2c9f5602f0ba3d9da1c2596322dfc4e156844890"
SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.1;name=runc-docker;protocol=https \
file://0001-runc-Add-console-socket-dev-null.patch;patchdir=src/import \
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch;patchdir=src/import \
file://0001-runc-docker-SIGUSR1-daemonize.patch;patchdir=src/import \
"
-RUNC_VERSION = "1.1.12"
+RUNC_VERSION = "1.1.14"
CVE_PRODUCT = "runc"
--
2.40.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-virtualization][kirkstone][PATCH 1/1] runc-docker: upgrade 1.1.12 -> 1.1.14
2024-10-16 10:14 [meta-virtualization][kirkstone][PATCH 1/1] runc-docker: upgrade 1.1.12 -> 1.1.14 dchellam
@ 2024-11-02 4:11 ` Bruce Ashfield
0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2024-11-02 4:11 UTC (permalink / raw)
To: Divya.Chellam; +Cc: meta-virtualization
This patch doesn't apply to Kirkstone.
The version of runc-docker in that branch is not the
same as in the context of the patch.
So either you have a bunch of local upgrades to the
recipe, or this shouldn't have been for Kirkstone.
Bruce
In message: [meta-virtualization][kirkstone][PATCH 1/1] runc-docker: upgrade 1.1.12 -> 1.1.14
on 16/10/2024 dchellam via lists.yoctoproject.org wrote:
> From: Divya Chellam <divya.chellam@windriver.com>
>
> Issue: LIN1022-10708
>
> Includes fix for CVE-2024-45310 and other bug fixes
>
> Changelog:
> ==========
> https://github.com/opencontainers/runc/blob/v1.1.14/CHANGELOG.md
>
> Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
> ---
> recipes-containers/runc/runc-docker_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
> index afecac67..72acdecb 100644
> --- a/recipes-containers/runc/runc-docker_git.bb
> +++ b/recipes-containers/runc/runc-docker_git.bb
> @@ -2,13 +2,13 @@ include runc.inc
>
> # Note: this rev is before the required protocol field, update when all components
> # have been updated to match.
> -SRCREV_runc-docker = "a9833ff391a71b30069a6c3f816db113379a4346"
> +SRCREV_runc-docker = "2c9f5602f0ba3d9da1c2596322dfc4e156844890"
> SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.1;name=runc-docker;protocol=https \
> file://0001-runc-Add-console-socket-dev-null.patch;patchdir=src/import \
> file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch;patchdir=src/import \
> file://0001-runc-docker-SIGUSR1-daemonize.patch;patchdir=src/import \
> "
>
> -RUNC_VERSION = "1.1.12"
> +RUNC_VERSION = "1.1.14"
>
> CVE_PRODUCT = "runc"
> --
> 2.40.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8929): https://lists.yoctoproject.org/g/meta-virtualization/message/8929
> Mute This Topic: https://lists.yoctoproject.org/mt/109041162/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] 4+ messages in thread
* [meta-virtualization][kirkstone][PATCH 1/1] runc-docker: upgrade 1.1.12 -> 1.1.14
@ 2025-02-04 12:20 dchellam
2025-02-05 12:37 ` Bruce Ashfield
0 siblings, 1 reply; 4+ messages in thread
From: dchellam @ 2025-02-04 12:20 UTC (permalink / raw)
To: meta-virtualization
From: Divya Chellam <divya.chellam@windriver.com>
Includes fix for CVE-2024-45310 and other bug fixes
Changelog:
==========
https://github.com/opencontainers/runc/blob/v1.1.14/CHANGELOG.md
Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
recipes-containers/runc/runc-docker_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index afecac67..72acdecb 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -2,13 +2,13 @@ include runc.inc
# Note: this rev is before the required protocol field, update when all components
# have been updated to match.
-SRCREV_runc-docker = "a9833ff391a71b30069a6c3f816db113379a4346"
+SRCREV_runc-docker = "2c9f5602f0ba3d9da1c2596322dfc4e156844890"
SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.1;name=runc-docker;protocol=https \
file://0001-runc-Add-console-socket-dev-null.patch;patchdir=src/import \
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch;patchdir=src/import \
file://0001-runc-docker-SIGUSR1-daemonize.patch;patchdir=src/import \
"
-RUNC_VERSION = "1.1.12"
+RUNC_VERSION = "1.1.14"
CVE_PRODUCT = "runc"
--
2.40.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-virtualization][kirkstone][PATCH 1/1] runc-docker: upgrade 1.1.12 -> 1.1.14
2025-02-04 12:20 dchellam
@ 2025-02-05 12:37 ` Bruce Ashfield
0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2025-02-05 12:37 UTC (permalink / raw)
To: Divya.Chellam; +Cc: meta-virtualization
[-- Attachment #1: Type: text/plain, Size: 2674 bytes --]
See the conversion on the list.
You'll need to resubmit this, and the upgrade to 1.1.12
When updating runc-docker, you must also update runc-moby, and you'll note
that in master I dropped runc-docker on January 15th, so this is only
something that needs to happen for older releases.
Also, please don't change the root of the patches, switching to using
patchdir is unnecessary, and I won't take changes that do it.
Bruce
On Tue, Feb 4, 2025 at 7:21 AM dchellam via lists.yoctoproject.org
<Divya.Chellam=windriver.com@lists.yoctoproject.org> wrote:
> From: Divya Chellam <divya.chellam@windriver.com>
>
> Includes fix for CVE-2024-45310 and other bug fixes
>
> Changelog:
> ==========
> https://github.com/opencontainers/runc/blob/v1.1.14/CHANGELOG.md
>
> Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
> ---
> recipes-containers/runc/runc-docker_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-containers/runc/runc-docker_git.bb
> b/recipes-containers/runc/runc-docker_git.bb
> index afecac67..72acdecb 100644
> --- a/recipes-containers/runc/runc-docker_git.bb
> +++ b/recipes-containers/runc/runc-docker_git.bb
> @@ -2,13 +2,13 @@ include runc.inc
>
> # Note: this rev is before the required protocol field, update when all
> components
> # have been updated to match.
> -SRCREV_runc-docker = "a9833ff391a71b30069a6c3f816db113379a4346"
> +SRCREV_runc-docker = "2c9f5602f0ba3d9da1c2596322dfc4e156844890"
> SRC_URI = "git://
> github.com/opencontainers/runc;branch=release-1.1;name=runc-docker;protocol=https
> \
>
> file://0001-runc-Add-console-socket-dev-null.patch;patchdir=src/import \
>
> file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch;patchdir=src/import
> \
>
> file://0001-runc-docker-SIGUSR1-daemonize.patch;patchdir=src/import \
> "
>
> -RUNC_VERSION = "1.1.12"
> +RUNC_VERSION = "1.1.14"
>
> CVE_PRODUCT = "runc"
> --
> 2.40.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9117):
> https://lists.yoctoproject.org/g/meta-virtualization/message/9117
> Mute This Topic: https://lists.yoctoproject.org/mt/110990505/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [
> bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II
[-- Attachment #2: Type: text/html, Size: 5196 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-05 12:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-16 10:14 [meta-virtualization][kirkstone][PATCH 1/1] runc-docker: upgrade 1.1.12 -> 1.1.14 dchellam
2024-11-02 4:11 ` Bruce Ashfield
-- strict thread matches above, loose matches on Subject: below --
2025-02-04 12:20 dchellam
2025-02-05 12:37 ` 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.