SHA256
1
0
forked from pool/cryptsetup

- 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=<LUKS_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.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=83
This commit is contained in:
Ludwig Nussel 2012-04-16 12:23:27 +00:00 committed by Git OBS Bridge
parent 82a3543aae
commit a991e23180
6 changed files with 39 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb
size 772971

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk66cjgACgkQf1Jlc7shgi8zmQCeI8JsH4Dma49+YoQLfZdzHoIH
OHgAn2z9CBsNJizgHJe+46OcaIPL/gQi
=E/yV
-----END PGP SIGNATURE-----

3
cryptsetup-1.4.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fe80d7b19d24b3f65d2e446decfed859e2c4d17fdf7c19289d82dc7cd60dfe7
size 787016

View File

@ -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-----

View File

@ -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=<LUKS_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

View File

@ -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.}<CI_CNT>.<B_CNT>%{?beta:.}%{?beta}
Summary: Set Up dm-crypt Based Encrypted Block Devices
Source: http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2