OpenBSD/ports exWjDLGdevel/fmt Makefile, devel/fmt/patches patch-include_fmt_format_h

   fmt: fix build with libcxx22, ok sthen

   fmt relies on pulling in stdlib.h for malloc/free via C++ headers, and this
   no longer happens with libcxx22. So follow the approach taken by upstream
   and include it explicitly.
VersionDeltaFile
1.1+21-0devel/fmt/patches/patch-include_fmt_format_h
1.8+1-0devel/fmt/Makefile
+22-02 files

OpenBSD/ports hBFOtbDnet/py-idna Makefile distinfo

   update to py3-idna-3.19
VersionDeltaFile
1.20+2-2net/py-idna/distinfo
1.34+1-1net/py-idna/Makefile
+3-32 files

OpenBSD/ports gjxtLBtsysutils/py-dotenv Makefile distinfo

   update to py3-dotenv-1.2.3
VersionDeltaFile
1.11+2-2sysutils/py-dotenv/distinfo
1.19+1-1sysutils/py-dotenv/Makefile
+3-32 files

OpenBSD/ports tLSspQfmath/py-numpy Makefile distinfo, math/py-numpy/pkg PLIST

   update to py3-numpy-2.5.2
VersionDeltaFile
1.30+2-4math/py-numpy/pkg/PLIST
1.31+2-2math/py-numpy/distinfo
1.106+1-1math/py-numpy/Makefile
+5-73 files

OpenBSD/ports Z58Akdmwww/tomcat/v11 Makefile distinfo, www/tomcat/v11/pkg DESCR-examples PLIST-examples

   update to tomcat-11.0.25
VersionDeltaFile
1.17.2.4+4-4www/tomcat/v11/distinfo
1.14.2.2+3-1www/tomcat/v11/pkg/PLIST-examples
1.17.2.4+1-1www/tomcat/v11/Makefile
1.1.6.1+2-0www/tomcat/v11/pkg/DESCR-examples
+10-64 files

OpenBSD/ports sFwalGPwww/tomcat/v9 Makefile distinfo, www/tomcat/v9/pkg DESCR-examples PLIST-examples

   update to tomcat-9.0.121
VersionDeltaFile
1.53.2.4+4-4www/tomcat/v9/distinfo
1.46.2.2+3-1www/tomcat/v9/pkg/PLIST-examples
1.61.2.4+1-1www/tomcat/v9/Makefile
1.1.28.1+2-0www/tomcat/v9/pkg/DESCR-examples
+10-64 files

OpenBSD/ports 92du9MYwww/tomcat/v11 Makefile distinfo, www/tomcat/v11/pkg DESCR-examples PLIST-examples

   update to tomcat-11.0.25
VersionDeltaFile
1.21+4-4www/tomcat/v11/distinfo
1.16+3-1www/tomcat/v11/pkg/PLIST-examples
1.21+1-1www/tomcat/v11/Makefile
1.2+2-0www/tomcat/v11/pkg/DESCR-examples
+10-64 files

OpenBSD/ports cRA7xHNwww/tomcat/v9 Makefile distinfo, www/tomcat/v9/pkg DESCR-examples PLIST-examples

   update to tomcat-9.0.121
VersionDeltaFile
1.57+4-4www/tomcat/v9/distinfo
1.48+3-1www/tomcat/v9/pkg/PLIST-examples
1.65+1-1www/tomcat/v9/Makefile
1.2+2-0www/tomcat/v9/pkg/DESCR-examples
+10-64 files

OpenBSD/ports ld5x1Bccad/ngspice/libngspice Makefile, cad/ngspice/libngspice/patches patch-src_include_cppduals_duals_dual

   ngspice: fix build with libcxx22, from FreeBSD
VersionDeltaFile
1.1+17-0cad/ngspice/ngspice/patches/patch-src_include_cppduals_duals_dual
1.1+17-0cad/ngspice/libngspice/patches/patch-src_include_cppduals_duals_dual
1.8+1-1cad/ngspice/ngspice/Makefile
1.10+1-1cad/ngspice/libngspice/Makefile
+36-24 files

OpenBSD/src 9LrDmlhsys/arch/amd64/amd64 machdep.c vector.S, sys/arch/amd64/include ghcb.h

   SEV: Add option AMDSEV

   To allow building the small RAMDISK kernel without SEV-* support
   introduce the option AMDSEV.

   When running a non-SEV kernel as a SEV guest we will raise a #VC
   exception on the very first CPUID instruction.  To allow a somehwat
   graceful termination keep the locore0 #VC trap handler, fall through
   to the termination code and issue  TERMINATION request to the
   hypervisor.  In all other environments #VC will never be raised and
   the kernel runs normally.

   Build RAMDISK without SEV-* support, all other kernel keep SEV-*
   support.

   While there, cleanup and unify some definitions of the MSR protocol.

   ok kettenis@
VersionDeltaFile
1.8+23-9sys/arch/amd64/include/ghcb.h
1.36+16-13sys/arch/amd64/amd64/locore0.S
1.119+9-1sys/arch/amd64/amd64/trap.c
1.32+8-1sys/arch/amd64/amd64/bus_space.c
1.108+7-1sys/arch/amd64/amd64/vector.S
1.312+5-1sys/arch/amd64/amd64/machdep.c
+68-265 files not shown
+79-3411 files

OpenBSD/src 3GtLTgOdistrib/sets/lists/base mi, distrib/sets/lists/man mi

   sync Perl 5.42.3 delta
VersionDeltaFile
1.1774+2-0distrib/sets/lists/man/mi
1.1194+2-0distrib/sets/lists/base/mi
+4-02 files

OpenBSD/src AgACT9ksys/net pf.c

   pf(4): connection counter for source track must use atomic_{inc,_dec}()

   The connection counter is advanced when on state transition from
   SYN_SENT to ESTABLISHED. That code in pf(4) currently runs with
   no locks. If two packets happen to share the same source tracking
   node, the race may occur. Two packets try to advance connection
   counter simultaneously but only one operation is observed.
   There is similar race between packet and timer that removes
   expired state entry, the timer drops the connection count for
   the source tracking entry while packet does opposite.
   The result of those races may lead to connection counter underflow.

   The issue was investigated and kindly reported by
   Janak Trivedi <janakktrivedi _at_ gmail _dot_ com>

   Feedback and suggestions by bluhm@

   OK @bluhm
VersionDeltaFile
1.1238+11-4sys/net/pf.c
+11-41 files

OpenBSD/src D6YQFcVdistrib/sets/lists/base mi

   sync libperl bump
VersionDeltaFile
1.1193+1-1distrib/sets/lists/base/mi
+1-11 files

OpenBSD/ports ckJfB8mdatabases/postgresql Makefile distinfo, databases/postgresql/pkg PLIST-docs

   databases/postgresql: MFC update to 18.6.

   see https://www.postgresql.org/docs/release/18.6/
VersionDeltaFile
1.109.2.2+2-2databases/postgresql/distinfo
1.318.2.2+1-1databases/postgresql/Makefile
1.122.2.2+1-0databases/postgresql/pkg/PLIST-docs
+4-33 files

OpenBSD/ports WERUhgtx11/xfce4/xfce4-dict Makefile distinfo, x11/xfce4/xfce4-dict/patches patch-lib_common_c

   x11/xfce4/xfce4-dict: update to 0.8.10.

   see https://gitlab.xfce.org/apps/xfce4-dict/-/tags/xfce4-dict-0.8.10
VersionDeltaFile
1.3+10-19x11/xfce4/xfce4-dict/patches/patch-lib_common_c
1.21+2-2x11/xfce4/xfce4-dict/distinfo
1.63+1-1x11/xfce4/xfce4-dict/Makefile
1.24+2-0x11/xfce4/xfce4-dict/pkg/PLIST
+15-224 files

OpenBSD/ports mrK2OF9mail/mozilla-thunderbird Makefile distinfo

   mail/mozilla-thunderbird: update to 140.14.0.

   see https://www.thunderbird.net/en-US/thunderbird/140.14.0esr/releasenotes/
   fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-79/
VersionDeltaFile
1.312.2.6+2-2mail/mozilla-thunderbird/distinfo
1.525.2.6+1-1mail/mozilla-thunderbird/Makefile
+3-32 files

OpenBSD/ports eg1v4dYmail/mozilla-thunderbird Makefile distinfo, mail/thunderbird-i18n Makefile.inc distinfo

   mail/mozilla-thunderbird: update to 153.1.0.

   see https://www.thunderbird.net/en-US/thunderbird/153.1.0esr/releasenotes/
   fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-80/
VersionDeltaFile
1.307+132-132mail/thunderbird-i18n/distinfo
1.324+2-2mail/mozilla-thunderbird/distinfo
1.281+1-1mail/thunderbird-i18n/Makefile.inc
1.538+1-1mail/mozilla-thunderbird/Makefile
+136-1364 files

OpenBSD/src 1IdfYI7etc nsd.conf

   Database support has been removed from nsd a long time ago.

   Pointed out by Zixu Wu, thanks!
VersionDeltaFile
1.14+1-2etc/nsd.conf
+1-21 files

OpenBSD/ports IoTIBIMmeta/tor-browser Makefile, www/tor-browser Makefile.inc

   Tor Browser: update to 15.0.20

   and MFC "fix rendering of File Chooser dialogs"
VersionDeltaFile
1.118.2.6+6-6www/tor-browser/browser/distinfo
1.124.2.6+2-2meta/tor-browser/Makefile
1.197.2.6+2-1www/tor-browser/browser/Makefile
1.3.2.1+1-1www/tor-browser/browser/patches/patch-toolkit_components_downloads_DownloadIntegration_sys_mjs
1.121.2.6+1-1www/tor-browser/Makefile.inc
1.1.2.1+0-0www/tor-browser/browser/patches/patch-tor-browser-linux64_Browser_fonts_fonts_conf
+12-116 files

OpenBSD/ports 7Pz0Tu6meta/tor-browser Makefile, www/tor-browser Makefile.inc

   Tor Browser: update to 15.0.20
VersionDeltaFile
1.129+6-6www/tor-browser/browser/distinfo
1.134+2-2meta/tor-browser/Makefile
1.209+1-2www/tor-browser/browser/Makefile
1.4+1-1www/tor-browser/browser/patches/patch-toolkit_components_downloads_DownloadIntegration_sys_mjs
1.131+1-1www/tor-browser/Makefile.inc
+11-125 files

OpenBSD/src jnnHHYtsys/dev/pci/drm/include/linux log2.h

   change ilog2() from fls() to __builtin_clz

   required for struct initialisation in xe drm driver
VersionDeltaFile
1.3+1-1sys/dev/pci/drm/include/linux/log2.h
+1-11 files

OpenBSD/src tSBaCXAsys/dev/pci/drm drm_gpuvm.c

   make drm_gpuvm.c build, used by xe drm driver
VersionDeltaFile
1.6+51-4sys/dev/pci/drm/drm_gpuvm.c
+51-41 files

OpenBSD/src akKZlz4sys/dev/pci/drm/include/drm drm_gpusvm.h drm_pagemap.h

   change types for use in xe drm driver, not currently used
VersionDeltaFile
1.2+7-5sys/dev/pci/drm/include/drm/drm_pagemap.h
1.2+1-1sys/dev/pci/drm/include/drm/drm_gpusvm.h
+8-62 files

OpenBSD/src iBTUzxdsys/dev/pci/drm drm_linux.c drm_managed.c, sys/dev/pci/drm/include/linux completion.h pm_runtime.h

   implement interfaces used by xe drm driver
VersionDeltaFile
1.23+55-1sys/dev/pci/drm/include/linux/pci.h
1.3+52-1sys/dev/pci/drm/drm_managed.c
1.145+14-1sys/dev/pci/drm/drm_linux.c
1.2+14-0sys/dev/pci/drm/include/linux/fault-inject.h
1.11+10-1sys/dev/pci/drm/include/linux/completion.h
1.7+11-0sys/dev/pci/drm/include/linux/pm_runtime.h
+156-433 files not shown
+302-1539 files

OpenBSD/src ejL7M26gnu/usr.bin/perl/cpan/IO-Compress/bin zipdetails, gnu/usr.bin/perl/cpan/IO-Compress/t 004gziphdr.t 006zip.t

   Update perl to 5.42.3

   We already had the security changes, this is mostly version bumps
   and documentation adjustments for them.  There does pull in additional
   changes in Archive-Tar, Compress-Raw-Bzip2, and IO-Compress.

   While here, bump the libperl version for the previous CVE that
   changed a public header.

   OK and suggestions bluhm@
VersionDeltaFile
1.2+396-234gnu/usr.bin/perl/cpan/IO-Compress/t/compress/generic.pl
1.20+478-3gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pm
1.9+241-134gnu/usr.bin/perl/cpan/IO-Compress/bin/zipdetails
1.2+208-152gnu/usr.bin/perl/cpan/IO-Compress/t/cz-03zlib-v1.t
1.2+284-58gnu/usr.bin/perl/cpan/IO-Compress/t/006zip.t
1.2+176-149gnu/usr.bin/perl/cpan/IO-Compress/t/004gziphdr.t
+1,783-73087 files not shown
+3,631-1,55993 files

OpenBSD/src haUISBHsys/dev/usb if_athn_usb.c

   match on MELCO (Buffalo) WLI-UV-AG300
   from and tested by Pontus Stenetorp
VersionDeltaFile
1.68+5-3sys/dev/usb/if_athn_usb.c
+5-31 files

OpenBSD/src HZg3x7lsys/dev/usb usbdevs.h usbdevs_data.h

   regen
VersionDeltaFile
1.794+5-1sys/dev/usb/usbdevs_data.h
1.800+2-1sys/dev/usb/usbdevs.h
+7-22 files

OpenBSD/src DgkgKn8sys/dev/usb usbdevs

   add MELCO (Buffalo) WLI-UV-AG300
   from Pontus Stenetorp
VersionDeltaFile
1.788+2-1sys/dev/usb/usbdevs
+2-11 files

OpenBSD/ports h39saQlnews/sabnzbd Makefile distinfo

   Update to sabnzbd @5.1.1

   Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/5.1.1
VersionDeltaFile
1.57+2-2news/sabnzbd/distinfo
1.82+1-1news/sabnzbd/Makefile
+3-32 files

OpenBSD/ports 3xoj4kFsysutils/rustic Makefile crates.inc, sysutils/rustic/pkg PLIST

   Update to rustic-0.11.4

   Changes: https://github.com/rustic-rs/rustic/releases/tag/v0.11.4
VersionDeltaFile
1.28+600-528sysutils/rustic/distinfo
1.23+299-263sysutils/rustic/crates.inc
1.36+1-2sysutils/rustic/Makefile
1.11+1-0sysutils/rustic/pkg/PLIST
+901-7934 files