1. 20 Jun, 2015 2 commits
    • Merge pull request #3232 from Therzok/patch-2 · 3e5b553a
      Quote LIBSSH2_LIBRARIES call
      Carlos Martín Nieto committed
    • tests: tick over five seconds instead of one · 863dd89a
      When ticking over one second, it can happen that the actual time ticks
      over the same second between the time that we undermine our own race
      protections and the time in which we perform the index update. Such
      timing would make the time in the entries match the index' timestamp and
      we have not gained anything.
      
      Ticking over five seconds makes it so that if real-time rolls over that
      second, our index is still ahead. This is still suboptimal as we're
      dealing with timing, but five seconds should be long enough for any
      reasonable test runner to finish the tests.
      Carlos Martín Nieto committed
  2. 19 Jun, 2015 1 commit
    • Quote LIBSSH2_LIBRARIES call · e488bef4
      Credits to @directhex
      
      It is possible for PKG_CHECK_MODULES(LIBSSH2 libssh2) to LIBSSH2_LIBRARIES to a string with more than one library in it - e.g. if your libssh2 was built against libgcrypt, it will be "ssh2;gcrypt"
      
      Quoting the string is needed, or CHECK_LIBRARY_EXISTS will fail.
      Marius Ungureanu committed
  3. 17 Jun, 2015 5 commits
  4. 16 Jun, 2015 11 commits
  5. 15 Jun, 2015 8 commits
  6. 12 Jun, 2015 13 commits