Subject: CVS commit: pkgsrc/security/mhash
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/09/2001 22:20:33
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Oct  9 19:20:33 UTC 2001

Modified Files:
	doc: pkg-CHANGES
	pkgsrc/security/mhash: Makefile distinfo
Added Files:
	pkgsrc/security/mhash: buildlink.mk

Log Message:
Update mhash to version 0.8.9.  Changes from version 0.8.3 include:

- Bug fixes
- MD4 and MD5 now compile on big endian machines
- TIGER now compiles on big endian machines.
- Corrected Tiger implementation
- Added MD4, TIGER128 and TIGER160
- added mhash_hmac_end_m() and mhash_end_m() functions which allow to specify
  the malloc function.
- added mhash_cp() - Copy a context
- added mhash_get_mhash_algo() - Returns the name of the algorithm of the
  context


To generate a diff of this commit:
cvs rdiff -r1.5235 -r1.5236 doc/pkg-CHANGES
cvs rdiff -r1.2 -r1.3 pkgsrc/security/mhash/Makefile \
    pkgsrc/security/mhash/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/security/mhash/buildlink.mk

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