summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-06 17:06:02 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-07 09:11:55 -0700
commitcbd98eb9aa83f2f21987522aedf2973ca6bb377f (patch)
treeaa37ebaa4cff5d5e6db4a23781806ace22ed34dd
parentb2aea7bec101cfc9a1c7adb2209eb88079a80f14 (diff)
downloadmeta-openembedded-cbd98eb9aa83f2f21987522aedf2973ca6bb377f.tar.gz
bubblewrap: upgrade 0.8.0 -> 0.9.0
Changelog: =========== - Fix a double-close on error reading from --args, --seccomp or --add-seccomp-fd argument - Improve memory allocation behaviour - Silence various compiler warnings - Silence an Automake warning - Fix a test failure when running as uid 0 in a container - Fix a test failure when /mnt is a symlink - Fix a test failure on NixOS - Add --argv0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-security/bubblewrap/bubblewrap_0.9.0.bb (renamed from meta-oe/recipes-security/bubblewrap/bubblewrap_0.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.8.0.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.9.0.bb
index 06c42addbf..c60c1dfd63 100644
--- a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.8.0.bb
+++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.9.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
6DEPENDS = "libcap" 6DEPENDS = "libcap"
7 7
8SRC_URI = "https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz" 8SRC_URI = "https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz"
9SRC_URI[sha256sum] = "957ad1149db9033db88e988b12bcebe349a445e1efc8a9b59ad2939a113d333a" 9SRC_URI[sha256sum] = "c6347eaced49ac0141996f46bba3b089e5e6ea4408bc1c43bab9f2d05dd094e1"
10 10
11inherit autotools bash-completion github-releases manpages pkgconfig 11inherit autotools bash-completion github-releases manpages pkgconfig
12 12