forked from pool/cryptsetup
Accepting request 114171 from security
- boot.crypto: * prefer physdev from crypttab * fix non-plymouth use - 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. - boot.crypto: * avoid warning about module 'kernel' (bnc#741468) * incorporate plymouth support OBS-URL: https://build.opensuse.org/request/show/114171 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=72
This commit is contained in:
commit
96c0a437e7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdcb8c690f385f61c5c94c641da9e9e7c6b30a57d1104134682f119999e49dce
|
||||
size 17125
|
3
boot.crypto-0_201204171450.tar.bz2
Normal file
3
boot.crypto-0_201204171450.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09b4377f5da9e44e830bd672c39d22d1b4f832effdd1a6bb5a7512a87c06c36e
|
||||
size 17520
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb
|
||||
size 772971
|
@ -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
3
cryptsetup-1.4.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fe80d7b19d24b3f65d2e446decfed859e2c4d17fdf7c19289d82dc7cd60dfe7
|
||||
size 787016
|
17
cryptsetup-1.4.2.tar.bz2.asc
Normal file
17
cryptsetup-1.4.2.tar.bz2.asc
Normal 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-----
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 17 13:03:28 UTC 2012 - lnussel@suse.de
|
||||
|
||||
- boot.crypto:
|
||||
* prefer physdev from crypttab
|
||||
* fix non-plymouth use
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- boot.crypto:
|
||||
* avoid warning about module 'kernel' (bnc#741468)
|
||||
* incorporate plymouth support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 16 13:06:18 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cryptsetup
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,18 +20,18 @@
|
||||
%define ver %version%{?beta:-%beta}
|
||||
|
||||
Name: cryptsetup
|
||||
URL: http://code.google.com/p/cryptsetup/
|
||||
Url: http://code.google.com/p/cryptsetup/
|
||||
BuildRequires: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
|
||||
BuildRequires: libselinux-devel pkgconfig
|
||||
BuildRequires: libtool
|
||||
# hashalot version
|
||||
%define haver 0.3
|
||||
# boot.crypto version
|
||||
%define bcver 0_201110101134
|
||||
%define bcver 0_201204171450
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user