sebb wrote on 1/24/25 8:04 PM:
On Sat, 25 Jan 2025 at 00:45, Shane Curcuru <a...@shanecurcuru.org> wrote:
sebb wrote on 1/24/25 6:39 PM:
On Fri, 24 Jan 2025 at 20:01, <curc...@apache.org> wrote:
...snip...
Then use codesign -f -s, for example:
sudo codesign -s "Cert Name" -f
/opt/homebrew/opt/passenger/libexec/buildout/apache2/mod_passenger.so\
Yup, I followed similar advice (below), but that codesign gives me an
error that the module is already signed, so fails. Researching how
homebrew signs modules showed a lot of bits about how they're changing
things, but not the details of how to validate or use their signatures.
https://blog.phusion.nl/2020/12/22/future_of_macos_apache_modules/
I'm trying to get the energy up to fork, patch, and build a ruby-ldap3
module and put it on rubygems, and then test simply using that (patched,
fixed for ruby 3.x) version, instead of monkey patching locally.
--
- Shane
Member
The Apache Software Foundation