summaryrefslogtreecommitdiff
path: root/data/metasploit3
diff options
context:
space:
mode:
authorChris Baker <extremis@exploit.org>2008-03-02 05:47:24 +0000
committerChris Baker <extremis@exploit.org>2008-03-02 05:47:24 +0000
commit381ff0dba0fd69348f6a4f298a5e19df1ff6008c (patch)
treed3ab7af776d6a9de098c7d3ddb1377e7894d9f82 /data/metasploit3
parentd9a0d384af63c768c9c953d5e856ff8b3627b910 (diff)
Corrected to include suggestions by Saurik for install method. I, the maintainer, will be releasing priority updates for the Metasploit Framework through -svn<num> patch releases. This will give me an opportunity to veriy the stability of the release prior to release. Those that require a greater frequency of updates are recommended to "svn co http://metasploit.com/svn/framework3/trunk/ /var/local/msf3" themselves.
git-svn-id: http://svn.telesphoreo.org/trunk@135 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/metasploit3')
l---------data/metasploit3/_metadata/subversion.dep1
-rw-r--r--data/metasploit3/_metadata/version2
-rw-r--r--data/metasploit3/framework-3.1.tar.gzbin0 -> 5053350 bytes
-rw-r--r--data/metasploit3/make.sh2
4 files changed, 2 insertions, 3 deletions
diff --git a/data/metasploit3/_metadata/subversion.dep b/data/metasploit3/_metadata/subversion.dep
deleted file mode 120000
index ee46f607b..000000000
--- a/data/metasploit3/_metadata/subversion.dep
+++ /dev/null
@@ -1 +0,0 @@
-../../subversion \ No newline at end of file
diff --git a/data/metasploit3/_metadata/version b/data/metasploit3/_metadata/version
index aa99f108f..8945533de 100644
--- a/data/metasploit3/_metadata/version
+++ b/data/metasploit3/_metadata/version
@@ -1 +1 @@
-3.1-p2
+3.1-svn5424
diff --git a/data/metasploit3/framework-3.1.tar.gz b/data/metasploit3/framework-3.1.tar.gz
new file mode 100644
index 000000000..23d23b447
--- /dev/null
+++ b/data/metasploit3/framework-3.1.tar.gz
Binary files differ
diff --git a/data/metasploit3/make.sh b/data/metasploit3/make.sh
index 3c9474eac..124a7597f 100644
--- a/data/metasploit3/make.sh
+++ b/data/metasploit3/make.sh
@@ -1,4 +1,4 @@
-pkg: svn co http://metasploit.com/svn/framework3/trunk/ framework-3.1
+pkg: tar -zxvf "${PKG_DATA}/framework-3.1.tar.gz"
pkg: mkdir -p /var/local /usr/bin
pkg: cp -a framework-3.1 /var/local/msf3
pkg: ln -s /var/local/msf3/msfcli /usr/bin/msfcli