OpenBSD/ports EcdZMkgnet/kdeconnect-kde Makefile

   Bring back removed dependencies in the last update (moved to build only)
VersionDeltaFile
1.49+3-0net/kdeconnect-kde/Makefile
+3-01 files

OpenBSD/src 5grDyL7sys/dev/pci if_mwx.c

   Use a task queue to schedule the newstate transitions. Mostly taken from
   iwx/qwx and all other modern wifi chips.
VersionDeltaFile
1.33+47-9sys/dev/pci/if_mwx.c
+47-91 files

OpenBSD/ports FBo0Vudlang/erlang/29 Makefile distinfo

   lang/erlang/29: Update to 29.0.2
VersionDeltaFile
1.3+14-14lang/erlang/29/Makefile
1.3+4-4lang/erlang/29/distinfo
+18-182 files

OpenBSD/ports Uq1XAARlang/erlang/27 Makefile distinfo, lang/erlang/28 Makefile distinfo

   lang/erlang: Update to 27.3.4.13 and 28.5.0.2

   Fixes
   CVE-2026-48855
   CVE-2026-48856
   CVE-2026-48858
   CVE-2026-48860
   CVE-2026-49759
   CVE-2026-49760
VersionDeltaFile
1.19+12-12lang/erlang/28/Makefile
1.31+10-10lang/erlang/27/Makefile
1.26+4-4lang/erlang/27/distinfo
1.18+4-4lang/erlang/28/distinfo
+30-304 files

OpenBSD/src BSPopIHusr.bin/tmux cmd-list-keys.c

   Make list-keys only use a message if -1 is given, otherwise behave like
   other commands (stdout or mode).
VersionDeltaFile
1.76+2-2usr.bin/tmux/cmd-list-keys.c
+2-21 files

OpenBSD/ports bizHLKFshells/bash distinfo Makefile

   shells/bash: update to 5.3 patchlevel 15
VersionDeltaFile
1.91+6-0shells/bash/distinfo
1.147+3-2shells/bash/Makefile
+9-22 files

OpenBSD/src jV5Dv7Musr.bin/tmux options-table.c

   Fix text to refer to status-keys not mode-keys, GitHub issue 5191.
VersionDeltaFile
1.215+2-2usr.bin/tmux/options-table.c
+2-21 files

OpenBSD/src toy2s22usr.bin/tmux cmd-split-window.c tmux.1

   Rename new-pane -B to -W since -B is best kept to match -B to
   display-popup.
VersionDeltaFile
1.131+9-9usr.bin/tmux/cmd-split-window.c
1.1079+6-6usr.bin/tmux/tmux.1
1.334+6-6usr.bin/tmux/window.c
1.1343+3-3usr.bin/tmux/tmux.h
1.211+2-2usr.bin/tmux/server.c
+26-265 files

OpenBSD/ports M56Xtkanet/ldns distinfo Makefile

   update to libldns-1.9.2
VersionDeltaFile
1.15.2.2+2-2net/ldns/distinfo
1.22.2.2+2-2net/ldns/Makefile
+4-42 files

OpenBSD/ports kMD8Khknet/ldns Makefile distinfo

   update to libldns-1.9.2, version fix
VersionDeltaFile
1.24+2-2net/ldns/Makefile
1.17+2-2net/ldns/distinfo
+4-42 files

OpenBSD/src sLvVTEXusr.bin/tmux screen-redraw.c

   Use correct size when calculating status line right trim. GitHub issue
   5098 from Aung Myo Kyaw.
VersionDeltaFile
1.133+2-2usr.bin/tmux/screen-redraw.c
+2-21 files

OpenBSD/ports nM91fQMgraphics Makefile, graphics/gfract Makefile distinfo

   drop, marked BROKEN since 2021, upstream has disappeared
VersionDeltaFile
1.657+0-1graphics/Makefile
1.3+0-0graphics/gfract/pkg/DESCR
1.4+0-0graphics/gfract/pkg/PLIST
1.42+0-0graphics/gfract/Makefile
1.7+0-0graphics/gfract/distinfo
1.10+0-0graphics/gfract/patches/patch-Makefile
+0-15 files not shown
+0-111 files

OpenBSD/ports p9cBdmAsysutils Makefile, sysutils/cfengine Makefile distinfo

   remove, marked BROKEN since 2016
VersionDeltaFile
1.787+0-1sysutils/Makefile
1.67+0-0sysutils/cfengine/Makefile
1.16+0-0sysutils/cfengine/distinfo
1.3+0-0sysutils/cfengine/patches/patch-cf-agent_verify_files_c
1.3+0-0sysutils/cfengine/patches/patch-cf-agent_verify_files_utils_c
1.3+0-0sysutils/cfengine/patches/patch-cf-execd_cf-execd_c
+0-112 files not shown
+0-118 files

OpenBSD/src gslmUCHusr.bin/tmux window-copy.c tmux.1

   Replace refresh-from-pane in copy mode with a way to automatically
   update as pane content changes. This is toggled by pressing r. GitHub
   issue 5165 from Barrett Ruth.
VersionDeltaFile
1.404+255-15usr.bin/tmux/window-copy.c
1.1078+14-3usr.bin/tmux/tmux.1
1.149+11-2usr.bin/tmux/grid.c
1.1342+6-1usr.bin/tmux/tmux.h
1.172+3-3usr.bin/tmux/key-bindings.c
+289-245 files

OpenBSD/src I1f9Kr9sys/dev/pci if_mwx.c if_mwxreg.h

   Implement mwx_mcu_set_deep_sleep() for mt7925 and clenanup around
   mwx_mcu_rx_event() a little bit.
VersionDeltaFile
1.32+29-9sys/dev/pci/if_mwx.c
1.19+25-2sys/dev/pci/if_mwxreg.h
+54-112 files

OpenBSD/ports Fmw4u88audio/mpg123 distinfo Makefile

   audio/mpg123: maintenance update to 1.33.6
VersionDeltaFile
1.83+2-2audio/mpg123/distinfo
1.134+1-1audio/mpg123/Makefile
+3-32 files

OpenBSD/src jZRnLwPusr.bin/tmux cmd-find.c

   While grouped sessions are being killed, it can leave session which are
   not really useful as targets (no active pane or current window) in the
   tree. Make cmd_find_best_session skip these. GitHub issue 5167.
VersionDeltaFile
1.85+17-1usr.bin/tmux/cmd-find.c
+17-11 files

OpenBSD/ports BulXjA1security/opensc/patches patch-src_sm_sm-common_c

   opensc passes pointers to unsigned int to DES_encrypt[123] functions.
   this breaks on i386 with LLVM 22's more restrictive checks as the types
   of the variable pointed to don't match (the functions want DES_LONG *,
   which is an unsigned long on i386). change to passing pointers to DES_LONG
   instead, fixing i386, and a noop on other archs.  ok tb@
VersionDeltaFile
1.1+48-0security/opensc/patches/patch-src_sm_sm-common_c
+48-01 files

OpenBSD/src MmwM4b0sys/dev/pci if_mwx.c

   A bit more cleanup, move mt7921_mcu_set_rts_thresh where it should probably be.
VersionDeltaFile
1.31+5-5sys/dev/pci/if_mwx.c
+5-51 files

OpenBSD/ports usZSooPdevel/llvm/22/patches patch-llvm_utils_TableGen_Basic_CMakeLists_txt patch-llvm_utils_TableGen_Common_CMakeLists_txt

   pass -D_LIBCPP_USE_LOWER_DEQUE_BLOCK_SIZE while building llvm-tblgen

   this is the same change as we have in base to tame the memory usage
   of llvm-tblgen

   no bump needed, this is just an internal build tool
VersionDeltaFile
1.1+12-0devel/llvm/22/patches/patch-llvm_utils_TableGen_Basic_CMakeLists_txt
1.1+12-0devel/llvm/22/patches/patch-llvm_utils_TableGen_Common_CMakeLists_txt
1.1+9-0devel/llvm/22/patches/patch-llvm_utils_TableGen_CMakeLists_txt
+33-03 files

OpenBSD/src CyA3lf6sys/dev/pci if_mwx.c

   Improve the channel setup in mwx_preinit(), add comments for 11n and 11ac
   modes. Also mark channels as passive in the DFS range.
VersionDeltaFile
1.30+16-5sys/dev/pci/if_mwx.c
+16-51 files

OpenBSD/src Wecvz5Gsys/dev/pci if_mwx.c if_mwxreg.h

   Implement mwx_mac_init for 7921 and 7925.

   Almost all is the same in mwx_mac_init() only the DCR0 and DCR1 registers
   live in different locations on 7925.

   Also make mwx_mac_wtbl_update() work on both chips. MT7925 uses a
   different register and register layout for MT_WTBL_UPDATE.
VersionDeltaFile
1.29+100-35sys/dev/pci/if_mwx.c
1.18+25-3sys/dev/pci/if_mwxreg.h
+125-382 files

OpenBSD/ports xAXF6RAmisc/llama.cpp distinfo Makefile

   misc/llama.cpp: update to b9561
VersionDeltaFile
1.18+10-10misc/llama.cpp/distinfo
1.25+4-4misc/llama.cpp/Makefile
+14-142 files

OpenBSD/src HwB44wIsys/dev/pci if_mwx.c

   Make mwx_poll() a little bit less aggressive. Would be nice to not use
   delay here but that is a lot more complicated.
VersionDeltaFile
1.28+3-3sys/dev/pci/if_mwx.c
+3-31 files

OpenBSD/ports uAYupundevel/libggml Makefile distinfo

   devel/libggml: update to 0.14.0
VersionDeltaFile
1.18+3-1devel/libggml/Makefile
1.15+2-2devel/libggml/distinfo
+5-32 files

OpenBSD/ports h7tFBQgwww/iridium distinfo, www/iridium/patches patch-chrome_browser_about_flags_cc patch-components_autofill_core_common_autofill_payments_features_cc

   update to 2026.06.149.1
VersionDeltaFile
1.78+18-18www/iridium/patches/patch-chrome_browser_about_flags_cc
1.45+12-12www/iridium/patches/patch-components_autofill_core_common_autofill_payments_features_cc
1.64+5-5www/iridium/patches/patch-content_browser_renderer_host_render_widget_host_view_aura_cc
1.121+2-2www/iridium/distinfo
1.16+2-2www/iridium/patches/patch-ui_base_x_x11_cursor_loader_cc
1.20+2-2www/iridium/patches/patch-ui_views_focus_focus_manager_cc
+41-4113 files not shown
+57-5719 files

OpenBSD/ports AsJFtJiwww/opensearch-dashboards distinfo Makefile, www/opensearch-dashboards/pkg PLIST

   Update opensearch-dashboards 3.6.0 -> 3.7.0
   Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-3.7.0.md
VersionDeltaFile
1.25+4,974-2,907www/opensearch-dashboards/pkg/PLIST
1.25+2-2www/opensearch-dashboards/distinfo
1.30+1-1www/opensearch-dashboards/Makefile
+4,977-2,9103 files

OpenBSD/ports IQp9zu8textproc/opensearch distinfo Makefile, textproc/opensearch/patches patch-bin_opensearch-env

   Update opensearch 3.6.0 -> 3.7.0
   Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-3.7.0.md
VersionDeltaFile
1.28+293-237textproc/opensearch/pkg/PLIST
1.4+4-2textproc/opensearch/patches/patch-bin_opensearch-env
1.27+2-2textproc/opensearch/distinfo
1.30+1-1textproc/opensearch/Makefile
+300-2424 files

OpenBSD/ports vPvQJVGcomms/zigbee2mqtt distinfo Makefile, comms/zigbee2mqtt/pkg PLIST

   update to zigbee2mqtt-2.12.0
VersionDeltaFile
1.16+174-170comms/zigbee2mqtt/pkg/PLIST
1.18+4-4comms/zigbee2mqtt/distinfo
1.26+1-1comms/zigbee2mqtt/Makefile
+179-1753 files

OpenBSD/ports U0uU0n0devel/codex distinfo crates.inc, devel/codex/patches patch-codex-rs_modcargo-crates_v8-149_2_0_build_config_compiler_BUILD_gn patch-codex-rs_modcargo-crates_v8-149_2_0_build_toolchain_openbsd_BUILD_gn

   devel/codex: update to 0.139.0
VersionDeltaFile
1.1+219-0devel/codex/patches/patch-codex-rs_modcargo-crates_v8-149_2_0_build_config_compiler_BUILD_gn
1.27+114-82devel/codex/distinfo
1.18+58-40devel/codex/crates.inc
1.1+70-0devel/codex/patches/patch-codex-rs_modcargo-crates_v8-149_2_0_build_toolchain_openbsd_BUILD_gn
1.1+60-0devel/codex/patches/patch-codex-rs_modcargo-crates_v8-149_2_0_v8_src_base_platform_platform-posix_cc
1.1+54-0devel/codex/patches/patch-codex-rs_modcargo-crates_v8-149_2_0_v8_BUILD_gn
+575-12282 files not shown
+1,375-12988 files