]> git.pld-linux.org Git - packages/curl.git/commitdiff
bump required libssh2 version to 1.11.0
authorJan Palus <atler@pld-linux.org>
Sat, 26 Aug 2023 18:54:03 +0000 (20:54 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 26 Aug 2023 18:54:03 +0000 (20:54 +0200)
if built against 1.11.0 or higher curl uses
libssh2_session_set_read_timeout symbol so bump dependency to avoid
undefined symbols

curl.spec

index 34230c6c9b9588e90f12e52f0cc0f384ee002ef0..fa3d20378486c73453a626f0b32a0cca3670187f 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -42,7 +42,7 @@ BuildRequires:        libbrotli-devel >= 1.0.0
 BuildRequires: libidn2-devel
 BuildRequires: libpsl-devel
 %{?with_rtmp:BuildRequires:    librtmp-devel}
-%{?with_ssh:BuildRequires:     libssh2-devel >= 1.2.8}
+%{?with_ssh:BuildRequires:     libssh2-devel >= 1.11.0}
 BuildRequires: libtool
 BuildRequires: nettle-devel
 %{?with_http2:BuildRequires:   nghttp2-devel >= 1.15.0}
@@ -124,7 +124,7 @@ Summary(pl.UTF-8):  Biblioteka curl
 Group:         Libraries
 %{?with_ares:Requires: c-ares >= 1.17.0}
 %{?with_gnutls:Requires:       gnutls-libs >= 3.1.10}
-%{?with_ssh:Requires:  libssh2 >= 1.2.8}
+%{?with_ssh:Requires:  libssh2 >= 1.11.0}
 %{?with_http2:Requires:        nghttp2-libs >= 1.15.0}
 %if %{with ssl} && %{without gnutls}
 Requires:      libbrotli >= 1.0.0
@@ -154,7 +154,7 @@ Requires:   libbrotli-devel >= 1.0.0
 Requires:      libidn2-devel
 Requires:      libpsl-devel
 %{?with_rtmp:Requires: librtmp-devel}
-%{?with_ssh:Requires:  libssh2-devel >= 1.2.8}
+%{?with_ssh:Requires:  libssh2-devel >= 1.11.0}
 %{?with_http2:Requires:        nghttp2-devel >= 1.15.0}
 %{?with_ldap:Requires: openldap-devel}
 %if %{with ssl}
This page took 0.073297 seconds and 4 git commands to generate.