hi,
is there any way to know what commit was used from the ports tree, as the
base for the package builders? If not, can this be exposed somehow, maybe
in something like meta.conf ?
$ curl http://pkg.freebsd.org/FreeBSD:14:amd64/latest/meta.conf
version = 2;
packing_format = "txz";
manifests = "
As previously mentioned[1] FreeBSD 14.0 will include OpenSSL 3.0. We
expect to merge the update to main in the near future (within the next
week or two) and are ready for wider testing.
Supported by the FreeBSD Foundation, Pierre Pronchery has been working
on the update in the src tree, with assi
Hello.
Someone said something similar to that. :)
-> https://lists.freebsd.org/archives/freebsd-ports/2023-January/003292.html
It seems that the package download feature of poudriere-devel has to keep pace
with the official builder.
Perhaps when updates are made to chromium, etc., the official w
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?
Eugene
Dear Ed,
Am 08.06.2023 um 20:13 schrieb Ed Maste:
Most of the base system is ready for a seamless switch to OpenSSL 3.0.
For several components we've added `-DOPENSSL_API_COMPAT=0x1010L`
to CFLAGS to specify the API version, which avoids deprecation
warnings from OpenSSL 3.0. Changes have al