The current release 1.9.0 includes commit [1] that fixes the choice of the TLS
library. This allows the following PTXdist commit to introduce mbed TLS as an
alternative to OpenSSL without having to fear that libssh2 is now erroneously
built against the former.

[1] e70e71a3b18b ("configure.ac: Add --with-crypto= instead of many different 
--with-$backend")

Signed-off-by: Ulrich Ölmann <u.oelm...@pengutronix.de>
---
 rules/libssh2.make | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/rules/libssh2.make b/rules/libssh2.make
index 205d1a9c74b4..51c5c4e55df9 100644
--- a/rules/libssh2.make
+++ b/rules/libssh2.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSSH2) += libssh2
 #
 # Paths and names
 #
-LIBSSH2_VERSION        := 1.8.1
-LIBSSH2_MD5    := 338f36a8bb7f5ef55715ac1864cc788c
+LIBSSH2_VERSION        := 1.9.0
+LIBSSH2_MD5    := 1beefafe8963982adc84b408b2959927
 LIBSSH2                := libssh2-$(LIBSSH2_VERSION)
 LIBSSH2_SUFFIX := tar.gz
 LIBSSH2_URL    := http://www.libssh2.org/download/$(LIBSSH2).$(LIBSSH2_SUFFIX)
@@ -43,9 +43,8 @@ LIBSSH2_AUTOCONF := \
        --enable-debug \
        --enable-hidden-symbols \
        --enable-examples-build \
-       --with-openssl \
-       --without-wincng \
-       --without-mbedtls \
+       --disable-werror \
+       --with-crypto=openssl \
        --with-libz \
        --with-libssl-prefix=$(SYSROOT)/usr \
        --with-libz-prefix=$(SYSROOT)/usr
-- 
2.25.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to