summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-01-19 14:23:02 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-01-19 14:38:36 +0000
commit5bd48ee74f0792029f51d5c2d59c92265216d48e (patch)
tree61d85973f92b897657baf80347c9e7a716fcf41b
parentb3e5c517bf3fab88116caf2527fac1323f3c5ac7 (diff)
downloadmeta-virtualization-5bd48ee74f0792029f51d5c2d59c92265216d48e.tar.gz
buildah: update to 1.33.3
Bumping buildah to version v1.33.3-1-g5ca83472c, which comprises the following commits: 21e754fd3 [release-1.33.2] Bump Buildah to v1.33.3 b44d6bd56 [release-1.33.2] Bump c/common to 0.57.2 and c/image to 5.29.1 7fffb3366 [release-1.33.2] Bump to v1.33.2 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/buildah/buildah_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index f04adca9..02a07dcc 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11BUILDAH_VERSION = "1.33.2" 11BUILDAH_VERSION = "1.33.3"
12 12
13PV = "${BUILDAH_VERSION}" 13PV = "${BUILDAH_VERSION}"
14 14
@@ -28,7 +28,7 @@ GO_WORKDIR = "${GO_INSTALL}"
28GOBUILDFLAGS += "-mod vendor" 28GOBUILDFLAGS += "-mod vendor"
29 29
30SRCREV_FORMAT = "buildah_storage" 30SRCREV_FORMAT = "buildah_storage"
31SRCREV_buildah = "8be6786d5ed1f07387acdd30d52fc07cd1b4bd0f" 31SRCREV_buildah = "5ca83472cb6927d8353a5c6e577c56450b175345"
32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" 32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
33 33
34SRC_URI = " \ 34SRC_URI = " \