Re: [libvirt PATCH 2/2] ci: Call meson consistently

2021-03-28 Thread Erik Skultety
On Fri, Mar 26, 2021 at 05:11:04PM +0100, Andrea Bolognani wrote: > On Fri, 2021-03-26 at 17:00 +0100, Erik Skultety wrote: > > On Fri, Mar 26, 2021 at 11:35:02AM +0100, Andrea Bolognani wrote: > > > We should always pass --werror and display the contents of the > > > log file in case of failure.

Re: [PATCH] rpc: libssh2: Enable EC host keys

2021-03-28 Thread Neal Gompa
On Sun, Mar 28, 2021 at 5:10 PM Bastian Germann wrote: > > libssh2 has ECDSA and ED25519 support beginning with v1.9.0. libvirt cannot > make use of those because it will handle them as unknown key types. > > Add support for those host key types. > > Signed-off-by: Bastian Germann > --- >

[PATCH] rpc: libssh2: Enable EC host keys

2021-03-28 Thread Bastian Germann
libssh2 has ECDSA and ED25519 support beginning with v1.9.0. libvirt cannot make use of those because it will handle them as unknown key types. Add support for those host key types. Signed-off-by: Bastian Germann --- src/rpc/virnetsshsession.c | 16 +++- 1 file changed, 15

Re: [PATCH] rpc: libssh2: Enable EC host keys

2021-03-28 Thread Neal Gompa
On Sun, Mar 28, 2021 at 9:17 AM Bastian Germann wrote: > > libssh2 has ECDSA and ED25519 support beginning with v1.9.0. libvirt cannot > make use of those because it will handle them as unknown key types. > > Add support for those host key types. > > Signed-off-by: Bastian Germann > --- >

[PATCH] rpc: libssh2: Enable EC host keys

2021-03-28 Thread Bastian Germann
libssh2 has ECDSA and ED25519 support beginning with v1.9.0. libvirt cannot make use of those because it will handle them as unknown key types. Add support for those host key types. Signed-off-by: Bastian Germann --- libvirt.spec.in| 2 +- meson.build| 2 +-