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
This commit is contained in:
Tomáš Chvátal 2018-01-24 19:57:28 +00:00 committed by Git OBS Bridge
parent c73289f2c4
commit 64310a5fef
4 changed files with 22 additions and 4 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -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 \