8000 Update OpenSSL to 1.1.1t and OpenLDAP to 2.6.4 (3.10) by KVS85 · Pull Request #18147 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Update OpenSSL to 1.1.1t and OpenLDAP to 2.6.4 (3.10) #18147

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
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
v3.10.4 (XXXX-XX-XX)
--------------------

* Updated OpenSSL to 1.1.1t and OpenLDAP to 2.6.4.

* BTS-1184: Fixed index hint with `forceIndexHint` set to true not being used on
query when geo index was present, because it would override the choice of the
index hint with optimizations related to it.
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"
3CBB Expand Down
0