aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tar/patches/110-symlink-force-permissions.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools/tar: update to 1.30Hannu Nyman2018-01-201-1/+1
| | | | | | update GNU tar to 1.30 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tar: override symlink permissionsFelix Fietkau2017-05-301-0/+10
On Linux, symlink permissions cannot be altered and are always 0777. On Mac OS X they can be 0755. Force 0777 here to keep tarballs reproducible across systems Signed-off-by: Felix Fietkau <nbd@nbd.name>