[Box Backup-commit] [boxbackup/boxbackup] fea4ef: Fix parsing of OpenSSL 1.1 output in bbstored-cert...

GitHub noreply at github.com
Tue Oct 17 20:03:14 BST 2017


  Branch: refs/heads/master
  Home:   https://github.com/boxbackup/boxbackup
  Commit: fea4efbf5648dddb63f51b4b076baceb872be87b
      https://github.com/boxbackup/boxbackup/commit/fea4efbf5648dddb63f51b4b076baceb872be87b
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M bin/bbstored/bbstored-certs.in

  Log Message:
  -----------
  Fix parsing of OpenSSL 1.1 output in bbstored-certs

Thanks to Dean Hamstead (@djzort on GitHub) for the bug report and the patch!


  Commit: a631c82882b039f8467a2ef9abeb343f2ec5b3da
      https://github.com/boxbackup/boxbackup/commit/a631c82882b039f8467a2ef9abeb343f2ec5b3da
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M lib/bbackupd/BackupDaemon.cpp
    M lib/common/Timer.cpp
    M lib/common/Timer.h
    M test/common/testcommon.cpp

  Log Message:
  -----------
  Fix -Wundefined-bool-conversion compile failure of master branch

Master build fails with: lib/common/Timer.cpp:171:10: error: reference cannot
be bound to dereferenced null pointer in well-defined C++ code; pointer may be
assumed to always convert to true [-Werror,-Wundefined-bool-conversion].

Cannot get regtests to pass on this feature branch without fixing this.

Also remove unused code from Timers.


  Commit: 24aca3fc618e36e2feb448bd7b5c05b31a064bd3
      https://github.com/boxbackup/boxbackup/commit/24aca3fc618e36e2feb448bd7b5c05b31a064bd3
  Author: Chris Wilson <qris at users.noreply.github.com>
  Date:   2017-10-17 (Tue, 17 Oct 2017)

  Changed paths:
    M bin/bbstored/bbstored-certs.in
    M lib/bbackupd/BackupDaemon.cpp
    M lib/common/Timer.cpp
    M lib/common/Timer.h
    M test/common/testcommon.cpp

  Log Message:
  -----------
  Merge pull request #19 from boxbackup/bbstored_certs

Fix parsing of OpenSSL 1.1 output in bbstored-certs. Fixes #18. Thanks to Dean Hamstead (@djzort on GitHub) for the bug report and the patch!


Compare: https://github.com/boxbackup/boxbackup/compare/b1f564266c64...24aca3fc618e


More information about the Boxbackup-commit mailing list