diff --git a/cryptsetup-1.0.5_SVNr42.tar.bz2 b/cryptsetup-1.0.5_SVNr42.tar.bz2 deleted file mode 100644 index 1c66052..0000000 --- a/cryptsetup-1.0.5_SVNr42.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c8d18b901c75f2f2fbe8cefae1b53ca96373cb8edc8d7bad1f70b79991f8031 -size 246243 diff --git a/cryptsetup-1.0.5_SVNr46.tar.bz2 b/cryptsetup-1.0.5_SVNr46.tar.bz2 new file mode 100644 index 0000000..245684b --- /dev/null +++ b/cryptsetup-1.0.5_SVNr46.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8319f3d60b956f4cdfc45589d9e73cc3359ca0a3bb2fe072a49b5ba4bee956 +size 246372 diff --git a/cryptsetup.changes b/cryptsetup.changes index 78b588c..7f34828 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -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 diff --git a/cryptsetup.spec b/cryptsetup.spec index 9e1001b..829ad3a 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -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. # This file and all modifications and additions to the pristine @@ -10,6 +10,7 @@ # norootforbuild + Name: cryptsetup Url: http://luks.endorphin.org/dm-crypt 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 Group: System/Base AutoReqProv: on -Version: 1.0.5_SVNr42 -Release: 10 +Version: 1.0.5_SVNr46 +Release: 1 Summary: Set Up dm-crypt Based Encrypted Block Devices Source: cryptsetup-%{version}.tar.bz2 Source1: hashalot-%haver.tar.bz2 @@ -169,6 +170,13 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libcryptsetup.so %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 - boot.crypto: * check for columns of terminal (bnc#337614)