Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.10.0.html
Port changes:
* Set default path.{config,data,home,logs} to OpenBSD-specific locations
on OpenBSD
* Add Kibana dashboards: name <beatname> setup --dashboards command work
* Remove modules (e.g. docker, k8, windows) and dashboards which are irrelevant
on OpenBSD
* Remove redundant pkg/README for filebeat and packetbeat
Thanks to David Alten for detailed reports on various usability issues
This Prometheus exporter allows "blackbox" probing of endpoints over
HTTP, HTTPS, DNS, TCP and ICMP. That is, it allows making requests using
various protocols from a management machine to standard network servers
and gathering metrics from them.
- allow building on all arches (without libpci support, it can
programme some devices via USB flashers)
- remove dmidecode dependency, flashrom moved to using an internal
DMI/SMBIOS decoder by default in 0.9.8.
are specific to x86 - BIOS, IBM/Lenovo VPD, compaq ownership) and enable
on aarch64. Not sure if it will actually find anything, the only hw I can
test on is rpi4 and od1000 and both return "No SMBIOS nor DMI entry point
found, sorry".
Security fix release to fix CVE-2020-28924. Some passwords generated
with rclone config may be insecure. In particular if you used the 'g'
generate option with rclone v1.49 - v1.53.2 then your password will
based on the second it was generated in. This means that there are fixed
number of passwords in that period. Additional information:
https://github.com/rclone/rclone/issues/4783.
The RISC-V Proxy Kernel, pk, is a lightweight application execution
environment that can host statically-linked RISC-V ELF binaries. It is
designed to support tethered RISC-V implementations with limited I/O
capability and thus handles I/O-related system calls by proxying them to
a host computer.
ok aja@