_389-ds-base: add patch to fix CVE-2025-14905

This patch is in the tree but has not yet been included in a release.
This commit is contained in:
azban
2026-04-10 01:02:37 -06:00
parent f93a30fde7
commit 897cb09ddf
+6
View File
@@ -58,6 +58,12 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-trzY/fDH3rs66DWbWI+PY46tIC9ShuVqspMHqEEKZYA=";
})
./0001-remove-hard-coded-vendor-paths.patch
(fetchpatch {
# https://github.com/389ds/389-ds-base/security/advisories/GHSA-4qwg-c5j2-q4hp
name = "CVE-2025-14905.patch";
url = "https://github.com/389ds/389-ds-base/commit/2e424110def2e3998f6045e136fb0d43f47b7f5a.patch";
hash = "sha256-ItxG0bnuNPWLClL677rChTDvDWXxJ2L6ygx4VY2v80w=";
})
];
cargoRoot = "src";