diff mbox series

[meta-security] bubblewrap: Add recipe

Message ID 20220714064111.10048-1-alex.kiernan@gmail.com
State Under Review
Delegated to: Armin Kuster
Headers show
Series [meta-security] bubblewrap: Add recipe | expand

Commit Message

Alex Kiernan July 14, 2022, 6:41 a.m. UTC
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---
 .../bubblewrap/bubblewrap_0.6.2.bb            | 23 +++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 recipes-security/bubblewrap/bubblewrap_0.6.2.bb

Comments

akuster808 July 30, 2022, 9:13 p.m. UTC | #1
merged.

On 7/13/22 23:41, Alex Kiernan wrote:
> Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
> ---
>   .../bubblewrap/bubblewrap_0.6.2.bb            | 23 +++++++++++++++++++
>   1 file changed, 23 insertions(+)
>   create mode 100644 recipes-security/bubblewrap/bubblewrap_0.6.2.bb
>
> diff --git a/recipes-security/bubblewrap/bubblewrap_0.6.2.bb b/recipes-security/bubblewrap/bubblewrap_0.6.2.bb
> new file mode 100644
> index 000000000000..921defda9e9d
> --- /dev/null
> +++ b/recipes-security/bubblewrap/bubblewrap_0.6.2.bb
> @@ -0,0 +1,23 @@
> +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] = "8a0ec802d1b3e956c5bb0a40a81c9ce0b055a31bf30a8efa547433603b8af20b"
> +
> +UPSTREAM_CHECK_URI = "https://github.com/containers/bubblewrap/releases"
> +UPSTREAM_CHECK_REGEX = "bubblewrap-(?P<pver>\d+(\.\d+)+)\.tar"
> +
> +inherit autotools bash-completion manpages pkgconfig
> +
> +PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
> +PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native docbook-xsl-stylesheets-native xmlto-native"
> +PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"
> +PACKAGECONFIG[setuid] = "--with-priv-mode=setuid,--with-priv-mode=none"
> +
> +PACKAGES += "${PN}-zsh-completion"
> +
> +FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#57532): https://lists.yoctoproject.org/g/yocto/message/57532
> Mute This Topic: https://lists.yoctoproject.org/mt/92374277/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/recipes-security/bubblewrap/bubblewrap_0.6.2.bb b/recipes-security/bubblewrap/bubblewrap_0.6.2.bb
new file mode 100644
index 000000000000..921defda9e9d
--- /dev/null
+++ b/recipes-security/bubblewrap/bubblewrap_0.6.2.bb
@@ -0,0 +1,23 @@ 
+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] = "8a0ec802d1b3e956c5bb0a40a81c9ce0b055a31bf30a8efa547433603b8af20b"
+
+UPSTREAM_CHECK_URI = "https://github.com/containers/bubblewrap/releases"
+UPSTREAM_CHECK_REGEX = "bubblewrap-(?P<pver>\d+(\.\d+)+)\.tar"
+
+inherit autotools bash-completion manpages pkgconfig
+
+PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
+PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native docbook-xsl-stylesheets-native xmlto-native"
+PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"
+PACKAGECONFIG[setuid] = "--with-priv-mode=setuid,--with-priv-mode=none"
+
+PACKAGES += "${PN}-zsh-completion"
+
+FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions"