mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] openssh: Version bump. 10.0p2 -> 10.1p1
@ 2025-10-07 16:56 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2025-10-07 16:56 UTC (permalink / raw)
  To: ptxdist

(openssh.com seems swamped).
https://www.openssh.com/txt/release-10.1
Most interesting bits seems to be the moving of the
sockets used by agent and forwarded sockets from sshd
from /tmp to ~/.ssh/agent.
This could mean a few changes for home directories for
embedded machines. Plus the typical cleanup would
now fall to the agent.

Plugs CVE:
2025-61984: Control characters in usernames when expanding the ProxyCommand string

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/openssh.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/openssh.make b/rules/openssh.make
index 4eb9448fd..f6abc9b66 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh
 #
 # Paths and names
 #
-OPENSSH_VERSION	:= 10.0p2
-OPENSSH_MD5	:= 689148621a2eaa734497b12bed1c5202
+OPENSSH_VERSION	:= 10.1p1
+OPENSSH_MD5	:= 80dd9bb00a86519934710d05903fdf07
 OPENSSH		:= openssh-$(OPENSSH_VERSION)
 OPENSSH_SUFFIX	:= tar.gz
 OPENSSH_URL	:= \
-- 
2.43.0




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-10-07 16:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-07 16:56 [ptxdist] [PATCH] openssh: Version bump. 10.0p2 -> 10.1p1 Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox