Subject: CVS commit: pkgsrc/security/gsasl
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/28/2005 13:29:32
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Feb 28 13:29:32 UTC 2005

Modified Files:
	pkgsrc/security/gsasl: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/security/gsasl/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/security/gsasl/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/security/gsasl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.