package/bubblewrap: bump to version 0.4.0
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 3 Jan 2020 19:01:53 +0000 (20:01 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 6 Jan 2020 15:42:09 +0000 (16:42 +0100)
musl is supported since
https://github.com/containers/bubblewrap/commit/300da62ab6d14aaeeed20172a03090932bb23119

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bubblewrap/Config.in
package/bubblewrap/bubblewrap.hash
package/bubblewrap/bubblewrap.mk

index b83f046c82969224445b110990aacb62117e4bce..2492cee0e56417ccb1098d33b7030de291cceba6 100644 (file)
@@ -1,13 +1,8 @@
 config BR2_PACKAGE_BUBBLEWRAP
        bool "bubblewrap"
-       depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # TEMP_FAILURE_RETRY
        depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_LIBCAP
        help
          Unprivileged sandbox tool based on Linux namespaces.
 
          https://github.com/projectatomic/bubblewrap
-
-comment "bubblewrap needs a glibc or uclibc toolchain"
-       depends on !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
-       depends on BR2_USE_MMU
index c8177d00f5f09f4085b94feeb91a25879c789770..6914a1ccd76ade7f1a119d9054d5ec841e56ac1c 100644 (file)
@@ -1,5 +1,5 @@
 # Locally computed:
-sha256 c6a45f51794a908b76833b132471397a7413f07620af08e76c273d9f7b364dff bubblewrap-0.3.3.tar.xz
+sha256 e5fe7d2f74bd7029b5306b0b70587cec31f74357739295e5276b4a3718712023 bubblewrap-0.4.0.tar.xz
 
 # Hash for license files:
 sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING
index 83bbb1b23466c1c99f190938c55cd376c5871a92..3da00a700da1f9cf9228d147ca105472f0a88201 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BUBBLEWRAP_VERSION = 0.3.3
+BUBBLEWRAP_VERSION = 0.4.0
 BUBBLEWRAP_SITE = https://github.com/containers/bubblewrap/releases/download/v$(BUBBLEWRAP_VERSION)
 BUBBLEWRAP_SOURCE = bubblewrap-$(BUBBLEWRAP_VERSION).tar.xz
 BUBBLEWRAP_DEPENDENCIES = host-pkgconf libcap