Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1f7ea583a05e1a80b2feb8400d1624ab111a8933)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1f7ea583a05e1a80b2feb8400d1624ab111a8933)
  • Date: Tue, 8 Sep 2009 05:39:06 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 3 +++
devel/ftrace/DETAILS | 20 ++++++++++++++++++++
devel/ftrace/HISTORY | 3 +++
security-libs/libwhisker/BUILD | 5 +----
security-libs/libwhisker/CONFIGURE | 7 -------
security-libs/libwhisker/DEPENDS | 7 ++-----
security-libs/libwhisker/DETAILS | 8 +++-----
security-libs/libwhisker/HISTORY | 6 ++++++
security-libs/libwhisker/INSTALL | 2 ++
security/nikto/CONFIGURE | 1 -
security/nikto/DEPENDS | 7 ++-----
security/nikto/DETAILS | 11 +++++------
security/nikto/HISTORY | 6 ++++++
security/nikto/INSTALL | 8 ++++----
14 files changed, 57 insertions(+), 37 deletions(-)

New commits:
commit e13ba6ecb6966b897921802ea10161983f8be679
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

ChangeLog: stupid git...

commit 5482534ab69af1152b5ca6c17d60512f44529f04
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

nikto: version 2.03, cleaned up dependencies and installation

commit bdc0a1cb4d57b26fc469cd17299e4fe4492d7360
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

libwhisker: version 2.4, cleaned up dependencies and installation

commit d74ffb5b9789e2c39e5044a5569823c394b753c4
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

ftrace: new spell

diff --git a/ChangeLog b/ChangeLog
index c7fbeb9..160ea3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-09-07 Arjan Bouter <abouter AT sourcemage.org>
+ * devel/ftrace: new spell
+
2009-09-08 Ladislav Hagara <hgr AT vabo.cz>
* net/libnice: new spell, implementation of the ICE standard
* net/farsight2: new spell, Audio/Video Communications Framework
diff --git a/devel/ftrace/DETAILS b/devel/ftrace/DETAILS
new file mode 100755
index 0000000..395d168
--- /dev/null
+++ b/devel/ftrace/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=ftrace
+ VERSION=0.51
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.redspin.com/tools/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:8f67a9386ed6764e9323ce767ee40fe3fb85f3df3846a0a54d97a743c075cb8bb2f181ce4d70e80f79b03035b9a21792b112708c93ad8645bdea2da58f7c7f34
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.redspin.com/tools/ftrace/index.html";
+ LICENSE[0]=GPL
+ ENTERED=20090907
+ SHORT="Utility to Trace Local Function Calls"
+cat << EOF
+fTrace dynamically traces a non-stripped command until it exits.
+It prints to stderr all the local function calls which the program calls and
+reports possible arguments and return values of each function.
+It was programmed with intentional compatibility with such tools as strace
+and ltrace in mind, but rather than it's elder parents, it was more designed
+for program development than binary analysis.
+Of course, if a binary hasn't been stripped, it is still possible that fTrace
+may provide some helpful information.
+EOF
diff --git a/devel/ftrace/HISTORY b/devel/ftrace/HISTORY
new file mode 100644
index 0000000..a28d48d
--- /dev/null
+++ b/devel/ftrace/HISTORY
@@ -0,0 +1,3 @@
+2009-09-07 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: spell created
+
diff --git a/security-libs/libwhisker/BUILD b/security-libs/libwhisker/BUILD
index df79f6b..5950526 100755
--- a/security-libs/libwhisker/BUILD
+++ b/security-libs/libwhisker/BUILD
@@ -1,4 +1 @@
-perl Makefile.pl lib &&
-prepare_install &&
-perl Makefile.pl install
-
+perl Makefile.pl lib
diff --git a/security-libs/libwhisker/CONFIGURE
b/security-libs/libwhisker/CONFIGURE
deleted file mode 100755
index d140d2b..0000000
--- a/security-libs/libwhisker/CONFIGURE
+++ /dev/null
@@ -1,7 +0,0 @@
-# SSL support
-if ! grep -q "CF_SSL" $SPELL_CONFIG; then
- if query "Do you want enable SSL support ?" y
- then echo "CF_SSL=y" >> $SPELL_CONFIG
- else echo "CF_SSL=n" >> $SPELL_CONFIG
- fi
-fi
diff --git a/security-libs/libwhisker/DEPENDS
b/security-libs/libwhisker/DEPENDS
index 7bf7e53..4dbf8ca 100755
--- a/security-libs/libwhisker/DEPENDS
+++ b/security-libs/libwhisker/DEPENDS
@@ -1,5 +1,2 @@
-depends perl &&
-if [ "${CF_SSL}" == "y" ]; then
- depends openssl &&
- depends net-ssleay
-fi
+depends perl &&
+optional_depends net-ssleay '' '' 'For SSL support'
diff --git a/security-libs/libwhisker/DETAILS
b/security-libs/libwhisker/DETAILS
index 1d0800f..6ab563b 100755
--- a/security-libs/libwhisker/DETAILS
+++ b/security-libs/libwhisker/DETAILS
@@ -1,15 +1,13 @@
SPELL=libwhisker
- VERSION=2.2
- SOURCE=${SPELL}2-current.tar.gz
+ VERSION=2.4
+ SOURCE=${SPELL}2-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}2-${VERSION}
SOURCE_URL[0]=http://www.wiretrip.net/rfp/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:c2e6ba071efeaf429e8185108c5d61c470768e02f6e81b34b9db57483f44a37929db366108df89041997c2ce42d9384f56b62e1addb573266a231c4408f274e4
+
SOURCE_HASH=sha512:5a17d2407e3699d44007420b93c28d82c4fc51631698c3dedc535271820429db4f89c6c706bb4b177285bd2d28ca7fc4bd11993675f557257c70fb98ffba0ce5
LICENSE[0]=GPL2
ENTERED=20030727
- UPDATED=20050509
WEB_SITE=http://www.wiretrip.net/rfp/lw.asp
KEYWORDS="security http perl libs"
- BUILD_API=1
SHORT="Libwhisker is a Perl module geared specificly for HTTP
testing."
cat << EOF
Libwhisker is a Perl module geared specificly for HTTP testing.
diff --git a/security-libs/libwhisker/HISTORY
b/security-libs/libwhisker/HISTORY
index 972e9f0..6cae179 100644
--- a/security-libs/libwhisker/HISTORY
+++ b/security-libs/libwhisker/HISTORY
@@ -1,3 +1,9 @@
+2009-09-05 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: switched to API 2, updated to version 2.4
+ * CONFIGURE: removed, use standard optional_depends
+ * DEPENDS: use proper optional_depends for net-ssleay
+ * BUILD,INSTALL: split building and installing
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/security-libs/libwhisker/INSTALL
b/security-libs/libwhisker/INSTALL
new file mode 100755
index 0000000..6fe61e8
--- /dev/null
+++ b/security-libs/libwhisker/INSTALL
@@ -0,0 +1,2 @@
+perl Makefile.pl install
+
diff --git a/security/nikto/CONFIGURE b/security/nikto/CONFIGURE
deleted file mode 100755
index 1fa91df..0000000
--- a/security/nikto/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query CF_SSL "Enable SSL support" y
diff --git a/security/nikto/DEPENDS b/security/nikto/DEPENDS
index afab912..584c1bb 100755
--- a/security/nikto/DEPENDS
+++ b/security/nikto/DEPENDS
@@ -1,7 +1,4 @@
depends perl &&
-depends nmap &&
depends libwhisker &&
-
-if [ "${CF_SSL}" == "y" ]; then
- depends net-ssleay
-fi
+optional_depends nmap '' '' 'Use nmap (suggested for multiple hosts)' &&
+optional_depends net-ssleay '' '' 'Enable SSL support?'
diff --git a/security/nikto/DETAILS b/security/nikto/DETAILS
index 4e989fd..b01de36 100755
--- a/security/nikto/DETAILS
+++ b/security/nikto/DETAILS
@@ -1,12 +1,11 @@
SPELL=nikto
- VERSION=1.35
- SOURCE=${SPELL}-current.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ VERSION=2.03
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
SOURCE_URL[0]=http://www.cirt.net/${SPELL}/${SOURCE}
- SOURCE_IGNORE=unversioned
- WEB_SITE=http://cirt.net/code/nikto.shtml
+
SOURCE_HASH=sha512:f4bb9f43ad11518a473db9028a6120d52b69020461d4b486cdc4e5d363c6aab5822e01bf008a7d4d9a157fba062ea052bd42e58f23a18b8405c4340901d745c5
+ WEB_SITE=http://www.cirt.net/nikto2
ENTERED=20030727
- UPDATED=20050525
LICENSE[0]=GPL
KEYWORDS="web security"
SHORT="Web server scanner."
diff --git a/security/nikto/HISTORY b/security/nikto/HISTORY
index 5d57f8a..fc97ce0 100644
--- a/security/nikto/HISTORY
+++ b/security/nikto/HISTORY
@@ -1,3 +1,9 @@
+2009-09-05 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 2.03
+ * CONFIGURE: removed, use standard optional_depends
+ for net-ssleay
+ * INSTALL: use INSTALL_ROOT
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/security/nikto/INSTALL b/security/nikto/INSTALL
index 5302d2a..79c8dab 100755
--- a/security/nikto/INSTALL
+++ b/security/nikto/INSTALL
@@ -1,4 +1,4 @@
-mkdir -p /usr/share/${SPELL} &&
-cp -Rv * /usr/share/${SPELL} &&
-install -o root -g root -m 755 \
- $SCRIPT_DIRECTORY/nikto /usr/bin
+mkdir -p ${INSTALL_ROOT}/usr/share/${SPELL} &&
+cp -Rv * ${INSTALL_ROOT}/usr/share/${SPELL} &&
+install -o root -g root -m 755 ${SCRIPT_DIRECTORY}/nikto \
+ ${INSTALL_ROOT}/usr/bin



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1f7ea583a05e1a80b2feb8400d1624ab111a8933), Arjan Bouter, 09/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page