Compare commits

...

14 Commits

Author SHA1 Message Date
Matéo Duparc bfbd412a36
libcryfs: update spdlog to v1.12.0 2023-09-07 17:23:22 +02:00
Matéo Duparc fb45c8e8b6
libcryfs: update to cryfs v0.11.4 2023-09-07 17:21:38 +02:00
Sebastian Messmer 2c86a6ed37 Mark 0.11.4 as released 2023-07-19 22:26:32 -07:00
Sebastian Messmer 804509aff9 Fixed build issue with Python 3.12 2023-07-13 19:30:13 -07:00
Sebastian Meßmer 245b84526e Disable broken CI job 2023-07-12 10:58:30 -07:00
Sebastian Messmer 2338bb24f8 Add Clang 10 to 15 to CI 2023-07-11 19:42:33 -07:00
Sebastian Messmer 8eb7e85cad Add GCC 11, 12, 13 to CI 2023-07-11 19:42:29 -07:00
Sebastian Messmer 3930a86a74 Fix CI
- Remove ubuntu 18.04 from CI because GitHub deprecated it
- Replace macos-10 with macos-11, macos-12 and macos-13
- Add ubuntu 22.04 to CI
- Fix Clang 11 build
2023-07-11 19:42:13 -07:00
Sebastian Meßmer 699a3c020c
Update ChangeLog.txt 2023-06-17 23:34:31 -07:00
Sebastian Messmer 6198908e86 Mention https://github.com/cryfs/cryfs/pull/448 fix in changelog 2023-02-26 13:56:29 -08:00
Adam Williamson 3f249ff1cd Include stdexcept when using logic_error
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-02-26 13:55:20 -08:00
Sebastian Messmer 7c7e788367 Fix conan version to 1.x because 2.0 doesn't work for us yet 2023-02-26 13:36:33 -08:00
Sebastian Messmer 9845175dca On some systems, when mounting a test file system, the OS asks for /.Trash and /.Trash-1000 and will unmount if the file system returns an error. So let's tell the operating system that those don't exist instead 2022-10-15 15:05:44 -07:00
Sebastian Messmer 2bbac4956b Add GCC 10 to CI 2022-10-12 23:57:58 -07:00
4 changed files with 8 additions and 2 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 {

2
vendor/spdlog vendored

@ -1 +1 @@
Subproject commit 0ca574ae168820da0268b3ec7607ca7b33024d05
Subproject commit 7e635fca68d014934b4af8a1cf874f63989352b7