[dovecot/core] 0a8db7: auth: Don't use undefined SASL_VERSION_MAJOR

GitHub noreply at github.com
Mon Oct 30 11:30:11 EET 2017


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 0a8db75f72270a4d5964fd9ec082b618dd8d138d
      https://github.com/dovecot/core/commit/0a8db75f72270a4d5964fd9ec082b618dd8d138d
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M src/auth/db-ldap.c

  Log Message:
  -----------
  auth: Don't use undefined SASL_VERSION_MAJOR


  Commit: 0c347e983ac27d94c7b119d5a4aa3b5c876a7209
      https://github.com/dovecot/core/commit/0c347e983ac27d94c7b119d5a4aa3b5c876a7209
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Don't use undefined DIRECTOR_CONNECTION_PING_TIMEOUT_MSECS


  Commit: 111673ed6ef01d9395eb5bfc59e4ac707ba8f5d9
      https://github.com/dovecot/core/commit/111673ed6ef01d9395eb5bfc59e4ac707ba8f5d9
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M src/lib-storage/mail.c

  Log Message:
  -----------
  lib-storage: Replace DBOX_GUID_BIN_LEN with GUID_128_SIZE

DBOX_GUID_BIN_LEN define was removed in 0c909e, replace the use with
GUID_128_SIZE.


  Commit: e3504130f7726dcf9562e9ad9047348eaae278e2
      https://github.com/dovecot/core/commit/e3504130f7726dcf9562e9ad9047348eaae278e2
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M configure.ac
    R m4/endian.m4

  Log Message:
  -----------
  m4: Use AC_C_BIGENDIAN instead of custom m4


  Commit: d534a96e0238c8cfb9d857d6a91ea5c48a0b50d9
      https://github.com/dovecot/core/commit/d534a96e0238c8cfb9d857d6a91ea5c48a0b50d9
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M src/lib/compat.h

  Log Message:
  -----------
  lib/compat.h: Undefine WORDS_BIGENDIAN when it's defined as 0


  Commit: debc93e622751c6c09e8105e504c5833f1ca0d6d
      https://github.com/dovecot/core/commit/debc93e622751c6c09e8105e504c5833f1ca0d6d
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M src/lib-index/mail-index-map-hdr.c
    M src/lib-index/mail-index-map.c
    M src/lib-index/mail-transaction-log-file.c
    M src/lib/byteorder.h
    M src/lib/sha1.c
    M src/lib/test-byteorder.c

  Log Message:
  -----------
  global: Use #ifdef instead of #if with WORDS_BIGENDIAN

This is to not rely on undefined WORDS_BIGENDIAN being evaluated as 0.


Compare: https://github.com/dovecot/core/compare/6fc40674e5a3...debc93e62275


More information about the dovecot-cvs mailing list