Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix the mongodb install issues on 2.7.0
See also: unofficial-unifi#320 (comment), but TL;DR: - pfSense 2.7.0 forked off from FreeBSD 14.0-pre at some time N - FreeBSD 14.0-pre switched to OpenSSL 3.0 in base at some time N+1 - we pull from `FreeBSD:14:x` "latest" here - thus "latest" expects OpenSSL 3.0, but we (pfSense) have a base with OpenSSL 1.x Thus, mongodb from FreeBSD:14:x errors out with missing `libssl.so.30` linking errors. pfsense/FreeBSD-src@b077aed says that we're gonna get OpenSSL 3.0 *eventually* in pfSense, but for now, we can pull from FreeBSD:13:x if we see that bad combination of `(abi, pfSense version)`.
- Loading branch information