On 2026/06/09 22:09, Marc Espie wrote: > I still need to find how to paste everything everytime (I hate having to > push "p" all the time) I quite like that, because sometimes websites hijack the clipboard and extra shit to copied text that I try paste into IRC, but if you don't... <symphytum:/usr/ports/x11/rxvt-unicode>$ cvsps -s 58 --------------------- PatchSet 58 Date: 2021/11/23 13:04:34 Author: sthen Branch: HEAD Tag: (none) Log: update to rxvt-unicode 9.29, ok bket@ this asks for confirmation about pastes with control characters/enter. if that annoys you, it can be disabled with "URxvt.perl-ext: -confirm-paste" Members: Makefile:1.52->1.53 distinfo:1.15->1.16 patches/patch-configure_ac:1.3->1.4 pkg/PLIST:1.13->1.14
OpenBSD Mail Box
BTC:1BsNfN6m7xtT4PqDb9jJHnDDFBb38zS9Yi
Tuesday, June 09, 2026
Re: [udpate] textproc/mdbook 0.5.3
On Tue, Jun 09, 2026 at 11:13:57PM +0200, Volker Schlecht wrote: > On 6/9/26 10:36 PM, Theo Buehler wrote: > > > Build and tests OK on current/amd64 with Rust 1.95.0 > > > > It broke packaging of rust-analyzer since mdbook generated output > > includes some hex digits that changed with the update (presumably some > > hash over the contents). When updating a port you really need to check > > whether the ports depending on it still build and package. > We may be able to reduce the risk of that happening by disabling the > hash. It's intended as a cache busting feature which doesn't make sense > for docs bundled with a package. > > Of course future versions of mdbook may still change the file names of > the bundled default theme (or add / remove files), so the note is still > needed. ok tb