diff options
author | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2022-12-05 01:47:35 +0900 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-07-25 10:57:39 +0200 |
commit | f5d1b16ca2b85901d04e6f9dcad16cd36bad2333 (patch) | |
tree | be96fc8dd5f6605204270318a452ef6b099db307 /download.lst | |
parent | d8e9cf6c412874ce7185b98997afd7fb24820f71 (diff) |
openldap: upgrade to release 2.6.4
Fixes CVE-2023-2953.
Because NSS support has been removed in release 2.5,
switch TLS/SSL module used by OpenLDAP to OpenSSL.
Add -pthread flag to openldap_LDFLAGS when building on Linux.
This avoids errors that occur in libcrypto.a (libcrypto-lib-threads_pthread.o).
Change-Id: I4779ce40233d144d930f20e85db7b4ba08f91ea1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143646
Tested-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
(cherry picked from commit 299ea597d154e1dc3d0f09adf67e05747cca54cf)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154414
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/download.lst b/download.lst index 9a7ae74a1a9e..a218a4c388e8 100644 --- a/download.lst +++ b/download.lst @@ -418,8 +418,8 @@ OFFICEOTRON_JAR := 8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar # three static lines # so that git cherry-pick # will not run into conflicts -OPENLDAP_SHA256SUM := 99f37d6747d88206c470067eda624d5e48c1011e943ec0ab217bae8712e22f34 -OPENLDAP_TARBALL := openldap-2.4.59.tgz +OPENLDAP_SHA256SUM := d51704e50178430c06cf3d8aa174da66badf559747a47d920bb54b2d4aa40991 +OPENLDAP_TARBALL := openldap-2.6.4.tgz # three static lines # so that git cherry-pick # will not run into conflicts |