On Mon, 23 Feb 2026 00:19:48 +0100, Slava Voronzoff <[email protected]> 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? > > About bin+lib copy instead of just bin - > yeah, while (thanks to "no deps") there is not much to copy it is I > guess more a matter of taste. > I just prefer solo binary as it is more tidy. >
Here a nice way that I use to actualize cert.pem in stunnel's chroot: ~ $ tail -n 2 /upgrade.site echo Syncing stunnel cert.pem for chroot install -m 644 /etc/ssl/cert.pem /var/stunnel/etc/ssl/ ~ $ I think this is a direction which you're looking for. -- wbr, Kirill
