8000 Update OpenSSL to 1.1.1l and OpenLDAP to 2.4.59 by KVS85 · Pull Request #14768 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content
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 @@
devel
-----

* Updated OpenSSL to 1.1.1l and OpenLDAP to 2.4.59.

* APM-70: allow PRUNE condition to be stored in a variable.

This feature allows the PRUNE condition to be stored in a variable, and
Expand Down
6 changes: 3 additions & 3 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ SYNCER_REV "2.6.0"
GCC_LINUX "10.2.1_pre1-r3"
MSVC_WINDOWS "2019"
MACOS_MIN "10.14"
OPENSSL_LINUX "1.1.1k"
OPENSSL_MACOS "1.1.1k"
OPENSSL_WINDOWS "1.1.1k"
OPENSSL_LINUX "1.1.1l"
OPENSSL_MACOS "1.1.1l"
OPENSSL_WINDOWS "1.1.1l"
USE_RCLONE "true"
MINIMAL_DEBUG_INFO "On"
DEFAULT_ARCHITECTURE "sandy-bridge"
0