OpenBSD/src m5RK7SXusr.bin/tmux window.c spawn.c

   Add modal panes, created currently with new-pane -O. There is one modal
   pane per window and it must be a floating pane. These are intended to
   replace popups. Currently a modal pane will unzoom a zoomed window and
   rezoom it when it is closed (a bit like modes do), but this is planned
   to change when we get an always-on-top flag.
VersionDeltaFile
1.364+92-2usr.bin/tmux/window.c
1.49+29-4usr.bin/tmux/spawn.c
1.405+30-1usr.bin/tmux/format.c
1.145+19-5usr.bin/tmux/cmd-split-window.c
1.72+17-5usr.bin/tmux/cmd-join-pane.c
1.493+11-4usr.bin/tmux/server-client.c
+198-217 files not shown
+240-3313 files

OpenBSD/ports 0KskfKrsysutils/ansible distinfo Makefile, sysutils/ansible/pkg PLIST

   Update ansible 14.1.0 -> 14.2.0
   Changelog: https://github.com/ansible-community/ansible-build-data/blob/14.2.0/14/CHANGELOG-v14.md#v14-2-0
VersionDeltaFile
1.109+161-14sysutils/ansible/pkg/PLIST
1.167+2-2sysutils/ansible/distinfo
1.224+1-1sysutils/ansible/Makefile
+164-173 files

OpenBSD/src qU14wywusr.bin/tmux window-buffer.c window-customize.c

   Clear the "waiting for editor" area before writing so stray characters
   aren't visible from underneath.
VersionDeltaFile
1.51+3-1usr.bin/tmux/window-buffer.c
1.35+3-1usr.bin/tmux/window-customize.c
+6-22 files

OpenBSD/ports LjWDmlTsysutils/ansible-core distinfo Makefile, sysutils/ansible-core/pkg PLIST

   Update ansible-core 2.21.1 -> 2.21.2
   Changelog: https://github.com/ansible/ansible/blob/stable-2.21/changelogs/CHANGELOG-v2.21.rst#v2-21-2
VersionDeltaFile
1.25+9-0sysutils/ansible-core/pkg/PLIST
1.61+2-2sysutils/ansible-core/distinfo
1.68+1-1sysutils/ansible-core/Makefile
+12-33 files

OpenBSD/ports im3Hy0fsysutils/exoscale-cli distinfo Makefile

   Update to exoscale-cli-1.96.0.
VersionDeltaFile
1.154+2-2sysutils/exoscale-cli/distinfo
1.157+1-1sysutils/exoscale-cli/Makefile
+3-32 files

OpenBSD/src 2giyHKzusr.sbin/bgpd rde_peer.c rde_update.c

   rework the force_update logic in the adj-rib-out

   On initial connect the system needs to sync the adj-rib-out of a peer with
   the Loc-RIB. This happens via peer_dump() and in this case the system
   needs to push out all updates (but can drop any withdraw).

   To do this a force_update flag was introduced but actually it is better to
   use the mode argument and introduce EVAL_SYNC for this case.
   If mode == EVAL_SYNC adjout_prefix_update needs to force the update and
   adjout_prefix_withdraw can drop the withdraw.

   The other user of peer_dump() is during config reloads where the RIB of a
   peer is altered. In that case the adj-rib-out is first flushed. Because of
   this flush peer_dump can be used to push out all updates.

   This also removes the NOTYET block in peer_generate_update() and
   replaces it with inside up_generate_addpath_all() with a call
   up_generate_addpath().

   OK tb@
VersionDeltaFile
1.80+14-22usr.sbin/bgpd/rde_peer.c
1.201+17-15usr.sbin/bgpd/rde_update.c
1.358+9-5usr.sbin/bgpd/rde.h
1.22+7-5usr.sbin/bgpd/rde_adjout.c
1.709+2-2usr.sbin/bgpd/rde.c
+49-495 files

OpenBSD/src OiJpL3Jsys/arch/octeon/dev if_cnmac.c

   cnmac: Fix packet corruption with veb(4)

   Account for VLAN header when setting IP packet offset for TCP/UDP
   checksum offload on transmit. Otherwise cnmac(4) can corrupt packets
   that are sent through veb(4).

   Initial patch from Sergii Rudchenko.
   ether_extract_headers() usage added by me.

   OK kirill@
VersionDeltaFile
1.92+13-4sys/arch/octeon/dev/if_cnmac.c
+13-41 files

OpenBSD/src GnZitsSusr.sbin/bgpd rde_attr.c

   test pointer against NULL not 0; ok claudio@
VersionDeltaFile
1.149+2-2usr.sbin/bgpd/rde_attr.c
+2-21 files

OpenBSD/src w54slFXusr.sbin/bgpd rde_filter.c

   NULL not 0 for last arg to community_match() since it is a pointer.
VersionDeltaFile
1.150+2-2usr.sbin/bgpd/rde_filter.c
+2-21 files

OpenBSD/ports ZnmUEC8devel/rust-analyzer distinfo crates.inc, devel/rust-analyzer/patches patch-xtask_src_codegen_rs

   Update to rust-analyzer 2026-07-13, tested by & ok volker

   https://github.com/rust-lang/rust-analyzer/releases#release-2026-07-13
VersionDeltaFile
1.5+418-408devel/rust-analyzer/distinfo
1.5+208-203devel/rust-analyzer/crates.inc
1.4+8-8devel/rust-analyzer/patches/patch-xtask_src_codegen_rs
1.10+1-2devel/rust-analyzer/Makefile
+635-6214 files

OpenBSD/ports xJn5Ugodevel/zizmor distinfo crates.inc

   Update to zizmor 1.27.0

   https://github.com/zizmorcore/zizmor/releases/tag/v1.27.0
VersionDeltaFile
1.6+34-32devel/zizmor/distinfo
1.5+16-15devel/zizmor/crates.inc
1.9+1-1devel/zizmor/Makefile
+51-483 files

OpenBSD/ports zjGUMmHdevel/mergiraf distinfo crates.inc

   Update to mergiraf 0.18.0

   https://codeberg.org/mergiraf/mergiraf/releases/tag/v0.18.0
VersionDeltaFile
1.5+182-186devel/mergiraf/distinfo
1.5+90-92devel/mergiraf/crates.inc
1.6+1-1devel/mergiraf/Makefile
+273-2793 files

OpenBSD/src tuWavxgusr.bin/tmux server-client.c tmux.h

   Add a mouse binding for empty areas of the window so C-Drag works on
   them as well.
VersionDeltaFile
1.492+38-38usr.bin/tmux/server-client.c
1.1405+4-1usr.bin/tmux/tmux.h
1.189+2-1usr.bin/tmux/key-bindings.c
1.1141+2-1usr.bin/tmux/tmux.1
+46-414 files

OpenBSD/ports e40Sycvwww/gitea Makefile distinfo, www/gitea/patches patch-custom_conf_app_example_ini

   Update gitea 1.26.4 - > 1.27.0
   Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.27.0
VersionDeltaFile
1.70+302-300www/gitea/pkg/PLIST
1.34+46-50www/gitea/patches/patch-custom_conf_app_example_ini
1.141+7-7www/gitea/Makefile
1.122+2-2www/gitea/distinfo
+357-3594 files

OpenBSD/ports oMgj3Fcsysutils/ttyplot distinfo Makefile, sysutils/ttyplot/patches patch-Makefile patch-ttyplot_c

   Update ttyplot to 1.7.6.
VersionDeltaFile
1.17+2-2sysutils/ttyplot/distinfo
1.5+2-2sysutils/ttyplot/patches/patch-Makefile
1.7+2-2sysutils/ttyplot/patches/patch-ttyplot_c
1.21+1-1sysutils/ttyplot/Makefile
+7-74 files

OpenBSD/src VV8H6zzsys/net80211 ieee80211_crypto_tkip.c

   Fix an inversed if-condition in ieee80211_michael_mic_failure()

   Make the check for 60 seconds since the most recent previous MIC failure
   work as intended. The code was enabling TKIP countermeasures if 60 seconds
   have passed since the previous MIC failure. The intention is to enable
   countermeasures only if less than 60 seconds have passed.

   LLMS got very excited about this, even though nobody is expected to be
   running an access point with WPA1 enabled in 2026.
   TKIP is disabled by default. We keep it around just in case we need to
   connect to the world via a forgotten 802.11g era AP out in a desert.
VersionDeltaFile
1.34+2-2sys/net80211/ieee80211_crypto_tkip.c
+2-21 files

OpenBSD/src M5lCcn2usr.sbin/rpki-client output.c extern.h

   rpki-client: only output config files on successful run

   While the suggested cronjob is 'rpki-client -v && bgpctl reload' and thus
   only reloads bgpd if rpki-client completes successfully, the output logic
   creates a config file that might still be loaded by an operator by hand.

   If an error occurred in one of the subprocesses, only output ometrics (if
   requested) and do not generate bgpd, bird, csv, json, and ccr.

   ok claudio job
VersionDeltaFile
1.47+13-9usr.sbin/rpki-client/output.c
1.290+2-2usr.sbin/rpki-client/extern.h
1.312+2-2usr.sbin/rpki-client/main.c
+17-133 files

OpenBSD/ports cZ5exZksysutils/terragrunt distinfo modules.inc

   Update to terragrunt-1.1.1.
VersionDeltaFile
1.396+108-114sysutils/terragrunt/distinfo
1.113+33-36sysutils/terragrunt/modules.inc
1.403+1-1sysutils/terragrunt/Makefile
+142-1513 files

OpenBSD/ports 5bIpyqPsysutils/google-cloud-sdk distinfo Makefile, sysutils/google-cloud-sdk/pkg PLIST

   Update to google-cloud-sdk-576.0.0.
VersionDeltaFile
1.428+655-102sysutils/google-cloud-sdk/pkg/PLIST
1.446+2-2sysutils/google-cloud-sdk/distinfo
1.466+1-1sysutils/google-cloud-sdk/Makefile
+658-1053 files

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

   games/openrct2: update to 0.5.3
VersionDeltaFile
1.17+23-14games/openrct2/pkg/PLIST
1.13+6-6games/openrct2/distinfo
1.31+4-5games/openrct2/Makefile
1.13+1-1games/openrct2/patches/patch-CMakeLists_txt
+34-264 files

OpenBSD/ports rfpGwHWdevel/sbt Makefile distinfo, devel/sbt/files sbt

   devel/sbt: update to 2.0.2
VersionDeltaFile
1.3+2-4devel/sbt/files/sbt
1.30+4-1devel/sbt/Makefile
1.30+2-2devel/sbt/distinfo
+8-73 files

OpenBSD/ports ieBc2egsysutils/u-boot/octeon Makefile

   sysutils/u-boot/octeon: add missed BDEP; reported by naddy@
VersionDeltaFile
1.2+2-1sysutils/u-boot/octeon/Makefile
+2-11 files

OpenBSD/src kqlbNlgsys/dev/usb usb_subr.c

   Fix a potential 1-byte buffer overflow in usbd_get_string_desc().  The code
   allows for a transfer of up to 255 bytes but the struct behind the
   usb_string_descriptor_t type is only 254 bytes.  This is because USB
   strings are UTF-16 and that leaves a single byte that can't be used in
   a meaningful way.  So truncating transfer to 254 bytes should not break
   devices that are already broken.  Found by Andrew Griffiths.

   ok jsg@, deraadt@
VersionDeltaFile
1.166+4-3sys/dev/usb/usb_subr.c
+4-31 files

OpenBSD/ports 1mvYGm2mail/exmh2 Makefile

   Errors in the help display with 8.6, maybe other problems, so set:
   MODTK_VERSION=8.5
VersionDeltaFile
1.40+1-0mail/exmh2/Makefile
+1-01 files

OpenBSD/ports YPN3xb8databases/redis Makefile, databases/redis/main/pkg MESSAGE

   link redis/main (8.8.0) to the build, but with a MESSAGE mentioning the
   problems seen in tests. (I wasn't able to repeat the same problems with git
   head yet, but it's painful to bisect via the ports tree as it needs some
   manual fiddling to avoid over-long directory names...anyway this gets 8.x
   into portroach so it'll be easier to pick up updates, and for anyone else
   that wants to test/provide feedback).
VersionDeltaFile
1.1+4-0databases/redis/main/pkg/MESSAGE
1.148+1-1databases/redis/Makefile
+5-12 files

OpenBSD/src yt6XrAsusr.bin/tmux menu.c popup.c

   Switch menus also to be attached to the window instead of an overlay and
   drawn as part of the client's scene. This means removing the popup menu.
VersionDeltaFile
1.69+161-132usr.bin/tmux/menu.c
1.76+10-207usr.bin/tmux/popup.c
1.52+187-12usr.bin/tmux/cmd-display-menu.c
1.151+102-3usr.bin/tmux/screen-redraw.c
1.491+62-8usr.bin/tmux/server-client.c
1.1404+20-16usr.bin/tmux/tmux.h
+542-3783 files not shown
+568-3829 files

OpenBSD/ports eQu0gT4databases/redis Makefile.inc

   tweak check
VersionDeltaFile
1.4+3-3databases/redis/Makefile.inc
+3-31 files

OpenBSD/ports x7n1EUSdatabases/redis Makefile.inc

   warn about heavy resource usage in tests
VersionDeltaFile
1.3+5-0databases/redis/Makefile.inc
+5-01 files

OpenBSD/ports VO7etzGdevel/uv distinfo crates.inc

   Update to uv 0.11.28, from maintainer

   https://github.com/astral-sh/uv/releases/tag/0.11.28
   https://github.com/astral-sh/uv/releases/tag/0.11.27
   https://github.com/astral-sh/uv/releases/tag/0.11.26
VersionDeltaFile
1.34+52-40devel/uv/distinfo
1.33+25-19devel/uv/crates.inc
1.38+1-1devel/uv/Makefile
+78-603 files

OpenBSD/ports Ot3L2h0databases/redis Makefile.inc

   remove unused var.
   make SITES conditional on !GH_ACCOUNT, for ease of testing git checkouts
VersionDeltaFile
1.2+2-5databases/redis/Makefile.inc
+2-51 files