python3-lief: upgrade 0.16.2 -> 0.16.3

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-02-10 17:01:15 +08:00 committed by Khem Raj
parent 9bc0a22e1a
commit b4aa60319a
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"