8000 Update OpenSSL to 1.1.1t and OpenLDAP to 2.6.4 (3.8) by KVS85 · Pull Request #18145 · 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.8) #18145

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

* Updated OpenSSL to 1.1.1t and OpenLDAP to 2.6.4.

* BTS-1193: Fix for schema update. When removing a field and then inserting a
new field into the schema, previously, both old and new schema would be
merged, meaning it would maintain the old field and add the new one.
Expand Down Expand Up @@ -70,8 +72,6 @@ v3.8.9 (XXXX-XX-XX)
query was executed inside Foxx or from inside a JS transaction, but not
otherwise).

* Updated OpenSSL to 1.1.1s.

* Solve a case of excessive memory consumption in certain AQL queries with IN
filters with very long lists. Free sub-iterators as soon as they are
exhausted.
Expand Down
6 changes: 3 additions & 3 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ GCC_LINUX "9.3.0-r2"
MSVC_WINDOWS "2019"
LLVM_CLANG_MACOS "12"
MACOS_MIN "10.14"
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"
MINIMAL_DEBUG_INFO "On"
0