Skip to content

Commit

Permalink
[Security] Fix the krb5 vulnerability issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Jan 26, 2024
1 parent 12f6d85 commit f0aafb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/sonic-fips.mk
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# fips packages

FIPS_VERSION = 0.9
FIPS_VERSION = 0.10
FIPS_OPENSSL_VERSION = 1.1.1n-0+deb11u5+fips
FIPS_OPENSSH_VERSION = 8.4p1-5+deb11u2+fips
FIPS_PYTHON_MAIN_VERSION = 3.9
FIPS_PYTHON_VERSION = 3.9.2-1+fips
FIPS_GOLANG_MAIN_VERSION = 1.15
FIPS_GOLANG_VERSION = 1.15.15-1~deb11u4+fips
FIPS_KRB5_VERSION = 1.18.3-6+deb11u1+fips
FIPS_KRB5_VERSION = 1.18.3-6+deb11u14+fips
FIPS_URL_PREFIX = https://sonicstorage.blob.core.windows.net/public/fips/$(BLDENV)/$(FIPS_VERSION)/$(CONFIGURED_ARCH)

SYMCRYPT_OPENSSL_NAME = symcrypt-openssl
Expand Down

0 comments on commit f0aafb5

Please sign in to comment.