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 | |
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')
-rw-r--r-- | security/gsasl/Makefile | 4 | ||||
-rw-r--r-- | security/gsasl/PLIST | 5 | ||||
-rw-r--r-- | security/gsasl/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index fcbaab330f3..08d8c6d7306 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2004/12/26 22:56:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/02/28 13:29:31 wiz Exp $ -DISTNAME= gsasl-0.2.3 +DISTNAME= gsasl-0.2.5 CATEGORIES= security MASTER_SITES= http://josefsson.org/gsasl/releases/ \ ${MASTER_SITE_GNU:=gsasl/} diff --git a/security/gsasl/PLIST b/security/gsasl/PLIST index 2de5c500fe4..bb591799b81 100644 --- a/security/gsasl/PLIST +++ b/security/gsasl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/12/26 22:56:09 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/02/28 13:29:31 wiz Exp $ bin/gsasl include/gsasl-compat.h include/gsasl-mech.h @@ -107,6 +107,7 @@ man/man3/gsasl_server_step.3 man/man3/gsasl_server_step_base64.3 man/man3/gsasl_server_suggest_mechanism.3 man/man3/gsasl_server_support_p.3 +man/man3/gsasl_simple_getpass.3 man/man3/gsasl_step.3 man/man3/gsasl_step64.3 man/man3/gsasl_strerror.3 @@ -134,4 +135,6 @@ ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gsasl.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/libgsasl.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gsasl.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libgsasl.mo +${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gsasl.mo +${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/libgsasl.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gsasl.mo 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 |