This commit is contained in:
parent
5eeba5e0ac
commit
3721d3c553
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c8d18b901c75f2f2fbe8cefae1b53ca96373cb8edc8d7bad1f70b79991f8031
|
|
||||||
size 246243
|
|
3
cryptsetup-1.0.5_SVNr46.tar.bz2
Normal file
3
cryptsetup-1.0.5_SVNr46.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef8319f3d60b956f4cdfc45589d9e73cc3359ca0a3bb2fe072a49b5ba4bee956
|
||||||
|
size 246372
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 27 12:10:32 CET 2008 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- update to svn revision 46:
|
||||||
|
* fix out of bound for key index in delKey [bnc#360041]
|
||||||
|
* Add typo fixes to the cryptsetup.8 manpage
|
||||||
|
* Add key-slot patch
|
||||||
|
* Remove O_EXCL requirement for certain LUKS operations
|
||||||
|
* mention luksKillSlot in the manpage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 4 16:22:42 CET 2008 - lnussel@suse.de
|
Mon Feb 4 16:22:42 CET 2008 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cryptsetup (Version 1.0.5_SVNr42)
|
# spec file for package cryptsetup (Version 1.0.5_SVNr46)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: cryptsetup
|
Name: cryptsetup
|
||||||
Url: http://luks.endorphin.org/dm-crypt
|
Url: http://luks.endorphin.org/dm-crypt
|
||||||
BuildRequires: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
|
BuildRequires: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
|
||||||
@ -20,8 +21,8 @@ BuildRequires: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
|
|||||||
License: BSD 3-Clause; GPL v2 or later
|
License: BSD 3-Clause; GPL v2 or later
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.0.5_SVNr42
|
Version: 1.0.5_SVNr46
|
||||||
Release: 10
|
Release: 1
|
||||||
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
||||||
Source: cryptsetup-%{version}.tar.bz2
|
Source: cryptsetup-%{version}.tar.bz2
|
||||||
Source1: hashalot-%haver.tar.bz2
|
Source1: hashalot-%haver.tar.bz2
|
||||||
@ -169,6 +170,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libcryptsetup.so
|
%{_libdir}/libcryptsetup.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 27 2008 mkoenig@suse.de
|
||||||
|
- update to svn revision 46:
|
||||||
|
* fix out of bound for key index in delKey [bnc#360041]
|
||||||
|
* Add typo fixes to the cryptsetup.8 manpage
|
||||||
|
* Add key-slot patch
|
||||||
|
* Remove O_EXCL requirement for certain LUKS operations
|
||||||
|
* mention luksKillSlot in the manpage
|
||||||
* Mon Feb 04 2008 lnussel@suse.de
|
* Mon Feb 04 2008 lnussel@suse.de
|
||||||
- boot.crypto:
|
- boot.crypto:
|
||||||
* check for columns of terminal (bnc#337614)
|
* check for columns of terminal (bnc#337614)
|
||||||
|
Loading…
Reference in New Issue
Block a user