docker-moby: update to v19.03.8

Bumping to 19.03.8 to pickup bugfixes and security changes. The
following commits comprise the chnage:

moby:

aa6a9891b0 vendor: add local copy of archive/tar
0d4f412ecd dockerfile: update vndr to 85886e1a

libnetwork:

c7bae399 Merge pull request #2525 from trapier/bump_19.03/cleanup-vfp-during-network-removal
8c407f52 Cleanup VFP during overlay network removal
bd5c6080 Merge pull request #2520 from SamWhited/19.03_backport_dns_update
74b17410 Bump the DNS library and revendor

cli:

eb310fca Merge pull request #2373 from tiborvass/19.03-bump-grpc-1.23.1
0e40b919 vendor: bump google.golang.org/grpc v1.23.1
a51e9e63 vendor: update grpc to v1.23.0

Testing has been performed across x86-64/arm64 via cli and through
higher level frameworks.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2020-03-15 12:30:55 -04:00
parent fc84481d1e
commit 6207c6deb9

View File

@ -35,9 +35,9 @@ DESCRIPTION = "Linux container runtime \
# to a docker.inc recipe # to a docker.inc recipe
# moby commit matches the docker-engine bump on the 19.03 branch' # moby commit matches the docker-engine bump on the 19.03 branch'
SRCREV_moby = "71373c6105e3cbc9702935b96d8ee01214c405e7" SRCREV_moby = "aa6a9891b09cce3d9004121294301a30d45d998d"
SRCREV_libnetwork = "9fd385be8302dbe1071a3ce124891893ff27f90f" SRCREV_libnetwork = "c7bae399e46fd620b8a006174b7327e4e6e647fd"
SRCREV_cli = "3ff19c37551bb0ce3025eb29655337f1ff433a00" SRCREV_cli = "eb310fca49568dccd87c6136f774ef6fff2a1b51"
SRC_URI = "\ SRC_URI = "\
git://github.com/moby/moby.git;branch=19.03;name=moby \ git://github.com/moby/moby.git;branch=19.03;name=moby \
git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \ git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \
@ -57,7 +57,7 @@ GO_IMPORT = "import"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DOCKER_VERSION = "19.03.6" DOCKER_VERSION = "19.03.8"
PV = "${DOCKER_VERSION}+git${SRCREV_moby}" PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
PACKAGES =+ "${PN}-contrib" PACKAGES =+ "${PN}-contrib"