[Forensics-changes] [hashrat] 01/01: Imported Debian patch 1.6.1-3
Joao Eriberto Mota Filho
eriberto at moszumanska.debian.org
Sun Sep 13 22:18:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
eriberto pushed a commit to branch debian
in repository hashrat.
commit e72e4e827649f361c412bce2d784719c8554a681
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date: Sun Sep 13 19:14:42 2015 -0300
Imported Debian patch 1.6.1-3
---
debian/changelog | 6 ++++++
debian/manpage/hashrat.1 | 16 +++++++-------
debian/manpage/hashrat.txt | 14 ++++++------
debian/patches/fix-spelling-manpage | 43 +++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
5 files changed, 65 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9d25310..7d6d349 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hashrat (1.6.1-3) unstable; urgency=medium
+
+ * debian/patches/fix-spelling-manpage: added to fix some issues in manpage.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org> Sun, 13 Sep 2015 19:14:42 -0300
+
hashrat (1.6.1-2) unstable; urgency=medium
* debian/rules: disabled the tests (temporarily) to avoid FTBFS in some
diff --git a/debian/manpage/hashrat.1 b/debian/manpage/hashrat.1
index ffa7503..a14d945 100644
--- a/debian/manpage/hashrat.1
+++ b/debian/manpage/hashrat.1
@@ -1,5 +1,5 @@
.TH hashrat "1" "Jan 2015" "HASHRAT 1.5" "hashing tool supporting several hashes and recursivity"
-.\"Text automatically generated by txt2man
+.\" Text automatically generated by txt2man
.SH NAME
\fBhashrat \fP- hashing tool supporting several hashes and recursivity
\fB
@@ -178,11 +178,11 @@ DevMode: read from a \fIfile\fP EVEN OF IT'S A DEVNODE.
.TP
.B
\fB-lines\fP
-Read lines from stdin and \fIhash\fP each line independantly.
+Read lines from stdin and \fIhash\fP each line independently.
.TP
.B
\fB-rl\fP, \fB-rawlines\fP
-Read lines from stdin and \fIhash\fP each line independantly, INCLUDING any trailing whitespace. This is compatible with 'echo text | md5sum'.
+Read lines from stdin and \fIhash\fP each line independently, INCLUDING any trailing whitespace. This is compatible with 'echo text | md5sum'.
.TP
.B
\fB-cgi\fP
@@ -216,11 +216,11 @@ or a \fIfile\fP name. This will update these targets with the \fIhash\fP that wa
.TP
.B
\fB-hide\fP-\fIinput\fP
-When reading data from stdin in linemode, set the terminal \fIto\fP not echo characters, thus hiding typed \fIinput\fP.
+When reading data from stdin in line mode, set the terminal \fIto\fP not echo characters, thus hiding typed \fIinput\fP.
.TP
.B
\fB-star\fP-\fIinput\fP
-When reading data from stdin in linemode replace characters with stars.
+When reading data from stdin in line mode replace characters with stars.
.SH NOTES
Hashrat can also detect if it's being run under any \fIof\fP the following names (e.g., via symlinks):
.TP
@@ -374,7 +374,7 @@ you use the 'echo' method shown above your password will be saved on disk. To co
This reads lines from stdin, so type into \fBhashrat\fP and then press ENTER, and you'll be given the \fIhash\fP \fIof\fP the line you typed. By this method your password is neither
visible in 'ps ax', nor is ever stored on disk.
.PP
-A \fB-lines\fP will produce a different \fIhash\fP \fIto\fP the 'echo' method listed above, because it strips any trailing whiespace off the lines read. If you want strict compatiblity
+A \fB-lines\fP will produce a different \fIhash\fP \fIto\fP the 'echo' method listed above, because it strips any trailing whiespace off the lines read. If you want strict compatibility
with 'echo' (by default echo adds a newline \fIto\fP the end \fIof\fP the text \fIto\fP output) then use rawlines mode:
.PP
.nf
@@ -474,7 +474,7 @@ Using the \fB-dups\fP flag (usually in combination with the \fB-r\fP recursive f
CGI Mode
.PP
If \fBhashrat\fP is run with the \fB-cgi\fP flag, or if it's run with a name \fIof\fP hashrat.cgi (either by renaming the \fBhashrat\fP executable, or via a symbolic link) it will output a
-webpage that allows users \fIto\fP look up \fIhashes\fP over the web. This allows \fIto\fP look-up your strong passwords even if youI don't have access \fIto\fP a local version \fIof\fP \fBhashrat\fP.
+webpage that allows users \fIto\fP look up \fIhashes\fP over the web. This allows \fIto\fP look-up your strong passwords even if you don't have access \fIto\fP a local version \fIof\fP \fBhashrat\fP.
.SH EXTENDED FILESYSTEM ATTRIBUTES
Hashrat can use extended filesystem attributes where these are supported. This allows a \fIhash\fP \fIto\fP be stored in the filesystem metadata \fIof\fP the target \fIfile\fP. This can
@@ -497,7 +497,7 @@ And using the \fB-txattr\fP flag \fIto\fP set trusted attributes (you must be ro
.fam T
.fi
-When checking either flag can be used, but \fBhashrat\fP will always use trusted attributes when running as root, if those are avaialable, otherwise it will fall
+When checking either flag can be used, but \fBhashrat\fP will always use trusted attributes when running as root, if those are available, otherwise it will fall
back \fIto\fP user attributes.
.PP
.nf
diff --git a/debian/manpage/hashrat.txt b/debian/manpage/hashrat.txt
index b3943c4..5f0c180 100644
--- a/debian/manpage/hashrat.txt
+++ b/debian/manpage/hashrat.txt
@@ -54,8 +54,8 @@ OPTIONS
-fs Stay one filesystem.
-dirmode DirMode: read all files in directory and create one hash for them.
-devmode DevMode: read from a file EVEN OF IT'S A DEVNODE.
- -lines Read lines from stdin and hash each line independantly.
- -rl, -rawlines Read lines from stdin and hash each line independantly, INCLUDING any trailing whitespace. This is compatible with 'echo text | md5sum'.
+ -lines Read lines from stdin and hash each line independently.
+ -rl, -rawlines Read lines from stdin and hash each line independently, INCLUDING any trailing whitespace. This is compatible with 'echo text | md5sum'.
-cgi Run in HTTP CGI mode.
-net Treat 'file' arguments as either ssh or http URLs, and pull files over the network and then hash them (allows hashing of files on remote machines).
URLs are in the format ssh://[username]:[password]@[host]:[port] or http://[username]:[password]@[host]:[port].
@@ -65,8 +65,8 @@ OPTIONS
-cache Use hashes stored in user xattr if they're younger than the mtime of the file. This speeds up outputting hashes.
-u <types> Update. In checking mode, update hashes for the files as you go. The <types> is a comma-separated list of things to update, which can be xattr memcached
or a file name. This will update these targets with the hash that was found at the time of checking.
- -hide-input When reading data from stdin in linemode, set the terminal to not echo characters, thus hiding typed input.
- -star-input When reading data from stdin in linemode replace characters with stars.
+ -hide-input When reading data from stdin in line mode, set the terminal to not echo characters, thus hiding typed input.
+ -star-input When reading data from stdin in line mode replace characters with stars.
NOTES
Hashrat can also detect if it's being run under any of the following names (e.g., via symlinks):
@@ -131,7 +131,7 @@ USES FOR HASHRAT
This reads lines from stdin, so type into hashrat and then press ENTER, and you'll be given the hash of the line you typed. By this method your password is neither
visible in 'ps ax', nor is ever stored on disk.
- A -lines will produce a different hash to the 'echo' method listed above, because it strips any trailing whiespace off the lines read. If you want strict compatiblity
+ A -lines will produce a different hash to the 'echo' method listed above, because it strips any trailing whiespace off the lines read. If you want strict compatibility
with 'echo' (by default echo adds a newline to the end of the text to output) then use rawlines mode:
$ hashrat \-sha1 \-64 \-rawlines
@@ -197,7 +197,7 @@ USES FOR HASHRAT
5) CGI Mode
If hashrat is run with the -cgi flag, or if it's run with a name of hashrat.cgi (either by renaming the hashrat executable, or via a symbolic link) it will output a
- webpage that allows users to look up hashes over the web. This allows to look-up your strong passwords even if youI don't have access to a local version of hashrat.
+ webpage that allows users to look up hashes over the web. This allows to look-up your strong passwords even if you don't have access to a local version of hashrat.
EXTENDED FILESYSTEM ATTRIBUTES
@@ -213,7 +213,7 @@ EXTENDED FILESYSTEM ATTRIBUTES
# hashrat \-sha256 \-r . \-txattr
- When checking either flag can be used, but hashrat will always use trusted attributes when running as root, if those are avaialable, otherwise it will fall
+ When checking either flag can be used, but hashrat will always use trusted attributes when running as root, if those are available, otherwise it will fall
back to user attributes.
$ hashrat \-c \-sha256 \-r . \-xattr
diff --git a/debian/patches/fix-spelling-manpage b/debian/patches/fix-spelling-manpage
new file mode 100644
index 0000000..e1225a6
--- /dev/null
+++ b/debian/patches/fix-spelling-manpage
@@ -0,0 +1,43 @@
+Description: fix some spelling errors in manpage.
+Author: Joao Eriberto Mota Filho <eriberto at debian.org>
+Last-Update: 2015-09-13
+Index: hashrat-1.6.1/hashrat.1
+===================================================================
+--- hashrat-1.6.1.orig/hashrat.1
++++ hashrat-1.6.1/hashrat.1
+@@ -208,7 +208,7 @@ DevMode: read from a \fIfile\fP EVEN OF
+ .TP
+ .B
+ \fB-lines\fP
+-Read lines from stdin and \fIhash\fP each line independantly.
++Read lines from stdin and \fIhash\fP each line independently.
+ .TP
+ .B
+ \fB-rl\fP, \fB-rawlines\fP
+@@ -404,7 +404,7 @@ you use the 'echo' method shown above yo
+ This reads lines from stdin, so type into \fBhashrat\fP and then press ENTER, and you'll be given the \fIhash\fP \fIof\fP the line you typed. By this method your password is neither
+ visible in 'ps ax', nor is ever stored on disk.
+ .PP
+-A \fB-lines\fP will produce a different \fIhash\fP \fIto\fP the 'echo' method listed above, because it strips any trailing whiespace off the lines read. If you want strict compatiblity
++A \fB-lines\fP will produce a different \fIhash\fP \fIto\fP the 'echo' method listed above, because it strips any trailing whiespace off the lines read. If you want strict compatibility
+ with 'echo' (by default echo adds a newline \fIto\fP the end \fIof\fP the text \fIto\fP output) then use rawlines mode:
+ .PP
+ .nf
+@@ -504,7 +504,7 @@ Using the \fB-dups\fP flag (usually in c
+ CGI Mode
+ .PP
+ If \fBhashrat\fP is run with the \fB-cgi\fP flag, or if it's run with a name \fIof\fP hashrat.cgi (either by renaming the \fBhashrat\fP executable, or via a symbolic link) it will output a
+-webpage that allows users \fIto\fP look up \fIhashes\fP over the web. This allows \fIto\fP look-up your strong passwords even if youI don't have access \fIto\fP a local version \fIof\fP \fBhashrat\fP.
++webpage that allows users \fIto\fP look up \fIhashes\fP over the web. This allows \fIto\fP look-up your strong passwords even if you don't have access \fIto\fP a local version \fIof\fP \fBhashrat\fP.
+ .SH EXTENDED FILESYSTEM ATTRIBUTES
+
+ Hashrat can use extended filesystem attributes where these are supported. This allows a \fIhash\fP \fIto\fP be stored in the filesystem metadata \fIof\fP the target \fIfile\fP. This can
+@@ -527,7 +527,7 @@ And using the \fB-txattr\fP flag \fIto\f
+
+ .fam T
+ .fi
+-When checking either flag can be used, but \fBhashrat\fP will always use trusted attributes when running as root, if those are avaialable, otherwise it will fall
++When checking either flag can be used, but \fBhashrat\fP will always use trusted attributes when running as root, if those are available, otherwise it will fall
+ back \fIto\fP user attributes.
+ .PP
+ .nf
diff --git a/debian/patches/series b/debian/patches/series
index de75248..b802788 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
fix-help
fix-manpage-path
+fix-spelling-manpage
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/hashrat.git
More information about the forensics-changes
mailing list