summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-05 07:59:39 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-02-19 08:20:21 +0530
commit8cbb7863470635821a65831882fee3f0831826ad (patch)
tree0336b1994ae2b78b95da2a07a476c9d8da79b8f2 /meta-python/recipes-devtools/python/python3-lief_0.17.2.bb
parent0ee5ceb16dfe01c27c34e4ced316fab685d9780f (diff)
downloadmeta-openembedded-8cbb7863470635821a65831882fee3f0831826ad.tar.gz
python3-lief: upgrade 0.17.1 -> 0.17.2
Contains fix for CVE-2025-15504 Changelog: - Differentiate Mach-O FAT magic bytes and Java class - Fix MinGW compilation for some configuration - Fix alignment issue when rebuilding PE relocations - Fix infinite loop when processing v2 dynamic relocation - Ensure that added DYN ELF sections are properly aligned - Fix GnuHash null dereference - Fix strong performance issue when parsing certain Mach-O Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit cc4aa9b9d0263de0ea172db4d97ea9f98ae022b3) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lief_0.17.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-lief_0.17.2.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb b/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb
new file mode 100644
index 0000000000..208e81c39e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb
@@ -0,0 +1,33 @@
1SUMMARY = "Library to instrument executable formats"
2DESCRIPTION = "LIEF: Library to Instrument Executable Formats"
3HOMEPAGE = "https://github.com/lief-project/LIEF"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=9ab5db472ff936b441055522f5000547"
6SECTION = "libs"
7
8SRCREV = "aa2b617f47c2f75fca9ff00b146dabbaf1b9f422"
9SRC_URI = " \
10 git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.17.x;tag=${PV} \
11 file://0001-build-requirements.txt-Allow-newer-versions.patch \
12 file://0002-api-python-config-default.toml-Debug.patch \
13"
14
15PEP517_SOURCE_PATH = "${S}/api/python"
16
17export LIEF_BUILD_DIR = "${B}"
18
19inherit python_setuptools_build_meta
20
21DEPENDS += "\
22 python3-scikit-build-native \
23 python3-scikit-build-core-native \
24 python3-tomli-native \
25 python3-pydantic-native \
26 ninja-native \
27 ccache-native \
28 python3-typing-inspection \
29"
30# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203
31COMPATIBLE_HOST:x86 = "null"
32
33BBCLASSEXTEND = "native nativesdk"