From 975f0a1d4084827b678452b475905cc2e80dfb27 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 13 Jan 2023 13:04:53 -0500 Subject: umoci: update to 0.4.7 Bumping umoci to version v0.4.7-117-gfb2db51, which comprises the following commits: 3544ece build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 5978bb9 build(deps): bump github.com/vbatts/go-mtree from 0.5.1 to 0.5.2 7c782c4 README: add dummy comment to start to make Hugo happy 777164a build(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.4 1714399 build(deps): bump github.com/docker/go-units from 0.4.0 to 0.5.0 ed6b0f4 build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 14756db build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.8.0 2034a22 test: handle /etc/pki/ca-trust with Fedora images 2163223 *: improve io.Pipe CloseWithError usage aab35e4 *: implement EINTR-retry logic for io.Copy users We also switch BUILD_FLAGS to STATIC_BUILD_FLAGS, as the Makefile variable has changed. Signed-off-by: Bruce Ashfield --- recipes-containers/umoci/umoci_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb index a9442ccc..b4d086be 100644 --- a/recipes-containers/umoci/umoci_git.bb +++ b/recipes-containers/umoci/umoci_git.bb @@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" RDEPENDS:${PN} = "skopeo" RDEPENDS:${PN}:class-native = "" -SRCREV_umoci = "4270d5bfcfdb89ebb96954512a7948de2a83a87f" +SRCREV_umoci = "fb2db51251ac2cb3745e60b2f2f314a088400326" SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \ " -PV = "v0.4.7-dev+git${SRCPV}" +PV = "v0.4.7+git${SRCPV}" S = "${WORKDIR}/github.com/opencontainers/umoci" GO_IMPORT = "github.com/opencontainers/umoci" @@ -40,7 +40,7 @@ do_compile:class-native () { export GOPATH="${WORKDIR}/git/" export GO111MODULE=off - export BUILD_FLAGS="-trimpath" + export STATIC_BUILD_FLAGS="-trimpath" cd ${S} -- cgit v1.2.3-54-g00ecf