Build date: 1782597603 - Sat Jun 27 22:00:03 UTC 2026 Build cvs date: 1782595487 - Sat Jun 27 21:24:47 UTC 2026 Build id: 2026-06-28.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 lib/libc/asr/getaddrinfo_async.c P lib/libexpat/Changes P lib/libexpat/README.md P lib/libexpat/doc/reference.html P lib/libexpat/lib/expat.h U lib/libexpat/lib/fallthrough.h U lib/libexpat/lib/memory_sanitizer.h P lib/libexpat/lib/random_arc4random_buf.c P lib/libexpat/lib/siphash.h U lib/libexpat/lib/xcsinc.c P lib/libexpat/lib/xmlparse.c P lib/libexpat/lib/xmltok.c P lib/libexpat/lib/xmltok_impl.c P lib/libexpat/tests/acc_tests.c P lib/libexpat/tests/alloc_tests.c P lib/libexpat/tests/basic_tests.c P lib/libexpat/tests/chardata.c P lib/libexpat/tests/common.c P lib/libexpat/tests/handlers.c P lib/libexpat/tests/handlers.h P lib/libexpat/tests/misc_tests.c P regress/lib/libc/Makefile U regress/lib/libc/freeaddrinfo/Makefile U regress/lib/libc/freeaddrinfo/freeaddrinfo.c P regress/lib/libc/getaddrinfo/gaitest.c M sys/dev/usb/uhidev.c P sys/net/if_trunk.c P usr.bin/tmux/cmd-split-window.c P usr.bin/tmux/layout.c P usr.bin/tmux/screen-write.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/window-copy.c P usr.bin/tmux/window-tree.c P usr.bin/tmux/window.c P usr.sbin/bgpd/Makefile M usr.sbin/bgpd/session.c P usr.sbin/rpki-client/nca.c commit JKUgLTI2f2loE0zP Author: claudio Date: 2026/06/27 21:24:47 Revert the -fno-omit-frame-pointer change (including the clang only -mno-omit-leaf-frame-pointer). Committed by accident. Noticed because of commit from miod@ usr.sbin/bgpd/Makefile commit sf5tCDvo14cFMJmx Author: bluhm Date: 2026/06/27 17:56:10 Update libexpat to version 2.8.2. Relevant for OpenBSD are security fixes #1246 #1267 #1272 #1229 #1232 #1249 #1251 #1255 #1262 #565 #1278, other changes #1283 #565 #1220 #1221 #1222 #1224 #1226 #1228 #1230 #1238 #1239 #1240 #1241 #1242 #1243 #1243 #1247 #1248 #1256 #1258 #1261 #1275. Library bump is not necessary. CVE-2026-50219 CVE-2026-56131 CVE-2026-56132 CVE-2026-56403 CVE-2026-56404 CVE-2026-56405 CVE-2026-56406 CVE-2026-56407 CVE-2026-56408 CVE-2026-56409 CVE-2026-56410 CVE-2026-56411 CVE-2026-56412 OK tb@ lib/libexpat/Changes lib/libexpat/README.md lib/libexpat/doc/reference.html lib/libexpat/lib/expat.h lib/libexpat/lib/fallthrough.h lib/libexpat/lib/memory_sanitizer.h lib/libexpat/lib/random_arc4random_buf.c lib/libexpat/lib/siphash.h lib/libexpat/lib/xcsinc.c lib/libexpat/lib/xmlparse.c lib/libexpat/lib/xmltok.c lib/libexpat/lib/xmltok_impl.c lib/libexpat/tests/acc_tests.c lib/libexpat/tests/alloc_tests.c lib/libexpat/tests/basic_tests.c lib/libexpat/tests/chardata.c lib/libexpat/tests/common.c lib/libexpat/tests/handlers.c lib/libexpat/tests/handlers.h lib/libexpat/tests/misc_tests.c commit QMxsjN6XUhl3jq0y Author: jca Date: 2026/06/27 17:52:29 Trivial check for freeaddrinfo(NULL) regress/lib/libc/Makefile regress/lib/libc/freeaddrinfo/Makefile regress/lib/libc/freeaddrinfo/freeaddrinfo.c commit gD88VL45c7M3TAH0 Author: jca Date: 2026/06/27 17:33:50 Ansify usage() While here drop pointless declaration for main() regress/lib/libc/getaddrinfo/gaitest.c commit X4Hdxusb4RvF4b8S Author: jca Date: 2026/06/27 17:29:42 K&R -> ANSI regress/lib/libc/getaddrinfo/gaitest.c commit Q6odCKLiLG90qEsP Author: jca Date: 2026/06/27 16:07:42 Revert rev 1.68 as it breaks resolution of literal IP addresses Reported by matthieu@ lib/libc/asr/getaddrinfo_async.c commit 6tlNxnJn0VkLcAht Author: tb Date: 2026/06/27 14:00:09 rpki-client: avoid double fclose in a success path CID 647170 ok job usr.sbin/rpki-client/nca.c commit CKzvorxRitTLwBVu Author: nicm Date: 2026/06/27 12:37:36 Set view name immediately when entering mode. usr.bin/tmux/window-tree.c commit kSiQ3zucHe5tquSQ Author: nicm Date: 2026/06/27 12:27:43 Clear lines before writing in copy mode to avoid leaving stray text when new line is shorter than old. usr.bin/tmux/window-copy.c commit m8shaAGFB1GkjvFq Author: miod Date: 2026/06/27 11:29:55 -mno-omit-leaf-frame-pointer should only be used when the compiler is clang. usr.sbin/bgpd/Makefile commit NZwpKSFx8gC1xWi3 Author: nicm Date: 2026/06/27 10:23:14 Make split-window create a new floating pane if used in a floating pane, rather than just complaining. Also improve documentation. From Dane Jensen. usr.bin/tmux/cmd-split-window.c usr.bin/tmux/tmux.1 commit 5VSxb7yVHZS5OT5A Author: nicm Date: 2026/06/27 10:21:26 Pulled code out of layout_split_pane for reuse and added layout_insert_tile. From Dane Jensen. usr.bin/tmux/layout.c usr.bin/tmux/tmux.h commit rpcE41JgNhxTkt6B Author: nicm Date: 2026/06/27 10:18:32 Add a helper to swap a node into the place of a leaf, from Dane Jensen. usr.bin/tmux/layout.c usr.bin/tmux/tmux.h commit 5KDvT9oe1mSSNhOU Author: nicm Date: 2026/06/27 10:16:15 Invalidate scene when changing window Z index, from Dane Jensen. usr.bin/tmux/window.c commit qdIPnlKXTeFryCAK Author: nicm Date: 2026/06/27 10:05:38 Preseve prompt flags across line clear, from Aung Myo Kyaw. usr.bin/tmux/cmd-split-window.c usr.bin/tmux/screen-write.c commit 1C4DLCBGFXS0aStW Author: jan Date: 2026/06/27 06:29:15 trunk(4): update link state after new port attached Without this fix, the linkstate is unknown via snmpd till its changed. yeah, looks good. go for it. dlg@ Seems right to me. deraadt@ sys/net/if_trunk.c