OpenBSD/src Ai5HKLSusr.sbin/pstat pstat.c

   Adjust pstat(8) to the changed KERN_TTY_INFO struct itty.

   Also fix up the code path via kvm which requires an extra indirection
   and define __need_process. On top of this fix pstat to allow -t & -M
   to work together.

   OK deraadt@ kettenis@
VersionDeltaFile
1.132+14-11usr.sbin/pstat/pstat.c
+14-111 files

OpenBSD/src oOtHrc8sys/kern tty.c, sys/sys tty.h

   Change struct itty and with it KERN_TTY_INFO to return the pid of the
   session leader process

   The t_session pointer is not very useful and only visible to root.
   Adjust this similar to a change done in ps(1) and pass the process id
   of the session leader instead.

   This is a ABI change but KERN_TTY_INFO is only used by pstat(8) and
   debian code search did not find any other use.

   OK deraadt@ kettenis@
VersionDeltaFile
1.184+3-4sys/kern/tty.c
1.46+2-2sys/sys/tty.h
+5-62 files

OpenBSD/ports 9VllVe7converters/p5-JSON-DWIW Makefile, converters/p5-JSON-DWIW/patches patch-evt_c

   Fix use after free in p5-JSON-DWIW 0.47.
VersionDeltaFile
1.1+24-0converters/p5-JSON-DWIW/patches/patch-evt_c
1.22+5-4converters/p5-JSON-DWIW/Makefile
+29-42 files

OpenBSD/ports 4WSfQFNdevel/abseil-cpp Makefile, devel/abseil-cpp/patches patch-absl_synchronization_mutex_test_cc patch-absl_synchronization_mutex_h

   Make this compile with gcc16 on sparc64 by backporting the fix from
   https://github.com/abseil/abseil-cpp/issues/1992

   With and OK tb@
VersionDeltaFile
1.1+71-0devel/abseil-cpp/patches/patch-absl_synchronization_mutex_h
1.1+27-0devel/abseil-cpp/patches/patch-absl_synchronization_mutex_test_cc
1.46+1-0devel/abseil-cpp/Makefile
+99-03 files

OpenBSD/ports ZdRw84jwww/chromium Makefile, www/iridium Makefile

   remove hack to fixup older aom and make sure we depend on aom>=3.14
VersionDeltaFile
1.249+1-4www/ungoogled-chromium/Makefile
1.296+1-4www/iridium/Makefile
1.924+1-4www/chromium/Makefile
+3-123 files

OpenBSD/ports BxhnQJhmultimedia/aom Makefile distinfo, multimedia/aom/patches patch-CMakeLists_txt patch-aom_ports_ppc_cpudetect_c

   update to 3.14.1; from Brad (maintainer)
VersionDeltaFile
1.1+16-0multimedia/aom/patches/patch-cmake_aom_configure_cmake
1.29+2-2multimedia/aom/distinfo
1.13+1-1multimedia/aom/patches/patch-CMakeLists_txt
1.35+1-1multimedia/aom/Makefile
1.6+2-0multimedia/aom/pkg/PLIST
1.6+2-0multimedia/aom/patches/patch-aom_ports_ppc_cpudetect_c
+24-41 files not shown
+24-47 files

OpenBSD/ports mAmvx5Dwww/ungoogled-chromium Makefile distinfo

   update to 151.0.7922.75
VersionDeltaFile
1.164+6-6www/ungoogled-chromium/distinfo
1.248+1-1www/ungoogled-chromium/Makefile
+7-72 files

OpenBSD/ports Iot9C86security/p11-kit Makefile, security/p11-kit/patches patch-p11-kit_rpc-message_c

   Merge security fix from upstream:
   rpc: guard against overflow when decoding nested attributes (CVE-2026-18938)
VersionDeltaFile
1.1.4.1+30-0security/p11-kit/patches/patch-p11-kit_rpc-message_c
1.77.2.1+1-0security/p11-kit/Makefile
+31-02 files

OpenBSD/ports cjyCc9owww/nextcloud/32 Makefile distinfo, www/nextcloud/32/pkg PLIST

   update to nextcloud-32.0.13
VersionDeltaFile
1.7.2.3+532-575www/nextcloud/32/pkg/PLIST
1.7.2.3+2-2www/nextcloud/32/distinfo
1.9.2.3+1-1www/nextcloud/32/Makefile
+535-5783 files

OpenBSD/ports TfLJdVXsecurity/p11-kit distinfo Makefile

   SECURITY update to p11-kit-0.26.5.
VersionDeltaFile
1.51+2-2security/p11-kit/distinfo
1.79+2-2security/p11-kit/Makefile
+4-42 files

OpenBSD/ports U4MkyxJwayland/cow Makefile

   cow: also needs bison. noticed by aja
VersionDeltaFile
1.3+1-0wayland/cow/Makefile
+1-01 files

OpenBSD/ports wV5OPFDsysutils/gemini-cli Makefile distinfo, sysutils/gemini-cli/pkg PLIST

   Update to gemini-cli-0.54.0.
VersionDeltaFile
1.35+48-64sysutils/gemini-cli/pkg/PLIST
1.36+2-2sysutils/gemini-cli/distinfo
1.38+1-1sysutils/gemini-cli/Makefile
+51-673 files

OpenBSD/ports 0O4NVPMwww/nextcloud/33 Makefile distinfo, www/nextcloud/33/pkg PLIST

   update to nextcloud-33.0.7
VersionDeltaFile
1.2.2.4+1,923-1,861www/nextcloud/33/pkg/PLIST
1.2.2.4+2-2www/nextcloud/33/distinfo
1.2.2.4+1-1www/nextcloud/33/Makefile
+1,926-1,8643 files

OpenBSD/ports rpqV1PUwww/nextcloud Makefile, www/nextcloud/32/pkg PLIST MESSAGE

   drop nextcloud 32, set @pkgpath, add pkg/MESSAGE to 33

   "yes, and upgraded to 33, which should be upgraded to 34" landry@
VersionDeltaFile
1.1+4-0www/nextcloud/33/pkg/MESSAGE
1.8+1-1www/nextcloud/33/Makefile
1.90+0-1www/nextcloud/Makefile
1.8+1-0www/nextcloud/33/pkg/PLIST
1.13+0-0www/nextcloud/32/pkg/PLIST
1.2+0-0www/nextcloud/32/pkg/MESSAGE
+6-22 files not shown
+6-28 files

OpenBSD/src uLeIXyousr.sbin/vmd vmd.c

   vmd(8): reject empty IMSG_VMDOP_LOAD messages from clients.

   Reject empty values (either zero bytes or a single NUL) to prevent
   zero-sized allocations, out-of-bounds write of a NUL byte, and
   incorrectly triggering a reload event.

   Report and original diff by Andrew Griffiths.

   ok hshoexer@, mlarkin@
VersionDeltaFile
1.179+6-1usr.sbin/vmd/vmd.c
+6-11 files

OpenBSD/ports bgBuR9sgraphics/ImageMagick distinfo Makefile, graphics/ImageMagick/patches patch-magick_constitute_c

   update to ImageMagick-6.9.13-54 (moves to github)
VersionDeltaFile
1.70+276-315graphics/ImageMagick/pkg/PLIST
1.233+9-14graphics/ImageMagick/Makefile
1.2+2-2graphics/ImageMagick/patches/patch-magick_constitute_c
1.86+2-2graphics/ImageMagick/distinfo
+289-3334 files

OpenBSD/ports byKr8YOgames/astromenace Makefile

   astromenace: mark BROKEN-sparc64. Build hangs for hours.

   KILLED: games/astromenace(build) stuck at  64% frozen for 8 HOURS!

   seen in bulks by claudio and kmos
VersionDeltaFile
1.14+2-0games/astromenace/Makefile
+2-01 files

OpenBSD/src 3m5MfOgusr.sbin/rpki-client rrdp_notification.c

   Limit the range of deltas added to the queue.

   Instead of storing all deltas larger then our minimum serial number
   store only deltas that are either in the range
        [min_serial ... min_serial + MAX_RRDP_DELTAS]
   or
        [current serial - MAX_RRDP_DELTAS ... current serial]
   where current serial is the newest announced RRDP serial.
   The two ranges normally overlap but if they don't then it limits the
   number of elements in the delta queue to 2 * MAX_RRDP_DELTAS.

   The first range is used to validate the hashes stored in the RRDP state
   file against the notification.xml contents. The second range covers the
   deltas we are willing to walk to sync the repo -- it also is the new set
   of delta hashes that will be stored in the state file.

   Reported by Xin Wang
   OK tb@
VersionDeltaFile
1.25+21-9usr.sbin/rpki-client/rrdp_notification.c
+21-91 files

OpenBSD/src 2nPFgeBusr.sbin/eigrpd packet.c kroute.c

   Adjust bad_addr to also validate  that the prefixlen uses a sensible value.

   Someone found a way to push a bad prefixlen into a eigrp datagram and that
   results in an overflow since the prefixlen is used to know how much data
   to use.

   This was sitting in my tree for too long
VersionDeltaFile
1.18+5-5usr.sbin/eigrpd/tlv.c
1.13+6-2usr.sbin/eigrpd/util.c
1.26+2-2usr.sbin/eigrpd/packet.c
1.21+2-2usr.sbin/eigrpd/kroute.c
1.28+2-2usr.sbin/eigrpd/eigrpd.h
+17-135 files

OpenBSD/ports 5Naxgmgsysutils/ugrep distinfo Makefile, sysutils/ugrep/patches patch-lzma_C_CpuArch_c patch-configure_ac

   update to ugrep-7.8.3, from Brad
   lzma patch was synced upstream, configure.ac no longer relevant
   tested on aarch64, amd64 and i386 - also is likely to fix build on armv7
VersionDeltaFile
1.60+6-8sysutils/ugrep/Makefile
1.1+9-0sysutils/ugrep/patches/patch-tests_verify_sh
1.57+2-2sysutils/ugrep/distinfo
1.2+0-0sysutils/ugrep/patches/patch-lzma_C_CpuArch_c
1.2+0-0sysutils/ugrep/patches/patch-configure_ac
+17-105 files

OpenBSD/ports 2H2zff2devel/py-inline-snapshot Makefile distinfo, devel/py-inline-snapshot/pkg PLIST

   update to py3-inline-snapshot-0.35.3
VersionDeltaFile
1.3+15-0devel/py-inline-snapshot/pkg/PLIST
1.4+2-2devel/py-inline-snapshot/distinfo
1.4+2-1devel/py-inline-snapshot/Makefile
+19-33 files

OpenBSD/ports YTK5siKwayland/cow Makefile

   wayland/cow: add missing BDEP on scdoc for manpages, spotted by ajacoutot@
VersionDeltaFile
1.2+1-0wayland/cow/Makefile
+1-01 files

OpenBSD/ports bUO40c7net/ergo Makefile distinfo, net/ergo/pkg PLIST

   update to ergo-2.19.1, from Lydia Sobot (maintainer)
   - Fixed users being able to bypass account email verification or account
   suspension
   - Fixed incorrect permissions controls for message redaction
   - Fixed blind SSRF attacks against internal IPs via webpush extension
VersionDeltaFile
1.3+1-3net/ergo/pkg/PLIST
1.6+2-2net/ergo/distinfo
1.7+1-1net/ergo/Makefile
+4-63 files

OpenBSD/ports tKzchHYnet/dnsdist Makefile distinfo

   Update to dnsdist 2.1.1

   See https://blog.powerdns.com/2026/08/06/powerdns-security-advisory-2026-11-for-powerdns-authoritative-server-recursor-and-dnsdist
VersionDeltaFile
1.38+2-2net/dnsdist/distinfo
1.70+1-1net/dnsdist/Makefile
+3-32 files

OpenBSD/ports lRxWScKnet/powerdns_recursor Makefile distinfo

   Update to PowerDNS Recursor 5.4.5

   See https://blog.powerdns.com/2026/08/06/powerdns-security-advisory-2026-11-for-powerdns-authoritative-server-recursor-and-dnsdist
VersionDeltaFile
1.66+2-2net/powerdns_recursor/distinfo
1.77+1-1net/powerdns_recursor/Makefile
+3-32 files

OpenBSD/src o7W4ixelib/libc/rpc svc.c rpc.3

   rpc: fix the svc_request() dispatch() callback signature

   The prototype in rpc/svc.h already has the correct signature. Match this
   in the function definition, the sc_dispatch() member in struct svc_callout,
   and in the manual, fixing the documented return type from int to void in
   one place.

   ok claudio
VersionDeltaFile
1.30+4-4lib/libc/rpc/svc.c
1.51+4-4lib/libc/rpc/rpc.3
+8-82 files

OpenBSD/ports iTT8gp1net/powerdns Makefile distinfo

   Update to PowerDNS Authoritative Server 5.1.4

   See https://blog.powerdns.com/2026/08/06/powerdns-security-advisory-2026-11-for-powerdns-authoritative-server-recursor-and-dnsdist
VersionDeltaFile
1.65+2-2net/powerdns/distinfo
1.120+1-1net/powerdns/Makefile
+3-32 files

OpenBSD/ports Ra9cm7Btextproc/py-markdown Makefile distinfo

   update to py3-markdown-3.10.3
VersionDeltaFile
1.19+2-2textproc/py-markdown/distinfo
1.38+1-2textproc/py-markdown/Makefile
+3-42 files

OpenBSD/ports 5OyCGnetextproc/py-mdown-extensions Makefile distinfo

   update to py3-mdown-extensions-11.0.1
VersionDeltaFile
1.14+2-2textproc/py-mdown-extensions/distinfo
1.15+1-1textproc/py-mdown-extensions/Makefile
+3-32 files

OpenBSD/ports 6exgVhsdatabases/postgresql-plr Makefile distinfo, databases/postgresql-plr/pkg PLIST

   update to postgresql-plr-8.4.8.6
VersionDeltaFile
1.8+6-2databases/postgresql-plr/pkg/PLIST
1.8+2-2databases/postgresql-plr/distinfo
1.13+1-1databases/postgresql-plr/Makefile
+9-53 files