python3-ldap: patch CVE-2025-61912

Details: https://nvd.nist.gov/vuln/detail/CVE-2025-61912

Pick the patch that's mentioned by the NVD advisory.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2026-01-13 07:35:45 +01:00
parent 3a9a13832b
commit 6d01018250
2 changed files with 44 additions and 1 deletions
@@ -13,7 +13,8 @@ PYPI_PACKAGE = "python-ldap"
inherit pypi setuptools3
SRC_URI += "file://CVE-2025-61911.patch"
SRC_URI += "file://CVE-2025-61911.patch \
file://CVE-2025-61912.patch"
SRC_URI[sha256sum] = "60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12"
do_configure:prepend() {