From c8fabbc895c000754201022f156cddc8d3f444c9 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Tue, 31 Oct 2023 21:21:30 +0100
Subject: [PATCH] rebuild swi-prolog & switch to openssl-3.1

---
 components/runtime/swi-prolog/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/runtime/swi-prolog/Makefile b/components/runtime/swi-prolog/Makefile
index 10a5691..7ba7280 100644
--- a/components/runtime/swi-prolog/Makefile
+++ b/components/runtime/swi-prolog/Makefile
@@ -13,11 +13,12 @@
 #
 
 BUILD_STYLE= cmake
-USE_OPENSSL11= yes
+OPENSSL_VERSION= 3.1
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		swipl
 COMPONENT_VERSION=	9.0.4
+COMPONENT_REVISION=	1
 COMPONENT_SUMMARY=	Robust, mature, free. Prolog for the real world.
 COMPONENT_PROJECT_URL= https://www.swi-prolog.org
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -74,7 +75,7 @@
 REQUIRED_PACKAGES += library/pcre2
 REQUIRED_PACKAGES += library/qt5
 REQUIRED_PACKAGES += library/readline
-REQUIRED_PACKAGES += library/security/openssl-11
+REQUIRED_PACKAGES += library/security/openssl-31
 REQUIRED_PACKAGES += library/unixodbc
 REQUIRED_PACKAGES += library/zlib
 REQUIRED_PACKAGES += runtime/java/openjdk8

--
Gitblit v1.9.3