Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5f5e7a86b180605fa6514f71fa037ba77bd1e10b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5f5e7a86b180605fa6514f71fa037ba77bd1e10b)
  • Date: Sun, 27 Mar 2022 22:27:15 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

collab/openldap/HISTORY | 3 +++
collab/openldap/PRE_BUILD | 5 +++++
2 files changed, 8 insertions(+)

New commits:
commit 5f5e7a86b180605fa6514f71fa037ba77bd1e10b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

openldap: Fix build against LibreSSL 3.4+

diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index 59554f5..765d00e 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,3 +1,6 @@
+2022-03-27 Ismael Luceno <ismael AT iodev.co.uk>
+ * PRE_BUILD: fixed build against libressl 3.4+
+
2022-03-26 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS, PREPARE: removed OPENLDAP_BRANCH
* PRE_BUILD, openldap-2.4.31-ntlm.patch: removed, no longer needed
diff --git a/collab/openldap/PRE_BUILD b/collab/openldap/PRE_BUILD
new file mode 100755
index 0000000..312bd67
--- /dev/null
+++ b/collab/openldap/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# Enable compiling against LibreSSL 3.4+; OpenLDAP tests for an OpenSSL 1.1.1
+# function it doesn't actually use, so choose one that LibreSSL implements.
+sedit 's@_export_keying_material_early@_write_early_data@' configure



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5f5e7a86b180605fa6514f71fa037ba77bd1e10b), Ismael Luceno, 03/27/2022

Archive powered by MHonArc 2.6.24.

Top of Page