Homer Core 11.0.200
Highlights
- deb/rpm now include the glibc-patched binary nfpm reads (
./homer). The polyfill step patches that file;homer-core_amd64is synced from it after patching so release uploads match packages. - CI uses polyfill-glibc-action pinned to
1.1.5with target glibc 2.34 on amd64, replacing the previous shell/pipflow.
Makefile / local builds
- Default
makeruns the full build (UI + binary), not only the static libstdc++ wrapper. - Glibc polyfill is optional: run
make glibc-polyfillwhen needed (defaultGLIBC_TARGET=2.34; override e.g.GLIBC_TARGET=2.28). It is not run onmake release/make homer-only.
Maintenance
- UI:
npm audit fixfor transitive advisories;npm testupdated (ConfirmProvider / TooltipProvider wrappers, login queries aligned with the current form).
Upgrade notes
- If you still see errors like
GLIBC_2.38on older distros from packaged installs, use a build that includes the polyfill →./homer→ nfpm pipeline (this release line).
OS
- Debian >=12 , RH >=8