- Backport fix for plugin *updates* that upstream hasn't released yet
- Fix an expr syntax error which was really from upstream jruby;
logstash doesn't ship with a new enough jruby that includes this fix yet
MSI Keyboard Light Manager (MSIKLM) is an easy-to-use command-line
tool that allows users to configure the backlight of SteelSeries
keyboards found in MSI gaming notebooks. It offers similar
functionality to the SteelSeries Engine for Windows.
WWW: https://github.com/Gibtnix/MSIKLM
Run tested on an MSI GE62VR 7RF Apache Pro
FUSE driver for HFS+ based on NetBSD's kernel driver with
modifications.
This driver is read-only and cannot write to or damage the target
filesystem in any way.
hfsfuse also includes a standalone tool, hfsdump, to inspect the
contents of an HFS+ volume without FUSE.
WWW: https://github.com/0x09/hfsfuse
PR: 226244
- Support for XFS and Btrfs has been added via the new LKL option.
- Detection for attached GELI devices has been added.
- A bug where the console gets flooded by a ata0: FAILURE - zero length DMA
transfer attempted messages has been fixed.
- A bug where DSBMD delayed system shutdown has been fixed.
Changes: https://freeshell.de/~mk/projects/dsbmd-relnotes.html
PR: 226564
Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
Simple MAC framework policy to disable access to networking for
certain group. Running kldload mac_nonet.ko to load the kernel
module. The load action require root permissions.
Set gid that shouldn't access the network:
sysctl security.mac.nonet.gid=31337
and enable enforcing:
sysctl security.mac.nonet.enabled=1
Any call to socket(2) from user in this group will end with EPERM.
You can also select group that can access only AF_UNIX sockets with
security.mac.nonet.local_gid.
WWW: https://github.com/pbiernacki/mac_nonet
PR: 219376
Submitted by: amutu@amutu.com
Reviewed by: bapt
Simple MAC framework policy to manage access for setting realtime priorities by
selected GID.Running kldload mac_rtprio.ko to load the kernel module. The load
action require root permissions. Set GID that should be able to change realtime
priorities:
sysctl security.mac.rtprio.gid=1001
and enable enforcing:
sysctl security.mac.rtprio.enabled=1
WWW: https://github.com/pbiernacki/mac_rtprio
PR: 219377
Submitted by: amutu@amutu.com
Reviewed by: bapt
- Add more services for php-fpm, rsyncd, cupsd, svnserve, jackd,
netdata, musicpd, smbd, nmbd, postgresql
- Set HOME before running periodic scripts
- Don't hide errors when setting sysctl defaults
ia64 is no longer supported. In addition, ARCH values do not need to
be quoted; and per portlint, they ought to be sorted.
PR: 223983
Approved by: gnome (maintainer timeout)
This filesystem behaves like a real network filesystem - no unnecessary
copying of entire files. Currently, it claims read-write support for
Apache's mod_dav and PHP's SabreDav (used by e.g. NextCloud) only.
It forces read-only mode for other DAV servers.
The firmware does not require or link with any of the libraries
provided by GCC, so remove the GCC run dependency.
Due to the lack of an accepted better solution in bsd.gcc.mk to do
this, we use the hack used by other ports like devel/linux-kernel,
sysutils/memtest86+, sysutils/grub2-bhyve, misc/seabios, net/ipxe, ...
PR: 211079, 211154
Approved by: Process paralysis
Asmctl is a command line tool for Apple System Management Controller,
which controls the keyboard backlight and LCD backlight.
Assigning following key bindings work similar to Apple MacBook series.
| key | assign |
|-----|-------------------|
| F1 | asmctl video down |
| F2 | asmctl video up |
| F5 | asmctl key down |
| F6 | asmctl key up |
WWW: https://github.com/yuichiro-naito/asmctl
PR: 225552
Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>