summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-m2crypto/avoid-host-contamination.patch
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2022-11-25 10:38:44 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-25 18:11:10 -0800
commit71fc24398981e68d50c94cbaf294e38a81b8db36 (patch)
tree2ea8ac1335cec978b31863574a706352e8d5de7e /meta-python/recipes-devtools/python/python3-m2crypto/avoid-host-contamination.patch
parentea94889e88d6389337f8b53d69d4129095cc3b77 (diff)
downloadmeta-openembedded-71fc24398981e68d50c94cbaf294e38a81b8db36.tar.gz
python3-m2crypto: fix CVE-2020-25657 and buildpaths qa issue
Backport patch to fix CVE-2020-25657 for python3-m2crypto. Adjust indent as well. Remove duplicate 'Upstream-Status:' from avoid-host-contamination.patch. Add swig option '-DOPENSSL_FILE' to fix buildpaths qa issues. WARNING: python3-m2crypto-0.38.0-r0 do_package_qa: QA Issue: File /usr/lib/python3.11/site-packages/M2Crypto/_m2crypto.cpython-311-x86_64-linux-gnu.so in package python3-m2crypto contains reference to TMPDIR [buildpaths] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-m2crypto/avoid-host-contamination.patch')
-rw-r--r--meta-python/recipes-devtools/python/python3-m2crypto/avoid-host-contamination.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto/avoid-host-contamination.patch b/meta-python/recipes-devtools/python/python3-m2crypto/avoid-host-contamination.patch
index 9d9b8449ba..3cd6f7c276 100644
--- a/meta-python/recipes-devtools/python/python3-m2crypto/avoid-host-contamination.patch
+++ b/meta-python/recipes-devtools/python/python3-m2crypto/avoid-host-contamination.patch
@@ -1,6 +1,6 @@
1Filter out '/usr/include' for swig to avoid host contamination issue. 1Filter out '/usr/include' for swig to avoid host contamination issue.
2 2
3Upstream-Status: Upstream-Status: Inappropriate [cross compile specific] 3Upstream-Status: Inappropriate [cross compile specific]
4 4
5Signed-off-by: Kai Kang <kai.kang@windriver.com> 5Signed-off-by: Kai Kang <kai.kang@windriver.com>
6--- 6---