mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-29 04:14:23 -04:00
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:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user