diff options
author | Rick Farina <zerochaos@gentoo.org> | 2014-07-17 19:27:09 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2014-07-17 19:27:09 +0000 |
commit | cc1730945f9ad8018c3fc19fe68882fc7f3cd0b7 (patch) | |
tree | 097d9b093a70e136decddfc9869816f292830ace /net-analyzer/metasploit | |
parent | initial commit of meterpreter_bins, split out from metasploit by upstream (diff) | |
download | gentoo-2-cc1730945f9ad8018c3fc19fe68882fc7f3cd0b7.tar.gz gentoo-2-cc1730945f9ad8018c3fc19fe68882fc7f3cd0b7.tar.bz2 gentoo-2-cc1730945f9ad8018c3fc19fe68882fc7f3cd0b7.zip |
update for meterpreter being split out into a gem
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-analyzer/metasploit')
-rw-r--r-- | net-analyzer/metasploit/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/metasploit/metasploit-9999.ebuild | 22 |
2 files changed, 11 insertions, 16 deletions
diff --git a/net-analyzer/metasploit/ChangeLog b/net-analyzer/metasploit/ChangeLog index 9e277aabcba0..77289071f239 100644 --- a/net-analyzer/metasploit/ChangeLog +++ b/net-analyzer/metasploit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/metasploit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.101 2014/07/09 20:59:21 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.102 2014/07/17 19:27:09 zerochaos Exp $ + + 17 Jul 2014; Rick Farina <zerochaos@gentoo.org> metasploit-9999.ebuild: + update for meterpreter being split out into a gem 09 Jul 2014; Rick Farina <zerochaos@gentoo.org> metasploit-4.9.3.ebuild: https://github.com/rapid7/metasploit-framework/pull/3495 this affects stable diff --git a/net-analyzer/metasploit/metasploit-9999.ebuild b/net-analyzer/metasploit/metasploit-9999.ebuild index 909776cb7b52..27b38eaaff06 100644 --- a/net-analyzer/metasploit/metasploit-9999.ebuild +++ b/net-analyzer/metasploit/metasploit-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.30 2014/07/09 20:15:08 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.31 2014/07/17 19:27:09 zerochaos Exp $ EAPI="5" @@ -31,27 +31,28 @@ IUSE="development +java lorcon oracle +pcap test" RESTRICT="test" RUBY_COMMON_DEPEND="virtual/ruby-ssl - =dev-ruby/rkelly-remix-0.0.6 - dev-ruby/bcrypt-ruby dev-ruby/activesupport:3.2 dev-ruby/activerecord:3.2 + dev-ruby/bcrypt-ruby + dev-ruby/builder:3 + dev-ruby/bundler dev-ruby/json + dev-ruby/kissfft =dev-ruby/metasploit_data_models-0.17.0 + =dev-ruby/meterpreter_bins-0.0.6 dev-ruby/msgpack dev-ruby/nokogiri + =dev-ruby/rkelly-remix-0.0.6 dev-ruby/sqlite3 - dev-ruby/builder:3 >=dev-ruby/pg-0.11 =dev-ruby/packetfu-1.1.9 dev-ruby/rb-readline dev-ruby/robots - dev-ruby/kissfft java? ( dev-ruby/rjb ) lorcon? ( net-wireless/lorcon[ruby] ) oracle? ( dev-ruby/ruby-oci8 ) pcap? ( dev-ruby/pcaprub dev-ruby/network_interface ) - dev-ruby/bundler development? ( dev-ruby/fivemat dev-ruby/redcarpet dev-ruby/yard @@ -88,15 +89,6 @@ QA_PREBUILT=" usr/$(get_libdir)/${PN}${SLOT}/data/meterpreter/ext_server_sniffer.lso usr/$(get_libdir)/${PN}${SLOT}/data/meterpreter/ext_server_networkpug.lso usr/$(get_libdir)/${PN}${SLOT}/data/meterpreter/ext_server_stdapi.lso - usr/$(get_libdir)/${PN}${SLOT}/data/templates/template_x86_linux.bin - usr/$(get_libdir)/${PN}${SLOT}/data/templates/template_armle_linux.bin - usr/$(get_libdir)/${PN}${SLOT}/data/templates/template_x86_solaris.bin - usr/$(get_libdir)/${PN}${SLOT}/data/templates/template_x64_linux.bin - usr/$(get_libdir)/${PN}${SLOT}/data/templates/template_x86_bsd.bin - usr/$(get_libdir)/${PN}${SLOT}/data/meterpreter/msflinker_linux_x86.bin - usr/$(get_libdir)/${PN}${SLOT}/data/meterpreter/ext_server_sniffer.lso - usr/$(get_libdir)/${PN}${SLOT}/data/meterpreter/ext_server_networkpug.lso - usr/$(get_libdir)/${PN}${SLOT}/data/meterpreter/ext_server_stdapi.lso usr/$(get_libdir)/${PN}${SLOT}/data/exploits/CVE-2013-2171.bin usr/$(get_libdir)/${PN}${SLOT}/data/android/libs/x86/libndkstager.so usr/$(get_libdir)/${PN}${SLOT}/data/android/libs/mips/libndkstager.so |