From 4201789223260abfee5aae685b133837ade3e06f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 14 Aug 2023 17:17:27 +0100 Subject: [PATCH] subprojects: Update fallback expat subproject Updated with: meson wrap update expat 2.6.4 contains security fixes. In practice these don't affect dbus, because we only use expat to parse trusted message bus configuration, but we might as well use the newest available version. Signed-off-by: Simon McVittie --- subprojects/expat.wrap | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/subprojects/expat.wrap b/subprojects/expat.wrap index 87dab0466..53d13b943 100644 --- a/subprojects/expat.wrap +++ b/subprojects/expat.wrap @@ -1,11 +1,13 @@ [wrap-file] -directory = expat-2.4.8 -source_url = https://github.com/libexpat/libexpat/releases/download/R_2_4_8/expat-2.4.8.tar.xz -source_filename = expat-2.4.8.tar.bz2 -source_hash = f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df479dcaf25 -patch_filename = expat_2.4.8-1_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/expat_2.4.8-1/get_patch -patch_hash = 9aec253a2c6d1c0feb852c5c6920298d14701eeec7acc6832bb402438b52112a +directory = expat-2.6.4 +source_url = https://github.com/libexpat/libexpat/releases/download/R_2_6_4/expat-2.6.4.tar.xz +source_filename = expat-2.6.4.tar.bz2 +source_hash = a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee +patch_filename = expat_2.6.4-1_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/expat_2.6.4-1/get_patch +patch_hash = e4ffff014e06b805fbb36cd1e911e90829dc1e07301a3aee53231f9048758558 +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/expat_2.6.4-1/expat-2.6.4.tar.bz2 +wrapdb_version = 2.6.4-1 [provide] expat = expat_dep -- 2.47.3