summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-26 19:55:35 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-26 07:43:37 -0700
commit1fc0a5afd41f63f4d7a9172eaefeb4eef7a26057 (patch)
tree9e50ee939ca2bde6b9964648b1680667184f403e
parenta5d660669c4ac9bf1b269a1d140dc115f847e429 (diff)
downloadmeta-openembedded-1fc0a5afd41f63f4d7a9172eaefeb4eef7a26057.tar.gz
bubblewrap: upgrade 0.11.0 -> 0.11.1
Bug fixes: ========= * Reset disposition of 'SIGCHLD', restoring normal subprocess management if bwrap was run from a process that was ignoring that signal, such as Erlang or volumeicon * Don't ignore '--userns 0', '--userns2 0' or '--pidns 0' if used Note that using a fd number >= 3 for these purposes is still preferred, to avoid confusion with the stdin, stdout, stderr that will be inherited by the command inside the container. * Fix grammar in an error message * Fix a broken link in the documentation Internal changes: ================== * Enable user namespaces in Github Actions configuration, fixing a CI regression with newer Ubuntu * Clarify comments 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.1.bb (renamed from meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.0.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb
index e059d1593b..0db94b40fa 100644
--- a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.0.bb
+++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.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] = "988fd6b232dafa04b8b8198723efeaccdb3c6aa9c1c7936219d5791a8b7a8646" 11SRC_URI[sha256sum] = "c1b7455a1283b1295879a46d5f001dfd088c0bb0f238abb5e128b3583a246f71"
12 12
13inherit meson bash-completion github-releases manpages pkgconfig 13inherit meson bash-completion github-releases manpages pkgconfig
14 14