sysutils/fwupd-efi: EFI Application used by uefi-capsule plugin in fwupd
This port was initially submitted as part of D29332 by Norbert Kaminski
<norbert.kaminski at 3mdeb.com>. Thanks a lot for the initial port and all
the work involved!
Differential Revision: https://reviews.freebsd.org/D29332
sysutils/fwupd: Update firmware automatically, safely, and reliably
This port was initially submitted as part of D29332 by Norbert Kaminski
<norbert.kaminski at 3mdeb.com>. Thanks a lot for the initial port and all
the work involved!
Differential Revision: https://reviews.freebsd.org/D29332
security/zeek: Update to 8.0.3
https://github.com/zeek/zeek/releases/tag/v8.0.3
This release fixes the following bugs:
- zeekctl stats should no longer report a Python error.
- The management framework controller configuration has a new
tls_options_websocket variable for setting TLS options for the
controller's Websocket server.
- Fixed Broker errors being visible/sent to WebSocket clients
unrelated to their own connection.
Reported by: Tim Wojtulewicz
devel/efivar: Update to version 39 and take maintainership
This is a big and important update which was initially submitted as
part of D29332 by Norbert Kaminski <norbert.kaminski at 3mdeb.com>. The
submitted patches were for 0.24 and at the last two EuroBSDCons I've
spend a lot of time to rework them for v39. Thanks a lot for the
initial patches, even if there is not much of the initial work left.
Differential Revision: https://reviews.freebsd.org/D29332
sysutils/elephant: look for LOCALBASE/etc/xdg for installed providers
github.com/adrg/xdg specifies only /etc/xdg as the configuration
directories. However, LOCALBASE/etc/xdg is usual in FreeBSD. So add
the path to the config directories.
lang/pocl: Update 7.0 -> 7.1, improve port
Changelog:
This is mostly a bug-fix/maintenance release.
- Support for LLVM 21 for the CPU and LevelZero devices.
- Support for cl_khr_icd v2.0.0, cl_khr_spirv_queries and
SPV_KHR_expect_assume.
https://newreleases.io/project/github/pocl/pocl/release/v7.1
Improve port:
- Switch to USES=llvm from hardcoded dependencies from llvm's files.
- Add options for build with all supported versions of the llvm.
- Cleanup RUN_DEPENDS=BUILD_DEPENDS antipattern.
PR: 290112 283227
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
lang/go-devel: enhance portscout matching
Match 1.25.* instead of 1.25*, so it will not give 1.250 as an update
to 1.25 in about 50 years from now. :-)
PR: 290231