OpenBSD/ports NkRv9dqsysutils/libvirt-python distinfo Makefile

   Update to py3-libvirt-12.0.0.
VersionDeltaFile
1.82+2-2sysutils/libvirt-python/distinfo
1.101+1-1sysutils/libvirt-python/Makefile
+3-32 files

OpenBSD/ports vsXJuXmsysutils/libvirt Makefile distinfo

   Update to libvirt-12.0.0.
VersionDeltaFile
1.145+5-5sysutils/libvirt/Makefile
1.94+2-2sysutils/libvirt/distinfo
+7-72 files

OpenBSD/ports KmGuR3Ggraphics/babl Makefile distinfo, graphics/babl/pkg PFRAG.amd64

   Update to babl-0.1.120.
VersionDeltaFile
1.3+12-0graphics/babl/pkg/PFRAG.amd64
1.84+2-3graphics/babl/Makefile
1.57+2-2graphics/babl/distinfo
+16-53 files

OpenBSD/ports TXb16Hmx11/gnome/text-editor distinfo Makefile, x11/gnome/text-editor/pkg PLIST

   Update to gnome-text-editor-49.1.
VersionDeltaFile
1.14+27-0x11/gnome/text-editor/pkg/PLIST
1.21+2-2x11/gnome/text-editor/distinfo
1.31+1-1x11/gnome/text-editor/Makefile
+30-33 files

OpenBSD/ports JCqRuG6net/dnsdist Makefile

   Adding the re2 feature I did not add it to WANTLIB
VersionDeltaFile
1.61+3-2net/dnsdist/Makefile
+3-21 files

OpenBSD/ports bk99vammultimedia/shotcut/patches patch-CMakeLists_txt

   Ops forget to commit new patch

   Spotted by Josh
VersionDeltaFile
1.1+14-0multimedia/shotcut/patches/patch-CMakeLists_txt
+14-01 files

OpenBSD/ports TQKmgm7net/monitoring-plugins Makefile, net/monitoring-plugins/patches patch-plugins_check_disk_c patch-lib_output_c

   add upstream fix for inode % checks reported by danj
   add upstream fix for summaries
VersionDeltaFile
1.3+22-1net/monitoring-plugins/patches/patch-plugins_check_disk_c
1.1+17-0net/monitoring-plugins/patches/patch-lib_output_c
1.53+1-0net/monitoring-plugins/Makefile
+40-13 files

OpenBSD/ports 7quC4VUdevel/py-trove-classifiers distinfo Makefile

   update to py3-trove-classifiers-2026.1.14.14
VersionDeltaFile
1.32+2-2devel/py-trove-classifiers/distinfo
1.35+1-1devel/py-trove-classifiers/Makefile
+3-32 files

OpenBSD/ports qSvVPHpdatabases/py-alembic distinfo Makefile

   update to py3-alembic-1.18.1
VersionDeltaFile
1.22+2-2databases/py-alembic/distinfo
1.31+1-1databases/py-alembic/Makefile
+3-32 files

OpenBSD/ports qZDSE4Kdevel/py-regex distinfo Makefile, devel/py-regex/pkg PLIST

   update to py3-regex-2026.1.15, use MODPY_TEST_LINK_SO
VersionDeltaFile
1.7+8-6devel/py-regex/pkg/PLIST
1.17+2-2devel/py-regex/distinfo
1.25+2-1devel/py-regex/Makefile
+12-93 files

OpenBSD/ports Q6SdxJCdevel/gdb/patches patch-gdb_arm-obsd-nat_c

   Missing armv7 adaptation to upstream API changes
VersionDeltaFile
1.3+2-4devel/gdb/patches/patch-gdb_arm-obsd-nat_c
+2-41 files

OpenBSD/ports FNcE7R2lang/php/8.4 distinfo Makefile

   update to php-8.4.17
VersionDeltaFile
1.12.2.4+2-2lang/php/8.4/distinfo
1.21.2.5+2-1lang/php/8.4/Makefile
+4-32 files

OpenBSD/ports YKGjfP4lang/php/8.3 distinfo Makefile

   update to php-8.3.30
VersionDeltaFile
1.26.2.4+2-2lang/php/8.3/distinfo
1.44.2.5+2-1lang/php/8.3/Makefile
+4-32 files

OpenBSD/ports odOkPHFlang/php/8.2 Makefile

   sync change needed after Makefile.inc change
VersionDeltaFile
1.54.2.3+1-0lang/php/8.2/Makefile
+1-01 files

OpenBSD/ports asgYAgPlang/php Makefile.inc

   sync PHP Makefile.inc changes from -current
VersionDeltaFile
1.196.2.3+35-34lang/php/Makefile.inc
+35-341 files

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

   Update to rust-analyzer 2026-01-12, from maintainer

   Unbreaks build after the mdbook update
VersionDeltaFile
1.4+434-338devel/rust-analyzer/distinfo
1.4+216-168devel/rust-analyzer/crates.inc
1.3+68-77devel/rust-analyzer/pkg/PLIST
1.3+18-2devel/rust-analyzer/patches/patch-xtask_src_codegen_rs
1.1+14-0devel/rust-analyzer/patches/patch-lib_smol_str_tests_tidy_rs
1.5+4-3devel/rust-analyzer/Makefile
+754-5886 files

OpenBSD/src 4q4JumNsys/arch/amd64/amd64 ghcb.c

   In SEV-ES mode, guest userland is allowed to execute the vmgexit
   instruction, although it has no control over the GHCB.  Therefore,
   it is important that the GHCB does not contain a valid request after
   use.

   In all "vmgexit paths" the GHCB is cleared by ghcb_sync_in() (it
   calls ghcb_clear()) after returning from the hypervisor back into
   the guest.

   However, in _ghcb_mem_rw() I missed this when requesting MMIO writes
   from the hypervisor.  The diff below corrects this.

   I want to keep this pattern in all vmgexit paths:

           ghcb_sync_out
           vmgexit
           ghcb_verify_bm
           ghcb_sync_in


    [4 lines not shown]
VersionDeltaFile
1.7+6-6sys/arch/amd64/amd64/ghcb.c
+6-61 files

OpenBSD/src NVJDcnusys/arch/amd64/amd64 locore0.S

   As vmd(8) direct kernel launch now uses 32-bit legacy mode (with
   paging disabled) we do not need the 64-bit #VC handling in locore0
   anymore.

   ok mlarkin@
VersionDeltaFile
1.34+1-85sys/arch/amd64/amd64/locore0.S
+1-851 files

OpenBSD/ports 20A0ex2devel/gdb/patches patch-gdb_make-init-c patch-gdb_Makefile_in

   Update to gdb-17.1

   Tested on amd64 arm64 i386 mips64 riscv64 and sparc64 by tb@ kirill@ and me
   ok tb@
VersionDeltaFile
1.1+24-0devel/gdb/patches/patch-gdb_make-init-c
1.11+10-9devel/gdb/patches/patch-gdb_Makefile_in
1.8+9-9devel/gdb/patches/patch-gdb_configure_tgt
1.7+5-8devel/gdb/patches/patch-gdb_aarch64-obsd-tdep_c
1.5+4-8devel/gdb/patches/patch-gdb_riscv-obsd-tdep_c
1.4+2-4devel/gdb/patches/patch-gdb_ppc64-obsd-nat_c
+54-3816 files not shown
+82-6722 files

OpenBSD/ports 5VloGTmmultimedia/dav1d Makefile distinfo, multimedia/dav1d/patches patch-src_x86_refmvs_asm

   update to dav1d-1.5.3, from Brad (tests run on BTI amd64)
VersionDeltaFile
1.3+10-10multimedia/dav1d/patches/patch-src_x86_refmvs_asm
1.43+2-7multimedia/dav1d/Makefile
1.21+2-2multimedia/dav1d/distinfo
+14-193 files

OpenBSD/ports dqdyvoAnet/wireshark distinfo Makefile

   update to wireshark-4.4.13
VersionDeltaFile
1.105.2.4+2-2net/wireshark/distinfo
1.170.2.4+1-1net/wireshark/Makefile
+3-32 files

OpenBSD/ports owmDISvnet/wireshark distinfo Makefile

   update to wireshark-4.4.13
VersionDeltaFile
1.109+2-2net/wireshark/distinfo
1.175+1-1net/wireshark/Makefile
+3-32 files

OpenBSD/ports zKiIqIglang/python Makefile.inc

   stop trying to subst in ${PREFIX}/bin/pip${VERSION} which doesn't exist
   anyway (we use a separate package for pip)
VersionDeltaFile
1.171+1-4lang/python/Makefile.inc
+1-41 files

OpenBSD/ports 6ECvO0Jlang/gcc/11 Makefile, lang/gcc/11/pkg PLIST-f95

   symlink egfortran -> gfortran, to simplify use in cases where software
   defaults to using gfortran as the compiler name (noticed when trying to
   build some software in Python venvs). ok tb@ pascal@ (been through i386
   bulk).
VersionDeltaFile
1.19+4-0lang/gcc/15/Makefile
1.64+3-0lang/gcc/11/Makefile
1.106+3-0lang/gcc/8/Makefile
1.3+1-0lang/gcc/15/pkg/PLIST-f95
1.6+1-0lang/gcc/8/pkg/PLIST-f95
1.4+1-0lang/gcc/11/pkg/PLIST-f95
+13-06 files

OpenBSD/ports uF58SQnlang/php/8.5 Makefile distinfo

   update to php-8.5.2, tweak capstone deps
VersionDeltaFile
1.4+4-8lang/php/8.5/Makefile
1.2+2-2lang/php/8.5/distinfo
+6-102 files

OpenBSD/ports ZKCTHAelang/php/8.4 distinfo Makefile

   update to php-8.4.17
VersionDeltaFile
1.16+2-2lang/php/8.4/distinfo
1.29+1-1lang/php/8.4/Makefile
+3-32 files

OpenBSD/ports 7u26GXzlang/php/8.3 distinfo Makefile

   update to php-8.3.30
VersionDeltaFile
1.30+2-2lang/php/8.3/distinfo
1.52+1-1lang/php/8.3/Makefile
+3-32 files

OpenBSD/ports dr6u1EJlang/php Makefile.inc

   tweak whitespace
VersionDeltaFile
1.202+13-13lang/php/Makefile.inc
+13-131 files

OpenBSD/ports pSapIhNlang/php Makefile.inc

   update license notes, tweak dep setup for capstone
VersionDeltaFile
1.201+9-5lang/php/Makefile.inc
+9-51 files

OpenBSD/ports daBU5pwtextproc/py-stemmer Makefile

   remove build loop avoidance, no longer needed now that cmake was split
   with docs in a separate port (previously there was a loop with cmake ->
   sphinx -> ... -> this -> ... -> lapack -> cmake)
VersionDeltaFile
1.25+0-4textproc/py-stemmer/Makefile
+0-41 files