Upgrade python-pyyaml from v5.3 to v5.4.1 which contains fix for CVE-2020-14343.
Signed-off-by: Sakib Sajal <[email protected]> --- .../python/{python-pyyaml_5.3.bb => python-pyyaml_5.4.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-devtools/python/{python-pyyaml_5.3.bb => python-pyyaml_5.4.1.bb} (59%) diff --git a/recipes-devtools/python/python-pyyaml_5.3.bb b/recipes-devtools/python/python-pyyaml_5.4.1.bb similarity index 59% rename from recipes-devtools/python/python-pyyaml_5.3.bb rename to recipes-devtools/python/python-pyyaml_5.4.1.bb index 9b26c62..2873d25 100644 --- a/recipes-devtools/python/python-pyyaml_5.3.bb +++ b/recipes-devtools/python/python-pyyaml_5.4.1.bb @@ -2,15 +2,15 @@ SUMMARY = "Python support for YAML" HOMEPAGE = "http://www.pyyaml.org" SECTION = "devel/python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079" DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}" PYPI_PACKAGE = "PyYAML" inherit pypi setuptools -SRC_URI[md5sum] = "adbb0d336b509d6472d3b095a0f1cf30" -SRC_URI[sha256sum] = "e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615" +SRC_URI[md5sum] = "46e25294c7efec23d4072ed6a7777f46" +SRC_URI[sha256sum] = "607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" RDEPENDS_${PN} += "\ ${PYTHON_PN}-datetime \ -- 2.29.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#89692): https://lists.openembedded.org/g/openembedded-devel/message/89692 Mute This Topic: https://lists.openembedded.org/mt/80859990/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
