OpenBSD/ports FUuXUGLdevel/qt-creator Makefile distinfo, devel/qt-creator/pkg PLIST

   Update qt-creator to 20.0.1
VersionDeltaFile
1.59+2-2devel/qt-creator/distinfo
1.50+2-1devel/qt-creator/pkg/PLIST
1.123+1-1devel/qt-creator/Makefile
+5-43 files

OpenBSD/ports KUJ2pKOsysutils/gemini-cli Makefile distinfo, sysutils/gemini-cli/pkg PLIST

   Update to gemini-cli-0.53.1.
VersionDeltaFile
1.34+64-48sysutils/gemini-cli/pkg/PLIST
1.35+2-2sysutils/gemini-cli/distinfo
1.37+1-1sysutils/gemini-cli/Makefile
+67-513 files

OpenBSD/ports emA9tZHx11/gnome/user-docs Makefile distinfo, x11/gnome/user-docs/pkg PLIST

   Update to gnome-user-docs-50.4
VersionDeltaFile
1.65+328-0x11/gnome/user-docs/pkg/PLIST
1.84+2-2x11/gnome/user-docs/distinfo
1.104+1-1x11/gnome/user-docs/Makefile
+331-33 files

OpenBSD/ports 6itPpHYx11/gnome/control-center Makefile distinfo

   Update to gnome-control-center-49.9.
VersionDeltaFile
1.83+2-2x11/gnome/control-center/distinfo
1.148+1-1x11/gnome/control-center/Makefile
+3-32 files

OpenBSD/ports sTRb3fXx11/gnome/gvfs Makefile distinfo

   Update to gvfs-1.60.2.
VersionDeltaFile
1.99+2-2x11/gnome/gvfs/distinfo
1.230+1-1x11/gnome/gvfs/Makefile
+3-32 files

OpenBSD/ports 47PbOnusysutils/awscli/v1 Makefile distinfo

   Update to awscli-1.45.62.
VersionDeltaFile
1.41+2-2sysutils/awscli/v1/distinfo
1.43+1-1sysutils/awscli/v1/Makefile
+3-32 files

OpenBSD/ports m7f2QyTnet/py-boto3 Makefile distinfo

   Update to py3-boto3-1.43.62.
VersionDeltaFile
1.659+2-2net/py-boto3/distinfo
1.671+1-1net/py-boto3/Makefile
+3-32 files

OpenBSD/ports 5kq8BGHnet/py-botocore Makefile distinfo, net/py-botocore/pkg PLIST

   Update to py3-botocore-1.43.62.
VersionDeltaFile
1.332+5-0net/py-botocore/pkg/PLIST
1.876+2-2net/py-botocore/distinfo
1.886+1-1net/py-botocore/Makefile
+8-33 files

OpenBSD/ports IkUGeelmisc/hwdata Makefile distinfo

   Update to hwdata-0.410.
VersionDeltaFile
1.134+2-2misc/hwdata/distinfo
1.136+1-1misc/hwdata/Makefile
+3-32 files

OpenBSD/ports 04drDZGdevel/harfbuzz distinfo Makefile, devel/harfbuzz/patches patch-src_harfbuzz-config_cmake_in

   Update to harfbuzz-14.3.0.
VersionDeltaFile
1.3+8-31devel/harfbuzz/patches/patch-src_harfbuzz-config_cmake_in
1.211+7-9devel/harfbuzz/Makefile
1.175+2-2devel/harfbuzz/distinfo
1.50+2-0devel/harfbuzz/pkg/PLIST-main
+19-424 files

OpenBSD/ports h3qxLaudevel/qbs distinfo Makefile

   Update qbs to 3.3.1
VersionDeltaFile
1.37+2-2devel/qbs/distinfo
1.50+2-2devel/qbs/Makefile
+4-42 files

OpenBSD/ports wkBIg1Ewayland/wayfire Makefile distinfo, wayland/wayfire/patches patch-meson_build patch-src_meson_build

   wayland/wayfire: update to 0.11.0, switches to wlroots 0.20.

   see https://wayfire.org/2026/07/24/Wayfire-0-11.html
   and https://github.com/WayfireWM/wayfire/releases/tag/v0.11.0
VersionDeltaFile
1.6+53-2wayland/wayfire/pkg/PLIST
1.7+8-6wayland/wayfire/distinfo
1.19+7-5wayland/wayfire/Makefile
1.5+4-4wayland/wayfire/patches/patch-src_meson_build
1.6+1-1wayland/wayfire/patches/patch-meson_build
+73-185 files

OpenBSD/ports cGPfwHlwayland/wf-config distinfo Makefile

   wayland/wf-config: update to 0.11.0
VersionDeltaFile
1.13+2-3wayland/wf-config/Makefile
1.5+2-2wayland/wf-config/distinfo
+4-52 files

OpenBSD/ports IgOIDCsdevel/uv Makefile crates.inc

   Update to uv 0.12.0 from maintainer

   set noexeconly for aarch64 because of aws-lc-rs Keccak.

   https://github.com/astral-sh/uv/releases/tag/0.11.33
   https://github.com/astral-sh/uv/releases/tag/0.12.0
VersionDeltaFile
1.36+84-88devel/uv/distinfo
1.35+41-43devel/uv/crates.inc
1.40+4-6devel/uv/Makefile
+129-1373 files

OpenBSD/ports NNWXsnqx11/xbindkeys Makefile, x11/xbindkeys/patches patch-options_c

   MODTK_VERSION=8.6
   Test the right variable inside an "if ()".


   ok sthen@
VersionDeltaFile
1.1+24-0x11/xbindkeys/patches/patch-options_c
1.27+5-0x11/xbindkeys/Makefile
+29-02 files

OpenBSD/src Tj8lkgQusr.sbin/relayd relayd.h control.c

   relayd: use imsg_compose() instead of handcrafted imsg

   pfe_sync() built a struct imsg by hand and pushed it through
   control_imsg_forward(). That API is meant for relaying a *received*
   imsg.

   Add control_imsg_notify() which walks the notify-enabled control connections
   and calls imsg_compose(3) properly. (like control_imsg_forward).

   OK claudio@
VersionDeltaFile
1.97+8-16usr.sbin/relayd/pfe.c
1.70+16-1usr.sbin/relayd/control.c
1.291+2-1usr.sbin/relayd/relayd.h
+26-183 files

OpenBSD/ports RNcSQSnsysutils/rclone Makefile distinfo

   Update to rclone-1.75.0

   Changes:
   https://rclone.org/changelog/#v1-75-0-2026-07-31
VersionDeltaFile
1.64.2.2+4-4sysutils/rclone/distinfo
1.74.2.2+1-1sysutils/rclone/Makefile
+5-52 files

OpenBSD/ports q7XVA1Tsysutils/rclone Makefile distinfo

   Update to rclone-1.75.0

   Changes:
   https://rclone.org/changelog/#v1-75-0-2026-07-31
VersionDeltaFile
1.70+4-4sysutils/rclone/distinfo
1.80+1-1sysutils/rclone/Makefile
+5-52 files

OpenBSD/ports bJFRccUnet/tdesktop distinfo Makefile

   fix copy/pasta in previous to unbreak;  thanks naddy
VersionDeltaFile
1.225+1-2net/tdesktop/Makefile
1.168+1-1net/tdesktop/distinfo
+2-32 files

OpenBSD/ports lFzpHJ3multimedia/dms Makefile, multimedia/dms/pkg dms.rc

   syslog dms service output

   Otherwise due to rc_bg=YES it gets lost.
VersionDeltaFile
1.2+1-0multimedia/dms/pkg/dms.rc
1.3+1-0multimedia/dms/Makefile
+2-02 files

OpenBSD/ports lhQVtu1sysutils/grafana Makefile distinfo, sysutils/grafana/patches patch-conf_sample_ini

   sysutils/grafana: update to 13.1.1
VersionDeltaFile
1.50+34-32sysutils/grafana/pkg/PLIST
1.50+4-4sysutils/grafana/distinfo
1.31+1-1sysutils/grafana/patches/patch-conf_sample_ini
1.67+1-1sysutils/grafana/Makefile
+40-384 files

OpenBSD/ports FQ9Vzjjmail/aerc Makefile modules.inc, mail/aerc/pkg PLIST

   mail/aerc: update to 0.22.0

   ok and suggestion to add comment about tests needing network from sthen@
VersionDeltaFile
1.17+110-134mail/aerc/distinfo
1.13+35-44mail/aerc/modules.inc
1.24+14-5mail/aerc/Makefile
1.12+2-0mail/aerc/pkg/PLIST
+161-1834 files

OpenBSD/ports VCb17dtmultimedia/dms Makefile modules.inc, multimedia/dms/patches patch-dlna_dms_dms_unix_go patch-dlna_dms_dms_others_go

   update to dms 1.8.0
VersionDeltaFile
1.2+26-92multimedia/dms/distinfo
1.2+6-27multimedia/dms/modules.inc
1.1+13-0multimedia/dms/patches/patch-dlna_dms_dms_unix_go
1.1+13-0multimedia/dms/patches/patch-dlna_dms_dms_others_go
1.2+1-9multimedia/dms/Makefile
+59-1285 files

OpenBSD/src kXAqirUsys/dev/fdt if_dwqe_fdt.c, sys/dev/ic dwqevar.h dwqereg.h

   Enable 40-bit/48-bit addressing mode if the hardware supports it. Don't
   sprinkle BUS_DMA_64BIT flags around just yet, as 40-bit addressing might
   not be good enough to address all RAM in some machines.

   ok jca@
VersionDeltaFile
1.21+73-2sys/dev/fdt/if_dwqe_fdt.c
1.24+22-8sys/dev/ic/dwqe.c
1.11+6-1sys/dev/ic/dwqereg.h
1.12+2-1sys/dev/ic/dwqevar.h
+103-124 files

OpenBSD/src MhomjU5sys/dev/acpi acpi.c

   acpi(4): Fix out of range access in System States

   ok kettenis@
VersionDeltaFile
1.458+2-2sys/dev/acpi/acpi.c
+2-21 files

OpenBSD/ports lLIHH3rnet/py-websockets distinfo Makefile, net/py-websockets/pkg PLIST

   update to py3-websockets-17.0
VersionDeltaFile
1.7+37-9net/py-websockets/pkg/PLIST
1.10+20-17net/py-websockets/Makefile
1.4+2-2net/py-websockets/distinfo
+59-283 files

OpenBSD/ports jn5qQ6nmail/grommunio/gromox distinfo Makefile, mail/grommunio/gromox/patches patch-mda_exmdb_local_exmdb_local_cpp patch-lib_textmaps_cpp

   update to 3.9
VersionDeltaFile
1.4+5-5mail/grommunio/gromox/patches/patch-lib_textmaps_cpp
1.48+2-2mail/grommunio/gromox/distinfo
1.71+2-2mail/grommunio/gromox/Makefile
1.7+1-1mail/grommunio/gromox/patches/patch-mda_exmdb_local_exmdb_local_cpp
+10-104 files

OpenBSD/ports 7jEyQGEfonts/annapurna Makefile, fonts/jaldi Makefile

   drop George Rosamond as maintainer of his various ports, req by him
VersionDeltaFile
1.10+1-3sysutils/sysmon/Makefile
1.10+1-3security/py-securesystemslib/Makefile
1.10+1-3security/py-in-toto/Makefile
1.9+1-3security/py-duo_universal/Makefile
1.8+1-3fonts/jaldi/Makefile
1.8+1-3fonts/annapurna/Makefile
+6-1825 files not shown
+31-6931 files

OpenBSD/ports X7txedAgeo/qgis distinfo Makefile, geo/qgis/patches patch-CMakeLists_txt

   geo/qgis: update to 4.2.1
VersionDeltaFile
1.236+4-5geo/qgis/Makefile
1.35+2-2geo/qgis/patches/patch-CMakeLists_txt
1.144+2-2geo/qgis/distinfo
1.109+1-0geo/qgis/pkg/PLIST
+9-94 files

OpenBSD/ports hHodT8dmath/py-numpy/patches patch-numpy__core_src_highway_hwy_detect_targets_h

   Fix numpy build on riscv64

   Yet another copy of devel/highway that breaks because of a type mismatch
   between long and long long.
VersionDeltaFile
1.1+16-0math/py-numpy/patches/patch-numpy__core_src_highway_hwy_detect_targets_h
+16-01 files