Bump OpenSSH version to 7.1p1 and remove --without-ssh1 configure flag
as SSH1 is now disabled by default.

Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>
---
 rules/openssh.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/openssh.make b/rules/openssh.make
index 931b207..3c81c11 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -17,8 +17,9 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh
 #
 # Paths and names
 #
-OPENSSH_VERSION        := 6.9p1
-OPENSSH_MD5    := 0b161c44fc31fbc6b76a6f8ae639f16f
+OPENSSH_VERSION        := 7.1p1
+OPENSSH_MD5    := 8709736bc8a8c253bc4eeb4829888ca5
+OPENSSH_SHA256 := 
fc0a6d2d1d063d5c66dffd952493d0cda256cad204f681de0f84ef85b2ad8428
 OPENSSH                := openssh-$(OPENSSH_VERSION)
 OPENSSH_SUFFIX := tar.gz
 OPENSSH_URL    := \
@@ -57,7 +58,6 @@ OPENSSH_CONF_OPT      := \
        --disable-pututline \
        --disable-pututxline \
        --with-openssl \
-       --without-ssh1 \
        --with-stackprotect \
        --with-hardening \
        --without-rpath \
-- 
2.5.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to