From d2d2caa83eb1e6c6d03289c217828e2c53e291e8 Mon Sep 17 00:00:00 2001 From: xumia <59720581+xumia@users.noreply.github.com> Date: Thu, 4 Aug 2022 08:02:12 +0800 Subject: [PATCH] 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. --- rules/sonic-fips.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/sonic-fips.mk b/rules/sonic-fips.mk index 471f69e9ff..a63e00de3f 100644 --- a/rules/sonic-fips.mk +++ b/rules/sonic-fips.mk @@ -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