* [ptxdist] [PATCH] openssh: version bump 7.5p1 -> 7.6p1
@ 2017-11-10 16:46 Roland Hieber
2017-11-13 10:39 ` [ptxdist] [PATCH v2] " Roland Hieber
0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2017-11-10 16:46 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
--without-ssh1 has been removed from configure.
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
rules/openssh.make | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/rules/openssh.make b/rules/openssh.make
index ef5eec8f0..17ccfdfdc 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 := \
@@ -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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [ptxdist] [PATCH v2] openssh: version bump 7.5p1 -> 7.6p1
2017-11-10 16:46 [ptxdist] [PATCH] openssh: version bump 7.5p1 -> 7.6p1 Roland Hieber
@ 2017-11-13 10:39 ` Roland Hieber
0 siblings, 0 replies; 2+ messages in thread
From: Roland Hieber @ 2017-11-13 10:39 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
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.hieber@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-13 10:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10 16:46 [ptxdist] [PATCH] openssh: version bump 7.5p1 -> 7.6p1 Roland Hieber
2017-11-13 10:39 ` [ptxdist] [PATCH v2] " Roland Hieber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox