Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/containerd: security bump to 1.6.6
@ 2022-08-04  5:47 Christian Stewart via buildroot
  2022-08-06 21:25 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Stewart via buildroot @ 2022-08-04  5:47 UTC (permalink / raw)
  To: buildroot; +Cc: Christian Stewart, Yann E . MORIN, Thomas Petazzoni

v1.6.2 -> v1.6.6:

The third patch release for containerd 1.6 includes various fixes and updates.

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

The fourth patch release for containerd 1.6 includes two fixes for CNI and SELinux.

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

The fifth patch release for containerd 1.6 includes a few fixes.

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

The sixth patch release for containerd 1.6 includes a fix for
CVE-2022-31030.

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

Signed-off-by: Christian Stewart <christian@paral.in>
---
 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 eb9f2894a9..c0c926f2e4 100644
--- a/package/containerd/containerd.hash
+++ b/package/containerd/containerd.hash
@@ -1,3 +1,3 @@
 # Computed locally
-sha256  4ea21a6b4649512366e7c31ae547ad89c6a69c6586a6d8565cff07898de344b0  containerd-1.6.2.tar.gz
+sha256  27afb673c20d53aa5c31aec07b38eb7e4dc911e7e1f0c76fac9513bbf070bd24  containerd-1.6.6.tar.gz
 sha256  4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4  LICENSE
diff --git a/package/containerd/containerd.mk b/package/containerd/containerd.mk
index 36f2db4125..80952914e6 100644
--- a/package/containerd/containerd.mk
+++ b/package/containerd/containerd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CONTAINERD_VERSION = 1.6.2
+CONTAINERD_VERSION = 1.6.6
 CONTAINERD_SITE = $(call github,containerd,containerd,v$(CONTAINERD_VERSION))
 CONTAINERD_LICENSE = Apache-2.0
 CONTAINERD_LICENSE_FILES = LICENSE
-- 
2.35.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/containerd: security bump to 1.6.6
  2022-08-04  5:47 [Buildroot] [PATCH 1/1] package/containerd: security bump to 1.6.6 Christian Stewart via buildroot
@ 2022-08-06 21:25 ` Thomas Petazzoni via buildroot
  2022-09-14 20:13   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-06 21:25 UTC (permalink / raw)
  To: Christian Stewart via buildroot; +Cc: Yann E . MORIN

On Wed,  3 Aug 2022 22:47:36 -0700
Christian Stewart via buildroot <buildroot@buildroot.org> wrote:

> v1.6.2 -> v1.6.6:
> 
> The third patch release for containerd 1.6 includes various fixes and updates.
> 
> https://github.com/containerd/containerd/releases/tag/v1.6.3
> 
> The fourth patch release for containerd 1.6 includes two fixes for CNI and SELinux.
> 
> https://github.com/containerd/containerd/releases/tag/v1.6.4
> 
> The fifth patch release for containerd 1.6 includes a few fixes.
> 
> https://github.com/containerd/containerd/releases/tag/v1.6.5
> 
> The sixth patch release for containerd 1.6 includes a fix for
> CVE-2022-31030.
> 
> https://github.com/containerd/containerd/releases/tag/v1.6.6
> 
> Signed-off-by: Christian Stewart <christian@paral.in>
> ---
>  package/containerd/containerd.hash | 2 +-
>  package/containerd/containerd.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/containerd: security bump to 1.6.6
  2022-08-06 21:25 ` Thomas Petazzoni via buildroot
@ 2022-09-14 20:13   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-09-14 20:13 UTC (permalink / raw)
  To: Thomas Petazzoni via buildroot; +Cc: Yann E . MORIN, Thomas Petazzoni

>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > On Wed,  3 Aug 2022 22:47:36 -0700
 > Christian Stewart via buildroot <buildroot@buildroot.org> wrote:

 >> v1.6.2 -> v1.6.6:
 >> 
 >> The third patch release for containerd 1.6 includes various fixes and updates.
 >> 
 >> https://github.com/containerd/containerd/releases/tag/v1.6.3
 >> 
 >> The fourth patch release for containerd 1.6 includes two fixes for CNI and SELinux.
 >> 
 >> https://github.com/containerd/containerd/releases/tag/v1.6.4
 >> 
 >> The fifth patch release for containerd 1.6 includes a few fixes.
 >> 
 >> https://github.com/containerd/containerd/releases/tag/v1.6.5
 >> 
 >> The sixth patch release for containerd 1.6 includes a fix for
 >> CVE-2022-31030.
 >> 
 >> https://github.com/containerd/containerd/releases/tag/v1.6.6
 >> 
 >> Signed-off-by: Christian Stewart <christian@paral.in>
 >> ---
 >> package/containerd/containerd.hash | 2 +-
 >> package/containerd/containerd.mk   | 2 +-
 >> 2 files changed, 2 insertions(+), 2 deletions(-)

Committed to 2022.05.x, thanks.

For 2022.02.x I will instead update to 1.5.13, which contains the same
fix.

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

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

end of thread, other threads:[~2022-09-14 20:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-04  5:47 [Buildroot] [PATCH 1/1] package/containerd: security bump to 1.6.6 Christian Stewart via buildroot
2022-08-06 21:25 ` Thomas Petazzoni via buildroot
2022-09-14 20:13   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox