drop exim from ports, this has been proposed various times over the last
couple of years but nobody actually got round to it yet, and it seems like
a good point in the release cycle to say bye, the port installs it suid
root and it has had quite a few too many security issues to be comfortable
with this.
ok job, tb, renaud (maintainer)
rename rc script for ports lldpd from lldpd to elldpd, so that lldpd could
be reused in base after release (there is no separate namespace for ports
and base daemons in rc.d-land)
vmd(8): remove config parsing TOCTOU with disk parsing.
When vmd parses vm.conf, it's inspecting any provided disk images
to determine the disk format (raw or qcow) if left unspecified.
This is a big TOCTOU because nothing prevents these files from
changing between vmd startup and vm launch.
This change defers detection to vm launch time and tracks the disk
format as an enum instead of an int to make things more interpretable.
ok hshoexer@
Update to Xwayland 24.1.10
This release contains the fixes for the following issues:
* CVE-2026-33999: XKB Integer Underflow in XkbSetCompatMap()
* CVE-2026-34000: XKB Out-of-bounds Read in CheckSetGeom()
* CVE-2026-34001: XSYNC Use-after-free in miSyncTriggerFence()
* CVE-2026-34002: XKB Out-of-bounds read in CheckModifierMap()
* CVE-2026-34003: XKB Buffer overflow in CheckKeyTypes()
Additionally, it contains a number of other various fixes from the stable
xwayland-24.1 branch