Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/metasploit: metasploit-9999.ebuild ChangeLog
Date: Sat, 28 Jun 2014 00:49:51
Message-Id: 20140628004935.1B8202004E@flycatcher.gentoo.org
1 zerochaos 14/06/28 00:49:35
2
3 Modified: metasploit-9999.ebuild ChangeLog
4 Log:
5 fix msfupdate
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.26 net-analyzer/metasploit/metasploit-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?r1=1.25&r2=1.26
15
16 Index: metasploit-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- metasploit-9999.ebuild 30 May 2014 14:18:39 -0000 1.25
23 +++ metasploit-9999.ebuild 28 Jun 2014 00:49:34 -0000 1.26
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.25 2014/05/30 14:18:39 zerochaos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.26 2014/06/28 00:49:34 zerochaos Exp $
29
30 EAPI="5"
31
32 @@ -191,8 +191,8 @@
33 }
34
35 each_ruby_prepare() {
36 - ${RUBY} -S bundle install --local || die
37 - ${RUBY} -S bundle check || die
38 + BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
39 + BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
40
41 #force all metasploit executables to ruby19, ruby18 is not supported anymore and ruby20 is not supported yet
42 #https://dev.metasploit.com/redmine/issues/8357
43 @@ -212,10 +212,10 @@
44 rm spec/tools/virustotal_spec.rb || die
45
46 # https://dev.metasploit.com/redmine/issues/8425
47 - ${RUBY} -S bundle exec rake db:create || die
48 - ${RUBY} -S bundle exec rake db:migrate || die
49 + BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle exec rake db:create || die
50 + BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle exec rake db:migrate || die
51
52 - MSF_DATABASE_CONFIG=config/database.yml ${RUBY} -S bundle exec rake || die
53 + MSF_DATABASE_CONFIG=config/database.yml BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle exec rake || die
54 su postgres -c "dropuser msf_test_user" || die "failed to cleanup msf_test-user"
55 }
56
57
58
59
60 1.96 net-analyzer/metasploit/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.96&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.96&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?r1=1.95&r2=1.96
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
69 retrieving revision 1.95
70 retrieving revision 1.96
71 diff -u -r1.95 -r1.96
72 --- ChangeLog 7 Jun 2014 21:32:00 -0000 1.95
73 +++ ChangeLog 28 Jun 2014 00:49:34 -0000 1.96
74 @@ -1,6 +1,9 @@
75 # ChangeLog for net-analyzer/metasploit
76 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.95 2014/06/07 21:32:00 zerochaos Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.96 2014/06/28 00:49:34 zerochaos Exp $
79 +
80 + 28 Jun 2014; Rick Farina <zerochaos@g.o> metasploit-9999.ebuild:
81 + fix msfupdate
82
83 *metasploit-4.9.3 (07 Jun 2014)