OpenBSD/src AiSZE6iusr.bin/tmux window-copy.c

   Handle padding and tab redraw correctly in copy mode.
VersionDeltaFile
1.419+16-3usr.bin/tmux/window-copy.c
+16-31 files

OpenBSD/ports DSMbcAYnet/mattermost-server distinfo Makefile, net/mattermost-server/pkg PLIST-main

   Update mattermost 11.7.2 -> 11.9.0
   Changelog: https://docs.mattermost.com/product-overview/mattermost-v11-changelog.html
VersionDeltaFile
1.17+738-732net/mattermost-server/pkg/PLIST-main
1.90+4-4net/mattermost-server/distinfo
1.102+1-1net/mattermost-server/Makefile
+743-7373 files

OpenBSD/ports GrXdyOrdevel Makefile

   +devel/mips-elf
VersionDeltaFile
1.2595+1-0devel/Makefile
+1-01 files

OpenBSD/ports RI3dqbsnet/netatalk3 Makefile

   devel/glib2 is not needed.
VersionDeltaFile
1.76+2-1net/netatalk3/Makefile
+2-11 files

OpenBSD/ports nQk8nCrnet/zabbix distinfo Makefile, net/zabbix/patches patch-include_zbx_dbversion_constants_h

   update to 7.0.28; from Mark Patruck
VersionDeltaFile
1.17+4-4net/zabbix/patches/patch-include_zbx_dbversion_constants_h
1.99+2-2net/zabbix/distinfo
1.242+1-1net/zabbix/Makefile
+7-73 files

OpenBSD/ports yAJBlHiwww/tomcat/v11 distinfo Makefile, www/tomcat/v11/pkg PLIST-main

   update to tomcat-11.0.24
VersionDeltaFile
1.17.2.3+4-4www/tomcat/v11/distinfo
1.10.2.2+1-1www/tomcat/v11/pkg/PLIST-main
1.17.2.3+1-1www/tomcat/v11/Makefile
+6-63 files

OpenBSD/ports 37faINawww/tomcat/v11 distinfo Makefile, www/tomcat/v11/pkg PLIST-main

   update to tomcat-11.0.24
VersionDeltaFile
1.20+4-4www/tomcat/v11/distinfo
1.20+1-1www/tomcat/v11/Makefile
1.12+1-1www/tomcat/v11/pkg/PLIST-main
+6-63 files

OpenBSD/ports Io31voGsysutils/opentofu distinfo Makefile

   Update to opentofu-1.12.4.
VersionDeltaFile
1.44+2-2sysutils/opentofu/distinfo
1.45+1-1sysutils/opentofu/Makefile
+3-32 files

OpenBSD/ports 5lvQzETsysutils/amazon-ssm-agent distinfo Makefile

   Update to amazon-ssm-agent-3.3.4851.0.
VersionDeltaFile
1.173+2-2sysutils/amazon-ssm-agent/distinfo
1.187+1-1sysutils/amazon-ssm-agent/Makefile
+3-32 files

OpenBSD/src BoxdEoRusr.bin/tmux window-copy.c

   Do not clear lines when we are just going to overwrite them in copy mode.
VersionDeltaFile
1.418+71-78usr.bin/tmux/window-copy.c
+71-781 files

OpenBSD/src 7Pyromzusr.sbin/relayd relay_http.c

   relayd: reject duplicate Content-Length headers with 400

   Only Host was marked unique, so a request with two Content-Length
   fields was framed on the last value but forwarded with both, allowing
   a backend to desync and smuggle a request past the filter rules. Mark
   Content-Length unique so the second occurrence is rejected in kv_add().

   OK kirill@
VersionDeltaFile
1.102+4-3usr.sbin/relayd/relay_http.c
+4-31 files

OpenBSD/src GGqA5qFusr.sbin/httpd parse.y

   httpd: make token order more easily extendable

   OK claudio@
VersionDeltaFile
1.136+20-9usr.sbin/httpd/parse.y
+20-91 files

OpenBSD/src BOYSQGRusr.sbin/httpd proc.c, usr.sbin/relayd proc.c

   Synchronize styling, comments, and log messages so that httpd, and relayd's
   proc.c are mostly in sync. While here fix a conditional in httpd's
   proc_kill that never found its way over from the other proc.c
   implementations.

   OK rsadowski@
VersionDeltaFile
1.58+19-20usr.sbin/httpd/proc.c
1.60+4-5usr.sbin/relayd/proc.c
+23-252 files

OpenBSD/src n1NyIlzusr.sbin/bgpd session_bgp.c

   Increase peer->errcnt when sending out notifications

   For every error (local or remote) the errcnt needs to be increased so that
   the system so that the fast reconnect logic in session_accept is properly
   skipped. Without this peers triggering constant notifications are not
   slowed down by the IdleHoldTimer.

   OK tb@
VersionDeltaFile
1.10+2-1usr.sbin/bgpd/session_bgp.c
+2-11 files

OpenBSD/ports BeLfgmmsysutils/py-ghmi distinfo Makefile, sysutils/py-ghmi/pkg PLIST

   update to py3-ghmi-1.6.19
VersionDeltaFile
1.42+2-2sysutils/py-ghmi/distinfo
1.23+3-0sysutils/py-ghmi/pkg/PLIST
1.58+1-1sysutils/py-ghmi/Makefile
+6-33 files

OpenBSD/ports pcSJlYIsysutils/py-xxhash distinfo Makefile

   update to py3-xxhash-3.8.1
VersionDeltaFile
1.5+2-2sysutils/py-xxhash/distinfo
1.5+1-1sysutils/py-xxhash/Makefile
+3-32 files

OpenBSD/ports 4lZpa9lnet/scamper Makefile distinfo

   update to scamper-20260713
VersionDeltaFile
1.89+3-3net/scamper/Makefile
1.72+2-2net/scamper/distinfo
+5-52 files

OpenBSD/ports dO5J5hLx11/kde-applications/kunifiedpush/patches patch-src_kcm_kcmpushnotifications_cpp

   Unbreak build: Add missing qqml.h include (from upstream)

   Spottedy by naddy
VersionDeltaFile
1.1+11-0x11/kde-applications/kunifiedpush/patches/patch-src_kcm_kcmpushnotifications_cpp
+11-01 files

OpenBSD/src KOcgup7usr.bin/ssh ssh-mldsa-eddsa.c

   use crypto_api.h #define constants for lengths; no binary change
VersionDeltaFile
1.2+22-16usr.bin/ssh/ssh-mldsa-eddsa.c
+22-161 files

OpenBSD/src MSj0nRBusr.bin/ssh serverloop.c

   make authorized_keys "restrict" keyword apply correctly to tunnel
   forwarding (which is administratively disabled by default).

   Reported by Erichen, Institute of Computing Technology,
   Chinese Academy of Sciences
VersionDeltaFile
1.248+3-2usr.bin/ssh/serverloop.c
+3-21 files

OpenBSD/src CQpNsVrusr.sbin/smtpd mda.c

   free dispatcher in mda_envelope_free() to avoid a leak
   found by Frank Denis, ok op@
VersionDeltaFile
1.149+2-1usr.sbin/smtpd/mda.c
+2-11 files

OpenBSD/ports sPdLahHsecurity/p5-Crypt-OpenSSL-X509 Makefile distinfo

   update p5-Crypt-OpenSSL-X509 to 2.1.3
   CVE-2026-58102 CVE-2026-58101
VersionDeltaFile
1.23+7-1security/p5-Crypt-OpenSSL-X509/Makefile
1.16+2-2security/p5-Crypt-OpenSSL-X509/distinfo
+9-32 files

OpenBSD/ports j4OCyailang/lucee/v6 distinfo Makefile

   update to lucee-6.2.8.20
VersionDeltaFile
1.15+2-2lang/lucee/v6/distinfo
1.18+1-1lang/lucee/v6/Makefile
+3-32 files

OpenBSD/src yNbInEqusr.bin/tmux window-customize.c hooks.c

   Add e key to open editor to customize mode (like buffer mode) and a key
   to show only changed items.
VersionDeltaFile
1.33+936-99usr.bin/tmux/window-customize.c
1.14+14-1usr.bin/tmux/hooks.c
1.1138+2-1usr.bin/tmux/tmux.1
1.1402+2-1usr.bin/tmux/tmux.h
+954-1024 files

OpenBSD/src IgDUdltusr.bin/tmux window-copy.c

   Apply dragging change to scroll-down as well as scroll-up.
VersionDeltaFile
1.417+12-1usr.bin/tmux/window-copy.c
+12-11 files

OpenBSD/ports kA8rCjigames Makefile

   +commandergenius
VersionDeltaFile
1.515+1-0games/Makefile
+1-01 files

OpenBSD/ports x5FCPfwgames/commandergenius Makefile, games/commandergenius/patches patch-CMakeLists_txt patch-package_cmake

   Initial revision
VersionDeltaFile
1.1+60-0games/commandergenius/pkg/PLIST
1.1+38-0games/commandergenius/Makefile
1.1+28-0games/commandergenius/patches/patch-CMakeLists_txt
1.1+24-0games/commandergenius/patches/patch-package_cmake
1.1+12-0games/commandergenius/patches/patch-GsKit_base_interface_property_tree_tinyxml2_cpp
1.1+12-0games/commandergenius/patches/patch-GsKit_base_video_scaler_scalebit_cpp
+174-010 files not shown
+181-016 files

OpenBSD/ports KWX32Zkeditors/nano distinfo Makefile

   editors/nano: maintenance update to 9.1
VersionDeltaFile
1.92+2-2editors/nano/distinfo
1.145+1-1editors/nano/Makefile
+3-32 files

OpenBSD/src HjjZQ0eusr.bin/tmux window-customize.c

   Add environment to customize mode also
VersionDeltaFile
1.32+322-20usr.bin/tmux/window-customize.c
+322-201 files

OpenBSD/src yGdaPNrusr.bin/tmux prompt-history.c

   Replace last use of fgetln with getline, GitHub issue 5389 from Yayo Razo.
VersionDeltaFile
1.2+10-19usr.bin/tmux/prompt-history.c
+10-191 files