tools: tar: backport patch for paxlib shipped in tar
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 12 Jun 2024 13:11:48 +0000 (15:11 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Wed, 12 Jun 2024 16:13:42 +0000 (12:13 -0400)
commit01d805610b28f31a68f52e6240135286896bae61
tree0a7be1b09dc9dc2a7ecfd4928b5d1afe775b67fe
parentc0dfd8ce1f0983a937194003a278c38e96e189be
tools: tar: backport patch for paxlib shipped in tar

Tar 1.34 ship an old version of paxlib with rtapelib.c that produce some
compilation warning. This library got updated in 1.35 but we still can't
use the new Tar version.

GCC 14 then made these compilarion warning errors.

Manually backport the fixes to rtapelib.c and patch the version shipped
in 1.34 to fix these compilation warning.

Fixes: #15692
Fixes: 2951e0a80e9f ("tools: tar: backport patches fixing broken --delete")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
tools/tar/patches/003-Pacify-rtapelib.c-for-GCC-10-and-fix-a-bug-or-two.patch [new file with mode: 0644]