Accepting request 40924 from security
checked in (request 40924) OBS-URL: https://build.opensuse.org/request/show/40924 OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=46
This commit is contained in:
committed by
Git OBS Bridge
parent
494f640a9c
commit
1990c421bc
3
cryptsetup-1.1.0.tar.bz2
Normal file
3
cryptsetup-1.1.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b343fa6bf3c48b633e68da25e44aebd6a32a3dc21c10604acd6faa04e41f58f3
|
||||||
|
size 465778
|
7
cryptsetup-1.1.0.tar.bz2.asc
Normal file
7
cryptsetup-1.1.0.tar.bz2.asc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.10 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAktS7HYACgkQf1Jlc7shgi8PwQCfVFwnRLdjn7hILuxXq5TLtmsa
|
||||||
|
elIAn0VqeFuSEqPg3qu9BqPnmdkoMRzI
|
||||||
|
=mOAm
|
||||||
|
-----END PGP SIGNATURE-----
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:45972839fbb169b3ad5649454c217b7f5b0b3c8bf07e32f51a334a88217c7293
|
|
||||||
size 478501
|
|
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.10 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAkwCo+4ACgkQf1Jlc7shgi+ejACfT+aFnv1CY13deNC3ggmOGXX4
|
|
||||||
6WkAn3SWXkIF0GOGWwG4L5nFc57ozBdy
|
|
||||||
=01i4
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@@ -1,30 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon May 31 09:42:27 UTC 2010 - lnussel@suse.de
|
|
||||||
|
|
||||||
- new version 1.1.2 fixes keyfile regression introduced by 1.1.1
|
|
||||||
* Fix luksFormat/luksOpen reading passphrase from stdin and "-" keyfile.
|
|
||||||
* Support --key-file/-d option for luksFormat.
|
|
||||||
* Fix description of --key-file and add --verbose and --debug options to man page.
|
|
||||||
* Add verbose log level and move unlocking message there.
|
|
||||||
* Remove device even if underlying device disappeared (remove, luksClose).
|
|
||||||
* Fix (deprecated) reload device command to accept new device argument.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue May 25 08:11:30 UTC 2010 - lnussel@suse.de
|
|
||||||
|
|
||||||
- new version 1.1.1
|
|
||||||
* 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
|
Tue Mar 9 10:50:00 UTC 2010 - lnussel@suse.de
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
Name: cryptsetup
|
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: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
|
||||||
BuildRequires: libselinux-devel pkgconfig
|
BuildRequires: libselinux-devel
|
||||||
# hashalot version
|
# hashalot version
|
||||||
%define haver 0.3
|
%define haver 0.3
|
||||||
# boot.crypto version
|
# boot.crypto version
|
||||||
@@ -29,7 +29,7 @@ BuildRequires: libselinux-devel pkgconfig
|
|||||||
License: BSD3c(or similar) ; GPLv2 ; GPLv2+
|
License: BSD3c(or similar) ; GPLv2 ; GPLv2+
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.1.2
|
Version: 1.1.0
|
||||||
Release: 4
|
Release: 4
|
||||||
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
||||||
Source: http://cryptsetup.googlecode.com/files/cryptsetup-%{version}.tar.bz2
|
Source: http://cryptsetup.googlecode.com/files/cryptsetup-%{version}.tar.bz2
|
||||||
|
Reference in New Issue
Block a user