On 8/11/06, Theo Van Dinter <[EMAIL PROTECTED]> wrote:
FWIW, the format sa-update expects is the standard format from sha1sum.
Does FreeBSD have a sha1sum that produces the format that you showed?
Answering my own question, FreeBSD seems to not have a "sha1sum",
but has a "sha1" which has that kind of format, which seems to be the
same output as "openssl sha1 file". Of course to be consistent,
"openssl ssl < file" produces just the hash.
FYI, on FreeBSD you can use "sha1 -r file" (-r Reverses the format of
the output).
Regards,
Panagiotis
ps. keeping in mind the swiss army knife capabilities of openssl is
always a good thing.