Skip to Content.
Sympa Menu

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

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 (c5d837f5fa31f4b222e2640ea626a8901aa94f01)
  • Date: Fri, 1 Oct 2021 14:53:47 +0000

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

ChangeLog | 4 ++++
crypto/minisign/CONFIGURE | 1 +
crypto/minisign/DEPENDS | 2 ++
crypto/minisign/DETAILS | 18 ++++++++++++++++++
crypto/minisign/HISTORY | 2 ++
crypto/signify/DETAILS | 4 ++--
crypto/signify/HISTORY | 3 +++
python-pypi/xkcdpass/DEPENDS | 1 +
python-pypi/xkcdpass/DETAILS | 15 +++++++++++++++
python-pypi/xkcdpass/HISTORY | 2 ++
10 files changed, 50 insertions(+), 2 deletions(-)

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

xkcdpass: new spell, XKCD-inspired secure passphrase generator

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

minisign: new spell, dead simple tool to sign files

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

signify 30

diff --git a/ChangeLog b/ChangeLog
index 0f1addf..68dd87d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-10-01 Ismael Luceno <ismael AT sourcemage.org>
+ * crypto/minisign: new spell, dead simple tool to sign files
+ * python-pypi/xkcdpass: new spell, XKCD-inspired secure passphrase
generator
+
2021-10-01 Treeve Jelbert <treeve AT sourcemage.org>
* poppler.gpg: move to root

diff --git a/crypto/minisign/CONFIGURE b/crypto/minisign/CONFIGURE
new file mode 100755
index 0000000..b1e2770
--- /dev/null
+++ b/crypto/minisign/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_CONFIGURE
diff --git a/crypto/minisign/DEPENDS b/crypto/minisign/DEPENDS
new file mode 100755
index 0000000..ddabb2b
--- /dev/null
+++ b/crypto/minisign/DEPENDS
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/CMAKE_DEPENDS &&
+depends libsodium
diff --git a/crypto/minisign/DETAILS b/crypto/minisign/DETAILS
new file mode 100755
index 0000000..e7181b7
--- /dev/null
+++ b/crypto/minisign/DETAILS
@@ -0,0 +1,18 @@
+. "$GRIMOIRE"/CMAKE_FUNCTIONS
+ SPELL=minisign
+ VERSION=0.9
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/jedisct1/$SPELL/releases/download/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:1934ef5d4d35e1f19483814513059d799432d1d759666e5c087ff918e3a55916719276357bcf5bd2418f80e613d590405b74d3fa3cf60cb2f7d089af6fc06585
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://jedisct1.github.io/minisign/";
+ LICENSE[0]="ISC"
+ ENTERED=20211001
+ KEYWORDS=""
+ SHORT="dead simple tool to sign files"
+cat << EOF
+Minisign is a dead simple tool to sign files and verify signatures.
+
+It is portable, lightweight, and uses the highly secure Ed25519 public-key
+signature system.
+EOF
diff --git a/crypto/minisign/HISTORY b/crypto/minisign/HISTORY
new file mode 100644
index 0000000..cd1b22a
--- /dev/null
+++ b/crypto/minisign/HISTORY
@@ -0,0 +1,2 @@
+2021-10-01 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: spell created
diff --git a/crypto/signify/DETAILS b/crypto/signify/DETAILS
index 32d8b1e..083c186 100755
--- a/crypto/signify/DETAILS
+++ b/crypto/signify/DETAILS
@@ -1,8 +1,8 @@
SPELL=signify
- VERSION=29
+ VERSION=30
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/aperezdc/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:a0fc07c176f3e0e6ea32d059fb6cc27849159dcc3975c47b2b0a54f7047cb1f1dc0e032f2c55eaf84096b0a84288193afec0777e669851a7c7f97a880fb0f0ab
+
SOURCE_HASH=sha512:4a1ebcdbf7aa74865b97cadbf5380460702306b6d0a77306e6c943bb0c3419ca929ecd3455522da4448d780a56c8eddeb26fb4d7fb006fc3bf23f69693c39e87
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/aperezdc/signify";
LICENSE[0]="BSD"
diff --git a/crypto/signify/HISTORY b/crypto/signify/HISTORY
index 12849fc..6521831 100644
--- a/crypto/signify/HISTORY
+++ b/crypto/signify/HISTORY
@@ -1,3 +1,6 @@
+2021-10-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 30
+
2020-06-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 29

diff --git a/python-pypi/xkcdpass/DEPENDS b/python-pypi/xkcdpass/DEPENDS
new file mode 100755
index 0000000..8c09196
--- /dev/null
+++ b/python-pypi/xkcdpass/DEPENDS
@@ -0,0 +1 @@
+depends python3
diff --git a/python-pypi/xkcdpass/DETAILS b/python-pypi/xkcdpass/DETAILS
new file mode 100755
index 0000000..5021dd3
--- /dev/null
+++ b/python-pypi/xkcdpass/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=xkcdpass
+ VERSION=1.19.3
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/redacted/XKCD-password-generator/archive/refs/tags/$SOURCE
+
SOURCE_HASH=sha512:d27feff1d68d69219ff989cce0d353e29d4564f51d3d1497d6f587f60963986d99fcd95a581a156a97c0b4b2e99c1dd2577ac3c1bf9e6b3a1761b53c4d7b7c94
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/XKCD-password-generator-$SPELL-$VERSION"
+ WEB_SITE="https://github.com/redacted/XKCD-password-generator";
+ LICENSE[0]="CC-BY-3.0"
+ ENTERED=20211001
+ KEYWORDS=""
+ SHORT="XKCD-inspired secure passphrase generator"
+cat << EOF
+A flexible and scriptable password generator which generates strong
+passphrases, inspired by XKCD 936 <https://xkcd.com/936/>.
+EOF
diff --git a/python-pypi/xkcdpass/HISTORY b/python-pypi/xkcdpass/HISTORY
new file mode 100644
index 0000000..0b8d2f2
--- /dev/null
+++ b/python-pypi/xkcdpass/HISTORY
@@ -0,0 +1,2 @@
+2021-10-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c5d837f5fa31f4b222e2640ea626a8901aa94f01), Ismael Luceno, 10/01/2021

Archive powered by MHonArc 2.6.24.

Top of Page