python3-lief: upgrade 0.17.1 -> 0.17.2

Contains fix for CVE-2025-15504

Changelog:
- Differentiate Mach-O FAT magic bytes and Java class
- Fix MinGW compilation for some configuration
- Fix alignment issue when rebuilding PE relocations
- Fix infinite loop when processing v2 dynamic relocation
- Ensure that added DYN ELF sections are properly aligned
- Fix GnuHash null dereference
- Fix strong performance issue when parsing certain Mach-O

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2026-01-19 18:55:04 +01:00
committed by Khem Raj
parent 01119694c2
commit b899635cf1

View File

@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9ab5db472ff936b441055522f5000547"
SECTION = "libs"
SRCREV = "fe54643fe3d7a699c68b164dae87afb1eb059342"
SRCREV = "aa2b617f47c2f75fca9ff00b146dabbaf1b9f422"
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 \