[libvirt] [PATCH v2 0/4] rpc: fixing compilation error due to deprecated functions.

Julio Faracco jcfaracco at gmail.com
Fri Nov 23 15:01:50 UTC 2018


After 0.8.0 release, libssh deprecated some functions like:
ssh_is_server_known() and ssh_write_knownhost(). They were replaced by
ssh_session_is_known_server() and ssh_session_update_known_hosts()
respectively. This serie creates the alias to keep the compatibility and
create an auxiliar enum to help it because
ssh_session_update_known_hosts() introduced new state returns.

Julio Faracco (4):
  m4: checking if ssh_session_is_known_server() exists.
  rpc: replacing ssh_is_server_known() by ssh_session_is_known_server().
  m4: checking if ssh_session_update_known_hosts() exists.
  rpc: replacing ssh_write_knownhost() by
    ssh_session_update_known_hosts().

 m4/virt-libssh.m4             | 12 ++++++++++++
 src/rpc/virnetlibsshsession.c | 31 +++++++++++++++++++++++--------
 2 files changed, 35 insertions(+), 8 deletions(-)

-- 
2.19.1




More information about the libvir-list mailing list