[packages/curl] bump required libssh2 version to 1.11.0

atler atler at pld-linux.org
Sat Aug 26 21:12:34 CEST 2023


commit 797e628978641be08923239580c60104190e0cc8
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Aug 26 20:54:03 2023 +0200

    bump required libssh2 version to 1.11.0
    
    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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index 34230c6..fa3d203 100644
--- 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}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/curl.git/commitdiff/b553a8671bbea1b4b859844003342df30322684d



More information about the pld-cvs-commit mailing list