8000 Update OpenSSL to 1.1.1t and OpenLDAP to 2.6.4 (#18145) · arangodb/arangodb@776d847 · GitHub
[go: up one dir, main page]

Skip to content

Commit 776d847

Browse files
authored
Update OpenSSL to 1.1.1t and OpenLDAP to 2.6.4 (#18145)
1 parent 62d4215 commit 776d847

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v3.8.9 (XXXX-XX-XX)
22
-------------------
33

4+
* Updated OpenSSL to 1.1.1t and OpenLDAP to 2.6.4.
5+
46
* BTS-1193: Fix for schema update. When removing a field and then inserting a
57
new field into the schema, previously, both old and new schema would be
68
merged, meaning it would maintain the old field and add the new one.
@@ -70,8 +72,6 @@ v3.8.9 (XXXX-XX-XX)
7072
query was executed inside Foxx or from inside a JS transaction, but not
7173
otherwise).
7274

73-
* Updated OpenSSL to 1.1.1s.
74-
7575
* Solve a case of excessive memory consumption in certain AQL queries with IN
7676
filters with very long lists. Free sub-iterators as soon as they are
7777
exhausted.

VERSIONS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ GCC_LINUX "9.3.0-r2"
55
MSVC_WINDOWS "2019"
66
LLVM_CLANG_MACOS "12"
77
MACOS_MIN "10.14"
8-
OPENSSL_LINUX "1.1.1s"
9-
OPENSSL_MACOS "1.1.1s"
10-
OPENSSL_WINDOWS "1.1.1s"
8+
OPENSSL_LINUX "1.1.1t"
9+
OPENSSL_MACOS "1.1.1t"
10+
OPENSSL_WINDOWS "1.1.1t"
1111
USE_RCLONE "true"
1212
MINIMAL_DEBUG_INFO "On"

0 commit comments

Comments
 (0)
0