Skip to content

Commit d7887b5

Browse files
author
Brent Cook
committed
Land rapid7#5892, update pcaprub to the latest version
2 parents a3d212c + 408edda commit d7887b5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ branches:
4141

4242
addons:
4343
postgresql: '9.3'
44+
apt:
45+
packages:
46+
- libpcap-dev

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PATH
1212
metasploit-payloads (= 1.0.12)
1313
msgpack
1414
nokogiri
15-
packetfu (= 1.1.9)
15+
packetfu (= 1.1.11)
1616
railties
1717
rb-readline-r7
1818
recog (= 2.0.6)
@@ -144,7 +144,9 @@ GEM
144144
network_interface (0.0.1)
145145
nokogiri (1.6.6.2)
146146
mini_portile (~> 0.6.0)
147-
packetfu (1.1.9)
147+
packetfu (1.1.11)
148+
network_interface (~> 0.0)
149+
pcaprub (~> 0.12)
148150
pcaprub (0.12.0)
149151
pg (0.18.2)
150152
pg_array_parser (0.0.9)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Gem::Specification.new do |spec|
6767
# Needed by anemone crawler
6868
spec.add_runtime_dependency 'nokogiri'
6969
# Needed by db.rb and Msf::Exploit::Capture
70-
spec.add_runtime_dependency 'packetfu', '1.1.9'
70+
spec.add_runtime_dependency 'packetfu', '1.1.11'
7171
# Run initializers for metasploit-concern, metasploit-credential, metasploit_data_models Rails::Engines
7272
spec.add_runtime_dependency 'railties'
7373
# required for OS fingerprinting

0 commit comments

Comments
 (0)