View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/app-crypt/shash/files/shash-0.2.6-manpage-fixes.patch (+26 lines)
Line 0    Link Here 
diff -pruN shash-0.2.6/doc/shash.1 shash-0.2.6-r1/doc/shash.1
--- shash-0.2.6/doc/shash.1	2004-09-18 09:51:04.004647112 +0100
@@ -31,7 +31,7 @@ Because of this shash also supports HMAC
 a mechanism for message authentication using cryptographic hash functions.
 So shash can use a key with a hash algorithm to produce hashes that can only
 be verified with the key. This way you can securely check (i.e. you are sure
-that nobody can modify the mac, without beeing detected)
 if files in a filesystem were altered. 
 
 If the list of files and digests, that shash produces, is stored as
@@ -72,7 +72,7 @@ Suppress some not critical warnings.
 .TP
 .B \-b
 Use binary mode. In unix environment, only difference between this and
-the normal mode is an asterix preceding the filename in the output.
 .TP
 .B \-c
 Check the checksum of all files listed in
@@ -94,7 +94,7 @@ Enter the keyword via the command line. 
 keyword instead of prompting for it. Keep in mind that someone
 may see the command you are executing and so your key.
 .TP
-.B \-c --config FILE
 Use the specified configuration file. The default is .shashrc
 in your home directory. The format of the configuration
 file is the same as the parameters. An example file is:
(-) /usr/portage/app-crypt/shash/shash-0.2.6.ebuild (+3 lines)
 Lines 2-7    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6.ebuild,v 1.5 2004/06/27 21:36:10 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6.ebuild,v 1.5 2004/06/27 21:36:10 vapier Exp $
inherit eutils
DESCRIPTION="Generate or check digests or MACs of files"
DESCRIPTION="Generate or check digests or MACs of files"
HOMEPAGE="http://mcrypt.hellug.gr/shash/"
HOMEPAGE="http://mcrypt.hellug.gr/shash/"
SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz"
SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz"
 Lines 20-25   DEPEND="${RDEPEND} Link Here 
	sys-apps/gawk"
	sys-apps/gawk"
src_compile() {
src_compile() {
	epatch ${FILESDIR}/shash-0.2.6-manpage-fixes.patch
	econf `use_enable static static-link` || die "econf failed"
	econf `use_enable static static-link` || die "econf failed"
	emake || die "emake failed"
	emake || die "emake failed"
}
}