zerochaos 14/04/13 04:23:44
Modified: metasploit-4.9.2.ebuild metasploit-9999.ebuild
ChangeLog
Log:
add missing dep on bcrypt-ruby
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
DD11F94A)
Revision Changes Path
1.2 net-analyzer/metasploit/metasploit-4.9.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.9.2.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.9.2.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.9.2.ebuild?r1=1.1&r2=1.2
Index: metasploit-4.9.2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metasploit-4.9.2.ebuild 11 Apr 2014 17:38:42 -0000 1.1
+++ metasploit-4.9.2.ebuild 13 Apr 2014 04:23:44 -0000 1.2
@@ -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-4.9.2.ebuild,v 1.1
2014/04/11 17:38:42 zerochaos Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.9.2.ebuild,v 1.2
2014/04/13 04:23:44 zerochaos Exp $
EAPI="5"
@@ -31,6 +31,7 @@
RESTRICT="test"
RUBY_COMMON_DEPEND="virtual/ruby-ssl
+ dev-ruby/bcrypt-ruby
dev-ruby/activesupport:3.2
dev-ruby/activerecord:3.2
dev-ruby/json
1.18 net-analyzer/metasploit/metasploit-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.18&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.18&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?r1=1.17&r2=1.18
Index: metasploit-9999.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- metasploit-9999.ebuild 11 Apr 2014 03:32:23 -0000 1.17
+++ metasploit-9999.ebuild 13 Apr 2014 04:23:44 -0000 1.18
@@ -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.17
2014/04/11 03:32:23 zerochaos Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.18
2014/04/13 04:23:44 zerochaos Exp $
EAPI="5"
@@ -32,6 +32,7 @@
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/json
1.86 net-analyzer/metasploit/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.86&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.86&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 11 Apr 2014 17:38:42 -0000 1.85
+++ ChangeLog 13 Apr 2014 04:23:44 -0000 1.86
@@ -1,6 +1,10 @@
# 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.85
2014/04/11 17:38:42 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.86
2014/04/13 04:23:44 zerochaos Exp $
+
+ 13 Apr 2014; Rick Farina <[email protected]> metasploit-4.9.2.ebuild,
+ metasploit-9999.ebuild:
+ add missing dep on bcrypt-ruby
*metasploit-4.9.2 (11 Apr 2014)