diff options
author | adam <adam> | 2005-03-25 09:31:50 +0000 |
---|---|---|
committer | adam <adam> | 2005-03-25 09:31:50 +0000 |
commit | 80c73f76b469b4f7e9fa0eb6ff95bc877b0f22a3 (patch) | |
tree | d1ec9b5a8da461a7d10d1087e7048a311daff00b /security/mhash | |
parent | bdb488516fdb28f880e347d4e5dc3107f894f6b7 (diff) | |
download | pkgsrc-80c73f76b469b4f7e9fa0eb6ff95bc877b0f22a3.tar.gz |
Changes 0.9.2:
- Added SNEFRU128, SNEFRU256. Reintroduced MD2.
- Fixes to .spec file and clean-ups of documentation
- Fixed typecasts, memory leaks and compiler warnings
Diffstat (limited to 'security/mhash')
-rw-r--r-- | security/mhash/Makefile | 13 | ||||
-rw-r--r-- | security/mhash/distinfo | 8 |
2 files changed, 12 insertions, 9 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index bd861c19bfb..4f37cefa7cf 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -1,15 +1,18 @@ -# $NetBSD: Makefile,v 1.13 2004/11/22 14:51:05 adam Exp $ +# $NetBSD: Makefile,v 1.14 2005/03/25 09:31:50 adam Exp $ -DISTNAME= mhash-0.9.1 +DISTNAME= mhash-0.9.2 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mhash/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://mhash.sourceforge.net/ COMMENT= Hash algorithms library -USE_BUILDLINK3= YES -GNU_CONFIGURE= YES -USE_LIBTOOL= YES +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +USE_LIBTOOL= yes +USE_PERL5= build +GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" diff --git a/security/mhash/distinfo b/security/mhash/distinfo index 5b9626c53b3..a34aae9499b 100644 --- a/security/mhash/distinfo +++ b/security/mhash/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 13:10:08 agc Exp $ +$NetBSD: distinfo,v 1.7 2005/03/25 09:31:50 adam Exp $ -SHA1 (mhash-0.9.1.tar.gz) = 443f8d17a61d8abf4e16d0787045633eea147043 -RMD160 (mhash-0.9.1.tar.gz) = cc5cf781a629af053cb3b85500ba41c08bf14a91 -Size (mhash-0.9.1.tar.gz) = 371330 bytes +SHA1 (mhash-0.9.2.tar.bz2) = 81c223bb63506d33d32a07a6fe48d719d43f0a4e +RMD160 (mhash-0.9.2.tar.bz2) = 56f933a67fc59689211fd782ccebd29a748d94dc +Size (mhash-0.9.2.tar.bz2) = 575050 bytes |