diff options
author | obache <obache@pkgsrc.org> | 2012-12-16 01:36:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-12-16 01:36:43 +0000 |
commit | c5e0c2e5d46ec414c6fc396266fe509697320686 (patch) | |
tree | abfe28d70e84fa712bd59e24bb344887ee23e403 /security/cyrus-saslauthd/Makefile | |
parent | ca67d33a61e557b9111934113461211dc9a66f41 (diff) | |
download | pkgsrc-c5e0c2e5d46ec414c6fc396266fe509697320686.tar.gz |
Update cyrus-sasl to 2.1.26.
New in 2.1.26
-------------
* Modernize SASL malloc/realloc callback prototypes
* Added sasl_config_done() to plug a memory leak when using an application
specific config file
* Fixed PLAIN/LOGIN authentication failure when using saslauthd
with no auxprop plugins (bug # 3590).
* unlock the mutex in sasl_dispose if the context was freed by another thread
* MINGW32 compatibility patches
* Fixed broken logic in get_fqhostname() when abort_if_no_fqdn is 0
* Fixed some memory leaks in libsasl
* GSSAPI plugin:
- Fixed a segfault in gssapi.c introduced in 2.1.25.
- Code refactoring
- Added support for GSS-SPNEGO SASL mechanism (Unix only), which is also
HTTP capable
* GS2 plugin:
- Updated GS2 plugin not to lose minor GSS-API status codes on errors
* DIGEST-MD5 plugin:
- Correctly send "stale" directive to prevent clients from (re)promtping
for password
- Better handling of HTTP reauthentication cases
- fixed some memory leaks
* SASLDB plugin:
- Added support for BerkleyDB 5.X or later
* OTP plugin:
- Removed calling of EVP_cleanup() on plugin shutdown in order to prevent
TLS from failing in calling applications
* SRP plugin:
- Removed calling of EVP_cleanup() on plugin shutdown in order to prevent
TLS from failing in calling applications
* saslauthd:
- auth_rimap.c: qstring incorrectly appending the closing double quote,
which might be causing crashes
- auth_rimap.c: read the whole IMAP greeting
- better error reporting from some drivers
- fixed some memory leaks
Diffstat (limited to 'security/cyrus-saslauthd/Makefile')
-rw-r--r-- | security/cyrus-saslauthd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cyrus-saslauthd/Makefile b/security/cyrus-saslauthd/Makefile index 40a9e65a953..8f92d1e2723 100644 --- a/security/cyrus-saslauthd/Makefile +++ b/security/cyrus-saslauthd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2012/10/23 18:16:24 asau Exp $ +# $NetBSD: Makefile,v 1.44 2012/12/16 01:36:44 obache Exp $ PKGNAME= ${DISTNAME:S/sasl/saslauthd/} -PKGREVISION= 1 CONFLICTS+= cyrus-sasl<2.1.15nb2 |