From 9c1c388d336d2f957d4f2e453bd24b05e4d443b3 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 26 Dec 2004 22:56:09 +0000 Subject: Update to 0.2.3. * Version 0.2.3 (released 2004-12-15) ** Fix example code to handle base64 encoded data properly. ** DIGEST-MD5 is disabled by default, pending a rewrite for the new API. ** Command line tool uses new callback interface to the library. ** Command line tool uses "iconvme" from gnulib for UTF-8 string conversion. ** Server mode in the command line tool does not work currently. It is unclear if this feature was ever that useful. If there are no objections, it will be removed completely in future versions. ** Documentation fixes. ** Fix self test bugs. * Version 0.2.2 (released 2004-11-29) ** Update of gnulib files. * Version 0.2.1 (released 2004-11-19) ** Documentation fixes; the old callback API functions are marked as obsolete. * Version 0.2.0 (released 2004-11-07) ** Added new directory examples/ with complete examples for new API. ** Documentation improvements. For example, you can now browse the GNU SASL API manual using DevHelp. ** Update of gnulib files. ** More self tests. ** Translation fixes. --- security/gsasl/PLIST | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'security/gsasl/PLIST') diff --git a/security/gsasl/PLIST b/security/gsasl/PLIST index 1ade8ad9568..2de5c500fe4 100644 --- a/security/gsasl/PLIST +++ b/security/gsasl/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:52 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/12/26 22:56:09 wiz Exp $ bin/gsasl +include/gsasl-compat.h +include/gsasl-mech.h include/gsasl.h lib/libgsasl.la lib/pkgconfig/libgsasl.pc @@ -10,6 +12,12 @@ man/man3/gsasl_application_data_get.3 man/man3/gsasl_application_data_set.3 man/man3/gsasl_base64_decode.3 man/man3/gsasl_base64_encode.3 +man/man3/gsasl_base64_from.3 +man/man3/gsasl_base64_to.3 +man/man3/gsasl_callback.3 +man/man3/gsasl_callback_hook_get.3 +man/man3/gsasl_callback_hook_set.3 +man/man3/gsasl_callback_set.3 man/man3/gsasl_check_version.3 man/man3/gsasl_client_application_data_get.3 man/man3/gsasl_client_application_data_set.3 @@ -44,16 +52,24 @@ man/man3/gsasl_client_suggest_mechanism.3 man/man3/gsasl_client_support_p.3 man/man3/gsasl_ctx_get.3 man/man3/gsasl_decode.3 +man/man3/gsasl_decode_inline.3 man/man3/gsasl_done.3 man/man3/gsasl_encode.3 +man/man3/gsasl_encode_inline.3 man/man3/gsasl_finish.3 man/man3/gsasl_hmac_md5.3 man/man3/gsasl_init.3 man/man3/gsasl_md5.3 man/man3/gsasl_md5pwd_get_password.3 man/man3/gsasl_nonce.3 +man/man3/gsasl_property_fast.3 +man/man3/gsasl_property_get.3 +man/man3/gsasl_property_set.3 +man/man3/gsasl_property_set_raw.3 man/man3/gsasl_random.3 man/man3/gsasl_randomize.3 +man/man3/gsasl_register.3 +man/man3/gsasl_saslprep.3 man/man3/gsasl_server_application_data_get.3 man/man3/gsasl_server_application_data_set.3 man/man3/gsasl_server_callback_anonymous_get.3 @@ -106,12 +122,16 @@ ${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/gsasl.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gsasl.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/libgsasl.mo ${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gsasl.mo +${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/libgsasl.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gsasl.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libgsasl.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gsasl.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/libgsasl.mo ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gsasl.mo ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/libgsasl.mo +${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gsasl.mo ${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/zh_CN/LC_MESSAGES/gsasl.mo -- cgit v1.2.3