Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ecccb67936e9877ba146ec0deb1eed939e31298f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ecccb67936e9877ba146ec0deb1eed939e31298f)
  • Date: Sat, 2 Jul 2016 12:00:11 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
security/letskencrypt/BUILD | 1 +
security/letskencrypt/DEPENDS | 1 +
security/letskencrypt/DETAILS | 15 +++++++++++++++
security/letskencrypt/HISTORY | 2 ++
security/letskencrypt/INSTALL | 1 +
6 files changed, 24 insertions(+)

New commits:
commit ecccb67936e9877ba146ec0deb1eed939e31298f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

letskencrypt: new spell, portable version of letskencrypt, a secure Let's
Encrypt client

diff --git a/ChangeLog b/ChangeLog
index 8d69f67..dd5ed13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * security/letskencrypt: new spell, portable version of letskencrypt,
+ a secure Let's Encrypt client
+
2016-07-01 Vlad Glagolev <stealth AT sourcemage.org>
* xfce/xfmpc: new spell, graphical GTK+ MPD client focusing on low
footprint
diff --git a/security/letskencrypt/BUILD b/security/letskencrypt/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/security/letskencrypt/BUILD
@@ -0,0 +1 @@
+make
diff --git a/security/letskencrypt/DEPENDS b/security/letskencrypt/DEPENDS
new file mode 100755
index 0000000..e2b9565
--- /dev/null
+++ b/security/letskencrypt/DEPENDS
@@ -0,0 +1 @@
+depends libressl
diff --git a/security/letskencrypt/DETAILS b/security/letskencrypt/DETAILS
new file mode 100755
index 0000000..26d53b4
--- /dev/null
+++ b/security/letskencrypt/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=letskencrypt
+ SPELLX=${SPELL}-portable
+ VERSION=0.1.7
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/kristapsdz/${SPELLX}/archive/VERSION_${VERSION//./_}/${SOURCE}
+
SOURCE_HASH=sha512:8c346b5105a2feb9d0ef1610f3eb8fe010173043fe45996635dd76241a13114c53384176f87940d373adf4fe5b10cb83f21b12c90e7a22f1f14c381dcfc494f4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-VERSION_${VERSION//./_}"
+ WEB_SITE=https://kristaps.bsd.lv/letskencrypt/
+ LICENSE[0]=ISC
+ ENTERED=20160702
+ SHORT="portable version of letskencrypt, a secure Let's Encrypt
client"
+cat << EOF
+letskencrypt-portable is yet another Let's Encrypt client, but one with a
strong
+focus on security.
+EOF
diff --git a/security/letskencrypt/HISTORY b/security/letskencrypt/HISTORY
new file mode 100644
index 0000000..d66e7e5
--- /dev/null
+++ b/security/letskencrypt/HISTORY
@@ -0,0 +1,2 @@
+2016-07-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: created spell, version 0.1.7
diff --git a/security/letskencrypt/INSTALL b/security/letskencrypt/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/security/letskencrypt/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ecccb67936e9877ba146ec0deb1eed939e31298f), Vlad Glagolev, 07/02/2016

Archive powered by MHonArc 2.6.24.

Top of Page