Package Details: zulucrypt-git 5.5.0-1

Git Clone URL: https://aur.archlinux.org/zulucrypt-git.git (read-only, click to copy)
Package Base: zulucrypt-git
Description: a cli and gui frontend to cryptsetup.
Upstream URL: https://github.com/mhogomchungu/zuluCrypt/
Keywords: cryptsetup encryption security tcplay truecrypt veracrypt
Licenses: GPL
Conflicts: zuluCrypt
Provides: zuluCrypt
Submitter: salan54
Maintainer: salan54
Last Packager: salan54
Votes: 7
Popularity: 0.000008
First Submitted: 2013-03-12 14:23 (UTC)
Last Updated: 2019-05-02 13:25 (UTC)

Latest Comments

1 2 3 4 Next › Last »

<deleted-account> commented on 2020-03-21 15:08 (UTC)

@mhogomchungu

Successfully updated to 5.7.1.3.g7eb7b206-1

Thanks for the quick fix!

mhogomchungu commented on 2020-03-21 14:30 (UTC)

@mihek89328, update again, the error is now gone.

<deleted-account> commented on 2020-03-21 14:08 (UTC)

@mhogomchungu

I've just tried to update with pikaur -Syu --devel and the build process fails:

pikaur -Syu

[...]

:: Starting full AUR upgrade...
Reading repository package databases...
Reading local package database...
Reading AUR packages info...
Resolving AUR dependencies...

:: New dependencies will be installed from repository:
 extra/rhash (for cmake)                                    -> 1.3.9-1             0.15 MiB
 testing/cmake (for zulucrypt-git)                          -> 3.17.0-1            7.31 MiB

:: AUR package will be installed:
 zulucrypt-git                         5.7.1-1              -> devel (7 days old)

[...]

[ 24%] Building C object zuluCrypt-cli/CMakeFiles/zuluCrypt.dir/lib/create_luks.c.o
/home/user/.cache/pikaur/build/zulucrypt-git/src/zuluCrypt/zuluCrypt-cli/lib/status.c:34:10: fatal error: zuluplay_support.h: No such file or directory
   34 | #include "zuluplay_support.h"
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [zuluCrypt-cli/CMakeFiles/zuluCrypt.dir/build.make:197: zuluCrypt-cli/CMakeFiles/zuluCrypt.dir/lib/status.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 24%] Building CXX object zuluPolkit/CMakeFiles/zuluPolkit.dir/zulupolkit.cpp.o
make[2]: Leaving directory '/home/user/.cache/pikaur/build/zulucrypt-git/src/zuluCrypt/build'
make[1]: *** [CMakeFiles/Makefile2:812: zuluCrypt-cli/CMakeFiles/zuluCrypt.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 24%] Building CXX object zuluPolkit/CMakeFiles/zuluPolkit.dir/__/zuluCrypt-gui/executablesearchpaths.cpp.o
[ 24%] Linking CXX static library liblxqt-wallet.a
make[2]: Leaving directory '/home/user/.cache/pikaur/build/zulucrypt-git/src/zuluCrypt/build'
[ 24%] Built target lxqt-wallet
[ 25%] Linking CXX executable zuluPolkit
make[2]: Leaving directory '/home/user/.cache/pikaur/build/zulucrypt-git/src/zuluCrypt/build'
[ 25%] Built target zuluPolkit
make[1]: Leaving directory '/home/user/.cache/pikaur/build/zulucrypt-git/src/zuluCrypt/build'
make: *** [Makefile:169: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

<deleted-account> commented on 2020-01-03 19:51 (UTC)

@mhogomchungu

Fixed with the newest commits. Thank you!

mhogomchungu commented on 2020-01-03 18:37 (UTC)

@mihek89328,

Try again.

<deleted-account> commented on 2020-01-03 18:21 (UTC)

I cannot update from 5.7.0.6.g25f15a50-1 to latest commit, running Arch Linux.

Same error on a Manjaro live .iso

[ 14%] Built target String
Scanning dependencies of target zuluCryptPluginManager
[ 14%] Building C object zuluCrypt-cli/CMakeFiles/zuluCryptPluginManager.dir/pluginManager/zuluCryptPluginManager.c.o
[ 14%] Built target zuluplay-static
Scanning dependencies of target zuluCrypt
[ 14%] Building C object zuluCrypt-cli/CMakeFiles/zuluCrypt.dir/lib/bitlocker.c.o
/home/user/.cache/yay/zulucrypt-git/src/zuluCrypt/zuluCrypt-cli/lib/bitlocker.c: In function ‘zuluCryptBitLockerVolume’:
/home/user/.cache/yay/zulucrypt-git/src/zuluCrypt/zuluCrypt-cli/lib/bitlocker.c:117:6: warning: unused variable ‘r’ [-Wunused-variable]
  117 |  int r ;
      |      ^
/home/user/.cache/yay/zulucrypt-git/src/zuluCrypt/zuluCrypt-cli/lib/bitlocker.c:115:24: warning: unused variable ‘cd’ [-Wunused-variable]
  115 |  struct crypt_device * cd = NULL ;
      |                        ^~
/home/user/.cache/yay/zulucrypt-git/src/zuluCrypt/zuluCrypt-cli/lib/bitlocker.c: In function ‘zuluCryptBitLockerUnlock’:
/home/user/.cache/yay/zulucrypt-git/src/zuluCrypt/zuluCrypt-cli/lib/bitlocker.c:293:22: error: ‘CRYPT_BITLK’ undeclared (first use in this function)
  293 |   if( crypt_load( cd,CRYPT_BITLK,NULL ) != 0 ){
      |                      ^~~~~~~~~~~
/home/user/.cache/yay/zulucrypt-git/src/zuluCrypt/zuluCrypt-cli/lib/bitlocker.c:293:22: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [zuluCrypt-cli/CMakeFiles/zuluCrypt.dir/build.make:63: zuluCrypt-cli/CMakeFiles/zuluCrypt.dir/lib/bitlocker.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:780: zuluCrypt-cli/CMakeFiles/zuluCrypt.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 14%] Building CXX object external_libraries/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/moc_lxqt_kwallet.cpp.o
[ 15%] Linking C shared library libzuluCryptPluginManager.so
[ 15%] Built target zuluCryptPluginManager
[ 15%] Building CXX object external_libraries/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/moc_task.cpp.o
[ 15%] Linking CXX static library libmhogomchungu_task.a
[ 15%] Built target mhogomchungu_task
[ 15%] Linking CXX static library libmhogomchungu_network.a
[ 15%] Built target mhogomchungu_network
[ 16%] Linking CXX static library liblxqt-wallet.a
[ 16%] Built target lxqt-wallet
make: *** [Makefile:130: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

salan54 commented on 2019-05-02 13:24 (UTC)

version 5.5.0

  • Add support for unlocking bitlocker volumes using dislocker(https://github.com/mhogomchungu/dislocker)

  • Fix a build issue on some distributions.

  • Add ability to create a plain dm-crypt volume at the end of a regular file(steganography).

  • Various fixes and improvements.

salan54 commented on 2017-11-19 21:20 (UTC)

version 5.4.0 -- fix a bug that caused a wrong password to be used when creating a TrueCrypt/VeraCrypt volume from zuluCrypt-gui. Easiest way to notice this was that a just created volume could not be unlocked. -- fix a build issue on some distributions.

salan54 commented on 2017-11-04 11:07 (UTC)

V5.3.2 - Adjustments to PKGBUILD to sync with the standard (no-git) version version 5.3.0 -- fix a build time error when build with certain new compilers and a runtime crush when build with other newer compilers. -- add more support for wayland sessions by not requiring GUI to run from root's account to perform some operations. -- add support for creating LUKS2 volumes(libcryptsetup >=2.0.0 is required) -- add support for unlocking of TrueCrypt and VeraCrypt volumes without mounting their file system. -- unlocking of a TrueCrypt volume is done by command: zuluCrypt-cli -O -d /dev/sdXX -t tcrypt -- unlocking of a VeraCrypt volume is done by command: zuluCrypt-cli -O -d /dev/sdXX -t vcrypt

salan54 commented on 2017-07-16 16:35 (UTC)

@egrupled: removed the -DNOKDE=true option. version 5.2.0 -- add ability to select a file manager to use to open mount points. A file manager can be set through zuluCrypt-gui->menu->options->set file manager. -- dont run zuluCrypt-gui and zuluMount-gui from root's account when running in mixed mode. -- add arabic translation. version 5.3.0(unreleased) -- fix a build time error when build with certain new compilers and a runtime crush when build with other newer compilers.