Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (99557750ced5545baae024e29d2851a5f314bce0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (99557750ced5545baae024e29d2851a5f314bce0)
  • Date: Thu, 4 May 2023 03:45:39 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
crypto/libretls/CONFLICTS | 1 +
crypto/libretls/DEPENDS | 2 ++
crypto/libretls/DETAILS | 20 ++++++++++++++++++++
crypto/libretls/HISTORY | 3 +++
crypto/libretls/PROVIDES | 1 +
6 files changed, 28 insertions(+)

New commits:
commit 99557750ced5545baae024e29d2851a5f314bce0
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

crypto/libretls: new spell, libtls for openssl

diff --git a/ChangeLog b/ChangeLog
index 896a545..1d4b11a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* utils/swhkd: new spell, sxhkd clone for wayland
* utils/waynergy: new spell, synergy client for wayland compositors
* utils/wl-clipboard: new spell, copy and paste utilities for wayland
+ * crypto/libretls: new spell, libtls for openssl

2023-04-30 Pavel Vinogradov <public AT sourcemage.org>
* rust-crates/tuigreet: new spell, a graphical console greeter for
greetd
diff --git a/crypto/libretls/CONFLICTS b/crypto/libretls/CONFLICTS
new file mode 100755
index 0000000..4ac1907
--- /dev/null
+++ b/crypto/libretls/CONFLICTS
@@ -0,0 +1 @@
+conflicts libressl
diff --git a/crypto/libretls/DEPENDS b/crypto/libretls/DEPENDS
new file mode 100755
index 0000000..6aa6955
--- /dev/null
+++ b/crypto/libretls/DEPENDS
@@ -0,0 +1,2 @@
+depends PKG-CONFIG &&
+depends openssl
diff --git a/crypto/libretls/DETAILS b/crypto/libretls/DETAILS
new file mode 100755
index 0000000..29692c4
--- /dev/null
+++ b/crypto/libretls/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=libretls
+ VERSION=3.7.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://causal.agency/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha256:9aa5d3a9133932c362075259b0b17bb0c89741fa1b2535136df2ded7a0c13392
+ LICENSE[0]=ISC
+ WEB_SITE=https://git.causal.agency/libretls/
+ ENTERED=20230503
+ KEYWORDS="crypto libtls ssl"
+ SHORT="libtls for openssl"
+cat << EOF
+LibreTLS is a port of libtls from LibreSSL to OpenSSL.
+libtls is a new TLS library, designed to make it easier
+to write foolproof applications.
+
+libtls provides an excellent new API, but LibreSSL can be difficult to
+install on systems which already use OpenSSL. LibreTLS aims to make the
+libtls API more easily and widely available.
+EOF
diff --git a/crypto/libretls/HISTORY b/crypto/libretls/HISTORY
new file mode 100644
index 0000000..cf68ea1
--- /dev/null
+++ b/crypto/libretls/HISTORY
@@ -0,0 +1,3 @@
+o2023-05-02 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS, CONFLICTS, PROVIDES, DETAILS: ver 3.7.0, new spell
+
diff --git a/crypto/libretls/PROVIDES b/crypto/libretls/PROVIDES
new file mode 100755
index 0000000..f60078c
--- /dev/null
+++ b/crypto/libretls/PROVIDES
@@ -0,0 +1 @@
+LIBTLS



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (99557750ced5545baae024e29d2851a5f314bce0), Conner Clere, 05/03/2023

Archive powered by MHonArc 2.6.24.

Top of Page