From: Christoph Liebender Subject: Re: [maintainer update] net/mollysocket 1.6.0 -> 1.7.0 + unveil To: ports@openbsd.org Date: Tue, 24 Mar 2026 20:18:55 +0100 On 3/23/26 22:18, Volker Schlecht wrote: > I don't really know how to test this, but did you look into whether the > aws-lc > patches from i.e. lang/deno apply and fix the problems you're seeing? > > There's a chance that these are an easier solution than the Cargo.lock > gymnastics.. > aws-lc does not seem to be necessary at all in the first place. it is a transitive dependency caused by a feature of a crate that got bumped: https://github.com/mollyim/mollysocket/issues/114#issuecomment-3958708898 Anyway, I opened a pull request to integrate the native-tls change into upstream. If it gets merged, the Cargo.{toml,lock} patches are not necesarry (except for unveil, of course).