There is an updated pull request by mtboehlke against master on the void-packages repository https://github.com/mtboehlke/void-packages tarlz https://github.com/void-linux/void-packages/pull/38898 New package: tarlz-0.22 #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** From the [tarlz homepage](https://www.nongnu.org/lzip/tarlz.html): "Tarlz creates tar archives using a simplified and safer variant of the POSIX pax format compressed in lzip format, keeping the alignment between tar members and lzip members. The resulting multimember tar.lz archive is fully backward compatible with standard tar tools like GNU tar, which treat it like any other tar.lz archive." Keeping the alignment has advantages, which the webpage explains nicely. Also from the homepage: "Tarlz does not understand other tar formats like gnu, oldgnu, star or v7. The command 'tarlz -tf archive.tar.lz > /dev/null' can be used to verify that the format of the archive is compatible with tarlz." A patch file from https://github.com/void-linux/void-packages/pull/38898.patch is attached