summarylogtreecommitdiffstats
path: root/cmake-4.patch
AgeCommit message (Collapse)Author
2025-05-130.7.3-3: fix build with cmake 4 and GCC 15Allen Wild
* Switch to git sources for easy cherry-picking * Patch CMakeLists.txt to require minimum CMake 3.10, as <3.5 compat is no longer supported * backport upstream patch for mbedtls3 support * build with -std=gnu17 in CFLAGS, since dislocker code breaks in C23 mode which is the new default in GCC 15 * Fix license to be SPDX compliant