SSH1-specific parts have been removed and the LICENSE file has been
updated to reflect that changes, otherwise the license terms have not
changed.

This version removes support for the hmac-ripemd160 MAC, and the
arcfour, blowfish and CAST ciphers. RSA keys with less than 1024 bytes
are now refused by the server.

Signed-off-by: Roland Hieber <r.hie...@pengutronix.de>
---

Notes:
    changes v1 -> v2:
     - update LICENSE md5
     - improve commit message

 rules/openssh.make | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/rules/openssh.make b/rules/openssh.make
index ef5eec8f0..a7f708153 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh
 #
 # Paths and names
 #
-OPENSSH_VERSION        := 7.5p1
-OPENSSH_MD5    := 652fdc7d8392f112bef11cacf7e69e23
+OPENSSH_VERSION        := 7.6p1
+OPENSSH_MD5    := 06a88699018e5fef13d4655abfed1f63
 OPENSSH                := openssh-$(OPENSSH_VERSION)
 OPENSSH_SUFFIX := tar.gz
 OPENSSH_URL    := \
@@ -28,7 +28,7 @@ OPENSSH_URL   := \
 OPENSSH_SOURCE := $(SRCDIR)/$(OPENSSH).$(OPENSSH_SUFFIX)
 OPENSSH_DIR    := $(BUILDDIR)/$(OPENSSH)
 OPENSSH_LICENSE        := BSD, 2-term BSD, 3-term BSD, MIT, THE BEER-WARE 
LICENSE
-OPENSSH_LICENSE_FILES := file://LICENCE;md5=e326045657e842541d3f35aada442507
+OPENSSH_LICENSE_FILES := file://LICENCE;md5=429658c6612f3a9b1293782366ab29d8
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -64,7 +64,6 @@ OPENSSH_CONF_OPT      := \
        --disable-pututline \
        --disable-pututxline \
        --with-openssl \
-       --without-ssh1 \
        --with-stackprotect \
        --with-hardening \
        --without-rpath \
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to