This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
from c43928b63 CpioArchiveInputStream.read(byte[], int, int) now throws an
IOException on a data pad count mismatch
new ec2128669 Rename private instance variables, use camel case
new 86b14736d CpioArchiveInputStream.readNewEntry(boolean) now throws an
IOException on a header pad count mismatch
new f3078cb05 CpioArchiveInputStream.readOldBinaryEntry(boolean) now
throws an IOException on a header pad count mismatch
new e773efc37 Add PMD check to default Maven goal
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 13 +--
src/changes/changes.xml | 3 +
.../archivers/cpio/CpioArchiveInputStream.java | 106 +++++++++++----------
3 files changed, 60 insertions(+), 62 deletions(-)