Skip to Content.
Sympa Menu

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

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 (4430e2e3509f397dd99a3ce9a79d6df8c55cec23)
  • Date: Thu, 20 Jul 2023 09:21:45 +0000

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

crypto/libfido2/DEPENDS | 2 +-
crypto/libfido2/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 4430e2e3509f397dd99a3ce9a79d6df8c55cec23
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libfido2: Switch dep to SSL, builds with libressl

diff --git a/crypto/libfido2/DEPENDS b/crypto/libfido2/DEPENDS
index ae17773..59ed5c7 100755
--- a/crypto/libfido2/DEPENDS
+++ b/crypto/libfido2/DEPENDS
@@ -1,5 +1,5 @@
. "$GRIMOIRE"/CMAKE_DEPENDS &&
-depends openssl &&
+depends SSL &&
depends libcbor &&
depends zlib &&
depends DEVICE-MANAGER
diff --git a/crypto/libfido2/HISTORY b/crypto/libfido2/HISTORY
index 298d0e8..23e526f 100644
--- a/crypto/libfido2/HISTORY
+++ b/crypto/libfido2/HISTORY
@@ -1,3 +1,6 @@
+2023-07-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: switched to SSL, builds fine with libressl
+
2023-05-05 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: cmake, and exec bit to activate it




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4430e2e3509f397dd99a3ce9a79d6df8c55cec23), Ismael Luceno, 07/20/2023

Archive powered by MHonArc 2.6.24.

Top of Page