diff options
author | adam <adam> | 2008-11-07 18:40:52 +0000 |
---|---|---|
committer | adam <adam> | 2008-11-07 18:40:52 +0000 |
commit | 1a339a43e4488f03305b2726de37490b86f61a26 (patch) | |
tree | e0d29da878bdb04e90b0a8f6727df8df958c52f8 /security/gsasl | |
parent | 1f98e1663783ee61aaab5f4486a3316da82ec460 (diff) | |
download | pkgsrc-1a339a43e4488f03305b2726de37490b86f61a26.tar.gz |
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 (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 4 | ||||
-rw-r--r-- | security/gsasl/PLIST | 4 | ||||
-rw-r--r-- | security/gsasl/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index db485894c66..d68ed9b5b72 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -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 --git a/security/gsasl/PLIST b/security/gsasl/PLIST index 4ee52d17305..7b5d416e620 100644 --- a/security/gsasl/PLIST +++ b/security/gsasl/PLIST @@ -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_simple_getpass.3 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/fr/LC_MESSAGES/libgsasl.mo 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 --git a/security/gsasl/distinfo b/security/gsasl/distinfo index 439d63eadbb..2616a5ca2c8 100644 --- a/security/gsasl/distinfo +++ b/security/gsasl/distinfo @@ -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 |