Skip to content

Commit

Permalink
Import Debian changes 6.4.43-0parrot1
Browse files Browse the repository at this point in the history
metasploit-framework (6.4.43-0parrot1) lory-updates; urgency=medium
.
  * New upstream version 6.4.43
  • Loading branch information
PalinuroSec committed Jan 8, 2025
1 parent d446fee commit f1de2aa
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
metasploit-framework (6.4.43-0parrot1) lory-updates; urgency=medium

* New upstream version 6.4.43

-- Lorenzo "Palinuro" Faletra <[email protected]> Wed, 08 Jan 2025 11:54:18 +0100

metasploit-framework (6.4.39-0parrot1) lory-updates; urgency=medium

* New upstream version 6.4.39
Expand Down
17 changes: 9 additions & 8 deletions debian/oci8-gemspec.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec
index 9f00a10c6..9a167f24d 100644
--- a/metasploit-framework.gemspec
+++ b/metasploit-framework.gemspec
@@ -239,4 +239,9 @@ Gem::Specification.new do |spec|
# Do not use this to process untrusted PNG files! This is only to be used
# to generate PNG files, not to parse untrusted PNG files.
spec.add_runtime_dependency 'chunky_png'
+
@@ -255,6 +255,10 @@

# Needed for multiline REPL support for interactive SQL sessions
spec.add_runtime_dependency 'reline'
+
+ # Add missing gem oci8 only for amd64 and i386 (oracle packages are only
+ # available for these oachitectures in Kali)
+ # available for these architectures)
+ spec.add_runtime_dependency 'ruby-oci8'
+
end

# Needed to parse sections of ELF files in order to retrieve symbols
spec.add_runtime_dependency 'elftools'
--
2.39.2

Expand Down
9 changes: 5 additions & 4 deletions debian/patches/Fix-nokogiri-version-to-1.14.3-for-armel.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--- a/metasploit-framework.gemspec
+++ b/metasploit-framework.gemspec
@@ -85,7 +85,7 @@
Index: metasploit-framework/metasploit-framework.gemspec
===================================================================
--- metasploit-framework.orig/metasploit-framework.gemspec
+++ metasploit-framework/metasploit-framework.gemspec
@@ -85,7 +85,7 @@ Gem::Specification.new do |spec|
# NTLM authentication
spec.add_runtime_dependency 'rubyntlm'
# Needed by for XML parsing
Expand All @@ -9,4 +11,3 @@
# Needed by db.rb and Msf::Exploit::Capture
spec.add_runtime_dependency 'packetfu'
# For sniffer and raw socket modules

0 comments on commit f1de2aa

Please sign in to comment.