OpenBSD/src G1ilw5dusr.sbin/bgpd rde.c

   Make sure that the filterset passed along with other objects is present.

   For communication with the parent the missing presence of a filter_set
   is cause for a panic. This should just never happen. For messages from
   bgpctl that are forwarded by the session engine things are more complex.
   Make sure the filter_set was sent and only execute the command that
   wraps this filter_set is present. If it is not there it may have been
   filtered out because it is invalid and then the command depending on
   this data should not be executed.

   OK tb@
VersionDeltaFile
1.684+38-17usr.sbin/bgpd/rde.c
+38-171 files

OpenBSD/src 6d3iHaBusr.sbin/bgpd rde_filter.c

   Make sure rde_filterset_unref() can be called with a NULL pointer.
   OK tb@
VersionDeltaFile
1.146+3-1usr.sbin/bgpd/rde_filter.c
+3-11 files

OpenBSD/ports IDUYwxWinfrastructure/db user.list

   reserve uids for hylafax and iaxmodem, which were using "uucp" that was
   removed from base some years ago.
VersionDeltaFile
1.482+3-1infrastructure/db/user.list
+3-11 files

OpenBSD/src F2hSPWFusr.sbin/traceroute traceroute.c

   Make sure that internal counters do not go out of bounds if the '-n' or
   '-A' options are specified more than once. From Petre Rodan, ok florian@
VersionDeltaFile
1.171+9-5usr.sbin/traceroute/traceroute.c
+9-51 files

OpenBSD/src JpcJsubregress/sys/arch/amd64 Makefile, regress/sys/arch/amd64/vmmcall vmmcall.c Makefile

   regress: Test vmmcall raises #UD

   On AMD/SVM the hypervisor will inject #UD when userland tries to
   execute the vmmcall instruction.  Same holds for vmgexit which is
   encode as "rep vmmcall".

   On Intel/VMX vmmcall and vmgexit are invalid instructions, so the
   CPU will raise #UD.

   ok mlarkin@
VersionDeltaFile
1.1+80-0regress/sys/arch/amd64/vmmcall/vmmcall.c
1.1+29-0regress/sys/arch/amd64/vmmcall/Makefile
1.6+2-1regress/sys/arch/amd64/Makefile
+111-13 files

OpenBSD/src xgIqwqaregress/sys/arch/amd64 Makefile, regress/sys/arch/amd64/vmcall vmcall.c Makefile

   regress: Test vmcall raises #UD

   On Intel/VMX the hypervisor will inject #UD when userland tries to
   execute the vmcall instruction.

   On AMD/SVM vmcall is an invalid instruction, so the CPU will raise

   ok mlarkin@
VersionDeltaFile
1.1+63-0regress/sys/arch/amd64/vmcall/vmcall.c
1.1+28-0regress/sys/arch/amd64/vmcall/Makefile
1.5+2-1regress/sys/arch/amd64/Makefile
+93-13 files

OpenBSD/ports dGiluURgames/warzone2100 Makefile

   more cmake 4 whack-a-mole
VersionDeltaFile
1.60+1-0games/warzone2100/Makefile
+1-01 files

OpenBSD/src goVnX7dsys/arch/amd64/amd64 vmm_machdep.c

   vmm(4): inject #UD for VMs running on SVM/VMX

   While there fix typo in a debug printf.

   ok mlarkin@
VersionDeltaFile
1.70+10-2sys/arch/amd64/amd64/vmm_machdep.c
+10-21 files

OpenBSD/src wevq1k3sys/dev/ic psp.c

   psp(4): add another firmware file

   ok mlarkin@
VersionDeltaFile
1.23+2-1sys/dev/ic/psp.c
+2-11 files

OpenBSD/ports 5YuKKSegames/openmw Makefile

   Use MODCMAKE_POLICY_VERSION_OVERRIDE as intended by the MODULE.
VersionDeltaFile
1.43+3-3games/openmw/Makefile
+3-31 files

OpenBSD/src QcRByHYsys/dev/pci if_bnxt.c

   On newer hardware generations, no async events are enabled by default,
   so explicitly enable the ones we're interested in.

   tested by stsp@ as part of a larger diff
   ok dlg@
VersionDeltaFile
1.66+24-2sys/dev/pci/if_bnxt.c
+24-21 files

OpenBSD/ports tZIjueKnet/p5-Net-IDN-PP distinfo Makefile

   Update to p5-Net-IDN-PP-0.02.
VersionDeltaFile
1.2+2-2net/p5-Net-IDN-PP/distinfo
1.2+1-1net/p5-Net-IDN-PP/Makefile
+3-32 files

OpenBSD/ports kCLIBo9graphics/py-tifffile distinfo Makefile

   Update to py3-tifffile-2026.2.15.
VersionDeltaFile
1.18+2-2graphics/py-tifffile/distinfo
1.23+1-1graphics/py-tifffile/Makefile
+3-32 files

OpenBSD/ports a5d5BPTastro/py-astropy-iers-data distinfo Makefile

   Update to py3-astropy-iers-data-0.2026.2.16.0.48.25.
VersionDeltaFile
1.24+2-2astro/py-astropy-iers-data/distinfo
1.26+1-1astro/py-astropy-iers-data/Makefile
+3-32 files

OpenBSD/src ke0rNtDusr.bin/tmux control-notify.c

   Format layout change string once per window in control notify, from
   Conor Taylor in GitHub issue 4848.
VersionDeltaFile
1.32+13-18usr.bin/tmux/control-notify.c
+13-181 files

OpenBSD/src acrqrfYusr.bin/tmux control.c

   Pull format allocation outside of loop for control subs, from Conor
   Taylor in GitHub issue 4848.
VersionDeltaFile
1.51+114-72usr.bin/tmux/control.c
+114-721 files

OpenBSD/src Y7m44Yiusr.sbin/bgpd rde.h

   remove prototype for removed prefix_add_eor()
VersionDeltaFile
1.343+1-2usr.sbin/bgpd/rde.h
+1-21 files

OpenBSD/src BzCbS7Jusr.bin/tmux window-copy.c grid.c

   grid_peek_cell can return NULL, so check for it. From Conor Taylor in
   GitHub issue 4848.
VersionDeltaFile
1.387+13-3usr.bin/tmux/window-copy.c
1.141+6-2usr.bin/tmux/grid.c
+19-52 files

OpenBSD/ports MQKbUhagraphics/openjph distinfo Makefile, graphics/openjph/patches patch-src_core_openjph_ojph_arch_h patch-src_core_others_ojph_arch_cpp

   Update to openjph-0.26.1.
VersionDeltaFile
1.11+2-2graphics/openjph/distinfo
1.12+1-1graphics/openjph/Makefile
1.2+0-0graphics/openjph/patches/patch-src_core_openjph_ojph_arch_h
1.2+0-0graphics/openjph/patches/patch-src_core_others_ojph_arch_cpp
1.3+0-0graphics/openjph/patches/patch-src_core_others_ojph_mem_c
+3-35 files

OpenBSD/ports 8yQ531Zgames/openmw Makefile

   Set CMAKE_POLICY_VERSION_MINIMUM to unbreak.
VersionDeltaFile
1.42+2-0games/openmw/Makefile
+2-01 files

OpenBSD/ports qkSGNQowww/hugo distinfo Makefile

   www/hugo: update to 0.155.3

   Changes:
    - https://github.com/gohugoio/hugo/releases/tag/v0.155.3
VersionDeltaFile
1.86+6-6www/hugo/distinfo
1.94+1-1www/hugo/Makefile
1.51+1-1www/hugo/modules.inc
+8-83 files

OpenBSD/src IbaPTxJusr.bin/ssh sshconnect2.c sshconnect.c

   Reorder headers to match KNF and Portable.  Removes 3 diffs.
VersionDeltaFile
1.382+3-3usr.bin/ssh/sshconnect2.c
1.382+2-3usr.bin/ssh/sshconnect.c
+5-62 files

OpenBSD/ports LavQFy2devel/git-annex distinfo cabal.inc, devel/git-annex/patches patch-Utility_DirWatcher_Kqueue_hs

   Upgrade git-annex to 10.20260115 supporting ghc 9.10.3

   Remove the docs from git-annex as new hackage versions miss them

   There's no obvious place outside main git repository to get the docs.

   OK kili@
VersionDeltaFile
1.12+430-422devel/git-annex/distinfo
1.2+167-150devel/git-annex/cabal.inc
1.2+143-7devel/git-annex/patches/patch-Utility_DirWatcher_Kqueue_hs
1.5+1-114devel/git-annex/pkg/PLIST
1.19+3-18devel/git-annex/Makefile
+744-7115 files

OpenBSD/ports 7gJrA7hnet/matterhorn distinfo cabal.inc, net/matterhorn/patches patch-matterhorn-90000_0_0_matterhorn_cabal patch-mattermost-api-90000_0_0_mattermost-api_cabal

   Update matterhorn for ghc-9.10.3

   Relax dependency bounds for brick, vty, vty-crossplatform, data-clist,
   random, and aeson to support GHC 9.10.3. Update cabal.inc with new
   dependency versions and regenerate distinfo.

   Broken on aarch64 due to a version conflict in binary package. The
   ghc-bundled .so takes precedence over the one in cabal build. It's
   built against a different set of dependencies and some systems
   don't exist.

   OK kili@
VersionDeltaFile
1.3+338-302net/matterhorn/distinfo
1.2+139-113net/matterhorn/cabal.inc
1.1+39-0net/matterhorn/patches/patch-matterhorn-90000_0_0_matterhorn_cabal
1.1+12-0net/matterhorn/patches/patch-mattermost-api-90000_0_0_mattermost-api_cabal
1.5+3-1net/matterhorn/Makefile
+531-4165 files

OpenBSD/ports hvvXktjx11/xmobar distinfo cabal.inc

   Update xmobar for ghc-9.10.3
VersionDeltaFile
1.26+170-146x11/xmobar/distinfo
1.2+74-60x11/xmobar/cabal.inc
1.63+1-1x11/xmobar/Makefile
+245-2073 files

OpenBSD/ports w0YAXf1textproc/pandoc distinfo cabal.inc

   Upgrade pandoc to 3.9 for ghc-9.10.3

   OK kili@
VersionDeltaFile
1.19+182-226textproc/pandoc/distinfo
1.2+83-94textproc/pandoc/cabal.inc
1.27+2-2textproc/pandoc/Makefile
+267-3223 files

OpenBSD/ports U1r5fbyx11/xmonad distinfo cabal.inc

   Update xmonad for ghc-9.10.3

   OK kili@
VersionDeltaFile
1.22+12-4x11/xmonad/distinfo
1.2+6-4x11/xmonad/cabal.inc
1.71+1-0x11/xmonad/Makefile
+19-83 files

OpenBSD/ports 4T64AxLdevel/shellcheck distinfo cabal.inc

   Update shellcheck for ghc-9.10.3

   OK kili@
VersionDeltaFile
1.11+38-48devel/shellcheck/distinfo
1.2+17-18devel/shellcheck/cabal.inc
1.21+1-0devel/shellcheck/Makefile
+56-663 files

OpenBSD/ports teteUSsproductivity/hledger distinfo cabal.inc

   Update hledger for ghc-9.10.3

   OK kili@
VersionDeltaFile
1.16+8-8productivity/hledger/distinfo
1.3+4-4productivity/hledger/cabal.inc
1.20+1-0productivity/hledger/Makefile
+13-123 files

OpenBSD/ports NH2ga1idevel/hasktags distinfo cabal.inc

   Update hasktags for ghc-9.10.3

   OK kili@
VersionDeltaFile
1.9+52-46devel/hasktags/distinfo
1.2+26-22devel/hasktags/cabal.inc
1.20+1-0devel/hasktags/Makefile
+79-683 files