diff mbox series

[meta-oe] bubblewrap: import recipe from meta-security

Message ID 20221219203614.3540198-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-oe] bubblewrap: import recipe from meta-security | expand

Commit Message

Markus Volk Dec. 19, 2022, 8:36 p.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../bubblewrap/bubblewrap_0.6.2.bb            | 25 +++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.bb

Comments

akuster808 Dec. 20, 2022, 3:18 p.m. UTC | #1
On 12/19/22 3:36 PM, Markus Volk wrote:
> Signed-off-by: Markus Volk <f_l_k@t-online.de>

Will you be sending a patch to remove it from meta-security?

- armin
> ---
>   .../bubblewrap/bubblewrap_0.6.2.bb            | 25 +++++++++++++++++++
>   1 file changed, 25 insertions(+)
>   create mode 100644 meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.bb
>
> diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.bb
> new file mode 100644
> index 000000000..50f61adf8
> --- /dev/null
> +++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.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] = "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"
> +
> +BBCLASSEXTEND = "native"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#100116): https://lists.openembedded.org/g/openembedded-devel/message/100116
> Mute This Topic: https://lists.openembedded.org/mt/95773343/3616698
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
akuster808 Dec. 20, 2022, 3:20 p.m. UTC | #2
On 12/19/22 3:36 PM, Markus Volk wrote:
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>   .../bubblewrap/bubblewrap_0.6.2.bb            | 25 +++++++++++++++++++
>   1 file changed, 25 insertions(+)
>   create mode 100644 meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.bb

BTW, Master has a later version.

-armin
>
> diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.bb
> new file mode 100644
> index 000000000..50f61adf8
> --- /dev/null
> +++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.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] = "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"
> +
> +BBCLASSEXTEND = "native"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#100116): https://lists.openembedded.org/g/openembedded-devel/message/100116
> Mute This Topic: https://lists.openembedded.org/mt/95773343/3616698
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Markus Volk Dec. 20, 2022, 3:39 p.m. UTC | #3
Am Di, 20. Dez 2022 um 10:20:19 -0500 schrieb akuster808 
<akuster808@gmail.com>:
> BTW, Master has a later version.

Thanks

I've sent a patch for removal.
diff mbox series

Patch

diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.bb
new file mode 100644
index 000000000..50f61adf8
--- /dev/null
+++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.6.2.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] = "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"
+
+BBCLASSEXTEND = "native"