Upgrade sonic fips packages to version 0.2 (#11461)

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.
This commit is contained in:
xumia 2022-08-04 08:02:12 +08:00 committed by GitHub
parent 1b33f864e5
commit a98407c584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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