From 1fc0a5afd41f63f4d7a9172eaefeb4eef7a26057 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:55:35 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../bubblewrap/bubblewrap_0.11.0.bb | 25 ---------------------- .../bubblewrap/bubblewrap_0.11.1.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.0.bb create mode 100644 meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.0.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.0.bb deleted file mode 100644 index e059d1593b..0000000000 --- a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Unprivileged sandboxing tool" -HOMEPAGE = "https://github.com/containers/bubblewrap" -LICENSE = "LGPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" - -DEPENDS = "libcap" - -SRC_URI = " \ - https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz \ -" -SRC_URI[sha256sum] = "988fd6b232dafa04b8b8198723efeaccdb3c6aa9c1c7936219d5791a8b7a8646" - -inherit meson bash-completion github-releases manpages pkgconfig - -GITHUB_BASE_URI = "https://github.com/containers/${BPN}/releases/" - -PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" -PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native docbook-xsl-stylesheets-native xmlto-native" -PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux" - -PACKAGES += "${PN}-zsh-completion" - -FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb new file mode 100644 index 0000000000..0db94b40fa --- /dev/null +++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Unprivileged sandboxing tool" +HOMEPAGE = "https://github.com/containers/bubblewrap" +LICENSE = "LGPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" + +DEPENDS = "libcap" + +SRC_URI = " \ + https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz \ +" +SRC_URI[sha256sum] = "c1b7455a1283b1295879a46d5f001dfd088c0bb0f238abb5e128b3583a246f71" + +inherit meson bash-completion github-releases manpages pkgconfig + +GITHUB_BASE_URI = "https://github.com/containers/${BPN}/releases/" + +PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" +PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native docbook-xsl-stylesheets-native xmlto-native" +PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux" + +PACKAGES += "${PN}-zsh-completion" + +FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf