Skip to content

Commit 15b513e

Browse files
committed
Update fips openssh to openssh_9.2p1-2+deb12u5
Update fips openssh to openssh_9.2p1-2+deb12u5 #### Why I did it SONiC build none fips openssh from debian source code, and this version upgrade to openssh_9.2p1-2+deb12u5 by this PR: sonic-net#21922 ##### Work item tracking - Microsoft ADO: #### How I did it Update fips openssh to openssh_9.2p1-2+deb12u5 #### How to verify it Pass all UT. Manually confirm the package installed <!-- If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012. --> #### Which release branch to backport (provide reason below if selected) <!-- - Note we only backport fixes to a release branch, *not* features! - Please also provide a reason for the backporting below. - e.g. - [x] 202006 --> - [x] 202405 - [x] 202411 #### Tested branch (Please provide the tested image version) <!-- - Please provide tested image version - e.g. - [x] 20201231.100 --> #### Description for the changelog Update fips openssh to openssh_9.2p1-2+deb12u5 #### Link to config_db schema for YANG module changes <!-- Provide a link to config_db schema for the table for which YANG model is defined Link should point to correct section on https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md --> #### A picture of a cute animal (not mandatory but encouraged)
1 parent 3283497 commit 15b513e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/sonic-fips.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ifeq ($(BLDENV), bookworm)
44
FIPS_VERSION = 1.5.2
55
FIPS_OPENSSL_VERSION = 3.0.11-1~deb12u2+fips
6-
FIPS_OPENSSH_VERSION = 9.2p1-2+deb12u3+fips
6+
FIPS_OPENSSH_VERSION = 9.2p1-2+deb12u5+fips
77
FIPS_PYTHON_MAIN_VERSION = 3.11
88
FIPS_PYTHON_VERSION = 3.11.2-6+fips
99
FIPS_GOLANG_MAIN_VERSION = 1.19

0 commit comments

Comments
 (0)