Skip to Content.
Sympa Menu

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

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 (a742780f50f8e3724f8630b5eddece7f4e4992a1)
  • Date: Sun, 11 Sep 2016 21:03:42 +0000

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

security/acme-client/BUILD | 1 +
security/acme-client/DEPENDS | 2 ++
security/acme-client/DETAILS | 18 ++++++++++++++++++
security/acme-client/HISTORY | 11 +++++++++++
security/acme-client/INSTALL | 1 +
security/acme-client/PRE_BUILD | 4 ++++
security/letskencrypt/BUILD | 2 +-
security/letskencrypt/DEPENDS | 1 -
security/letskencrypt/DETAILS | 22 +++++++---------------
security/letskencrypt/DOWNLOAD | 1 +
security/letskencrypt/HISTORY | 5 +++++
security/letskencrypt/INSTALL | 2 +-
security/letskencrypt/PRE_BUILD | 5 +----
security/letskencrypt/UP_TRIGGERS | 2 ++
14 files changed, 55 insertions(+), 22 deletions(-)

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

acme-client: depends on libbsd

commit c35dc29a9d8f30caae6473ae59c51cd55a825a88
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

acme-client 0.1.11

commit 91a30789a4fab3b333cf011ec71ad8dc3bb2b157
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

letskencrypt: renamed to acme-client

diff --git a/security/acme-client/BUILD b/security/acme-client/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/security/acme-client/BUILD
@@ -0,0 +1 @@
+make
diff --git a/security/acme-client/DEPENDS b/security/acme-client/DEPENDS
new file mode 100755
index 0000000..efddf2f
--- /dev/null
+++ b/security/acme-client/DEPENDS
@@ -0,0 +1,2 @@
+depends libbsd &&
+depends libressl
diff --git a/security/acme-client/DETAILS b/security/acme-client/DETAILS
new file mode 100755
index 0000000..85a8c90
--- /dev/null
+++ b/security/acme-client/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=acme-client
+ SPELLX=${SPELL}-portable
+ VERSION=0.1.11
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/kristapsdz/${SPELLX}/archive/VERSION_${VERSION//./_}/${SOURCE}
+
SOURCE_HASH=sha512:8fb0a73076ddcfd6a0a8da9a810d2f65e1cace051a8841fca7f466c9a6488307239be669a951c95481a2bb1c703e9e53e3149c4369a9fd71cfe6af4f5a31736f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-VERSION_${VERSION//./_}"
+ WEB_SITE=https://kristaps.bsd.lv/acme-client/
+ LICENSE[0]=ISC
+ ENTERED=20160702
+ SHORT="a secure Let's Encrypt client"
+cat << EOF
+acme-client is yet another Let's Encrypt client, but one with a strong focus
+on security.
+
+(This used to be named letskencrypt, but was renamed to acme-client in
+version 0.1.11.)
+EOF
diff --git a/security/acme-client/HISTORY b/security/acme-client/HISTORY
new file mode 100644
index 0000000..f109dac
--- /dev/null
+++ b/security/acme-client/HISTORY
@@ -0,0 +1,11 @@
+2016-09-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: renamed from
+ letskencrypt
+ * DETAILS: updated spell to 0.1.11
+ * DEPENDS: depends on libbsd
+
+2016-08-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.1.9
+
+2016-07-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, {PRE_,}BUILD, INSTALL: created spell, version
0.1.7
diff --git a/security/acme-client/INSTALL b/security/acme-client/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/security/acme-client/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install
diff --git a/security/acme-client/PRE_BUILD b/security/acme-client/PRE_BUILD
new file mode 100755
index 0000000..5907f07
--- /dev/null
+++ b/security/acme-client/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sedit "s:man/man1:share/man/man1:" GNUmakefile
diff --git a/security/letskencrypt/BUILD b/security/letskencrypt/BUILD
index 8f58e6d..27ba77d 100755
--- a/security/letskencrypt/BUILD
+++ b/security/letskencrypt/BUILD
@@ -1 +1 @@
-make
+true
diff --git a/security/letskencrypt/DEPENDS b/security/letskencrypt/DEPENDS
deleted file mode 100755
index e2b9565..0000000
--- a/security/letskencrypt/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends libressl
diff --git a/security/letskencrypt/DETAILS b/security/letskencrypt/DETAILS
index 14883cc..a9c31c2 100755
--- a/security/letskencrypt/DETAILS
+++ b/security/letskencrypt/DETAILS
@@ -1,15 +1,7 @@
- SPELL=letskencrypt
- SPELLX=${SPELL}-portable
- VERSION=0.1.9
- SOURCE=${SPELLX}-${VERSION}.tar.gz
-
SOURCE_URL[0]=https://github.com/kristapsdz/${SPELLX}/archive/VERSION_${VERSION//./_}/${SOURCE}
-
SOURCE_HASH=sha512:0d801d123c2619542a05cc99a3d9fc85a699daae2091a21d981be6c728566b6ee7b5520e14fee152a194e56f79435137b42a835b4606934204ba574f768c6583
-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
+ SPELL=letskencrypt
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by acme-client]
+ EOF
diff --git a/security/letskencrypt/DOWNLOAD b/security/letskencrypt/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/security/letskencrypt/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/security/letskencrypt/HISTORY b/security/letskencrypt/HISTORY
index a82d0fe..9f7a08d 100644
--- a/security/letskencrypt/HISTORY
+++ b/security/letskencrypt/HISTORY
@@ -1,3 +1,8 @@
+2016-09-11 Ismael Luceno <ismael AT sourcemage.org>
+ * spell deprecated [renamed to acme-client]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2016-08-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.1.9

diff --git a/security/letskencrypt/INSTALL b/security/letskencrypt/INSTALL
index e72b41d..27ba77d 100755
--- a/security/letskencrypt/INSTALL
+++ b/security/letskencrypt/INSTALL
@@ -1 +1 @@
-make PREFIX="${INSTALL_ROOT}/usr" install
+true
diff --git a/security/letskencrypt/PRE_BUILD b/security/letskencrypt/PRE_BUILD
index 5907f07..27ba77d 100755
--- a/security/letskencrypt/PRE_BUILD
+++ b/security/letskencrypt/PRE_BUILD
@@ -1,4 +1 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-sedit "s:man/man1:share/man/man1:" GNUmakefile
+true
diff --git a/security/letskencrypt/UP_TRIGGERS
b/security/letskencrypt/UP_TRIGGERS
new file mode 100755
index 0000000..e53b013
--- /dev/null
+++ b/security/letskencrypt/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger letskencrypt dispel_self
+up_trigger acme-client cast_self



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a742780f50f8e3724f8630b5eddece7f4e4992a1), Ismael Luceno, 09/11/2016

Archive powered by MHonArc 2.6.24.

Top of Page