mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
Upgrade opengrok to the latest upstream version to fix CVE-2021-2322, which was actually fixed upstream in 1.6.7. Convert the wrapper script from /bin/csh to /bin/sh. Jave 11+ is required. PR: 260534 MFH: 2022Q2 Security: 1135e939-62b4-11ec-b8e2-1c1b0d9ea7e6
6 lines
145 B
Bash
6 lines
145 B
Bash
#!/bin/sh
|
|
|
|
JAVA= "%%LOCALBASE%%/bin/java"
|
|
export JAVA_VERSION="%%JAVA_VERSION%%"
|
|
|
|
exec "${JAVA}" -jar %%JARFILE%% -c %%LOCALBASE%%/bin/uctags $*
|