You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/03/18 18:29:55 UTC

[commons-compress] 04/04: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git

commit 9248afd69833a55004779a4273c800e3240a0b69
Merge: 104bf55 b7f0cbb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 18 14:29:35 2022 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git

 .../compress/archivers/tar/TarArchiveEntry.java    | 388 +++++++++++++--
 .../archivers/tar/TarArchiveInputStream.java       |   2 +-
 .../archivers/tar/TarArchiveOutputStream.java      |  79 +++-
 .../compress/archivers/tar/TarConstants.java       |  47 ++
 .../commons/compress/archivers/tar/TarFile.java    |   3 +-
 .../compress/archivers/tar/FileTimesIT.java        | 522 +++++++++++++++++++++
 .../archivers/tar/TarArchiveEntryTest.java         | 156 ++++++
 .../COMPRESS-612/test-times-bsd-folder.tar         | Bin 0 -> 4608 bytes
 .../COMPRESS-612/test-times-epax-folder.tar        | Bin 0 -> 10240 bytes
 .../COMPRESS-612/test-times-exustar-folder.tar     | Bin 0 -> 10240 bytes
 .../COMPRESS-612/test-times-gnu-incremental.tar    | Bin 0 -> 10240 bytes
 src/test/resources/COMPRESS-612/test-times-gnu.tar | Bin 0 -> 10240 bytes
 .../resources/COMPRESS-612/test-times-gnutar.tar   | Bin 0 -> 10240 bytes
 .../COMPRESS-612/test-times-oldbsdtar.tar          | Bin 0 -> 10240 bytes
 .../COMPRESS-612/test-times-oldgnu-incremental.tar | Bin 0 -> 10240 bytes
 .../resources/COMPRESS-612/test-times-oldgnu.tar   | Bin 0 -> 10240 bytes
 .../COMPRESS-612/test-times-pax-folder.tar         | Bin 0 -> 10240 bytes
 .../COMPRESS-612/test-times-posix-linux.tar        | Bin 0 -> 10240 bytes
 .../resources/COMPRESS-612/test-times-posix.tar    | Bin 0 -> 10240 bytes
 .../COMPRESS-612/test-times-star-folder.tar        | Bin 0 -> 10240 bytes
 .../resources/COMPRESS-612/test-times-ustar.tar    | Bin 0 -> 10240 bytes
 src/test/resources/COMPRESS-612/test-times-v7.tar  | Bin 0 -> 10240 bytes
 .../COMPRESS-612/test-times-xstar-folder.tar       | Bin 0 -> 10240 bytes
 .../COMPRESS-612/test-times-xstar-incremental.tar  | Bin 0 -> 10240 bytes
 .../resources/COMPRESS-612/test-times-xstar.tar    | Bin 0 -> 10240 bytes
 .../COMPRESS-612/test-times-xustar-folder.tar      | Bin 0 -> 10240 bytes
 .../COMPRESS-612/test-times-xustar-incremental.tar | Bin 0 -> 10240 bytes
 .../resources/COMPRESS-612/test-times-xustar.tar   | Bin 0 -> 10240 bytes
 28 files changed, 1149 insertions(+), 48 deletions(-)