libcryfs: update to cryfs v0.11.4
This commit is contained in:
commit
fb45c8e8b6
@ -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)
|
||||
|
@ -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 )
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include <thread>
|
||||
#include <cpp-utils/macros.h>
|
||||
#include <array>
|
||||
#include <stdexcept>
|
||||
|
||||
namespace cpputils {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user