OpenBSD/ports cSplK81lang/node Makefile, lang/node/patches patch-deps_v8_src_wasm_jump-table-assembler_cc patch-deps_v8_src_wasm_jump-table-assembler_h

   lang/node: Disable regexp JIT and fix WASM on amd64

   For the WASM fix see
   https://github.com/nodejs/node/pull/64498
   (already merged upstream for node 26.x)

   Both fixes appear to be at least related to the random issues we have been
   seeing while building chromium-family browsers (which uses a wasm-version
   of rollup.js repeatedly)

   Tracked down and fixed by Fabien Romano, thanks!!
VersionDeltaFile
1.4+23-46lang/node/patches/patch-deps_v8_src_wasm_jump-table-assembler_cc
1.4+12-13lang/node/patches/patch-deps_v8_src_wasm_jump-table-assembler_h
1.1+19-0lang/node/patches/patch-deps_v8_src_flags_flag-definitions_h
1.170+1-0lang/node/Makefile
+55-594 files

OpenBSD/ports gGtotV1wayland/mango distinfo Makefile

   wayland/mango: Update to 0.15.4

   Very similar patch proposed by and additional tests from yaydn (at)
   protonmail
VersionDeltaFile
1.10+2-2wayland/mango/distinfo
1.11+1-1wayland/mango/Makefile
+3-32 files

OpenBSD/src xbt9nUqusr.bin/mg echo.c

   use strncmp instead of memcmp in complt()

   cpos is not necessarely shorter than lh->l_name length, so we might end
   up memcmp'ing out of bounds.

   from Han Boetes (hboetes at gmail)
VersionDeltaFile
1.71+2-2usr.bin/mg/echo.c
+2-21 files

OpenBSD/src uEgOqSkusr.bin/mg interpreter.c

   fix NULL-deref in parsexp; from Han Boetes (hboetes at gmail)
VersionDeltaFile
1.38+3-2usr.bin/mg/interpreter.c
+3-21 files

OpenBSD/ports cVVg08Kdevel/gopls distinfo modules.inc

   Update to gopls-0.23.0

   From Laurent Cheylus (maintainer)
VersionDeltaFile
1.19+92-104devel/gopls/distinfo
1.19+32-38devel/gopls/modules.inc
1.20+1-1devel/gopls/Makefile
+125-1433 files

OpenBSD/ports fDHNFETnet/miniflux distinfo modules.inc

   Update to miniflux-2.3.2

   From Igor Zornik (maintainer)
VersionDeltaFile
1.30+42-42net/miniflux/distinfo
1.28+13-13net/miniflux/modules.inc
1.34+3-1net/miniflux/Makefile
+58-563 files

OpenBSD/ports GbDHRONsysutils/node_exporter distinfo modules.inc

   Update to node_exporter-1.12.0
VersionDeltaFile
1.19+106-116sysutils/node_exporter/distinfo
1.11+37-41sysutils/node_exporter/modules.inc
1.29+1-1sysutils/node_exporter/Makefile
+144-1583 files

OpenBSD/ports x3GN3V5sysutils/fzf distinfo Makefile

   Update to fzf-0.74.1

   From Laurent Cheylus (maintainer)
VersionDeltaFile
1.53+2-2sysutils/fzf/distinfo
1.62+1-1sysutils/fzf/Makefile
+3-32 files

OpenBSD/src IJdp6N2sys/arch/riscv64/stand/efiboot efiboot.c

   Load device tree for the Spacemit K3 Pico ITX board, which will be added
   to the riscv64-spacemit-dtb firmware package at some point in the
   future.

   ok jsg@
VersionDeltaFile
1.16+3-1sys/arch/riscv64/stand/efiboot/efiboot.c
+3-11 files

OpenBSD/src 2ZxJEp1sys/arch/riscv64/dev simplebus.c

   Use OF_is_enabled() like we do on arm64 such that we skip nodes with
   "reserved" status.

   ok jsg@
VersionDeltaFile
1.11+2-4sys/arch/riscv64/dev/simplebus.c
+2-41 files

OpenBSD/ports V1aOTDqsecurity/nss Makefile distinfo

   security/nss: update to 3.126, will be required for firefox 154.

   see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_126.html

   bump minor for addition of PK11_CreatePrivateKeyFromTemplate (bug
   #2047310) & PK11_IsAEAD (bug #2037078)
VersionDeltaFile
1.216+3-3security/nss/Makefile
1.175+2-2security/nss/distinfo
+5-52 files

OpenBSD/ports v1cy0xFlang/go go.port.mk

   Bump _MODGO_SYSTEM_VERSION for lang/go update.
VersionDeltaFile
1.101+1-1lang/go/go.port.mk
+1-11 files

OpenBSD/ports x1gFufOlang/go distinfo Makefile, lang/go/pkg PLIST

   Update lang/go to 1.26.5.
VersionDeltaFile
1.120+2-2lang/go/distinfo
1.98+4-0lang/go/pkg/PLIST
1.181+1-2lang/go/Makefile
+7-43 files

OpenBSD/src mD4675vsys/arch/riscv64/include riscvreg.h

   Fix csr_swap() to return the old value instead of the new value.  From
   FreeBSD where this code originated.

   ok jsg@
VersionDeltaFile
1.7+7-6sys/arch/riscv64/include/riscvreg.h
+7-61 files

OpenBSD/src t0ujEbYusr.sbin/relayd pfe.c relay.c

   relayd: check return values

   OK kirill@
VersionDeltaFile
1.96+23-12usr.sbin/relayd/pfe.c
1.266+19-10usr.sbin/relayd/relay.c
1.86+9-5usr.sbin/relayd/hce.c
1.56+9-5usr.sbin/relayd/ca.c
1.204+5-3usr.sbin/relayd/relayd.c
+65-355 files

OpenBSD/src tpvQPjBusr.sbin/httpd server_file.c httpd.h

   usr.sbin/httpd: fix suffix range handling

   Calculate suffix ranges before clamping end offsets so requests at least
   as large as the file return the complete representation. Reject zero
   length and malformed ranges, retain 64 bit sizes throughout range
   handling, and add regression coverage for boundaries and overflow.

   Based on indea of Andrew Kloet

   OK: rsadowski@
VersionDeltaFile
1.83+48-22usr.sbin/httpd/server_file.c
1.179+2-2usr.sbin/httpd/httpd.h
1.168+2-2usr.sbin/httpd/server_http.c
+52-263 files

OpenBSD/ports 6FI17Mudevel/libgit2/libgit2 distinfo Makefile

   Update to libgit2-1.9.6.
VersionDeltaFile
1.53+2-2devel/libgit2/libgit2/distinfo
1.80+1-2devel/libgit2/libgit2/Makefile
+3-42 files

OpenBSD/ports qdMPAXusysutils/borgbackup/1.4 distinfo Makefile, sysutils/borgbackup/1.4/patches patch-src_borg__hashindex_c

   Update to borgbackup-1.4.5

   Changes:
   https://borgbackup.readthedocs.io/en/1.4.5/changes.html#version-1-4-5-2026-07-19
VersionDeltaFile
1.6+2-2sysutils/borgbackup/1.4/distinfo
1.8+3-1sysutils/borgbackup/1.4/pkg/PLIST
1.11+1-1sysutils/borgbackup/1.4/Makefile
1.2+0-0sysutils/borgbackup/1.4/patches/patch-src_borg__hashindex_c
+6-44 files

OpenBSD/ports guLQzJSnet/py-msgpack distinfo Makefile

   Update to py-msgpack-1.2.1

   Changes:
   https://github.com/msgpack/msgpack-python/releases/tag/v1.2.0
   https://github.com/msgpack/msgpack-python/releases/tag/v1.2.1
VersionDeltaFile
1.18+2-2net/py-msgpack/distinfo
1.44+1-1net/py-msgpack/Makefile
+3-32 files

OpenBSD/src Hx5HlRsusr.sbin/httpd server.c

   httpd: check return values in dispatch_parent

   OK kirill@
VersionDeltaFile
1.134+30-16usr.sbin/httpd/server.c
+30-161 files

OpenBSD/src YP2oE3tusr.sbin/httpd config.c

   httpd: remove redundant search and check return value

   The server foreach-loop serves the same purpose as "serverconfig_byid"
   did previously.

   OK kirill@
VersionDeltaFile
1.74+7-18usr.sbin/httpd/config.c
+7-181 files

OpenBSD/src 5wiT8Dousr.sbin/httpd config.c

   httpd: do NOT send location fcgiparams twice

   Only emit the params when the current receiver is the server child.

   When sending a location-config from the parent, the FCGI params IMSG
   was emitted once per receiver iteration and always targeted the server
   child.  With both the server and the logger process needing the server
   config, the server child received IMSG_CFG_FCGI twice per location and
   appended the same params on top of the existing list. The FastCGI backends
   then saw every param duplicated.

   Input Fabien Romano, OK kirill@
VersionDeltaFile
1.73+11-7usr.sbin/httpd/config.c
+11-71 files

OpenBSD/src P1m9xOusys/dev/ofw fdt.c

   fix OF_translate() memory leak
   ok jca@ kettenis@
VersionDeltaFile
1.41+2-1sys/dev/ofw/fdt.c
+2-11 files

OpenBSD/ports 117xKbbmath/z3 Makefile distinfo, math/z3/pkg PLIST

   math/z3: update to 5.0.0
VersionDeltaFile
1.50+2-3math/z3/Makefile
1.27+2-2math/z3/distinfo
1.11+1-0math/z3/pkg/PLIST
+5-53 files

OpenBSD/ports C2dgMAllang/binaryen distinfo Makefile

   Update binaryen to 131.
VersionDeltaFile
1.22+2-2lang/binaryen/distinfo
1.23+1-1lang/binaryen/Makefile
+3-32 files

OpenBSD/ports WUgVyY4net/nchat distinfo Makefile, net/nchat/pkg PLIST

   net/nchat: update to 5.17.26

   From Nazarenko Mykyta (maintainer)
VersionDeltaFile
1.2+3-2net/nchat/pkg/PLIST
1.3+2-2net/nchat/distinfo
1.4+1-1net/nchat/Makefile
+6-53 files

OpenBSD/src y7gISdWgnu/usr.bin/perl/ext/POSIX/t sigaction.t

   Tweak Perl sigaction test skip logic to cover OpenBSD 8.0.

   ok afresh1@
VersionDeltaFile
1.10+1-1gnu/usr.bin/perl/ext/POSIX/t/sigaction.t
+1-11 files

OpenBSD/ports Vj79ilynet/netinfo Makefile, net/netinfo/pkg PLIST

   MODTCL_VERSION=8.6
   No longer available to Tcl 8.5.
VersionDeltaFile
1.6+3-2net/netinfo/Makefile
1.3+1-1net/netinfo/pkg/PLIST
+4-32 files

OpenBSD/ports e7NznvYdevel/autoconf Makefile

   +2.73
VersionDeltaFile
1.45+1-0devel/autoconf/Makefile
+1-01 files

OpenBSD/ports LP7SocQdevel/autoconf/2.73/patches patch-Makefile_in patch-configure, devel/autoconf/2.73/pkg PLIST

   Initial revision
VersionDeltaFile
1.1+120-0devel/autoconf/2.73/patches/patch-Makefile_in
1.1+69-0devel/autoconf/2.73/pkg/PLIST
1.1+60-0devel/autoconf/2.73/patches/patch-configure
1.1+42-0devel/autoconf/2.73/patches/patch-doc_autoconf_texi
1.1+38-0devel/autoconf/2.73/patches/patch-bin_autom4te_in
1.1+26-0devel/autoconf/2.73/patches/patch-lib_m4sugar_m4sugar_m4
+355-018 files not shown
+435-024 files