diff mbox series

[meta-python] python3-lief: Upgrade 0.17.2 -> 0.17.3

Message ID 20260216160923.2698331-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python] python3-lief: Upgrade 0.17.2 -> 0.17.3 | expand

Commit Message

Leon Anavi Feb. 16, 2026, 4:09 p.m. UTC
Upgrade to release 0.17.3:

- Fix bug with resources
- Fix VA/RVA confusion in the PE's builder

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-lief_0.17.2.bb => python3-lief_0.17.3.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-lief_0.17.2.bb => python3-lief_0.17.3.bb} (95%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb b/meta-python/recipes-devtools/python/python3-lief_0.17.3.bb
similarity index 95%
rename from meta-python/recipes-devtools/python/python3-lief_0.17.2.bb
rename to meta-python/recipes-devtools/python/python3-lief_0.17.3.bb
index 44b4976ab1..69e1d59956 100644
--- a/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb
+++ b/meta-python/recipes-devtools/python/python3-lief_0.17.3.bb
@@ -5,7 +5,7 @@  LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9ab5db472ff936b441055522f5000547"
 SECTION = "libs"
 
-SRCREV = "aa2b617f47c2f75fca9ff00b146dabbaf1b9f422"
+SRCREV = "03aca30b53db2f336b36f90843061bb3f840ff5a"
 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 \