summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2017-08-24 14:39:38 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-24 09:55:44 -0400
commit70a36aa0880c4495517445286831a52f7c332aa0 (patch)
treeab0351b7c3df9f68c1a759b6b09f4ef546f1a93e /recipes-containers
parent46149a8e0f625f0b2d421812fb4fdeefd8309477 (diff)
downloadmeta-virtualization-70a36aa0880c4495517445286831a52f7c332aa0.tar.gz
docker-distribution: update to 2.6.2
CVE-2017-11468 is fixed in this release. Reference: https://nvd.nist.gov/vuln/detail/CVE-2017-11468 Release note: https://github.com/docker/distribution/releases/tag/v2.6.2 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/docker-distribution/docker-distribution_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb
index 08b6d70b..e2eac2ea 100644
--- a/recipes-containers/docker-distribution/docker-distribution_git.bb
+++ b/recipes-containers/docker-distribution/docker-distribution_git.bb
@@ -3,14 +3,14 @@ SUMMARY = "The Docker toolset to pack, ship, store, and deliver content"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
5 5
6SRCREV_distribution="0810eba2adf048b77621472991211924d9ec31c5" 6SRCREV_distribution="48294d928ced5dd9b378f7fd7c6f5da3ff3f2c89"
7SRC_URI = "git://github.com/docker/distribution.git;branch=master;name=distribution;destsuffix=git/src/github.com/docker/distribution \ 7SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.6;name=distribution;destsuffix=git/src/github.com/docker/distribution \
8 file://docker-registry.service \ 8 file://docker-registry.service \
9 " 9 "
10 10
11PACKAGES =+ "docker-registry" 11PACKAGES =+ "docker-registry"
12 12
13PV = "v2.6.0-rc+git${SRCPV}" 13PV = "v2.6.2"
14S = "${WORKDIR}/git/src/github.com/docker/distribution" 14S = "${WORKDIR}/git/src/github.com/docker/distribution"
15 15
16inherit goarch 16inherit goarch