Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (01fdeed6e367ba839e272b3f3e2557445a21750f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (01fdeed6e367ba839e272b3f3e2557445a21750f)
  • Date: Tue, 7 Oct 2008 22:43:28 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
libs/libobstcp/BUILD | 1 +
libs/libobstcp/DEPENDS | 1 +
libs/libobstcp/DETAILS | 13 +++++++++++++
libs/libobstcp/HISTORY | 3 +++
5 files changed, 21 insertions(+)

New commits:
commit 01fdeed6e367ba839e272b3f3e2557445a21750f
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libobstcp: Added new spell

diff --git a/ChangeLog b/ChangeLog
index e5a9916..973309a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-07 George Sherwood <gsherwood AT sourcemage.org>
+ * libs/libobstcp: New spell, provide obfuscated TCP
+
2008-10-07 David Kowis <dkowis AT shlrm.org>
* http/modsecurity: New spell, Application level firewall module for
apache2
diff --git a/libs/libobstcp/BUILD b/libs/libobstcp/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/libs/libobstcp/BUILD
@@ -0,0 +1 @@
+make
diff --git a/libs/libobstcp/DEPENDS b/libs/libobstcp/DEPENDS
new file mode 100755
index 0000000..c5f70b0
--- /dev/null
+++ b/libs/libobstcp/DEPENDS
@@ -0,0 +1 @@
+depends libevent
diff --git a/libs/libobstcp/DETAILS b/libs/libobstcp/DETAILS
new file mode 100755
index 0000000..e261571
--- /dev/null
+++ b/libs/libobstcp/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=libobstcp
+ VERSION=0.3.2
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://obstcp.googlecode.com/svn/trunk/distrib/${SOURCE}
+
SOURCE_HASH=sha512:bc6b3e54b1be7be3fffcb68e9f7b738838e2d059e47ed884e4d938df6c8d6d276d0984683584d25eaed61546c97ecb92cd1aa638b8215a32a39b7830746665bd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/obstcp/wiki/libobstcp";
+ LICENSE[0]=GPL
+ ENTERED=20081007
+ SHORT="library to provide Obfuscated TCP"
+cat << EOF
+Library to provide Obfuscated TCP functions.
+EOF
diff --git a/libs/libobstcp/HISTORY b/libs/libobstcp/HISTORY
new file mode 100644
index 0000000..1a6acf0
--- /dev/null
+++ b/libs/libobstcp/HISTORY
@@ -0,0 +1,3 @@
+2008-10-07 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (01fdeed6e367ba839e272b3f3e2557445a21750f), George Sherwood, 10/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page