From 7e5db095c3086afb889327961ba9797b62aa5699 Mon Sep 17 00:00:00 2001 From: Alexander Turenko <alexander.turenko@tarantool.org> Date: Wed, 13 Apr 2022 23:50:27 +0300 Subject: [PATCH] static-build: bump openssl from 1.1.1f to 1.1.1n Just regular update to bring openssl security fixes into tarantool. Fixes #6947 NO_TEST=security update of a dependency NO_DOC=security update of a dependency --- changelogs/unreleased/bump-openssl-to-111n.md | 3 +++ static-build/CMakeLists.txt | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelogs/unreleased/bump-openssl-to-111n.md diff --git a/changelogs/unreleased/bump-openssl-to-111n.md b/changelogs/unreleased/bump-openssl-to-111n.md new file mode 100644 index 0000000000..2a968c4ddb --- /dev/null +++ b/changelogs/unreleased/bump-openssl-to-111n.md @@ -0,0 +1,3 @@ +## feature/build + +* Bump OpenSSL from 1.1.1f to 1.1.1n for static build (gh-6947). diff --git a/static-build/CMakeLists.txt b/static-build/CMakeLists.txt index f3bb28ad03..c830daf013 100644 --- a/static-build/CMakeLists.txt +++ b/static-build/CMakeLists.txt @@ -12,8 +12,8 @@ set(LIBICU_VERSION release-71-1/icu4c-71_1) set(LIBICU_HASH e06ffc96f59762bd3c929b217445aaec) set(LIBICONV_VERSION 1.16) set(LIBICONV_HASH 7d2a800b952942bb2880efb00cfd524c) -set(OPENSSL_VERSION 1.1.1f) -set(OPENSSL_HASH 3f486f2f4435ef14b81814dbbc7b48bb) +set(OPENSSL_VERSION 1.1.1n) +set(OPENSSL_HASH 2aad5635f9bb338bc2c6b7d19cbc9676) set(ZLIB_VERSION 1.2.11) set(ZLIB_HASH 1c9f62f0778697a09d36121ead88e08e) set(NCURSES_VERSION 6.2) -- GitLab