Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/usr.bin/cksum



Module Name:    src
Committed By:   tron
Date:           Mon Sep 12 12:17:35 UTC 2005

Modified Files:
        src/usr.bin/cksum [netbsd-3]: Makefile cksum.1 cksum.c extern.h md5.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 -r1.13 -r1.13.2.1 src/usr.bin/cksum/Makefile
cvs rdiff -r1.25 -r1.25.2.1 src/usr.bin/cksum/cksum.1
cvs rdiff -r1.24 -r1.24.2.1 src/usr.bin/cksum/cksum.c
cvs rdiff -r1.15 -r1.15.2.1 src/usr.bin/cksum/extern.h
cvs rdiff -r1.8 -r1.8.2.1 src/usr.bin/cksum/md5.c

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




Home | Main Index | Thread Index | Old Index