OpenBSD/ports 6EjibAElang/gleam Makefile distinfo

   lang/gleam: Update to 1.15.4
VersionDeltaFile
1.37+2-3lang/gleam/Makefile
1.31+2-2lang/gleam/distinfo
+4-52 files

OpenBSD/src nRwayu9sys/dev/ic qwz.c qwzreg.h, sys/dev/pci if_qwz_pci.c

   sys/qwz: fixed some missmatched against ATH12k

   It fully parse SERVICE_READY_EXT2 peer-metadata capability and fill
   wmi_resource_config's tail.

   It also fixes a crash/free of null, and adjusted buffer and timeouts to
   match Linux to actually get full RDDM.

   It uses world regulatory domain.

   Plus a few small typos.

   qwz now loads, but firmware crashes on scan.

   OK: mglocker@
VersionDeltaFile
1.24+129-15sys/dev/ic/qwz.c
1.12+18-3sys/dev/ic/qwzreg.h
1.7+4-5sys/dev/pci/if_qwz_pci.c
1.13+3-1sys/dev/ic/qwzvar.h
+154-244 files

OpenBSD/ports w11vhrWgames/openrct2 Makefile

   games/openrct2: oops, forgot to include volker's tweak to disable ccache
VersionDeltaFile
1.30+3-1games/openrct2/Makefile
+3-11 files

OpenBSD/ports fBV2rzYgames/openrct2 distinfo Makefile, games/openrct2/patches patch-CMakeLists_txt

   games/openrct2: update to 0.4.32

   ok volker@
VersionDeltaFile
1.16+14-12games/openrct2/pkg/PLIST
1.12+12-12games/openrct2/distinfo
1.29+10-12games/openrct2/Makefile
1.12+1-1games/openrct2/patches/patch-CMakeLists_txt
+37-374 files

OpenBSD/src PAjp2Bhusr.sbin/rpki-client version.h

   Prepare for rpki-client 9.8
VersionDeltaFile
1.30+2-2usr.sbin/rpki-client/version.h
+2-21 files

OpenBSD/ports U6PBvJssecurity/vaultwarden distinfo crates.inc

   Security update to vaultwarden-1.35.5

   This release contains security fixes for the following advisories:
   - GHSA-937x-3j8m-7w7p Unconfirmed Owner Can Purge Entire Organization
     Vault
   - GHSA-569v-845w-g82p Cross-Org Group Binding Enables Unauthorized Read
     And Write Access Into Another Organization
   - GHSA-6j4w-g4jh-xjfx Refresh tokens not invalidated on security stamp
     rotation

   Changes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.5
VersionDeltaFile
1.33+236-264security/vaultwarden/distinfo
1.31+117-131security/vaultwarden/crates.inc
1.53+2-2security/vaultwarden/Makefile
+355-3973 files

OpenBSD/ports OP9gbuywww/vaultwarden-web distinfo Makefile, www/vaultwarden-web/pkg PLIST

   Update to vaultwarden-web-2026.2.0

   Changes:
   https://github.com/dani-garcia/bw_web_builds/compare/v2026.1.1...v2026.2.0
VersionDeltaFile
1.23+40-36www/vaultwarden-web/pkg/PLIST
1.23+2-2www/vaultwarden-web/distinfo
1.25+1-1www/vaultwarden-web/Makefile
+43-393 files

OpenBSD/ports OgdLHbpmisc/openhab/4 Makefile, misc/openhab/4/pkg PLIST

   Clean cache dir to avoid failed update. From maintainer Chaz Kettleson. OK sthen.
VersionDeltaFile
1.3+2-0misc/openhab/5/pkg/PLIST
1.2+2-0misc/openhab/4/pkg/PLIST
1.5+1-0misc/openhab/5/Makefile
1.3+1-0misc/openhab/4/Makefile
+6-04 files

OpenBSD/ports ppAG7d4games/wesnoth distinfo Makefile

   update to wesnoth-1.18.7
VersionDeltaFile
1.63+2-2games/wesnoth/distinfo
1.119+1-2games/wesnoth/Makefile
+3-42 files

OpenBSD/ports zEGcivSnews/nzbget Makefile distinfo, news/nzbget/patches patch-cmake_rapidyenc_cmake patch-cmake_par2-turbo_cmake

   Update to nzbget-26.1

   Changes: https://github.com/nzbgetcom/nzbget/releases/tag/v26.1
VersionDeltaFile
1.1+19-0news/nzbget/patches/patch-cmake_rapidyenc_cmake
1.39+5-6news/nzbget/Makefile
1.22+6-4news/nzbget/distinfo
1.8+3-3news/nzbget/patches/patch-cmake_par2-turbo_cmake
1.12+2-2news/nzbget/patches/patch-nzbget_conf
1.3+0-0news/nzbget/patches/patch-daemon_main_Options_cpp
+35-152 files not shown
+35-158 files

OpenBSD/ports 7Y9LImJlang/clazy Makefile distinfo

   Update clazy to 1.17.1

   Only one bug fix:
    * fully-qualified-moc-types: Fix false positive regression for
      pointer/reference types in generics.
VersionDeltaFile
1.26+3-2lang/clazy/Makefile
1.15+2-2lang/clazy/distinfo
+5-42 files

OpenBSD/ports piZFyRCtextproc/cookcli crates.inc distinfo

   Update to CookCLI 0.28.1.
VersionDeltaFile
1.10+505-540textproc/cookcli/crates.inc
1.10+438-510textproc/cookcli/distinfo
1.11+2-2textproc/cookcli/Makefile
+945-1,0523 files

OpenBSD/src SEHU9mEusr.sbin/sensorsd sensorsd.c

   Fix a memory leak on configuration reload, and incorrect termination
   when a sensor fails to read.
   From James J. Lippard
   ok tb
VersionDeltaFile
1.70+7-3usr.sbin/sensorsd/sensorsd.c
+7-31 files

OpenBSD/src tnKGQbhsys/arch/sparc64/sparc64 locore.s

   Fix possible reace in ipi_drop_fpstate()

   ipi_drop_fpstate() needs to check if the current fpu context matches the
   expected one sent via IPI. Only after that %fprs should be cleared.
   Use the same asm in ipi_drop_fpstate() as in the start of ipi_save_fpstate().

   Also simplify ipi_drop_fpstate() and clearfpstate() since there is no need
   to enable the FPU before clearing %fprs.

   OK miod@ kettenis@ deraadt@
VersionDeltaFile
1.232+5-11sys/arch/sparc64/sparc64/locore.s
+5-111 files

OpenBSD/src MeNbzfDsys/arch/sparc64/sparc64 trap.c

   Initialize all FPU registers to all 1 (or -NaN) not only the lower 32.

   OK miod@ kettenis@ deraadt@
VersionDeltaFile
1.130+3-1sys/arch/sparc64/sparc64/trap.c
+3-11 files

OpenBSD/ports 5HfFDJIx11/kde kde.port.mk

   Missing version bump
VersionDeltaFile
1.86+1-1x11/kde/kde.port.mk
+1-11 files

OpenBSD/ports XNTfay6x11/kde-plasma/aurorae distinfo, x11/kde-plasma/kde-cli-tools distinfo

   Update KDE Plasma 6.6.4, Bugfix Releases for March and April

   https://kde.org/announcements/changelogs/plasma/6/6.6.2-6.6.3/
   https://kde.org/announcements/changelogs/plasma/6/6.6.3-6.6.4/
VersionDeltaFile
1.32+2-2x11/kde-plasma/kde-cli-tools/distinfo
1.32+2-2x11/kde-plasma/kde-gtk-config/distinfo
1.67+2-2x11/kde-plasma/kdecoration/distinfo
1.32+2-2x11/kde-plasma/kdeplasma-addons/distinfo
1.33+2-2x11/kde-plasma/plasma-desktop/distinfo
1.11+2-2x11/kde-plasma/aurorae/distinfo
+12-1255 files not shown
+115-10561 files

OpenBSD/src q28bBrLsbin/disklabel disklabel.8

   remove unneeded escape; \0\10GB -> \010GB
VersionDeltaFile
1.159+3-3sbin/disklabel/disklabel.8
+3-31 files

OpenBSD/src v9d8E9pshare/man/man4 wsmouse.4, usr.sbin/fw_update fw_update.8

   remove whitespace at eol
VersionDeltaFile
1.26+3-3share/man/man4/wsmouse.4
1.10+3-3usr.sbin/fw_update/fw_update.8
+6-62 files

OpenBSD/ports bMePVX1textproc/xan distinfo crates.inc

   Update to xan 0.57.0.
VersionDeltaFile
1.4+70-6textproc/xan/distinfo
1.4+34-2textproc/xan/crates.inc
1.5+1-1textproc/xan/Makefile
+105-93 files

OpenBSD/src rAXFaB4sys/arch/amd64/stand/boot boot.8

   add back leading . required for roff comments
VersionDeltaFile
1.38+2-2sys/arch/amd64/stand/boot/boot.8
+2-21 files

OpenBSD/ports CbauAvPsysutils/parallel distinfo Makefile

   Update to parallel 20260322.
VersionDeltaFile
1.21+2-2sysutils/parallel/distinfo
1.28+1-1sysutils/parallel/Makefile
+3-32 files

OpenBSD/src aaRSyg6lib/libc/gen getpagesize.3

   remove .Bf matching .Ef removed in previous; fixes unintended bold
VersionDeltaFile
1.14+2-3lib/libc/gen/getpagesize.3
+2-31 files

OpenBSD/src Bxv5GGoshare/man/man4/man4.riscv64 smtcomphy.4

   sort SEE ALSO
VersionDeltaFile
1.2+4-4share/man/man4/man4.riscv64/smtcomphy.4
+4-41 files

OpenBSD/src 3Gv0x4cshare/man/man4/man4.riscv64 smtpmic.4

   SNTPMIC -> SMTPMIC
VersionDeltaFile
1.2+3-3share/man/man4/man4.riscv64/smtpmic.4
+3-31 files

OpenBSD/ports UCnUGUTlang/gleam distinfo Makefile

   lang/gleam: Update to 1.15.3
VersionDeltaFile
1.30+2-2lang/gleam/distinfo
1.36+1-1lang/gleam/Makefile
+3-32 files

OpenBSD/ports 0XUCZQpemulators/openmsx Makefile

   Remove BROKEN-sparc64 since GCC 15 does support C++20
VersionDeltaFile
1.42+0-1emulators/openmsx/Makefile
+0-11 files

OpenBSD/ports w6cmBPrgeo/py-supermercado distinfo Makefile

   Update py-supermercado to 0.4.0.
VersionDeltaFile
1.5+2-2geo/py-supermercado/distinfo
1.15+1-2geo/py-supermercado/Makefile
+3-42 files

OpenBSD/ports pGEZqiQsysutils/rclone distinfo Makefile

   Update to rclone-1.73.4

   Changes: https://rclone.org/changelog/#v1-73-4-2026-04-08
VersionDeltaFile
1.63+4-4sysutils/rclone/distinfo
1.73+1-1sysutils/rclone/Makefile
+5-52 files

OpenBSD/ports sGRPafCx11/kde-plasma/plasma-workspace Makefile, x11/kde-plasma/plasma-workspace/patches patch-libclock_alignedtimer_posix_cpp patch-libclock_alignedtimer_h

   libclock: add POSIX-compatible AlignedTimer for OpenBSD

   https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/6487

   timerfd_create(2) and timerfd_settime(2) are Linux-specific and not available
   on OpenBSD. This alternative implementation uses a single-shot QTimer that
   reschedules itself.

   The next expiry is computed by rounding the current CLOCK_REALTIME down to the
   last interval boundary and stepping forward by one interval.
VersionDeltaFile
1.1+88-0x11/kde-plasma/plasma-workspace/patches/patch-libclock_alignedtimer_posix_cpp
1.1+25-0x11/kde-plasma/plasma-workspace/patches/patch-libclock_alignedtimer_h
1.1+18-0x11/kde-plasma/plasma-workspace/patches/patch-libclock_CMakeLists_txt
1.38+1-1x11/kde-plasma/plasma-workspace/Makefile
+132-14 files