From bb8759ea107c20bda34ae89fcf17b7bbba229399 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 12 Aug 2024 19:21:37 +0100 Subject: [PATCH] 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 --- meson.build | 2 +- subprojects/bubblewrap.wrap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index f749b29e..359875f3 100644 --- a/meson.build +++ b/meson.build @@ -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' diff --git a/subprojects/bubblewrap.wrap b/subprojects/bubblewrap.wrap index 1dbd7164..d089501b 100644 --- a/subprojects/bubblewrap.wrap +++ b/subprojects/bubblewrap.wrap @@ -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