From 87b79078b5985d24fa7608121cb700dc0ad6c509 Mon Sep 17 00:00:00 2001 From: Mark Collins Date: Mon, 18 Sep 2023 07:31:39 +0000 Subject: [PATCH] meson: Update libarchive to v3.7.2-2 The wrapdb build script used by v3.7.1-2 would lead to compilation errors when using glibc which gated id_t's definition behind the _GNU_SOURCE define which wasn't specified while scanning for types, this was fixed upstream in wrapdb in v3.7.2-2. Signed-off-by: Mark Collins Part-of: --- subprojects/libarchive.wrap | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/subprojects/libarchive.wrap b/subprojects/libarchive.wrap index a989d5b6410..320668097f5 100644 --- a/subprojects/libarchive.wrap +++ b/subprojects/libarchive.wrap @@ -1,13 +1,13 @@ [wrap-file] -directory = libarchive-3.7.1 -source_url = https://github.com/libarchive/libarchive/releases/download/v3.7.1/libarchive-3.7.1.tar.xz -source_filename = libarchive-3.7.1.tar.xz -source_hash = b17403ce670ff18d8e06fea05a9ea9accf70678c88f1b9392a2e29b51127895f -patch_filename = libarchive_3.7.1-2_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/libarchive_3.7.1-2/get_patch -patch_hash = ada92958fa10655ca0f710ecb7ec3db7751644d76001d5d36b352115399b1eef -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libarchive_3.7.1-2/libarchive-3.7.1.tar.xz -wrapdb_version = 3.7.1-2 +directory = libarchive-3.7.2 +source_url = https://github.com/libarchive/libarchive/releases/download/v3.7.2/libarchive-3.7.2.tar.xz +source_filename = libarchive-3.7.2.tar.xz +source_hash = 04357661e6717b6941682cde02ad741ae4819c67a260593dfb2431861b251acb +patch_filename = libarchive_3.7.2-2_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/libarchive_3.7.2-2/get_patch +patch_hash = c7e0e5c3221f6222d23cd8f5e9cfbfc0e2a9b04b6492d144b1709d855252a2c0 +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libarchive_3.7.2-2/libarchive-3.7.2.tar.xz +wrapdb_version = 3.7.2-2 [provide] libarchive = libarchive_dep