mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 04:30:10 +01:00
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 <smcv@collabora.com>
This commit is contained in:
parent
2cc490f460
commit
4201789223
1 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue