[1/3] commons-compress git commit: CPIO crc overflow resolved for large files

2017-03-29 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 785233a6f -> b893471b9 CPIO crc overflow resolved for large files When unpacking a CPIO file containing a large file the crc check will overflow and throw an IOException("CRC Error..."). Did not find a nice wa to test this

[3/3] commons-compress git commit: ensure CPIO only uses the least-significant 32bit of CRC

2017-03-29 Thread bodewig
ensure CPIO only uses the least-significant 32bit of CRC https://people.freebsd.org/~kientzle/libarchive/man/cpio.5.txt > The CRC format is identical to the new ASCII format described in the previous > section except that the magic field is set to ``070702'' and the check field > is set to the

[2/3] commons-compress git commit: record Daniel's fix, closes #17

2017-03-29 Thread bodewig
record Daniel's fix, closes #17 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/44d376b7 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/44d376b7 Diff: