summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-30 18:48:22 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-07 10:45:38 -0700
commit8cb0926b53d6b129fc301588cc64f23c8e977d8d (patch)
treed6369a5a4ab10bd82a342f60525f6b42793d3cb1
parentc01d05c2f9df185b0ee1f04b77d66541e2130d30 (diff)
downloadmeta-openembedded-8cb0926b53d6b129fc301588cc64f23c8e977d8d.tar.gz
bubblewrap: upgrade 0.11.1 -> 0.11.2
Changelog: =========== - bug fix: CVE-2026-41163 - enhancement : New build option -Dsupport_setuid, which if set to false (which is the default) disables the support for setuid. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.bb (renamed from meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.bb
index 0db94b40fa..7e63435e90 100644
--- a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb
+++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.bb
@@ -8,7 +8,7 @@ DEPENDS = "libcap"
8SRC_URI = " \ 8SRC_URI = " \
9 https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz \ 9 https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz \
10" 10"
11SRC_URI[sha256sum] = "c1b7455a1283b1295879a46d5f001dfd088c0bb0f238abb5e128b3583a246f71" 11SRC_URI[sha256sum] = "69abc30005d2186baf7737feacd8da35633b93cf5af38838ecff17c5f8e924f6"
12 12
13inherit meson bash-completion github-releases manpages pkgconfig 13inherit meson bash-completion github-releases manpages pkgconfig
14 14