libcryfs: update to cryfs v0.11.4

This commit is contained in:
Matéo Duparc 2023-09-07 17:21:38 +02:00
commit fb45c8e8b6
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A
3 changed files with 7 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if(MSVC)
endif()
# Hardcoded version. Don't forget to change this when merging upstream!
set(GIT_VERSION "0.11.3-libcryfs")
set(GIT_VERSION "0.11.4-libcryfs")
add_subdirectory(vendor EXCLUDE_FROM_ALL)
add_subdirectory(src)

View File

@ -1,3 +1,8 @@
Version 0.11.4
---------------
* Fixed build issue with GCC 13 (see https://github.com/cryfs/cryfs/pull/448 )
* Fixed build issue with Python 3.12 (see https://github.com/cryfs/cryfs/issues/459 )
Version 0.11.3
---------------
* Fixed build issue on systems with libfmt 9.0 (see https://github.com/cryfs/cryfs/issues/432 )

View File

@ -4,6 +4,7 @@
#include <thread>
#include <cpp-utils/macros.h>
#include <array>
#include <stdexcept>
namespace cpputils {