OpenBSD/src RCXsyorusr.sbin/relayd ca.c relayd.conf.5

   relayd: allow setting log level from relayd.conf

   Add "log level (brief|verbose)" which sets or clears RELAYD_OPT_VERBOSE
   just like relayctl log verbose|brief does at runtime.

   This makes sense now because the recent DPRINTF removal turned all
   DPRINTF calls into real log_debug calls. Some debug logs moved to
   warning. Some remained DPRINF().

   Before that change the toggle had almost nothing to gate. All debug
   output was compiled out unless relayd was built with DEBUG > 1. So
   "log verbose" in relayctl was practically a no-op for users.
   It was impossible for the user to work out why the setup/config wasn't
   working.

   Now the toggle actually does what its name suggests. Pinning the
   level in the config file lets it survive restarts and SIGHUP reloads.

   OK kirill@
VersionDeltaFile
1.103+26-27usr.sbin/relayd/relay_http.c
1.269+19-23usr.sbin/relayd/relay.c
1.55+21-19usr.sbin/relayd/config.c
1.206+23-15usr.sbin/relayd/relayd.c
1.58+11-5usr.sbin/relayd/ca.c
1.222+14-2usr.sbin/relayd/relayd.conf.5
+114-9110 files not shown
+141-11516 files

OpenBSD/src rbu6HV0sys/dev/pci/drm/include/linux mm.h

   remove nth_page(), no longer in linux
VersionDeltaFile
1.14+0-1sys/dev/pci/drm/include/linux/mm.h
+0-11 files

OpenBSD/src lFl3A3Fsys/dev/pci/drm/include/linux dma-fence.h

   remove DMA_FENCE_TRACE(), no longer in linux
VersionDeltaFile
1.15+0-2sys/dev/pci/drm/include/linux/dma-fence.h
+0-21 files

OpenBSD/ports cp4HeLVnet/smokeping Makefile, net/smokeping/pkg README

   smokeping intermittent build fix: add BDEPs on the optional modules used
   by probes; build runs smokeping's --makepod option to create manuals for
   these, which tries to import modules used by these. if hit at the wrong
   time during a bulk build this can fail.

   tb@ ran into this while p5-Net-DNS was partway through installation:

   pod2man --release=2.9.0 --center=SmokePing Smokeping_probes_AnotherCurl.pod --section 3 > Smokeping_probes_AnotherCurl.3
   PERL5LIB=/usr/local/libdata/perl5/site_perl /usr/bin/perl -I../thirdparty/lib/perl5 -I../lib -mSmokeping -e 'Smokeping::main()' -- --makepod Smokeping::probes::AnotherDNS > Smokeping_probes_AnotherDNS.pod
   require Smokeping::probes::AnotherDNS failed: Attempt to reload Net/DNS.pm aborted.
   Compilation failed in require at ../lib/Smokeping/probes/AnotherDNS.pm line 26.
   BEGIN failed--compilation aborted at ../lib/Smokeping/probes/AnotherDNS.pm line 26.

   fix old typo/thinko in readme while there (IO::Pty is in the p5-IO-Tty
   package).
VersionDeltaFile
1.72+9-2net/smokeping/Makefile
1.13+2-2net/smokeping/pkg/README
+11-42 files

OpenBSD/src cZkiJfqsys/dev/pci/drm/include/linux shrinker.h

   remove synchronize_shrinkers(), no longer in linux
VersionDeltaFile
1.5+0-5sys/dev/pci/drm/include/linux/shrinker.h
+0-51 files

OpenBSD/ports Yk3ZxoNdatabases/postgresql Makefile, databases/postgresql/pkg README-server

   oops, touched wrong instance of "Upgrade your PostgreSQL package with pkg_add"
VersionDeltaFile
1.42+2-2databases/postgresql/pkg/README-server
1.323+1-1databases/postgresql/Makefile
+3-32 files

OpenBSD/ports hX69oMydatabases/postgresql Makefile, databases/postgresql/pkg README-server

   small wording tweak in pg_upgrade docs; ok jeremy (part of larger diff)
VersionDeltaFile
1.41+1-1databases/postgresql/pkg/README-server
1.322+1-0databases/postgresql/Makefile
+2-12 files

OpenBSD/src lz01Jbnsys/dev/pci/drm/include/linux console.h

   remove vgacon_text_force(), no longer in linux
VersionDeltaFile
1.4+0-6sys/dev/pci/drm/include/linux/console.h
+0-61 files

OpenBSD/src y8fPqF2sys/dev/pci/drm/include/linux aer.h

   remove pci_enable_pcie_error_reporting(), no longer in linux
VersionDeltaFile
1.3+0-5sys/dev/pci/drm/include/linux/aer.h
+0-51 files

OpenBSD/src 83vOzzgusr.bin/tmux cmd-split-window.c

   Only unzoom in the floating-split case, modal panes take care of themselves.
VersionDeltaFile
1.148+2-3usr.bin/tmux/cmd-split-window.c
+2-31 files

OpenBSD/ports MwDlupmprint/py-pypdf Makefile distinfo, print/py-pypdf/pkg PLIST

   Update to py3-pypdf-6.15.0.
VersionDeltaFile
1.22+8-0print/py-pypdf/pkg/PLIST
1.75+2-2print/py-pypdf/distinfo
1.81+1-1print/py-pypdf/Makefile
+11-33 files

OpenBSD/ports Qz544XKnet/dnsdist Makefile crates.inc, net/dnsdist/patches patch-dnsdist-rust-lib_rust_Cargo_lock patch-dnsdist-rust-lib_rust_Cargo_lock

   update to dnsdist-2.0.8

   dnsdist-rust-lib/rust/Cargo.lock regenerated to avoid a conflict
   between cxx 1.0.158 and cxx 1.0.191
VersionDeltaFile
1.1.2.1+383-0net/dnsdist/patches/patch-dnsdist-rust-lib_rust_Cargo_lock
1.33.2.4+58-72net/dnsdist/distinfo
1.1.4.1+28-35net/dnsdist/crates.inc
1.63.2.4+1-1net/dnsdist/Makefile
1.1+0-0net/dnsdist/patches/patch-dnsdist-rust-lib_rust_Cargo_lock
+470-1085 files

OpenBSD/ports NNdHejsdatabases/p5-DBI Makefile distinfo

   update p5-DBI to 1.651
   CVE-2026-14380 CVE-2026-14739 CVE-2026-14740
   CVE-2026-15043 CVE-2026-15392 CVE-2026-60082
   OK afresh1@
VersionDeltaFile
1.33+2-2databases/p5-DBI/distinfo
1.75+1-1databases/p5-DBI/Makefile
+3-32 files

OpenBSD/ports ZeA5Bontextproc/py-pyaml Makefile distinfo

   update to py3-pyaml-26.7.0
VersionDeltaFile
1.10+2-2textproc/py-pyaml/distinfo
1.21+1-1textproc/py-pyaml/Makefile
+3-32 files

OpenBSD/ports WKYpVkitextproc/py-lxml-html-clean Makefile distinfo

   update to py3-lxml-html-clean-0.4.5
VersionDeltaFile
1.3+2-2textproc/py-lxml-html-clean/distinfo
1.3+1-1textproc/py-lxml-html-clean/Makefile
+3-32 files

OpenBSD/src IPoCLrpsys/dev/pci/drm/include/linux mutex.h

   remove mutex_trylock_recursive(), no longer in linux
VersionDeltaFile
1.9+0-16sys/dev/pci/drm/include/linux/mutex.h
+0-161 files

OpenBSD/ports cnqbqnBsysutils/fastfetch Makefile distinfo

   Update fastfetch to 2.67
VersionDeltaFile
1.17+2-2sysutils/fastfetch/distinfo
1.17+1-1sysutils/fastfetch/Makefile
+3-32 files

OpenBSD/src zToGoPIusr.bin/ssh ssh-keygen.1 ssh-keygen.c

   add some options to allow setting or clearing the touch-required
   and verify-required flags on FIDO private keys when resetting
   the passphrase.

   feedback/ok tb@
VersionDeltaFile
1.493+36-3usr.bin/ssh/ssh-keygen.c
1.240+33-2usr.bin/ssh/ssh-keygen.1
+69-52 files

OpenBSD/src e4L80kIusr.bin/ssh ssh-agent.c

   Allow session-bind at openssh.com requests when the agent is locked,
   otherwise forwarding sessions established with an agent was locked
   will be treated as local, rather than remote.

   Reported by sn0x-sharma
VersionDeltaFile
1.331+19-6usr.bin/ssh/ssh-agent.c
+19-61 files

OpenBSD/src tSwiUedusr.bin/ssh ssh.c

   avoid potential realloc use-after-free in the client if a remote
   forwarding is added via the local session multiplexing socket
   while a remote forwarding open request is pending with the server.

   Report and fix from Brian Mingus of Cognatory
VersionDeltaFile
1.637+17-4usr.bin/ssh/ssh.c
+17-41 files

OpenBSD/src V28r7gVsys/dev/pci/drm/include/linux random.h

   change get_random_bytes() length type to size_t

   follows linux changes and matches the type of the arc4random_buf() call
VersionDeltaFile
1.7+1-1sys/dev/pci/drm/include/linux/random.h
+1-11 files

OpenBSD/src X4udfY2sys/dev/pci/drm/include/linux random.h

   remove get_random_int() and prandom_u32_max(), no longer in linux
VersionDeltaFile
1.6+0-12sys/dev/pci/drm/include/linux/random.h
+0-121 files

OpenBSD/ports ctlYgZAgames Makefile

   Hook prismlauncher up to the build
VersionDeltaFile
1.516+1-0games/Makefile
+1-01 files

OpenBSD/ports 39NUZUigames/prismlauncher Makefile, games/prismlauncher/patches patch-launcher_minecraft_Library_h patch-launcher_CMakeLists_txt

   Initial revision
VersionDeltaFile
1.1+123-0games/prismlauncher/patches/patch-launcher_launch_steps_PatchLWJGL_cpp
1.1+68-0games/prismlauncher/patches/patch-launcher_HardwareInfo_cpp
1.1+52-0games/prismlauncher/patches/patch-launcher_ui_dialogs_ProgressDialog_cpp
1.1+49-0games/prismlauncher/patches/patch-launcher_CMakeLists_txt
1.1+47-0games/prismlauncher/Makefile
1.1+45-0games/prismlauncher/patches/patch-launcher_minecraft_Library_h
+384-028 files not shown
+600-034 files

OpenBSD/src 2IaC4Qzusr.sbin/npppd/npppd lcp.c

   Fix LCP MRU option handing.  Pointed out by Arthur Chan.

   ok mvs deraadt
VersionDeltaFile
1.19+4-6usr.sbin/npppd/npppd/lcp.c
+4-61 files

OpenBSD/src xy8uD3Kusr.bin/tmux cmd-split-window.c

   Always unzoom before splitting window, for floating panes also. We
   already unzoomed for tiled panes and this does the same for floating
   panes (until we support having them float over a zoomed pane). From Éric
   NICOLAS.
VersionDeltaFile
1.147+3-1usr.bin/tmux/cmd-split-window.c
+3-11 files

OpenBSD/ports QGbL3UQnet/powerdns Makefile distinfo

   update to powerdns-5.0.7
VersionDeltaFile
1.58.2.3+2-2net/powerdns/distinfo
1.113.2.3+1-1net/powerdns/Makefile
+3-32 files

OpenBSD/ports MO3LxLgnet/powerdns_recursor Makefile distinfo

   update to powerdns-recursor-5.4.5
VersionDeltaFile
1.61.2.5+2-2net/powerdns_recursor/distinfo
1.72.2.5+1-1net/powerdns_recursor/Makefile
+3-32 files

OpenBSD/ports Dtqdjbhnet/powerdns Makefile

   sync WANTLIB-main, pulls in boost_container-mt
VersionDeltaFile
1.121+2-2net/powerdns/Makefile
+2-21 files

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