Re: Any ports use log4j 2?

2021-12-14 Thread Gerben Wierda via macports-users
It is super scary. Apache solr8 is vulnerable. There is no 0.8.11 yet. Mitigation required: • (Linux/MacOS) Edit your solr.in.sh file to include: SOLR_OPTS="$SOLR_OPTS -Dlog4j2.formatMsgNoLookups=true" Gerben Wierda (LinkedIn ) R&A IT Strategy

Re: Any ports use log4j 2?

2021-12-14 Thread Gerben Wierda via macports-users
I see in GitHub that the mitigation for apache-solr8 has already been added (together with the 0.8.11 update). Great work! Gerben Wierda (LinkedIn ) R&A IT Strategy (main site) Book: Chess and the Art of Enterprise Architecture

Re: Use of java (specifically on older macOS)

2021-12-14 Thread Steven Smith
Please see https://github.com/macports/macports-ports/pull/13353 , which sets SOLR_JAVA_HOME to accomplish this. > On Dec 12, 2021, at 6:18 PM, Gerben Wierda via macports-users > wrote: > > Which means that MacPorts solr8 runs using macOS

Re: gtk3 problem

2021-12-14 Thread Langer, Stephen A. (Fed) via macports-users
On 12/13/21, 1:08 PM, "Ryan Schmidt" wrote: On Dec 11, 2021, at 15:15, Langer, Stephen A. (Fed) wrote: > > On 12/11/21, 9:00 AM, Ryan Schmidt wrote: > >> On Dec 10, 2021, at 13:51, Langer, Stephen A. (Fed) wrote: >> >>> Is anyone running gtk3 programs on an M1 or

Re: pwait?

2021-12-14 Thread Ryan Schmidt
On Dec 13, 2021, at 21:11, Richard L. Hamilton wrote: > macOS does not have the "pwait" command that Linux and some other Unix > versions have, which allows waiting on any process (not just a child), given > the PID. There would definitely be uses for that, like dealing with a process > that ba