Build date: 1757714403 - Fri Sep 12 22:00:03 UTC 2025 Build cvs date: 1757677685 - Fri Sep 12 11:48:05 UTC 2025 Build id: 2025-09-13.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 usr.bin/tmux/tty.c P usr.sbin/bgpd/pfkey.c M usr.sbin/bgpd/session.c P usr.sbin/rpki-client/filemode.c commit oGXMMuyTHplgZcGE Author: claudio Date: 2025/09/12 11:48:05 In pfkey_reply() ensure that any error message is properly discarded. In rev 1.64 I tried to fix this but missed the ESRCH case and so an ESRCH error would get stuck in the socket buffer and cause bgpd to loop in the parent main event loop peeking at the same pfkey message over and over again. Bug report and ktrace provided by Tom Smyth. OK tb@ usr.sbin/bgpd/pfkey.c commit mXSqPjLeS9NmlPDZ Author: tb Date: 2025/09/12 10:01:07 rpki-client: add support for recognizing CCR from DER ok job usr.sbin/rpki-client/filemode.c commit LfBhAGWH1oUFd9vt Author: nicm Date: 2025/09/12 08:46:29 Check the right flags member, reported by someone in GitHub issue 4634. usr.bin/tmux/tty.c