summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-01-19 19:37:42 +0200
committerKhem Raj <raj.khem@gmail.com>2021-01-20 09:30:28 -0800
commit826495b4cb0cfde9a4fec9b367f31609bc741a43 (patch)
tree816b0ddd4274d68b67d1556b53de90aceb23419f /meta-python
parentdc0fbea48bc1e90d68f0ea010c115f970ba14d9f (diff)
downloadmeta-openembedded-826495b4cb0cfde9a4fec9b367f31609bc741a43.tar.gz
python3-lxml: Upgrade 4.6.1 -> 4.6.2
Upgrade to release 4.6.2: - A vulnerability (CVE-2020-27783) was discovered in the HTML Cleaner by Yaniv Nizry, which allowed JavaScript to pass through. The cleaner now removes more sneaky "style" content. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-lxml_4.6.2.bb (renamed from meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb b/meta-python/recipes-devtools/python/python3-lxml_4.6.2.bb
index af012e6300..f7aed6d771 100644
--- a/meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-lxml_4.6.2.bb
@@ -18,8 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
18 18
19DEPENDS += "libxml2 libxslt" 19DEPENDS += "libxml2 libxslt"
20 20
21SRC_URI[md5sum] = "10924ab543397a06cb4cfaf9bdf0b80f" 21SRC_URI[sha256sum] = "cd11c7e8d21af997ee8079037fff88f16fda188a9776eb4b81c7e4c9c0a7d7fc"
22SRC_URI[sha256sum] = "c152b2e93b639d1f36ec5a8ca24cde4a8eefb2b6b83668fcd8e83a67badcb367"
23 22
24inherit pypi setuptools3 23inherit pypi setuptools3
25 24