This makes it possible to run simple workloads such as nginx in a
shell-free environment using the clibs and openssl-lib packages.
PR: 273783
MFC after: 1 week
Differential D41873
pkgbase: Move libz and libcrypt from runtime to clibs dfr on Sep 15 2023, 1:00 PM. Authored by Tags Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions I'm not against *this* specifically, it will be nice to be able to have a shell-free nginx without FreeBSD-runtime but if we start doing this I think that we will end up moving all the libs in clibs. Comment Actions I really like the idea of a FreeBSD-sh package - it covers what I'm trying to achieve here and avoids breaking up the carefully curated set of libs in runtime. We would have to be careful about upgrades to try to avoid leaving systems without /bin/sh. Comment Actions Looking at the contents of FreeBSD-runtime, I wonder it it would be better to just split out the libs into FreeBSD-runtime-libs - that would probably also avoid the upgrade problem. |