On 2026/02/23 02:19, Slava Voronzoff wrote: > сб, 21 февр. 2026 г. в 22:09, Stuart Henderson <[email protected]>: > > > > On 2026/02/21 19:25, Slava Voronzoff wrote: > > > Do you mind also to look in -static flavor part of my patch? This > > > little gravity thingy really neat to drop in cgi-bin of chroot and > > > start hacking some little scripts. > > > > you still need to copy it into /var/www, so why not copy libc/libm > > across as well? (easily scripted, and then you don't end up with a copy > > of the file that doesn't get updated when the libraries change in base) > > > > Hm, interesting idea, but isn't lib update on current will rebuild package?
No, only if the library version changes. (technically only needed if the library major version changes, though I think pkg_add may update for a minor version change too). If the libc<>kernel interface changes (e.g. syscalls), but the libc<>executables interface does not, there's no bump of library version. That doesn't happen all that often, but it does happen.
