]> git.ipfire.org Git - thirdparty/systemd.git/commit
importd: change untar logic to be based on libarchive rather than shelling out to...
authorLennart Poettering <lennart@poettering.net>
Wed, 15 Oct 2025 09:12:23 +0000 (11:12 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Oct 2025 09:12:23 +0000 (11:12 +0200)
commit4cae0e9a78fec2e0787e70c795da1bbf8c135ad4
tree80ec83ed43ceeb4c745661c507cc56550898ec9b
parent9f69ff69f7d141ec93eba5f6f73df59df4df73fa
parenta7c8f92d1f937113a279adbe62399f6f0773473f
importd: change untar logic to be based on libarchive rather than shelling out to gnu tar (#39143)

Let's use libarchive consistently everywhere, both for tarring and
untarring.

Note that there's an existing test case that validates untarring. Now,
it will validate libarchive rather than gnu tar.

Split out of #38728
meson.build