tika: apply patch for CVE-2025-54988

https://www.openwall.com/lists/oss-security/2025/08/20/3
This commit is contained in:
Thomas Gerbet
2025-08-21 12:41:51 +02:00
parent 494a23fb73
commit f707d8b65e

View File

@@ -5,6 +5,7 @@
jdk17,
jre17_minimal,
fetchFromGitHub,
fetchpatch,
makeWrapper,
mvnDepsHash ? null,
enableGui ? true,
@@ -49,6 +50,14 @@ maven.buildMavenPackage rec {
hash = "sha256-nuiE+MWJNA4PLprAC0vDBadk34TFsVEDBcCZct1XRxo=";
};
patches = [
(fetchpatch {
name = "CVE-2025-54988.patch";
url = "https://github.com/apache/tika/commit/bfee6d5569fe9197c4ea947a96e212825184ca33.patch";
hash = "sha256-LHM2SafZ85f53mWWSbA4ZQ/QSiDeiwNnzAbLGqGQqPM=";
})
];
buildOffline = true;
manualMvnArtifacts = [