pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/mhash Changes 0.9.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a19f1242f53
branches:  trunk
changeset: 491533:2a19f1242f53
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 25 09:31:50 2005 +0000

description:
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:

 security/mhash/Makefile |  13 ++++++++-----
 security/mhash/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 120e33b23c43 -r 2a19f1242f53 security/mhash/Makefile
--- a/security/mhash/Makefile   Fri Mar 25 08:23:46 2005 +0000
+++ b/security/mhash/Makefile   Fri Mar 25 09:31:50 2005 +0000
@@ -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@localhost
 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 -r 120e33b23c43 -r 2a19f1242f53 security/mhash/distinfo
--- a/security/mhash/distinfo   Fri Mar 25 08:23:46 2005 +0000
+++ b/security/mhash/distinfo   Fri Mar 25 09:31:50 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index