This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 7575fce pack200 requires asm now
7575fce is described below
commit 7575fce587c76e85e184fe5df070cefb2a74e305
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri Jul 17 09:01:22 2026 +0200
pack200 requires asm now
---
changes.xml | 2 ++
ivy.xml | 1 +
2 files changed, 3 insertions(+)
diff --git a/changes.xml b/changes.xml
index 38fcd04..8d18f14 100644
--- a/changes.xml
+++ b/changes.xml
@@ -42,6 +42,8 @@
The Apache Compress Antlib now requires Apache Commons
Compress 1.26.0 or later for DEFLATE64 and Zstandard support
as well as fixes for several vulnerabilities.
+ Compress 1.26.0 requires commons-codec as additional
+ dependency and asm is needed for pack200 support.
</action>
<action type="update" breaks-bwc="true">
Requires Ant 1.10.x and Java 8 now.
diff --git a/ivy.xml b/ivy.xml
index 7f0d267..6b8fdd7 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -58,6 +58,7 @@
<dependencies>
<dependency org="org.apache.commons" name="commons-compress" rev="1.26.0"
conf="default"/>
<dependency org="commons-codec" name="commons-codec" rev="1.22.0"
conf="default"/>
+ <dependency org="org.ow2.asm" name="asm" rev="9.6" conf="default"/>
<dependency org="org.tukaani" name="xz" rev="1.12" conf="default"/>
<dependency org="org.brotli" name="dec" rev="0.1.2" conf="default"/>
<dependency org="com.github.luben" name="zstd-jni" rev="1.5.7-11"
conf="default"/>