Package: cryfs / 0.11.4-5

Metadata

Package Version Patches format
cryfs 0.11.4-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
002 cryfs unmount man.patch | (download)

doc/CMakeLists.txt | 8 7 + 1 - 0 !
doc/man/cryfs-unmount.1 | 65 65 + 0 - 0 !
doc/man/cryfs.1 | 1 1 + 0 - 0 !
3 files changed, 73 insertions(+), 1 deletion(-)

---
004 cryptopp armel cmake.patch | (download)

vendor/cryptopp/vendor_cryptopp/CMakeLists.txt | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 support environmental variables in cryptopp cmake
 Support a fix for armel builds of cryptopp by allowing build environment
0001 Cleanup cmake CMP0065.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
cmake-utils/utils.cmake | 3 3 + 0 - 0 !
2 files changed, 4 insertions(+), 1 deletion(-)

 cleanup cmake cmp0065


system cryptopp.patch | (download)

src/blockstore/implementations/compressing/compressors/Gzip.cpp | 2 1 + 1 - 0 !
src/cpp-utils/crypto/hash/Hash.cpp | 2 1 + 1 - 0 !
src/cpp-utils/crypto/kdf/Scrypt.cpp | 2 1 + 1 - 0 !
src/cpp-utils/crypto/symmetric/CFB_Cipher.h | 2 1 + 1 - 0 !
src/cpp-utils/crypto/symmetric/GCM_Cipher.h | 2 1 + 1 - 0 !
src/cpp-utils/crypto/symmetric/ciphers.h | 12 6 + 6 - 0 !
src/cpp-utils/data/Data.cpp | 2 1 + 1 - 0 !
src/cpp-utils/data/FixedSizeData.h | 2 1 + 1 - 0 !
src/cpp-utils/random/OSRandomGenerator.h | 2 1 + 1 - 0 !
src/cpp-utils/random/RandomGeneratorThread.h | 2 1 + 1 - 0 !
src/cryfs/impl/localstate/BasedirMetadata.cpp | 2 1 + 1 - 0 !
test/cryfs/impl/config/CompatibilityTest.cpp | 2 1 + 1 - 0 !
vendor/CMakeLists.txt | 2 1 + 1 - 0 !
13 files changed, 18 insertions(+), 18 deletions(-)

 use the system libcrypto++
Bug-Debian: https://bugs.debian.org/1108008


system googletest.patch | (download)

cmake-utils/utils.cmake | 2 1 + 1 - 0 !
test/blobstore/CMakeLists.txt | 2 1 + 1 - 0 !
test/blockstore/CMakeLists.txt | 2 1 + 1 - 0 !
test/cpp-utils/CMakeLists.txt | 2 1 + 1 - 0 !
test/cryfs-cli/CMakeLists.txt | 2 1 + 1 - 0 !
test/cryfs/CMakeLists.txt | 2 1 + 1 - 0 !
test/fspp/CMakeLists.txt | 2 1 + 1 - 0 !
test/gitversion/CMakeLists.txt | 2 1 + 1 - 0 !
test/my-gtest-main/CMakeLists.txt | 2 1 + 1 - 0 !
test/parallelaccessstore/CMakeLists.txt | 2 1 + 1 - 0 !
vendor/CMakeLists.txt | 2 1 + 1 - 0 !
11 files changed, 11 insertions(+), 11 deletions(-)

 use the system googletest