pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gsasl Changes 0.2.29:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/383c234c9e67
branches:  trunk
changeset: 549703:383c234c9e67
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 07 18:40:52 2008 +0000

description:
Changes 0.2.29:
* gsasl: Don't use poll with POLLOUT to avoid busy-waiting.
* doc: Error codes are now extracted using official library APIs.
* doc: Included cyclomatic code complexity charts of the library code.
* tests: Add self test of obsolete base64 functions.
* Update gnulib files. Improves Windows compatibility.

diffstat:

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

diffs (50 lines):

diff -r 6363f036b2c7 -r 383c234c9e67 security/gsasl/Makefile
--- a/security/gsasl/Makefile   Fri Nov 07 16:01:30 2008 +0000
+++ b/security/gsasl/Makefile   Fri Nov 07 18:40:52 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2008/09/08 08:58:49 adam Exp $
+# $NetBSD: Makefile,v 1.26 2008/11/07 18:40:52 adam Exp $
 
-DISTNAME=      gsasl-0.2.28
+DISTNAME=      gsasl-0.2.29
 CATEGORIES=    security
 MASTER_SITES=  http://josefsson.org/gsasl/releases/ \
                ftp://alpha.gnu.org/pub/gnu/gsasl/
diff -r 6363f036b2c7 -r 383c234c9e67 security/gsasl/PLIST
--- a/security/gsasl/PLIST      Fri Nov 07 16:01:30 2008 +0000
+++ b/security/gsasl/PLIST      Fri Nov 07 18:40:52 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2008/09/08 08:58:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2008/11/07 18:40:52 adam Exp $
 bin/gsasl
 include/gsasl-compat.h
 include/gsasl-mech.h
@@ -116,6 +116,7 @@
 man/man3/gsasl_step.3
 man/man3/gsasl_step64.3
 man/man3/gsasl_strerror.3
+man/man3/gsasl_strerror_name.3
 man/man3/gsasl_stringprep_nfkc.3
 man/man3/gsasl_stringprep_saslprep.3
 man/man3/gsasl_stringprep_trace.3
@@ -130,6 +131,7 @@
 share/locale/ga/LC_MESSAGES/gsasl.mo
 share/locale/ga/LC_MESSAGES/libgsasl.mo
 share/locale/id/LC_MESSAGES/gsasl.mo
+share/locale/id/LC_MESSAGES/libgsasl.mo
 share/locale/nl/LC_MESSAGES/gsasl.mo
 share/locale/nl/LC_MESSAGES/libgsasl.mo
 share/locale/pl/LC_MESSAGES/gsasl.mo
diff -r 6363f036b2c7 -r 383c234c9e67 security/gsasl/distinfo
--- a/security/gsasl/distinfo   Fri Nov 07 16:01:30 2008 +0000
+++ b/security/gsasl/distinfo   Fri Nov 07 18:40:52 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2008/09/08 08:58:49 adam Exp $
+$NetBSD: distinfo,v 1.11 2008/11/07 18:40:52 adam Exp $
 
-SHA1 (gsasl-0.2.28.tar.gz) = 0aa1f088eb2d0e5fe33eff80ea760407e407ee70
-RMD160 (gsasl-0.2.28.tar.gz) = 88697beab847b1702679eb31aa58ccd37b451b37
-Size (gsasl-0.2.28.tar.gz) = 3440615 bytes
+SHA1 (gsasl-0.2.29.tar.gz) = 5495963208574f8b2532603e898829fe3325a3dd
+RMD160 (gsasl-0.2.29.tar.gz) = 56aabbf07f5d02921d3dc24dfa8ff4525b1789ff
+Size (gsasl-0.2.29.tar.gz) = 3519920 bytes



Home | Main Index | Thread Index | Old Index