lol

tika: apply patch for CVE-2025-54988

https://www.openwall.com/lists/oss-security/2025/08/20/3

+9
+9
pkgs/by-name/ti/tika/package.nix
··· 5 5 jdk17, 6 6 jre17_minimal, 7 7 fetchFromGitHub, 8 + fetchpatch, 8 9 makeWrapper, 9 10 mvnDepsHash ? null, 10 11 enableGui ? true, ··· 48 49 tag = version; 49 50 hash = "sha256-nuiE+MWJNA4PLprAC0vDBadk34TFsVEDBcCZct1XRxo="; 50 51 }; 52 + 53 + patches = [ 54 + (fetchpatch { 55 + name = "CVE-2025-54988.patch"; 56 + url = "https://github.com/apache/tika/commit/bfee6d5569fe9197c4ea947a96e212825184ca33.patch"; 57 + hash = "sha256-LHM2SafZ85f53mWWSbA4ZQ/QSiDeiwNnzAbLGqGQqPM="; 58 + }) 59 + ]; 51 60 52 61 buildOffline = true; 53 62