diff --git a/apache-tika.yaml b/apache-tika-3.0.yaml similarity index 93% rename from apache-tika.yaml rename to apache-tika-3.0.yaml index 67a6081f7c6..692a370b163 100644 --- a/apache-tika.yaml +++ b/apache-tika-3.0.yaml @@ -1,5 +1,5 @@ package: - name: apache-tika + name: apache-tika-3.0 version: 3.0.0 epoch: 0 description: The Apache Tika toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF). @@ -31,6 +31,11 @@ pipeline: tag: ${{package.version}} expected-commit: 9bcb38d6734ed9d5dcff617f316c535e844c68d1 + - uses: maven/pombump + with: + patch-file: patches.yaml + pom: tika-parent/pom.xml + - runs: | mvn clean install -am -DskipTests -Dossindex.skip mkdir -p "${{targets.contextdir}}"/usr/share/java/ @@ -49,6 +54,7 @@ update: github: identifier: apache/tika use-tag: true + tag-filter: v3.0. test: environment: diff --git a/apache-tika-3.0/patches.yaml b/apache-tika-3.0/patches.yaml new file mode 100644 index 00000000000..4391bd7fe09 --- /dev/null +++ b/apache-tika-3.0/patches.yaml @@ -0,0 +1,5 @@ +patches: +# CVE-2024-6763 +- groupId: org.eclipse.jetty + artifactId: jetty-http + version: 12.0.12