diff options
author | akhropov <akhropov@yandex-team.com> | 2025-03-07 20:01:26 +0300 |
---|---|---|
committer | akhropov <akhropov@yandex-team.com> | 2025-03-07 20:18:28 +0300 |
commit | c49489fab07af7d2cf8e7fdcd67e838a54f75b8e (patch) | |
tree | 4cbf1a8f09e1c9f0ec92b752393f047b4a0a105f | |
parent | f6bfb8011ca662a0f0fa4c244470baa27b143b4e (diff) | |
download | ydb-c49489fab07af7d2cf8e7fdcd67e838a54f75b8e.tar.gz |
Use OpenSSL 3.0.15 for open source CatBoost.
commit_hash:dc48735228ec0ccb09367428338a5b8af2f54a88
-rw-r--r-- | build/conf/opensource_export.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/opensource_export.conf b/build/conf/opensource_export.conf index cf48e5ea659..cfcb3e7d987 100644 --- a/build/conf/opensource_export.conf +++ b/build/conf/opensource_export.conf @@ -1,7 +1,7 @@ when ($OPENSOURCE_PROJECT != "") { select ($OPENSOURCE_PROJECT) { "catboost" ? { - OPENSOURCE_REPLACE_OPENSSL="1.1.1t" + OPENSOURCE_REPLACE_OPENSSL="3.0.15" } "yt" ? { OPENSOURCE_REPLACE_LINUX_HEADERS="6.5.9" |