mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 04:27:39 +03:00
KeeShare: Remove checking signed container
* Remove QuaZip dependency in favor of minizip * Remove signature checks, but maintain signatures for backwards compatibility * Remove UI components related to certificates except for personal certificate for backwards compatibility * Default to unsigned containers (*.kdbx)
This commit is contained in:
parent
c88d8c870f
commit
12990e59ad
28 changed files with 298 additions and 1665 deletions
|
@ -53,7 +53,6 @@ parts:
|
|||
- -DKEEPASSXC_BUILD_TYPE=Release
|
||||
- -DWITH_TESTS=OFF
|
||||
- -DWITH_XC_ALL=ON
|
||||
- -DWITH_XC_KEESHARE_SECURE=ON
|
||||
build-packages:
|
||||
- g++
|
||||
- libgcrypt20-dev
|
||||
|
@ -71,7 +70,7 @@ parts:
|
|||
- libsodium-dev
|
||||
- libargon2-0-dev
|
||||
- libqrencode-dev
|
||||
- libquazip5-dev
|
||||
- libminizip-dev
|
||||
- asciidoctor
|
||||
stage-packages:
|
||||
- dbus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue