From 64310a5fefe50024d20a978d0051e484fac41332b66146ec14f5cf44469348ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jan 2018 19:57:28 +0000 Subject: [PATCH] Accepting request 569261 from home:gladiac:branches:devel:libraries:c_c++ - Build curl with libssh.org libssh offers a lot more features than libssh2, for example: * Key Exchange Methods: curve25519-sha256@libssh.org * Hostkey Types: ssh-ed25519 * Authentication: gssapi-with-mic OBS-URL: https://build.opensuse.org/request/show/569261 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=216 --- curl-mini.changes | 9 +++++++++ curl-mini.spec | 4 ++-- curl.changes | 9 +++++++++ curl.spec | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/curl-mini.changes b/curl-mini.changes index 59efa1f..31b98bf 100644 --- a/curl-mini.changes +++ b/curl-mini.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 24 11:44:33 UTC 2018 - asn@cryptomilk.org + +- Build curl with libssh.org + libssh offers a lot more features than libssh2, for example: + * Key Exchange Methods: curve25519-sha256@libssh.org + * Hostkey Types: ssh-ed25519 + * Authentication: gssapi-with-mic + ------------------------------------------------------------------- Wed Jan 24 10:31:58 UTC 2018 - pmonrealgonzalez@suse.com diff --git a/curl-mini.spec b/curl-mini.spec index 14e324c..18bf2a4 100644 --- a/curl-mini.spec +++ b/curl-mini.spec @@ -56,7 +56,7 @@ BuildRequires: openldap2-devel BuildRequires: pkgconfig(libmetalink) BuildRequires: pkgconfig(libnghttp2) BuildRequires: pkgconfig(libpsl) -BuildRequires: pkgconfig(libssh2) +BuildRequires: pkgconfig(libssh) BuildRequires: pkgconfig(zlib) %else Requires: this-is-only-for-build-envs @@ -155,7 +155,7 @@ sed -i 's/\(link_all_deplibs=\)unknown/\1no/' configure %if !0%{?bootstrap} --with-gssapi=%{_libexecdir}/mit \ --with-libidn2 \ - --with-libssh2 \ + --with-libssh \ --with-libmetalink \ %endif --enable-hidden-symbols \ diff --git a/curl.changes b/curl.changes index 59efa1f..02eb3ee 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 24 11:41:36 UTC 2018 - asn@cryptomilk.org + +- Build curl with libssh.org + libssh offers a lot more features than libssh2, for example: + * Key Exchange Methods: curve25519-sha256@libssh.org + * Hostkey Types: ssh-ed25519 + * Authentication: gssapi-with-mic + ------------------------------------------------------------------- Wed Jan 24 10:31:58 UTC 2018 - pmonrealgonzalez@suse.com diff --git a/curl.spec b/curl.spec index edaee1c..71a9c1a 100644 --- a/curl.spec +++ b/curl.spec @@ -54,7 +54,7 @@ BuildRequires: openldap2-devel BuildRequires: pkgconfig(libmetalink) BuildRequires: pkgconfig(libnghttp2) BuildRequires: pkgconfig(libpsl) -BuildRequires: pkgconfig(libssh2) +BuildRequires: pkgconfig(libssh) BuildRequires: pkgconfig(zlib) %else Requires: this-is-only-for-build-envs @@ -153,7 +153,7 @@ sed -i 's/\(link_all_deplibs=\)unknown/\1no/' configure %if !0%{?bootstrap} --with-gssapi=%{_libexecdir}/mit \ --with-libidn2 \ - --with-libssh2 \ + --with-libssh \ --with-libmetalink \ %endif --enable-hidden-symbols \