update-manager: Drop untaring deltas with system() function 52/285752/10 accepted/tizen/unified/20230116.060914
authorAntoni Adaszkiewicz <a.adaszkiewi@samsung.com>
Mon, 19 Dec 2022 12:18:33 +0000 (13:18 +0100)
committerAntoni Adaszkiewicz <a.adaszkiewi@samsung.com>
Tue, 3 Jan 2023 13:20:33 +0000 (14:20 +0100)
commit739e027f74921ea370eeb5123b99f442178ab3e1
treec873c3d3fc8e1e9b155704ab9ccd982e0f02407c
parent56b35046fce8fcad05e77af062e949e091c19c4c
update-manager: Drop untaring deltas with system() function

Untaring deltas with system() function can be very slow,
especially for larger deltas. This can result in timouts while
verifying delta-device compatability.

Change-Id: I5ee01e9d8af6d88eb69aff0b8856ab396ea92f64
packaging/update-control.spec
update-manager/CMakeLists.txt
update-manager/common/common-tar.c [new file with mode: 0644]
update-manager/common/common-util.c