All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.5.8
@ 2021-12-10 21:15 Fabrice Fontaine
  2021-12-12  7:25 ` Christian Stewart via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-12-10 21:15 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

The eighth patch release for containerd 1.5 contains a mitigation for
CVE-2021-41190 as well as several fixes and updates.

https://github.com/containerd/containerd/releases/tag/v1.5.8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/containerd/containerd.hash | 2 +-
 package/containerd/containerd.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/containerd/containerd.hash b/package/containerd/containerd.hash
index 594c56a819..f1a6709554 100644
--- a/package/containerd/containerd.hash
+++ b/package/containerd/containerd.hash
@@ -1,3 +1,3 @@
 # Computed locally
-sha256  09be0cedea77568029aa0c7be9a323b89fa6886b402b5d223780a05b8c7cd45a  containerd-1.5.7.tar.gz
+sha256  a41ab8d39393c9456941b477c33bb1b221a29b635f1c9a99523aab2f5e74f790  containerd-1.5.8.tar.gz
 sha256  4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4  LICENSE
diff --git a/package/containerd/containerd.mk b/package/containerd/containerd.mk
index fdbd2bf3e6..cd975db274 100644
--- a/package/containerd/containerd.mk
+++ b/package/containerd/containerd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CONTAINERD_VERSION = 1.5.7
+CONTAINERD_VERSION = 1.5.8
 CONTAINERD_SITE = $(call github,containerd,containerd,v$(CONTAINERD_VERSION))
 CONTAINERD_LICENSE = Apache-2.0
 CONTAINERD_LICENSE_FILES = LICENSE
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.5.8
  2021-12-10 21:15 [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.5.8 Fabrice Fontaine
@ 2021-12-12  7:25 ` Christian Stewart via buildroot
  2021-12-12 14:50 ` Arnout Vandecappelle
  2022-01-15  9:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Christian Stewart via buildroot @ 2021-12-12  7:25 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Christian Stewart, Buildroot Mailing List

All,

On Fri, Dec 10, 2021 at 1:16 PM Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
> @@ -1,3 +1,3 @@
>  # Computed locally
> -sha256  09be0cedea77568029aa0c7be9a323b89fa6886b402b5d223780a05b8c7cd45a  containerd-1.5.7.tar.gz
> +sha256  a41ab8d39393c9456941b477c33bb1b221a29b635f1c9a99523aab2f5e74f790  containerd-1.5.8.tar.gz

Reviewed-by: Christian Stewart <christian@paral.in>

Regards,
Christian Stewart
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.5.8
  2021-12-10 21:15 [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.5.8 Fabrice Fontaine
  2021-12-12  7:25 ` Christian Stewart via buildroot
@ 2021-12-12 14:50 ` Arnout Vandecappelle
  2022-01-15  9:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2021-12-12 14:50 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 10/12/2021 22:15, Fabrice Fontaine wrote:
> The eighth patch release for containerd 1.5 contains a mitigation for
> CVE-2021-41190 as well as several fixes and updates.
> 
> https://github.com/containerd/containerd/releases/tag/v1.5.8
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/containerd/containerd.hash | 2 +-
>   package/containerd/containerd.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/containerd/containerd.hash b/package/containerd/containerd.hash
> index 594c56a819..f1a6709554 100644
> --- a/package/containerd/containerd.hash
> +++ b/package/containerd/containerd.hash
> @@ -1,3 +1,3 @@
>   # Computed locally
> -sha256  09be0cedea77568029aa0c7be9a323b89fa6886b402b5d223780a05b8c7cd45a  containerd-1.5.7.tar.gz
> +sha256  a41ab8d39393c9456941b477c33bb1b221a29b635f1c9a99523aab2f5e74f790  containerd-1.5.8.tar.gz
>   sha256  4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4  LICENSE
> diff --git a/package/containerd/containerd.mk b/package/containerd/containerd.mk
> index fdbd2bf3e6..cd975db274 100644
> --- a/package/containerd/containerd.mk
> +++ b/package/containerd/containerd.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -CONTAINERD_VERSION = 1.5.7
> +CONTAINERD_VERSION = 1.5.8
>   CONTAINERD_SITE = $(call github,containerd,containerd,v$(CONTAINERD_VERSION))
>   CONTAINERD_LICENSE = Apache-2.0
>   CONTAINERD_LICENSE_FILES = LICENSE
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.5.8
  2021-12-10 21:15 [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.5.8 Fabrice Fontaine
  2021-12-12  7:25 ` Christian Stewart via buildroot
  2021-12-12 14:50 ` Arnout Vandecappelle
@ 2022-01-15  9:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-01-15  9:44 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > The eighth patch release for containerd 1.5 contains a mitigation for
 > CVE-2021-41190 as well as several fixes and updates.

 > https://github.com/containerd/containerd/releases/tag/v1.5.8

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.11.x, thanks.

For 2021.02.x I will instead bump to 1.4.12, which fixes the same issue.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-15  9:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10 21:15 [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.5.8 Fabrice Fontaine
2021-12-12  7:25 ` Christian Stewart via buildroot
2021-12-12 14:50 ` Arnout Vandecappelle
2022-01-15  9:44 ` Peter Korsgaard

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.