mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v6 1/4] libssh2: version bump 1.8.1 -> 1.9.0
@ 2020-03-12  6:39 Ulrich Ölmann
  2020-03-12  6:39 ` [ptxdist] [PATCH v6 2/4] mbedtls: new package Ulrich Ölmann
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ulrich Ölmann @ 2020-03-12  6:39 UTC (permalink / raw)
  To: PTXdist Development Mailing List

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-12  6:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-12  6:39 [ptxdist] [PATCH v6 1/4] libssh2: version bump 1.8.1 -> 1.9.0 Ulrich Ölmann
2020-03-12  6:39 ` [ptxdist] [PATCH v6 2/4] mbedtls: new package Ulrich Ölmann
2020-03-12  6:39 ` [ptxdist] [PATCH v6 3/4] host-ua-nodeset: " Ulrich Ölmann
2020-03-12  6:39 ` [ptxdist] [PATCH v6 4/4] open62541: " Ulrich Ölmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox