Skip to content

Commit

Permalink
fixpatch: metasploit 6.4.7-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeonacid authored and felixonmars committed May 23, 2024
1 parent 5c3b0c2 commit 784d096
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions metasploit/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
diff --git PKGBUILD PKGBUILD
index 28654af..ab200c1 100644
index 28654af..ac4cf52 100644
--- PKGBUILD
+++ PKGBUILD
@@ -33,6 +33,9 @@
# https://github.com/undler/bundler/issues/6882
sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
@@ -30,6 +30,9 @@
prepare() {
cd ${pkgname}-framework

+ # Fix incompatible-pointer-types
+ git cherry-pick -n 0b0c5d10a81c3fb912249f13465a1cd0a0c87844
+
bundle config build.nokogiri --use-system-libraries
bundle config set --local deployment 'true'
sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
# https://github.com/undler/bundler/issues/6882
sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock

0 comments on commit 784d096

Please sign in to comment.