• Show log

    Commit

  • Hash : 9f91d57e
    Author : Patrick Steinhardt
    Date : 2019-08-02T14:25:02

    docker: install libssh2 1.8.2 on Xenial
    
    While Xenial provides libssh2 in its repositories, it only has version
    1.5.0 available. This version will unfortunately not be able to connect
    to GitHub due to their removal of weak cryptographic standards [1]. To
    still enable our CI to execute tests against GitHub, we thus have to
    update the provided libssh2 version to a newer one.
    
    Manually install libssh2 1.8.2 on Xenial. There's no need to do the same
    for Bionic, as it already provides libssh2 1.8.0.
    
    [1]: https://github.blog/2018-02-01-crypto-removal-notice/