Several fixes for the AD DC code, which AFAIK do not affect us, but also
a server memory information leak for the SMBv1 file server code (which
is disabled by default).
Release notes:
https://www.samba.org/samba/history/samba-4.16.4.html
While here reinstate the PLIST bits that I lost in the update to 4.16.X.
Tests and ok Ian McWilliam (co-maintainer) and bket@
Arcan is a powerful display server and multimedia framework.
Description:
Arcan is a powerful development framework for creating virtually anything from
user interfaces for specialized embedded applications all the way to full-blown
standalone desktop environments.
At its heart lies a robust and portable multimedia engine, with a well-tested
and well-documented Lua scripting interface. The development emphasizes
security, debuggability and performance -- guided by a principle of least
surprise in terms of API design.
Tweaks and OK from semarie@
sops is a tool for managing secrets
Description:
sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and
BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and
PGP.
OK sdk@
devel/py-flit Flit packaging tool
devel/py-flit_core only the distribution-building parts of Flit
devel/py-pep517 wrappers to build Python packages using PEP517 hooks
devel/py-build tool to build PEP517 packages
devel/py-installer tool to install py packages from wheel distros
textproc/py-tomli_w TOML writer, used by Flit
implementations are provided in the same file and the no longer necessary
inlining will break the build. The compat implementations will need to be
neutered with the next bump. Also silence a harmless compiler warning
about an incorrect function pointer type. OpenSSL changed the bio_info_cb
type "for backward compatibility" while LibreSSL didn't. Instead, use the
correct BIO_info_cb.
ok sthen