This commit is contained in:
parent
a064f0b9cc
commit
5eeba5e0ac
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8a5cc430e0d3361a3523e16d59fa68c074d4cf0e9c8dbd0a3af7f84f34d9222
|
||||
size 11134
|
3
boot.crypto-0_200802041620.tar.bz2
Normal file
3
boot.crypto-0_200802041620.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4153ca276495cab00ef005f8525436d5a5815979b804f14c3d515a62ae27c8e
|
||||
size 12472
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 16:22:42 CET 2008 - lnussel@suse.de
|
||||
|
||||
- boot.crypto:
|
||||
* check for columns of terminal (bnc#337614)
|
||||
* enhance crypttab manpage (#351061)
|
||||
* check for fs_passno (#345339)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 9 12:07:14 CET 2008 - lnussel@suse.de
|
||||
|
||||
|
@ -16,12 +16,12 @@ BuildRequires: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
|
||||
# hashalot version
|
||||
%define haver 0.3
|
||||
# boot.crypto version
|
||||
%define bcver 0_200801091212
|
||||
%define bcver 0_200802041620
|
||||
License: BSD 3-Clause; GPL v2 or later
|
||||
Group: System/Base
|
||||
AutoReqProv: on
|
||||
Version: 1.0.5_SVNr42
|
||||
Release: 1
|
||||
Release: 10
|
||||
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
||||
Source: cryptsetup-%{version}.tar.bz2
|
||||
Source1: hashalot-%haver.tar.bz2
|
||||
@ -158,6 +158,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%_mandir/man1/hashalot.1.gz
|
||||
%_mandir/man8/cryptsetup.8.gz
|
||||
%_mandir/man5/crypttab.5.gz
|
||||
%_mandir/man5/cryptotab.5.gz
|
||||
/%_lib/libcryptsetup.so.0
|
||||
/%_lib/libcryptsetup.so.0.0.0
|
||||
/lib/cryptsetup
|
||||
@ -168,7 +169,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libcryptsetup.so
|
||||
|
||||
%changelog
|
||||
* Wed Jan 09 2008 - lnussel@suse.de
|
||||
* 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
|
||||
- upgrade to svn revision 42 which includes previous patches
|
||||
- boot.crypto:
|
||||
* don't mount read-only as safety check (#345338)
|
||||
@ -178,11 +184,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* add vol_id check script
|
||||
* maintain boot.crypto stuff in revision control and use tarball
|
||||
snapshots of it
|
||||
* Thu Nov 29 2007 - lnussel@suse.de
|
||||
* Thu Nov 29 2007 lnussel@suse.de
|
||||
- upgrade to svn revision 38
|
||||
* Wed Nov 07 2007 - mkoenig@suse.de
|
||||
* Wed Nov 07 2007 mkoenig@suse.de
|
||||
- add %%fillup_prereq and %%insserv_prereq to PreReq
|
||||
* Tue Oct 16 2007 - lnussel@suse.de
|
||||
* Tue Oct 16 2007 lnussel@suse.de
|
||||
- upgrade to svn revision 31
|
||||
* Rename luksDelKey into luksKillSlot
|
||||
* Add luksRemoveKey that queries a given key before removal
|
||||
@ -197,49 +203,49 @@ rm -rf $RPM_BUILD_ROOT
|
||||
will likely lead to disk corruption.
|
||||
* Add signal handler to keyencryption to free the temporary
|
||||
mapping in case the user hits ctrl-c.
|
||||
* Mon Aug 27 2007 - lnussel@suse.de
|
||||
* Mon Aug 27 2007 lnussel@suse.de
|
||||
- remove /var/run/keymap from previous boot to make /etc/init.d/kbd
|
||||
work (#296409)
|
||||
* Mon Aug 27 2007 - lnussel@suse.de
|
||||
* Mon Aug 27 2007 lnussel@suse.de
|
||||
- run fsck with progressbar (#304750)
|
||||
* Thu Jun 21 2007 - mkoenig@suse.de
|
||||
* Thu Jun 21 2007 mkoenig@suse.de
|
||||
- run udevsettle to avoid problems with busy temporary
|
||||
device mapper devices [#285478]
|
||||
* Mon Jun 11 2007 - lnussel@suse.de
|
||||
* Mon Jun 11 2007 lnussel@suse.de
|
||||
- rephrase error message (#279169)
|
||||
* Fri Jun 01 2007 - lnussel@suse.de
|
||||
* Fri Jun 01 2007 lnussel@suse.de
|
||||
- rename util-linux-crypto to cryptsetup
|
||||
- remove dmconvert
|
||||
- replace svn snapshot with official 1.0.5 release
|
||||
- don't enable boot.crypto by default
|
||||
* Tue May 29 2007 - lnussel@suse.de
|
||||
* Tue May 29 2007 lnussel@suse.de
|
||||
- fix segfault when trying to open a non existing device
|
||||
- fix gcc warnings
|
||||
- add Short-Description to boot.crypto
|
||||
- use %%find_lang
|
||||
* Wed May 09 2007 - lnussel@suse.de
|
||||
* Wed May 09 2007 lnussel@suse.de
|
||||
- boot.crypto: implement 'status'
|
||||
- boot.crypto: accept argument to start/stop single devices
|
||||
* Wed May 09 2007 - lnussel@suse.de
|
||||
* Wed May 09 2007 lnussel@suse.de
|
||||
- hashalot: add timeout option
|
||||
* Wed May 09 2007 - lnussel@suse.de
|
||||
* Wed May 09 2007 lnussel@suse.de
|
||||
- fix build
|
||||
* Tue May 08 2007 - lnussel@suse.de
|
||||
* Tue May 08 2007 lnussel@suse.de
|
||||
- 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
|
||||
* Tue May 08 2007 - lnussel@suse.de
|
||||
* Tue May 08 2007 lnussel@suse.de
|
||||
- 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
|
||||
* Fri May 04 2007 - lnussel@suse.de
|
||||
* Fri May 04 2007 lnussel@suse.de
|
||||
- upgrade cryptsetup to current svn revision 30 which includes
|
||||
previous patches.
|
||||
- fix background prompt process not getting killed on ctrl-d in
|
||||
boot.crypto
|
||||
* Fri Apr 27 2007 - lnussel@suse.de
|
||||
* Fri Apr 27 2007 lnussel@suse.de
|
||||
- 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
|
||||
@ -250,27 +256,27 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* run sulogin only during boot if fsck failed
|
||||
* support crypttab's 'tries' option
|
||||
- add crypttab manpage based on Debian one
|
||||
* Tue Apr 24 2007 - lnussel@suse.de
|
||||
* Tue Apr 24 2007 lnussel@suse.de
|
||||
- add boot.crypto (#257884)
|
||||
- add crypttab and cryptotab as %%ghost to filelist
|
||||
* Tue Mar 27 2007 - mkoenig@suse.de
|
||||
* Tue Mar 27 2007 mkoenig@suse.de
|
||||
- move devel .so link to %%{libdir}
|
||||
- run ldconfig, since we have now a shared lib installed
|
||||
* Fri Mar 23 2007 - dmueller@suse.de
|
||||
* Fri Mar 23 2007 dmueller@suse.de
|
||||
- cryptsetup can now link shared since libpopt is
|
||||
no longer under /usr
|
||||
* Fri Mar 09 2007 - lnussel@suse.de
|
||||
* Fri Mar 09 2007 lnussel@suse.de
|
||||
- add patch to support old loop_fish2 key hash method
|
||||
* Thu Dec 07 2006 - mkoenig@suse.de
|
||||
* Thu Dec 07 2006 mkoenig@suse.de
|
||||
- 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.
|
||||
* Fri Oct 13 2006 - mkoenig@suse.de
|
||||
* Fri Oct 13 2006 mkoenig@suse.de
|
||||
- fix build failure due to missing pthreads
|
||||
* Wed Sep 13 2006 - hvogel@suse.de
|
||||
* Wed Sep 13 2006 hvogel@suse.de
|
||||
- use the LUKS version of cryptsetup
|
||||
- split -devel subpackage for libcryptsetup
|
||||
- remove patches because they are in the new cryptsetup
|
||||
@ -279,20 +285,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* cryptsetup-0.1-dmi.exists.patch
|
||||
* cryptsetup-0.1-timeout.patch
|
||||
- use man page from the new cryptsetup
|
||||
* Tue May 16 2006 - hvogel@suse.de
|
||||
* Tue May 16 2006 hvogel@suse.de
|
||||
- Fix cryptsetup to work when the device does not exist yet
|
||||
[#175931]
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Dec 19 2005 - mmj@suse.de
|
||||
* Mon Dec 19 2005 mmj@suse.de
|
||||
- Remove symlinks to hashalot we don't want
|
||||
* Thu Oct 13 2005 - hvogel@suse.de
|
||||
* Thu Oct 13 2005 hvogel@suse.de
|
||||
- Fix uninitialized var in dmconvert. Add
|
||||
* dmconvert-0.2-uninitialized.patch
|
||||
- Fix return value in cryptsetup. Add
|
||||
* cryptsetup-0.1-retval.patch
|
||||
* Wed Jun 29 2005 - hvogel@suse.de
|
||||
* Wed Jun 29 2005 hvogel@suse.de
|
||||
- Link cryptsetup static so it can be in /sbin and you can get
|
||||
/usr over nfs or even crypted
|
||||
* Mon May 09 2005 - hvogel@suse.de
|
||||
* Mon May 09 2005 hvogel@suse.de
|
||||
- New package, Version 2.12q
|
||||
|
Loading…
Reference in New Issue
Block a user