diff options
author | Chris Baker <extremis@exploit.org> | 2008-03-02 05:26:46 +0000 |
---|---|---|
committer | Chris Baker <extremis@exploit.org> | 2008-03-02 05:26:46 +0000 |
commit | d9a0d384af63c768c9c953d5e856ff8b3627b910 (patch) | |
tree | 886c42074c25314c5a17d773a4ce30d4ebd1e0a5 | |
parent | 0fd4bd54e31ba5490e459c12d4cf964483db15af (diff) |
Modified to check out the latest 3.1 source from svn before creating the package.
git-svn-id: http://svn.telesphoreo.org/trunk@134 514c082c-b64e-11dc-b46d-3d985efe055d
l--------- | data/metasploit3/_metadata/subversion.dep | 1 | ||||
-rw-r--r-- | data/metasploit3/_metadata/version | 2 | ||||
-rw-r--r-- | data/metasploit3/framework-3.1.tar.gz | bin | 10076364 -> 0 bytes | |||
-rw-r--r-- | data/metasploit3/make.sh | 2 |
4 files changed, 3 insertions, 2 deletions
diff --git a/data/metasploit3/_metadata/subversion.dep b/data/metasploit3/_metadata/subversion.dep new file mode 120000 index 000000000..ee46f607b --- /dev/null +++ b/data/metasploit3/_metadata/subversion.dep @@ -0,0 +1 @@ +../../subversion
\ No newline at end of file diff --git a/data/metasploit3/_metadata/version b/data/metasploit3/_metadata/version index 8c9aeddd9..aa99f108f 100644 --- a/data/metasploit3/_metadata/version +++ b/data/metasploit3/_metadata/version @@ -1 +1 @@ -3.1-p1 +3.1-p2 diff --git a/data/metasploit3/framework-3.1.tar.gz b/data/metasploit3/framework-3.1.tar.gz Binary files differdeleted file mode 100644 index 7f3088fe8..000000000 --- a/data/metasploit3/framework-3.1.tar.gz +++ /dev/null diff --git a/data/metasploit3/make.sh b/data/metasploit3/make.sh index 0ed82e6fe..3c9474eac 100644 --- a/data/metasploit3/make.sh +++ b/data/metasploit3/make.sh @@ -1,4 +1,4 @@ -tar -zxvf "${PKG_DATA}/framework-3.1.tar.gz" +pkg: svn co http://metasploit.com/svn/framework3/trunk/ framework-3.1 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 |