10000 Update OpenSSL to 1.1.1t and OpenLDAP to 2.6.4 by KVS85 · Pull Request #18148 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Update OpenSSL to 1.1.1t and OpenLDAP to 2.6.4 #18148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update OpenSSL to 1.1.1t and OpenLDAP to 2.6.4
  • Loading branch information
KVS85 committed Feb 17, 2023
commit 639ff3b091d4a5f185f8c188860f53881ea2e1eb
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
devel
-----

* Updated OpenSSL to 1.1.1t and OpenLDAP to 2.6.4.

* Made all transactions used by the gharial API on coordinators and a few
others marked "globally managed". This fixes an issue where
transaction conflicts could lead to a silent out of sync situation
Expand Down
6 changes: 3 additions & 3 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ GCC_LINUX "11.2.1_git20220219-r2"
MSVC_WINDOWS "2022"
LLVM_CLANG_MACOS "14"
MACOS_MIN "10.15"
OPENSSL_LINUX "1.1.1s"
OPENSSL_MACOS "1.1.1s"
OPENSSL_WINDOWS "1.1.1s"
OPENSSL_LINUX "1.1.1t"
OPENSSL_MACOS "1.1.1t"
OPENSSL_WINDOWS "1.1.1t"
USE_RCLONE "true"
RCLONE_VERSION "1.59.0"
MINIMAL_DEBUG_INFO "On"
Expand Down
0