Skip to Content.
Sympa Menu

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

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 (26718fe3e11fffc1338c8b1ddabe349a99678e6b)
  • Date: Thu, 24 Feb 2022 22:10:56 +0000

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

ChangeLog | 3 +++
crypto/wolfssl/DETAILS | 20 ++++++++++++++++++++
crypto/wolfssl/HISTORY | 2 ++
crypto/wolfssl/PRE_BUILD | 5 +++++
4 files changed, 30 insertions(+)

New commits:
commit 26718fe3e11fffc1338c8b1ddabe349a99678e6b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wolfssl: new spell, Embedded TLS Library

diff --git a/ChangeLog b/ChangeLog
index 053b339..bde012c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-02-24 Ismael Luceno <ismael AT sourcemage.org>
+ * crypto/wolfssl: new spell, Embedded TLS Library
+
2022-02-24 Treeve Jelbert <treeve AT sourcemage.org>
* xorg.gpg: add Shashank Sharma <contactshashanksharma AT gmail.com>

diff --git a/crypto/wolfssl/DETAILS b/crypto/wolfssl/DETAILS
new file mode 100755
index 0000000..67c81a2
--- /dev/null
+++ b/crypto/wolfssl/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=wolfssl
+ VERSION=5.2.0
+ SOURCE="$SPELL-$VERSION.zip"
+ SOURCE_URL[0]="https://www.wolfssl.com/$SOURCE";
+
SOURCE_HASH=sha512:eb3565cffd261c13b69d7049b0bc6ea030419a29aeb3f0937ea2f1de2c6b22aeabee354abe5c0d88fcd7249eb9b3f63ff4ca2dd61942c4fda6c067d0cc2d9def
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://www.wolfssl.com/";
+ LICENSE[0]="GPL-2.0-or-later"
+ ENTERED=20220224
+ KEYWORDS=""
+ SHORT="Embedded TLS Library"
+cat << EOF
+The wolfSSL embedded TLS library is a lightweight, portable, C-language-based
+SSL/TLS library targeted at IoT, embedded, and RTOS environments primarily
+because of its size, speed, and feature set. It works seamlessly in desktop,
+enterprise, and cloud environments as well. wolfSSL supports industry
standards
+up to the current TLS 1.3 and DTLS 1.2, is up to 20 times smaller than
OpenSSL,
+offers a simple API, an OpenSSL compatibility layer, OCSP and CRL support,
+is backed by the robust wolfCrypt cryptography library, and much more.
+EOF
diff --git a/crypto/wolfssl/HISTORY b/crypto/wolfssl/HISTORY
new file mode 100644
index 0000000..959b778
--- /dev/null
+++ b/crypto/wolfssl/HISTORY
@@ -0,0 +1,2 @@
+2022-02-24 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PRE_BUILD: spell created
diff --git a/crypto/wolfssl/PRE_BUILD b/crypto/wolfssl/PRE_BUILD
new file mode 100755
index 0000000..e352e2c
--- /dev/null
+++ b/crypto/wolfssl/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' \
+ build-aux/ltmain.sh



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (26718fe3e11fffc1338c8b1ddabe349a99678e6b), Ismael Luceno, 02/24/2022

Archive powered by MHonArc 2.6.24.

Top of Page