The --without-ssh1 option was removed and there is a new --with-ssh1
option. Compiling without SSH1 has now become the default.

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

diff --git a/rules/openssh.make b/rules/openssh.make
index 5de481e..d9bfec2 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh
 #
 # Paths and names
 #
-OPENSSH_VERSION        := 7.1p2
-OPENSSH_MD5    := 4d8547670e2a220d5ef805ad9e47acf2
+OPENSSH_VERSION        := 7.2p2
+OPENSSH_MD5    := 13009a9156510d8f27e752659075cced
 OPENSSH                := openssh-$(OPENSSH_VERSION)
 OPENSSH_SUFFIX := tar.gz
 OPENSSH_URL    := \
@@ -57,7 +57,6 @@ OPENSSH_CONF_OPT      := \
        --disable-pututline \
        --disable-pututxline \
        --with-openssl \
-       --without-ssh1 \
        --with-stackprotect \
        --with-hardening \
        --without-rpath \
-- 
2.7.3


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to