diff options
author | jschauma <jschauma> | 2002-11-13 22:53:42 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-11-13 22:53:42 +0000 |
commit | 022653efab31cbe3ef10e2b83c97a8064453685c (patch) | |
tree | 991327d8b0c532e0c29d194c9485356d0796bcff | |
parent | 0382e9cccdce5e2d8d160acf677cf283678dfde2 (diff) | |
download | pkgsrc-022653efab31cbe3ef10e2b83c97a8064453685c.tar.gz |
Update to version 0.8.17:
Version 0.8.17 (released October 4 2002)
- Corrected the HEX key mode. Refuses to convert hex strings longer
than the given key size.
- Corrected some memory leaks in keygen_s2k. Patch by Bob Mathews
<bobmathews@alumni.calpoly.edu>
- Corrected wrong use of sizeof in hmac_test. Reported by Ellis Pritchard
<ellispritchard@users.sf.net>
Version 0.8.16 (released May 29 2002)
- Code cleanups and optimizations
- Added configure time options to disable certain algorithms
Version 0.8.15 (released May 24 2002)
- Corrected Iterated S2K
- Made all static tables constant (pointed out by Darryl Miles <darryl@netbauds.net>)
Version 0.8.14 (release March 28 2002)
- mhash_deinit() and mhash_hmac_deinit() now accept a null digest parameter
- Corrected memory leaks (patch by Gustavo Niemeyer <niemeyer@conectiva.com>)
- Corrected bug in Gost hash algorithm (pointed out by Mike Gorchak <mike@malva.ua>)
Version 0.8.13 (released November 18 2001)
- Added ADLER32 algorithm (implementation by Manuel Kasper <mk@neon1.net>)
Version 0.8.12 (released October 29 2001)
- Corrected bugs in mhash_get_name() functions
- Added SHA-256 from libnettle.
Version 0.8.11 (released October 21 2001)
- added mhash_save_state_mem() and mhash_restore_state_mem() functions,
initial patches and idea by Blake Stephen <Stephen.Blake@veritect.com>
- Added mhash_get_name_static()
- Corrected mhash_get_name() and mhash_count()
Version 0.8.10 (released on July 12 2001)
- New mhash_deinit() and mhash_hmac_deinit() functions based on the
proposal, and patches by William Ahern <wahern@25thandClement.com>
-rw-r--r-- | security/mhash/Makefile | 6 | ||||
-rw-r--r-- | security/mhash/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index c2234e0c033..fb41bbe0866 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/08/25 21:50:39 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/11/13 22:53:42 jschauma Exp $ -DISTNAME= mhash-0.8.9 +DISTNAME= mhash-0.8.17 CATEGORIES= security devel -MASTER_SITES= http://mhash.sourceforge.net/dl/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mhash/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://mhash.sourceforge.net/ diff --git a/security/mhash/distinfo b/security/mhash/distinfo index 9643f6165fa..c26b070c88f 100644 --- a/security/mhash/distinfo +++ b/security/mhash/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/10/09 19:20:33 jlam Exp $ +$NetBSD: distinfo,v 1.4 2002/11/13 22:53:42 jschauma Exp $ -SHA1 (mhash-0.8.9.tar.gz) = f9098ce11b93882c6da55afb8527f482681cd999 -Size (mhash-0.8.9.tar.gz) = 227895 bytes +SHA1 (mhash-0.8.17.tar.gz) = fa7079eebdbeaee025dc9442eb3979e0f58865d1 +Size (mhash-0.8.17.tar.gz) = 338397 bytes |