mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 10:59:19 +00:00
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-58068 Pick the patch mentioned in the NVD advisory. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
18 lines
495 B
BlitzBasic
18 lines
495 B
BlitzBasic
DESCRIPTION = "Highly concurrent networking library"
|
|
HOMEPAGE = "http://pypi.python.org/pypi/eventlet"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
|
|
|
|
SRC_URI += "file://CVE-2025-58068.patch"
|
|
SRC_URI[sha256sum] = "722803e7eadff295347539da363d68ae155b8b26ae6a634474d0a920be73cfda"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
${PYTHON_PN}-dnspython \
|
|
${PYTHON_PN}-six \
|
|
${PYTHON_PN}-distutils \
|
|
${PYTHON_PN}-greenlet \
|
|
"
|