Skip to Content.
Sympa Menu

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

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 (6f7c87e099bc6678dae629fd644dde3447fca24f)
  • Date: Wed, 23 Apr 2008 15:27:24 -0500

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

ChangeLog | 5 ++++-
python-pypi/rsa/DEPENDS | 1 +
python-pypi/rsa/DETAILS | 14 ++++++++++++++
python-pypi/rsa/HISTORY | 2 ++
4 files changed, 21 insertions(+), 1 deletion(-)

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

rsa: new spell, Pure-Python RSA implementation

diff --git a/ChangeLog b/ChangeLog
index 2085af6..7bdf774 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-2008-04-13 Vlad Glagolev <stealth AT sourcemage.org>
+2008-04-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/rsa: new spell, Pure-Python RSA implementation
+
+2008-04-23 Vlad Glagolev <stealth AT sourcemage.org>
* disk/discid: new spell, program to calculate the disc-ID for audio
cds
* ruby-raa/rubyripper: new spell, secure audio-cd ripper for *NIX

diff --git a/python-pypi/rsa/DEPENDS b/python-pypi/rsa/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/rsa/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/rsa/DETAILS b/python-pypi/rsa/DETAILS
new file mode 100755
index 0000000..1ae7268
--- /dev/null
+++ b/python-pypi/rsa/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=rsa
+ VERSION=1.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/r/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:2c8bb2a0b0e3b887810a866540789f3b0a0f7f2ba7ec5eb95bc4889d800f16c1f71e585e0f7ed36eae44aa2b0d26ff550cfcd8a1e55a81da12f85be8cc5987e8
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.stuvel.eu/rsa
+ LICENSE[0]=GPL
+ ENTERED=20080424
+ SHORT="Pure-Python RSA implementation"
+cat << EOF
+It's a module for calculating large primes, and RSA encryption, decryption,
+signing and verification. Includes generating public and private keys.
+EOF
diff --git a/python-pypi/rsa/HISTORY b/python-pypi/rsa/HISTORY
new file mode 100644
index 0000000..b8bb999
--- /dev/null
+++ b/python-pypi/rsa/HISTORY
@@ -0,0 +1,2 @@
+2008-04-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6f7c87e099bc6678dae629fd644dde3447fca24f), Vlad Glagolev, 04/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page