Skip to Content.
Sympa Menu

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

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 (26d3ceec35eba4bbf6bbfc0d9111cfd65f6f7d93)
  • Date: Tue, 17 Oct 2023 13:35:26 +0000

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

net/openvpn/BUILD | 5 +++++
net/openvpn/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 26d3ceec35eba4bbf6bbfc0d9111cfd65f6f7d93
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

openvpn: Fix build against libressl 3.8.1

diff --git a/net/openvpn/BUILD b/net/openvpn/BUILD
new file mode 100755
index 0000000..37447cd
--- /dev/null
+++ b/net/openvpn/BUILD
@@ -0,0 +1,5 @@
+# FIXME Engine API is only partially implemented on LibreSSL 3.8.1
+if is_depends_enabled "$SPELL" libressl; then
+ OPTS+=" --without-openssl-engine"
+fi &&
+default_build
diff --git a/net/openvpn/HISTORY b/net/openvpn/HISTORY
index 8c6ec8a..1937879 100644
--- a/net/openvpn/HISTORY
+++ b/net/openvpn/HISTORY
@@ -1,3 +1,6 @@
+2023-10-17 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: fixed build against libressl 3.8.1
+
2023-08-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.6.6




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (26d3ceec35eba4bbf6bbfc0d9111cfd65f6f7d93), Ismael Luceno, 10/17/2023

Archive powered by MHonArc 2.6.24.

Top of Page