Skip to content

Commit 7dbf01b

Browse files
committed
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 <aaronp@arista.com>
1 parent 7faaad1 commit 7dbf01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/openssh.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# openssh package
22

33
OPENSSH_VERSION := 9.2p1
4-
OPENSSH_VERSION_FULL := $(OPENSSH_VERSION)-2+deb12u3
4+
OPENSSH_VERSION_FULL := $(OPENSSH_VERSION)-2+deb12u5
55

66
export OPENSSH_VERSION OPENSSH_VERSION_FULL
77

0 commit comments

Comments
 (0)