From 099baa5addb694a9d7e6641ae2de825acb5cdaabe5d2c0a7acac9f08f2c0d62a Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 25 May 2010 14:22:00 +0000 Subject: [PATCH] - new version 1.1.0 * Detects and use device-mapper udev support if available. * Supports device topology detection for data alignment. * Fix luksOpen reading of passphrase on stdin (if "-" keyfile specified). * Fix isLuks to initialise crypto backend (blkid instead is suggested anyway). * Properly initialise crypto backend in header backup/restore commands. * Do not verify unlocking passphrase in luksAddKey command. * Allow no hash specification in plain device constructor - user can provide volume key directly. * Try to use pkgconfig for device mapper library in configuration script. * Add some compatibility checks and disable LUKS suspend/resume if not supported. * Rearrange tests, "make check" now run all available test for package. * Avoid class C++ keyword in library header. OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=43 --- cryptsetup-1.1.0.tar.bz2 | 3 --- cryptsetup-1.1.0.tar.bz2.asc | 7 ------- cryptsetup-1.1.1.tar.bz2 | 3 +++ cryptsetup-1.1.1.tar.bz2.asc | 7 +++++++ cryptsetup.changes | 16 ++++++++++++++++ cryptsetup.spec | 4 ++-- 6 files changed, 28 insertions(+), 12 deletions(-) delete mode 100644 cryptsetup-1.1.0.tar.bz2 delete mode 100644 cryptsetup-1.1.0.tar.bz2.asc create mode 100644 cryptsetup-1.1.1.tar.bz2 create mode 100644 cryptsetup-1.1.1.tar.bz2.asc diff --git a/cryptsetup-1.1.0.tar.bz2 b/cryptsetup-1.1.0.tar.bz2 deleted file mode 100644 index c96bffe..0000000 --- a/cryptsetup-1.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b343fa6bf3c48b633e68da25e44aebd6a32a3dc21c10604acd6faa04e41f58f3 -size 465778 diff --git a/cryptsetup-1.1.0.tar.bz2.asc b/cryptsetup-1.1.0.tar.bz2.asc deleted file mode 100644 index 3fb7dc8..0000000 --- a/cryptsetup-1.1.0.tar.bz2.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.10 (GNU/Linux) - -iEYEABECAAYFAktS7HYACgkQf1Jlc7shgi8PwQCfVFwnRLdjn7hILuxXq5TLtmsa -elIAn0VqeFuSEqPg3qu9BqPnmdkoMRzI -=mOAm ------END PGP SIGNATURE----- diff --git a/cryptsetup-1.1.1.tar.bz2 b/cryptsetup-1.1.1.tar.bz2 new file mode 100644 index 0000000..aeda7b5 --- /dev/null +++ b/cryptsetup-1.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d07cfc03d3a12d54e68eebb509e6ce45bbd5169ae277256ea7bd165cc246bd +size 477800 diff --git a/cryptsetup-1.1.1.tar.bz2.asc b/cryptsetup-1.1.1.tar.bz2.asc new file mode 100644 index 0000000..b70268d --- /dev/null +++ b/cryptsetup-1.1.1.tar.bz2.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) + +iEYEABECAAYFAkv5MTUACgkQf1Jlc7shgi/7NgCffzJroywTA9rBo8SPvHZdpmYo +JOgAoIn6v5wuMlTBDHQ8gLU1RZ4d3xMr +=UWDV +-----END PGP SIGNATURE----- diff --git a/cryptsetup.changes b/cryptsetup.changes index ff079a2..e186178 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue May 25 08:11:30 UTC 2010 - lnussel@suse.de + +- new version 1.1.0 + * Detects and use device-mapper udev support if available. + * Supports device topology detection for data alignment. + * Fix luksOpen reading of passphrase on stdin (if "-" keyfile specified). + * Fix isLuks to initialise crypto backend (blkid instead is suggested anyway). + * Properly initialise crypto backend in header backup/restore commands. + * Do not verify unlocking passphrase in luksAddKey command. + * Allow no hash specification in plain device constructor - user can provide volume key directly. + * Try to use pkgconfig for device mapper library in configuration script. + * Add some compatibility checks and disable LUKS suspend/resume if not supported. + * Rearrange tests, "make check" now run all available test for package. + * Avoid class C++ keyword in library header. + ------------------------------------------------------------------- Tue Mar 9 10:50:00 UTC 2010 - lnussel@suse.de diff --git a/cryptsetup.spec b/cryptsetup.spec index 286daf9..fd15edf 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -21,7 +21,7 @@ Name: cryptsetup Url: http://code.google.com/p/cryptsetup/ BuildRequires: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel -BuildRequires: libselinux-devel +BuildRequires: libselinux-devel pkgconfig # hashalot version %define haver 0.3 # boot.crypto version @@ -29,7 +29,7 @@ BuildRequires: libselinux-devel License: BSD3c(or similar) ; GPLv2 ; GPLv2+ Group: System/Base AutoReqProv: on -Version: 1.1.0 +Version: 1.1.1 Release: 4 Summary: Set Up dm-crypt Based Encrypted Block Devices Source: http://cryptsetup.googlecode.com/files/cryptsetup-%{version}.tar.bz2