From 715a5bf4de0149c4e49fc73348d32fb1b6b9bf1e4f8a70e7e5f502832b978036 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 25 May 2011 11:15:26 +0000 Subject: [PATCH] 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 --- cryptsetup-1.3.0.tar.bz2 | 3 --- cryptsetup-1.3.0.tar.bz2.asc | 7 ------- cryptsetup-1.3.1.tar.bz2 | 3 +++ cryptsetup-1.3.1.tar.bz2.asc | 7 +++++++ cryptsetup.changes | 9 +++++++++ cryptsetup.spec | 2 +- 6 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 cryptsetup-1.3.0.tar.bz2 delete mode 100644 cryptsetup-1.3.0.tar.bz2.asc create mode 100644 cryptsetup-1.3.1.tar.bz2 create mode 100644 cryptsetup-1.3.1.tar.bz2.asc diff --git a/cryptsetup-1.3.0.tar.bz2 b/cryptsetup-1.3.0.tar.bz2 deleted file mode 100644 index 6809ce6..0000000 --- a/cryptsetup-1.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c675059a25061851dcaf9732a2118d75585097c8fbb3985026526988e8d76394 -size 566628 diff --git a/cryptsetup-1.3.0.tar.bz2.asc b/cryptsetup-1.3.0.tar.bz2.asc deleted file mode 100644 index a3f2377..0000000 --- a/cryptsetup-1.3.0.tar.bz2.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.11 (GNU/Linux) - -iEYEABECAAYFAk2ba4MACgkQf1Jlc7shgi9ZIACgke0jnG9sqUiMUdxgJab1ujDG -8UcAn3S+V/f8GHkt4CIgFI/Oe234OK7q -=2ELH ------END PGP SIGNATURE----- diff --git a/cryptsetup-1.3.1.tar.bz2 b/cryptsetup-1.3.1.tar.bz2 new file mode 100644 index 0000000..99ab836 --- /dev/null +++ b/cryptsetup-1.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ceb18a0c91fa1546077b41b93463dd2ec9d7f83e6fd93757fb84cc608206a6a +size 597201 diff --git a/cryptsetup-1.3.1.tar.bz2.asc b/cryptsetup-1.3.1.tar.bz2.asc new file mode 100644 index 0000000..0cb87cc --- /dev/null +++ b/cryptsetup-1.3.1.tar.bz2.asc @@ -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----- diff --git a/cryptsetup.changes b/cryptsetup.changes index 8189ea1..bf18aba 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -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 diff --git a/cryptsetup.spec b/cryptsetup.spec index 77e62c2..428584a 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -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.}.%{?beta:.}%{?beta} Summary: Set Up dm-crypt Based Encrypted Block Devices