zerochaos    14/07/17 19:27:09

  Modified:             metasploit-9999.ebuild ChangeLog
  Log:
  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)

Revision  Changes    Path
1.31                 net-analyzer/metasploit/metasploit-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?r1=1.30&r2=1.31

Index: metasploit-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- metasploit-9999.ebuild      9 Jul 2014 20:15:08 -0000       1.30
+++ metasploit-9999.ebuild      17 Jul 2014 19:27:09 -0000      1.31
@@ -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 @@
 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 @@
        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



1.102                net-analyzer/metasploit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.102&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.102&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   9 Jul 2014 20:59:21 -0000       1.101
+++ ChangeLog   17 Jul 2014 19:27:09 -0000      1.102
@@ -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 <[email protected]> metasploit-9999.ebuild:
+  update for meterpreter being split out into a gem
 
   09 Jul 2014; Rick Farina <[email protected]> metasploit-4.9.3.ebuild:
   https://github.com/rapid7/metasploit-framework/pull/3495 this affects stable




Reply via email to