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

2018-12-18 Thread Julio Faracco
I agree about versioning and stability. The idea behind the patches is just predict the future problems related to libssh. Specially to discuss changes associated with deprecated functions. And also specially because we have several Linux OSes keeping its own package versioning. We would not like t

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

2018-12-18 Thread Andrea Bolognani
On Sat, 2018-11-24 at 03:52 +0800, Julio Faracco wrote: > After 0.8.0 release, libssh deprecated some functions like: > ssh_is_server_known() and ssh_write_knownhost(). This is not accurate: 0.8.5 was released less than two months ago and does not consider any of the functions you listed as deprec

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

2018-11-23 Thread Julio Faracco
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 h