summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2020-07-26 16:24:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-07-31 06:11:32 +0200
commit305cfeecfd30d15516360843840350e4670b3ecd (patch)
tree44c92d15a107b26fb149458dbf53484295dba0bc
parentbd70980bdc8b561dd65aec54e62e39cdf79ec13a (diff)
downloadptxdist-305cfeecfd30d15516360843840350e4670b3ecd.tar.gz
ptxdist-305cfeecfd30d15516360843840350e4670b3ecd.tar.xz
openssh: version bump 8.0p1 -> 8.3p1
There is one new configure option. The change in the license file fixes an umlaut encoding. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Message-Id: <20200726142436.3113607-2-r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/openssh.make7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/openssh.make b/rules/openssh.make
index 29b8535c3..2e3fedcae 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh
#
# Paths and names
#
-OPENSSH_VERSION := 8.0p1
-OPENSSH_MD5 := bf050f002fe510e1daecd39044e1122d
+OPENSSH_VERSION := 8.3p1
+OPENSSH_MD5 := 68d7527bf2672153ca47402f6489a1af
OPENSSH := openssh-$(OPENSSH_VERSION)
OPENSSH_SUFFIX := tar.gz
OPENSSH_URL := \
@@ -26,7 +26,7 @@ OPENSSH_URL := \
OPENSSH_SOURCE := $(SRCDIR)/$(OPENSSH).$(OPENSSH_SUFFIX)
OPENSSH_DIR := $(BUILDDIR)/$(OPENSSH)
OPENSSH_LICENSE := BSD AND BSD-2-Clause AND BSD-3-Clause AND MIT AND Beerware AND ISC
-OPENSSH_LICENSE_FILES := file://LICENCE;encoding=ISO-8859-1;md5=429658c6612f3a9b1293782366ab29d8
+OPENSSH_LICENSE_FILES := file://LICENCE;encoding=ISO-8859-1;md5=18d9e5a8b3dd1790d73502f50426d4d3
# ----------------------------------------------------------------------------
# Prepare
@@ -51,6 +51,7 @@ OPENSSH_CONF_OPT := \
--sysconfdir=/etc/ssh \
$(GLOBAL_LARGE_FILE_OPTION) \
--disable-pkcs11 \
+ --disable-security-key \
--disable-strip \
--disable-etc-default-login \
--disable-lastlog \