Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ghidra: Update to 11.3.1 #27733

Merged
merged 1 commit into from
Feb 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions devel/ghidra/Portfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in devel/ghidra/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test ghidra: Warning: ghidra is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: x86_64: Warning: /opt/local/share/java/ghidra-11.3.1/Ghidra/Features/FileFormats/data/sevenzipnativelibs/Mac-x86_64/lib7-Zip-JBinding.dylib Warning:

Check warning on line 1 in devel/ghidra/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test ghidra: Warning: ghidra is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: x86_64: Warning: /opt/local/share/java/ghidra-11.3.1/Ghidra/Features/FileFormats/data/sevenzipnativelibs/Mac-x86_64/lib7-Zip-JBinding.dylib Warning:

PortSystem 1.0
PortGroup github 1.0
PortGroup java 1.0
PortGroup app 1.0

github.setup NationalSecurityAgency ghidra 11.3 Ghidra_ _build
github.setup NationalSecurityAgency ghidra 11.3.1 Ghidra_ _build
github.tarball_from archive
checksums rmd160 b4a3d87104398bc3f62aa7f9266a3dfa1707d508 \
sha256 418f7c5d111ba1b69c08163dc5b065954b5a6fabf0642fc517f25e1a535fc17d \
size 69602474
checksums rmd160 dfac81c6328f3c7ce024354f6f806996f80d069a \
sha256 f81d7b964d106daf4987a72e5fa0f189c3a0b17695a66a0e9b3cd6de2410c4fc \
size 69609047

categories devel
license Apache
Expand Down