X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.in;h=ed84b2f72cda35539e6a1a8b45a3009685640a33;hb=4f7262aa9680e57df60303146b12c4120783b98c;hp=fad35363106c65b6d012e7f68148d270a0a778bb;hpb=667e46965917bf45dbc2abe296ecef155c2aeca5;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/configure.in b/configure.in index fad3536..ed84b2f 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ AC_PREREQ([2.67]) -AC_INIT([cryptsetup],[1.5.0]) +AC_INIT([cryptsetup],[1.6.0-git]) dnl library version from ..[-] LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-) -LIBCRYPTSETUP_VERSION_INFO=7:0:3 +LIBCRYPTSETUP_VERSION_INFO=8:0:4 dnl library file name for FIPS selfcheck LIBCRYPTSETUP_VERSION_FIPS="libcryptsetup.so.4" @@ -346,6 +346,7 @@ CS_STR_WITH([luks1-hash], [hash function for LUKS1 header], [sha1]) CS_STR_WITH([luks1-cipher], [cipher for LUKS1], [aes]) CS_STR_WITH([luks1-mode], [cipher mode for LUKS1], [cbc-essiv:sha256]) CS_NUM_WITH([luks1-keybits],[key length in bits for LUKS1], [256]) +CS_NUM_WITH([luks1-iter-time],[PBKDF2 iteration time for LUKS1 (in ms)], [1000]) CS_STR_WITH([loopaes-cipher], [cipher for loop-AES mode], [aes]) CS_NUM_WITH([loopaes-keybits],[key length in bits for loop-AES mode], [256]) @@ -367,6 +368,7 @@ lib/crypto_backend/Makefile lib/luks1/Makefile lib/loopaes/Makefile lib/verity/Makefile +lib/tcrypt/Makefile src/Makefile po/Makefile.in man/Makefile