diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-28 13:29:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-28 13:29:31 +0000 |
commit | 6513eb0e19fec57dd4255d0eff6f1790d9c365f9 (patch) | |
tree | 7e26c2229d9074a2221ef9ea76f4007a4a4e81a5 /security/gsasl/distinfo | |
parent | 598da524ed75e3743c84c2738d214cdbec17d4ab (diff) | |
download | pkgsrc-6513eb0e19fec57dd4255d0eff6f1790d9c365f9.tar.gz |
Update to 0.2.5:
* Version 0.2.5 (released 2005-02-08)
** Added self test of EXTERNAL mechanism.
** Vietnamese translation added, thanks to Clytie Siddall.
* Version 0.2.4 (released 2005-01-01)
** The CRAM-MD5 mechanism is now preferred over DIGEST-MD5.
This decision was based on recent public research that suggest MD5 is
broken, while HMAC-MD5 not immediately compromised, and the lack of
public analysis on what consequences the MD5 break have for
DIGEST-MD5. Support for CRAM-SHA1 is under investigation, to enable
users to avoid MD5 completely
** Fixed a bug that prevented SMTP client from working.
** New configure option --disable-obsolete to remove backwards compatibility.
This is mostly intended to be used when compiling for platforms with
constrained memory/space resources.
** DIGEST-MD5 rewritten and enabled by default (see lib/NEWS for details).
** Command line tool now query for realm, hostname and service name properly.
** Documentation updates and improvements.
** Self test improvements.
** Update of gnulib files.
Diffstat (limited to 'security/gsasl/distinfo')
-rw-r--r-- | security/gsasl/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/gsasl/distinfo b/security/gsasl/distinfo index 8cd9b20197c..264628af990 100644 --- a/security/gsasl/distinfo +++ b/security/gsasl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 13:10:06 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/02/28 13:29:31 wiz Exp $ -SHA1 (gsasl-0.2.3.tar.gz) = c975091be2f5ee1d14a4ef1bab3159db31f8377e -RMD160 (gsasl-0.2.3.tar.gz) = f007d2795b7c69edc50566e87a2d9bccf38f0923 -Size (gsasl-0.2.3.tar.gz) = 2566341 bytes +SHA1 (gsasl-0.2.5.tar.gz) = 50efa73bb7f0cfd3da67c8d294d7ab5cc02dc9ad +RMD160 (gsasl-0.2.5.tar.gz) = b9168c7629427c9e8d6af8525473f7aeb725f7fe +Size (gsasl-0.2.5.tar.gz) = 2620281 bytes |