Subject: CVS commit: [netbsd-3] src/usr.bin/cksum
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 09/12/2005 12:18:33
Module Name:	src
Committed By:	tron
Date:		Mon Sep 12 12:18:33 UTC 2005

Added Files:
	src/usr.bin/cksum [netbsd-3]: sha256.c sha384.c sha512.c

Log Message:
Apply patch (requested by elad in ticket #754):
- Deprecate -1, -2, -4, -5, -6, -m flags.
- Add -a <algorithm> flag.
- Support SHA2 hashing.
cksum(1) now supports ``sha256'', ``sha384'', and ``sha512''.


To generate a diff of this commit:
cvs rdiff -r0 -r1.2.2.1 src/usr.bin/cksum/sha256.c src/usr.bin/cksum/sha384.c \
    src/usr.bin/cksum/sha512.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.