MSYS: Update tar to a version that can fully handle extended pax headers
commitf10143dfa6a80cfe065ddecb23e7f3fe24938205
authorSebastian Schuberth <sschuberth@gmail.com>
Mon, 4 Jan 2010 15:15:46 +0000 (4 16:15 +0100)
committerSebastian Schuberth <sschuberth@gmail.com>
Tue, 9 Mar 2010 13:09:13 +0000 (9 14:09 +0100)
tree67e286c120f613b8f9d99ffdaa1577fc46b70c2a
parentd4f6c3bf3a8b132c66030da8a85091f327e73957
MSYS: Update tar to a version that can fully handle extended pax headers

This gets rid of this annoying warning when creating releases:

    tar: pax_global_header: Unknown file type 'g', extracted as normal file

The previous tar version was 1.13.19, and it seems the minimum required tar
version to handle pax headers would be 1.14, but we are using the most recent
version 1.22 available from here:

    http://sourceforge.net/projects/mingw/files/MSYS%20tar/

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
bin/tar.exe