All of lore.kernel.org
 help / color / mirror / Atom feed
* [scarthgap][PATCH] runc-opencontainers: upgrade 1.1.12 -> 1.1.14
@ 2024-12-11  9:04 hsimeliere.opensource
  2024-12-29  3:53 ` [meta-virtualization] " Bruce Ashfield
  2025-01-07 22:09 ` Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: hsimeliere.opensource @ 2024-12-11  9:04 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Hugo SIMELIERE, Bruno VERNAY

From: Hugo SIMELIERE <hsimeliere.opensource@witekio.com>

Alignment with runc-docker version
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: Bruno VERNAY <bruno.vernay@se.com>
Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
---
 recipes-containers/runc/runc-opencontainers_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb
index 188b8440..6eef2c8f 100644
--- a/recipes-containers/runc/runc-opencontainers_git.bb
+++ b/recipes-containers/runc/runc-opencontainers_git.bb
@@ -1,11 +1,11 @@
 include runc.inc
 
-SRCREV = "a9833ff391a71b30069a6c3f816db113379a4346"
+SRCREV = "2c9f5602f0ba3d9da1c2596322dfc4e156844890"
 SRC_URI = " \
     git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \
     file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
     "
-RUNC_VERSION = "1.1.12"
+RUNC_VERSION = "1.1.14"
 
 CVE_PRODUCT = "runc"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-virtualization] [scarthgap][PATCH] runc-opencontainers: upgrade 1.1.12 -> 1.1.14
  2024-12-11  9:04 [scarthgap][PATCH] runc-opencontainers: upgrade 1.1.12 -> 1.1.14 hsimeliere.opensource
@ 2024-12-29  3:53 ` Bruce Ashfield
  2025-01-07 22:09 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2024-12-29  3:53 UTC (permalink / raw)
  To: hsimeliere.opensource; +Cc: meta-virtualization, Bruno VERNAY

[-- Attachment #1: Type: text/plain, Size: 2104 bytes --]

I haven't forgotten about this, I'll catch up with merges when I return
from holidays on January 2nd

Bruce

On Wed, Dec 11, 2024 at 4:04 AM Hugo Simeliere via lists.yoctoproject.org
<hsimeliere.opensource=witekio.com@lists.yoctoproject.org> wrote:

> From: Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
>
> Alignment with runc-docker version
> 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: Bruno VERNAY <bruno.vernay@se.com>
> Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
> ---
>  recipes-containers/runc/runc-opencontainers_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-containers/runc/runc-opencontainers_git.bb
> b/recipes-containers/runc/runc-opencontainers_git.bb
> index 188b8440..6eef2c8f 100644
> --- a/recipes-containers/runc/runc-opencontainers_git.bb
> +++ b/recipes-containers/runc/runc-opencontainers_git.bb
> @@ -1,11 +1,11 @@
>  include runc.inc
>
> -SRCREV = "a9833ff391a71b30069a6c3f816db113379a4346"
> +SRCREV = "2c9f5602f0ba3d9da1c2596322dfc4e156844890"
>  SRC_URI = " \
>      git://
> github.com/opencontainers/runc;branch=release-1.1;protocol=https \
>
>  file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
>      "
> -RUNC_VERSION = "1.1.12"
> +RUNC_VERSION = "1.1.14"
>
>  CVE_PRODUCT = "runc"
>
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9058):
> https://lists.yoctoproject.org/g/meta-virtualization/message/9058
> Mute This Topic: https://lists.yoctoproject.org/mt/110058226/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: 4265 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-virtualization] [scarthgap][PATCH] runc-opencontainers: upgrade 1.1.12 -> 1.1.14
  2024-12-11  9:04 [scarthgap][PATCH] runc-opencontainers: upgrade 1.1.12 -> 1.1.14 hsimeliere.opensource
  2024-12-29  3:53 ` [meta-virtualization] " Bruce Ashfield
@ 2025-01-07 22:09 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2025-01-07 22:09 UTC (permalink / raw)
  To: hsimeliere.opensource; +Cc: meta-virtualization, Bruno VERNAY

In message: [meta-virtualization] [scarthgap][PATCH] runc-opencontainers: upgrade 1.1.12 -> 1.1.14
on 11/12/2024 Hugo Simeliere via lists.yoctoproject.org wrote:

> From: Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
> 
> Alignment with runc-docker version
> Includes fix for CVE-2024-45310 and other bug fixes
> 
> Changelog:
> ==========
> https://github.com/opencontainers/runc/blob/v1.1.14/CHANGELOG.md

A shortlog summary is preferred, or copying the contents of
that file into the long log. When referenced like this, there's
no way to use git to easily see what changed.

But again, I took so long to merge these, that I've gone ahead
and merged it as-is.

Bruce

> 
> Signed-off-by: Bruno VERNAY <bruno.vernay@se.com>
> Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
> ---
>  recipes-containers/runc/runc-opencontainers_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb
> index 188b8440..6eef2c8f 100644
> --- a/recipes-containers/runc/runc-opencontainers_git.bb
> +++ b/recipes-containers/runc/runc-opencontainers_git.bb
> @@ -1,11 +1,11 @@
>  include runc.inc
>  
> -SRCREV = "a9833ff391a71b30069a6c3f816db113379a4346"
> +SRCREV = "2c9f5602f0ba3d9da1c2596322dfc4e156844890"
>  SRC_URI = " \
>      git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \
>      file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
>      "
> -RUNC_VERSION = "1.1.12"
> +RUNC_VERSION = "1.1.14"
>  
>  CVE_PRODUCT = "runc"
>  
> -- 
> 2.43.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9058): https://lists.yoctoproject.org/g/meta-virtualization/message/9058
> Mute This Topic: https://lists.yoctoproject.org/mt/110058226/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] 3+ messages in thread

end of thread, other threads:[~2025-01-07 22:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11  9:04 [scarthgap][PATCH] runc-opencontainers: upgrade 1.1.12 -> 1.1.14 hsimeliere.opensource
2024-12-29  3:53 ` [meta-virtualization] " Bruce Ashfield
2025-01-07 22:09 ` 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.