mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-20 18:11:47 +00:00
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-15504 The vulnerability is patched in v0.17.2, however NVD is currently tracking the CVE without any version info (or more like with out any CPE info) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
37 lines
1.1 KiB
BlitzBasic
37 lines
1.1 KiB
BlitzBasic
SUMMARY = "Library to instrument executable formats"
|
|
DESCRIPTION = "LIEF: Library to Instrument Executable Formats"
|
|
HOMEPAGE = "https://github.com/lief-project/LIEF"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=9ab5db472ff936b441055522f5000547"
|
|
SECTION = "libs"
|
|
|
|
SRCREV = "aa2b617f47c2f75fca9ff00b146dabbaf1b9f422"
|
|
SRC_URI = " \
|
|
git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.17.x;tag=${PV} \
|
|
file://0001-build-requirements.txt-Allow-newer-versions.patch \
|
|
file://0002-api-python-config-default.toml-Debug.patch \
|
|
"
|
|
|
|
CVE_PRODUCT = "lief"
|
|
CVE_STATUS[CVE-2025-15504] = "fixed-version: the vulnerability is fixed since v0.17.2"
|
|
|
|
PEP517_SOURCE_PATH = "${S}/api/python"
|
|
|
|
export LIEF_BUILD_DIR = "${B}"
|
|
|
|
inherit python_setuptools_build_meta
|
|
|
|
DEPENDS += "\
|
|
python3-scikit-build-native \
|
|
python3-scikit-build-core-native \
|
|
python3-tomli-native \
|
|
python3-pydantic-native \
|
|
ninja-native \
|
|
ccache-native \
|
|
python3-typing-inspection \
|
|
"
|
|
# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203
|
|
COMPATIBLE_HOST:x86 = "null"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|