Thanks, applied as 76baa24d31305948dc60f0932921074510761590. Michael
[sent from post-receive hook] On Fri, 09 May 2025 09:25:03 +0200, Christian Melki <[email protected]> wrote: > 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]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/openssh.make b/rules/openssh.make > index f65692c9cbba..941aacde8c61 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 := \
