forked from pool/cryptsetup
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
This commit is contained in:
parent
fd1e4bf861
commit
88eca89303
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:411129817ff29e6a957bcbdcd9a2c4c953c1539acd8af912c383262ba901b5ea
|
|
||||||
size 523859
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.10 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAk0PQJUACgkQf1Jlc7shgi93yQCfdC+Z1aMb8NdBC8Zx/R/P6d8x
|
|
||||||
0d4AoJPO28ny/LmCRa3mCrh155YW6rZT
|
|
||||||
=UGVC
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
cryptsetup-1.3.0.tar.bz2
Normal file
3
cryptsetup-1.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c675059a25061851dcaf9732a2118d75585097c8fbb3985026526988e8d76394
|
||||||
|
size 566628
|
7
cryptsetup-1.3.0.tar.bz2.asc
Normal file
7
cryptsetup-1.3.0.tar.bz2.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAk2ba4MACgkQf1Jlc7shgi9ZIACgke0jnG9sqUiMUdxgJab1ujDG
|
||||||
|
8UcAn3S+V/f8GHkt4CIgFI/Oe234OK7q
|
||||||
|
=2ELH
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -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
|
Thu Feb 17 07:53:34 UTC 2011 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
#define beta rc1
|
||||||
|
%define ver %version%{?beta:-%beta}
|
||||||
|
|
||||||
Name: cryptsetup
|
Name: cryptsetup
|
||||||
Url: http://code.google.com/p/cryptsetup/
|
Url: http://code.google.com/p/cryptsetup/
|
||||||
@ -29,11 +31,12 @@ BuildRequires: libselinux-devel pkgconfig
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 8
|
Release: 1
|
||||||
|
#Release: %{?beta:0.}<CI_CNT>.<B_CNT>%{?beta:.}%{?beta}
|
||||||
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-%{ver}.tar.bz2
|
||||||
Source1: http://cryptsetup.googlecode.com/files/cryptsetup-%{version}.tar.bz2.asc
|
Source1: http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2.asc
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Source10: hashalot-%haver.tar.bz2
|
Source10: hashalot-%haver.tar.bz2
|
||||||
# git://gitorious.org/opensuse/boot_crypto.git
|
# git://gitorious.org/opensuse/boot_crypto.git
|
||||||
@ -116,7 +119,7 @@ Authors:
|
|||||||
Ben Slusky <sluskyb@paranoiacs.org>
|
Ben Slusky <sluskyb@paranoiacs.org>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -b 10 -b 20
|
%setup -n %name-%ver -q -b 10 -b 20
|
||||||
#patch0 -p1
|
#patch0 -p1
|
||||||
pushd ../hashalot-%haver
|
pushd ../hashalot-%haver
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user