2007-06-05 04:29:16 +02:00
|
|
|
#
|
2008-02-28 01:52:43 +01:00
|
|
|
# spec file for package cryptsetup (Version 1.0.5_SVNr46)
|
2007-06-05 04:29:16 +02:00
|
|
|
#
|
2008-01-09 21:57:24 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-06-05 04:29:16 +02:00
|
|
|
#
|
2008-08-08 17:19:08 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-06-05 04:29:16 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-28 01:52:43 +01:00
|
|
|
|
2007-06-05 04:29:16 +02:00
|
|
|
Name: cryptsetup
|
2007-10-16 17:49:45 +02:00
|
|
|
Url: http://luks.endorphin.org/dm-crypt
|
2007-06-05 04:29:16 +02:00
|
|
|
BuildRequires: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
|
2008-08-21 22:35:25 +02:00
|
|
|
BuildRequires: libselinux-devel
|
2007-06-05 04:29:16 +02:00
|
|
|
# hashalot version
|
|
|
|
%define haver 0.3
|
2008-01-09 21:57:24 +01:00
|
|
|
# boot.crypto version
|
2008-08-14 01:46:55 +02:00
|
|
|
%define bcver 0_200808131104
|
2007-10-16 17:49:45 +02:00
|
|
|
License: BSD 3-Clause; GPL v2 or later
|
2007-06-05 04:29:16 +02:00
|
|
|
Group: System/Base
|
2007-10-16 17:49:45 +02:00
|
|
|
AutoReqProv: on
|
2008-02-28 01:52:43 +01:00
|
|
|
Version: 1.0.5_SVNr46
|
2008-08-21 22:35:25 +02:00
|
|
|
Release: 45
|
2007-08-27 17:34:37 +02:00
|
|
|
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
2007-11-29 18:20:01 +01:00
|
|
|
Source: cryptsetup-%{version}.tar.bz2
|
2007-06-05 04:29:16 +02:00
|
|
|
Source1: hashalot-%haver.tar.bz2
|
2008-01-09 21:57:24 +01:00
|
|
|
# http://www.suse.de/~lnussel/boot.crypto.git
|
|
|
|
Source2: boot.crypto-%{bcver}.tar.bz2
|
2008-07-24 23:06:32 +02:00
|
|
|
Source3: mkinitrd-setup.sh
|
|
|
|
Source4: mkinitrd-boot.sh
|
2007-06-05 04:29:16 +02:00
|
|
|
# use this to create the tarball from svn
|
|
|
|
Source99: cryptsetup-mktar
|
2008-07-24 23:06:32 +02:00
|
|
|
Patch1: cryptsetup-1.0.5-udevadm.patch
|
2007-06-05 04:29:16 +02:00
|
|
|
Patch10: hashalot-fixes.diff
|
|
|
|
Patch11: hashalot-libgcrypt.diff
|
|
|
|
Patch12: hashalot-ctrl-d.diff
|
|
|
|
Patch13: hashalot-timeout.diff
|
|
|
|
Patch14: hashalot-manpage.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Provides: aaa_base:/etc/init.d/boot.crypto
|
|
|
|
Obsoletes: util-linux-crypto <= 2.12r
|
|
|
|
# we need losetup
|
|
|
|
Requires: util-linux
|
2007-11-09 22:12:45 +01:00
|
|
|
PreReq: %fillup_prereq %insserv_prereq
|
2007-06-05 04:29:16 +02:00
|
|
|
|
|
|
|
%description
|
2007-08-27 17:34:37 +02:00
|
|
|
cryptsetup is used to conveniently set up dm-crypt based device-mapper
|
|
|
|
targets. It allows to set up targets to read cryptoloop compatible
|
|
|
|
volumes as well as LUKS formatted ones. The package additionally
|
|
|
|
includes support for automatically setting up encrypted volumes at boot
|
|
|
|
time via the config file /etc/crypttab.
|
2007-06-05 04:29:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Clemens Fruhwirth <clemens@endorphin.org>
|
|
|
|
Christophe Saout <christophe@saout.de>
|
|
|
|
Ben Slusky <sluskyb@paranoiacs.org>
|
|
|
|
|
|
|
|
%package devel
|
2008-04-09 21:36:47 +02:00
|
|
|
License: BSD 3-Clause; GPL v2 or later
|
2007-08-27 17:34:37 +02:00
|
|
|
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
2007-06-05 04:29:16 +02:00
|
|
|
Group: System/Base
|
|
|
|
Requires: %name = %version
|
|
|
|
Requires: device-mapper-devel libgcrypt-devel libgpg-error-devel e2fsprogs-devel glibc-devel
|
|
|
|
|
|
|
|
%description devel
|
2007-08-27 17:34:37 +02:00
|
|
|
cryptsetup is used to conveniently set up dm-crypt based device-mapper
|
|
|
|
targets. It allows to set up targets to read cryptoloop compatible
|
|
|
|
volumes as well as LUKS formatted ones. The package additionally
|
|
|
|
includes support for automatically setting up encrypted volumes at boot
|
|
|
|
time via the config file /etc/crypttab.
|
2007-06-05 04:29:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Clemens Fruhwirth <clemens@endorphin.org>
|
|
|
|
Christophe Saout <christophe@saout.de>
|
|
|
|
Ben Slusky <sluskyb@paranoiacs.org>
|
|
|
|
|
|
|
|
%prep
|
2008-01-09 21:57:24 +01:00
|
|
|
%setup -q -b 1 -b 2
|
2008-07-24 23:06:32 +02:00
|
|
|
%patch1 -p1
|
2007-06-05 04:29:16 +02:00
|
|
|
pushd ../hashalot-%haver
|
|
|
|
%patch10 -p1
|
|
|
|
%patch11 -p1
|
|
|
|
%patch12 -p1
|
|
|
|
%patch13 -p1
|
|
|
|
%patch14 -p1
|
|
|
|
popd
|
|
|
|
|
|
|
|
%build
|
|
|
|
# cryptsetup build
|
|
|
|
%{?suse_update_config:%{suse_update_config}}
|
|
|
|
autoreconf -f -i
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --mandir=%_mandir \
|
|
|
|
--libdir=/%_lib \
|
|
|
|
--bindir=/sbin --sbindir=/sbin \
|
2008-08-21 22:35:25 +02:00
|
|
|
--disable-static --enable-shared \
|
|
|
|
--enable-selinux
|
2007-06-05 04:29:16 +02:00
|
|
|
make
|
|
|
|
#
|
|
|
|
# hashalot build
|
|
|
|
pushd ../hashalot-%haver
|
|
|
|
autoreconf -f -i
|
|
|
|
%{?suse_update_config:%{suse_update_config}}
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --sbindir=/sbin --mandir=%_mandir
|
|
|
|
make
|
|
|
|
popd
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
# move devel .so link to %{libdir}
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_lib}/libcryptsetup.so
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}
|
|
|
|
ln -s /%{_lib}/libcryptsetup.so.0.0.0 $RPM_BUILD_ROOT%{_libdir}/libcryptsetup.so
|
|
|
|
# don't want this file in /lib (FHS compat check), and can't move it to /usr/lib
|
|
|
|
rm -f $RPM_BUILD_ROOT/%_lib/*.la
|
|
|
|
#
|
|
|
|
# hashalot install
|
|
|
|
pushd ../hashalot-%haver
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
popd
|
|
|
|
# remove unwanted symlinks
|
|
|
|
rm -f $RPM_BUILD_ROOT/sbin/{rmd160,sha256,sha384,sha512}
|
2008-07-24 23:06:32 +02:00
|
|
|
# mkinitrd scriptlets
|
|
|
|
install -d $RPM_BUILD_ROOT/lib/mkinitrd/scripts
|
|
|
|
install -m 755 %{SOURCE3} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/setup-luks.sh
|
|
|
|
install -m 755 %{SOURCE4} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-luks.sh
|
2007-06-05 04:29:16 +02:00
|
|
|
#
|
|
|
|
# boot.crypto
|
2008-01-09 21:57:24 +01:00
|
|
|
make -C ../boot.crypto-* install DESTDIR=$RPM_BUILD_ROOT
|
2007-06-05 04:29:16 +02:00
|
|
|
#
|
|
|
|
%find_lang %name --all-name
|
|
|
|
|
|
|
|
%pre
|
|
|
|
# hack to catch update case from aaa_base/util-linux-crypto
|
|
|
|
if [ -f /etc/init.d/boot.d/S??boot.crypto ]; then
|
|
|
|
touch /var/run/cryptsetup.boot.crypto.enabled
|
|
|
|
fi
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
%{fillup_and_insserv boot.crypto}
|
|
|
|
if [ -e /var/run/cryptsetup.boot.crypto.enabled ]; then
|
|
|
|
rm -f /var/run/cryptsetup.boot.crypto.enabled
|
|
|
|
%{fillup_and_insserv -fY boot.crypto}
|
|
|
|
fi
|
2008-04-09 21:36:47 +02:00
|
|
|
%{fillup_and_insserv boot.crypto-early}
|
2007-06-05 04:29:16 +02:00
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
%{insserv_cleanup}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files -f %name.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab
|
|
|
|
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/cryptotab
|
|
|
|
/etc/init.d/boot.crypto
|
2008-04-09 21:36:47 +02:00
|
|
|
/etc/init.d/boot.crypto-early
|
2008-07-24 23:06:32 +02:00
|
|
|
%dir /lib/mkinitrd
|
|
|
|
%dir /lib/mkinitrd/scripts
|
|
|
|
/lib/mkinitrd/scripts/setup-luks.sh
|
|
|
|
/lib/mkinitrd/scripts/boot-luks.sh
|
2007-06-05 04:29:16 +02:00
|
|
|
/sbin/cryptsetup
|
|
|
|
/sbin/hashalot
|
|
|
|
%_mandir/man1/hashalot.1.gz
|
|
|
|
%_mandir/man8/cryptsetup.8.gz
|
|
|
|
%_mandir/man5/crypttab.5.gz
|
2008-02-04 17:35:21 +01:00
|
|
|
%_mandir/man5/cryptotab.5.gz
|
2007-06-05 04:29:16 +02:00
|
|
|
/%_lib/libcryptsetup.so.0
|
|
|
|
/%_lib/libcryptsetup.so.0.0.0
|
2008-01-09 21:57:24 +01:00
|
|
|
/lib/cryptsetup
|
2007-06-05 04:29:16 +02:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_includedir/libcryptsetup.h
|
|
|
|
%{_libdir}/libcryptsetup.so
|
2007-11-29 18:20:01 +01:00
|
|
|
|
2007-06-05 04:29:16 +02:00
|
|
|
%changelog
|
2008-08-21 22:35:25 +02:00
|
|
|
* Wed Aug 20 2008 mkoenig@suse.de
|
|
|
|
- enable SELinux support [fate#303662]
|
2008-08-14 01:46:55 +02:00
|
|
|
* Wed Aug 13 2008 mkoenig@suse.de
|
|
|
|
- boot.crypto:
|
|
|
|
* Fix init script tags
|
2008-08-08 17:19:08 +02:00
|
|
|
* Fri Aug 08 2008 mkoenig@suse.de
|
|
|
|
- boot.crypto:
|
|
|
|
* Provide some reasonable exit status [bnc#409502]
|
2008-07-24 23:06:32 +02:00
|
|
|
* Wed Jul 23 2008 hare@suse.de
|
|
|
|
- Include mkinitrd scriptlets.
|
|
|
|
* Wed Jul 23 2008 mkoenig@suse.de
|
|
|
|
- use /sbin/udevadm settle instead of /sbin/udevsettle [bnc#404875]
|
2008-05-06 18:54:56 +02:00
|
|
|
* Tue May 06 2008 mkoenig@suse.de
|
|
|
|
- load loop module in boot.crypto-early as it might be needed.
|
|
|
|
It is previously initially loaded by boot.localfs.
|
2008-04-09 21:36:47 +02:00
|
|
|
* Wed Apr 09 2008 mkoenig@suse.de
|
|
|
|
- add support for boot.crypto-early [#355824]
|
|
|
|
needed to encrypt block devices for usage with LVM or MD
|
|
|
|
adds a new option 'noearly' for crypttab, which will skip
|
|
|
|
the device in boot.crypto-early.
|
2008-02-28 01:52:43 +01:00
|
|
|
* 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
|
2008-02-04 17:35:21 +01:00
|
|
|
* Mon Feb 04 2008 lnussel@suse.de
|
|
|
|
- boot.crypto:
|
|
|
|
* check for columns of terminal (bnc#337614)
|
|
|
|
* enhance crypttab manpage (#351061)
|
|
|
|
* check for fs_passno (#345339)
|
|
|
|
* Wed Jan 09 2008 lnussel@suse.de
|
2008-01-09 21:57:24 +01:00
|
|
|
- upgrade to svn revision 42 which includes previous patches
|
|
|
|
- boot.crypto:
|
|
|
|
* don't mount read-only as safety check (#345338)
|
|
|
|
* implement precheck scripts
|
|
|
|
* allow restarting of single volumes (#345605)
|
|
|
|
* status query of individual devices (#345605)
|
|
|
|
* add vol_id check script
|
|
|
|
* maintain boot.crypto stuff in revision control and use tarball
|
|
|
|
snapshots of it
|
2008-02-04 17:35:21 +01:00
|
|
|
* Thu Nov 29 2007 lnussel@suse.de
|
2007-11-29 18:20:01 +01:00
|
|
|
- upgrade to svn revision 38
|
2008-02-04 17:35:21 +01:00
|
|
|
* Wed Nov 07 2007 mkoenig@suse.de
|
2007-11-09 22:12:45 +01:00
|
|
|
- add %%fillup_prereq and %%insserv_prereq to PreReq
|
2008-02-04 17:35:21 +01:00
|
|
|
* Tue Oct 16 2007 lnussel@suse.de
|
2007-10-16 17:49:45 +02:00
|
|
|
- upgrade to svn revision 31
|
|
|
|
* Rename luksDelKey into luksKillSlot
|
|
|
|
* Add luksRemoveKey that queries a given key before removal
|
|
|
|
* Fix segfault in luksOpen.
|
|
|
|
* Add LUKS_device_ready check for most LUKS calls, so that
|
|
|
|
cryptsetup dies before password querying in case a blockdev is
|
|
|
|
unavailable
|
|
|
|
* For LUKS key material access require exclusive access to the
|
|
|
|
underlying device. This will prevent multiple mappings onto a
|
|
|
|
single LUKS device. dm*crypt doesn't feature any syncing
|
|
|
|
capabilities, hence there is no real application for this as it
|
|
|
|
will likely lead to disk corruption.
|
|
|
|
* Add signal handler to keyencryption to free the temporary
|
|
|
|
mapping in case the user hits ctrl-c.
|
2008-02-04 17:35:21 +01:00
|
|
|
* Mon Aug 27 2007 lnussel@suse.de
|
2007-08-27 17:34:37 +02:00
|
|
|
- remove /var/run/keymap from previous boot to make /etc/init.d/kbd
|
|
|
|
work (#296409)
|
2008-02-04 17:35:21 +01:00
|
|
|
* Mon Aug 27 2007 lnussel@suse.de
|
2007-08-27 17:34:37 +02:00
|
|
|
- run fsck with progressbar (#304750)
|
2008-02-04 17:35:21 +01:00
|
|
|
* Thu Jun 21 2007 mkoenig@suse.de
|
2007-06-21 19:51:59 +02:00
|
|
|
- run udevsettle to avoid problems with busy temporary
|
|
|
|
device mapper devices [#285478]
|
2008-02-04 17:35:21 +01:00
|
|
|
* Mon Jun 11 2007 lnussel@suse.de
|
2007-06-11 12:57:44 +02:00
|
|
|
- rephrase error message (#279169)
|
2008-02-04 17:35:21 +01:00
|
|
|
* Fri Jun 01 2007 lnussel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- rename util-linux-crypto to cryptsetup
|
|
|
|
- remove dmconvert
|
|
|
|
- replace svn snapshot with official 1.0.5 release
|
|
|
|
- don't enable boot.crypto by default
|
2008-02-04 17:35:21 +01:00
|
|
|
* Tue May 29 2007 lnussel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- fix segfault when trying to open a non existing device
|
|
|
|
- fix gcc warnings
|
|
|
|
- add Short-Description to boot.crypto
|
|
|
|
- use %%find_lang
|
2008-02-04 17:35:21 +01:00
|
|
|
* Wed May 09 2007 lnussel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- boot.crypto: implement 'status'
|
|
|
|
- boot.crypto: accept argument to start/stop single devices
|
2008-02-04 17:35:21 +01:00
|
|
|
* Wed May 09 2007 lnussel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- hashalot: add timeout option
|
2008-02-04 17:35:21 +01:00
|
|
|
* Wed May 09 2007 lnussel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- fix build
|
2008-02-04 17:35:21 +01:00
|
|
|
* Tue May 08 2007 lnussel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- boot.crypto: switch off splash screen only when needed
|
|
|
|
- boot.crypto: report status for individual volumes instead of using one global
|
|
|
|
exit status
|
|
|
|
- hashalot: exit unsucessfully on empty passphrase
|
2008-02-04 17:35:21 +01:00
|
|
|
* Tue May 08 2007 lnussel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- boot.crypto: sleep a bit longer before overwriting the prompt
|
|
|
|
- boot.crypto: add support for pseed and itercountk options
|
|
|
|
- boot.crypto: skip entries with unsupported/unknown options
|
|
|
|
- hashalot: add support for itercountk
|
2008-02-04 17:35:21 +01:00
|
|
|
* Fri May 04 2007 lnussel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- upgrade cryptsetup to current svn revision 30 which includes
|
|
|
|
previous patches.
|
|
|
|
- fix background prompt process not getting killed on ctrl-d in
|
|
|
|
boot.crypto
|
2008-02-04 17:35:21 +01:00
|
|
|
* Fri Apr 27 2007 lnussel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- upgrade cryptsetup to current svn revision 26. Does no longer hang
|
|
|
|
when a file is specified instead of a device.
|
|
|
|
- remove obsolete cryptsetup.sh script
|
|
|
|
- boot.crypto:
|
|
|
|
* drop support for cryptoloop, use cryptsetup also for cryptotab
|
|
|
|
* refactor code and create reusable components for use in cryptotab
|
|
|
|
and crypttab code path
|
|
|
|
* run sulogin only during boot if fsck failed
|
|
|
|
* support crypttab's 'tries' option
|
|
|
|
- add crypttab manpage based on Debian one
|
2008-02-04 17:35:21 +01:00
|
|
|
* Tue Apr 24 2007 lnussel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- add boot.crypto (#257884)
|
|
|
|
- add crypttab and cryptotab as %%ghost to filelist
|
2008-02-04 17:35:21 +01:00
|
|
|
* Tue Mar 27 2007 mkoenig@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- move devel .so link to %%{libdir}
|
|
|
|
- run ldconfig, since we have now a shared lib installed
|
2008-02-04 17:35:21 +01:00
|
|
|
* Fri Mar 23 2007 dmueller@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- cryptsetup can now link shared since libpopt is
|
|
|
|
no longer under /usr
|
2008-02-04 17:35:21 +01:00
|
|
|
* Fri Mar 09 2007 lnussel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- add patch to support old loop_fish2 key hash method
|
2008-02-04 17:35:21 +01:00
|
|
|
* Thu Dec 07 2006 mkoenig@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- update cryptsetup to version 1.0.4:
|
|
|
|
* added terminal timeout rewrite
|
|
|
|
* allow user selection of key slot
|
|
|
|
* reading binary keys from stdin using the "-" as key file
|
|
|
|
* fix 64 bit compiler warning issues.
|
|
|
|
* fix getline problem for 64-bit archs.
|
2008-02-04 17:35:21 +01:00
|
|
|
* Fri Oct 13 2006 mkoenig@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- fix build failure due to missing pthreads
|
2008-02-04 17:35:21 +01:00
|
|
|
* Wed Sep 13 2006 hvogel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- use the LUKS version of cryptsetup
|
|
|
|
- split -devel subpackage for libcryptsetup
|
|
|
|
- remove patches because they are in the new cryptsetup
|
|
|
|
* cryptsetup-0.1-static.patch
|
|
|
|
* cryptsetup-0.1-retval.patch
|
|
|
|
* cryptsetup-0.1-dmi.exists.patch
|
|
|
|
* cryptsetup-0.1-timeout.patch
|
|
|
|
- use man page from the new cryptsetup
|
2008-02-04 17:35:21 +01:00
|
|
|
* Tue May 16 2006 hvogel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- Fix cryptsetup to work when the device does not exist yet
|
|
|
|
[#175931]
|
2008-02-04 17:35:21 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-02-04 17:35:21 +01:00
|
|
|
* Mon Dec 19 2005 mmj@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- Remove symlinks to hashalot we don't want
|
2008-02-04 17:35:21 +01:00
|
|
|
* Thu Oct 13 2005 hvogel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- Fix uninitialized var in dmconvert. Add
|
|
|
|
* dmconvert-0.2-uninitialized.patch
|
|
|
|
- Fix return value in cryptsetup. Add
|
|
|
|
* cryptsetup-0.1-retval.patch
|
2008-02-04 17:35:21 +01:00
|
|
|
* Wed Jun 29 2005 hvogel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- Link cryptsetup static so it can be in /sbin and you can get
|
|
|
|
/usr over nfs or even crypted
|
2008-02-04 17:35:21 +01:00
|
|
|
* Mon May 09 2005 hvogel@suse.de
|
2007-06-05 04:29:16 +02:00
|
|
|
- New package, Version 2.12q
|