pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gsasl Update to 0.2.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e40d3ad8d7c
branches:  trunk
changeset: 489922:9e40d3ad8d7c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 28 13:29:31 2005 +0000

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

 security/gsasl/Makefile |  4 ++--
 security/gsasl/PLIST    |  5 ++++-
 security/gsasl/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 806d21f7556d -r 9e40d3ad8d7c security/gsasl/Makefile
--- a/security/gsasl/Makefile   Mon Feb 28 13:10:24 2005 +0000
+++ b/security/gsasl/Makefile   Mon Feb 28 13:29:31 2005 +0000
@@ -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 -r 806d21f7556d -r 9e40d3ad8d7c security/gsasl/PLIST
--- a/security/gsasl/PLIST      Mon Feb 28 13:10:24 2005 +0000
+++ b/security/gsasl/PLIST      Mon Feb 28 13:29:31 2005 +0000
@@ -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_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/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 -r 806d21f7556d -r 9e40d3ad8d7c security/gsasl/distinfo
--- a/security/gsasl/distinfo   Mon Feb 28 13:10:24 2005 +0000
+++ b/security/gsasl/distinfo   Mon Feb 28 13:29:31 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index