Skip to Content.
Sympa Menu

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

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 (1a3f965a8de270348891fa0c6534d4ba7b5d5829)
  • Date: Thu, 12 Feb 2015 07:36:07 -0600

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

ChangeLog | 4 ++++
libs/libtomcrypt/BUILD | 1 +
libs/libtomcrypt/DETAILS | 17 +++++++++++++++++
libs/libtomcrypt/HISTORY | 2 ++
4 files changed, 24 insertions(+)

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

libtomcrypt: new spell, modular and portable cryptographic toolkit

diff --git a/ChangeLog b/ChangeLog
index 889c3fb..4aeba91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-12 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/libtomcrypt: new spell, modular and portable cryptographic
+ toolkit
+
2015-02-05 Vlad Glagolev <stealth AT sourcemage.org>
* accounts, groups: added account data for rpcbind spell

diff --git a/libs/libtomcrypt/BUILD b/libs/libtomcrypt/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/libs/libtomcrypt/BUILD
@@ -0,0 +1 @@
+make
diff --git a/libs/libtomcrypt/DETAILS b/libs/libtomcrypt/DETAILS
new file mode 100755
index 0000000..b1f94b1
--- /dev/null
+++ b/libs/libtomcrypt/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=libtomcrypt
+ VERSION=1.17
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]=http://www.libtom.net/files/crypt-$VERSION.tar.bz2
+
SOURCE_HASH=sha512:9335df5ae0a2c8e33e8f03ced0cfb0a8d1ac4bccd007b74818228c3b8b232446b4425356f304a08320b75542a537a46b305b92c3011dee76dfd636497bf57af2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://www.libtom.net/";
+ LICENSE[0]="WTFPL"
+ ENTERED=20150212
+ KEYWORDS=""
+ SHORT="modular and portable cryptographic toolkit"
+cat << EOF
+LibTomCrypt is a fairly comprehensive, modular and portable cryptographic
+toolkit that provides developers with a vast array of well known published
+block ciphers, one-way hash functions, chaining modes, pseudo-random number
+generators, public key cryptography and a plethora of other routines.
+EOF
diff --git a/libs/libtomcrypt/HISTORY b/libs/libtomcrypt/HISTORY
new file mode 100644
index 0000000..34389dc
--- /dev/null
+++ b/libs/libtomcrypt/HISTORY
@@ -0,0 +1,2 @@
+2015-02-12 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1a3f965a8de270348891fa0c6534d4ba7b5d5829), Ismael Luceno, 02/12/2015

Archive powered by MHonArc 2.6.24.

Top of Page