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

Julio Faracco jcfaracco at gmail.com
Fri Nov 23 19:52:32 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.

v1-v2: Rebasing ssh_session_is_known_server() return states.
v2-v3: Only code syntax fixes.

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 | 18 +++++++++++++++++-
 2 files changed, 29 insertions(+), 1 deletion(-)

-- 
2.19.1




More information about the libvir-list mailing list