Skip to content

Commit

Permalink
Upgrade sonic fips packages to version 0.2 (#11461)
Browse files Browse the repository at this point in the history
Why I did it
Upgrade sonic fips packages to version 0.2
Upgrade openssl version from 1.1.1k-1+deb11u1+fips to 1.1.1n-0+deb11u3+fips
Upgrade openssh version from 8.4p1-5+fips to 8.4p1-5+deb11u1+fips

How I did it
Change the makefile.
  • Loading branch information
xumia authored Aug 4, 2022
1 parent 1b33f86 commit a98407c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/sonic-fips.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# fips packages

FIPS_VERSION = 0.1
FIPS_OPENSSL_VERSION = 1.1.1k-1+deb11u1+fips
FIPS_OPENSSH_VERSION = 8.4p1-5+fips
FIPS_VERSION = 0.2
FIPS_OPENSSL_VERSION = 1.1.1n-0+deb11u3+fips
FIPS_OPENSSH_VERSION = 8.4p1-5+deb11u1+fips
FIPS_PYTHON_MAIN_VERSION = 3.9
FIPS_PYTHON_VERSION = 3.9.2-1+fips
FIPS_GOLANG_MAIN_VERSION = 1.15
Expand Down

0 comments on commit a98407c

Please sign in to comment.