OpenBSD/ports JOrTwe5games/rocksndiamonds distinfo Makefile

   Update to rocksndiamonds-4.4.2.2.
VersionDeltaFile
1.62+2-2games/rocksndiamonds/distinfo
1.80+1-1games/rocksndiamonds/Makefile
+3-32 files

OpenBSD/ports BBVPTbudevel/libspectrum Makefile distinfo

   Update to libspectrum-1.6.2.
VersionDeltaFile
1.45+2-2devel/libspectrum/Makefile
1.25+2-2devel/libspectrum/distinfo
+4-42 files

OpenBSD/ports MEUwrklwww/iridium distinfo Makefile, www/iridium/patches patch-mojo_core_channel_cc patch-mojo_core_channel_posix_cc

   update to 2026.06.149.5
VersionDeltaFile
1.125+2-2www/iridium/distinfo
1.290+1-1www/iridium/Makefile
1.16+1-1www/iridium/patches/patch-mojo_core_channel_cc
1.4+1-1www/iridium/patches/patch-mojo_core_channel_posix_cc
+5-54 files

OpenBSD/ports dV2cV57www/ungoogled-chromium distinfo Makefile, www/ungoogled-chromium/patches patch-mojo_core_channel_cc patch-mojo_core_channel_posix_cc

   update to 149.0.7827.200
VersionDeltaFile
1.156+6-6www/ungoogled-chromium/distinfo
1.18+1-1www/ungoogled-chromium/patches/patch-mojo_core_channel_cc
1.4+1-1www/ungoogled-chromium/patches/patch-mojo_core_channel_posix_cc
1.239+1-1www/ungoogled-chromium/Makefile
+9-94 files

OpenBSD/src 1C4DLCBsys/net if_trunk.c

   trunk(4): update link state after new port attached

   Without this fix, the linkstate is unknown via snmpd till its changed.

   yeah, looks good. go for it. dlg@
   Seems right to me. deraadt@
VersionDeltaFile
1.161+4-1sys/net/if_trunk.c
+4-11 files

OpenBSD/ports MXVqGtWwww/chromium distinfo Makefile, www/chromium/patches patch-mojo_core_channel_cc patch-mojo_core_channel_posix_cc

   update to 149.0.7827.200
VersionDeltaFile
1.479+4-4www/chromium/distinfo
1.914+1-1www/chromium/Makefile
1.20+1-1www/chromium/patches/patch-mojo_core_channel_cc
1.4+1-1www/chromium/patches/patch-mojo_core_channel_posix_cc
+7-74 files

OpenBSD/ports Hg4RPIKgames/witchblast Makefile, games/witchblast/patches patch-CMakeLists_txt

   games/witchblast: unbreak

   When multimedia/sfml was switched over to c++14, this game should have been
   switched over too.

   ok thfr@ (MAINTAINER)
VersionDeltaFile
1.3+26-6games/witchblast/patches/patch-CMakeLists_txt
1.9+1-2games/witchblast/Makefile
+27-82 files

OpenBSD/ports 5DW1E9udevel/codex distinfo Makefile

   devel/codex: update to 0.142.3
VersionDeltaFile
1.32+2-2devel/codex/distinfo
1.32+1-1devel/codex/Makefile
+3-32 files

OpenBSD/ports uJr1hU5devel/kf5/plasma-framework Makefile

   Move devel/kf5/oxygen-icons to x11/oxygen-icons
VersionDeltaFile
1.43+2-1devel/kf5/plasma-framework/Makefile
+2-11 files

OpenBSD/src pv8nkNJusr.bin/tmux window-tree.c

   Use linked sessions not active.
VersionDeltaFile
1.90+2-2usr.bin/tmux/window-tree.c
+2-21 files

OpenBSD/src 6ktCLMKusr.bin/tmux window-tree.c

   Remove a info line that doesn't really make sense.
VersionDeltaFile
1.89+1-3usr.bin/tmux/window-tree.c
+1-31 files

OpenBSD/src vf669Lvusr.bin/tsort tsort.c

   Print the file name when erroring out on invalid input

   Suggested by tb and espie
VersionDeltaFile
1.41+3-3usr.bin/tsort/tsort.c
+3-31 files

OpenBSD/src btD29sxusr.bin/tsort tsort.c

   Make tsort(1) abort early if input lines contain NUL bytes

   tsort works on text files with data separated by whitespace, there is no
   need or reason to support NUL as an additional word delimiter. It's
   easier to just detect invalid input early, in the two functions which
   read data.

   Similar diff from espie, ok tb@ renaud@
VersionDeltaFile
1.40+9-4usr.bin/tsort/tsort.c
+9-41 files

OpenBSD/src F9CU6a8usr.bin/tmux window-tree.c tmux.1

   Add info modes to tree mode like for clients.
VersionDeltaFile
1.88+167-1usr.bin/tmux/window-tree.c
1.1110+3-2usr.bin/tmux/tmux.1
+170-32 files

OpenBSD/ports lD7cLn5textproc/py-rapidfuzz Makefile, textproc/py-rapidfuzz/pkg PLIST

   use SUBST_VARS to include @comment on lines for avx2/sse2/dispatcher
   so that archs which don't have the relevant files don't fail at packaging
VersionDeltaFile
1.2+27-12textproc/py-rapidfuzz/Makefile
1.2+5-3textproc/py-rapidfuzz/pkg/PLIST
+32-152 files

OpenBSD/ports 2E0v0kjdevel/llvm Makefile.inc

   Use the proper idiom to make the lldb subpackage optional

   MULTI_PACKAGES should always be complete, else you get broken
   dependencies and probably other problems. Neuter the -lldb subpackage by
   rewriting BUILD_PACKAGES, as shown in the example for PSEUDO_FLAVORS
   in bsd.port.mk(5).

   Prompted by sthen@, no objection from robert@ (maintainer)
VersionDeltaFile
1.34+7-6devel/llvm/Makefile.inc
+7-61 files

OpenBSD/src GkBmneMetc changelist, etc/mtree special

   Add ML-DSA-44 / Ed25519 hybrid SSH host keys

   These files are auto-generated by ssh-keygen -A and need to be tracked

   OK sthen@
VersionDeltaFile
1.144+3-1etc/changelist
1.131+3-1etc/mtree/special
+6-22 files

OpenBSD/src akjMhcWusr.bin/tmux fuzzy.c window-switch.c

   Add switch-mode a fast switcher with fuzzy searching, bound to Tab (for
   windows) or BTab (S-Tab, for sessions) by default.
VersionDeltaFile
1.1+655-0usr.bin/tmux/fuzzy.c
1.1+636-0usr.bin/tmux/window-switch.c
1.1109+83-4usr.bin/tmux/tmux.1
1.389+46-1usr.bin/tmux/format.c
1.57+16-1usr.bin/tmux/cmd-choose-tree.c
1.4+8-5usr.bin/tmux/prompt.c
+1,444-116 files not shown
+1,477-2112 files

OpenBSD/ports BYoISKmx11/qt6/qtlanguageserver Makefile, x11/qt6/qttranslations Makefile

   Set DEBUG_PACKAGES to avoid empty debug packages

   by espie
VersionDeltaFile
1.7+2-0x11/qt6/qttranslations/Makefile
1.8+2-0x11/qt6/qtlanguageserver/Makefile
+4-02 files

OpenBSD/ports onoxflTdevel/kf5/oxygen-icons distinfo, devel/kf5/oxygen-icons/pkg DESCR

   Move devel/kf5/oxygen-icons to x11/oxygen-icons
VersionDeltaFile
1.22+3-2x11/kde-plasma/oxygen/Makefile
1.43+2-2x11/lumina/Makefile
1.11+2-1x11/lxqt/session/Makefile
1.11+2-1x11/lxqt/pcmanfm-qt/Makefile
1.2+0-0devel/kf5/oxygen-icons/pkg/DESCR
1.53+0-0devel/kf5/oxygen-icons/distinfo
+9-62 files not shown
+9-68 files

OpenBSD/ports YCY1Bahx11/oxygen-icons Makefile distinfo, x11/oxygen-icons/pkg PLIST DESCR

   Initial revision
VersionDeltaFile
1.1+10,461-0x11/oxygen-icons/pkg/PLIST
1.1+36-0x11/oxygen-icons/Makefile
1.1+2-0x11/oxygen-icons/distinfo
1.1+1-0x11/oxygen-icons/pkg/DESCR
1.1.1.1+0-0x11/oxygen-icons/pkg/DESCR
1.1.1.1+0-0x11/oxygen-icons/distinfo
+10,500-02 files not shown
+10,500-08 files

OpenBSD/src om6pJPtusr.bin/tmux window.c

   Drop mouse movement events rather than redrawing unnecessarily.
VersionDeltaFile
1.349+7-1usr.bin/tmux/window.c
+7-11 files

OpenBSD/src gQKqHDfsys/dev/pci if_rge.c

   Set IFXF_MBUF_64BIT so mbufs are allocated in high memory if only
   64 bit DMA interfaces exist.  Also pass BUS_DMA_64BIT to the
   bus_dmamem_alloc() for the kstat counter buffer (rge_ks_sc_seg).

   ok bluhm@
VersionDeltaFile
1.44+3-3sys/dev/pci/if_rge.c
+3-31 files

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

   update to tomcat-11.0.23
VersionDeltaFile
1.17.2.2+4-4www/tomcat/v11/distinfo
1.17.2.2+1-1www/tomcat/v11/Makefile
1.10.2.1+1-1www/tomcat/v11/pkg/PLIST-main
+6-63 files

OpenBSD/ports dYhn9YCwww/tomcat/v10 distinfo Makefile, www/tomcat/v10/pkg PLIST-main

   update to tomcat-10.1.56
VersionDeltaFile
1.41.2.2+4-4www/tomcat/v10/distinfo
1.48.2.2+1-1www/tomcat/v10/Makefile
1.12.2.1+1-1www/tomcat/v10/pkg/PLIST-main
+6-63 files

OpenBSD/ports h6ztuy0www/tomcat/v9 distinfo Makefile

   update to tomcat-9.0.119
VersionDeltaFile
1.53.2.2+4-4www/tomcat/v9/distinfo
1.61.2.2+1-1www/tomcat/v9/Makefile
+5-52 files

OpenBSD/src 27adMwfusr.sbin/rpki-client nca.c

   Add a coinflip to increase cycle-to-cycle jitter

   with/OK tb@
VersionDeltaFile
1.5+5-1usr.sbin/rpki-client/nca.c
+5-11 files

OpenBSD/src 8eTGfZOusr.bin/tmux options-table.c

   Use underscore for current in status line.
VersionDeltaFile
1.227+4-4usr.bin/tmux/options-table.c
+4-41 files

OpenBSD/ports fzQfz2Lnet/snowflake_proxy distinfo Makefile

   net/snowflake_proxy: update to 2.14.1
VersionDeltaFile
1.16+2-2net/snowflake_proxy/distinfo
1.22+1-1net/snowflake_proxy/Makefile
+3-32 files

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

   message-command-style should be inverse of message-style.
VersionDeltaFile
1.226+4-2usr.bin/tmux/options-table.c
+4-21 files