[dovecot/core] 42f190: lib-program-client: Fix building with compilers th...

GitHub noreply at github.com
Fri Oct 28 14:11:58 UTC 2016


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: 42f190c1d4ed42268fccef722fee6f3c20c137ce
      https://github.com/dovecot/core/commit/42f190c1d4ed42268fccef722fee6f3c20c137ce
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M src/lib-program-client/test-program-client-remote.c

  Log Message:
  -----------
  lib-program-client: Fix building with compilers that have no typeof()


  Commit: 4a349dc84530ca87759605b419f2fdda51860492
      https://github.com/dovecot/core/commit/4a349dc84530ca87759605b419f2fdda51860492
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M src/lib-auth/auth-master.c

  Log Message:
  -----------
  lib-auth: Minor debug logging improvement.

Include "PASS" or "USER" in the prefix to make it clear what the reply is
for.


  Commit: 2d10495244362d7f596906d689e5892e32a02434
      https://github.com/dovecot/core/commit/2d10495244362d7f596906d689e5892e32a02434
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M src/lib-compression/test-compression.c

  Log Message:
  -----------
  lib-compression: Fixed fd leak in unit test


  Commit: 9b59f54e72f0b70456552dc71ad7afd7773278ff
      https://github.com/dovecot/core/commit/9b59f54e72f0b70456552dc71ad7afd7773278ff
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M src/auth/auth-request.c

  Log Message:
  -----------
  auth: Fix crash when exporting passdb fields to auth-worker that have NULL values


  Commit: c2b23ae95fbfc2ac8eec89b1f92d4a477fd1da75
      https://github.com/dovecot/core/commit/c2b23ae95fbfc2ac8eec89b1f92d4a477fd1da75
  Author: Paul Howarth <paul at city-fan.org>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  configure: Improve check for OpenSSL without EC support

The original test was for EC_KEY_new but some systems had that and not
EVP_PKEY_CTX_new_id, so the test was switched to that function.
However, Fedora releases 12 through 17 have EVP_PKEY_CTX_new_id but
not EC_KEY_new. So we need to test for both functions before enabling
the dcrypt build.


Compare: https://github.com/dovecot/core/compare/4f59e604bf77...c2b23ae95fbf


More information about the dovecot-cvs mailing list