From: "Ulrich Ölmann" <u.oelmann@pengutronix.de>
To: PTXdist Development Mailing List <ptxdist@pengutronix.de>
Subject: [ptxdist] [PATCH v6 1/4] libssh2: version bump 1.8.1 -> 1.9.0
Date: Thu, 12 Mar 2020 07:39:08 +0100 [thread overview]
Message-ID: <20200312063911.25889-1-u.oelmann@pengutronix.de> (raw)
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
next reply other threads:[~2020-03-12 6:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-12 6:39 Ulrich Ölmann [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200312063911.25889-1-u.oelmann@pengutronix.de \
--to=u.oelmann@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox