All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/2] package/docker-cli: bump to version 19.03.13
@ 2020-10-19  9:08 Christian Stewart
  2020-10-19  9:08 ` [Buildroot] [PATCH v2 2/2] package/docker-engine: " Christian Stewart
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Christian Stewart @ 2020-10-19  9:08 UTC (permalink / raw)
  To: buildroot

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

---

v1 -> v2:

 - added updated hash for 19.03.13

Signed-off-by: Christian Stewart <christian@paral.in>
---
 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 8f9e69e593..66abfe5224 100644
--- a/package/docker-cli/docker-cli.hash
+++ b/package/docker-cli/docker-cli.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256	00801d6b7e9777cf2cf54255ca5afb7b58b3d35c14bb0f60bb9f07d031883223  docker-cli-19.03.12.tar.gz
+sha256	21b88a00e8f7a3194c0ae1de5a31e3e1728ef6aa2804158dcb502a8b5fd6ae2b  docker-cli-19.03.13.tar.gz
 sha256	2d81ea060825006fc8f3fe28aa5dc0ffeb80faf325b612c955229157b8c10dc0  LICENSE
diff --git a/package/docker-cli/docker-cli.mk b/package/docker-cli/docker-cli.mk
index c6448ca660..86fffafdb8 100644
--- a/package/docker-cli/docker-cli.mk
+++ b/package/docker-cli/docker-cli.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DOCKER_CLI_VERSION = 19.03.12
+DOCKER_CLI_VERSION = 19.03.13
 DOCKER_CLI_SITE = $(call github,docker,cli,v$(DOCKER_CLI_VERSION))
 
 DOCKER_CLI_LICENSE = Apache-2.0
-- 
2.28.0

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

* [Buildroot] [PATCH v2 2/2] package/docker-engine: bump to version 19.03.13
  2020-10-19  9:08 [Buildroot] [PATCH v2 1/2] package/docker-cli: bump to version 19.03.13 Christian Stewart
@ 2020-10-19  9:08 ` Christian Stewart
  2020-10-29 17:41   ` Peter Korsgaard
  2020-10-24 21:01 ` [Buildroot] [PATCH v2 1/2] package/docker-cli: " Thomas Petazzoni
  2020-10-29 17:41 ` Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Christian Stewart @ 2020-10-19  9:08 UTC (permalink / raw)
  To: buildroot

The Docker developers appear to no longer be tagging releases on the
docker/engine repository on GitHub, but are tagging releases on the main
moby/moby repository, which still is the true home of "dockerd."

This commit changes the upstream repo to moby/moby with no changes required.

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

v1 -> v2:

 - updated hash
 - changed upstream to moby/moby

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/docker-engine/docker-engine.hash | 2 +-
 package/docker-engine/docker-engine.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/docker-engine/docker-engine.hash b/package/docker-engine/docker-engine.hash
index 3283e4eb48..e7d5932687 100644
--- a/package/docker-engine/docker-engine.hash
+++ b/package/docker-engine/docker-engine.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256	858e4e74ee0097bcbdb71d737e268dfcfd1970efa4a1600354253b02fd403e39  docker-engine-19.03.12.tar.gz
+sha256	f43331fef1d24e31f43392fc1fed72b48fc17fd432d341d6eb1f68ca11383406  docker-engine-19.03.13.tar.gz
 sha256	7c87873291f289713ac5df48b1f2010eb6963752bbd6b530416ab99fc37914a8  LICENSE
diff --git a/package/docker-engine/docker-engine.mk b/package/docker-engine/docker-engine.mk
index 2d92570b94..8cedf307ba 100644
--- a/package/docker-engine/docker-engine.mk
+++ b/package/docker-engine/docker-engine.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-DOCKER_ENGINE_VERSION = 19.03.12
-DOCKER_ENGINE_SITE = $(call github,docker,engine,v$(DOCKER_ENGINE_VERSION))
+DOCKER_ENGINE_VERSION = 19.03.13
+DOCKER_ENGINE_SITE = $(call github,moby,moby,v$(DOCKER_ENGINE_VERSION))
 
 DOCKER_ENGINE_LICENSE = Apache-2.0
 DOCKER_ENGINE_LICENSE_FILES = LICENSE
-- 
2.28.0

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

* [Buildroot] [PATCH v2 1/2] package/docker-cli: bump to version 19.03.13
  2020-10-19  9:08 [Buildroot] [PATCH v2 1/2] package/docker-cli: bump to version 19.03.13 Christian Stewart
  2020-10-19  9:08 ` [Buildroot] [PATCH v2 2/2] package/docker-engine: " Christian Stewart
@ 2020-10-24 21:01 ` Thomas Petazzoni
  2020-10-29 17:41 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2020-10-24 21:01 UTC (permalink / raw)
  To: buildroot

On Mon, 19 Oct 2020 02:08:24 -0700
Christian Stewart <christian@paral.in> wrote:

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

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH v2 1/2] package/docker-cli: bump to version 19.03.13
  2020-10-19  9:08 [Buildroot] [PATCH v2 1/2] package/docker-cli: bump to version 19.03.13 Christian Stewart
  2020-10-19  9:08 ` [Buildroot] [PATCH v2 2/2] package/docker-engine: " Christian Stewart
  2020-10-24 21:01 ` [Buildroot] [PATCH v2 1/2] package/docker-cli: " Thomas Petazzoni
@ 2020-10-29 17:41 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2020-10-29 17:41 UTC (permalink / raw)
  To: buildroot

>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:

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

 > v1 -> v2:

 >  - added updated hash for 19.03.13

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

Committed to 2020.02.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH v2 2/2] package/docker-engine: bump to version 19.03.13
  2020-10-19  9:08 ` [Buildroot] [PATCH v2 2/2] package/docker-engine: " Christian Stewart
@ 2020-10-29 17:41   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2020-10-29 17:41 UTC (permalink / raw)
  To: buildroot

>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:

 > The Docker developers appear to no longer be tagging releases on the
 > docker/engine repository on GitHub, but are tagging releases on the main
 > moby/moby repository, which still is the true home of "dockerd."

 > This commit changes the upstream repo to moby/moby with no changes required.

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

 > v1 -> v2:

 >  - updated hash
 >  - changed upstream to moby/moby

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

Committed to 2020.02.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-10-29 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-19  9:08 [Buildroot] [PATCH v2 1/2] package/docker-cli: bump to version 19.03.13 Christian Stewart
2020-10-19  9:08 ` [Buildroot] [PATCH v2 2/2] package/docker-engine: " Christian Stewart
2020-10-29 17:41   ` Peter Korsgaard
2020-10-24 21:01 ` [Buildroot] [PATCH v2 1/2] package/docker-cli: " Thomas Petazzoni
2020-10-29 17:41 ` 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.