diff mbox series

[meta-python,46/66] python3-lief: upgrade 0.16.2 -> 0.16.3

Message ID 1739178095-26432-46-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-webserver,01/66] apache2: upgrade 2.4.62 -> 2.4.63 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 10, 2025, 9:01 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fix issue when parsing the dynamic table with an invalid offset
- Fix endianness issue with IA64 binaries
- Fix missing original forwarded function name
- Add support for spdlog compiled with SPDLOG_WCHAR_FILENAMES

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-lief_0.16.2.bb => python3-lief_0.16.3.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-lief_0.16.2.bb => python3-lief_0.16.3.bb} (95%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb b/meta-python/recipes-devtools/python/python3-lief_0.16.3.bb
similarity index 95%
rename from meta-python/recipes-devtools/python/python3-lief_0.16.2.bb
rename to meta-python/recipes-devtools/python/python3-lief_0.16.3.bb
index 07b54f7068..925baa655c 100644
--- a/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb
+++ b/meta-python/recipes-devtools/python/python3-lief_0.16.3.bb
@@ -10,7 +10,7 @@  SRC_URI = " \
     file://0001-build-requirements.txt-Allow-newer-versions.patch \
     file://0002-api-python-config-default.toml-Debug.patch \
 "
-SRCREV = "e2ef1ea6594738d4461e75717a61ae05fb0541d6"
+SRCREV = "646af9f6ced8e827916648f26617998de834db78"
 PV .= "+git"
 
 S = "${WORKDIR}/git"