All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Buildroot] [PATCH 1/2] package/docker-engine: bump version to v24.0.7
       [not found] <b0e4b3f0059d978aaa662b56826d66f737770c96.1698421556.git.stefan@agner.ch>
@ 2023-10-29  8:42 ` Yann E. MORIN
  2023-11-01  8:58   ` Peter Korsgaard
       [not found] ` <e3bc2a06143633266e9c8dae5e6bc397cb7748eb.1698421556.git.stefan@agner.ch>
  1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2023-10-29  8:42 UTC (permalink / raw)
  To: Stefan Agner; +Cc: christian, buildroot

Stefan, All,

+Peter for backports

On 2023-10-27 17:46 +0200, Stefan Agner spake thusly:
> The overlay2 layers metadata are now written atomically. Many other
> bugfixes and hardening against security issues around the power capping
> framework.
> 
> https://github.com/moby/moby/releases/tag/v24.0.7
> 
> Signed-off-by: Stefan Agner <stefan@agner.ch>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/docker-engine/docker-engine.hash | 2 +-
>  package/docker-engine/docker-engine.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/docker-engine/docker-engine.hash b/package/docker-engine/docker-engine.hash
> index 7a8b17d3f3..931d6529e1 100644
> --- a/package/docker-engine/docker-engine.hash
> +++ b/package/docker-engine/docker-engine.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  29a8ee54e9ea008b40eebca42dec8b67ab257eb8ac175f67e79c110e4187d7d2  docker-engine-24.0.6.tar.gz
> +sha256  16a2cb4cf4d314a070085e0df06e3a6bd9ec678d28715b64060af694fc9051d5  docker-engine-24.0.7.tar.gz
>  sha256  7c87873291f289713ac5df48b1f2010eb6963752bbd6b530416ab99fc37914a8  LICENSE
> diff --git a/package/docker-engine/docker-engine.mk b/package/docker-engine/docker-engine.mk
> index a8f47254a4..34e74c09c6 100644
> --- a/package/docker-engine/docker-engine.mk
> +++ b/package/docker-engine/docker-engine.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -DOCKER_ENGINE_VERSION = 24.0.6
> +DOCKER_ENGINE_VERSION = 24.0.7
>  DOCKER_ENGINE_SITE = $(call github,moby,moby,v$(DOCKER_ENGINE_VERSION))
>  
>  DOCKER_ENGINE_LICENSE = Apache-2.0
> -- 
> 2.42.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@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@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/docker-cli: bump version to v24.0.7
       [not found] ` <e3bc2a06143633266e9c8dae5e6bc397cb7748eb.1698421556.git.stefan@agner.ch>
@ 2023-10-29  8:42   ` Yann E. MORIN
  2023-11-01  8:59   ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-10-29  8:42 UTC (permalink / raw)
  To: Stefan Agner; +Cc: christian, buildroot

Stefan, All,

On 2023-10-27 17:46 +0200, Stefan Agner spake thusly:
> Minor bugfix in docker ps status description.
> 
> https://github.com/moby/moby/releases/tag/v24.0.7
> 
> Signed-off-by: Stefan Agner <stefan@agner.ch>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/docker-cli/docker-cli.hash | 2 +-
>  package/docker-cli/docker-cli.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/docker-cli/docker-cli.hash b/package/docker-cli/docker-cli.hash
> index 5d8c1b0f59..9c8d08bba5 100644
> --- a/package/docker-cli/docker-cli.hash
> +++ b/package/docker-cli/docker-cli.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  c1a4a580ced3633e489c5c9869a20198415da44df7023fdc200d425cdf5fa652  docker-cli-24.0.6.tar.gz
> +sha256  72a54d131c28938221c81bd08364459fed9c71c093d4d615d324aaf31de6db1d  docker-cli-24.0.7.tar.gz
>  sha256  2d81ea060825006fc8f3fe28aa5dc0ffeb80faf325b612c955229157b8c10dc0  LICENSE
> diff --git a/package/docker-cli/docker-cli.mk b/package/docker-cli/docker-cli.mk
> index 53c9ddb6b8..95fce27ffb 100644
> --- a/package/docker-cli/docker-cli.mk
> +++ b/package/docker-cli/docker-cli.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -DOCKER_CLI_VERSION = 24.0.6
> +DOCKER_CLI_VERSION = 24.0.7
>  DOCKER_CLI_SITE = $(call github,docker,cli,v$(DOCKER_CLI_VERSION))
>  
>  DOCKER_CLI_LICENSE = Apache-2.0
> -- 
> 2.42.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@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@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/docker-engine: bump version to v24.0.7
  2023-10-29  8:42 ` [Buildroot] [PATCH 1/2] package/docker-engine: bump version to v24.0.7 Yann E. MORIN
@ 2023-11-01  8:58   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-11-01  8:58 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: christian, Stefan Agner, buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Stefan, All,
 > +Peter for backports

 > On 2023-10-27 17:46 +0200, Stefan Agner spake thusly:
 >> The overlay2 layers metadata are now written atomically. Many other
 >> bugfixes and hardening against security issues around the power capping
 >> framework.
 >> 
 >> https://github.com/moby/moby/releases/tag/v24.0.7
 >> 
 >> Signed-off-by: Stefan Agner <stefan@agner.ch>

 > Applied to master, thanks.

Committed to 2023.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

* Re: [Buildroot] [PATCH 2/2] package/docker-cli: bump version to v24.0.7
       [not found] ` <e3bc2a06143633266e9c8dae5e6bc397cb7748eb.1698421556.git.stefan@agner.ch>
  2023-10-29  8:42   ` [Buildroot] [PATCH 2/2] package/docker-cli: " Yann E. MORIN
@ 2023-11-01  8:59   ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-11-01  8:59 UTC (permalink / raw)
  To: Stefan Agner; +Cc: christian, buildroot

>>>>> "Stefan" == Stefan Agner <stefan@agner.ch> writes:

 > Minor bugfix in docker ps status description.
 > https://github.com/moby/moby/releases/tag/v24.0.7

 > Signed-off-by: Stefan Agner <stefan@agner.ch>

Committed to 2023.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:[~2023-11-01  8:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <b0e4b3f0059d978aaa662b56826d66f737770c96.1698421556.git.stefan@agner.ch>
2023-10-29  8:42 ` [Buildroot] [PATCH 1/2] package/docker-engine: bump version to v24.0.7 Yann E. MORIN
2023-11-01  8:58   ` Peter Korsgaard
     [not found] ` <e3bc2a06143633266e9c8dae5e6bc397cb7748eb.1698421556.git.stefan@agner.ch>
2023-10-29  8:42   ` [Buildroot] [PATCH 2/2] package/docker-cli: " Yann E. MORIN
2023-11-01  8:59   ` 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.