Accepting request 71223 from home:lnussel:Factory

- new version 1.3.1:
 * Fix keyfile=- processing in create command (regression in 1.3.0).
 * Simplify device path status check (use /sys and do not scan /dev).
 * Do not ignore device size argument for create command (regression in 1.2.0).
 * Fix error paths in blockwise code and lseek_write call.

OBS-URL: https://build.opensuse.org/request/show/71223
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=66
This commit is contained in:
Ludwig Nussel 2011-05-25 11:15:26 +00:00 committed by Git OBS Bridge
parent 88eca89303
commit 715a5bf4de
6 changed files with 20 additions and 11 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk2ba4MACgkQf1Jlc7shgi9ZIACgke0jnG9sqUiMUdxgJab1ujDG
8UcAn3S+V/f8GHkt4CIgFI/Oe234OK7q
=2ELH
-----END PGP SIGNATURE-----

3
cryptsetup-1.3.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ceb18a0c91fa1546077b41b93463dd2ec9d7f83e6fd93757fb84cc608206a6a
size 597201

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk3byrQACgkQf1Jlc7shgi9NpQCgj6SLnft/s7jc2BA/q+oJ+W2l
FboAn3dYw0gs4LZekhgq5JYnv/osT4lb
=Uw6K
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 25 06:42:03 UTC 2011 - lnussel@suse.de
- new version 1.3.1:
* Fix keyfile=- processing in create command (regression in 1.3.0).
* Simplify device path status check (use /sys and do not scan /dev).
* Do not ignore device size argument for create command (regression in 1.2.0).
* Fix error paths in blockwise code and lseek_write call.
-------------------------------------------------------------------
Mon Apr 11 14:04:11 UTC 2011 - lnussel@suse.de

View File

@ -31,7 +31,7 @@ BuildRequires: libselinux-devel pkgconfig
License: GPLv2+
Group: System/Base
AutoReqProv: on
Version: 1.3.0
Version: 1.3.1
Release: 1
#Release: %{?beta:0.}<CI_CNT>.<B_CNT>%{?beta:.}%{?beta}
Summary: Set Up dm-crypt Based Encrypted Block Devices