Re: how to replace ssl with ssh2 in kqoauth

2017-12-02 Thread Rex Dieter
Kevin Kofler wrote: > Rex Dieter wrote: >> I can/will step up (for qt v4 which won't be going away any time soon). > > Can't we patch Qt 4 to build with OpenSSL 1.1 instead? > > At least Debian has a patch (which seems to be over a year old): >

Re: how to replace ssl with ssh2 in kqoauth

2017-12-01 Thread Kevin Kofler
Rex Dieter wrote: > I can/will step up (for qt v4 which won't be going away any time soon). Can't we patch Qt 4 to build with OpenSSL 1.1 instead? At least Debian has a patch (which seems to be over a year old):

Re: how to replace ssl with ssh2 in kqoauth

2017-12-01 Thread Rex Dieter
Tomas Mraz wrote: > On Fri, 2017-12-01 at 06:40 -0600, Rex Dieter wrote: >> Tomas Mraz wrote: >> >> > Compat-openssl10-devel will be removed at the latest by Fedora 29 >> > and >> > anything that requires it will be no longer buildable. >> >> That's the first I've seen or heard of any such hard

Re: how to replace ssl with ssh2 in kqoauth

2017-12-01 Thread Tomas Mraz
On Fri, 2017-12-01 at 06:40 -0600, Rex Dieter wrote: > Tomas Mraz wrote: > > > Compat-openssl10-devel will be removed at the latest by Fedora 29 > > and > > anything that requires it will be no longer buildable. > > That's the first I've seen or heard of any such hard deadline... has > that  >

Re: how to replace ssl with ssh2 in kqoauth

2017-12-01 Thread Rex Dieter
Tomas Mraz wrote: > Compat-openssl10-devel will be removed at the latest by Fedora 29 and > anything that requires it will be no longer buildable. That's the first I've seen or heard of any such hard deadline... has that been mentioned before? -- Rex

Re: how to replace ssl with ssh2 in kqoauth

2017-11-30 Thread Tomas Mraz
On Thu, 2017-11-30 at 13:49 +, Martin Gansser wrote: > Is it possible to compile kQOAuth [1] with ssh2 by using openssl, as > it always comes to conflict between compat-openssl10 and openssl.  > I have already searched in the sources of kqoauth for the places > where ssl is referenced. > > $

how to replace ssl with ssh2 in kqoauth

2017-11-30 Thread Martin Gansser
Is it possible to compile kQOAuth [1] with ssh2 by using openssl, as it always comes to conflict between compat-openssl10 and openssl. I have already searched in the sources of kqoauth for the places where ssl is referenced. $ grep -r ssl * kqoauthutils.cpp:#include kqoauthutils.cpp:#include