- boot.crypto:

* don't use hashalot if keyfile is specified
  * to comply with Debian, keyscripts must only output the password.
    In order to allow keyscript to use different methods to retrieve
    a key, add a keyscript_rawkey option.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=17
This commit is contained in:
Ludwig Nussel 2009-09-24 13:40:40 +00:00 committed by Git OBS Bridge
parent 902e19b87d
commit 0354a9dd68
4 changed files with 15 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 24 13:36:52 UTC 2009 - lnussel@suse.de
- boot.crypto:
* don't use hashalot if keyfile is specified
* to comply with Debian, keyscripts must only output the password.
In order to allow keyscript to use different methods to retrieve
a key, add a keyscript_rawkey option.
-------------------------------------------------------------------
Mon Sep 21 08:51:40 UTC 2009 - lnussel@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: libselinux-devel
# hashalot version
%define haver 0.3
# boot.crypto version
%define bcver 0_200909211050
%define bcver 0_200909241534
License: BSD 3-clause (or similar) ; GPL v2 only ; GPL v2 or later
Group: System/Base
AutoReqProv: on
@ -38,6 +38,7 @@ Source1: hashalot-%haver.tar.bz2
Source2: boot.crypto-%{bcver}.tar.bz2
# use this to create the tarball from svn
Source99: cryptsetup-mktar
Patch0: cryptsetup-1.0.7-eofpw.diff
Patch10: hashalot-fixes.diff
Patch11: hashalot-libgcrypt.diff
Patch12: hashalot-ctrl-d.diff
@ -114,6 +115,7 @@ Authors:
%prep
%setup -q -b 1 -b 2
%patch0 -p1
pushd ../hashalot-%haver
%patch10 -p1
%patch11 -p1