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-2024-23342 The issue won't be fixed, because it is not in the scope of the project. See also the discussion in the relevant Github issue[1]. [1]: https://github.com/tlsfuzzer/python-ecdsa/issues/330 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
19 lines
566 B
BlitzBasic
19 lines
566 B
BlitzBasic
SUMMARY = "ECDSA cryptographic signature library (pure python)"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d"
|
|
|
|
DEPENDS += "python3-pip python3-pbr"
|
|
|
|
PYPI_PACKAGE = "ecdsa"
|
|
SRC_URI[sha256sum] = "b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385ea68aa"
|
|
|
|
inherit pypi setuptools3 python3native
|
|
|
|
RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
# won't fix: https://github.com/tlsfuzzer/python-ecdsa/issues/330
|
|
CVE_CHECK_IGNORE = "CVE-2024-23342"
|