* Update buildroot to 2021.02.6 * Renew buildroot-patches This makes sure that docker-proxy gets bumped to the latest Docker version as well.
45 lines
2.0 KiB
Diff
45 lines
2.0 KiB
Diff
From 7a63448dce0599dbcf715a311bf63dbaa6ad0f8a Mon Sep 17 00:00:00 2001
|
|
Message-Id: <7a63448dce0599dbcf715a311bf63dbaa6ad0f8a.1635185056.git.stefan@agner.ch>
|
|
In-Reply-To: <7bc8a611131f89c7773e75863be58a682bfefa46.1635185056.git.stefan@agner.ch>
|
|
References: <7bc8a611131f89c7773e75863be58a682bfefa46.1635185056.git.stefan@agner.ch>
|
|
From: Stefan Agner <stefan@agner.ch>
|
|
Date: Mon, 11 Oct 2021 14:45:41 +0200
|
|
Subject: [PATCH 06/11] package/docker-proxy: bump version to 64b7a4574d14
|
|
|
|
Which is the version used by docker 20.10.7:
|
|
https://github.com/moby/moby/commit/d29a55c6c344a536089d6b1bcd92be9cdea20641
|
|
|
|
Signed-off-by: Stefan Agner <stefan@agner.ch>
|
|
---
|
|
package/docker-proxy/docker-proxy.hash | 2 +-
|
|
package/docker-proxy/docker-proxy.mk | 4 ++--
|
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/package/docker-proxy/docker-proxy.hash b/package/docker-proxy/docker-proxy.hash
|
|
index 58de697929..605a559806 100644
|
|
--- a/package/docker-proxy/docker-proxy.hash
|
|
+++ b/package/docker-proxy/docker-proxy.hash
|
|
@@ -1,3 +1,3 @@
|
|
# Locally calculated
|
|
-sha256 866c8d196b9396a383b437b0d775476459ed7c11f527c4f6bbf1fd08524b461d docker-proxy-55685ba49593e67f5e1c8180539379b16736c25e.tar.gz
|
|
+sha256 ede21e645ff6552b3a508f6186d3f34d267015ec0f96eefecf6d08c03cbd2987 docker-proxy-64b7a4574d1426139437d20e81c0b6d391130ec8.tar.gz
|
|
sha256 cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14 LICENSE
|
|
diff --git a/package/docker-proxy/docker-proxy.mk b/package/docker-proxy/docker-proxy.mk
|
|
index 6600b24ed9..7745853716 100644
|
|
--- a/package/docker-proxy/docker-proxy.mk
|
|
+++ b/package/docker-proxy/docker-proxy.mk
|
|
@@ -4,8 +4,8 @@
|
|
#
|
|
################################################################################
|
|
|
|
-DOCKER_PROXY_VERSION = 55685ba49593e67f5e1c8180539379b16736c25e
|
|
-DOCKER_PROXY_SITE = $(call github,docker,libnetwork,$(DOCKER_PROXY_VERSION))
|
|
+DOCKER_PROXY_VERSION = 64b7a4574d1426139437d20e81c0b6d391130ec8
|
|
+DOCKER_PROXY_SITE = $(call github,moby,libnetwork,$(DOCKER_PROXY_VERSION))
|
|
|
|
DOCKER_PROXY_LICENSE = Apache-2.0
|
|
DOCKER_PROXY_LICENSE_FILES = LICENSE
|
|
--
|
|
2.33.1
|
|
|