Build date: 1770159603 - Tue Feb 3 23:00:03 UTC 2026 Build cvs date: 1770149107 - Tue Feb 3 20:05:07 UTC 2026 Build id: 2026-02-04.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/libexpat/Changes P lib/libexpat/README.md P lib/libexpat/doc/reference.html P lib/libexpat/lib/expat.h P lib/libexpat/lib/expat_external.h P lib/libexpat/lib/internal.h P lib/libexpat/lib/xmlparse.c P lib/libexpat/lib/xmlrole.c P lib/libexpat/lib/xmltok.c P lib/libexpat/lib/xmltok_ns.c P lib/libexpat/tests/basic_tests.c P lib/libexpat/tests/handlers.c P lib/libexpat/tests/handlers.h P lib/libexpat/tests/misc_tests.c P lib/libfuse/fuse_opt.3 P regress/usr.sbin/rpki-client/test-cert.c P sbin/pfctl/pfctl.c P sbin/pfctl/pfctl.h P sbin/pfctl/pfctl_optimize.c P sbin/pfctl/pfctl_parser.c P sbin/pfctl/pfctl_parser.h M sys/dev/usb/uhidev.c P sys/kern/kern_sysctl.c P usr.bin/tmux/input.c P usr.bin/tmux/popup.c P usr.bin/tmux/server-client.c P usr.bin/tmux/tmux.h P usr.bin/tmux/window-copy.c P usr.bin/tmux/window.c P usr.sbin/bgpd/bgpd.h P usr.sbin/bgpd/rde.c P usr.sbin/bgpd/rde.h P usr.sbin/bgpd/rde_community.c P usr.sbin/bgpd/rde_filter.c P usr.sbin/bgpd/rde_peer.c P usr.sbin/bgpd/rde_rib.c M usr.sbin/bgpd/session.c P usr.sbin/rpki-client/cert.c P usr.sbin/rpki-client/extern.h P usr.sbin/rpki-client/filemode.c commit Y5KhqIh6j95hlFNA Author: bluhm Date: 2026/02/03 20:05:07 Export divert sockets from kernel to sysctl. To show divert-packet sockets in netstat(1), the kernel has to include the information about the divert and divert6 tables in sysctl KERN_FILE_BYFILE. reported by William B. OK mvs@ sthen@ sys/kern/kern_sysctl.c commit qcM9CXJE7YvYyiTU Author: tb Date: 2026/02/03 16:22:13 rpki-regress: cert_parse() -> cert_parse_filemode() regress/usr.sbin/rpki-client/test-cert.c commit Kpp4ggmouBm9FIu3 Author: tb Date: 2026/02/03 16:21:37 rpki-client: rename cert_parse() into cert_parse_filemode() Now that we added more specialized parsing functions, cert_parse() should only be used in filemode. Make this more explicit by adjusting its name. Keep the magic der == NUL check for now for consistency with the other API parsing a cert from its DER. ok claudio usr.sbin/rpki-client/cert.c usr.sbin/rpki-client/extern.h usr.sbin/rpki-client/filemode.c commit zBLxvxyhWcZK7j6H Author: claudio Date: 2026/02/03 12:25:16 Move more bits around to simplify the filter_set refactor. Introduce rde_filter_dup() that takes care of duplicating a filter rule with all depenencies. Check that peer_apply_out_filter() does not return an old list for new peers. This can't happen but it is one of those where a check makes sense. Move rde_l3vpn_import() to rde_filter.c since it works on a struct filter_set to match against communities. OK tb@ usr.sbin/bgpd/bgpd.h usr.sbin/bgpd/rde.c usr.sbin/bgpd/rde.h usr.sbin/bgpd/rde_filter.c usr.sbin/bgpd/rde_peer.c commit biRLbdOuVZfGh6uG Author: sashan Date: 2026/02/03 10:25:28 pfctl(9) with '-nvf ...' option must provide output which matches pfctl grammar. This change fixes that for rules that use source/state limiters. The change also makes print_rule() to print the limiter name instead of its numeric id to make output more human friendly. Feedback and improvements from dlg@ OK dlg2 sbin/pfctl/pfctl.c sbin/pfctl/pfctl.h sbin/pfctl/pfctl_optimize.c sbin/pfctl/pfctl_parser.c sbin/pfctl/pfctl_parser.h commit RGqno62eyE5nodri Author: claudio Date: 2026/02/03 10:10:35 Use const on a few more function arguments for community and nexthops. OK tb@ usr.sbin/bgpd/rde.h usr.sbin/bgpd/rde_community.c usr.sbin/bgpd/rde_rib.c commit wz85qgovhOrI8N93 Author: nicm Date: 2026/02/03 09:07:44 Make OSC 52 work in popups, from gogongxt at 163 dot com in GitHub issue 4797. usr.bin/tmux/input.c usr.bin/tmux/popup.c usr.bin/tmux/tmux.h usr.bin/tmux/window-copy.c usr.bin/tmux/window.c commit alLw2kZs1KnYW5jZ Author: nicm Date: 2026/02/03 08:53:58 Refresh copy mode when style changes, from Josh Cooper in GitHub issue 4830. usr.bin/tmux/server-client.c usr.bin/tmux/tmux.h usr.bin/tmux/window-copy.c commit eRXZqfqP31vHYyHG Author: bluhm Date: 2026/02/03 08:49:46 Update libexpat to version 2.7.4. Relevant for OpenBSD are security fixes #1131 #1075, bug fixes #1073, other changes #1105 #1106 #1051 #1109. Library bump is not necessary. CVE-2026-24515 CVE-2026-25210 tested and OK tb@ lib/libexpat/Changes lib/libexpat/README.md lib/libexpat/doc/reference.html lib/libexpat/lib/expat.h lib/libexpat/lib/expat_external.h lib/libexpat/lib/internal.h lib/libexpat/lib/xmlparse.c lib/libexpat/lib/xmlrole.c lib/libexpat/lib/xmltok.c lib/libexpat/lib/xmltok_ns.c lib/libexpat/tests/basic_tests.c lib/libexpat/tests/handlers.c lib/libexpat/tests/handlers.h lib/libexpat/tests/misc_tests.c commit O0IAVlDAvLECTdWX Author: jsg Date: 2026/02/02 23:35:20 preceeded -> preceded lib/libfuse/fuse_opt.3