Add missing algorithms to compatible list
Some of the more recent ESP algorithms are missing from the
supported list. This adds all missing algorithms that are
exposed via the pfkey API based on what iked currently
supports.
We define more code points for auth algorithms, but those are
only used internally. For AEADs (AES-GCM, CHACHA20) and GMAC
we only look at the sadb_sa_encrypt field of the SADB_SA message
and automatically assign a matching auth algorithm.
Reported by Andrew Cagney
ok hshoexer@
Update to png 1.6.55. ok tb@
The freetype code that used this copy of libpng is not calling
png_set_quantize either directly or indirectly so it's not affected by
CVE-2026-25646 (High): Heap buffer overflow in png_set_quantize
import ports/converters/luit, feedback/ok matthieu
Luit is a filter that can be run between an arbitrary application and
a UTF-8 terminal emulator. It will convert application output from the
locale's encoding into UTF-8, and convert terminal input from UTF-8 into
the locale's encoding.
Note that luit(1) support is not present in xterm(1) on OpenBSD, so this
is only useful in special cases - e.g. as a wrapper for telnet(1) or
an SSH client when connecting to systems without UTF-8 support.
rearrange roundcube port to use separate ports dirs for the two skins
previously done as subpackages in mail/roundcubemail; fetch these from
github distfiles rather than maintainer-generated bundles
Update maintainer target build-dependencies to use ${_PBUILD} chmod approach
similar to sysutils/snmp_exporter suggested by sthen@. Update comments to
include the need for creating a new dependencies distfile when protobuf or jna
versions change.
update to got-0.122
- fix gotd/gotsys-check trying to parse gotsys.conf from a non-zero file offset
- fix setting of a custom HEAD reference during repository creation by gotsysd
- tweak gotwebd's Content-Security-Policy (CSP) to allow javascript in websites
- fix CSP-violating URL-paths to gotwebd static assets in generated HTML
- document gotwebd's Content-Security-Policy in gotwebd.conf.5
- fix gotwebd serving websites from a branch other than HEAD
- add a per-repository clone_url option gotwebd.conf
- make gotsys-write-conf set the clone_url option in gotwebd.conf
- make 'tog diff' indent log messages above patches for safety
- gotweb can now show SSH host key fingerprints for clone URLs and login hints
- make gotsys-write-conf add ssh host key fingerprints to /etc/gotwebd.conf
- only display the "Clone URL:" label if there is a clone URL to display
- fix overflow CSS for gotwebd clone URL
- scope gotwebd authentication cookies to gotweb URL root path instead of "/"
- make gotwebd display the authenticated user name while logged in
- provide a link which can be used to log out when logged into gotwebd