Instead of having a separate sysutils/uefi-edk2-bhyve port, add bhyve
as a FLAVOR of sysutils/edk2 and delete sysutils/uefi-edk2-bhyve.
To support existing users who depend on firmware in
/usr/local/share/uefi-firmware create compatibility symlinks.
Update sysutils/bhyve-firmware to depend on edk2@bhyve.
Differential Revision: https://reviews.freebsd.org/D35148
Reviewed by: manu
Approved by: manu
- testlib got pulled in transitively, when WEBENGINE/PURPOSE is enabled.
When both options are of, the required dependency is missing on the
system and threfore leading to build failures.
PR: 264199
LibreSSL 3.5 opaqued many structs and implemented more functions
in line with OpenSSL 1.1
Approved by: tcberner (mentor, kde)
Differential Revision: https://reviews.freebsd.org/D34619
ChangeLog: https://github.com/richardlehane/siegfried/blob/main/CHANGELOG.md
Added
* JS/WASM build support
* wikidata signature added to -update.
* -nopronom flag added to roy inspect subcommand.
Changed
* update PRONOM to v104
* update LOC signatures to 2022-05-09
* update Wikidata to 2022-05-20
* update tika-mimetypes signatures to v2.4.0
* update freedesktop.org signatures to v2.2
Fixed
* invalid JSON output for fmt/1472 due to tab in MIME field.
* panic on corrupt Zip containers.
Reported by: portscout
- Brings in latest changes from base. See patches for details.
- Version 9.0 is being worked on but I wanted to fix this issue
before proceeding with bigger changes.
PR: 263753
New kernel TLS feature is available starting with FreeBSD 13.0,
and it requires OpenSSL 3.0, compiled with "enable-ktls" option.
Further, KTLS needs to be enabled in kernel, and in OpenSSL,
either via OpenSSL configuration file or with
ssl_conf_command Options KTLS;
in nginx configuration.
To enable kernel TLS on FreeBSD 13 and above:
# kldload ktls_ocf
# sysctl kern.ipc.tls.enable=1
to load a software backend, see man ktls(4) for details.
Also, please visit the following link to get more details
https://hg.nginx.org/nginx/rev/65946a191197
Obtained from: https://cgit.freebsd.org/ports/commit/?id=62502a50558bbc0950693a9ea52aee738a80f0c8
Sponsored by: Netzkommune GmbH
0.8 was not update. Misdetected by portscout.
PR: 264138
Reported by: Raivo Hool
Approved by: punkt.de Hosting Team (maintainer)
This reverts commit 4a6fdbeea1.
Make sure the pulseaudio OSS module does not keep the mixer device opened
forever. Instead open and close the mixer device for every access. Also
fix some bad code mixing get- and set- volume while at it.
Reported by: several
PR: 194727
Approved by: pi (implicit)