diff --git a/cryptsetup-1.4.1.tar.bz2 b/cryptsetup-1.4.1.tar.bz2 deleted file mode 100644 index 8e58da3..0000000 --- a/cryptsetup-1.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb -size 772971 diff --git a/cryptsetup-1.4.1.tar.bz2.asc b/cryptsetup-1.4.1.tar.bz2.asc deleted file mode 100644 index d0588ea..0000000 --- a/cryptsetup-1.4.1.tar.bz2.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.11 (GNU/Linux) - -iEYEABECAAYFAk66cjgACgkQf1Jlc7shgi8zmQCeI8JsH4Dma49+YoQLfZdzHoIH -OHgAn2z9CBsNJizgHJe+46OcaIPL/gQi -=E/yV ------END PGP SIGNATURE----- diff --git a/cryptsetup-1.4.2.tar.bz2 b/cryptsetup-1.4.2.tar.bz2 new file mode 100644 index 0000000..94ed9a7 --- /dev/null +++ b/cryptsetup-1.4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe80d7b19d24b3f65d2e446decfed859e2c4d17fdf7c19289d82dc7cd60dfe7 +size 787016 diff --git a/cryptsetup-1.4.2.tar.bz2.asc b/cryptsetup-1.4.2.tar.bz2.asc new file mode 100644 index 0000000..7ece97d --- /dev/null +++ b/cryptsetup-1.4.2.tar.bz2.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) + +iQIcBAABAgAGBQJPho81AAoJENmwV3vZPpj8mY0QAIDT5GuGlgYdVdzspXu2g28K +m+DezgOfhkxXNIfenM0IBOOeHFvZUlwnXE6/IFud1gZCAO7nzdWPkN7SvC8Pw7pD +TQv6Q+uDgF2P/OH3umJoL7HCrmZ/uxbuRc/dxTlH912rME4gnduMlunYGTGnMtEH +h03AFQ0yqj/ytzP6l/hk/TMml7ptxhlvYgHPRtcEOHPWZQoTCROssfGfz7M+WElB ++yLHHj97Hpb1VHRHAHda6hAnEIEIiN4ps9fak3OPHq3ulpTeYeA91awbpx3IlwbE +7udVd0FVc/CX1F1btLBlTOibzIrNUrNxPB2HBcGiVKyzSSX8E/RuXBd99A6hVXY2 +SqPkpGLkdoQqeld4pJ75TYjINjkOmUd7Y7BUaIJPq6j6tzmdmeu7gJ33Dce+njaQ +ZgcpZRkk6xNx6xADxysrbk7c0QK+gAQv4QgIwm91LbbYAcGARqSBjV+GaYcfy40x +Gi4V74ytLzwGXjhMnghNQBsqgh5c4/TSHavyufbW+5WFpJi2/SY+RaTMxNkjNRcy +r/gxIdIoTcz50DKQZ7HD9itKZGDwUSbZ88MMffJelsHpnlPhU6INeUF8gF+4WhO6 ++2kUZIoT47oLROO01GmcX3Ai0QdmzmVmHBnSQmv+jxXHN5L+xhx+EhaHbuu6oHcr +Z45E+qWen8Mc+mma1CBq +=JI0g +-----END PGP SIGNATURE----- diff --git a/cryptsetup.changes b/cryptsetup.changes index ff5dc49..8b1d066 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 16 12:08:30 UTC 2012 - lnussel@suse.de + +- new version 1.4.2 + * Fix header check to support old (cryptsetup 1.0.0) header alignment. (1.4.0) + * Add --keyfile-offset and --new-keyfile-offset parameters to API and CLI. + * Add repair command and crypt_repair() for known LUKS metadata problems repair. + * Allow to specify --align-payload only for luksFormat. + * Unify password verification option. + * Support password verification with quiet flag if possible. (1.2.0) + * Fix retry if entered passphrases (with verify option) do not match. + * Support UUID= format for device specification. + * Add --master-key-file option to luksOpen (open using volume key). + * Fix use of empty keyfile. + * Fix error message for luksClose and detached LUKS header. + * Allow --header for status command to get full info with detached header. + ------------------------------------------------------------------- Mon Apr 16 09:56:40 UTC 2012 - lnussel@suse.de diff --git a/cryptsetup.spec b/cryptsetup.spec index ec73916..d923756 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -30,8 +30,8 @@ BuildRequires: libtool %define bcver 0_201204161151 License: GPL-2.0+ Group: System/Base -Version: 1.4.1 -Release: 2 +Version: 1.4.2 +Release: 1 #Release: %{?beta:0.}.%{?beta:.}%{?beta} Summary: Set Up dm-crypt Based Encrypted Block Devices Source: http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2