Mostly tightening of security.
DSA is gone, DH-* KEXes are gone too.
https://www.openssh.com/releasenotes.html#10.0p1

Signed-off-by: Christian Melki <[email protected]>
---
 rules/openssh.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/openssh.make b/rules/openssh.make
index f65692c9c..941aacde8 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh
 #
 # Paths and names
 #
-OPENSSH_VERSION        := 9.9p2
-OPENSSH_MD5    := f617b95fe278bfea8d004589c7a68a85
+OPENSSH_VERSION        := 10.0p1
+OPENSSH_MD5    := 689148621a2eaa734497b12bed1c5202
 OPENSSH                := openssh-$(OPENSSH_VERSION)
 OPENSSH_SUFFIX := tar.gz
 OPENSSH_URL    := \
-- 
2.34.1


Reply via email to