security/opkssh: New port: Tool which enables SSH to be used with OpenID Connect
opkssh is a tool which enables ssh to be used with OpenID Connect
allowing SSH access to be managed via identities like alice at example.com
instead of long-lived SSH keys. It does not replace SSH, but instead
generates SSH public keys containing PK Tokens and configures sshd
to verify them. These PK Tokens contain standard OpenID Connect ID
Tokens. This protocol builds on the OpenPubkey which adds user
public keys to OpenID Connect without breaking compatibility with
existing OpenID Provider.
devel/forgejo-runner: Add supervisor mode for daemon(8)
If the server is not available when act_runner starts, act_runner
terminates.
Notes:
1. This is a breaking change - previously set act_runner_flags specified
in rc.conf are applied to daemon(8), not act_runner. To pass
parameters to act_runner, act_runner_args is used.
2. The system must be updated due to FreeBSD-EN-25:06.daemon.
While here fix build with non-default user/group and split long line.
PR: 288957
devel/kodi-platform: Bump after update multimedia/kodi
While here replace PORTVERSION with DISTVERSION.
PR: 290895
Approved by: decke (maintainer, implicit)
editors/abiword: Fix pkg-plist with COLSUGAR off
PR: 278929
Reported by: Harald Schmalzbauer <bugzilla.freebsd at omnilan.de>
MFH: 2025Q4
(cherry picked from commit 2c4e0e5335c05f56851687d99b0c826e13d95353)
devel/gitlab-runner: install the gitlab secrets scanner
This makes it now possible to have a gitlab-runner with shell
and in the pipeline of the repository the default
gitlab pipeline can be used now, like:
include:
- template: Jobs/Secret-Detection.gitlab-ci.yml
www/gitlab: enable the gitlab secrets scanner in the standard pipeline
This makes it now possible to have a gitlab-runner with shell
and in the pipeline of the repository the default
gitlab pipeline can be used now, like:
include:
- template: Jobs/Secret-Detection.gitlab-ci.yml
editors/zed: Update to 0.212.6
All codes related to the crash handling function (including its
dependencies, crash-handler and minidumper crates) are disabled to
make it build. The function is mainly used by developers of the
software so it would be okay for users' viewpoint.
Changelog: https://github.com/zed-industries/zed/releases
Reported by: GitHub (watch releases)