[Box Backup-commit] [boxbackup/boxbackup] 7de6c7: Don't build binary packages for the s3_support_mer...

GitHub noreply at github.com
Fri Jan 26 20:10:47 GMT 2018


  Branch: refs/heads/s3_support
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 7de6c7250fc3955939c83fe301544c9f26010952
      https://github.com/boxbackup/boxbackup/commit/7de6c7250fc3955939c83fe301544c9f26010952
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Don't build binary packages for the s3_support_merge branch


  Commit: 283b1fd6dbdccb19f0b65223f8e8615e416a4d7f
      https://github.com/boxbackup/boxbackup/commit/283b1fd6dbdccb19f0b65223f8e8615e416a4d7f
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  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!

(cherry picked from commit fea4efbf5648dddb63f51b4b076baceb872be87b)


  Commit: 9c79efd784e03b6015ca736b65c71399e897b773
      https://github.com/boxbackup/boxbackup/commit/9c79efd784e03b6015ca736b65c71399e897b773
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M infrastructure/cmake/windows/CMakeLists.txt

  Log Message:
  -----------
  Update Windows Superbuild config to match s3_support_merge branch


  Commit: 5379bbfe92b981c37b8c95c3198c9480bb430e51
      https://github.com/boxbackup/boxbackup/commit/5379bbfe92b981c37b8c95c3198c9480bb430e51
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M infrastructure/m4/boxbackup_tests.m4
    M lib/intercept/intercept.cpp
    M lib/intercept/intercept.h
    M test/raidfile/testraidfile.cpp

  Log Message:
  -----------
  Fix intercept of SYS_open on platforms that only have SYS_openat (e.g. arm64)

(cherry picked from commit 6a04b0abd728da5211e6702b1d42aef95c02d8da)


  Commit: b8ab3465fa5a8fd85ec7f3e13e69bdb1f43b591a
      https://github.com/boxbackup/boxbackup/commit/b8ab3465fa5a8fd85ec7f3e13e69bdb1f43b591a
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M lib/backupstore/BackupFileSystem.cpp

  Log Message:
  -----------
  Update comments


  Commit: 7b04e561b334a8ec6fd7b6f00893d29471ba16d8
      https://github.com/boxbackup/boxbackup/commit/7b04e561b334a8ec6fd7b6f00893d29471ba16d8
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  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].

Also remove unused code from Timers.

(cherry picked from commit a631c82882b039f8467a2ef9abeb343f2ec5b3da)


  Commit: 55eae4297c042089a64e55931c4ee8200fe152c9
      https://github.com/boxbackup/boxbackup/commit/55eae4297c042089a64e55931c4ee8200fe152c9
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
    M test/bbackupd/testbbackupd.cpp

  Log Message:
  -----------
  Rename setup_test_bbackupd() in test/bbackupd

The name of this utility function was confusing with the SETUP_TEST_BBACKUPD
macro which served an entirely different purpose, so I renamed it to
prepare_test_with_client_daemon().

(cherry picked from commit 0dac53b4a31263fe8976237702538cd258fc86e1)


Compare: https://github.com/boxbackup/boxbackup/compare/716a3a9fb15c...55eae4297c04


More information about the Boxbackup-commit mailing list