From 88eca89303b6f08418c1757955bde33ec65b71fc6647a51471bcde971f139182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Mon, 11 Apr 2011 14:45:23 +0000 Subject: [PATCH] Accepting request 66851 from home:lnussel:Factory OBS-URL: https://build.opensuse.org/request/show/66851 OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=64 --- cryptsetup-1.2.0.tar.bz2 | 3 --- cryptsetup-1.2.0.tar.bz2.asc | 7 ------- cryptsetup-1.3.0.tar.bz2 | 3 +++ cryptsetup-1.3.0.tar.bz2.asc | 7 +++++++ cryptsetup.changes | 10 ++++++++++ cryptsetup.spec | 13 ++++++++----- 6 files changed, 28 insertions(+), 15 deletions(-) delete mode 100644 cryptsetup-1.2.0.tar.bz2 delete mode 100644 cryptsetup-1.2.0.tar.bz2.asc create mode 100644 cryptsetup-1.3.0.tar.bz2 create mode 100644 cryptsetup-1.3.0.tar.bz2.asc diff --git a/cryptsetup-1.2.0.tar.bz2 b/cryptsetup-1.2.0.tar.bz2 deleted file mode 100644 index 47f622c..0000000 --- a/cryptsetup-1.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:411129817ff29e6a957bcbdcd9a2c4c953c1539acd8af912c383262ba901b5ea -size 523859 diff --git a/cryptsetup-1.2.0.tar.bz2.asc b/cryptsetup-1.2.0.tar.bz2.asc deleted file mode 100644 index 721e24d..0000000 --- a/cryptsetup-1.2.0.tar.bz2.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.10 (GNU/Linux) - -iEYEABECAAYFAk0PQJUACgkQf1Jlc7shgi93yQCfdC+Z1aMb8NdBC8Zx/R/P6d8x -0d4AoJPO28ny/LmCRa3mCrh155YW6rZT -=UGVC ------END PGP SIGNATURE----- diff --git a/cryptsetup-1.3.0.tar.bz2 b/cryptsetup-1.3.0.tar.bz2 new file mode 100644 index 0000000..6809ce6 --- /dev/null +++ b/cryptsetup-1.3.0.tar.bz2 @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..a3f2377 --- /dev/null +++ b/cryptsetup-1.3.0.tar.bz2.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEABECAAYFAk2ba4MACgkQf1Jlc7shgi9ZIACgke0jnG9sqUiMUdxgJab1ujDG +8UcAn3S+V/f8GHkt4CIgFI/Oe234OK7q +=2ELH +-----END PGP SIGNATURE----- diff --git a/cryptsetup.changes b/cryptsetup.changes index 4616416..8189ea1 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 11 14:04:11 UTC 2011 - lnussel@suse.de + +- new version 1.3.0: + * userspace crypto backends support + * Cryptsetup now automatically allocates loopback device + if device argument is file and not plain device. + * luksChangeKey command + * loopaesOpen command for loop-AES compatibility + ------------------------------------------------------------------- Thu Feb 17 07:53:34 UTC 2011 - lnussel@suse.de diff --git a/cryptsetup.spec b/cryptsetup.spec index de1a2f9..77e62c2 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -17,6 +17,8 @@ # norootforbuild +#define beta rc1 +%define ver %version%{?beta:-%beta} Name: cryptsetup Url: http://code.google.com/p/cryptsetup/ @@ -29,11 +31,12 @@ BuildRequires: libselinux-devel pkgconfig License: GPLv2+ Group: System/Base AutoReqProv: on -Version: 1.2.0 -Release: 8 +Version: 1.3.0 +Release: 1 +#Release: %{?beta:0.}.%{?beta:.}%{?beta} Summary: Set Up dm-crypt Based Encrypted Block Devices -Source: http://cryptsetup.googlecode.com/files/cryptsetup-%{version}.tar.bz2 -Source1: http://cryptsetup.googlecode.com/files/cryptsetup-%{version}.tar.bz2.asc +Source: http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2 +Source1: http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2.asc Source2: baselibs.conf Source10: hashalot-%haver.tar.bz2 # git://gitorious.org/opensuse/boot_crypto.git @@ -116,7 +119,7 @@ Authors: Ben Slusky %prep -%setup -q -b 10 -b 20 +%setup -n %name-%ver -q -b 10 -b 20 #patch0 -p1 pushd ../hashalot-%haver %patch10 -p1