forked from pool/util-linux
This commit is contained in:
parent
0719523b9a
commit
6b1cb9fd1b
1486
cryptsetup-2.13-crypto.diff
Normal file
1486
cryptsetup-2.13-crypto.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 16:42:04 CEST 2007 - lnussel@suse.de
|
||||||
|
|
||||||
|
- add support for specifying the key length and password hash
|
||||||
|
algorithm [#304861]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 24 14:09:19 CEST 2007 - mkoenig@suse.de
|
Fri Aug 24 14:09:19 CEST 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ License: BSD 3-Clause, GPL v2 or later
|
|||||||
Group: System/Base
|
Group: System/Base
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 2.12r+2.13rc2+git20070725
|
Version: 2.12r+2.13rc2+git20070725
|
||||||
Release: 12
|
Release: 14
|
||||||
%define upver 2.13rc2+git20070725
|
%define upver 2.13rc2+git20070725
|
||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%upver.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%upver.tar.bz2
|
||||||
@ -71,6 +71,9 @@ Patch45: util-linux-2.13-sys_utils_build_rdev_x86_64.patch
|
|||||||
Patch46: util-linux-2.13-loop.patch
|
Patch46: util-linux-2.13-loop.patch
|
||||||
Patch47: util-linux-2.13-mount_create_mtab.patch
|
Patch47: util-linux-2.13-mount_create_mtab.patch
|
||||||
Patch48: util-linux-2.13-schedutils_error_handling.patch
|
Patch48: util-linux-2.13-schedutils_error_handling.patch
|
||||||
|
# 304861 - support password hashing and key length
|
||||||
|
Patch49: cryptsetup-2.13-crypto.diff
|
||||||
|
##
|
||||||
##
|
##
|
||||||
## adjtimex
|
## adjtimex
|
||||||
##
|
##
|
||||||
@ -117,6 +120,7 @@ Authors:
|
|||||||
%patch46 -p1
|
%patch46 -p1
|
||||||
%patch47 -p1
|
%patch47 -p1
|
||||||
%patch48 -p1
|
%patch48 -p1
|
||||||
|
%patch49 -p1
|
||||||
#
|
#
|
||||||
cd adjtimex-*
|
cd adjtimex-*
|
||||||
%patch50 -p1
|
%patch50 -p1
|
||||||
@ -557,6 +561,9 @@ fi
|
|||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 28 2007 - lnussel@suse.de
|
||||||
|
- add support for specifying the key length and password hash
|
||||||
|
algorithm [#304861]
|
||||||
* Fri Aug 24 2007 - mkoenig@suse.de
|
* Fri Aug 24 2007 - mkoenig@suse.de
|
||||||
- avoid duplicates of root fs if defined with LABEL in fstab
|
- avoid duplicates of root fs if defined with LABEL in fstab
|
||||||
[#297959]
|
[#297959]
|
||||||
|
Loading…
Reference in New Issue
Block a user