diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-09 19:20:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-09 19:20:33 +0000 |
commit | 0a1ba1fca6309a3b6e7d17f8dbd7d7906fcb1ccc (patch) | |
tree | 8a356ccc139e55dcf047302b31ceb0385b8d1e33 /security/mhash/Makefile | |
parent | fb4f57bbf8ac96169a11136b524b21b377046dbe (diff) | |
download | pkgsrc-0a1ba1fca6309a3b6e7d17f8dbd7d7906fcb1ccc.tar.gz |
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
Diffstat (limited to 'security/mhash/Makefile')
-rw-r--r-- | security/mhash/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index f374c4d0a26..f2ea033ddc1 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:49:52 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/09 19:20:33 jlam Exp $ -DISTNAME= mhash-0.8.3 +DISTNAME= mhash-0.8.9 CATEGORIES= security devel MASTER_SITES= http://mhash.sourceforge.net/dl/ @@ -8,7 +8,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://mhash.sourceforge.net/ COMMENT= hash algorithms library -USE_LIBTOOL= yes -GNU_CONFIGURE= yes +USE_BUILDLINK_ONLY= YES +USE_LIBTOOL= YES +GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |