🐞 fix(Fix-OMPUB-1427): upgrade ssl to v3.1.6

This commit is contained in:
yangwei
2024-08-22 18:25:34 +08:00
committed by 付明卫
parent 4d46a1e348
commit 279d97e06a
2 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ firewall_rpm_version:
http: http-2.0.20.0571d0b
mail: mail-1.0.21.aec281b
quic: quic-2.0.11.1ab2559
ssl: ssl-3.1.5.e52a604
ssl: ssl-3.1.6.03beeda
rtp: rtp-1.0.7.530ac76
ssh: ssh-2.1.7.b053e65
dtls: dtls-2.0.5.a559144

View File

@@ -48,4 +48,8 @@
./plug/business/firewall/firewall.inf
{{- end }}
./plug/stellar_on_sapp/defer_loader.inf
./plug/business/http_healthcheck/http_healthcheck.inf
./plug/business/http_healthcheck/http_healthcheck.inf
{{- if eq .Values.decoders.SSL .Values.define_enable_val_yes }}
./plug/protocol/ssl/ssl_defer.inf
{{- end }}