ソースを参照

package/bubblewrap: bump to version 0.11.0

This version adds support for creating overlay mounts (which requires
running with user namespaces available), and fixesd to I/O operations
on sockets. Release notes:

  https://github.com/containers/bubblewrap/releases/tag/v0.11.0

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Adrian Perez de Castro 8 ヶ月 前
コミット
65814351b9
2 ファイル変更4 行追加4 行削除
  1. 3 3
      package/bubblewrap/bubblewrap.hash
  2. 1 1
      package/bubblewrap/bubblewrap.mk

+ 3 - 3
package/bubblewrap/bubblewrap.hash

@@ -1,6 +1,6 @@
-# Locally generated after checking GPG signature from
-# https://github.com/containers/bubblewrap/releases/tag/v0.10.0
-sha256  65d92cf44a63a51e1b7771f70c05013dce5bd6b0b2841c4b4be54b0c45565471  bubblewrap-0.10.0.tar.xz
+# Also checked GPG signature from
+# https://github.com/containers/bubblewrap/releases/tag/v0.11.0
+sha256  988fd6b232dafa04b8b8198723efeaccdb3c6aa9c1c7936219d5791a8b7a8646  bubblewrap-0.11.0.tar.xz
 
 # Hash for license files:
 sha256  b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  COPYING

+ 1 - 1
package/bubblewrap/bubblewrap.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BUBBLEWRAP_VERSION = 0.10.0
+BUBBLEWRAP_VERSION = 0.11.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