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

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


The following commit(s) were added to refs/heads/master by this push:
     new 61988e25b [COMPRESS-724] Fix TAR PAX 1.x sparse header alignment 
(#775).
61988e25b is described below

commit 61988e25bdfa7b669cad8dc0f228d51c4db0cbd5
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 10:55:38 2026 -0400

    [COMPRESS-724] Fix TAR PAX 1.x sparse header alignment (#775).
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 176fc0f27..0f5059307 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,12 +82,13 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="pkarwasz" due-to="Gary Gregory, Piotr P. 
Karwasz" issue="COMPRESS-714">Internal IllegalArgumentException in ZipFile and 
TarFile creation is not caught #754.</action>
       <action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz">Improve 
Javadoc of ZipArchiveEntry #769.</action>
       <action type="fix" dev="pkarwasz" due-to="Zach Warneke, Gary 
Gregory">Fix NullPointerException when reading XZ entries in 
ZipArchiveInputStream (#774).</action>
-      <!-- FIX tar -->
+      <!-- FIX TAR -->
       <action type="fix" dev="pkarwasz" due-to="Tyler Nighswander, Piotr P. 
Karwasz, Gary Gregory">>Uniform handling of special tar records in TarFile and 
TarArchiveInputStream.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Stanislav 
Fort">TarArchiveOutputStream now throws a IllegalArgumentException instead of 
an OutOfMemoryError.</action>
       <action type="fix" dev="ggregory" issue="COMPRESS-707" due-to="Gary 
Gregory, Roel van Dijk">TarUtils.verifyCheckSum() throws an Exception when 
checksum could not be parsed.</action>
       <action type="fix" dev="ggregory" issue="COMPRESS-724" due-to="Ruiqi 
Dong, Gary Gregory">TarUtils.parsePAX1XSparseHeaders(InputStream, int) skips an 
extra record when sparse headers are already record-aligned.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory, KALI 
834X">Reject tar sparse blocks larger than the entry size (#780).</action>
+      <action type="fix" dev="ggregory" due-to="OldTruckDriver, Gary Gregory" 
issue="COMPRESS-724">Fix TAR PAX 1.x sparse header alignment (#775).</action>
       <!-- FIX ar -->      
       <action type="fix" dev="ggregory" due-to="Gary 
Gregory">ArArchiveInputStream.readGNUStringTable(byte[], int, int) now provides 
a better exception message, wrapping the underlying exception.</action>
       <action type="fix" dev="ggregory" due-to="Gary 
Gregory">ArArchiveInputStream.read(byte[], int, int) now throws 
ArchiveException instead of ArithmeticException.</action>

Reply via email to