# # A utility used to conveniently set up disk encryption. # # These include plain dm-crypt volumes, LUKS volumes, loop-AES, TrueCrypt # (including VeraCrypt extension) and BitLocker formats. The project also # includes a veritysetup utility used to conveniently setup DMVerity block # integrity checking kernel module and integritysetup to setup DMIntegrity # block integrity kernel module. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=cryptsetup pkgversion=2.6.0 arch=amd64 release=1 pkgcategory="tools" full_pkgname=cryptsetup_2.6.0_amd64-1@tools blurb="A utility used to conveniently set up disk encryption." homepage="https://gitlab.com/cryptsetup/cryptsetup/" license="GPLv2+, LGPLv2+" fetch="https://www.kernel.org/pub/linux/utils/cryptsetup/2.6/cryptsetup-2.6.0.tar.gz" replace=""