package/docker-engine: security bump to version 18.09.9
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 20 Sep 2019 06:09:56 +0000 (08:09 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 21 Sep 2019 13:45:39 +0000 (15:45 +0200)
Fixes the following security vulnerability:

CVE-2019-13509: Docker Engine in debug mode may sometimes add secrets to the
debug log.  This applies to a scenario where docker stack deploy is run to
redeploy a stack that includes (non external) secrets.  It potentially
applies to other API users of the stack API if they resend the secret.

And a number of other non-security issues.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/docker-engine/docker-engine.hash
package/docker-engine/docker-engine.mk

index 4ef6905b5dc0610efc1666427ab5c81fd8e9b49f..b89310f99354f1a06851a7fb0b6143a0b73ddeed 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 b4f55831f5e7c5a92cd91f77aad1541ccd572eb18df2f44a01c372bceb3f9b6b  docker-engine-18.09.7.tar.gz
+sha256 fa3a9e998627418d648495d06d168c4d26ed07859c9370d5fddbfd29c26d8592  docker-engine-18.09.9.tar.gz
 sha256 2d81ea060825006fc8f3fe28aa5dc0ffeb80faf325b612c955229157b8c10dc0  LICENSE
index 99e3088f65e926945895f960138c3ded9a84648f..6a225ee5f01023f548a7efbc640184b0c77276a8 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DOCKER_ENGINE_VERSION = 18.09.7
+DOCKER_ENGINE_VERSION = 18.09.9
 DOCKER_ENGINE_SITE = $(call github,docker,engine,v$(DOCKER_ENGINE_VERSION))
 
 DOCKER_ENGINE_LICENSE = Apache-2.0