From 7dbf01bcd53084bf56bd01619c3dd9eb8e228c9e Mon Sep 17 00:00:00 2001 From: Aaron Payment Date: Tue, 4 Mar 2025 04:32:40 +0000 Subject: [PATCH] sonicbuildimage: Update openssh to openssh_9.2p1-2+deb12u5 Update the openssh-server version to match the newly released version on the debian mirror. https://security.debian.org/pool/updates/main/o/openssh/ Signed-off-by: Aaron Payment --- rules/openssh.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/openssh.mk b/rules/openssh.mk index 87bc2ee5cc02..a96cea8d3f6a 100644 --- a/rules/openssh.mk +++ b/rules/openssh.mk @@ -1,7 +1,7 @@ # openssh package OPENSSH_VERSION := 9.2p1 -OPENSSH_VERSION_FULL := $(OPENSSH_VERSION)-2+deb12u3 +OPENSSH_VERSION_FULL := $(OPENSSH_VERSION)-2+deb12u5 export OPENSSH_VERSION OPENSSH_VERSION_FULL