pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   obache
Date:           Sun Dec 16 01:36:44 UTC 2012

Modified Files:
        pkgsrc/security/cy2-gssapi: Makefile
        pkgsrc/security/cy2-sql: Makefile
        pkgsrc/security/cyrus-sasl: Makefile Makefile.common PLIST
            buildlink3.mk distinfo
        pkgsrc/security/cyrus-saslauthd: Makefile
Added Files:
        pkgsrc/security/cyrus-sasl/patches: patch-saslauthd_auth__rimap.c
Removed Files:
        pkgsrc/security/cyrus-sasl/patches: patch-plugins_gssapi.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/cy2-gssapi/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/cy2-sql/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/security/cyrus-sasl/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/cyrus-sasl/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/cyrus-sasl/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/cyrus-sasl/buildlink3.mk
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/cyrus-sasl/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/cyrus-sasl/patches/patch-plugins_gssapi.c
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/cyrus-sasl/patches/patch-saslauthd_auth__rimap.c
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/cyrus-saslauthd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index