build: Bump required bubblewrap version to 0.9.901 (0.10.0 rc1)

We need this for the --bind-fd option, which will close a race
condition in our solution to CVE-2024-42472.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2024-08-12 19:21:37 +01:00
parent 2cdd1e1e5a
commit bb8759ea10
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ endif
required_glib = '2.46'
# Before increasing this, update subprojects/bubblewrap.wrap
required_bwrap = '0.8.0'
required_bwrap = '0.9.901'
# Before increasing this, update subprojects/dbus-proxy.wrap
required_dbus_proxy = '0.1.0'
required_libostree = '2020.8'

View File

@@ -1,5 +1,5 @@
[wrap-git]
url = https://github.com/containers/bubblewrap.git
# v0.9.0
revision = 8e51677abd7e3338e4952370bf7d902e37d8cbb6
# release candidate 0.9.901
revision = 8b7a17493035732b350a8d6cbea065987752bb20
depth = 1