From a38acde2a9523f0e1f011390e0fb1e6627b613bc Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 16 Feb 2026 18:09:23 +0200 Subject: [PATCH] python3-lief: Upgrade 0.17.2 -> 0.17.3 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 Signed-off-by: Khem Raj --- .../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 --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 \