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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi
2026-02-16 18:09:23 +02:00
committed by Khem Raj
parent bd9d6239fd
commit a38acde2a9

View File

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