You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(packages): remove universe packages, replace with ESM alternatives
Universe packages are not covered by Ubuntu's Extended Security
Maintenance (ESM) programme, creating a gap in long-term security
support. This commit removes or replaces universe packages with
equivalents from the main component.
rng-tools (rng-tools-debian): removed. Linux 5.6+ includes a
well-seeded CRNG via jitterentropy and CONFIG_RANDOM_TRUST_CPU, making
a userspace rng daemon redundant. Ubuntu Resolute ships kernel 6.x;
rngd provides no meaningful entropy improvement on this hardware.
rsyslog-openssl: replaced with rsyslog-gnutls (in main). The only
reason rsyslog-openssl was installed was the base rsyslog.conf loading
omrelp with tls.tlslib="openssl". rsyslog-gnutls provides equivalent
TLS support and is already present. syslog-release defaults
syslog.tls_library to "gtls" (GnuTLS) and ops-manager hardcodes gtls
in its rsyslog ERB templates, making rsyslog-gnutls a compatible
drop-in for the vast majority of operators.
Additional universe packages are removed; bosh_systemd stage and dpkg
fixture lists are updated to reflect the Resolute package set.
0 commit comments