From 2adb3d6734b9ea6050b9e6c39ddf58da8c18e2ad Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 6 Jan 2026 08:33:29 +0100 Subject: python3-mpmath: patch CVE-2021-29063 Details: https://nvd.nist.gov/vuln/detail/CVE-2021-29063 Pick the patch referenced by the NVD advisory. Signed-off-by: Gyorgy Sarvari --- meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb index 3337df4903..bf883e0e9f 100644 --- a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb @@ -6,6 +6,7 @@ HOMEPAGE = "https://pypi.org/project/mpmath/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=71970bd3749eebe1bfef9f1efff5b37a" +SRC_URI += "file://CVE-2021-29063.patch" SRC_URI[sha256sum] = "79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a" inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf