Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (2daaa4893721e10dccc06499b298d962c8caa04b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (2daaa4893721e10dccc06499b298d962c8caa04b)
  • Date: Wed, 4 Sep 2013 14:32:26 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

net/amap/BUILD | 1 +
net/amap/DEPENDS | 1 +
net/amap/DETAILS | 24 +++++++-----------------
net/amap/DOWNLOAD | 1 +
net/amap/HISTORY | 5 +++++
net/amap/INSTALL | 1 +
net/amap/PRE_BUILD | 1 +
net/amap/TRIGGERS | 1 +
8 files changed, 18 insertions(+), 17 deletions(-)

New commits:
commit 2daaa4893721e10dccc06499b298d962c8caa04b
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Spell Deprecation: amap

After this spell was created it was found to already exist under
a similar name, thc-amap. As the duplicate spell was pushed to the
repository, a deprecation was created and the duplicate spell will
be removed after an appropriate amount of time has passed, currently
about two weeks.

Quill was used to setup the deprecation. Besides the minute update
to the HISTORY file, no other changed have been made against quill's
setup.

diff --git a/net/amap/BUILD b/net/amap/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/net/amap/BUILD
@@ -0,0 +1 @@
+true
diff --git a/net/amap/DEPENDS b/net/amap/DEPENDS
new file mode 100755
index 0000000..cf43e0d
--- /dev/null
+++ b/net/amap/DEPENDS
@@ -0,0 +1 @@
+depends thc-amap
diff --git a/net/amap/DETAILS b/net/amap/DETAILS
index 6ba8a82..8df27f4 100755
--- a/net/amap/DETAILS
+++ b/net/amap/DETAILS
@@ -1,17 +1,7 @@
- SPELL=amap
- VERSION=5.4
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.thc.org/releases/${SOURCE}
-
SOURCE_HASH=sha512:e1a9f03940eded3eedad0028786f4ea6c18077072d52eb2f843ef0b4ff736bf1766c4bdb4eff52d3a8f6038d8f795e39be1c15bcae8283ddae8f40a7fff8647d
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.thc.org/thc-amap/";
- LICENSE[0]=GPL
- ENTERED=20130829
- SHORT="Amap was innovative - the first tool to perform
application protocol detection."
-cat << EOF
-Amap was the first next-generation scanning tool for pentesters. It attempts
-to identify applications even if they are running on a different port
-than normal. It also identifies non-ascii based applications. This is
-achieved by sending trigger packets, and looking up the responses in a list
-of response strings.
-EOF
+ SPELL=amap
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by thc-amap]
+ EOF
diff --git a/net/amap/DOWNLOAD b/net/amap/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/net/amap/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/net/amap/HISTORY b/net/amap/HISTORY
index 0e4a90c..a0a3b03 100644
--- a/net/amap/HISTORY
+++ b/net/amap/HISTORY
@@ -1,3 +1,8 @@
+2013-09-04 David C. Haley <khoralin AT gmail.com>
+ * Spell deprecated. Deprecating in favor of original spell.
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2013-08-29 David C. Haley <khoralin AT gmail.com>
* DETAILS: spell created

diff --git a/net/amap/INSTALL b/net/amap/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/net/amap/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/net/amap/PRE_BUILD b/net/amap/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/net/amap/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/net/amap/TRIGGERS b/net/amap/TRIGGERS
new file mode 100755
index 0000000..6ef6fcd
--- /dev/null
+++ b/net/amap/TRIGGERS
@@ -0,0 +1 @@
+on_cast amap dispel_self



  • [SM-Commit] GIT changes to master grimoire by David Haley (2daaa4893721e10dccc06499b298d962c8caa04b), David Haley, 09/04/2013

Archive powered by MHonArc 2.6.24.

Top of Page