diff mbox series

[meta-python,1/2] python3-lief: Upgrade 0.16.7 -> 0.17.1

Message ID 20251121131736.2998314-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/2] python3-lief: Upgrade 0.16.7 -> 0.17.1 | expand

Commit Message

Leon Anavi Nov. 21, 2025, 1:17 p.m. UTC
Upgrade to release 0.17.1:

- Fix missing visibility
- Fix incorrect paging computations that occurred when only a
  subset of formats was enabled.
- Fix include issue with the COFF format

This work was sponsored by GOVCERT.LU.

License-Update: Update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-lief_0.16.7.bb => python3-lief_0.17.1.bb}      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-lief_0.16.7.bb => python3-lief_0.17.1.bb} (85%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.7.bb b/meta-python/recipes-devtools/python/python3-lief_0.17.1.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-lief_0.16.7.bb
rename to meta-python/recipes-devtools/python/python3-lief_0.17.1.bb
index e511d0232b..de54d45ef2 100644
--- a/meta-python/recipes-devtools/python/python3-lief_0.16.7.bb
+++ b/meta-python/recipes-devtools/python/python3-lief_0.17.1.bb
@@ -2,12 +2,12 @@  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=be298b85ef6036ef77810ae0dce93776"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=9ab5db472ff936b441055522f5000547"
 SECTION = "libs"
 
-SRCREV = "a4fcb58cfb5f0016a944f7ac20dcf4fca08aa6a9"
+SRCREV = "fe54643fe3d7a699c68b164dae87afb1eb059342"
 SRC_URI = " \
-    git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.16.x;tag=${PV} \
+    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 \
 "