Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (3797ffe2ce9077a6b66a4b05cb928b9a446a5296)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (3797ffe2ce9077a6b66a4b05cb928b9a446a5296)
  • Date: Sat, 25 Dec 2010 20:13:55 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 1 +
security/ssdeep/DETAILS | 16 ++++++++++++++++
security/ssdeep/HISTORY | 3 +++
3 files changed, 20 insertions(+)

New commits:
commit 3797ffe2ce9077a6b66a4b05cb928b9a446a5296
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

security/ssdeep: new spell, for context triggered piecewise hashes

diff --git a/ChangeLog b/ChangeLog
index b949711..b10a5c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2010-12-26 Ladislav Hagara <hgr AT vabo.cz>
* security/phash: new spell, perceptual hash library
+ * security/ssdeep: new spell, for context triggered piecewise hashes

2010-12-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/lasi: new spell, a C++ stream library for generating postscript
diff --git a/security/ssdeep/DETAILS b/security/ssdeep/DETAILS
new file mode 100755
index 0000000..23cb3c4
--- /dev/null
+++ b/security/ssdeep/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ssdeep
+ VERSION=2.6
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:96dcc69e9c3094124b3aa5fc076f3460f5e4cc4d30ad643945488db95f27a6c41ea7abe421a023060921409b978e73dae788bd2211c6c76591b16e8a7bd7550d
+ WEB_SITE=http://ssdeep.sourceforge.net
+ LICENSE[0]=GPL
+ ENTERED=20101226
+ SHORT="a program for computing context triggered piecewise hashes
(CTPH)"
+cat << EOF
+ssdeep is a program for computing context triggered piecewise hashes (CTPH).
+Also called fuzzy hashes, CTPH can match inputs that have homologies. Such
+inputs have sequences of identical bytes in the same order, although bytes
+in between these sequences may be different in both content and length.
+EOF
diff --git a/security/ssdeep/HISTORY b/security/ssdeep/HISTORY
new file mode 100644
index 0000000..f2b78d4
--- /dev/null
+++ b/security/ssdeep/HISTORY
@@ -0,0 +1,3 @@
+2010-12-26 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: spell created, version 2.6
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (3797ffe2ce9077a6b66a4b05cb928b9a446a5296), Ladislav Hagara, 12/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page