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

- Fix CVE-2021-32760:
  https://github.com/containerd/containerd/security/advisories/GHSA-c72p-9xmj-rx3w
- Update indentation in hash file (two spaces)

https://github.com/containerd/containerd/releases/tag/v1.4.9
https://github.com/containerd/containerd/releases/tag/v1.4.8
https://github.com/containerd/containerd/releases/tag/v1.4.7
https://github.com/containerd/containerd/releases/tag/v1.4.6
https://github.com/containerd/containerd/releases/tag/v1.4.5

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

diff --git a/package/containerd/containerd.hash b/package/containerd/containerd.hash
index b3cb3e47ad..eb0bafff1b 100644
--- a/package/containerd/containerd.hash
+++ b/package/containerd/containerd.hash
@@ -1,3 +1,3 @@
 # Computed locally
-sha256  ac62c64664bf62fd44df0891c896eecdb6d93def3438271d7892dca75bc069d1  containerd-1.4.4.tar.gz
-sha256	4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4  LICENSE
+sha256  3bb9f54be022067847f5930d21ebbfe4e7a67f589d78930aa0ac713492c28bcc  containerd-1.4.9.tar.gz
+sha256  4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4  LICENSE
diff --git a/package/containerd/containerd.mk b/package/containerd/containerd.mk
index 761e08003c..eb5da65433 100644
--- a/package/containerd/containerd.mk
+++ b/package/containerd/containerd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CONTAINERD_VERSION = 1.4.4
+CONTAINERD_VERSION = 1.4.9
 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@lists.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.4.9
  2021-09-15 21:01 [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.4.9 Fabrice Fontaine
@ 2021-09-15 21:13 ` Christian Stewart via buildroot
  2021-09-18 12:49 ` Yann E. MORIN
  2021-09-28 21:05 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Christian Stewart via buildroot @ 2021-09-15 21:13 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Christian Stewart, Buildroot Mailing List

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

Thanks,
Christian

On Wed, Sep 15, 2021 at 2:01 PM Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
>
> - Fix CVE-2021-32760:
>   https://github.com/containerd/containerd/security/advisories/GHSA-c72p-9xmj-rx3w
> - Update indentation in hash file (two spaces)
>
> https://github.com/containerd/containerd/releases/tag/v1.4.9
> https://github.com/containerd/containerd/releases/tag/v1.4.8
> https://github.com/containerd/containerd/releases/tag/v1.4.7
> https://github.com/containerd/containerd/releases/tag/v1.4.6
> https://github.com/containerd/containerd/releases/tag/v1.4.5
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
_______________________________________________
buildroot mailing list
buildroot@lists.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.4.9
  2021-09-15 21:01 [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.4.9 Fabrice Fontaine
  2021-09-15 21:13 ` Christian Stewart via buildroot
@ 2021-09-18 12:49 ` Yann E. MORIN
  2021-09-28 21:05 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2021-09-18 12:49 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Fabrice, All,

On 2021-09-15 23:01 +0200, Fabrice Fontaine spake thusly:
> - Fix CVE-2021-32760:
>   https://github.com/containerd/containerd/security/advisories/GHSA-c72p-9xmj-rx3w
> - Update indentation in hash file (two spaces)
> 
> https://github.com/containerd/containerd/releases/tag/v1.4.9
> https://github.com/containerd/containerd/releases/tag/v1.4.8
> https://github.com/containerd/containerd/releases/tag/v1.4.7
> https://github.com/containerd/containerd/releases/tag/v1.4.6
> https://github.com/containerd/containerd/releases/tag/v1.4.5
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/containerd/containerd.hash | 4 ++--
>  package/containerd/containerd.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/containerd/containerd.hash b/package/containerd/containerd.hash
> index b3cb3e47ad..eb0bafff1b 100644
> --- a/package/containerd/containerd.hash
> +++ b/package/containerd/containerd.hash
> @@ -1,3 +1,3 @@
>  # Computed locally
> -sha256  ac62c64664bf62fd44df0891c896eecdb6d93def3438271d7892dca75bc069d1  containerd-1.4.4.tar.gz
> -sha256	4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4  LICENSE
> +sha256  3bb9f54be022067847f5930d21ebbfe4e7a67f589d78930aa0ac713492c28bcc  containerd-1.4.9.tar.gz
> +sha256  4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4  LICENSE
> diff --git a/package/containerd/containerd.mk b/package/containerd/containerd.mk
> index 761e08003c..eb5da65433 100644
> --- a/package/containerd/containerd.mk
> +++ b/package/containerd/containerd.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -CONTAINERD_VERSION = 1.4.4
> +CONTAINERD_VERSION = 1.4.9
>  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@lists.buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@lists.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.4.9
  2021-09-15 21:01 [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.4.9 Fabrice Fontaine
  2021-09-15 21:13 ` Christian Stewart via buildroot
  2021-09-18 12:49 ` Yann E. MORIN
@ 2021-09-28 21:05 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-09-28 21:05 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

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

 > - Fix CVE-2021-32760:
 >   https://github.com/containerd/containerd/security/advisories/GHSA-c72p-9xmj-rx3w
 > - Update indentation in hash file (two spaces)

 > https://github.com/containerd/containerd/releases/tag/v1.4.9
 > https://github.com/containerd/containerd/releases/tag/v1.4.8
 > https://github.com/containerd/containerd/releases/tag/v1.4.7
 > https://github.com/containerd/containerd/releases/tag/v1.4.6
 > https://github.com/containerd/containerd/releases/tag/v1.4.5

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

Committed to 2021.02.x, 2021.05.x and 2021.08.x, thanks.

-- 
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:[~2021-09-28 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 21:01 [Buildroot] [PATCH 1/1] package/containerd: security bump to version 1.4.9 Fabrice Fontaine
2021-09-15 21:13 ` Christian Stewart via buildroot
2021-09-18 12:49 ` Yann E. MORIN
2021-09-28 21:05 ` 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.