2014-05-07 17:41:08 by Filip Hajny | Files touched by this commit (3) |
Log message:
Fix the pkg-config file provided (exec_prefix was undefined).
Bump PKGREVISION.
|
2013-10-20 19:56:02 by Joerg Sonnenberger | Files touched by this commit (9) |
Log message:
Pass rpath options with correct -Wl prefix.
|
2013-09-30 08:24:09 by OBATA Akio | Files touched by this commit (2) |
Log message:
Note comment and add link to upstream fix.
|
2013-09-30 08:16:34 by OBATA Akio | Files touched by this commit (3) |
Log message:
Take patch for CVE-2013-4122 from upstream git repo.
Bump PKGREVISION of cyrus-saslauthd.
|
2013-09-30 07:44:33 by OBATA Akio | Files touched by this commit (2) |
Log message:
sync the fix with upstream.
|
2013-07-12 12:45:05 by Jonathan Perkin | Files touched by this commit (181) |
Log message:
Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
|
2013-03-13 04:31:41 by OBATA Akio | Files touched by this commit (3) |
Log message:
Convert SASL_DBTYPE variable to option framework, and add gdbm support.
Fixes db name extension in DEINSTALL script for other than ndbm.
Bump PKGREVISION.
|
2012-12-20 23:52:37 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
sasl.h needs stddef.h to be self-contained. Bump revision.
|
2012-12-19 11:46:56 by OBATA Akio | Files touched by this commit (2) |
Log message:
Note upstream bug report.
|
2012-12-16 02:36:44 by OBATA Akio | Files touched by this commit (10) |
Log message:
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
|