From 7976ffeb40d75b094eee149eb2f0d9187679296d Mon Sep 17 00:00:00 2001 From: tytan652 Date: Mon, 9 Oct 2023 17:55:23 +0200 Subject: [PATCH] build-aux: Update Flatpak CEF build Update CEF build to patch two CVEs: * CVE-2023-4863 * CVE-2023-5217 --- build-aux/modules/99-cef.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/modules/99-cef.json b/build-aux/modules/99-cef.json index efbdfae72..0e98ba87a 100644 --- a/build-aux/modules/99-cef.json +++ b/build-aux/modules/99-cef.json @@ -21,8 +21,8 @@ "sources": [ { "type": "archive", - "url": "https://cdn-fastly.obsproject.com/downloads/cef_binary_5060_linux64.tar.bz2", - "sha256": "ac4e2a8ebf20700e4e36353e314f876623633dd5b474778a2548bb66bdbea11d" + "url": "https://cdn-fastly.obsproject.com/downloads/cef_binary_5060_linux_x86_64_v2.tar.xz", + "sha256": "4bee4c90edbdb67b889be28ba1c1558fa6b207ca01d921db9beab342873aa57d" } ] }