Skip to Content.
Sympa Menu

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

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 (dc6f78c3dbeffa4670ae54539300bdcba8b6eda1)
  • Date: Sat, 24 Jul 2010 06:07:14 -0500

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

ChangeLog | 4 ++++
python-pypi/py-bcrypt/DEPENDS | 1 +
python-pypi/py-bcrypt/DETAILS | 19 +++++++++++++++++++
python-pypi/py-bcrypt/HISTORY | 2 ++
4 files changed, 26 insertions(+)

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

py-bcrypt: new spell, Python wrapper of OpenBSD's Blowfish password
hashing code

diff --git a/ChangeLog b/ChangeLog
index 354a835..f26be18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/py-bcrypt: new spell, Python wrapper of OpenBSD's
Blowfish
+ password hashing code
+
2010-07-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* utils/iozone: new spell, a filesystem benchmark

diff --git a/python-pypi/py-bcrypt/DEPENDS b/python-pypi/py-bcrypt/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/py-bcrypt/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/py-bcrypt/DETAILS b/python-pypi/py-bcrypt/DETAILS
new file mode 100755
index 0000000..897e498
--- /dev/null
+++ b/python-pypi/py-bcrypt/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=py-bcrypt
+ VERSION=0.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://www.mindrot.org/files/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:d01f263ebb309b4018e457714f8a2cfad6b3a4c33c8b151e2c66de3a658a8495e50704ce10122f0cb551f7669fa9a8f9fdc8d2c5af22e39352c22feb45eaf777
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://www.mindrot.org/projects/py-bcrypt/
+ LICENSE[0]=BSD
+ LICENSE[1]=ISC
+ ENTERED=20100724
+ SHORT="Python wrapper of OpenBSD's Blowfish password hashing code"
+cat << EOF
+This system hashes passwords using a version of Bruce Schneier's Blowfish
+block cipher with modifications designed to raise the cost of off-line
+password cracking and frustrate fast hardware implementation. The computation
+cost of the algorithm is parametised, so it can be increased as computers
+get faster. The intent is to make a compromise of a password database less
+likely to result in an attacker gaining knowledge of the plaintext passwords.
+EOF
diff --git a/python-pypi/py-bcrypt/HISTORY b/python-pypi/py-bcrypt/HISTORY
new file mode 100644
index 0000000..b016137
--- /dev/null
+++ b/python-pypi/py-bcrypt/HISTORY
@@ -0,0 +1,2 @@
+2010-07-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (dc6f78c3dbeffa4670ae54539300bdcba8b6eda1), Vlad Glagolev, 07/24/2010

Archive powered by MHonArc 2.6.24.

Top of Page