upgrade_cryptsetup

How do I Upgrade My cryptsetup from 1.0.3 to 1.0.7?

Procedure:

Execute the following commands:

yum -y install gcc automake autoconf libtool make e2fsprogs-devel

wget http://cryptsetup.googlecode.com/files/cryptsetup-1.0.7.tar.bz2

tar -jxvf cryptsetup-1.0.7.tar.bz2

cd cryptsetup-1.0.7

./configure

make

make install

mv /sbin/cryptsetup /sbin/cryptsetup_bak

cp /usr/sbin/cryptsetup /sbin/cryptsetup