Build date: 1770764403 - Tue Feb 10 23:00:03 UTC 2026 Build cvs date: 1770755074 - Tue Feb 10 20:24:34 UTC 2026 Build id: 2026-02-11.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P sbin/iked/eap.c P share/man/man1/dpb.1 P sys/dev/acpi/dsdt.c M sys/dev/usb/uhidev.c P sys/net/pfkeyv2.c P usr.bin/m4/eval.c P usr.bin/tmux/control.c P usr.bin/tmux/input.c P usr.bin/tmux/key-bindings.c P usr.bin/tmux/resize.c P usr.bin/tmux/server-client.c P usr.bin/tmux/sort.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/tty-draw.c P usr.bin/tmux/tty.c P usr.bin/tmux/window.c M usr.sbin/bgpd/session.c commit QRf4pEu0uz95Kpv9 Author: tobhe Date: 2026/02/10 20:24:34 Add missing algorithms to compatible list Some of the more recent ESP algorithms are missing from the supported list. This adds all missing algorithms that are exposed via the pfkey API based on what iked currently supports. We define more code points for auth algorithms, but those are only used internally. For AEADs (AES-GCM, CHACHA20) and GMAC we only look at the sadb_sa_encrypt field of the SADB_SA message and automatically assign a matching auth algorithm. Reported by Andrew Cagney ok hshoexer@ sys/net/pfkeyv2.c commit sZAook4euLy6Q79x Author: tobhe Date: 2026/02/10 13:01:37 Fix leak of e = ibuf_static() in error case ok hshoexer@ claudio@ sbin/iked/eap.c commit QBsiXIZZRVPpwGqr Author: jsg Date: 2026/02/10 12:19:54 new sentence, new line share/man/man1/dpb.1 commit 1DxRFTd1U7W34e1R Author: nicm Date: 2026/02/10 10:02:11 Fix clients_calculate_size for manual type when window is NULL. From Elias Oenal in GitHub issue 4849. usr.bin/tmux/resize.c commit mNs8tFX9rRkndFic Author: nicm Date: 2026/02/10 09:55:53 Implement some obvious missing sort orders, from Dane Jensen in GitHub issue 4813. usr.bin/tmux/sort.c usr.bin/tmux/tmux.1 usr.bin/tmux/tmux.h usr.bin/tmux/window.c commit L0wCyoxkMAYxbXb7 Author: nicm Date: 2026/02/10 09:00:30 Check for no window when updating clients, GitHub issue 4851. usr.bin/tmux/server-client.c commit 0z0YwthsAYx1KZrK Author: tb Date: 2026/02/10 08:42:35 Better error messages for define and pushdef From espie, tweaked by deraadt usr.bin/m4/eval.c commit 7DPTOgW74sAghmYo Author: nicm Date: 2026/02/10 08:40:03 Batch printable output in control mode, from Conor Taylor in GitHub issue 4848. usr.bin/tmux/control.c commit txDUL2Q0Shuo6SPD Author: nicm Date: 2026/02/10 08:34:43 Remove redundant call to tty_attributes, from Conor Taylor in GitHub issue 4848. usr.bin/tmux/tty.c commit feQPEoApWhafd3uK Author: nicm Date: 2026/02/10 08:31:45 Check log level before log_debug in tty_draw_line, from Conor Taylor in GitHub issue 4848. usr.bin/tmux/tty-draw.c commit 1X1mnBZhYdfnA0Hk Author: nicm Date: 2026/02/10 08:30:21 Don't call event_add again if the event is already pending, from Conor Taylor in GitHub issue 4848. usr.bin/tmux/tty.c commit sKlb6Mo2HjnSl7xu Author: nicm Date: 2026/02/10 08:28:53 Only loop over clients if table actually found, from Conor Taylor in GitHub issue 4848. usr.bin/tmux/key-bindings.c commit jXcxpyuNwDTMYcpU Author: nicm Date: 2026/02/10 08:27:17 Fix wrong TAILQ member in input_cancel_requests from Conor Taylor in GitHub issue 4848. usr.bin/tmux/input.c commit jH4s6CiSeQjOmclf Author: jsg Date: 2026/02/10 01:03:33 don't call pci functions when an aml node has neither _ADR or _HID This occurs with the initial components of a path, \\ and \\_SB_. Avoids panic seen on x40 where pci_make_tag() was called with bogus values. Reported by matthieu@. ok kettenis@ jcs@ sys/dev/acpi/dsdt.c P 3RDPARTY U lib/libpng/.markdownlint.yml P lib/libpng/ANNOUNCE P lib/libpng/AUTHORS P lib/libpng/CHANGES P lib/libpng/CMakeLists.txt P lib/libpng/README P lib/libpng/TODO P lib/libpng/configure P lib/libpng/configure.ac P lib/libpng/libpng-manual.txt P lib/libpng/libpng.3 P lib/libpng/libpngpf.3 P lib/libpng/png.5 P lib/libpng/png.c P lib/libpng/png.h P lib/libpng/pngconf.h P lib/libpng/pngrtran.c P lib/libpng/pngtest.c P lib/libpng/ci/README.md P lib/libpng/contrib/oss-fuzz/build.sh P lib/libpng/scripts/libpng-config-head.in P lib/libpng/scripts/libpng.pc.in P lib/libpng/scripts/pnglibconf.h.prebuilt P lib/libpng/scripts/cmake/README.md commit BQBxr95SArGTKSNK Author: matthieu Date: 2026/02/10 17:38:48 update 3RDPARTY commit Rnnb6D2lC82roXgA Author: matthieu Date: 2026/02/10 17:06:07 Update to png 1.6.55. ok tb@ The freetype code that used this copy of libpng is not calling png_set_quantize either directly or indirectly so it's not affected by CVE-2026-25646 (High): Heap buffer overflow in png_set_quantize lib/libpng/.markdownlint.yml lib/libpng/ANNOUNCE lib/libpng/AUTHORS lib/libpng/CHANGES lib/libpng/CMakeLists.txt lib/libpng/README lib/libpng/TODO lib/libpng/configure lib/libpng/configure.ac lib/libpng/libpng-manual.txt lib/libpng/libpng.3 lib/libpng/libpngpf.3 lib/libpng/png.5 lib/libpng/png.c lib/libpng/png.h lib/libpng/pngconf.h lib/libpng/pngrtran.c lib/libpng/pngtest.c lib/libpng/ci/README.md lib/libpng/contrib/oss-fuzz/build.sh lib/libpng/scripts/libpng-config-head.in lib/libpng/scripts/libpng.pc.in lib/libpng/scripts/pnglibconf.h.prebuilt lib/libpng/scripts/cmake/README.md