rpms/cryptsetup-luks/devel cryptsetup-luks-1.0.6-duplicate_sentence.patch, NONE, 1.1

Till Maas (till) fedora-extras-commits at redhat.com
Wed May 28 13:29:46 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/cryptsetup-luks/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21503

Added Files:
	cryptsetup-luks-1.0.6-duplicate_sentence.patch 
Log Message:
add missing patch


cryptsetup-luks-1.0.6-duplicate_sentence.patch:

--- NEW FILE cryptsetup-luks-1.0.6-duplicate_sentence.patch ---
Remove a duplicate sentence, Red Hat Bugzilla #448705:
https://bugzilla.redhat.com/show_bug.cgi?id=448705

diff -up cryptsetup-1.0.6/man/cryptsetup.8.duplicate_sentence cryptsetup-1.0.6/man/cryptsetup.8
--- cryptsetup-1.0.6/man/cryptsetup.8.duplicate_sentence	2008-03-10 23:14:07.000000000 +0100
+++ cryptsetup-1.0.6/man/cryptsetup.8	2008-05-28 15:04:03.000000000 +0200
@@ -138,7 +138,7 @@ Show the version.
 .SH NOTES ON PASSWORD PROCESSING
 \fIFrom a file descriptor or a terminal\fR: Password processing is new-line sensitive, meaning the reading will stop after encountering \\n. It will process the read material (without newline) with the default hash or the hash given by \-\-hash. After hashing, it will be cropped to the key size given by \-s (default 256 bits).
 
-\fIFrom stdin\fR: Reading will continue until EOF (so using e.g. /dev/random as stdin will not work), with the trailing newline stripped. After that the read data will be hashed with the default hash or the hash given by \-\-hash and the result will be cropped to the keysize given by \-s (default 256 bits). If "plain" is used as an argument to the hash option, the input data will not be hashed. Instead it will be zero padded (if shorter than the keysize) or truncated (if longer than the keysize) and used directly as the key.
+\fIFrom stdin\fR: Reading will continue until EOF (so using e.g. /dev/random as stdin will not work), with the trailing newline stripped. After that the read data will be hashed with the default hash or the hash given by \-\-hash and the result will be cropped to the keysize given by \-s (default 256 bits). If "plain" is used as an argument to the hash option, the input data will not be hashed.
 Instead, it will be zero padded (if shorter than the keysize) or truncated (if longer than the keysize) and used directly as the key. No warning will be given if the amount of data read from stdin is less than the keysize.
 
 \fIFrom a key file\fR: It will be cropped to the size given by \-s. If there is insufficient key material in the key file, cryptsetup will quit with an error.




More information about the fedora-extras-commits mailing list