Skip to Content.
Sympa Menu

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

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 (4e1edbb439b00447d3223e7358f0568b6e07cce6)
  • Date: Wed, 14 Sep 2011 21:30:06 -0500

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

crypto/bcrypt/DETAILS | 6 +++++-
crypto/bcrypt/HISTORY | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)

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

bcrypt: Word-wrap long description

diff --git a/crypto/bcrypt/DETAILS b/crypto/bcrypt/DETAILS
index 01043ee..b6a2043 100755
--- a/crypto/bcrypt/DETAILS
+++ b/crypto/bcrypt/DETAILS
@@ -10,5 +10,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="crypto"
SHORT="bcrypt - a cross platform file encryption utility"
cat << EOF
-Bcrypt is a cross platform file encryption utility. Encrypted files are
portable across all supported operating systems and processors. Passphrases
must be between 8 and 56 characters and are hashed internally to a 448 bit
key. However, all characters supplied are significant. The stronger your
passphrase, the more secure your data.
+Bcrypt is a cross platform file encryption utility. Encrypted files are
+portable across all supported operating systems and processors. Passphrases
+must be between 8 and 56 characters and are hashed internally to a 448 bit
+key. However, all characters supplied are significant. The stronger your
+passphrase, the more secure your data.
EOF
diff --git a/crypto/bcrypt/HISTORY b/crypto/bcrypt/HISTORY
index 2c7d3f6..009eac2 100644
--- a/crypto/bcrypt/HISTORY
+++ b/crypto/bcrypt/HISTORY
@@ -1,3 +1,6 @@
+2011-09-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Word-wrap long description.
+
2010-02-21 Ladislav Hagara <hgr AT vabo.cz>
* BUILD, PRE_BUILD: fixed man path #15576




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4e1edbb439b00447d3223e7358f0568b6e07cce6), Ismael Luceno, 09/14/2011

Archive powered by MHonArc 2.6.24.

Top of Page