Date: Sat, 10 Jun 2023 06:51:26 +0700 From: Eugene Grosbein <eugen@grosbein.net> To: Moin Rahman <bofh@freebsd.org> Cc: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: OpenSSL 3.0 in the base system update Message-ID: <91fa0a9f-0216-1391-443c-80deaf967daa@grosbein.net> In-Reply-To: <FC0593A5-9E0D-4010-88B7-6DCBA6D2B1BE@freebsd.org> References: <CAPyFy2CbMQVkijEF=BgQECZGre=f%2BgRPB0qcd0vvZgto75fU1w@mail.gmail.com> <257c6981-f49a-6d31-b5f8-7cad1d3e889a@grosbein.net> <FC0593A5-9E0D-4010-88B7-6DCBA6D2B1BE@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
09.06.2023 18:33, Moin Rahman wrote: >> On Jun 9, 2023, at 5:22 AM, Eugene Grosbein <eugen@grosbein.net> wrote: >> >> 09.06.2023 0:13, Ed Maste wrote: >> >> [skip] >> >>> We welcome feedback from anyone willing to test the work in progress. >> >> Is it possible to grab some binary snapshot of 14-CURRENT to install into a VM and test my port that fails build? >> If not, how do I build 14-CURRENT with OpenSSL 3.0 myself? > > At the moment there is no binary snapshot as the codebase has not yet > been merged into the Source of Truth. The best way to test your port > is either with poudriere or with a local jail. In case you are using > poudriere the following might be helpful for you: > > git clone git@github.com:khorben/freebsd-src.git openssl3-src > cd openssl3-src && git checkout khorben/openssl-3.0.9 > poudriere jail -c -j MAINopenssl3 -b -m src=<PATH TO>/openssl3-src -J 64 > > If you are the Eugen from gost-engine then I believe it should be a simple > upgrade to the latest 3.0.1 version. I am. The port security/gost-engine already supports OpenSSL 3.0 but requires non-default build option to use it. I guess, I need to rework the port to use flavours instead. But, I worry about net/mpd5 this time. > And if you do not have enough firepower for running HEAD jail submit a > patch and assign it to me. I will look into it. I will use my local bhyve to run HEAD+OpenSSL 3.0 I can build it myself and buildworld finished already, in fact :-) Thank you all who responded.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?91fa0a9f-0216-1391-443c-80deaf967daa>