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)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 12 Jun 2024 13:16:58 +0000 (15:16 +0200)
commit95597dc2e3f9139d7e847a14aeff55cd25920c4e
tree200620fc9c1d6078412f722afebe3ce8086452a9
parent167b016a21f3daa9557559cfdc0a5f2028206cef
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]