[OpenSmalltalk/opensmalltalk-vm] 324578: Use libssh2 1.9.0 which has been fixed to compile ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 324578: Use libssh2 1.9.0 which has been fixed to compile ...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 32457868b9017b018e1c8a155af34497be34de1f
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/32457868b9017b018e1c8a155af34497be34de1f
  Author: Nicolas Cellier <[hidden email]>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M third-party/libssh2.spec

  Log Message:
  -----------
  Use libssh2 1.9.0 which has been fixed to compile with OpenSSL 1.1

See the release notes
https://github.com/libssh2/libssh2/blob/master/RELEASE-NOTES

Compilation should have failed since we upgraded OpenSSL.
It seems that they succeeded only because they did not happen.
That's because the result of previous compilation is cached.
The failure is differed until the cache is cleaned, which happens on regular time basis.
How fragile...