Skip to Content.
Sympa Menu

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

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 (15d2419671d871e6d4af5d794b77cb1f6ff66b82)
  • Date: Wed, 24 Jun 2015 15:29:57 +0000

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

ChangeLog | 2 ++
haskell/haskell-entropy/DEPENDS | 1 +
haskell/haskell-entropy/DETAILS | 17 +++++++++++++++++
haskell/haskell-entropy/HISTORY | 2 ++
4 files changed, 22 insertions(+)

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

haskell-entropy: new spell, cryptographically strong entropy

diff --git a/ChangeLog b/ChangeLog
index db724bd..53c2a7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@
library
* haskell/haskell-sandi: new spell, Reasonably fast data encoding
library.
+ * haskell/haskell-entropy: new spell, cryptographically strong
+ entropy

2015-06-18 Treeve Jelbert <treeve AT sourcemage.org>
* database/ejdb: embeddable (in-process) database engine
diff --git a/haskell/haskell-entropy/DEPENDS b/haskell/haskell-entropy/DEPENDS
new file mode 100755
index 0000000..8eace53
--- /dev/null
+++ b/haskell/haskell-entropy/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-entropy/DETAILS b/haskell/haskell-entropy/DETAILS
new file mode 100755
index 0000000..5bcc7b3
--- /dev/null
+++ b/haskell/haskell-entropy/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=haskell-entropy
+ VERSION=0.3.7
+ SOURCE="entropy-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://hackage.haskell.org/package/entropy-$VERSION/$SOURCE
+
SOURCE_HASH=sha512:920521a35cba9c627ee97daa9675ad1764ac91762800371cc9e491320afeae7994a431ea6938cb7464a0e6affc274a24148c405d7eca2d401d925cc2e2a84f85
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/entropy-$VERSION"
+ WEB_SITE="https://github.com/TomMD/entropy";
+ LICENSE[0]="BSD3"
+ ENTERED=20150624
+ KEYWORDS=""
+ SHORT="cryptographically strong entropy"
+cat << EOF
+A platform independent method to obtain cryptographically strong entropy
+(RDRAND when available anywhere, urandom on nix, CryptAPI on Windows, patches
+welcome) Users looking for cryptographically strong (number-theoretically
+sound) PRNGs should see the DRBG package too.
+EOF
diff --git a/haskell/haskell-entropy/HISTORY b/haskell/haskell-entropy/HISTORY
new file mode 100644
index 0000000..db89f32
--- /dev/null
+++ b/haskell/haskell-entropy/HISTORY
@@ -0,0 +1,2 @@
+2015-06-24 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (15d2419671d871e6d4af5d794b77cb1f6ff66b82), Ismael Luceno, 06/24/2015

Archive powered by MHonArc 2.6.24.

Top of Page