From 0f911b385bd64a12872a9669f4b83e33c846649902a20abc62d05eefdf6b38e2 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 4 Sep 2009 23:58:18 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/cryptsetup revision 31.0 OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=3087680c074611e939406840281db3a0 --- boot.crypto-0_200908191402.tar.bz2 | 3 --- boot.crypto-0_200909041226.tar.bz2 | 3 +++ cryptsetup.changes | 12 ++++++++++++ cryptsetup.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 boot.crypto-0_200908191402.tar.bz2 create mode 100644 boot.crypto-0_200909041226.tar.bz2 diff --git a/boot.crypto-0_200908191402.tar.bz2 b/boot.crypto-0_200908191402.tar.bz2 deleted file mode 100644 index 51a81ad..0000000 --- a/boot.crypto-0_200908191402.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80f9cad13c46274a2bcddd542bb071741897631647d95b64ec133686339c518c -size 16617 diff --git a/boot.crypto-0_200909041226.tar.bz2 b/boot.crypto-0_200909041226.tar.bz2 new file mode 100644 index 0000000..6d4739f --- /dev/null +++ b/boot.crypto-0_200909041226.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4e5844a5214d661ee6bd55d42aca36ab16fba827dfaa32ac3e434681bc2eb6 +size 17620 diff --git a/cryptsetup.changes b/cryptsetup.changes index 938b97e..988df81 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 4 10:04:05 UTC 2009 - lnussel@suse.de + +- boot.crypto: + * fix setting options without parameter + * infinite retries in initrd + * tries=0 means infinite tries + * implement retries in the script to make it work with keyscripts and non-luks volumes + * keyscript support (fate#302628) + * remove the option to fsck the fs as it actually never worked + * fix initrd option parsing + ------------------------------------------------------------------- Thu Aug 27 06:59:55 UTC 2009 - lnussel@suse.de diff --git a/cryptsetup.spec b/cryptsetup.spec index 3bf2e97..bf03ee5 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -25,12 +25,12 @@ BuildRequires: libselinux-devel # hashalot version %define haver 0.3 # boot.crypto version -%define bcver 0_200908191402 +%define bcver 0_200909041226 License: BSD 3-clause (or similar) ; GPL v2 only ; GPL v2 or later Group: System/Base AutoReqProv: on Version: 1.0.7 -Release: 1 +Release: 2 Summary: Set Up dm-crypt Based Encrypted Block Devices Source: cryptsetup-%{version}.tar.bz2 Source1: hashalot-%haver.tar.bz2